@sme.up/ketchup 11.0.0-SNAPSHOT-20251128123437 → 11.0.0-SNAPSHOT-20251203145802

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-41fb7507.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 +45 -43
  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 +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-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-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 +10 -10
  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-442f7301.js → p-05dc6405.js} +68 -64
  120. package/dist/components/{p-336378d0.js → p-0a495572.js} +2 -2
  121. package/dist/components/{p-ca14c650.js → p-5438a4ff.js} +2 -2
  122. package/dist/components/{p-0497ebe5.js → p-dcb752e1.js} +6 -6
  123. package/dist/components/{p-53632ea6.js → p-e9699798.js} +2 -2
  124. package/dist/components/{p-83d85ea5.js → p-f359b03b.js} +2 -2
  125. package/dist/esm/{f-cell-1b003ccd.js → f-cell-abc7019e.js} +10 -10
  126. package/dist/esm/{f-chip-2b1b3544.js → f-chip-af9b0f73.js} +9 -9
  127. package/dist/esm/{f-object-field-a234558f.js → f-object-field-a658454f.js} +2 -2
  128. package/dist/esm/{f-paginator-utils-7f69eaa3.js → f-paginator-utils-a617b644.js} +5 -5
  129. package/dist/esm/{f-text-field-4ef83a74.js → f-text-field-97b4dae7.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 +45 -43
  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-7139e397.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-1747a265.js} +6 -6
  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-21dc5934.entry.js → p-00632375.entry.js} +1 -1
  167. package/dist/ketchup/{p-77fc5eaf.entry.js → p-052d3293.entry.js} +1 -1
  168. package/dist/ketchup/{p-bdfc5fcf.entry.js → p-09460153.entry.js} +1 -1
  169. package/dist/ketchup/{p-3e905afa.entry.js → p-1136d1a3.entry.js} +1 -1
  170. package/dist/ketchup/{p-feba5a53.entry.js → p-18d46bf3.entry.js} +1 -1
  171. package/dist/ketchup/{p-ceda8fa4.entry.js → p-1f525c31.entry.js} +1 -1
  172. package/dist/ketchup/{p-01d7a61a.entry.js → p-21d532cb.entry.js} +1 -1
  173. package/dist/ketchup/p-2e1bf103.js +1 -0
  174. package/dist/ketchup/{p-0967bb61.entry.js → p-3a4f908c.entry.js} +1 -1
  175. package/dist/ketchup/p-5158df86.entry.js +1 -0
  176. package/dist/ketchup/p-53527430.js +1 -0
  177. package/dist/ketchup/{p-09337603.entry.js → p-5831cb97.entry.js} +1 -1
  178. package/dist/ketchup/p-5e7ea577.entry.js +8 -0
  179. package/dist/ketchup/{p-ae382c78.entry.js → p-5ef17e2c.entry.js} +1 -1
  180. package/dist/ketchup/{p-339d7438.entry.js → p-5f552d90.entry.js} +1 -1
  181. package/dist/ketchup/{p-b961eebf.entry.js → p-7a4adeb8.entry.js} +1 -1
  182. package/dist/ketchup/{p-6f0eaff3.entry.js → p-7f1e6235.entry.js} +1 -1
  183. package/dist/ketchup/{p-bf0510af.entry.js → p-80dbe8d0.entry.js} +1 -1
  184. package/dist/ketchup/p-88941874.js +1 -0
  185. package/dist/ketchup/{p-a9994a05.entry.js → p-8a5f4e49.entry.js} +1 -1
  186. package/dist/ketchup/{p-af914cdf.js → p-94d1bd32.js} +1 -1
  187. package/dist/ketchup/{p-8e2c19a6.entry.js → p-995df6b4.entry.js} +1 -1
  188. package/dist/ketchup/{p-10367f2b.entry.js → p-a42e0c2a.entry.js} +1 -1
  189. package/dist/ketchup/{p-7f6a52f1.entry.js → p-a55befc8.entry.js} +1 -1
  190. package/dist/ketchup/{p-ba6b283e.entry.js → p-a5c256cb.entry.js} +1 -1
  191. package/dist/ketchup/{p-9f2abfd6.entry.js → p-b27d4942.entry.js} +1 -1
  192. package/dist/ketchup/p-b3636a7f.js +1 -0
  193. package/dist/ketchup/{p-d6bf9d14.js → p-b4aaaeee.js} +1 -1
  194. package/dist/ketchup/{p-774c3c21.entry.js → p-ba133dd0.entry.js} +1 -1
  195. package/dist/ketchup/{p-84cfb459.entry.js → p-ba32509b.entry.js} +1 -1
  196. package/dist/ketchup/{p-8b5ab195.js → p-d0d694e0.js} +1 -1
  197. package/dist/ketchup/{p-17fe09b5.entry.js → p-d76ba13e.entry.js} +1 -1
  198. package/dist/ketchup/{p-b6519054.entry.js → p-ea08c135.entry.js} +1 -1
  199. package/dist/ketchup/{p-b1256195.entry.js → p-f01acc32.entry.js} +1 -1
  200. package/dist/ketchup/{p-5a82356a.entry.js → p-f0e85d36.entry.js} +1 -1
  201. package/dist/ketchup/{p-ae4fd0eb.entry.js → p-f51d23cf.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-45f014f9.entry.js +0 -8
  219. package/dist/ketchup/p-65240069.js +0 -1
  220. package/dist/ketchup/p-7537f52f.entry.js +0 -1
  221. package/dist/ketchup/p-7e2316a5.js +0 -1
  222. package/dist/ketchup/p-ec727684.js +0 -1
@@ -1,5 +1,5 @@
1
1
  import { p as proxyCustomElement, H, c as createEvent, f as forceUpdate, h as h$1, d as Host, F as Fragment$1 } from './p-ef8cbd35.js';
2
- import { b as KupThemeIconValues, I as ItemsDisplayMode, e as KupLanguageGeneric, a as KupComponentSizing, k as kupManagerInstance, d as KupDynamicPositionPlacement, f as editableTypes, h as kupTypes, F as FCellClasses, i as FCellTypes, c as KupThemeColorValues, C as CHIAdapter, R as RADAdapter, j as CMBandACPAdapter, l as KupTagNames, m as FCellShapes, n as getCellValueForDisplay, o as fullWidthFieldsComps, p as autoCenterComps, q as FCellEvents, r as isForceUppercase, t as isForceLowercase, u as KupDebugCategory, v as adaptContentToDisplayMode, w as FCellPadding, x as fillString, y as KupCardBuiltInClockElements, z as KupCardCSSClasses, A as KupLanguageTotals, B as KupLanguageColumn, D as KupDataNewColumnTypes, E as KupCardSubEvents, G as KupCardIds, H as KupLanguageRow, J as KupLanguageSearch, L as getColumnByName, M as KupObjects, N as formatToNumber, O as Filters, P as getValueForDisplay, Q as getValueForDisplay2, S as KupData, T as compareCell, U as TotalMode, V as getRegExpFromString, W as CHKAdapter, X as SWTAdapter, Y as SortMode, Z as GroupLabelDisplayMode, _ as SelectionMode, $ as KupLanguageGrouping, a0 as KupLanguageCheckbox, a1 as FILTER_ANALYZER, a2 as KupLanguagePage, a3 as addColumnValueFromRow, a4 as KupGlobalFilterMode, g as getProps, s as setProps, a5 as TotalLabel, a6 as isNegativeNumber, a7 as KupPointerEventTypes, a8 as kupDynamicPositionAttribute, a9 as identify, aa as KupListProps, ab as KupCardFamily, ac as KupListRole, ad as KupLanguageUpload, ae as LoadMoreMode, af as PaginatorPos, ag as ShowGrid, ah as kupDraggableColumnAttr, ai as kupDragActiveAttr, aj as KupDragEffect, ak as kupDraggableCellAttr, al as KupDropEventTypes, am as DataTableAreasEnum, an as TypesToDuplicate, ao as FixedCellsClasses, ap as FixedCellsCSSVarsBase, aq as KupLanguageFontsize, ar as KupLanguageDensity, as as KupLanguageGrid, at as KupDataTableProps, au as UseAsValue, av as iconColumn, aw as keyColumn, ax as fieldColumn, ay as getSizeOfInputElement, az as KupCardProps } from './p-0497ebe5.js';
2
+ import { b as KupThemeIconValues, I as ItemsDisplayMode, e as KupLanguageGeneric, a as KupComponentSizing, k as kupManagerInstance, d as KupDynamicPositionPlacement, f as editableTypes, h as kupTypes, F as FCellClasses, i as FCellTypes, c as KupThemeColorValues, C as CHIAdapter, R as RADAdapter, j as CMBandACPAdapter, l as KupTagNames, m as FCellShapes, n as getCellValueForDisplay, o as fullWidthFieldsComps, p as autoCenterComps, q as FCellEvents, r as isForceUppercase, t as isForceLowercase, u as KupDebugCategory, v as adaptContentToDisplayMode, w as FCellPadding, x as fillString, y as KupCardBuiltInClockElements, z as KupCardCSSClasses, A as KupLanguageTotals, B as KupLanguageColumn, D as KupDataNewColumnTypes, E as KupCardSubEvents, G as KupCardIds, H as KupLanguageRow, J as KupLanguageSearch, L as getColumnByName, M as KupObjects, N as formatToNumber, O as Filters, P as getValueForDisplay, Q as getValueForDisplay2, S as KupData, T as compareCell, U as TotalMode, V as getRegExpFromString, W as CHKAdapter, X as SWTAdapter, Y as SortMode, Z as GroupLabelDisplayMode, _ as SelectionMode, $ as KupLanguageGrouping, a0 as KupLanguageCheckbox, a1 as FILTER_ANALYZER, a2 as KupLanguagePage, a3 as addColumnValueFromRow, a4 as KupGlobalFilterMode, g as getProps, s as setProps, a5 as TotalLabel, a6 as isNegativeNumber, a7 as KupPointerEventTypes, a8 as kupDynamicPositionAttribute, a9 as identify, aa as KupListProps, ab as KupCardFamily, ac as KupListRole, ad as KupLanguageUpload, ae as LoadMoreMode, af as PaginatorPos, ag as ShowGrid, ah as kupDraggableColumnAttr, ai as kupDragActiveAttr, aj as KupDragEffect, ak as kupDraggableCellAttr, al as KupDropEventTypes, am as DataTableAreasEnum, an as TypesToDuplicate, ao as FixedCellsClasses, ap as FixedCellsCSSVarsBase, aq as KupLanguageFontsize, ar as KupLanguageDensity, as as KupLanguageGrid, at as KupDataTableProps, au as UseAsValue, av as iconColumn, aw as keyColumn, ax as fieldColumn, ay as getSizeOfInputElement, az as KupCardProps } from './p-dcb752e1.js';
3
3
  import { h, g as getAssetPath, F as Fragment } from './p-3aae989f.js';
4
4
  import { c as KupDateTimeFormatOptionsMonth, K as KupDatesFormats, a as KupDates } from './p-60e697f5.js';
5
5
 
@@ -1333,7 +1333,9 @@ function setContent(props) {
1333
1333
  webkitMask: svg,
1334
1334
  };
1335
1335
  }
1336
- iconEl = (h("span", { style: iconStyle, onClick: props.onIconClick, class: `mdc-text-field__icon kup-icon action ${iconClass}` }));
1336
+ iconEl = (h("span", { style: iconStyle, onClick: props.onIconClick, onMouseDown: (e) => {
1337
+ e.preventDefault();
1338
+ }, class: `mdc-text-field__icon kup-icon action ${iconClass}` }));
1337
1339
  }
1338
1340
  if (props.quantityButtons) {
1339
1341
  const minusSvg = `url('${getAssetPath(`./assets/svg/minus.svg`)}') no-repeat center`;
@@ -4202,7 +4204,8 @@ var KupAutocompleteProps;
4202
4204
  KupAutocompleteProps["customStyle"] = "Custom style of the component.";
4203
4205
  KupAutocompleteProps["data"] = "Props of the sub-components.";
4204
4206
  KupAutocompleteProps["disabled"] = "Defaults at false. When set to true, the component is disabled.";
4205
- KupAutocompleteProps["displayMode"] = "Sets how to show the selected item value. Suported values: \"CodeOnly\", \"DescOnly\", \"Both\" or \"CodeAndDesc\" and \"DescAndCode\".";
4207
+ KupAutocompleteProps["DescrMode"] = "Sets how to show the selected item value. Suported values: \"CodeOnly\", \"DescOnly\", \"Both\" or \"CodeAndDesc\" and \"DescAndCode\".";
4208
+ KupAutocompleteProps["ListDescrMode"] = "Sets how to show the list items of the component. Suported values: \"CodeOnly\", \"DescOnly\", \"Both\" or \"CodeAndDesc\" and \"DescAndCode\".";
4206
4209
  KupAutocompleteProps["initialValue"] = "Sets the initial value of the component.";
4207
4210
  KupAutocompleteProps["initialValueDecode"] = "Sets the initial value decode of the component";
4208
4211
  KupAutocompleteProps["inputDelay"] = "Input event emission delay in milliseconds.";
@@ -4238,7 +4241,7 @@ function getIdOfItemByDisplayMode(item, mode, separator) {
4238
4241
  return id;
4239
4242
  }
4240
4243
  }
4241
- function consistencyCheck(idIn, listData, listEl, selectMode, displayMode, e) {
4244
+ function consistencyCheck(idIn, listData, listEl, selectMode, DescrMode, e) {
4242
4245
  const validList = !!(listEl && listData && listData['data']);
4243
4246
  let id = '';
4244
4247
  let displayedValue = '';
@@ -4247,7 +4250,7 @@ function consistencyCheck(idIn, listData, listEl, selectMode, displayMode, e) {
4247
4250
  selected = e.detail.selected;
4248
4251
  }
4249
4252
  if (selected == null && idIn != null && validList) {
4250
- selected = getItemByDisplayMode(listData, idIn, displayMode, true);
4253
+ selected = getItemByDisplayMode(listData, idIn, DescrMode, true);
4251
4254
  listEl.data = [...listData['data']];
4252
4255
  }
4253
4256
  if (selected == null && idIn == null && listData) {
@@ -4265,7 +4268,7 @@ function consistencyCheck(idIn, listData, listEl, selectMode, displayMode, e) {
4265
4268
  }
4266
4269
  else {
4267
4270
  id = getIdOfItemByDisplayMode(selected, selectMode, ' - ');
4268
- displayedValue = getIdOfItemByDisplayMode(selected, id == '' ? ItemsDisplayMode.DESCRIPTION : displayMode, ' - ');
4271
+ displayedValue = getIdOfItemByDisplayMode(selected, id == '' ? ItemsDisplayMode.DESCRIPTION : DescrMode, ' - ');
4269
4272
  trueValue = getIdOfItemByDisplayMode(selected, ItemsDisplayMode.CODE, ' - ');
4270
4273
  }
4271
4274
  const listNode = validList
@@ -4323,12 +4326,12 @@ function getItemById(listData, id, setSelected) {
4323
4326
  }
4324
4327
  return null;
4325
4328
  }
4326
- function getItemByDisplayMode(listData, id, displayMode, setSelected) {
4329
+ function getItemByDisplayMode(listData, id, DescrMode, setSelected) {
4327
4330
  if (listData && listData['data']) {
4328
4331
  let found = false;
4329
4332
  let item = null;
4330
4333
  for (let i = 0; i < listData['data'].length; i++) {
4331
- let displayedValue = getIdOfItemByDisplayMode(listData['data'][i], id == '' ? ItemsDisplayMode.DESCRIPTION : displayMode, ' - ');
4334
+ let displayedValue = getIdOfItemByDisplayMode(listData['data'][i], id == '' ? ItemsDisplayMode.DESCRIPTION : DescrMode, ' - ');
4332
4335
  if (setSelected == true) {
4333
4336
  listData['data'][i].selected = false;
4334
4337
  }
@@ -4653,8 +4656,8 @@ const FChip = (props) => {
4653
4656
  if (!props.type) {
4654
4657
  props.type = FChipType.STANDARD;
4655
4658
  }
4656
- if (!props.displayMode) {
4657
- props.displayMode = ItemsDisplayMode.DESCRIPTION;
4659
+ if (!props.DescrMode) {
4660
+ props.DescrMode = ItemsDisplayMode.DESCRIPTION;
4658
4661
  }
4659
4662
  const isChoice = props.type.toLowerCase() === FChipType.CHOICE;
4660
4663
  const isFilter = props.type.toLowerCase() === FChipType.FILTER;
@@ -4741,7 +4744,7 @@ function createChipList(props, isChoice, isFilter, isInput) {
4741
4744
  h("svg", { class: "chip__checkmark-svg", viewBox: "-2 -3 30 30" },
4742
4745
  h("path", { class: "chip__checkmark-path", fill: "none", stroke: "black", d: "M1.73,12.91 8.1,19.28 22.79,4.59" }))));
4743
4746
  }
4744
- let chipText = getIdOfItemByDisplayMode(chip, chip.value == '' ? ItemsDisplayMode.CODE : props.displayMode, ' - ');
4747
+ let chipText = getIdOfItemByDisplayMode(chip, chip.value == '' ? ItemsDisplayMode.CODE : props.DescrMode, ' - ');
4745
4748
  return (h("div", { class: componentClass, "data-value": chip.id, onClick: props.onClick && props.onClick[i]
4746
4749
  ? props.onClick[i].bind(props.onClick[i], chip)
4747
4750
  : null, onContextMenu: props.onContextMenu && props.onContextMenu[i]
@@ -5716,7 +5719,7 @@ function setEditableCell(cellType, classObj, cell, column, props) {
5716
5719
  case FCellTypes.COLOR_PICKER:
5717
5720
  return (h("kup-color-picker", Object.assign({ key: column.name + props.row.id, initialValue: cell.value }, cell.data, { class: isFullWidth(props) ? 'kup-full-width' : '', disabled: false, "onkup-colorpicker-change": (e) => cellEvent(e, props, cellType, FCellEvents.UPDATE) })));
5718
5721
  case FCellTypes.COMBOBOX:
5719
- return (h("kup-combobox", Object.assign({ key: column.name + props.row.id, initialValue: cell.value, initialValueDecode: cell.decode }, cell.data, { class: isFullWidth(props) ? 'kup-full-width' : '', "onkup-combobox-change": (e) => cellEvent(e, props, cellType, FCellEvents.UPDATE), "onkup-combobox-input": (e) => cellEvent(e, props, cellType, FCellEvents.INPUT), "onkup-combobox-iconclick": (e) => cellEvent(e, props, cellType, FCellEvents.ICON_CLICK), "onKup-combobox-blur": (e) => cellEvent(e, props, cellType, FCellEvents.BLUR), "onKup-combobox-itemclick": (e) => cellEvent(e, props, cellType, FCellEvents.ITEMCLICK) })));
5722
+ return (h("kup-combobox", Object.assign({ key: column.name + props.row.id, initialValue: cell.value, initialValueDecode: cell.decode, ListDescrMode: cell.data.ListDescrMode }, cell.data, { class: isFullWidth(props) ? 'kup-full-width' : '', "onkup-combobox-change": (e) => cellEvent(e, props, cellType, FCellEvents.UPDATE), "onkup-combobox-input": (e) => cellEvent(e, props, cellType, FCellEvents.INPUT), "onkup-combobox-iconclick": (e) => cellEvent(e, props, cellType, FCellEvents.ICON_CLICK), "onKup-combobox-blur": (e) => cellEvent(e, props, cellType, FCellEvents.BLUR), "onKup-combobox-itemclick": (e) => cellEvent(e, props, cellType, FCellEvents.ITEMCLICK) })));
5720
5723
  case FCellTypes.DATE:
5721
5724
  return (h("kup-date-picker", Object.assign({ key: column.name + props.row.id, initialValue: cell.value }, cell.data, { class: isFullWidth(props) ? 'kup-full-width' : '', "onkup-datepicker-change": (e) => cellEvent(e, props, cellType, FCellEvents.UPDATE), "onkup-datepicker-input": (e) => cellEvent(e, props, cellType, FCellEvents.INPUT), "onKup-datepicker-blur": (e) => cellEvent(e, props, cellType, FCellEvents.BLUR), "onkup-datepicker-textfieldsubmit": (e) => cellEvent(e, props, cellType, FCellEvents.UPDATE) })));
5722
5725
  case FCellTypes.EDITOR:
@@ -5741,12 +5744,12 @@ function setEditableCell(cellType, classObj, cell, column, props) {
5741
5744
  case FCellTypes.FILE_UPLOAD:
5742
5745
  return (h("kup-file-upload", Object.assign({ "onKup-file-upload-change": (e) => cellEvent(e, props, cellType, FCellEvents.UPDATE) }, cell.data)));
5743
5746
  case FCellTypes.MULTI_AUTOCOMPLETE: {
5744
- return (h("kup-chip", Object.assign({ displayMode: (_a = cell.data.displayMode) !== null && _a !== void 0 ? _a : ItemsDisplayMode.DESCRIPTION }, cell.data, { label: (_c = (_b = cell.slotData) === null || _b === void 0 ? void 0 : _b.label) !== null && _c !== void 0 ? _c : '', type: FChipType.INPUT, enableInput: true, "onKup-chip-change": (e) => cellEvent(e, props, cellType, FCellEvents.UPDATE) }),
5745
- h("kup-autocomplete", { class: "kup-full-width", slot: "field", displayMode: ItemsDisplayMode.CODE_AND_DESC, sizing: KupComponentSizing.EXTRA_SMALL, "onKup-autocomplete-blur": (e) => cellEvent(e, props, cellType, FCellEvents.BLUR), "onkup-autocomplete-input": (e) => cellEvent(e, props, cellType, FCellEvents.INPUT), "onkup-autocomplete-iconclick": (e) => cellEvent(e, props, cellType, FCellEvents.ICON_CLICK), data: (_d = cell.slotData) === null || _d === void 0 ? void 0 : _d.data, initialValue: (_e = cell.slotData) === null || _e === void 0 ? void 0 : _e.initialValue, showDropDownIcon: (_f = cell.slotData) === null || _f === void 0 ? void 0 : _f.showDropDownIcon, style: (_g = cell.slotData) === null || _g === void 0 ? void 0 : _g.style, disabled: (_h = cell.slotData) === null || _h === void 0 ? void 0 : _h.disabled, id: (_j = cell.slotData) === null || _j === void 0 ? void 0 : _j.id, error: cell.data.error, showMarker: (_k = cell.tooltip) !== null && _k !== void 0 ? _k : false, listDisplayMode: cell.data.listDisplayMode })));
5747
+ return (h("kup-chip", Object.assign({ DescrMode: (_a = cell.data.DescrMode) !== null && _a !== void 0 ? _a : ItemsDisplayMode.DESCRIPTION }, cell.data, { label: (_c = (_b = cell.slotData) === null || _b === void 0 ? void 0 : _b.label) !== null && _c !== void 0 ? _c : '', type: FChipType.INPUT, enableInput: true, "onKup-chip-change": (e) => cellEvent(e, props, cellType, FCellEvents.UPDATE) }),
5748
+ h("kup-autocomplete", { class: "kup-full-width", slot: "field", DescrMode: ItemsDisplayMode.CODE_AND_DESC, sizing: KupComponentSizing.EXTRA_SMALL, "onKup-autocomplete-blur": (e) => cellEvent(e, props, cellType, FCellEvents.BLUR), "onkup-autocomplete-input": (e) => cellEvent(e, props, cellType, FCellEvents.INPUT), "onkup-autocomplete-iconclick": (e) => cellEvent(e, props, cellType, FCellEvents.ICON_CLICK), data: (_d = cell.slotData) === null || _d === void 0 ? void 0 : _d.data, initialValue: (_e = cell.slotData) === null || _e === void 0 ? void 0 : _e.initialValue, showDropDownIcon: (_f = cell.slotData) === null || _f === void 0 ? void 0 : _f.showDropDownIcon, style: (_g = cell.slotData) === null || _g === void 0 ? void 0 : _g.style, disabled: (_h = cell.slotData) === null || _h === void 0 ? void 0 : _h.disabled, id: (_j = cell.slotData) === null || _j === void 0 ? void 0 : _j.id, error: cell.data.error, showMarker: (_k = cell.tooltip) !== null && _k !== void 0 ? _k : false, ListDescrMode: cell.data.ListDescrMode })));
5746
5749
  }
5747
5750
  case FCellTypes.MULTI_COMBOBOX:
5748
- return (h("kup-chip", Object.assign({ displayMode: (_l = cell.data.displayMode) !== null && _l !== void 0 ? _l : ItemsDisplayMode.DESCRIPTION }, cell.data, { type: FChipType.INPUT, enableInput: true, "onKup-chip-change": (e) => cellEvent(e, props, cellType, FCellEvents.UPDATE) }),
5749
- h("kup-combobox", Object.assign({ class: "kup-full-width", slot: "field", displayMode: ItemsDisplayMode.CODE_AND_DESC, sizing: KupComponentSizing.EXTRA_SMALL, "onKup-combobox-blur": (e) => cellEvent(e, props, cellType, FCellEvents.BLUR), "onkup-combobox-input": (e) => cellEvent(e, props, cellType, FCellEvents.INPUT), "onkup-combobox-iconclick": (e) => cellEvent(e, props, cellType, FCellEvents.ICON_CLICK) }, cell.slotData, { error: cell.data.error, showMarker: (_m = cell.tooltip) !== null && _m !== void 0 ? _m : false }))));
5751
+ return (h("kup-chip", Object.assign({ DescrMode: (_l = cell.data.DescrMode) !== null && _l !== void 0 ? _l : ItemsDisplayMode.DESCRIPTION }, cell.data, { type: FChipType.INPUT, enableInput: true, "onKup-chip-change": (e) => cellEvent(e, props, cellType, FCellEvents.UPDATE) }),
5752
+ h("kup-combobox", Object.assign({ class: "kup-full-width", slot: "field", DescrMode: ItemsDisplayMode.CODE_AND_DESC, sizing: KupComponentSizing.EXTRA_SMALL, "onKup-combobox-blur": (e) => cellEvent(e, props, cellType, FCellEvents.BLUR), "onkup-combobox-input": (e) => cellEvent(e, props, cellType, FCellEvents.INPUT), "onkup-combobox-iconclick": (e) => cellEvent(e, props, cellType, FCellEvents.ICON_CLICK) }, cell.slotData, { error: cell.data.error, showMarker: (_m = cell.tooltip) !== null && _m !== void 0 ? _m : false, ListDescrMode: cell.data.ListDescrMode }))));
5750
5753
  case FCellTypes.RADIO:
5751
5754
  return (h(FRadio, Object.assign({}, cell.data, { disabled: false, onChange: (i, e) => {
5752
5755
  const radioData = cell.data.data;
@@ -5897,7 +5900,7 @@ function setCell(cellType, subcomponentProps, content, classObj, cell, column, p
5897
5900
  const activeNode = cell.data.data.find((node) => node.value === cell.value) || null;
5898
5901
  return (h("kup-image-list", Object.assign({ ripple: true }, cell.data, { "onKup-imagelist-click": (e) => cellEvent(e, props, cellType, FCellEvents.UPDATE), activeNode: activeNode })));
5899
5902
  default:
5900
- return (h("div", { class: "f-cell__text" }, cell.data.displayMode
5903
+ return (h("div", { class: "f-cell__text" }, cell.data.DescrMode
5901
5904
  ? adaptContentToDisplayMode(cell, content, '-')
5902
5905
  : content));
5903
5906
  }
@@ -10992,7 +10995,7 @@ var KupChipProps;
10992
10995
  KupChipProps["data"] = "List of elements.";
10993
10996
  // displayId = "When enabled, the chip's text will display both the id and the value.",
10994
10997
  KupChipProps["disabled"] = "When true, the chip cannot be edited, nor removed.";
10995
- KupChipProps["displayMode"] = "When enabled, the chip will display both the id and description of the data.";
10998
+ KupChipProps["DescrMode"] = "When enabled, the chip will display both the id and description of the data.";
10996
10999
  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).";
10997
11000
  KupChipProps["label"] = "When set, will be shown a label on the chips.";
10998
11001
  KupChipProps["sizing"] = "The size of the chip. Available sizes: small, medium.";
@@ -11022,7 +11025,8 @@ var KupComboboxProps;
11022
11025
  KupComboboxProps["customStyle"] = "Custom style of the component.";
11023
11026
  KupComboboxProps["data"] = "Props of the sub-components (date input text field).";
11024
11027
  KupComboboxProps["disabled"] = "Defaults at false. When set to true, the component is disabled.";
11025
- KupComboboxProps["displayMode"] = "Sets how to show the selected item value. Suported values: \"CodeOnly\", \"DescOnly\", \"Both\".";
11028
+ KupComboboxProps["DescrMode"] = "Sets how to show the selected item value. Suported values: \"CodeOnly\", \"DescOnly\", \"Both\".";
11029
+ KupComboboxProps["ListDescrMode"] = "Sets how to show the list items of the component. Suported values: \"CodeOnly\", \"DescOnly\", \"Both\" or \"CodeAndDesc\" and \"DescAndCode\".";
11026
11030
  KupComboboxProps["initialValue"] = "Sets the initial value of the component";
11027
11031
  KupComboboxProps["initialValueDecode"] = "Sets the initial value decode of the component";
11028
11032
  KupComboboxProps["isClearable"] = "Enables a clear trailing icon.";
@@ -13079,7 +13083,7 @@ const FPaginator = (props) => {
13079
13083
  const dataPageSelector = {
13080
13084
  'kup-list': {
13081
13085
  data: pageItems,
13082
- displayMode: ItemsDisplayMode.CODE,
13086
+ DescrMode: ItemsDisplayMode.CODE,
13083
13087
  },
13084
13088
  'kup-text-field': {
13085
13089
  label: dom$4.ketchup.language.translate(KupLanguagePage.PAGE),
@@ -13095,7 +13099,7 @@ const FPaginator = (props) => {
13095
13099
  const dataRowsSelector = {
13096
13100
  'kup-list': {
13097
13101
  data: rowsPerPageItems,
13098
- displayMode: ItemsDisplayMode.CODE,
13102
+ DescrMode: ItemsDisplayMode.CODE,
13099
13103
  },
13100
13104
  'kup-text-field': {
13101
13105
  label: dom$4.ketchup.language.translate(KupLanguageRow.ROWS) +
@@ -13112,10 +13116,10 @@ const FPaginator = (props) => {
13112
13116
  };
13113
13117
  return (h("div", Object.assign({ class: `f-paginator ${props.mode ? props.mode : ''} ${props.wrapperClass ? props.wrapperClass : ''}` }, props.dataSet, { id: props.id, title: props.title }),
13114
13118
  props.onLoadMore ? (h(FButton, { icon: "plus", onClick: props.onLoadMore, label: dom$4.ketchup.language.translate(KupLanguageGeneric.LOAD_MORE), sizing: KupComponentSizing.SMALL, styling: FButtonStyling.FLAT, wrapperClass: "load-more-button kup-neutral" })) : null,
13115
- h("kup-combobox", { class: "rows-selector", data: dataRowsSelector, displayMode: ItemsDisplayMode.CODE, initialValue: props.perPage.toString(), initialValueDecode: props.perPage.toString(), "onkup-combobox-change": props.onRowsChange }),
13119
+ h("kup-combobox", { class: "rows-selector", data: dataRowsSelector, DescrMode: ItemsDisplayMode.CODE, initialValue: props.perPage.toString(), initialValueDecode: props.perPage.toString(), "onkup-combobox-change": props.onRowsChange }),
13116
13120
  h("div", { class: "page-wrapper" },
13117
13121
  h("div", { class: "page-selector-wrapper" },
13118
- h("kup-combobox", { class: "page-selector", data: dataPageSelector, displayMode: ItemsDisplayMode.CODE, initialValue: props.currentPage.toString(), initialValueDecode: props.currentPage.toString(), "onkup-combobox-change": props.onPageChange }),
13122
+ h("kup-combobox", { class: "page-selector", data: dataPageSelector, DescrMode: ItemsDisplayMode.CODE, initialValue: props.currentPage.toString(), initialValueDecode: props.currentPage.toString(), "onkup-combobox-change": props.onPageChange }),
13119
13123
  props.showMaxPages ? (h("div", { class: "max-page-wrapper" },
13120
13124
  h("label", { htmlFor: "page-selector" }, '/ ' + maxNumberOfPage))) : null),
13121
13125
  h("div", { class: "arrow-wrapper" },
@@ -13223,7 +13227,7 @@ var KupDropdownButtonProps;
13223
13227
  KupDropdownButtonProps["customStyle"] = "Custom style of the component.";
13224
13228
  KupDropdownButtonProps["data"] = "Props of the sub-components.";
13225
13229
  KupDropdownButtonProps["disabled"] = "Defaults at false. When set to true, the component is disabled.";
13226
- KupDropdownButtonProps["displayMode"] = "Sets how to show the selected item value. Suported values: \"CodeOnly\", \"DescOnly\", \"Both\" or \"CodeAndDesc\" and \"DescAndCode\".";
13230
+ KupDropdownButtonProps["DescrMode"] = "Sets how to show the selected item value. Suported values: \"CodeOnly\", \"DescOnly\", \"Both\" or \"CodeAndDesc\" and \"DescAndCode\".";
13227
13231
  KupDropdownButtonProps["icon"] = "Defaults at null. When set, the button will show this icon.";
13228
13232
  KupDropdownButtonProps["initialValue"] = "Sets the initial value of the component.";
13229
13233
  KupDropdownButtonProps["label"] = "Defaults at null. When set, the button will show this text.";
@@ -14700,7 +14704,7 @@ const KupTree = /*@__PURE__*/ proxyCustomElement(class KupTree extends H {
14700
14704
  this.store = undefined;
14701
14705
  this.useDynamicExpansion = false;
14702
14706
  this.totals = undefined;
14703
- this.displayMode = ItemsDisplayMode.CODE_AND_DESC;
14707
+ this.DescrMode = ItemsDisplayMode.CODE_AND_DESC;
14704
14708
  }
14705
14709
  initWithPersistedState() {
14706
14710
  if (this.store && this.stateId) {
@@ -15611,7 +15615,7 @@ const KupTree = /*@__PURE__*/ proxyCustomElement(class KupTree extends H {
15611
15615
  }
15612
15616
  let treeNodeCell = null;
15613
15617
  let nodeValue;
15614
- switch (this.displayMode) {
15618
+ switch (this.DescrMode) {
15615
15619
  case ItemsDisplayMode.CODE:
15616
15620
  nodeValue = (_b = (_a = treeNodeData.obj) === null || _a === void 0 ? void 0 : _a.k) !== null && _b !== void 0 ? _b : '';
15617
15621
  break;
@@ -15960,19 +15964,19 @@ const KupTree = /*@__PURE__*/ proxyCustomElement(class KupTree extends H {
15960
15964
  const visibleHeader = this.showHeader && this.showColumns;
15961
15965
  let filterField = null;
15962
15966
  if (this.globalFilter) {
15963
- filterField = (h$1("div", { key: 'f2b4e67e0aa7e0d6057b9e7a5bf6df5ac5e849be', id: "global-filter" }, h$1("kup-text-field", { key: '937f5908044c7f62bc2278d525e1e2a99b81e6e0', fullWidth: true, label: __classPrivateFieldGet$b(this, _KupTree_kupManager, "f").language.translate(KupLanguageSearch.SEARCH), sizing: KupComponentSizing.EXTRA_SMALL, icon: KupThemeIconValues.SEARCH, initialValue: this.globalFilterValue, "onkup-textfield-input": (event) => {
15967
+ filterField = (h$1("div", { key: 'b0ec1086e2b4dfed4d01eed6344f2b9723e50a78', id: "global-filter" }, h$1("kup-text-field", { key: 'b9ac273ade69fee415828e88bde88abea9bd7911', fullWidth: true, label: __classPrivateFieldGet$b(this, _KupTree_kupManager, "f").language.translate(KupLanguageSearch.SEARCH), sizing: KupComponentSizing.EXTRA_SMALL, icon: KupThemeIconValues.SEARCH, initialValue: this.globalFilterValue, "onkup-textfield-input": (event) => {
15964
15968
  window.clearTimeout(this.globalFilterTimeout);
15965
15969
  this.globalFilterTimeout = window.setTimeout(() => this.onGlobalFilterChange(event), 600);
15966
15970
  } })));
15967
15971
  }
15968
- return (h$1(Host, { key: '82baa24794e4fd4c001ef1994b93c947e819dadd', "onKup-cell-click": (e) => {
15972
+ return (h$1(Host, { key: '8e36db0583c51ef4721d14649453d592024c9e0d', "onKup-cell-click": (e) => {
15969
15973
  this.kupTreeCellClick.emit(e.detail);
15970
- } }, h$1("style", { key: 'bf6b4adaf080e6ab6d92bb4689a8f9cec805794b' }, __classPrivateFieldGet$b(this, _KupTree_kupManager, "f").theme.setKupStyle(this.rootElement)), h$1("div", { key: '3dcf815be376d3b295e8e126d08e40ff815f128d', id: componentWrapperId, class: wrapperClass, style: wrapperStyle }, filterField, h$1("div", { key: '27020fdbd26407fc14ccb29d791bb1acc79fe4c1', class: "wrapper", ref: (el) => (this.treeWrapperRef =
15971
- el) }, h$1("table", { key: '3e42837e76b8a74f55ef62ac6c991e2e7314c4b4', class: "kup-tree", "data-show-columns": this.showColumns, onContextMenu: (e) => {
15974
+ } }, h$1("style", { key: '01a452ebdd782e0111d148f3fac132b7ef8704ce' }, __classPrivateFieldGet$b(this, _KupTree_kupManager, "f").theme.setKupStyle(this.rootElement)), h$1("div", { key: '365ff6370028fcbe2a28489cf8df8f0502f471b1', id: componentWrapperId, class: wrapperClass, style: wrapperStyle }, filterField, h$1("div", { key: '8310f20be32b01d93a1615ccd01d5bbab8eaa783', class: "wrapper", ref: (el) => (this.treeWrapperRef =
15975
+ el) }, h$1("table", { key: '4678d2fc2ff097f5866f1171faa1b9bfec9c9304', class: "kup-tree", "data-show-columns": this.showColumns, onContextMenu: (e) => {
15972
15976
  e.preventDefault();
15973
- } }, h$1("thead", { key: 'a739f35c4272670ab993b5f9cfbfcda13cd25f94', class: {
15977
+ } }, h$1("thead", { key: '83d22c2cc27c41e63cd2325a9da0576257b21bd0', class: {
15974
15978
  'header--is-visible': visibleHeader,
15975
- } }, h$1("tr", { key: '5dde3d45392d2b7d01a8a2f665b061213c778d13' }, visibleHeader ? this.renderHeader() : null)), h$1("tbody", { key: '4d579e7536795a271df3d3802cf6d74649d23f82' }, treeNodes), (this.showFooter || this.hasTotals()) &&
15979
+ } }, h$1("tr", { key: 'cbeedfa19b0d218639bac9b1518cd04590512870' }, visibleHeader ? this.renderHeader() : null)), h$1("tbody", { key: '062aa1d90d53d0dc2fd453e1b60d4c81b5a3e30f' }, treeNodes), (this.showFooter || this.hasTotals()) &&
15976
15980
  this.columns
15977
15981
  ? this.renderFooter()
15978
15982
  : null)))));
@@ -16029,7 +16033,7 @@ const KupTree = /*@__PURE__*/ proxyCustomElement(class KupTree extends H {
16029
16033
  "store": [16],
16030
16034
  "useDynamicExpansion": [4, "use-dynamic-expansion"],
16031
16035
  "totals": [1040],
16032
- "displayMode": [1, "display-mode"],
16036
+ "DescrMode": [1, "descr-mode"],
16033
16037
  "treeColumnVisible": [32],
16034
16038
  "openedTotalMenu": [32],
16035
16039
  "columnMenuAnchor": [32],
@@ -20457,7 +20461,7 @@ const KupList = /*@__PURE__*/ proxyCustomElement(class KupList extends H {
20457
20461
  this.selected = [];
20458
20462
  this.customStyle = '';
20459
20463
  this.data = [];
20460
- this.displayMode = ItemsDisplayMode.DESCRIPTION;
20464
+ this.DescrMode = ItemsDisplayMode.DESCRIPTION;
20461
20465
  this.showFilter = false;
20462
20466
  this.filter = '';
20463
20467
  this.hideText = false;
@@ -20701,7 +20705,7 @@ const KupList = /*@__PURE__*/ proxyCustomElement(class KupList extends H {
20701
20705
  }
20702
20706
  __classPrivateFieldSet$5(this, _KupList_radios, [], "f");
20703
20707
  let index = 0;
20704
- return (h$1(Host, { key: 'd0793cb58c9b793df3259c297673470028d39a40' }, h$1("style", { key: '1abd323a6dde41928bde88b8eb78836905a4079b' }, __classPrivateFieldGet$7(this, _KupList_kupManager, "f").theme.setKupStyle(this.rootElement)), h$1("div", { key: 'd9eb12de67f3373107b0d9028255fdfc07c58351', id: "kup-component", class: wrapperClass, onKeyDown: __classPrivateFieldGet$7(this, _KupList_listenKeydown, "f") }, this.showFilter ? (h$1("div", { class: filterClass }, __classPrivateFieldGet$7(this, _KupList_instances, "m", _KupList_createFilterComponent).call(this))) : null, h$1("div", { key: 'a3c842b8e02b88fca13c4f30b37d255fb0a7d737', class: listScrollClass }, h$1("ul", { key: '2a4f63316fd97c46f0107f390f451042d086169b', class: componentClass, role: roleAttr, "aria-multiselectable": ariaMultiSelectable }, this.data
20708
+ return (h$1(Host, { key: 'a4b6bf1943ab53189462f26f647447c38f71a729' }, h$1("style", { key: '4012e941151dbd5284bbec995d1a18fb8426e231' }, __classPrivateFieldGet$7(this, _KupList_kupManager, "f").theme.setKupStyle(this.rootElement)), h$1("div", { key: '6e97c785b76618459094fd0b06e057c3b0e87725', id: "kup-component", class: wrapperClass, onKeyDown: __classPrivateFieldGet$7(this, _KupList_listenKeydown, "f") }, this.showFilter ? (h$1("div", { class: filterClass }, __classPrivateFieldGet$7(this, _KupList_instances, "m", _KupList_createFilterComponent).call(this))) : null, h$1("div", { key: 'f50081927ed8a73e0fd0754b41f685c1dee08f46', class: listScrollClass }, h$1("ul", { key: '4057faf4dfe7af3806163a7002eea6f8f8d1b925', class: componentClass, role: roleAttr, "aria-multiselectable": ariaMultiSelectable }, this.data
20705
20709
  .filter((item) => __classPrivateFieldGet$7(this, _KupList_instances, "m", _KupList_itemCompliant).call(this, item))
20706
20710
  .map((item) => __classPrivateFieldGet$7(this, _KupList_instances, "m", _KupList_renderListItem).call(this, item, index++)))))));
20707
20711
  }
@@ -20713,7 +20717,7 @@ const KupList = /*@__PURE__*/ proxyCustomElement(class KupList extends H {
20713
20717
  }, [1, "kup-list", {
20714
20718
  "customStyle": [1, "custom-style"],
20715
20719
  "data": [1040],
20716
- "displayMode": [1, "display-mode"],
20720
+ "DescrMode": [1, "descr-mode"],
20717
20721
  "showFilter": [4, "show-filter"],
20718
20722
  "filter": [1025],
20719
20723
  "hideText": [4, "hide-text"],
@@ -20799,7 +20803,7 @@ _KupList_kupManager = new WeakMap(), _KupList_inputEl = new WeakMap(), _KupList_
20799
20803
  imageTag = __classPrivateFieldGet$7(this, _KupList_instances, "m", _KupList_getIconTag).call(this, item.icon, item.placeholderIcon);
20800
20804
  }
20801
20805
  let primaryTextTag = [
20802
- getIdOfItemByDisplayMode(item, item.id == '' ? ItemsDisplayMode.DESCRIPTION : this.displayMode, ' - '),
20806
+ getIdOfItemByDisplayMode(item, item.id == '' ? ItemsDisplayMode.DESCRIPTION : this.DescrMode, ' - '),
20803
20807
  ];
20804
20808
  let secTextTag = [];
20805
20809
  if (this.twoLine && item.secondaryText && item.secondaryText != '') {
@@ -22998,7 +23002,7 @@ const KupDropdownButton = /*@__PURE__*/ proxyCustomElement(class KupDropdownButt
22998
23002
  this.customStyle = '';
22999
23003
  this.data = null;
23000
23004
  this.disabled = false;
23001
- this.displayMode = ItemsDisplayMode.DESCRIPTION;
23005
+ this.DescrMode = ItemsDisplayMode.DESCRIPTION;
23002
23006
  this.dropdownOnly = false;
23003
23007
  this.icon = null;
23004
23008
  this.initialValue = '';
@@ -23198,7 +23202,7 @@ const KupDropdownButton = /*@__PURE__*/ proxyCustomElement(class KupDropdownButt
23198
23202
  * Checks the consistency of the list.
23199
23203
  */
23200
23204
  consistencyCheck(e, idIn) {
23201
- const ret = consistencyCheck(idIn, this.data['kup-list'], this.listEl, this.selectMode, this.displayMode, e);
23205
+ const ret = consistencyCheck(idIn, this.data['kup-list'], this.listEl, this.selectMode, this.DescrMode, e);
23202
23206
  this.value = ret.value;
23203
23207
  }
23204
23208
  /*-------------------------------------------------*/
@@ -23256,7 +23260,7 @@ const KupDropdownButton = /*@__PURE__*/ proxyCustomElement(class KupDropdownButt
23256
23260
  return buttons;
23257
23261
  }
23258
23262
  render() {
23259
- return (h$1(Host, { key: '1708b482db59249332f006f708625e2627bb7637' }, h$1("style", { key: '64432e2f7c42b2be0e0102b7c9a5eb7c80104e00' }, this.kupManager.theme.setKupStyle(this.rootElement)), h$1("div", { key: 'b3ae4c58b473d2d864015f0e72e872de552f92df', id: componentWrapperId }, h$1("div", { key: '308558513e953a9d07bdd2957f9e4c79ab65d151', class: "dropdown-button--wrapper" }, this.renderButtons()), h$1("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) })))));
23263
+ return (h$1(Host, { key: '9ada6e879fff0eae9fedc2585cc43d6af40a0135' }, h$1("style", { key: 'cfc19ea1554f29f96b1a1c80a840b9b04c559127' }, this.kupManager.theme.setKupStyle(this.rootElement)), h$1("div", { key: '2d7460370d014b2f78bf92653b8534ded2147840', id: componentWrapperId }, h$1("div", { key: '2e4b1dfb52ee7945cad949b44a312a916c25b36e', class: "dropdown-button--wrapper" }, this.renderButtons()), h$1("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) })))));
23260
23264
  }
23261
23265
  disconnectedCallback() {
23262
23266
  if (this.listEl) {
@@ -23271,7 +23275,7 @@ const KupDropdownButton = /*@__PURE__*/ proxyCustomElement(class KupDropdownButt
23271
23275
  "customStyle": [1, "custom-style"],
23272
23276
  "data": [16],
23273
23277
  "disabled": [4],
23274
- "displayMode": [1, "display-mode"],
23278
+ "DescrMode": [1, "descr-mode"],
23275
23279
  "dropdownOnly": [4, "dropdown-only"],
23276
23280
  "icon": [1],
23277
23281
  "initialValue": [1, "initial-value"],
@@ -29317,8 +29321,8 @@ const KupCombobox = /*@__PURE__*/ proxyCustomElement(class KupCombobox extends H
29317
29321
  this.customStyle = '';
29318
29322
  this.data = undefined;
29319
29323
  this.disabled = false;
29320
- this.displayMode = ItemsDisplayMode.DESCRIPTION;
29321
- this.listDisplayMode = ItemsDisplayMode.CODE_AND_DESC;
29324
+ this.DescrMode = ItemsDisplayMode.DESCRIPTION;
29325
+ this.ListDescrMode = ItemsDisplayMode.CODE_AND_DESC;
29322
29326
  this.error = '';
29323
29327
  this.icon = null;
29324
29328
  this.initialValue = '';
@@ -29600,12 +29604,12 @@ const KupCombobox = /*@__PURE__*/ proxyCustomElement(class KupCombobox extends H
29600
29604
  legacyLook: this.legacyLook,
29601
29605
  size: this.size
29602
29606
  ? this.size
29603
- : getSizeOfInputElement(this.data, this.displayMode, this.size),
29607
+ : getSizeOfInputElement(this.data, this.DescrMode, this.size),
29604
29608
  title: (_a = this.displayedValue) !== null && _a !== void 0 ? _a : '',
29605
29609
  };
29606
29610
  const fullHeight = this.rootElement.classList.contains('kup-full-height');
29607
29611
  const fullWidth = this.rootElement.classList.contains('kup-full-width');
29608
- return (h$1(Host, { key: 'a08c4d0ccddbd2ef50803db89ad4e5d616460b07', class: `${fullHeight ? 'kup-full-height' : ''} ${fullWidth ? 'kup-full-width' : ''}`, style: __classPrivateFieldGet$2(this, _KupCombobox_elStyle, "f") }, h$1("style", { key: '5af5ec19c2ca8f1d90b3f371aedb0fd4f4f1055f' }, __classPrivateFieldGet$2(this, _KupCombobox_kupManager, "f").theme.setKupStyle(this.rootElement)), h$1("div", { key: 'a779b4a6135cb7fb3fa462f28981ca084d6bdd3f', id: componentWrapperId, style: __classPrivateFieldGet$2(this, _KupCombobox_elStyle, "f") }, h$1(FTextField, Object.assign({ key: 'd46448958f7b6f489d3da9f4ea7c0c64c4d9a1bd' }, props, this.data['kup-text-field'], { disabled: this.disabled, fullHeight: fullHeight, fullWidth: fullWidth, trailingIcon: true, icon: this.showDropDownIcon
29612
+ return (h$1(Host, { key: '1ed7f42887dca3f807c6b40a0a139fc4a6515cff', class: `${fullHeight ? 'kup-full-height' : ''} ${fullWidth ? 'kup-full-width' : ''}`, style: __classPrivateFieldGet$2(this, _KupCombobox_elStyle, "f") }, h$1("style", { key: '9161af38b49a700e0d66e925dd2ac90849c815d1' }, __classPrivateFieldGet$2(this, _KupCombobox_kupManager, "f").theme.setKupStyle(this.rootElement)), h$1("div", { key: '3ee5c3c502a15233b4fe9fa7fb148ba63e837bc1', id: componentWrapperId, style: __classPrivateFieldGet$2(this, _KupCombobox_elStyle, "f") }, h$1(FTextField, Object.assign({ key: 'a0f1c8e5c105204fc11ee7632e77289f21244634' }, props, this.data['kup-text-field'], { disabled: this.disabled, fullHeight: fullHeight, fullWidth: fullWidth, trailingIcon: true, icon: this.showDropDownIcon
29609
29613
  ? KupThemeIconValues.DROPDOWN
29610
29614
  : 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$2(this, _KupCombobox_instances, "m", _KupCombobox_prepList).call(this)));
29611
29615
  }
@@ -29627,8 +29631,8 @@ const KupCombobox = /*@__PURE__*/ proxyCustomElement(class KupCombobox extends H
29627
29631
  "customStyle": [1, "custom-style"],
29628
29632
  "data": [16],
29629
29633
  "disabled": [4],
29630
- "displayMode": [1, "display-mode"],
29631
- "listDisplayMode": [1, "list-display-mode"],
29634
+ "DescrMode": [1, "descr-mode"],
29635
+ "ListDescrMode": [1, "list-descr-mode"],
29632
29636
  "error": [1],
29633
29637
  "icon": [1],
29634
29638
  "initialValue": [1, "initial-value"],
@@ -29699,10 +29703,10 @@ _KupCombobox_kupManager = new WeakMap(), _KupCombobox_elStyle = new WeakMap(), _
29699
29703
  return __classPrivateFieldGet$2(this, _KupCombobox_listEl, "f").menuVisible == true;
29700
29704
  }, _KupCombobox_consistencyCheck = function _KupCombobox_consistencyCheck(idIn, idInDecode, eventShouldSetValue) {
29701
29705
  if (idIn != null && idInDecode != null) {
29702
- this.displayedValue = getIdOfItemByDisplayMode({ id: idIn, value: idInDecode }, this.displayMode, ' - ');
29706
+ this.displayedValue = getIdOfItemByDisplayMode({ id: idIn, value: idInDecode }, this.DescrMode, ' - ');
29703
29707
  }
29704
29708
  else {
29705
- const ret = consistencyCheck(idIn, this.data['kup-list'], __classPrivateFieldGet$2(this, _KupCombobox_listEl, "f"), this.selectMode, this.displayMode);
29709
+ const ret = consistencyCheck(idIn, this.data['kup-list'], __classPrivateFieldGet$2(this, _KupCombobox_listEl, "f"), this.selectMode, this.DescrMode);
29706
29710
  if (ret.exists && eventShouldSetValue) {
29707
29711
  this.value = ret.value;
29708
29712
  this.displayedValue = ret.displayedValue;
@@ -29717,7 +29721,7 @@ _KupCombobox_kupManager = new WeakMap(), _KupCombobox_elStyle = new WeakMap(), _
29717
29721
  }
29718
29722
  }, _KupCombobox_prepList = function _KupCombobox_prepList() {
29719
29723
  var _a, _b;
29720
- return (h$1("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$1(this, _KupCombobox_listEl, el, "f")) })));
29724
+ return (h$1("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$1(this, _KupCombobox_listEl, el, "f")) })));
29721
29725
  };
29722
29726
  function defineCustomElement$9() {
29723
29727
  if (typeof customElements === "undefined") {
@@ -30328,7 +30332,7 @@ const KupChip = /*@__PURE__*/ proxyCustomElement(class KupChip extends H {
30328
30332
  this.customStyle = '';
30329
30333
  this.data = [];
30330
30334
  this.disabled = false;
30331
- this.displayMode = ItemsDisplayMode.DESCRIPTION;
30335
+ this.DescrMode = ItemsDisplayMode.DESCRIPTION;
30332
30336
  this.enableInput = false;
30333
30337
  this.label = null;
30334
30338
  this.sizing = FChipSize.SMALL;
@@ -30457,7 +30461,7 @@ const KupChip = /*@__PURE__*/ proxyCustomElement(class KupChip extends H {
30457
30461
  ? true
30458
30462
  : false,
30459
30463
  data: this.data,
30460
- displayMode: this.displayMode,
30464
+ DescrMode: this.DescrMode,
30461
30465
  info: this.rootElement.classList.contains('kup-info')
30462
30466
  ? true
30463
30467
  : false,
@@ -30496,7 +30500,7 @@ const KupChip = /*@__PURE__*/ proxyCustomElement(class KupChip extends H {
30496
30500
  props.onFocus.push((chip) => this.onKupFocus(chip));
30497
30501
  props.onIconClick.push((chip) => this.onKupIconClick(chip));
30498
30502
  }
30499
- return (h$1(Host, { key: '1e67357a3f83234b89a40725dd65fae889e4d9cd', "onKup-autocomplete-itemclick": (e) => {
30503
+ return (h$1(Host, { key: 'ed3df8fecfa17c1ccee209f0126cad11b4adc80f', "onKup-autocomplete-itemclick": (e) => {
30500
30504
  __classPrivateFieldGet$1(this, _KupChip_instances, "m", _KupChip_changeHandler).call(this, e);
30501
30505
  }, "onKup-combobox-itemclick": (e) => {
30502
30506
  __classPrivateFieldGet$1(this, _KupChip_instances, "m", _KupChip_changeHandler).call(this, e);
@@ -30506,7 +30510,7 @@ const KupChip = /*@__PURE__*/ proxyCustomElement(class KupChip extends H {
30506
30510
  __classPrivateFieldGet$1(this, _KupChip_instances, "m", _KupChip_changeHandler).call(this, e);
30507
30511
  }, "onKup-textfield-submit": (e) => {
30508
30512
  __classPrivateFieldGet$1(this, _KupChip_instances, "m", _KupChip_changeHandler).call(this, e);
30509
- } }, h$1("style", { key: '1c4d02bd1ba581c8139e96590bf8e5a5fdfa5a28' }, this.kupManager.theme.setKupStyle(this.rootElement)), h$1("div", { key: 'd32b03aa57835bbe43dfe85c7a73cc19957af47d', id: componentWrapperId }, this.label ? (h$1("div", { class: "mdc-text-field__label-container" }, h$1("label", { class: "mdc-label" }, this.label))) : null, ((_a = this.data) === null || _a === void 0 ? void 0 : _a.length) > 0 ? h$1(FChip, Object.assign({}, props)) : null, h$1("slot", { key: 'ac759dfe793b88e165b4c57bb61e310ecb38d5e3', name: "field" }))));
30513
+ } }, h$1("style", { key: '7558d2820924fd715da96ac12a6819d82ea3dfbb' }, this.kupManager.theme.setKupStyle(this.rootElement)), h$1("div", { key: '0e7851838135bda98cafc436eb7b701a52807902', id: componentWrapperId }, this.label ? (h$1("div", { class: "mdc-text-field__label-container" }, h$1("label", { class: "mdc-label" }, this.label))) : null, ((_a = this.data) === null || _a === void 0 ? void 0 : _a.length) > 0 ? h$1(FChip, Object.assign({}, props)) : null, h$1("slot", { key: 'd2eed39441766df501ba43a1dcc8e63b0906b177', name: "field" }))));
30510
30514
  }
30511
30515
  disconnectedCallback() {
30512
30516
  this.kupManager.theme.unregister(this);
@@ -30520,7 +30524,7 @@ const KupChip = /*@__PURE__*/ proxyCustomElement(class KupChip extends H {
30520
30524
  "customStyle": [1, "custom-style"],
30521
30525
  "data": [1040],
30522
30526
  "disabled": [4],
30523
- "displayMode": [1, "display-mode"],
30527
+ "DescrMode": [1, "descr-mode"],
30524
30528
  "enableInput": [4, "enable-input"],
30525
30529
  "label": [1],
30526
30530
  "sizing": [1],
@@ -33481,8 +33485,8 @@ const KupAutocomplete = /*@__PURE__*/ proxyCustomElement(class KupAutocomplete e
33481
33485
  this.customStyle = '';
33482
33486
  this.data = undefined;
33483
33487
  this.disabled = false;
33484
- this.displayMode = ItemsDisplayMode.DESCRIPTION;
33485
- this.listDisplayMode = ItemsDisplayMode.CODE_AND_DESC;
33488
+ this.DescrMode = ItemsDisplayMode.DESCRIPTION;
33489
+ this.ListDescrMode = ItemsDisplayMode.CODE_AND_DESC;
33486
33490
  this.error = '';
33487
33491
  this.icon = null;
33488
33492
  this.initialValue = '';
@@ -33793,12 +33797,12 @@ const KupAutocomplete = /*@__PURE__*/ proxyCustomElement(class KupAutocomplete e
33793
33797
  legacyLook: this.legacyLook,
33794
33798
  size: this.size
33795
33799
  ? this.size
33796
- : getSizeOfInputElement(this.data, this.displayMode, this.size),
33800
+ : getSizeOfInputElement(this.data, this.DescrMode, this.size),
33797
33801
  title: (_a = this.displayedValue) !== null && _a !== void 0 ? _a : '',
33798
33802
  };
33799
33803
  const fullHeight = this.rootElement.classList.contains('kup-full-height');
33800
33804
  const fullWidth = this.rootElement.classList.contains('kup-full-width');
33801
- return (h$1(Host, { key: 'dcc8e382f19069cd48e43aa08f4e14b67062392e', class: `${fullHeight ? 'kup-full-height' : ''} ${fullWidth ? 'kup-full-width' : ''}`, style: __classPrivateFieldGet(this, _KupAutocomplete_elStyle, "f") }, h$1("style", { key: 'd8bae528abd4782c8b0ea4748dbca49271fd7b62' }, __classPrivateFieldGet(this, _KupAutocomplete_kupManager, "f").theme.setKupStyle(this.rootElement)), h$1("div", { key: '9f5b65b698e1f921e099c8fcdb48c84850d74fb4', id: componentWrapperId, style: __classPrivateFieldGet(this, _KupAutocomplete_elStyle, "f") }, h$1(FTextField, Object.assign({ key: 'f75283c2a94891bd01e05db4e3c3312d47e2e24f' }, props, { icon: this.showDropDownIcon
33805
+ return (h$1(Host, { key: '54bb3dc2f7dce2b5aec0bb8d5a7f59d8cbdf6b2f', class: `${fullHeight ? 'kup-full-height' : ''} ${fullWidth ? 'kup-full-width' : ''}`, style: __classPrivateFieldGet(this, _KupAutocomplete_elStyle, "f") }, h$1("style", { key: 'f441e0889173a7152678b0e09b4ab236d3262888' }, __classPrivateFieldGet(this, _KupAutocomplete_kupManager, "f").theme.setKupStyle(this.rootElement)), h$1("div", { key: '1893a3b4ad4de47c75e26ad254af00edd3db7c72', id: componentWrapperId, style: __classPrivateFieldGet(this, _KupAutocomplete_elStyle, "f") }, h$1(FTextField, Object.assign({ key: '899f36ef4b5361cd6a525517632bf3d226ab0ce6' }, props, { icon: this.showDropDownIcon
33802
33806
  ? KupThemeIconValues.SEARCH
33803
33807
  : 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: () => {
33804
33808
  window.clearTimeout(__classPrivateFieldGet(this, _KupAutocomplete_inputTimeout, "f"));
@@ -33824,8 +33828,8 @@ const KupAutocomplete = /*@__PURE__*/ proxyCustomElement(class KupAutocomplete e
33824
33828
  "customStyle": [1, "custom-style"],
33825
33829
  "data": [1040],
33826
33830
  "disabled": [4],
33827
- "displayMode": [1, "display-mode"],
33828
- "listDisplayMode": [1, "list-display-mode"],
33831
+ "DescrMode": [1, "descr-mode"],
33832
+ "ListDescrMode": [1, "list-descr-mode"],
33829
33833
  "error": [1],
33830
33834
  "icon": [1],
33831
33835
  "initialValue": [1, "initial-value"],
@@ -33910,10 +33914,10 @@ _KupAutocomplete_elStyle = new WeakMap(), _KupAutocomplete_listEl = new WeakMap(
33910
33914
  return __classPrivateFieldGet(this, _KupAutocomplete_listEl, "f").menuVisible == true;
33911
33915
  }, _KupAutocomplete_consistencyCheck = function _KupAutocomplete_consistencyCheck(idIn, idInDecode, eventShouldSetValue) {
33912
33916
  if (idIn && idInDecode) {
33913
- this.displayedValue = getIdOfItemByDisplayMode({ id: idIn, value: idInDecode }, this.displayMode, ' - ');
33917
+ this.displayedValue = getIdOfItemByDisplayMode({ id: idIn, value: idInDecode }, this.DescrMode, ' - ');
33914
33918
  }
33915
33919
  else {
33916
- const ret = consistencyCheck(idIn, this.data['kup-list'], __classPrivateFieldGet(this, _KupAutocomplete_listEl, "f"), this.selectMode, this.displayMode);
33920
+ const ret = consistencyCheck(idIn, this.data['kup-list'], __classPrivateFieldGet(this, _KupAutocomplete_listEl, "f"), this.selectMode, this.DescrMode);
33917
33921
  if ((ret.exists || this.allowInconsistentValues) &&
33918
33922
  eventShouldSetValue) {
33919
33923
  this.value = ret.value;
@@ -33928,7 +33932,7 @@ _KupAutocomplete_elStyle = new WeakMap(), _KupAutocomplete_listEl = new WeakMap(
33928
33932
  return ret;
33929
33933
  }
33930
33934
  }, _KupAutocomplete_prepList = function _KupAutocomplete_prepList() {
33931
- return (h$1("kup-list", Object.assign({ displayMode: this.listDisplayMode }, this.data['kup-list'], { isMenu: true, "onkup-list-click": (e) => this.onKupItemClick(e), ref: (el) => (__classPrivateFieldSet(this, _KupAutocomplete_listEl, el, "f")) })));
33935
+ return (h$1("kup-list", Object.assign({ DescrMode: this.ListDescrMode }, this.data['kup-list'], { isMenu: true, "onkup-list-click": (e) => this.onKupItemClick(e), ref: (el) => (__classPrivateFieldSet(this, _KupAutocomplete_listEl, el, "f")) })));
33932
33936
  };
33933
33937
  function defineCustomElement() {
33934
33938
  if (typeof customElements === "undefined") {
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H, c as createEvent, f as forceUpdate, h, d as Host, g as getAssetPath } from './p-ef8cbd35.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, c as KupThemeColorValues, u as KupDebugCategory, L as getColumnByName, D as KupDataNewColumnTypes } from './p-0497ebe5.js';
3
- import { c as componentWrapperId, d as defineCustomElement$1, a as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, g as defineCustomElement$6, h as defineCustomElement$7, i as defineCustomElement$8, j as defineCustomElement$9, k as defineCustomElement$a, l as defineCustomElement$b, m as defineCustomElement$c, n as defineCustomElement$d, o as defineCustomElement$e, p as defineCustomElement$f, q as defineCustomElement$g, r as defineCustomElement$h, s as defineCustomElement$i, t as defineCustomElement$j, u as defineCustomElement$k, v as defineCustomElement$l, w as defineCustomElement$m, x as defineCustomElement$n, y as defineCustomElement$o, z as defineCustomElement$p, A as defineCustomElement$q, B as defineCustomElement$r, C as defineCustomElement$s, D as defineCustomElement$t, E as defineCustomElement$u } from './p-442f7301.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, c as KupThemeColorValues, u as KupDebugCategory, L as getColumnByName, D as KupDataNewColumnTypes } from './p-dcb752e1.js';
3
+ import { c as componentWrapperId, d as defineCustomElement$1, a as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, g as defineCustomElement$6, h as defineCustomElement$7, i as defineCustomElement$8, j as defineCustomElement$9, k as defineCustomElement$a, l as defineCustomElement$b, m as defineCustomElement$c, n as defineCustomElement$d, o as defineCustomElement$e, p as defineCustomElement$f, q as defineCustomElement$g, r as defineCustomElement$h, s as defineCustomElement$i, t as defineCustomElement$j, u as defineCustomElement$k, v as defineCustomElement$l, w as defineCustomElement$m, x as defineCustomElement$n, y as defineCustomElement$o, z as defineCustomElement$p, A as defineCustomElement$q, B as defineCustomElement$r, C as defineCustomElement$s, D as defineCustomElement$t, E as defineCustomElement$u } from './p-05dc6405.js';
4
4
 
5
5
  /*! *****************************************************************************
6
6
  Copyright (c) Microsoft Corporation.
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H, c as createEvent, f as forceUpdate, h, d as Host } from './p-ef8cbd35.js';
2
- import { k as kupManagerInstance, a9 as identify, g as getProps, s as setProps, Y as SortMode, L as getColumnByName, e as KupLanguageGeneric, b as KupThemeIconValues, u as KupDebugCategory, a7 as KupPointerEventTypes, aj as KupDragEffect, aA as kupDraggableAttr, al as KupDropEventTypes, J as KupLanguageSearch } from './p-0497ebe5.js';
3
- import { I as filterRows, J as paginateRows, G as sortRows, L as pageChange, N as rowsPerPageChange, F as FImage, O as FCell, P as FChip, Q as FTextFieldMDC, c as componentWrapperId, d as defineCustomElement$1, a as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, g as defineCustomElement$6, h as defineCustomElement$7, i as defineCustomElement$8, j as defineCustomElement$9, k as defineCustomElement$a, l as defineCustomElement$b, m as defineCustomElement$c, n as defineCustomElement$d, o as defineCustomElement$e, p as defineCustomElement$f, q as defineCustomElement$g, r as defineCustomElement$h, s as defineCustomElement$i, t as defineCustomElement$j, u as defineCustomElement$k, v as defineCustomElement$l, w as defineCustomElement$m, x as defineCustomElement$n, y as defineCustomElement$o, z as defineCustomElement$p, A as defineCustomElement$q, B as defineCustomElement$r, C as defineCustomElement$s, D as defineCustomElement$t, E as defineCustomElement$u, R as FPaginator } from './p-442f7301.js';
2
+ import { k as kupManagerInstance, a9 as identify, g as getProps, s as setProps, Y as SortMode, L as getColumnByName, e as KupLanguageGeneric, b as KupThemeIconValues, u as KupDebugCategory, a7 as KupPointerEventTypes, aj as KupDragEffect, aA as kupDraggableAttr, al as KupDropEventTypes, J as KupLanguageSearch } from './p-dcb752e1.js';
3
+ import { I as filterRows, J as paginateRows, G as sortRows, L as pageChange, N as rowsPerPageChange, F as FImage, O as FCell, P as FChip, Q as FTextFieldMDC, c as componentWrapperId, d as defineCustomElement$1, a as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, g as defineCustomElement$6, h as defineCustomElement$7, i as defineCustomElement$8, j as defineCustomElement$9, k as defineCustomElement$a, l as defineCustomElement$b, m as defineCustomElement$c, n as defineCustomElement$d, o as defineCustomElement$e, p as defineCustomElement$f, q as defineCustomElement$g, r as defineCustomElement$h, s as defineCustomElement$i, t as defineCustomElement$j, u as defineCustomElement$k, v as defineCustomElement$l, w as defineCustomElement$m, x as defineCustomElement$n, y as defineCustomElement$o, z as defineCustomElement$p, A as defineCustomElement$q, B as defineCustomElement$r, C as defineCustomElement$s, D as defineCustomElement$t, E as defineCustomElement$u, R as FPaginator } from './p-05dc6405.js';
4
4
 
5
5
  /**
6
6
  * Props of the kup-box component.