@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
@@ -47,8 +47,8 @@ export class KupCombobox {
47
47
  this.customStyle = '';
48
48
  this.data = undefined;
49
49
  this.disabled = false;
50
- this.displayMode = ItemsDisplayMode.DESCRIPTION;
51
- this.listDisplayMode = ItemsDisplayMode.CODE_AND_DESC;
50
+ this.DescrMode = ItemsDisplayMode.DESCRIPTION;
51
+ this.ListDescrMode = ItemsDisplayMode.CODE_AND_DESC;
52
52
  this.error = '';
53
53
  this.icon = null;
54
54
  this.initialValue = '';
@@ -330,12 +330,12 @@ export class KupCombobox {
330
330
  legacyLook: this.legacyLook,
331
331
  size: this.size
332
332
  ? this.size
333
- : getSizeOfInputElement(this.data, this.displayMode, this.size),
333
+ : getSizeOfInputElement(this.data, this.DescrMode, this.size),
334
334
  title: (_a = this.displayedValue) !== null && _a !== void 0 ? _a : '',
335
335
  };
336
336
  const fullHeight = this.rootElement.classList.contains('kup-full-height');
337
337
  const fullWidth = this.rootElement.classList.contains('kup-full-width');
338
- return (h(Host, { key: 'a08c4d0ccddbd2ef50803db89ad4e5d616460b07', class: `${fullHeight ? 'kup-full-height' : ''} ${fullWidth ? 'kup-full-width' : ''}`, style: __classPrivateFieldGet(this, _KupCombobox_elStyle, "f") }, h("style", { key: '5af5ec19c2ca8f1d90b3f371aedb0fd4f4f1055f' }, __classPrivateFieldGet(this, _KupCombobox_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: 'a779b4a6135cb7fb3fa462f28981ca084d6bdd3f', id: componentWrapperId, style: __classPrivateFieldGet(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
338
+ return (h(Host, { key: '1ed7f42887dca3f807c6b40a0a139fc4a6515cff', class: `${fullHeight ? 'kup-full-height' : ''} ${fullWidth ? 'kup-full-width' : ''}`, style: __classPrivateFieldGet(this, _KupCombobox_elStyle, "f") }, h("style", { key: '9161af38b49a700e0d66e925dd2ac90849c815d1' }, __classPrivateFieldGet(this, _KupCombobox_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '3ee5c3c502a15233b4fe9fa7fb148ba63e837bc1', id: componentWrapperId, style: __classPrivateFieldGet(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
339
339
  ? KupThemeIconValues.DROPDOWN
340
340
  : 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(this, _KupCombobox_instances, "m", _KupCombobox_prepList).call(this)));
341
341
  }
@@ -444,7 +444,7 @@ export class KupCombobox {
444
444
  "reflect": false,
445
445
  "defaultValue": "false"
446
446
  },
447
- "displayMode": {
447
+ "DescrMode": {
448
448
  "type": "string",
449
449
  "mutable": false,
450
450
  "complexType": {
@@ -464,11 +464,11 @@ export class KupCombobox {
464
464
  "tags": [],
465
465
  "text": "Sets how to show the selected item value. Suported values: \"CodeOnly\", \"DescOnly\", \"Both\" or \"CodeAndDesc\" and \"DescAndCode\"."
466
466
  },
467
- "attribute": "display-mode",
467
+ "attribute": "descr-mode",
468
468
  "reflect": false,
469
469
  "defaultValue": "ItemsDisplayMode.DESCRIPTION"
470
470
  },
471
- "listDisplayMode": {
471
+ "ListDescrMode": {
472
472
  "type": "string",
473
473
  "mutable": false,
474
474
  "complexType": {
@@ -488,7 +488,7 @@ export class KupCombobox {
488
488
  "tags": [],
489
489
  "text": "Sets how to show the selected item value. Suported values: \"CodeOnly\", \"DescOnly\", \"Both\" or \"CodeAndDesc\" and \"DescAndCode\"."
490
490
  },
491
- "attribute": "list-display-mode",
491
+ "attribute": "list-descr-mode",
492
492
  "reflect": false,
493
493
  "defaultValue": "ItemsDisplayMode.CODE_AND_DESC"
494
494
  },
@@ -1224,10 +1224,10 @@ _KupCombobox_kupManager = new WeakMap(), _KupCombobox_elStyle = new WeakMap(), _
1224
1224
  return __classPrivateFieldGet(this, _KupCombobox_listEl, "f").menuVisible == true;
1225
1225
  }, _KupCombobox_consistencyCheck = function _KupCombobox_consistencyCheck(idIn, idInDecode, eventShouldSetValue) {
1226
1226
  if (idIn != null && idInDecode != null) {
1227
- this.displayedValue = getIdOfItemByDisplayMode({ id: idIn, value: idInDecode }, this.displayMode, ' - ');
1227
+ this.displayedValue = getIdOfItemByDisplayMode({ id: idIn, value: idInDecode }, this.DescrMode, ' - ');
1228
1228
  }
1229
1229
  else {
1230
- const ret = consistencyCheck(idIn, this.data['kup-list'], __classPrivateFieldGet(this, _KupCombobox_listEl, "f"), this.selectMode, this.displayMode);
1230
+ const ret = consistencyCheck(idIn, this.data['kup-list'], __classPrivateFieldGet(this, _KupCombobox_listEl, "f"), this.selectMode, this.DescrMode);
1231
1231
  if (ret.exists && eventShouldSetValue) {
1232
1232
  this.value = ret.value;
1233
1233
  this.displayedValue = ret.displayedValue;
@@ -1242,5 +1242,5 @@ _KupCombobox_kupManager = new WeakMap(), _KupCombobox_elStyle = new WeakMap(), _
1242
1242
  }
1243
1243
  }, _KupCombobox_prepList = function _KupCombobox_prepList() {
1244
1244
  var _a, _b;
1245
- 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(this, _KupCombobox_listEl, el, "f")) })));
1245
+ 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(this, _KupCombobox_listEl, el, "f")) })));
1246
1246
  };
@@ -7,7 +7,7 @@ export var KupDropdownButtonProps;
7
7
  KupDropdownButtonProps["customStyle"] = "Custom style of the component.";
8
8
  KupDropdownButtonProps["data"] = "Props of the sub-components.";
9
9
  KupDropdownButtonProps["disabled"] = "Defaults at false. When set to true, the component is disabled.";
10
- KupDropdownButtonProps["displayMode"] = "Sets how to show the selected item value. Suported values: \"CodeOnly\", \"DescOnly\", \"Both\" or \"CodeAndDesc\" and \"DescAndCode\".";
10
+ KupDropdownButtonProps["DescrMode"] = "Sets how to show the selected item value. Suported values: \"CodeOnly\", \"DescOnly\", \"Both\" or \"CodeAndDesc\" and \"DescAndCode\".";
11
11
  KupDropdownButtonProps["icon"] = "Defaults at null. When set, the button will show this icon.";
12
12
  KupDropdownButtonProps["initialValue"] = "Sets the initial value of the component.";
13
13
  KupDropdownButtonProps["label"] = "Defaults at null. When set, the button will show this text.";
@@ -35,7 +35,7 @@ export class KupDropdownButton {
35
35
  this.customStyle = '';
36
36
  this.data = null;
37
37
  this.disabled = false;
38
- this.displayMode = ItemsDisplayMode.DESCRIPTION;
38
+ this.DescrMode = ItemsDisplayMode.DESCRIPTION;
39
39
  this.dropdownOnly = false;
40
40
  this.icon = null;
41
41
  this.initialValue = '';
@@ -235,7 +235,7 @@ export class KupDropdownButton {
235
235
  * Checks the consistency of the list.
236
236
  */
237
237
  consistencyCheck(e, idIn) {
238
- const ret = consistencyCheck(idIn, this.data['kup-list'], this.listEl, this.selectMode, this.displayMode, e);
238
+ const ret = consistencyCheck(idIn, this.data['kup-list'], this.listEl, this.selectMode, this.DescrMode, e);
239
239
  this.value = ret.value;
240
240
  }
241
241
  /*-------------------------------------------------*/
@@ -293,7 +293,7 @@ export class KupDropdownButton {
293
293
  return buttons;
294
294
  }
295
295
  render() {
296
- 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) })))));
296
+ 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) })))));
297
297
  }
298
298
  disconnectedCallback() {
299
299
  if (this.listEl) {
@@ -385,7 +385,7 @@ export class KupDropdownButton {
385
385
  "reflect": false,
386
386
  "defaultValue": "false"
387
387
  },
388
- "displayMode": {
388
+ "DescrMode": {
389
389
  "type": "string",
390
390
  "mutable": false,
391
391
  "complexType": {
@@ -408,7 +408,7 @@ export class KupDropdownButton {
408
408
  }],
409
409
  "text": "Sets how to show the selected item value. Suported values: \"CodeOnly\", \"DescOnly\", \"Both\" or \"CodeAndDesc\" and \"DescAndCode\"."
410
410
  },
411
- "attribute": "display-mode",
411
+ "attribute": "descr-mode",
412
412
  "reflect": false,
413
413
  "defaultValue": "ItemsDisplayMode.DESCRIPTION"
414
414
  },
@@ -272,7 +272,7 @@ export class KupInputPanel {
272
272
  h("p", null, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").language.translate(KupLanguageGeneric.EMPTY_DATA)),
273
273
  ]
274
274
  : this.inputPanelCells.map((inputPanelCell) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_renderRow).call(this, inputPanelCell));
275
- 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) => {
275
+ 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) => {
276
276
  this.tabSelected = e.detail.node.id;
277
277
  }, "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) => {
278
278
  __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_manageInputPanelCheck).call(this, e, CheckTriggeringEvents.ITEMCLICK);
@@ -282,7 +282,7 @@ export class KupInputPanel {
282
282
  this.kupInputPanelObjectFieldOpenSearchMenu.emit(e.detail);
283
283
  }, "onKup-objectfield-selectedmenuitem": (e) => {
284
284
  this.kupInputPanelObjectFieldSelectedMenuItem.emit(e.detail);
285
- }, "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)));
285
+ }, "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)));
286
286
  }
287
287
  disconnectedCallback() {
288
288
  __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").language.unregister(this);
@@ -1129,7 +1129,7 @@ _KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_formRef = new WeakMap(
1129
1129
  for (const cellName of Object.keys(row.cells)) {
1130
1130
  const cell = row.cells[cellName];
1131
1131
  if (cell.shape === FCellShapes.AUTOCOMPLETE) {
1132
- cell.data['displayMode'] = 'CodeOnly';
1132
+ cell.data['DescrMode'] = 'CodeOnly';
1133
1133
  cell.data['selectMode'] = 'CodeOnly';
1134
1134
  }
1135
1135
  }
@@ -1806,7 +1806,7 @@ _KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_formRef = new WeakMap(
1806
1806
  : (_d = (_c = cell.data) === null || _c === void 0 ? void 0 : _c.data) === null || _d === void 0 ? void 0 : _d['kup-list'];
1807
1807
  if (kupListData) {
1808
1808
  kupListData.data = (filteredRows === null || filteredRows === void 0 ? void 0 : filteredRows.length)
1809
- ? (_e = __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_optionsTreeComboAdapter).call(this, visibleColumnsOptions, cell.value)) !== null && _e !== void 0 ? _e : []
1809
+ ? ((_e = __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_optionsTreeComboAdapter).call(this, visibleColumnsOptions, cell.value)) !== null && _e !== void 0 ? _e : [])
1810
1810
  : [];
1811
1811
  kupListData.options = (_f = options.columns) !== null && _f !== void 0 ? _f : [];
1812
1812
  }
@@ -1855,7 +1855,7 @@ _KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_formRef = new WeakMap(
1855
1855
  // Update the autocomplete list data
1856
1856
  const kupListData = targetCell.data.data['kup-list'];
1857
1857
  kupListData.data = filteredRows.length
1858
- ? (_f = __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_optionsTreeComboAdapter).call(this, visibleColumnsOptions, cellValue)) !== null && _f !== void 0 ? _f : []
1858
+ ? ((_f = __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_optionsTreeComboAdapter).call(this, visibleColumnsOptions, cellValue)) !== null && _f !== void 0 ? _f : [])
1859
1859
  : [];
1860
1860
  kupListData.options = (_g = options.columns) !== null && _g !== void 0 ? _g : [];
1861
1861
  // Update the component data and refresh
@@ -21,7 +21,7 @@ export function getIdOfItemByDisplayMode(item, mode, separator) {
21
21
  return id;
22
22
  }
23
23
  }
24
- export function consistencyCheck(idIn, listData, listEl, selectMode, displayMode, e) {
24
+ export function consistencyCheck(idIn, listData, listEl, selectMode, DescrMode, e) {
25
25
  const validList = !!(listEl && listData && listData['data']);
26
26
  let id = '';
27
27
  let displayedValue = '';
@@ -30,7 +30,7 @@ export function consistencyCheck(idIn, listData, listEl, selectMode, displayMode
30
30
  selected = e.detail.selected;
31
31
  }
32
32
  if (selected == null && idIn != null && validList) {
33
- selected = getItemByDisplayMode(listData, idIn, displayMode, true);
33
+ selected = getItemByDisplayMode(listData, idIn, DescrMode, true);
34
34
  listEl.data = [...listData['data']];
35
35
  }
36
36
  if (selected == null && idIn == null && listData) {
@@ -48,7 +48,7 @@ export function consistencyCheck(idIn, listData, listEl, selectMode, displayMode
48
48
  }
49
49
  else {
50
50
  id = getIdOfItemByDisplayMode(selected, selectMode, ' - ');
51
- displayedValue = getIdOfItemByDisplayMode(selected, id == '' ? ItemsDisplayMode.DESCRIPTION : displayMode, ' - ');
51
+ displayedValue = getIdOfItemByDisplayMode(selected, id == '' ? ItemsDisplayMode.DESCRIPTION : DescrMode, ' - ');
52
52
  trueValue = getIdOfItemByDisplayMode(selected, ItemsDisplayMode.CODE, ' - ');
53
53
  }
54
54
  const listNode = validList
@@ -106,12 +106,12 @@ export function getItemById(listData, id, setSelected) {
106
106
  }
107
107
  return null;
108
108
  }
109
- export function getItemByDisplayMode(listData, id, displayMode, setSelected) {
109
+ export function getItemByDisplayMode(listData, id, DescrMode, setSelected) {
110
110
  if (listData && listData['data']) {
111
111
  let found = false;
112
112
  let item = null;
113
113
  for (let i = 0; i < listData['data'].length; i++) {
114
- let displayedValue = getIdOfItemByDisplayMode(listData['data'][i], id == '' ? ItemsDisplayMode.DESCRIPTION : displayMode, ' - ');
114
+ let displayedValue = getIdOfItemByDisplayMode(listData['data'][i], id == '' ? ItemsDisplayMode.DESCRIPTION : DescrMode, ' - ');
115
115
  if (setSelected == true) {
116
116
  listData['data'][i].selected = false;
117
117
  }
@@ -69,7 +69,7 @@ export class KupList {
69
69
  this.selected = [];
70
70
  this.customStyle = '';
71
71
  this.data = [];
72
- this.displayMode = ItemsDisplayMode.DESCRIPTION;
72
+ this.DescrMode = ItemsDisplayMode.DESCRIPTION;
73
73
  this.showFilter = false;
74
74
  this.filter = '';
75
75
  this.hideText = false;
@@ -313,7 +313,7 @@ export class KupList {
313
313
  }
314
314
  __classPrivateFieldSet(this, _KupList_radios, [], "f");
315
315
  let index = 0;
316
- return (h(Host, { key: 'd0793cb58c9b793df3259c297673470028d39a40' }, h("style", { key: '1abd323a6dde41928bde88b8eb78836905a4079b' }, __classPrivateFieldGet(this, _KupList_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: 'd9eb12de67f3373107b0d9028255fdfc07c58351', id: "kup-component", class: wrapperClass, onKeyDown: __classPrivateFieldGet(this, _KupList_listenKeydown, "f") }, this.showFilter ? (h("div", { class: filterClass }, __classPrivateFieldGet(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
316
+ return (h(Host, { key: 'a4b6bf1943ab53189462f26f647447c38f71a729' }, h("style", { key: '4012e941151dbd5284bbec995d1a18fb8426e231' }, __classPrivateFieldGet(this, _KupList_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '6e97c785b76618459094fd0b06e057c3b0e87725', id: "kup-component", class: wrapperClass, onKeyDown: __classPrivateFieldGet(this, _KupList_listenKeydown, "f") }, this.showFilter ? (h("div", { class: filterClass }, __classPrivateFieldGet(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
317
317
  .filter((item) => __classPrivateFieldGet(this, _KupList_instances, "m", _KupList_itemCompliant).call(this, item))
318
318
  .map((item) => __classPrivateFieldGet(this, _KupList_instances, "m", _KupList_renderListItem).call(this, item, index++)))))));
319
319
  }
@@ -383,7 +383,7 @@ export class KupList {
383
383
  },
384
384
  "defaultValue": "[]"
385
385
  },
386
- "displayMode": {
386
+ "DescrMode": {
387
387
  "type": "string",
388
388
  "mutable": false,
389
389
  "complexType": {
@@ -406,7 +406,7 @@ export class KupList {
406
406
  }],
407
407
  "text": "Selects how the items must display their label and how they can be filtered for."
408
408
  },
409
- "attribute": "display-mode",
409
+ "attribute": "descr-mode",
410
410
  "reflect": false,
411
411
  "defaultValue": "ItemsDisplayMode.DESCRIPTION"
412
412
  },
@@ -990,7 +990,7 @@ _KupList_kupManager = new WeakMap(), _KupList_inputEl = new WeakMap(), _KupList_
990
990
  imageTag = __classPrivateFieldGet(this, _KupList_instances, "m", _KupList_getIconTag).call(this, item.icon, item.placeholderIcon);
991
991
  }
992
992
  let primaryTextTag = [
993
- getIdOfItemByDisplayMode(item, item.id == '' ? ItemsDisplayMode.DESCRIPTION : this.displayMode, ' - '),
993
+ getIdOfItemByDisplayMode(item, item.id == '' ? ItemsDisplayMode.DESCRIPTION : this.DescrMode, ' - '),
994
994
  ];
995
995
  let secTextTag = [];
996
996
  if (this.twoLine && item.secondaryText && item.secondaryText != '') {
@@ -94,7 +94,7 @@ export class KupTree {
94
94
  this.store = undefined;
95
95
  this.useDynamicExpansion = false;
96
96
  this.totals = undefined;
97
- this.displayMode = ItemsDisplayMode.CODE_AND_DESC;
97
+ this.DescrMode = ItemsDisplayMode.CODE_AND_DESC;
98
98
  }
99
99
  initWithPersistedState() {
100
100
  if (this.store && this.stateId) {
@@ -1005,7 +1005,7 @@ export class KupTree {
1005
1005
  }
1006
1006
  let treeNodeCell = null;
1007
1007
  let nodeValue;
1008
- switch (this.displayMode) {
1008
+ switch (this.DescrMode) {
1009
1009
  case ItemsDisplayMode.CODE:
1010
1010
  nodeValue = (_b = (_a = treeNodeData.obj) === null || _a === void 0 ? void 0 : _a.k) !== null && _b !== void 0 ? _b : '';
1011
1011
  break;
@@ -1356,19 +1356,19 @@ export class KupTree {
1356
1356
  const visibleHeader = this.showHeader && this.showColumns;
1357
1357
  let filterField = null;
1358
1358
  if (this.globalFilter) {
1359
- filterField = (h("div", { key: 'f2b4e67e0aa7e0d6057b9e7a5bf6df5ac5e849be', id: "global-filter" }, h("kup-text-field", { key: '937f5908044c7f62bc2278d525e1e2a99b81e6e0', 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) => {
1359
+ 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) => {
1360
1360
  window.clearTimeout(this.globalFilterTimeout);
1361
1361
  this.globalFilterTimeout = window.setTimeout(() => this.onGlobalFilterChange(event), 600);
1362
1362
  } })));
1363
1363
  }
1364
- return (h(Host, { key: '82baa24794e4fd4c001ef1994b93c947e819dadd', "onKup-cell-click": (e) => {
1364
+ return (h(Host, { key: '8e36db0583c51ef4721d14649453d592024c9e0d', "onKup-cell-click": (e) => {
1365
1365
  this.kupTreeCellClick.emit(e.detail);
1366
- } }, h("style", { key: 'bf6b4adaf080e6ab6d92bb4689a8f9cec805794b' }, __classPrivateFieldGet(this, _KupTree_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '3dcf815be376d3b295e8e126d08e40ff815f128d', id: componentWrapperId, class: wrapperClass, style: wrapperStyle }, filterField, h("div", { key: '27020fdbd26407fc14ccb29d791bb1acc79fe4c1', class: "wrapper", ref: (el) => (this.treeWrapperRef =
1367
- el) }, h("table", { key: '3e42837e76b8a74f55ef62ac6c991e2e7314c4b4', class: "kup-tree", "data-show-columns": this.showColumns, onContextMenu: (e) => {
1366
+ } }, 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 =
1367
+ el) }, h("table", { key: '4678d2fc2ff097f5866f1171faa1b9bfec9c9304', class: "kup-tree", "data-show-columns": this.showColumns, onContextMenu: (e) => {
1368
1368
  e.preventDefault();
1369
- } }, h("thead", { key: 'a739f35c4272670ab993b5f9cfbfcda13cd25f94', class: {
1369
+ } }, h("thead", { key: '83d22c2cc27c41e63cd2325a9da0576257b21bd0', class: {
1370
1370
  'header--is-visible': visibleHeader,
1371
- } }, h("tr", { key: '5dde3d45392d2b7d01a8a2f665b061213c778d13' }, visibleHeader ? this.renderHeader() : null)), h("tbody", { key: '4d579e7536795a271df3d3802cf6d74649d23f82' }, treeNodes), (this.showFooter || this.hasTotals()) &&
1371
+ } }, h("tr", { key: 'cbeedfa19b0d218639bac9b1518cd04590512870' }, visibleHeader ? this.renderHeader() : null)), h("tbody", { key: '062aa1d90d53d0dc2fd453e1b60d4c81b5a3e30f' }, treeNodes), (this.showFooter || this.hasTotals()) &&
1372
1372
  this.columns
1373
1373
  ? this.renderFooter()
1374
1374
  : null)))));
@@ -1986,7 +1986,7 @@ export class KupTree {
1986
1986
  "text": "Defines the current totals options."
1987
1987
  }
1988
1988
  },
1989
- "displayMode": {
1989
+ "DescrMode": {
1990
1990
  "type": "string",
1991
1991
  "mutable": false,
1992
1992
  "complexType": {
@@ -2006,7 +2006,7 @@ export class KupTree {
2006
2006
  "tags": [],
2007
2007
  "text": ""
2008
2008
  },
2009
- "attribute": "display-mode",
2009
+ "attribute": "descr-mode",
2010
2010
  "reflect": false,
2011
2011
  "defaultValue": "ItemsDisplayMode.CODE_AND_DESC"
2012
2012
  }
@@ -446,7 +446,7 @@ function setEditableCell(cellType, classObj, cell, column, props) {
446
446
  case FCellTypes.COLOR_PICKER:
447
447
  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) })));
448
448
  case FCellTypes.COMBOBOX:
449
- 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) })));
449
+ 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) })));
450
450
  case FCellTypes.DATE:
451
451
  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) })));
452
452
  case FCellTypes.EDITOR:
@@ -471,10 +471,10 @@ function setEditableCell(cellType, classObj, cell, column, props) {
471
471
  case FCellTypes.FILE_UPLOAD:
472
472
  return (h("kup-file-upload", Object.assign({ "onKup-file-upload-change": (e) => cellEvent(e, props, cellType, FCellEvents.UPDATE) }, cell.data)));
473
473
  case FCellTypes.MULTI_AUTOCOMPLETE: {
474
- 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) }), 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 })));
474
+ 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) }), 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 })));
475
475
  }
476
476
  case FCellTypes.MULTI_COMBOBOX:
477
- 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) }), 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 }))));
477
+ 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) }), 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 }))));
478
478
  case FCellTypes.RADIO:
479
479
  return (h(FRadio, Object.assign({}, cell.data, { disabled: false, onChange: (i, e) => {
480
480
  const radioData = cell.data.data;
@@ -625,7 +625,7 @@ function setCell(cellType, subcomponentProps, content, classObj, cell, column, p
625
625
  const activeNode = cell.data.data.find((node) => node.value === cell.value) || null;
626
626
  return (h("kup-image-list", Object.assign({ ripple: true }, cell.data, { "onKup-imagelist-click": (e) => cellEvent(e, props, cellType, FCellEvents.UPDATE), activeNode: activeNode })));
627
627
  default:
628
- return (h("div", { class: "f-cell__text" }, cell.data.displayMode
628
+ return (h("div", { class: "f-cell__text" }, cell.data.DescrMode
629
629
  ? adaptContentToDisplayMode(cell, content, '-')
630
630
  : content));
631
631
  }
@@ -16,8 +16,8 @@ export const FChip = (props) => {
16
16
  if (!props.type) {
17
17
  props.type = FChipType.STANDARD;
18
18
  }
19
- if (!props.displayMode) {
20
- props.displayMode = ItemsDisplayMode.DESCRIPTION;
19
+ if (!props.DescrMode) {
20
+ props.DescrMode = ItemsDisplayMode.DESCRIPTION;
21
21
  }
22
22
  const isChoice = props.type.toLowerCase() === FChipType.CHOICE;
23
23
  const isFilter = props.type.toLowerCase() === FChipType.FILTER;
@@ -98,7 +98,7 @@ function createChipList(props, isChoice, isFilter, isInput) {
98
98
  if (isFilter) {
99
99
  iconEl.push(h("span", { class: "chip__checkmark" }, h("svg", { class: "chip__checkmark-svg", viewBox: "-2 -3 30 30" }, h("path", { class: "chip__checkmark-path", fill: "none", stroke: "black", d: "M1.73,12.91 8.1,19.28 22.79,4.59" }))));
100
100
  }
101
- let chipText = getIdOfItemByDisplayMode(chip, chip.value == '' ? ItemsDisplayMode.CODE : props.displayMode, ' - ');
101
+ let chipText = getIdOfItemByDisplayMode(chip, chip.value == '' ? ItemsDisplayMode.CODE : props.DescrMode, ' - ');
102
102
  return (h("div", { class: componentClass, "data-value": chip.id, onClick: props.onClick && props.onClick[i]
103
103
  ? props.onClick[i].bind(props.onClick[i], chip)
104
104
  : null, onContextMenu: props.onContextMenu && props.onContextMenu[i]
@@ -22,7 +22,7 @@ export const FPaginator = (props) => {
22
22
  const dataPageSelector = {
23
23
  'kup-list': {
24
24
  data: pageItems,
25
- displayMode: ItemsDisplayMode.CODE,
25
+ DescrMode: ItemsDisplayMode.CODE,
26
26
  },
27
27
  'kup-text-field': {
28
28
  label: dom.ketchup.language.translate(KupLanguagePage.PAGE),
@@ -38,7 +38,7 @@ export const FPaginator = (props) => {
38
38
  const dataRowsSelector = {
39
39
  'kup-list': {
40
40
  data: rowsPerPageItems,
41
- displayMode: ItemsDisplayMode.CODE,
41
+ DescrMode: ItemsDisplayMode.CODE,
42
42
  },
43
43
  'kup-text-field': {
44
44
  label: dom.ketchup.language.translate(KupLanguageRow.ROWS) +
@@ -53,7 +53,7 @@ export const FPaginator = (props) => {
53
53
  size: 5,
54
54
  },
55
55
  };
56
- return (h("div", Object.assign({ class: `f-paginator ${props.mode ? props.mode : ''} ${props.wrapperClass ? props.wrapperClass : ''}` }, props.dataSet, { id: props.id, title: props.title }), props.onLoadMore ? (h(FButton, { icon: "plus", onClick: props.onLoadMore, label: dom.ketchup.language.translate(KupLanguageGeneric.LOAD_MORE), sizing: KupComponentSizing.SMALL, styling: FButtonStyling.FLAT, wrapperClass: "load-more-button kup-neutral" })) : null, h("kup-combobox", { class: "rows-selector", data: dataRowsSelector, displayMode: ItemsDisplayMode.CODE, initialValue: props.perPage.toString(), initialValueDecode: props.perPage.toString(), "onkup-combobox-change": props.onRowsChange }), h("div", { class: "page-wrapper" }, h("div", { class: "page-selector-wrapper" }, h("kup-combobox", { class: "page-selector", data: dataPageSelector, displayMode: ItemsDisplayMode.CODE, initialValue: props.currentPage.toString(), initialValueDecode: props.currentPage.toString(), "onkup-combobox-change": props.onPageChange }), props.showMaxPages ? (h("div", { class: "max-page-wrapper" }, h("label", { htmlFor: "page-selector" }, '/ ' + maxNumberOfPage))) : null), h("div", { class: "arrow-wrapper" }, props.mode !== FPaginatorMode.SIMPLE ? (h(FButton, { icon: "chevron_left", disabled: isPrevPageDisabled(props), onClick: props.onPrevPage, sizing: KupComponentSizing.SMALL, styling: FButtonStyling.FLAT, wrapperClass: "kup-neutral prev-page" })) : null, props.mode !== FPaginatorMode.SIMPLE ? (h(FButton, { icon: "chevron_right", disabled: isNextPageDisabled(props), onClick: props.onNextPage, sizing: KupComponentSizing.SMALL, styling: FButtonStyling.FLAT, wrapperClass: "kup-neutral next-page" })) : null))));
56
+ return (h("div", Object.assign({ class: `f-paginator ${props.mode ? props.mode : ''} ${props.wrapperClass ? props.wrapperClass : ''}` }, props.dataSet, { id: props.id, title: props.title }), props.onLoadMore ? (h(FButton, { icon: "plus", onClick: props.onLoadMore, label: dom.ketchup.language.translate(KupLanguageGeneric.LOAD_MORE), sizing: KupComponentSizing.SMALL, styling: FButtonStyling.FLAT, wrapperClass: "load-more-button kup-neutral" })) : null, h("kup-combobox", { class: "rows-selector", data: dataRowsSelector, DescrMode: ItemsDisplayMode.CODE, initialValue: props.perPage.toString(), initialValueDecode: props.perPage.toString(), "onkup-combobox-change": props.onRowsChange }), h("div", { class: "page-wrapper" }, h("div", { class: "page-selector-wrapper" }, h("kup-combobox", { class: "page-selector", data: dataPageSelector, DescrMode: ItemsDisplayMode.CODE, initialValue: props.currentPage.toString(), initialValueDecode: props.currentPage.toString(), "onkup-combobox-change": props.onPageChange }), props.showMaxPages ? (h("div", { class: "max-page-wrapper" }, h("label", { htmlFor: "page-selector" }, '/ ' + maxNumberOfPage))) : null), h("div", { class: "arrow-wrapper" }, props.mode !== FPaginatorMode.SIMPLE ? (h(FButton, { icon: "chevron_left", disabled: isPrevPageDisabled(props), onClick: props.onPrevPage, sizing: KupComponentSizing.SMALL, styling: FButtonStyling.FLAT, wrapperClass: "kup-neutral prev-page" })) : null, props.mode !== FPaginatorMode.SIMPLE ? (h(FButton, { icon: "chevron_right", disabled: isNextPageDisabled(props), onClick: props.onNextPage, sizing: KupComponentSizing.SMALL, styling: FButtonStyling.FLAT, wrapperClass: "kup-neutral next-page" })) : null))));
57
57
  };
58
58
  function getPageItems(props, maxNumberOfPage) {
59
59
  const pageItems = [];
@@ -60,7 +60,9 @@ function setContent(props) {
60
60
  webkitMask: svg,
61
61
  };
62
62
  }
63
- iconEl = (h("span", { style: iconStyle, onClick: props.onIconClick, class: `mdc-text-field__icon kup-icon action ${iconClass}` }));
63
+ iconEl = (h("span", { style: iconStyle, onClick: props.onIconClick, onMouseDown: (e) => {
64
+ e.preventDefault();
65
+ }, class: `mdc-text-field__icon kup-icon action ${iconClass}` }));
64
66
  }
65
67
  if (props.quantityButtons) {
66
68
  const minusSvg = `url('${getAssetPath(`./assets/svg/minus.svg`)}') no-repeat center`;
@@ -258,11 +258,11 @@ export function adaptContentToDisplayMode(cell, content, separator) {
258
258
  }
259
259
  const { k: code } = cell.obj;
260
260
  const desc = cell.decode;
261
- const displayMode = ((_b = cell.data) === null || _b === void 0 ? void 0 : _b.displayMode) != null
262
- ? (_c = cell.data) === null || _c === void 0 ? void 0 : _c.displayMode
261
+ const DescrMode = ((_b = cell.data) === null || _b === void 0 ? void 0 : _b.DescrMode) != null
262
+ ? (_c = cell.data) === null || _c === void 0 ? void 0 : _c.DescrMode
263
263
  : ItemsDisplayMode.DESCRIPTION;
264
264
  const format = (a, b, sep = separator) => a && b ? `${a} ${sep} ${b}` : '';
265
- switch (displayMode) {
265
+ switch (DescrMode) {
266
266
  case ItemsDisplayMode.CODE:
267
267
  return code || '';
268
268
  case ItemsDisplayMode.DESCRIPTION:
@@ -276,13 +276,13 @@ export function adaptContentToDisplayMode(cell, content, separator) {
276
276
  return (_d = content !== null && content !== void 0 ? content : code) !== null && _d !== void 0 ? _d : '';
277
277
  }
278
278
  }
279
- export function getSizeOfInputElement(data, displayMode, size) {
279
+ export function getSizeOfInputElement(data, DescrMode, size) {
280
280
  var _a, _b;
281
281
  if ((_a = data['kup-text-field']) === null || _a === void 0 ? void 0 : _a.size) {
282
282
  return (_b = data['kup-text-field']) === null || _b === void 0 ? void 0 : _b.size;
283
283
  }
284
284
  else {
285
- switch (displayMode) {
285
+ switch (DescrMode) {
286
286
  case ItemsDisplayMode.CODE:
287
287
  return size || 15;
288
288
  case ItemsDisplayMode.DESCRIPTION:
@@ -1,5 +1,5 @@
1
1
  export { g as getAssetPath, s as setAssetPath, a as setNonce, b as setPlatformOptions } from './p-ef8cbd35.js';
2
- import { K as KupManager } from './p-0497ebe5.js';
2
+ import { K as KupManager } from './p-dcb752e1.js';
3
3
 
4
4
  /** used for obtain a KupManager instance without a dom document (for UT) */
5
5
  function newKupManager(init) {
@@ -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, a as KupComponentSizing, g as getProps, s as setProps, b as KupThemeIconValues, c as KupThemeColorValues, d as KupDynamicPositionPlacement } from './p-0497ebe5.js';
3
- import { M as MDCRipple, F as FImage, c as componentWrapperId, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t, D as defineCustomElement$u, E as defineCustomElement$v } from './p-442f7301.js';
2
+ import { k as kupManagerInstance, a as KupComponentSizing, g as getProps, s as setProps, b as KupThemeIconValues, c as KupThemeColorValues, d as KupDynamicPositionPlacement } from './p-dcb752e1.js';
3
+ import { M as MDCRipple, F as FImage, c as componentWrapperId, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t, D as defineCustomElement$u, E as defineCustomElement$v } from './p-05dc6405.js';
4
4
 
5
5
  /**
6
6
  * Props of the kup-accordion component.
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H, c as createEvent, f as forceUpdate, h, F as Fragment, d as Host } from './p-ef8cbd35.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, u as KupDebugCategory, n as getCellValueForDisplay } from './p-0497ebe5.js';
3
- import { c as componentWrapperId, G as sortRows, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t, D as defineCustomElement$u, E as defineCustomElement$v, F as FImage } from './p-442f7301.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, u as KupDebugCategory, n as getCellValueForDisplay } from './p-dcb752e1.js';
3
+ import { c as componentWrapperId, G as sortRows, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t, D as defineCustomElement$u, E as defineCustomElement$v, F as FImage } from './p-05dc6405.js';
4
4
 
5
5
  var KupActivityTimelineProps;
6
6
  (function (KupActivityTimelineProps) {
@@ -1,4 +1,4 @@
1
- import { K as KupAutocomplete$1, E as defineCustomElement$1 } from './p-442f7301.js';
1
+ import { K as KupAutocomplete$1, E as defineCustomElement$1 } from './p-05dc6405.js';
2
2
 
3
3
  const KupAutocomplete = KupAutocomplete$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { H as KupBadge$1, D as defineCustomElement$1 } from './p-442f7301.js';
1
+ import { H as KupBadge$1, D as defineCustomElement$1 } from './p-05dc6405.js';
2
2
 
3
3
  const KupBadge = KupBadge$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { K as KupBox$1, d as defineCustomElement$1 } from './p-ca14c650.js';
1
+ import { K as KupBox$1, d as defineCustomElement$1 } from './p-5438a4ff.js';
2
2
 
3
3
  const KupBox = KupBox$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { T as KupButtonList$1, B as defineCustomElement$1 } from './p-442f7301.js';
1
+ import { T as KupButtonList$1, B as defineCustomElement$1 } from './p-05dc6405.js';
2
2
 
3
3
  const KupButtonList = KupButtonList$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { S as KupButton$1, C as defineCustomElement$1 } from './p-442f7301.js';
1
+ import { S as KupButton$1, C as defineCustomElement$1 } from './p-05dc6405.js';
2
2
 
3
3
  const KupButton = KupButton$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H as H$2, c as createEvent, f as forceUpdate, h as h$1, d as Host } from './p-ef8cbd35.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, e as KupLanguageGeneric, L as getColumnByName, u as KupDebugCategory } from './p-0497ebe5.js';
3
- import { c as componentWrapperId, U as FButton, P as FChip, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t, D as defineCustomElement$u, E as defineCustomElement$v, V as FChipType } from './p-442f7301.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, e as KupLanguageGeneric, L as getColumnByName, u as KupDebugCategory } from './p-dcb752e1.js';
3
+ import { c as componentWrapperId, U as FButton, P as FChip, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t, D as defineCustomElement$u, E as defineCustomElement$v, V as FChipType } from './p-05dc6405.js';
4
4
  import { b as KupDatesLocales, K as KupDatesFormats } from './p-60e697f5.js';
5
5
 
6
6
  var n,l$1,u$1,i$1,t,r$1,o,f$1,e$1,c$1={},s=[],a$1=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;function h(n,l){for(var u in l)n[u]=l[u];return n}function v$1(n){var l=n.parentNode;l&&l.removeChild(n);}function y(l,u,i){var t,r,o,f={};for(o in u)"key"==o?t=u[o]:"ref"==o?r=u[o]:f[o]=u[o];if(arguments.length>2&&(f.children=arguments.length>3?n.call(arguments,2):i),"function"==typeof l&&null!=l.defaultProps)for(o in l.defaultProps)void 0===f[o]&&(f[o]=l.defaultProps[o]);return p(l,f,t,r,null)}function p(n,i,t,r,o){var f={type:n,props:i,key:t,ref:r,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:null==o?++u$1:o};return null==o&&null!=l$1.vnode&&l$1.vnode(f),f}function d(){return {current:null}}function _(n){return n.children}function k$1(n,l,u,i,t){var r;for(r in u)"children"===r||"key"===r||r in l||g$2(n,r,null,u[r],i);for(r in l)t&&"function"!=typeof l[r]||"children"===r||"key"===r||"value"===r||"checked"===r||u[r]===l[r]||g$2(n,r,l[r],u[r],i);}function b$1(n,l,u){"-"===l[0]?n.setProperty(l,null==u?"":u):n[l]=null==u?"":"number"!=typeof u||a$1.test(l)?u:u+"px";}function g$2(n,l,u,i,t){var r;n:if("style"===l)if("string"==typeof u)n.style.cssText=u;else {if("string"==typeof i&&(n.style.cssText=i=""),i)for(l in i)u&&l in u||b$1(n.style,l,"");if(u)for(l in u)i&&u[l]===i[l]||b$1(n.style,l,u[l]);}else if("o"===l[0]&&"n"===l[1])r=l!==(l=l.replace(/Capture$/,"")),l=l.toLowerCase()in n?l.toLowerCase().slice(2):l.slice(2),n.l||(n.l={}),n.l[l+r]=u,u?i||n.addEventListener(l,r?w$2:m$1,r):n.removeEventListener(l,r?w$2:m$1,r);else if("dangerouslySetInnerHTML"!==l){if(t)l=l.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!==l&&"height"!==l&&"href"!==l&&"list"!==l&&"form"!==l&&"tabIndex"!==l&&"download"!==l&&l in n)try{n[l]=null==u?"":u;break n}catch(n){}"function"==typeof u||(null==u||!1===u&&-1==l.indexOf("-")?n.removeAttribute(l):n.setAttribute(l,u));}}function m$1(n){t=!0;try{return this.l[n.type+!1](l$1.event?l$1.event(n):n)}finally{t=!1;}}function w$2(n){t=!0;try{return this.l[n.type+!0](l$1.event?l$1.event(n):n)}finally{t=!1;}}function x$1(n,l){this.props=n,this.context=l;}function A(n,l){if(null==l)return n.__?A(n.__,n.__.__k.indexOf(n)+1):null;for(var u;l<n.__k.length;l++)if(null!=(u=n.__k[l])&&null!=u.__e)return u.__e;return "function"==typeof n.type?A(n):null}function P$1(n){var l,u;if(null!=(n=n.__)&&null!=n.__c){for(n.__e=n.__c.base=null,l=0;l<n.__k.length;l++)if(null!=(u=n.__k[l])&&null!=u.__e){n.__e=n.__c.base=u.__e;break}return P$1(n)}}function C$1(n){t?setTimeout(n):f$1(n);}function T$1(n){(!n.__d&&(n.__d=!0)&&r$1.push(n)&&!$$1.__r++||o!==l$1.debounceRendering)&&((o=l$1.debounceRendering)||C$1)($$1);}function $$1(){var n,l,u,i,t,o,f,e;for(r$1.sort(function(n,l){return n.__v.__b-l.__v.__b});n=r$1.shift();)n.__d&&(l=r$1.length,i=void 0,t=void 0,f=(o=(u=n).__v).__e,(e=u.__P)&&(i=[],(t=h({},o)).__v=o.__v+1,M(e,o,t,u.__n,void 0!==e.ownerSVGElement,null!=o.__h?[f]:null,i,null==f?A(o):f,o.__h),N(i,o),o.__e!=f&&P$1(o)),r$1.length>l&&r$1.sort(function(n,l){return n.__v.__b-l.__v.__b}));$$1.__r=0;}function H$1(n,l,u,i,t,r,o,f,e,a){var h,v,y,d,k,b,g,m=i&&i.__k||s,w=m.length;for(u.__k=[],h=0;h<l.length;h++)if(null!=(d=u.__k[h]=null==(d=l[h])||"boolean"==typeof d?null:"string"==typeof d||"number"==typeof d||"bigint"==typeof d?p(null,d,null,null,d):Array.isArray(d)?p(_,{children:d},null,null,null):d.__b>0?p(d.type,d.props,d.key,d.ref?d.ref:null,d.__v):d)){if(d.__=u,d.__b=u.__b+1,null===(y=m[h])||y&&d.key==y.key&&d.type===y.type)m[h]=void 0;else for(v=0;v<w;v++){if((y=m[v])&&d.key==y.key&&d.type===y.type){m[v]=void 0;break}y=null;}M(n,d,y=y||c$1,t,r,o,f,e,a),k=d.__e,(v=d.ref)&&y.ref!=v&&(g||(g=[]),y.ref&&g.push(y.ref,null,d),g.push(v,d.__c||k,d)),null!=k?(null==b&&(b=k),"function"==typeof d.type&&d.__k===y.__k?d.__d=e=I$1(d,e,n):e=z$1(n,d,y,m,k,e),"function"==typeof u.type&&(u.__d=e)):e&&y.__e==e&&e.parentNode!=n&&(e=A(y));}for(u.__e=b,h=w;h--;)null!=m[h]&&("function"==typeof u.type&&null!=m[h].__e&&m[h].__e==u.__d&&(u.__d=L$1(i).nextSibling),q(m[h],m[h]));if(g)for(h=0;h<g.length;h++)S(g[h],g[++h],g[++h]);}function I$1(n,l,u){for(var i,t=n.__k,r=0;t&&r<t.length;r++)(i=t[r])&&(i.__=n,l="function"==typeof i.type?I$1(i,l,u):z$1(u,i,i,t,i.__e,l));return l}function j$2(n,l){return l=l||[],null==n||"boolean"==typeof n||(Array.isArray(n)?n.some(function(n){j$2(n,l);}):l.push(n)),l}function z$1(n,l,u,i,t,r){var o,f,e;if(void 0!==l.__d)o=l.__d,l.__d=void 0;else if(null==u||t!=r||null==t.parentNode)n:if(null==r||r.parentNode!==n)n.appendChild(t),o=null;else {for(f=r,e=0;(f=f.nextSibling)&&e<i.length;e+=1)if(f==t)break n;n.insertBefore(t,r),o=r;}return void 0!==o?o:t.nextSibling}function L$1(n){var l,u,i;if(null==n.type||"string"==typeof n.type)return n.__e;if(n.__k)for(l=n.__k.length-1;l>=0;l--)if((u=n.__k[l])&&(i=L$1(u)))return i;return null}function M(n,u,i,t,r,o,f,e,c){var s,a,v,y,p,d,k,b,g,m,w,A,P,C,T,$=u.type;if(void 0!==u.constructor)return null;null!=i.__h&&(c=i.__h,e=u.__e=i.__e,u.__h=null,o=[e]),(s=l$1.__b)&&s(u);try{n:if("function"==typeof $){if(b=u.props,g=(s=$.contextType)&&t[s.__c],m=s?g?g.props.value:s.__:t,i.__c?k=(a=u.__c=i.__c).__=a.__E:("prototype"in $&&$.prototype.render?u.__c=a=new $(b,m):(u.__c=a=new x$1(b,m),a.constructor=$,a.render=B$1),g&&g.sub(a),a.props=b,a.state||(a.state={}),a.context=m,a.__n=t,v=a.__d=!0,a.__h=[],a._sb=[]),null==a.__s&&(a.__s=a.state),null!=$.getDerivedStateFromProps&&(a.__s==a.state&&(a.__s=h({},a.__s)),h(a.__s,$.getDerivedStateFromProps(b,a.__s))),y=a.props,p=a.state,a.__v=u,v)null==$.getDerivedStateFromProps&&null!=a.componentWillMount&&a.componentWillMount(),null!=a.componentDidMount&&a.__h.push(a.componentDidMount);else {if(null==$.getDerivedStateFromProps&&b!==y&&null!=a.componentWillReceiveProps&&a.componentWillReceiveProps(b,m),!a.__e&&null!=a.shouldComponentUpdate&&!1===a.shouldComponentUpdate(b,a.__s,m)||u.__v===i.__v){for(u.__v!==i.__v&&(a.props=b,a.state=a.__s,a.__d=!1),u.__e=i.__e,u.__k=i.__k,u.__k.forEach(function(n){n&&(n.__=u);}),w=0;w<a._sb.length;w++)a.__h.push(a._sb[w]);a._sb=[],a.__h.length&&f.push(a);break n}null!=a.componentWillUpdate&&a.componentWillUpdate(b,a.__s,m),null!=a.componentDidUpdate&&a.__h.push(function(){a.componentDidUpdate(y,p,d);});}if(a.context=m,a.props=b,a.__P=n,A=l$1.__r,P=0,"prototype"in $&&$.prototype.render){for(a.state=a.__s,a.__d=!1,A&&A(u),s=a.render(a.props,a.state,a.context),C=0;C<a._sb.length;C++)a.__h.push(a._sb[C]);a._sb=[];}else do{a.__d=!1,A&&A(u),s=a.render(a.props,a.state,a.context),a.state=a.__s;}while(a.__d&&++P<25);a.state=a.__s,null!=a.getChildContext&&(t=h(h({},t),a.getChildContext())),v||null==a.getSnapshotBeforeUpdate||(d=a.getSnapshotBeforeUpdate(y,p)),T=null!=s&&s.type===_&&null==s.key?s.props.children:s,H$1(n,Array.isArray(T)?T:[T],u,i,t,r,o,f,e,c),a.base=u.__e,u.__h=null,a.__h.length&&f.push(a),k&&(a.__E=a.__=null),a.__e=!1;}else null==o&&u.__v===i.__v?(u.__k=i.__k,u.__e=i.__e):u.__e=O(i.__e,u,i,t,r,o,f,c);(s=l$1.diffed)&&s(u);}catch(n){u.__v=null,(c||null!=o)&&(u.__e=e,u.__h=!!c,o[o.indexOf(e)]=null),l$1.__e(n,u,i);}}function N(n,u){l$1.__c&&l$1.__c(u,n),n.some(function(u){try{n=u.__h,u.__h=[],n.some(function(n){n.call(u);});}catch(n){l$1.__e(n,u.__v);}});}function O(l,u,i,t,r,o,f,e){var s,a,h,y=i.props,p=u.props,d=u.type,_=0;if("svg"===d&&(r=!0),null!=o)for(;_<o.length;_++)if((s=o[_])&&"setAttribute"in s==!!d&&(d?s.localName===d:3===s.nodeType)){l=s,o[_]=null;break}if(null==l){if(null===d)return document.createTextNode(p);l=r?document.createElementNS("http://www.w3.org/2000/svg",d):document.createElement(d,p.is&&p),o=null,e=!1;}if(null===d)y===p||e&&l.data===p||(l.data=p);else {if(o=o&&n.call(l.childNodes),a=(y=i.props||c$1).dangerouslySetInnerHTML,h=p.dangerouslySetInnerHTML,!e){if(null!=o)for(y={},_=0;_<l.attributes.length;_++)y[l.attributes[_].name]=l.attributes[_].value;(h||a)&&(h&&(a&&h.__html==a.__html||h.__html===l.innerHTML)||(l.innerHTML=h&&h.__html||""));}if(k$1(l,p,y,r,e),h)u.__k=[];else if(_=u.props.children,H$1(l,Array.isArray(_)?_:[_],u,i,t,r&&"foreignObject"!==d,o,f,o?o[0]:i.__k&&A(i,0),e),null!=o)for(_=o.length;_--;)null!=o[_]&&v$1(o[_]);e||("value"in p&&void 0!==(_=p.value)&&(_!==l.value||"progress"===d&&!_||"option"===d&&_!==y.value)&&g$2(l,"value",_,y.value,!1),"checked"in p&&void 0!==(_=p.checked)&&_!==l.checked&&g$2(l,"checked",_,y.checked,!1));}return l}function S(n,u,i){try{"function"==typeof n?n(u):n.current=u;}catch(n){l$1.__e(n,i);}}function q(n,u,i){var t,r;if(l$1.unmount&&l$1.unmount(n),(t=n.ref)&&(t.current&&t.current!==n.__e||S(t,null,u)),null!=(t=n.__c)){if(t.componentWillUnmount)try{t.componentWillUnmount();}catch(n){l$1.__e(n,u);}t.base=t.__P=null,n.__c=void 0;}if(t=n.__k)for(r=0;r<t.length;r++)t[r]&&q(t[r],u,i||"function"!=typeof n.type);i||null==n.__e||v$1(n.__e),n.__=n.__e=n.__d=void 0;}function B$1(n,l,u){return this.constructor(n,u)}function D$1(u,i,t){var r,o,f;l$1.__&&l$1.__(u,i),o=(r="function"==typeof t)?null:t&&t.__k||i.__k,f=[],M(i,u=(!r&&t||i).__k=y(_,null,[u]),o||c$1,c$1,void 0!==i.ownerSVGElement,!r&&t?[t]:o?null:i.firstChild?n.call(i.childNodes):null,f,!r&&t?t:o?o.__e:i.firstChild,r),N(f,u);}function G$1(n,l){var u={__c:l="__cC"+e$1++,__:n,Consumer:function(n,l){return n.children(l)},Provider:function(n){var u,i;return this.getChildContext||(u=[],(i={})[l]=this,this.getChildContext=function(){return i},this.shouldComponentUpdate=function(n){this.props.value!==n.value&&u.some(function(n){n.__e=!0,T$1(n);});},this.sub=function(n){u.push(n);var l=n.componentWillUnmount;n.componentWillUnmount=function(){u.splice(u.indexOf(n),1),l&&l.call(n);};}),n.children}};return u.Provider.__=u.Consumer.contextType=u}n=s.slice,l$1={__e:function(n,l,u,i){for(var t,r,o;l=l.__;)if((t=l.__c)&&!t.__)try{if((r=t.constructor)&&null!=r.getDerivedStateFromError&&(t.setState(r.getDerivedStateFromError(n)),o=t.__d),null!=t.componentDidCatch&&(t.componentDidCatch(n,i||{}),o=t.__d),o)return t.__E=t}catch(l){n=l;}throw n}},u$1=0,i$1=function(n){return null!=n&&void 0===n.constructor},t=!1,x$1.prototype.setState=function(n,l){var u;u=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=h({},this.state),"function"==typeof n&&(n=n(h({},u),this.props)),n&&h(u,n),null!=n&&this.__v&&(l&&this._sb.push(l),T$1(this));},x$1.prototype.forceUpdate=function(n){this.__v&&(this.__e=!0,n&&this.__h.push(n),T$1(this));},x$1.prototype.render=_,r$1=[],f$1="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,$$1.__r=0,e$1=0;