@sme.up/ketchup 11.0.0-SNAPSHOT-20251125104152 → 11.0.0-SNAPSHOT-20251201090245

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 (222) hide show
  1. package/dist/cjs/{f-cell-15f0e3d8.js → f-cell-06f41e1b.js} +10 -10
  2. package/dist/cjs/{f-chip-1f1a9829.js → f-chip-8d18d91d.js} +9 -9
  3. package/dist/cjs/{f-object-field-7264b902.js → f-object-field-a7aad942.js} +2 -2
  4. package/dist/cjs/{f-paginator-utils-0b88eb98.js → f-paginator-utils-f3034c12.js} +5 -5
  5. package/dist/cjs/{f-text-field-2f9c646d.js → f-text-field-9a401ac4.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 +53 -67
  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-8a30bc54.js} +1 -1
  17. package/dist/cjs/kup-drawer.cjs.entry.js +1 -1
  18. package/dist/cjs/kup-echart.cjs.entry.js +1 -1
  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-51844a7d.js} +5 -5
  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-dropdown-button/kup-dropdown-button-declarations.js +1 -1
  50. package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.js +5 -5
  51. package/dist/collection/components/kup-input-panel/kup-input-panel.js +5 -5
  52. package/dist/collection/components/kup-list/kup-list-helper.js +5 -5
  53. package/dist/collection/components/kup-list/kup-list.js +5 -5
  54. package/dist/collection/components/kup-tree/kup-tree.js +18 -34
  55. package/dist/collection/f-components/f-cell/f-cell.js +4 -4
  56. package/dist/collection/f-components/f-chip/f-chip.js +3 -3
  57. package/dist/collection/f-components/f-paginator/f-paginator.js +3 -3
  58. package/dist/collection/f-components/f-text-field/f-text-field.js +3 -1
  59. package/dist/collection/utils/cell-utils.js +5 -5
  60. package/dist/components/index.js +1 -1
  61. package/dist/components/kup-accordion.js +2 -2
  62. package/dist/components/kup-activity-timeline.js +2 -2
  63. package/dist/components/kup-autocomplete.js +1 -1
  64. package/dist/components/kup-badge.js +1 -1
  65. package/dist/components/kup-box.js +1 -1
  66. package/dist/components/kup-button-list.js +1 -1
  67. package/dist/components/kup-button.js +1 -1
  68. package/dist/components/kup-calendar.js +2 -2
  69. package/dist/components/kup-card-list.js +3 -3
  70. package/dist/components/kup-card.js +1 -1
  71. package/dist/components/kup-cell.js +2 -2
  72. package/dist/components/kup-chart.js +1 -1
  73. package/dist/components/kup-checkbox.js +1 -1
  74. package/dist/components/kup-chip.js +1 -1
  75. package/dist/components/kup-color-picker.js +1 -1
  76. package/dist/components/kup-combobox.js +1 -1
  77. package/dist/components/kup-dashboard.js +2 -2
  78. package/dist/components/kup-data-table.js +1 -1
  79. package/dist/components/kup-date-picker.js +1 -1
  80. package/dist/components/kup-dialog.js +1 -1
  81. package/dist/components/kup-drawer.js +2 -2
  82. package/dist/components/kup-dropdown-button.js +1 -1
  83. package/dist/components/kup-echart.js +1 -1
  84. package/dist/components/kup-editor.js +1 -1
  85. package/dist/components/kup-family-tree.js +3 -3
  86. package/dist/components/kup-file-upload.js +1 -1
  87. package/dist/components/kup-form.js +1 -1
  88. package/dist/components/kup-gauge.js +1 -1
  89. package/dist/components/kup-grid.js +1 -1
  90. package/dist/components/kup-htm.js +2 -2
  91. package/dist/components/kup-iframe.js +2 -2
  92. package/dist/components/kup-image-list.js +1 -1
  93. package/dist/components/kup-image.js +1 -1
  94. package/dist/components/kup-input-panel.js +8 -8
  95. package/dist/components/kup-lazy.js +2 -2
  96. package/dist/components/kup-list.js +1 -1
  97. package/dist/components/kup-magic-box.js +4 -4
  98. package/dist/components/kup-nav-bar.js +2 -2
  99. package/dist/components/kup-numeric-picker.js +2 -2
  100. package/dist/components/kup-object-field.js +2 -2
  101. package/dist/components/kup-pdf.js +2 -2
  102. package/dist/components/kup-planner.js +2 -2
  103. package/dist/components/kup-probe.js +2 -2
  104. package/dist/components/kup-progress-bar.js +1 -1
  105. package/dist/components/kup-qlik.js +2 -2
  106. package/dist/components/kup-radio.js +1 -1
  107. package/dist/components/kup-rating.js +1 -1
  108. package/dist/components/kup-snackbar.js +2 -2
  109. package/dist/components/kup-spinner.js +1 -1
  110. package/dist/components/kup-switch.js +1 -1
  111. package/dist/components/kup-tab-bar.js +1 -1
  112. package/dist/components/kup-text-field.js +1 -1
  113. package/dist/components/kup-time-picker.js +1 -1
  114. package/dist/components/kup-toolbar.js +1 -1
  115. package/dist/components/kup-tree.js +1 -1
  116. package/dist/components/kup-txt.js +2 -2
  117. package/dist/components/kup-typography-list.js +2 -2
  118. package/dist/components/kup-typography.js +2 -2
  119. package/dist/components/{p-849d8012.js → p-4db73c8a.js} +2 -2
  120. package/dist/components/{p-c1e159c2.js → p-55bb63e7.js} +2 -2
  121. package/dist/components/{p-0497ebe5.js → p-5a3d0bf2.js} +5 -5
  122. package/dist/components/{p-fe2a2d3e.js → p-6a5184f4.js} +2 -2
  123. package/dist/components/{p-107d75ba.js → p-f4d62101.js} +76 -88
  124. package/dist/components/{p-1470a155.js → p-fa6a4926.js} +2 -2
  125. package/dist/esm/{f-cell-1b003ccd.js → f-cell-b2681485.js} +10 -10
  126. package/dist/esm/{f-chip-2b1b3544.js → f-chip-ccc3f97c.js} +9 -9
  127. package/dist/esm/{f-object-field-a234558f.js → f-object-field-96b40820.js} +2 -2
  128. package/dist/esm/{f-paginator-utils-7f69eaa3.js → f-paginator-utils-e99efbfb.js} +5 -5
  129. package/dist/esm/{f-text-field-4ef83a74.js → f-text-field-2898964c.js} +4 -2
  130. package/dist/esm/index.js +1 -1
  131. package/dist/esm/ketchup.js +1 -1
  132. package/dist/esm/kup-accordion.entry.js +1 -1
  133. package/dist/esm/kup-activity-timeline.entry.js +2 -2
  134. package/dist/esm/kup-autocomplete_30.entry.js +53 -67
  135. package/dist/esm/kup-box.entry.js +7 -7
  136. package/dist/esm/kup-calendar.entry.js +2 -2
  137. package/dist/esm/kup-card-list.entry.js +1 -1
  138. package/dist/esm/kup-cell.entry.js +5 -5
  139. package/dist/esm/kup-dashboard.entry.js +2 -2
  140. package/dist/esm/{kup-data-table-helper-3832776d.js → kup-data-table-helper-54809d36.js} +1 -1
  141. package/dist/esm/kup-drawer.entry.js +1 -1
  142. package/dist/esm/kup-echart.entry.js +1 -1
  143. package/dist/esm/kup-editor.entry.js +1 -1
  144. package/dist/esm/kup-family-tree.entry.js +1 -1
  145. package/dist/esm/kup-grid.entry.js +1 -1
  146. package/dist/esm/kup-htm.entry.js +1 -1
  147. package/dist/esm/kup-iframe.entry.js +1 -1
  148. package/dist/esm/kup-input-panel.entry.js +10 -10
  149. package/dist/esm/kup-lazy.entry.js +1 -1
  150. package/dist/esm/kup-magic-box.entry.js +1 -1
  151. package/dist/esm/{kup-manager-53906723.js → kup-manager-cafa84f3.js} +5 -5
  152. package/dist/esm/kup-nav-bar.entry.js +1 -1
  153. package/dist/esm/kup-numeric-picker.entry.js +2 -2
  154. package/dist/esm/kup-object-field.entry.js +3 -3
  155. package/dist/esm/kup-pdf.entry.js +1 -1
  156. package/dist/esm/kup-planner.entry.js +2 -2
  157. package/dist/esm/kup-probe.entry.js +1 -1
  158. package/dist/esm/kup-qlik.entry.js +1 -1
  159. package/dist/esm/kup-snackbar.entry.js +1 -1
  160. package/dist/esm/kup-txt.entry.js +1 -1
  161. package/dist/esm/kup-typography-list.entry.js +1 -1
  162. package/dist/esm/kup-typography.entry.js +1 -1
  163. package/dist/esm/loader.js +1 -1
  164. package/dist/ketchup/index.esm.js +1 -1
  165. package/dist/ketchup/ketchup.esm.js +1 -1
  166. package/dist/ketchup/{p-339d7438.entry.js → p-02378652.entry.js} +1 -1
  167. package/dist/ketchup/{p-ae382c78.entry.js → p-08761e63.entry.js} +1 -1
  168. package/dist/ketchup/p-0ef5545c.entry.js +1 -0
  169. package/dist/ketchup/{p-d6bf9d14.js → p-131d02e5.js} +1 -1
  170. package/dist/ketchup/{p-7f6a52f1.entry.js → p-1508f846.entry.js} +1 -1
  171. package/dist/ketchup/{p-10367f2b.entry.js → p-152ed137.entry.js} +1 -1
  172. package/dist/ketchup/{p-bdfc5fcf.entry.js → p-1fded783.entry.js} +1 -1
  173. package/dist/ketchup/{p-ceda8fa4.entry.js → p-308028ef.entry.js} +1 -1
  174. package/dist/ketchup/{p-9f2abfd6.entry.js → p-3fcb121a.entry.js} +1 -1
  175. package/dist/ketchup/{p-8b5ab195.js → p-49dfe632.js} +1 -1
  176. package/dist/ketchup/{p-ba6b283e.entry.js → p-4b8e41b8.entry.js} +1 -1
  177. package/dist/ketchup/{p-a9994a05.entry.js → p-53d3b004.entry.js} +1 -1
  178. package/dist/ketchup/p-5434838f.js +1 -0
  179. package/dist/ketchup/{p-b6519054.entry.js → p-5f03e966.entry.js} +1 -1
  180. package/dist/ketchup/p-64c95c83.js +1 -0
  181. package/dist/ketchup/{p-77fc5eaf.entry.js → p-6a4a0d38.entry.js} +1 -1
  182. package/dist/ketchup/p-6ecb98ae.entry.js +8 -0
  183. package/dist/ketchup/{p-ae4fd0eb.entry.js → p-76cf473a.entry.js} +1 -1
  184. package/dist/ketchup/{p-6f0eaff3.entry.js → p-8974efec.entry.js} +1 -1
  185. package/dist/ketchup/{p-b1256195.entry.js → p-89dabd6e.entry.js} +1 -1
  186. package/dist/ketchup/{p-21dc5934.entry.js → p-8ed38785.entry.js} +1 -1
  187. package/dist/ketchup/p-9600ce9a.js +1 -0
  188. package/dist/ketchup/{p-3e905afa.entry.js → p-98496351.entry.js} +1 -1
  189. package/dist/ketchup/{p-feba5a53.entry.js → p-9c686dd5.entry.js} +1 -1
  190. package/dist/ketchup/{p-bf0510af.entry.js → p-9f9605c9.entry.js} +1 -1
  191. package/dist/ketchup/{p-774c3c21.entry.js → p-a91a64dd.entry.js} +1 -1
  192. package/dist/ketchup/{p-09337603.entry.js → p-abef591a.entry.js} +1 -1
  193. package/dist/ketchup/{p-8e2c19a6.entry.js → p-b97a2fae.entry.js} +1 -1
  194. package/dist/ketchup/{p-5a82356a.entry.js → p-b9d044dd.entry.js} +1 -1
  195. package/dist/ketchup/{p-0967bb61.entry.js → p-bda08688.entry.js} +1 -1
  196. package/dist/ketchup/{p-b961eebf.entry.js → p-d218199c.entry.js} +1 -1
  197. package/dist/ketchup/{p-af914cdf.js → p-d66832f6.js} +1 -1
  198. package/dist/ketchup/p-e59fd0c5.js +1 -0
  199. package/dist/ketchup/{p-84cfb459.entry.js → p-e9f5949f.entry.js} +1 -1
  200. package/dist/ketchup/{p-17fe09b5.entry.js → p-f890d822.entry.js} +1 -1
  201. package/dist/ketchup/{p-01d7a61a.entry.js → p-fda8a7b9.entry.js} +1 -1
  202. package/dist/types/components/kup-autocomplete/kup-autocomplete-declarations.d.ts +2 -1
  203. package/dist/types/components/kup-autocomplete/kup-autocomplete.d.ts +2 -2
  204. package/dist/types/components/kup-chip/kup-chip-declarations.d.ts +1 -1
  205. package/dist/types/components/kup-chip/kup-chip.d.ts +1 -1
  206. package/dist/types/components/kup-combobox/kup-combobox-declarations.d.ts +2 -1
  207. package/dist/types/components/kup-combobox/kup-combobox.d.ts +2 -2
  208. package/dist/types/components/kup-dropdown-button/kup-dropdown-button-declarations.d.ts +1 -1
  209. package/dist/types/components/kup-dropdown-button/kup-dropdown-button.d.ts +1 -1
  210. package/dist/types/components/kup-list/kup-list-helper.d.ts +2 -2
  211. package/dist/types/components/kup-list/kup-list.d.ts +1 -1
  212. package/dist/types/components/kup-tree/kup-tree.d.ts +1 -1
  213. package/dist/types/components.d.ts +66 -66
  214. package/dist/types/f-components/f-chip/f-chip-declarations.d.ts +1 -1
  215. package/dist/types/utils/cell-utils.d.ts +1 -1
  216. package/package.json +1 -1
  217. package/dist/ketchup/p-22e5d270.js +0 -1
  218. package/dist/ketchup/p-65240069.js +0 -1
  219. package/dist/ketchup/p-7537f52f.entry.js +0 -1
  220. package/dist/ketchup/p-7e2316a5.js +0 -1
  221. package/dist/ketchup/p-7e2d6bff.entry.js +0 -8
  222. package/dist/ketchup/p-ec727684.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-cafa84f3.js';
3
+ import { F as FTextField } from './f-text-field-2898964c.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-ccc3f97c.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-1b003ccd.js';
10
+ import { F as FCell, a as FRadio, b as FRating, c as FSwitchSizing, d as FSwitch } from './f-cell-b2681485.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-54809d36.js';
15
+ import { F as FPaginator, p as pageChange, r as rowsPerPageChange } from './f-paginator-utils-e99efbfb.js';
16
+ import './f-object-field-96b40820.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: 'dcc8e382f19069cd48e43aa08f4e14b67062392e', class: `${fullHeight ? 'kup-full-height' : ''} ${fullWidth ? 'kup-full-width' : ''}`, style: __classPrivateFieldGet$b(this, _KupAutocomplete_elStyle, "f") }, h("style", { key: 'd8bae528abd4782c8b0ea4748dbca49271fd7b62' }, __classPrivateFieldGet$b(this, _KupAutocomplete_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '9f5b65b698e1f921e099c8fcdb48c84850d74fb4', id: componentWrapperId, style: __classPrivateFieldGet$b(this, _KupAutocomplete_elStyle, "f") }, h(FTextField, Object.assign({ key: 'f75283c2a94891bd01e05db4e3c3312d47e2e24f' }, props, { icon: this.showDropDownIcon
412
+ return (h(Host, { key: '54bb3dc2f7dce2b5aec0bb8d5a7f59d8cbdf6b2f', class: `${fullHeight ? 'kup-full-height' : ''} ${fullWidth ? 'kup-full-width' : ''}`, style: __classPrivateFieldGet$b(this, _KupAutocomplete_elStyle, "f") }, h("style", { key: 'f441e0889173a7152678b0e09b4ab236d3262888' }, __classPrivateFieldGet$b(this, _KupAutocomplete_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '1893a3b4ad4de47c75e26ad254af00edd3db7c72', id: componentWrapperId, style: __classPrivateFieldGet$b(this, _KupAutocomplete_elStyle, "f") }, h(FTextField, Object.assign({ key: '899f36ef4b5361cd6a525517632bf3d226ab0ce6' }, 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: '1e67357a3f83234b89a40725dd65fae889e4d9cd', "onKup-autocomplete-itemclick": (e) => {
7154
+ return (h(Host, { key: 'ed3df8fecfa17c1ccee209f0126cad11b4adc80f', "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: '1c4d02bd1ba581c8139e96590bf8e5a5fdfa5a28' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'd32b03aa57835bbe43dfe85c7a73cc19957af47d', 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: 'ac759dfe793b88e165b4c57bb61e310ecb38d5e3', name: "field" }))));
7164
+ } }, h("style", { key: '7558d2820924fd715da96ac12a6819d82ea3dfbb' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '0e7851838135bda98cafc436eb7b701a52807902', 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: 'd2eed39441766df501ba43a1dcc8e63b0906b177', 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: 'a08c4d0ccddbd2ef50803db89ad4e5d616460b07', class: `${fullHeight ? 'kup-full-height' : ''} ${fullWidth ? 'kup-full-width' : ''}`, style: __classPrivateFieldGet$9(this, _KupCombobox_elStyle, "f") }, h("style", { key: '5af5ec19c2ca8f1d90b3f371aedb0fd4f4f1055f' }, __classPrivateFieldGet$9(this, _KupCombobox_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: 'a779b4a6135cb7fb3fa462f28981ca084d6bdd3f', id: componentWrapperId, style: __classPrivateFieldGet$9(this, _KupCombobox_elStyle, "f") }, h(FTextField, Object.assign({ key: 'd46448958f7b6f489d3da9f4ea7c0c64c4d9a1bd' }, props, this.data['kup-text-field'], { disabled: this.disabled, fullHeight: fullHeight, fullWidth: fullWidth, trailingIcon: true, icon: this.showDropDownIcon
7850
+ return (h(Host, { key: '1ed7f42887dca3f807c6b40a0a139fc4a6515cff', class: `${fullHeight ? 'kup-full-height' : ''} ${fullWidth ? 'kup-full-width' : ''}`, style: __classPrivateFieldGet$9(this, _KupCombobox_elStyle, "f") }, h("style", { key: '9161af38b49a700e0d66e925dd2ac90849c815d1' }, __classPrivateFieldGet$9(this, _KupCombobox_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '3ee5c3c502a15233b4fe9fa7fb148ba63e837bc1', id: componentWrapperId, style: __classPrivateFieldGet$9(this, _KupCombobox_elStyle, "f") }, h(FTextField, Object.assign({ key: 'a0f1c8e5c105204fc11ee7632e77289f21244634' }, 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
 
@@ -13877,7 +13879,7 @@ var KupDropdownButtonProps;
13877
13879
  KupDropdownButtonProps["customStyle"] = "Custom style of the component.";
13878
13880
  KupDropdownButtonProps["data"] = "Props of the sub-components.";
13879
13881
  KupDropdownButtonProps["disabled"] = "Defaults at false. When set to true, the component is disabled.";
13880
- 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\".";
13881
13883
  KupDropdownButtonProps["icon"] = "Defaults at null. When set, the button will show this icon.";
13882
13884
  KupDropdownButtonProps["initialValue"] = "Sets the initial value of the component.";
13883
13885
  KupDropdownButtonProps["label"] = "Defaults at null. When set, the button will show this text.";
@@ -13923,7 +13925,7 @@ const KupDropdownButton = class {
13923
13925
  this.customStyle = '';
13924
13926
  this.data = null;
13925
13927
  this.disabled = false;
13926
- this.displayMode = ItemsDisplayMode.DESCRIPTION;
13928
+ this.DescrMode = ItemsDisplayMode.DESCRIPTION;
13927
13929
  this.dropdownOnly = false;
13928
13930
  this.icon = null;
13929
13931
  this.initialValue = '';
@@ -14123,7 +14125,7 @@ const KupDropdownButton = class {
14123
14125
  * Checks the consistency of the list.
14124
14126
  */
14125
14127
  consistencyCheck(e, idIn) {
14126
- 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);
14127
14129
  this.value = ret.value;
14128
14130
  }
14129
14131
  /*-------------------------------------------------*/
@@ -14181,7 +14183,7 @@ const KupDropdownButton = class {
14181
14183
  return buttons;
14182
14184
  }
14183
14185
  render() {
14184
- return (h(Host, { key: '1708b482db59249332f006f708625e2627bb7637' }, h("style", { key: '64432e2f7c42b2be0e0102b7c9a5eb7c80104e00' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'b3ae4c58b473d2d864015f0e72e872de552f92df', id: componentWrapperId }, h("div", { key: '308558513e953a9d07bdd2957f9e4c79ab65d151', class: "dropdown-button--wrapper" }, this.renderButtons()), h("kup-list", Object.assign({ key: 'fd6deda80429efb229e18597c1c974d992647442' }, 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: '9ada6e879fff0eae9fedc2585cc43d6af40a0135' }, h("style", { key: 'cfc19ea1554f29f96b1a1c80a840b9b04c559127' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '2d7460370d014b2f78bf92653b8534ded2147840', id: componentWrapperId }, h("div", { key: '2e4b1dfb52ee7945cad949b44a312a916c25b36e', class: "dropdown-button--wrapper" }, this.renderButtons()), h("kup-list", Object.assign({ key: 'eb5febfbf698a41ce2063079d96233f7706a6f72' }, 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) })))));
14185
14187
  }
14186
14188
  disconnectedCallback() {
14187
14189
  if (this.listEl) {
@@ -16854,7 +16856,7 @@ const KupList = class {
16854
16856
  this.selected = [];
16855
16857
  this.customStyle = '';
16856
16858
  this.data = [];
16857
- this.displayMode = ItemsDisplayMode.DESCRIPTION;
16859
+ this.DescrMode = ItemsDisplayMode.DESCRIPTION;
16858
16860
  this.showFilter = false;
16859
16861
  this.filter = '';
16860
16862
  this.hideText = false;
@@ -17098,7 +17100,7 @@ const KupList = class {
17098
17100
  }
17099
17101
  __classPrivateFieldSet$1(this, _KupList_radios, [], "f");
17100
17102
  let index = 0;
17101
- return (h(Host, { key: 'd0793cb58c9b793df3259c297673470028d39a40' }, h("style", { key: '1abd323a6dde41928bde88b8eb78836905a4079b' }, __classPrivateFieldGet$4(this, _KupList_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: 'd9eb12de67f3373107b0d9028255fdfc07c58351', 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: 'a3c842b8e02b88fca13c4f30b37d255fb0a7d737', class: listScrollClass }, h("ul", { key: '2a4f63316fd97c46f0107f390f451042d086169b', class: componentClass, role: roleAttr, "aria-multiselectable": ariaMultiSelectable }, this.data
17103
+ return (h(Host, { key: 'a4b6bf1943ab53189462f26f647447c38f71a729' }, h("style", { key: '4012e941151dbd5284bbec995d1a18fb8426e231' }, __classPrivateFieldGet$4(this, _KupList_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '6e97c785b76618459094fd0b06e057c3b0e87725', 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: 'f50081927ed8a73e0fd0754b41f685c1dee08f46', class: listScrollClass }, h("ul", { key: '4057faf4dfe7af3806163a7002eea6f8f8d1b925', class: componentClass, role: roleAttr, "aria-multiselectable": ariaMultiSelectable }, this.data
17102
17104
  .filter((item) => __classPrivateFieldGet$4(this, _KupList_instances, "m", _KupList_itemCompliant).call(this, item))
17103
17105
  .map((item) => __classPrivateFieldGet$4(this, _KupList_instances, "m", _KupList_renderListItem).call(this, item, index++)))))));
17104
17106
  }
@@ -17169,7 +17171,7 @@ _KupList_kupManager = new WeakMap(), _KupList_inputEl = new WeakMap(), _KupList_
17169
17171
  imageTag = __classPrivateFieldGet$4(this, _KupList_instances, "m", _KupList_getIconTag).call(this, item.icon, item.placeholderIcon);
17170
17172
  }
17171
17173
  let primaryTextTag = [
17172
- getIdOfItemByDisplayMode(item, item.id == '' ? ItemsDisplayMode.DESCRIPTION : this.displayMode, ' - '),
17174
+ getIdOfItemByDisplayMode(item, item.id == '' ? ItemsDisplayMode.DESCRIPTION : this.DescrMode, ' - '),
17173
17175
  ];
17174
17176
  let secTextTag = [];
17175
17177
  if (this.twoLine && item.secondaryText && item.secondaryText != '') {
@@ -19742,7 +19744,7 @@ const KupTree = class {
19742
19744
  this.store = undefined;
19743
19745
  this.useDynamicExpansion = false;
19744
19746
  this.totals = undefined;
19745
- this.displayMode = ItemsDisplayMode.CODE_AND_DESC;
19747
+ this.DescrMode = ItemsDisplayMode.CODE_AND_DESC;
19746
19748
  }
19747
19749
  initWithPersistedState() {
19748
19750
  if (this.store && this.stateId) {
@@ -19842,18 +19844,10 @@ const KupTree = class {
19842
19844
  * Collapses all nodes.
19843
19845
  */
19844
19846
  async collapseAll() {
19845
- if (!this.useDynamicExpansion) {
19846
- for (let index = 0; index < this.data.length; index++) {
19847
- this.data[index].isExpanded = false;
19848
- this.handleChildren(this.data[index], false);
19849
- }
19850
- }
19851
- else {
19852
- this.kupTreeDynamicMassExpansion.emit({
19853
- comp: this,
19854
- id: this.rootElement.id,
19855
- expandAll: false,
19856
- });
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);
19857
19851
  }
19858
19852
  this.refresh();
19859
19853
  }
@@ -19861,18 +19855,10 @@ const KupTree = class {
19861
19855
  * Expands all nodes.
19862
19856
  */
19863
19857
  async expandAll() {
19864
- if (!this.useDynamicExpansion) {
19865
- for (let index = 0; index < this.data.length; index++) {
19866
- this.data[index].isExpanded = true;
19867
- this.handleChildren(this.data[index], true);
19868
- }
19869
- }
19870
- else {
19871
- this.kupTreeDynamicMassExpansion.emit({
19872
- comp: this,
19873
- id: this.rootElement.id,
19874
- expandAll: true,
19875
- });
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);
19876
19862
  }
19877
19863
  this.refresh();
19878
19864
  }
@@ -20669,7 +20655,7 @@ const KupTree = class {
20669
20655
  }
20670
20656
  let treeNodeCell = null;
20671
20657
  let nodeValue;
20672
- switch (this.displayMode) {
20658
+ switch (this.DescrMode) {
20673
20659
  case ItemsDisplayMode.CODE:
20674
20660
  nodeValue = (_b = (_a = treeNodeData.obj) === null || _a === void 0 ? void 0 : _a.k) !== null && _b !== void 0 ? _b : '';
20675
20661
  break;
@@ -21018,19 +21004,19 @@ const KupTree = class {
21018
21004
  const visibleHeader = this.showHeader && this.showColumns;
21019
21005
  let filterField = null;
21020
21006
  if (this.globalFilter) {
21021
- filterField = (h("div", { key: 'd958c1236000b1b745311395a6f2351e02d2444d', id: "global-filter" }, h("kup-text-field", { key: 'aecd73782132f63a67c76f6b909fef6f929bf903', 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: 'b0ec1086e2b4dfed4d01eed6344f2b9723e50a78', id: "global-filter" }, h("kup-text-field", { key: 'b9ac273ade69fee415828e88bde88abea9bd7911', 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) => {
21022
21008
  window.clearTimeout(this.globalFilterTimeout);
21023
21009
  this.globalFilterTimeout = window.setTimeout(() => this.onGlobalFilterChange(event), 600);
21024
21010
  } })));
21025
21011
  }
21026
- return (h(Host, { key: '282cca9e2c9070c131f0e7352b0758c25e35f3c0', "onKup-cell-click": (e) => {
21012
+ return (h(Host, { key: '8e36db0583c51ef4721d14649453d592024c9e0d', "onKup-cell-click": (e) => {
21027
21013
  this.kupTreeCellClick.emit(e.detail);
21028
- } }, h("style", { key: '50bf9b1b2a99d9ca9bb86ed8b125df1b6225120e' }, __classPrivateFieldGet(this, _KupTree_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '9f7de0530f95764576e11a9e034d0499a824ef8d', id: componentWrapperId, class: wrapperClass, style: wrapperStyle }, filterField, h("div", { key: 'f6175d1ad8783ced133968c54d62691865f3462b', class: "wrapper", ref: (el) => (this.treeWrapperRef =
21029
- el) }, h("table", { key: '219cbe21c9a79e9f66eb1e775495899902adf4ea', class: "kup-tree", "data-show-columns": this.showColumns, onContextMenu: (e) => {
21014
+ } }, h("style", { key: '01a452ebdd782e0111d148f3fac132b7ef8704ce' }, __classPrivateFieldGet(this, _KupTree_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '365ff6370028fcbe2a28489cf8df8f0502f471b1', id: componentWrapperId, class: wrapperClass, style: wrapperStyle }, filterField, h("div", { key: '8310f20be32b01d93a1615ccd01d5bbab8eaa783', class: "wrapper", ref: (el) => (this.treeWrapperRef =
21015
+ el) }, h("table", { key: '4678d2fc2ff097f5866f1171faa1b9bfec9c9304', class: "kup-tree", "data-show-columns": this.showColumns, onContextMenu: (e) => {
21030
21016
  e.preventDefault();
21031
- } }, h("thead", { key: '036ba719dcfadd5187421ef3a83f0b8ae2e26b13', class: {
21017
+ } }, h("thead", { key: '83d22c2cc27c41e63cd2325a9da0576257b21bd0', class: {
21032
21018
  'header--is-visible': visibleHeader,
21033
- } }, h("tr", { key: '6bb65a9a088ef101e900435b268ad00f8fca344b' }, visibleHeader ? this.renderHeader() : null)), h("tbody", { key: '2b8615420e1c476e4ad7666d1e0bbfa729ea45c1' }, treeNodes), (this.showFooter || this.hasTotals()) &&
21019
+ } }, h("tr", { key: 'cbeedfa19b0d218639bac9b1518cd04590512870' }, visibleHeader ? this.renderHeader() : null)), h("tbody", { key: '062aa1d90d53d0dc2fd453e1b60d4c81b5a3e30f' }, treeNodes), (this.showFooter || this.hasTotals()) &&
21034
21020
  this.columns
21035
21021
  ? this.renderFooter()
21036
21022
  : null)))));
@@ -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-cafa84f3.js';
3
+ import { f as filterRows, p as paginateRows, s as sortRows } from './kup-data-table-helper-54809d36.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-ccc3f97c.js';
6
6
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
7
- import { F as FCell } from './f-cell-1b003ccd.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-b2681485.js';
8
+ import { p as pageChange, r as rowsPerPageChange, F as FPaginator } from './f-paginator-utils-e99efbfb.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-96b40820.js';
15
+ import './f-text-field-2898964c.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-cafa84f3.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-ccc3f97c.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-cafa84f3.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-cafa84f3.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-1b003ccd.js';
5
+ import { F as FCell } from './f-cell-b2681485.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-ccc3f97c.js';
11
+ import './f-object-field-96b40820.js';
12
+ import './f-text-field-2898964c.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-2898964c.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-cafa84f3.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-cafa84f3.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-cafa84f3.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import './kup-dates-964cc4dd.js';
5
5
 
@@ -1,5 +1,5 @@
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-53906723.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-cafa84f3.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import './kup-dates-964cc4dd.js';
5
5
 
@@ -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-cafa84f3.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import { c as commonjsGlobal, g as getDefaultExportFromCjs } from './kup-dates-964cc4dd.js';
5
5
 
@@ -2,7 +2,7 @@ import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host
2
2
  import { F as FButton } from './f-button-6298565d.js';
3
3
  import { a as FButtonStyling } from './f-button-declarations-6c8f8abe.js';
4
4
  import { F as FImage } from './f-image-96ea1421.js';
5
- import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, V as KupPointerEventTypes } from './kup-manager-53906723.js';
5
+ import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, V as KupPointerEventTypes } from './kup-manager-cafa84f3.js';
6
6
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
7
7
  import './kup-dates-964cc4dd.js';
8
8
 
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, h as KupDebugCategory } from './kup-manager-53906723.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, h as KupDebugCategory } from './kup-manager-cafa84f3.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import './kup-dates-964cc4dd.js';
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, F as Fragment, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric } from './kup-manager-53906723.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric } from './kup-manager-cafa84f3.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import './kup-dates-964cc4dd.js';
5
5
 
@@ -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, h as KupDebugCategory } from './kup-manager-53906723.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, h as KupDebugCategory } from './kup-manager-cafa84f3.js';
3
3
  import './kup-dates-964cc4dd.js';
4
4
 
5
5
  /**
@@ -1,16 +1,16 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
2
  import { F as FButton } from './f-button-6298565d.js';
3
- import { F as FCell, e as FLabel } from './f-cell-1b003ccd.js';
4
- import { F as FCellShapes, k as kupManagerInstance, ad as FCellTypes, g as getProps, s as setProps, b as KupLanguageGeneric, ai as getCellValueForDisplay, a7 as UseAsValue, ao as CHIAdapter, al as CMBandACPAdapter, an as CHKAdapter, am as RADAdapter, ap as SWTAdapter, h as KupDebugCategory, V as KupPointerEventTypes } from './kup-manager-53906723.js';
3
+ import { F as FCell, e as FLabel } from './f-cell-b2681485.js';
4
+ import { F as FCellShapes, k as kupManagerInstance, ad as FCellTypes, g as getProps, s as setProps, b as KupLanguageGeneric, ai as getCellValueForDisplay, a7 as UseAsValue, ao as CHIAdapter, al as CMBandACPAdapter, an as CHKAdapter, am as RADAdapter, ap as SWTAdapter, h as KupDebugCategory, V as KupPointerEventTypes } from './kup-manager-cafa84f3.js';
5
5
  import { F as FTextFieldMDC } from './f-text-field-mdc-81ce6c7c.js';
6
6
  import { F as FTypography, a as FTypographyType } from './f-typography-8c914ec6.js';
7
7
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
8
8
  import './f-button-declarations-6c8f8abe.js';
9
9
  import './f-image-96ea1421.js';
10
10
  import './f-checkbox-191ec2e7.js';
11
- import './f-chip-2b1b3544.js';
12
- import './f-object-field-a234558f.js';
13
- import './f-text-field-4ef83a74.js';
11
+ import './f-chip-ccc3f97c.js';
12
+ import './f-object-field-96b40820.js';
13
+ import './f-text-field-2898964c.js';
14
14
  import './kup-dates-964cc4dd.js';
15
15
  import './component-a35bc7f1.js';
16
16
 
@@ -422,7 +422,7 @@ const KupInputPanel = class {
422
422
  h("p", null, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").language.translate(KupLanguageGeneric.EMPTY_DATA)),
423
423
  ]
424
424
  : this.inputPanelCells.map((inputPanelCell) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_renderRow).call(this, inputPanelCell));
425
- return (h(Host, { key: '503892c16fec53014088486f29c7ed97decc786f', "onKup-cell-blur": (e) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_manageInputPanelCheck).call(this, e, CheckTriggeringEvents.BLUR), "onKup-cell-update": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_onCellUpdate).bind(this), "onKup-tabbar-click": (e) => {
425
+ return (h(Host, { key: '6cfcf4c42a7c706e45bc001c1869ba098bc9894f', "onKup-cell-blur": (e) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_manageInputPanelCheck).call(this, e, CheckTriggeringEvents.BLUR), "onKup-cell-update": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_onCellUpdate).bind(this), "onKup-tabbar-click": (e) => {
426
426
  this.tabSelected = e.detail.node.id;
427
427
  }, "onKup-autocomplete-input": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getOptionHandler).bind(this), "onKup-autocomplete-iconclick": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getOptionHandler).bind(this), "onKup-combobox-iconclick": (e) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getOptionHandler).call(this, e, true), "onKup-cell-itemclick": (e) => {
428
428
  __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_manageInputPanelCheck).call(this, e, CheckTriggeringEvents.ITEMCLICK);
@@ -432,7 +432,7 @@ const KupInputPanel = class {
432
432
  this.kupInputPanelObjectFieldOpenSearchMenu.emit(e.detail);
433
433
  }, "onKup-objectfield-selectedmenuitem": (e) => {
434
434
  this.kupInputPanelObjectFieldSelectedMenuItem.emit(e.detail);
435
- }, "onKup-file-upload-upload": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_upload).bind(this) }, h("style", { key: 'e0592ae95071ad0d54f52fed60f8083f5f6ae4c3' }, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: 'e36cf63bb90cea6dc2ca0583c1f5fe6555284404', id: componentWrapperId }, inputPanelContent)));
435
+ }, "onKup-file-upload-upload": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_upload).bind(this) }, h("style", { key: '296c0fb093c16d143e6a7db6c351f5e01b8dfd58' }, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: 'd3b416710a01c961421fc5de40c74d15e9cafcf4', id: componentWrapperId }, inputPanelContent)));
436
436
  }
437
437
  disconnectedCallback() {
438
438
  __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").language.unregister(this);
@@ -600,7 +600,7 @@ _KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_formRef = new WeakMap(
600
600
  for (const cellName of Object.keys(row.cells)) {
601
601
  const cell = row.cells[cellName];
602
602
  if (cell.shape === FCellShapes.AUTOCOMPLETE) {
603
- cell.data['displayMode'] = 'CodeOnly';
603
+ cell.data['DescrMode'] = 'CodeOnly';
604
604
  cell.data['selectMode'] = 'CodeOnly';
605
605
  }
606
606
  }
@@ -1277,7 +1277,7 @@ _KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_formRef = new WeakMap(
1277
1277
  : (_d = (_c = cell.data) === null || _c === void 0 ? void 0 : _c.data) === null || _d === void 0 ? void 0 : _d['kup-list'];
1278
1278
  if (kupListData) {
1279
1279
  kupListData.data = (filteredRows === null || filteredRows === void 0 ? void 0 : filteredRows.length)
1280
- ? (_e = __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_optionsTreeComboAdapter).call(this, visibleColumnsOptions, cell.value)) !== null && _e !== void 0 ? _e : []
1280
+ ? ((_e = __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_optionsTreeComboAdapter).call(this, visibleColumnsOptions, cell.value)) !== null && _e !== void 0 ? _e : [])
1281
1281
  : [];
1282
1282
  kupListData.options = (_f = options.columns) !== null && _f !== void 0 ? _f : [];
1283
1283
  }
@@ -1326,7 +1326,7 @@ _KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_formRef = new WeakMap(
1326
1326
  // Update the autocomplete list data
1327
1327
  const kupListData = targetCell.data.data['kup-list'];
1328
1328
  kupListData.data = filteredRows.length
1329
- ? (_f = __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_optionsTreeComboAdapter).call(this, visibleColumnsOptions, cellValue)) !== null && _f !== void 0 ? _f : []
1329
+ ? ((_f = __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_optionsTreeComboAdapter).call(this, visibleColumnsOptions, cellValue)) !== null && _f !== void 0 ? _f : [])
1330
1330
  : [];
1331
1331
  kupListData.options = (_g = options.columns) !== null && _g !== void 0 ? _g : [];
1332
1332
  // Update the component data and refresh
@@ -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-cafa84f3.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import './kup-dates-964cc4dd.js';
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, h as KupDebugCategory, aE as kupDropEvent, W as kupDraggableColumnAttr, aF as kupDraggableRowAttr, _ as KupDropEventTypes, f as KupThemeColorValues } from './kup-manager-53906723.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, h as KupDebugCategory, aE as kupDropEvent, W as kupDraggableColumnAttr, aF as kupDraggableRowAttr, _ as KupDropEventTypes, f as KupThemeColorValues } from './kup-manager-cafa84f3.js';
3
3
  import { a as FButtonStyling } from './f-button-declarations-6c8f8abe.js';
4
4
  import { F as FImage } from './f-image-96ea1421.js';
5
5
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';