@sme.up/ketchup 10.3.11 → 10.3.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (231) hide show
  1. package/dist/cjs/{f-cell-17acbc57.js → f-cell-f47a6278.js} +10 -10
  2. package/dist/cjs/{f-chip-69c882a5.js → f-chip-36ba0f62.js} +9 -9
  3. package/dist/cjs/{f-object-field-c4c5df13.js → f-object-field-4d4002b0.js} +2 -2
  4. package/dist/cjs/{f-paginator-utils-66aa1936.js → f-paginator-utils-adc8b67a.js} +5 -5
  5. package/dist/cjs/{f-text-field-9832e4ef.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 +80 -85
  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-c7046c05.js → kup-data-table-helper-3041bf1b.js} +1 -1
  17. package/dist/cjs/kup-drawer.cjs.entry.js +1 -1
  18. package/dist/cjs/kup-echart.cjs.entry.js +60 -7
  19. package/dist/cjs/kup-editor.cjs.entry.js +1 -1
  20. package/dist/cjs/kup-family-tree.cjs.entry.js +1 -1
  21. package/dist/cjs/kup-grid.cjs.entry.js +1 -1
  22. package/dist/cjs/kup-htm.cjs.entry.js +1 -1
  23. package/dist/cjs/kup-iframe.cjs.entry.js +1 -1
  24. package/dist/cjs/kup-input-panel.cjs.entry.js +10 -10
  25. package/dist/cjs/kup-lazy.cjs.entry.js +1 -1
  26. package/dist/cjs/kup-magic-box.cjs.entry.js +1 -1
  27. package/dist/cjs/{kup-manager-863afae7.js → kup-manager-b6d2bca8.js} +9 -9
  28. package/dist/cjs/kup-nav-bar.cjs.entry.js +1 -1
  29. package/dist/cjs/kup-numeric-picker.cjs.entry.js +2 -2
  30. package/dist/cjs/kup-object-field.cjs.entry.js +3 -3
  31. package/dist/cjs/kup-pdf.cjs.entry.js +1 -1
  32. package/dist/cjs/kup-planner.cjs.entry.js +2 -2
  33. package/dist/cjs/kup-probe.cjs.entry.js +1 -1
  34. package/dist/cjs/kup-qlik.cjs.entry.js +1 -1
  35. package/dist/cjs/kup-snackbar.cjs.entry.js +1 -1
  36. package/dist/cjs/kup-txt.cjs.entry.js +1 -1
  37. package/dist/cjs/kup-typography-list.cjs.entry.js +1 -1
  38. package/dist/cjs/kup-typography.cjs.entry.js +1 -1
  39. package/dist/cjs/loader.cjs.js +1 -1
  40. package/dist/collection/assets/card.js +2 -2
  41. package/dist/collection/assets/data-table.js +3 -3
  42. package/dist/collection/assets/form.js +2 -2
  43. package/dist/collection/components/kup-autocomplete/kup-autocomplete-declarations.js +2 -1
  44. package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +11 -11
  45. package/dist/collection/components/kup-chip/kup-chip-declarations.js +1 -1
  46. package/dist/collection/components/kup-chip/kup-chip.js +6 -6
  47. package/dist/collection/components/kup-combobox/kup-combobox-declarations.js +2 -1
  48. package/dist/collection/components/kup-combobox/kup-combobox.js +11 -11
  49. package/dist/collection/components/kup-data-table/kup-data-table.css +15 -1
  50. package/dist/collection/components/kup-data-table/kup-data-table.js +44 -14
  51. package/dist/collection/components/kup-dialog/kup-dialog.css +2 -0
  52. package/dist/collection/components/kup-dropdown-button/kup-dropdown-button-declarations.js +1 -1
  53. package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.js +5 -5
  54. package/dist/collection/components/kup-echart/kup-echart-declarations.js +1 -0
  55. package/dist/collection/components/kup-echart/kup-echart.js +60 -6
  56. package/dist/collection/components/kup-input-panel/kup-input-panel.js +5 -5
  57. package/dist/collection/components/kup-list/kup-list-helper.js +5 -5
  58. package/dist/collection/components/kup-list/kup-list.js +5 -5
  59. package/dist/collection/components/kup-tree/kup-tree.css +3 -0
  60. package/dist/collection/components/kup-tree/kup-tree.js +20 -35
  61. package/dist/collection/f-components/f-cell/f-cell.js +4 -4
  62. package/dist/collection/f-components/f-chip/f-chip.js +3 -3
  63. package/dist/collection/f-components/f-paginator/f-paginator.js +3 -3
  64. package/dist/collection/f-components/f-text-field/f-text-field.js +3 -1
  65. package/dist/collection/utils/cell-utils.js +5 -5
  66. package/dist/components/index.js +1 -1
  67. package/dist/components/kup-accordion.js +2 -2
  68. package/dist/components/kup-activity-timeline.js +2 -2
  69. package/dist/components/kup-autocomplete.js +1 -1
  70. package/dist/components/kup-badge.js +1 -1
  71. package/dist/components/kup-box.js +1 -1
  72. package/dist/components/kup-button-list.js +1 -1
  73. package/dist/components/kup-button.js +1 -1
  74. package/dist/components/kup-calendar.js +2 -2
  75. package/dist/components/kup-card-list.js +3 -3
  76. package/dist/components/kup-card.js +1 -1
  77. package/dist/components/kup-cell.js +2 -2
  78. package/dist/components/kup-chart.js +1 -1
  79. package/dist/components/kup-checkbox.js +1 -1
  80. package/dist/components/kup-chip.js +1 -1
  81. package/dist/components/kup-color-picker.js +1 -1
  82. package/dist/components/kup-combobox.js +1 -1
  83. package/dist/components/kup-dashboard.js +2 -2
  84. package/dist/components/kup-data-table.js +1 -1
  85. package/dist/components/kup-date-picker.js +1 -1
  86. package/dist/components/kup-dialog.js +1 -1
  87. package/dist/components/kup-drawer.js +2 -2
  88. package/dist/components/kup-dropdown-button.js +1 -1
  89. package/dist/components/kup-echart.js +1 -1
  90. package/dist/components/kup-editor.js +1 -1
  91. package/dist/components/kup-family-tree.js +3 -3
  92. package/dist/components/kup-file-upload.js +1 -1
  93. package/dist/components/kup-form.js +1 -1
  94. package/dist/components/kup-gauge.js +1 -1
  95. package/dist/components/kup-grid.js +1 -1
  96. package/dist/components/kup-htm.js +2 -2
  97. package/dist/components/kup-iframe.js +2 -2
  98. package/dist/components/kup-image-list.js +1 -1
  99. package/dist/components/kup-image.js +1 -1
  100. package/dist/components/kup-input-panel.js +8 -8
  101. package/dist/components/kup-lazy.js +2 -2
  102. package/dist/components/kup-list.js +1 -1
  103. package/dist/components/kup-magic-box.js +4 -4
  104. package/dist/components/kup-nav-bar.js +2 -2
  105. package/dist/components/kup-numeric-picker.js +2 -2
  106. package/dist/components/kup-object-field.js +2 -2
  107. package/dist/components/kup-pdf.js +2 -2
  108. package/dist/components/kup-planner.js +2 -2
  109. package/dist/components/kup-probe.js +2 -2
  110. package/dist/components/kup-progress-bar.js +1 -1
  111. package/dist/components/kup-qlik.js +2 -2
  112. package/dist/components/kup-radio.js +1 -1
  113. package/dist/components/kup-rating.js +1 -1
  114. package/dist/components/kup-snackbar.js +2 -2
  115. package/dist/components/kup-spinner.js +1 -1
  116. package/dist/components/kup-switch.js +1 -1
  117. package/dist/components/kup-tab-bar.js +1 -1
  118. package/dist/components/kup-text-field.js +1 -1
  119. package/dist/components/kup-time-picker.js +1 -1
  120. package/dist/components/kup-toolbar.js +1 -1
  121. package/dist/components/kup-tree.js +1 -1
  122. package/dist/components/kup-txt.js +2 -2
  123. package/dist/components/kup-typography-list.js +2 -2
  124. package/dist/components/kup-typography.js +2 -2
  125. package/dist/components/{p-decce077.js → p-14a68415.js} +61 -8
  126. package/dist/components/{p-f3faa212.js → p-215fa5b3.js} +104 -106
  127. package/dist/components/{p-87285464.js → p-39950988.js} +2 -2
  128. package/dist/components/{p-944332b6.js → p-61bd9309.js} +2 -2
  129. package/dist/components/{p-a4f3d24a.js → p-c977ec31.js} +2 -2
  130. package/dist/components/{p-e39b777a.js → p-dcb752e1.js} +9 -9
  131. package/dist/esm/{f-cell-1b71c02b.js → f-cell-7bbb7ea5.js} +10 -10
  132. package/dist/esm/{f-chip-d553e330.js → f-chip-af9b0f73.js} +9 -9
  133. package/dist/esm/{f-object-field-e6839071.js → f-object-field-a658454f.js} +2 -2
  134. package/dist/esm/{f-paginator-utils-74a15114.js → f-paginator-utils-a617b644.js} +5 -5
  135. package/dist/esm/{f-text-field-05735cbc.js → f-text-field-97b4dae7.js} +4 -2
  136. package/dist/esm/index.js +1 -1
  137. package/dist/esm/ketchup.js +1 -1
  138. package/dist/esm/kup-accordion.entry.js +1 -1
  139. package/dist/esm/kup-activity-timeline.entry.js +2 -2
  140. package/dist/esm/kup-autocomplete_30.entry.js +80 -85
  141. package/dist/esm/kup-box.entry.js +7 -7
  142. package/dist/esm/kup-calendar.entry.js +2 -2
  143. package/dist/esm/kup-card-list.entry.js +1 -1
  144. package/dist/esm/kup-cell.entry.js +5 -5
  145. package/dist/esm/kup-dashboard.entry.js +2 -2
  146. package/dist/esm/{kup-data-table-helper-1d14120b.js → kup-data-table-helper-7139e397.js} +1 -1
  147. package/dist/esm/kup-drawer.entry.js +1 -1
  148. package/dist/esm/kup-echart.entry.js +60 -7
  149. package/dist/esm/kup-editor.entry.js +1 -1
  150. package/dist/esm/kup-family-tree.entry.js +1 -1
  151. package/dist/esm/kup-grid.entry.js +1 -1
  152. package/dist/esm/kup-htm.entry.js +1 -1
  153. package/dist/esm/kup-iframe.entry.js +1 -1
  154. package/dist/esm/kup-input-panel.entry.js +10 -10
  155. package/dist/esm/kup-lazy.entry.js +1 -1
  156. package/dist/esm/kup-magic-box.entry.js +1 -1
  157. package/dist/esm/{kup-manager-d7b61781.js → kup-manager-1747a265.js} +9 -9
  158. package/dist/esm/kup-nav-bar.entry.js +1 -1
  159. package/dist/esm/kup-numeric-picker.entry.js +2 -2
  160. package/dist/esm/kup-object-field.entry.js +3 -3
  161. package/dist/esm/kup-pdf.entry.js +1 -1
  162. package/dist/esm/kup-planner.entry.js +2 -2
  163. package/dist/esm/kup-probe.entry.js +1 -1
  164. package/dist/esm/kup-qlik.entry.js +1 -1
  165. package/dist/esm/kup-snackbar.entry.js +1 -1
  166. package/dist/esm/kup-txt.entry.js +1 -1
  167. package/dist/esm/kup-typography-list.entry.js +1 -1
  168. package/dist/esm/kup-typography.entry.js +1 -1
  169. package/dist/esm/loader.js +1 -1
  170. package/dist/ketchup/index.esm.js +1 -1
  171. package/dist/ketchup/ketchup.esm.js +1 -1
  172. package/dist/ketchup/{p-ed961274.entry.js → p-02d7c522.entry.js} +1 -1
  173. package/dist/ketchup/{p-273c4680.entry.js → p-123b4819.entry.js} +1 -1
  174. package/dist/ketchup/{p-3a9c45ff.entry.js → p-1819ac2b.entry.js} +1 -1
  175. package/dist/ketchup/p-187ff0f5.entry.js +1 -0
  176. package/dist/ketchup/{p-d2b66322.entry.js → p-1d88c20c.entry.js} +1 -1
  177. package/dist/ketchup/{p-3ed784eb.entry.js → p-21fdcbd2.entry.js} +1 -1
  178. package/dist/ketchup/p-2e1bf103.js +1 -0
  179. package/dist/ketchup/{p-53570ac4.entry.js → p-333a5660.entry.js} +1 -1
  180. package/dist/ketchup/{p-79db04f9.entry.js → p-4406115e.entry.js} +1 -1
  181. package/dist/ketchup/p-53527430.js +1 -0
  182. package/dist/ketchup/{p-cdd4c014.entry.js → p-54d48d26.entry.js} +1 -1
  183. package/dist/ketchup/{p-c875e6bb.entry.js → p-5831cb97.entry.js} +1 -1
  184. package/dist/ketchup/p-590759ae.entry.js +1 -0
  185. package/dist/ketchup/{p-ebd8a151.entry.js → p-5fd69b6a.entry.js} +1 -1
  186. package/dist/ketchup/{p-c91a8416.entry.js → p-709fc11e.entry.js} +1 -1
  187. package/dist/ketchup/{p-5445b692.entry.js → p-777e32f3.entry.js} +1 -1
  188. package/dist/ketchup/{p-551b95a9.entry.js → p-77af877e.entry.js} +1 -1
  189. package/dist/ketchup/p-88941874.js +1 -0
  190. package/dist/ketchup/{p-d09f2ae6.entry.js → p-8a5f4e49.entry.js} +1 -1
  191. package/dist/ketchup/{p-1f9a5de9.entry.js → p-8bd27a0c.entry.js} +1 -1
  192. package/dist/ketchup/{p-47023eae.entry.js → p-926656ee.entry.js} +1 -1
  193. package/dist/ketchup/{p-17f0cc01.js → p-94d1bd32.js} +1 -1
  194. package/dist/ketchup/p-9cc19888.entry.js +8 -0
  195. package/dist/ketchup/{p-33699a63.entry.js → p-a6b54555.entry.js} +1 -1
  196. package/dist/ketchup/{p-da4f1ade.entry.js → p-a8280fd8.entry.js} +1 -1
  197. package/dist/ketchup/{p-57b060e2.entry.js → p-a867c314.entry.js} +1 -1
  198. package/dist/ketchup/{p-ab080458.js → p-b4aaaeee.js} +1 -1
  199. package/dist/ketchup/{p-db78ec98.entry.js → p-ba133dd0.entry.js} +1 -1
  200. package/dist/ketchup/{p-798483ff.entry.js → p-bdfe32a7.entry.js} +1 -1
  201. package/dist/ketchup/{p-9ef3e0eb.js → p-d0d694e0.js} +1 -1
  202. package/dist/ketchup/{p-affac568.entry.js → p-d76ba13e.entry.js} +1 -1
  203. package/dist/ketchup/{p-0e070e9c.entry.js → p-dc6eae1f.entry.js} +1 -1
  204. package/dist/ketchup/p-e7369abf.js +1 -0
  205. package/dist/ketchup/{p-0b674619.entry.js → p-eb8359d5.entry.js} +1 -1
  206. package/dist/ketchup/{p-ed788afb.entry.js → p-f03d960d.entry.js} +2 -2
  207. package/dist/ketchup/{p-207f8882.entry.js → p-f1ac9596.entry.js} +1 -1
  208. package/dist/types/components/kup-autocomplete/kup-autocomplete-declarations.d.ts +2 -1
  209. package/dist/types/components/kup-autocomplete/kup-autocomplete.d.ts +2 -2
  210. package/dist/types/components/kup-chip/kup-chip-declarations.d.ts +1 -1
  211. package/dist/types/components/kup-chip/kup-chip.d.ts +1 -1
  212. package/dist/types/components/kup-combobox/kup-combobox-declarations.d.ts +2 -1
  213. package/dist/types/components/kup-combobox/kup-combobox.d.ts +2 -2
  214. package/dist/types/components/kup-data-table/kup-data-table.d.ts +4 -0
  215. package/dist/types/components/kup-dropdown-button/kup-dropdown-button-declarations.d.ts +1 -1
  216. package/dist/types/components/kup-dropdown-button/kup-dropdown-button.d.ts +1 -1
  217. package/dist/types/components/kup-echart/kup-echart-declarations.d.ts +1 -0
  218. package/dist/types/components/kup-list/kup-list-helper.d.ts +2 -2
  219. package/dist/types/components/kup-list/kup-list.d.ts +1 -1
  220. package/dist/types/components/kup-tree/kup-tree.d.ts +1 -1
  221. package/dist/types/components.d.ts +68 -66
  222. package/dist/types/f-components/f-chip/f-chip-declarations.d.ts +1 -1
  223. package/dist/types/utils/cell-utils.d.ts +1 -1
  224. package/package.json +1 -1
  225. package/dist/ketchup/p-0f97523f.entry.js +0 -1
  226. package/dist/ketchup/p-13118466.js +0 -1
  227. package/dist/ketchup/p-1e381f3d.js +0 -1
  228. package/dist/ketchup/p-5540dd04.entry.js +0 -1
  229. package/dist/ketchup/p-5c4b3914.js +0 -1
  230. package/dist/ketchup/p-642fe1a3.js +0 -1
  231. package/dist/ketchup/p-fde49142.entry.js +0 -8
@@ -1,18 +1,18 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, A as identify, g as getProps, s as setProps, a8 as SortMode, x as getColumnByName, b as KupLanguageGeneric, d as KupThemeIconValues, h as KupDebugCategory, V as KupPointerEventTypes, Y as KupDragEffect, aG as kupDraggableAttr, _ as KupDropEventTypes, u as KupLanguageSearch } from './kup-manager-d7b61781.js';
3
- import { f as filterRows, p as paginateRows, s as sortRows } from './kup-data-table-helper-1d14120b.js';
2
+ import { k as kupManagerInstance, A as identify, g as getProps, s as setProps, a8 as SortMode, x as getColumnByName, b as KupLanguageGeneric, d as KupThemeIconValues, h as KupDebugCategory, V as KupPointerEventTypes, Y as KupDragEffect, aG as kupDraggableAttr, _ as KupDropEventTypes, u as KupLanguageSearch } from './kup-manager-1747a265.js';
3
+ import { f as filterRows, p as paginateRows, s as sortRows } from './kup-data-table-helper-7139e397.js';
4
4
  import { F as FImage } from './f-image-96ea1421.js';
5
- import { d as FChip } from './f-chip-d553e330.js';
5
+ import { d as FChip } from './f-chip-af9b0f73.js';
6
6
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
7
- import { F as FCell } from './f-cell-1b71c02b.js';
8
- import { p as pageChange, r as rowsPerPageChange, F as FPaginator } from './f-paginator-utils-74a15114.js';
7
+ import { F as FCell } from './f-cell-7bbb7ea5.js';
8
+ import { p as pageChange, r as rowsPerPageChange, F as FPaginator } from './f-paginator-utils-a617b644.js';
9
9
  import { F as FTextFieldMDC } from './f-text-field-mdc-81ce6c7c.js';
10
10
  import './kup-dates-964cc4dd.js';
11
11
  import './f-button-6298565d.js';
12
12
  import './f-button-declarations-6c8f8abe.js';
13
13
  import './f-checkbox-191ec2e7.js';
14
- import './f-object-field-e6839071.js';
15
- import './f-text-field-05735cbc.js';
14
+ import './f-object-field-a658454f.js';
15
+ import './f-text-field-97b4dae7.js';
16
16
  import './component-a35bc7f1.js';
17
17
 
18
18
  /**
@@ -1,8 +1,8 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h as h$1, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, x as getColumnByName, h as KupDebugCategory } from './kup-manager-d7b61781.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, x as getColumnByName, h as KupDebugCategory } from './kup-manager-1747a265.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import { F as FButton } from './f-button-6298565d.js';
5
- import { d as FChip, F as FChipType } from './f-chip-d553e330.js';
5
+ import { d as FChip, F as FChipType } from './f-chip-af9b0f73.js';
6
6
  import { b as KupDatesLocales, K as KupDatesFormats } from './kup-dates-964cc4dd.js';
7
7
  import './f-button-declarations-6c8f8abe.js';
8
8
  import './f-image-96ea1421.js';
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, v as KupCardFamily, ai as getCellValueForDisplay } from './kup-manager-d7b61781.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, v as KupCardFamily, ai as getCellValueForDisplay } from './kup-manager-1747a265.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import './kup-dates-964cc4dd.js';
5
5
 
@@ -1,15 +1,15 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, i as FCellPadding, aA as KupCellElementsPosition, g as getProps, s as setProps, Y as KupDragEffect, aB as submitPositionAdapter, b as KupLanguageGeneric, aC as KupCellProps } from './kup-manager-d7b61781.js';
2
+ import { k as kupManagerInstance, i as FCellPadding, aA as KupCellElementsPosition, g as getProps, s as setProps, Y as KupDragEffect, aB as submitPositionAdapter, b as KupLanguageGeneric, aC as KupCellProps } from './kup-manager-1747a265.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import { F as FButton } from './f-button-6298565d.js';
5
- import { F as FCell } from './f-cell-1b71c02b.js';
5
+ import { F as FCell } from './f-cell-7bbb7ea5.js';
6
6
  import './kup-dates-964cc4dd.js';
7
7
  import './f-button-declarations-6c8f8abe.js';
8
8
  import './f-image-96ea1421.js';
9
9
  import './f-checkbox-191ec2e7.js';
10
- import './f-chip-d553e330.js';
11
- import './f-object-field-e6839071.js';
12
- import './f-text-field-05735cbc.js';
10
+ import './f-chip-af9b0f73.js';
11
+ import './f-object-field-a658454f.js';
12
+ import './f-text-field-97b4dae7.js';
13
13
 
14
14
  const kupCellCss = ".kup-body-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-body-compact-01-font-size, 14px);line-height:18px;font-weight:400;letter-spacing:0.16px}.kup-body-01{font-family:var(--kup-font-family);font-size:var(--kup-body-01-font-size, 14px);line-height:20px;font-weight:400;letter-spacing:0.16px}.kup-code-01{font-family:var(--kup-font-family-monospace);font-size:12px;line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-label-01{font-family:var(--kup-font-family);font-size:var(--kup-label-01-font-size, 12px);line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-caption-02{font-family:var(--kup-font-family);font-size:12px;line-height:15px;font-weight:500;letter-spacing:1px}.kup-caption-01{font-family:var(--kup-font-family);font-size:10px;line-height:13px;font-weight:400;letter-spacing:1px}.kup-small-label-01{font-family:var(--kup-font-family);font-size:6px;line-height:9px;font-weight:400;letter-spacing:1px}.kup-heading-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-heading-compact-01-font-size, 14px);line-height:18px;font-weight:600;letter-spacing:0.16px}.kup-heading-01{font-family:var(--kup-font-family);font-size:var(--kup-heading-01-font-size, 14px);line-height:20px;font-weight:600;letter-spacing:0.16px}.kup-heading-02{font-family:var(--kup-font-family);font-size:16px;line-height:24px;font-weight:500;letter-spacing:0}.kup-heading-03{font-family:var(--kup-font-family);font-size:20px;line-height:28px;font-weight:400;letter-spacing:0}.kup-heading-04{font-family:var(--kup-font-family);font-size:28px;line-height:36px;font-weight:400;letter-spacing:0}.kup-heading-05{font-family:var(--kup-font-family);font-size:32px;line-height:40px;font-weight:300;letter-spacing:0}.kup-heading-06{font-family:var(--kup-font-family);font-size:42px;line-height:50px;font-weight:300;letter-spacing:0}.kup-heading-07{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:300;letter-spacing:0}.kup-heading-08{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:600;letter-spacing:0}:host{display:block;height:fit-content;width:100%}#kup-component{height:fit-content;width:100%}";
15
15
  const KupCellStyle0 = kupCellCss;
@@ -1,9 +1,9 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
2
  import { F as FButton } from './f-button-6298565d.js';
3
3
  import { F as FCheckbox } from './f-checkbox-191ec2e7.js';
4
- import { F as FTextField } from './f-text-field-05735cbc.js';
4
+ import { F as FTextField } from './f-text-field-97b4dae7.js';
5
5
  import { F as FTextFieldMDC } from './f-text-field-mdc-81ce6c7c.js';
6
- import { k as kupManagerInstance, g as getProps, s as setProps, aD as KupLanguageDashboard, b as KupLanguageGeneric, Y as KupDragEffect, h as KupDebugCategory } from './kup-manager-d7b61781.js';
6
+ import { k as kupManagerInstance, g as getProps, s as setProps, aD as KupLanguageDashboard, b as KupLanguageGeneric, Y as KupDragEffect, h as KupDebugCategory } from './kup-manager-1747a265.js';
7
7
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
8
8
  import './f-button-declarations-6c8f8abe.js';
9
9
  import './f-image-96ea1421.js';
@@ -1,4 +1,4 @@
1
- import { E as Filters, H as getValueForDisplay, D as getValueForDisplay2, ai as getCellValueForDisplay, x as getColumnByName, z as KupObjects, aj as KupData, ak as compareCell, N as TotalMode, O as getRegExpFromString, F as FCellShapes, al as CMBandACPAdapter, am as RADAdapter, an as CHKAdapter, ao as CHIAdapter, ap as SWTAdapter, a8 as SortMode } from './kup-manager-d7b61781.js';
1
+ import { E as Filters, H as getValueForDisplay, D as getValueForDisplay2, ai as getCellValueForDisplay, x as getColumnByName, z as KupObjects, aj as KupData, ak as compareCell, N as TotalMode, O as getRegExpFromString, F as FCellShapes, al as CMBandACPAdapter, am as RADAdapter, an as CHKAdapter, ao as CHIAdapter, ap as SWTAdapter, a8 as SortMode } from './kup-manager-1747a265.js';
2
2
  import { K as KupDatesFormats } from './kup-dates-964cc4dd.js';
3
3
 
4
4
  /**
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-d7b61781.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-1747a265.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import './kup-dates-964cc4dd.js';
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement, g as getAssetPath } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, f as KupThemeColorValues, h as KupDebugCategory, x as getColumnByName, p as KupDataNewColumnTypes } from './kup-manager-d7b61781.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, f as KupThemeColorValues, h as KupDebugCategory, x as getColumnByName, p as KupDataNewColumnTypes } from './kup-manager-1747a265.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import './kup-dates-964cc4dd.js';
5
5
 
@@ -84504,6 +84504,7 @@ var KupEchartProps;
84504
84504
  KupEchartProps["data"] = "The actual data of the chart.";
84505
84505
  KupEchartProps["legend"] = "Sets the position of the legend. Supported values: bottom, left, right, top. Keep in mind that legend types are tied to chart types, some combinations might not work.";
84506
84506
  KupEchartProps["map"] = "Choose which map you want to view, supported values: \"europe\", \"africa\", \"asia\", \"oceania\", \"america\" and \"world\". It's possible to supply a custom JSON too.";
84507
+ KupEchartProps["multipleYAxes"] = "Defines which data series must be associated with a secondary Y axis. Accepts a string with the column IDs separated by \"|\".";
84507
84508
  KupEchartProps["series"] = "The data series to be displayed. They must be of the same type.";
84508
84509
  KupEchartProps["showMarks"] = "Displays the numerical values.";
84509
84510
  KupEchartProps["sizeX"] = "The width of the chart, defaults to 100%. Accepts any valid CSS format (px, %, vw, etc.).";
@@ -84688,7 +84689,7 @@ const KupEchart = class {
84688
84689
  '--kup_echart_height': this.sizeY ? this.sizeY : '100%',
84689
84690
  '--kup_echart_width': this.sizeX ? this.sizeX : '100%',
84690
84691
  };
84691
- return (h(Host, { key: '6695df3d157839e237b73df89f56dd438240739a', style: style }, h("style", { key: 'f645db394d2d0fc02d027e7958eaf9266be71a1d' }, __classPrivateFieldGet(this, _KupEchart_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '8cc220551d3cee74babf45104cfa3409b2107ec1', id: componentWrapperId, ref: (chartContainer) => (__classPrivateFieldSet(this, _KupEchart_chartContainer, chartContainer, "f")) })));
84692
+ return (h(Host, { key: '03ce4b61e7a72876cf1dde8f868781efee0e11de', style: style }, h("style", { key: '697d7ba9b801854e01d801e804729ed5628eaa45' }, __classPrivateFieldGet(this, _KupEchart_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '6620e06614a900f71f92047fd1752902df2a23b0', id: componentWrapperId, ref: (chartContainer) => (__classPrivateFieldSet(this, _KupEchart_chartContainer, chartContainer, "f")) })));
84692
84693
  }
84693
84694
  disconnectedCallback() {
84694
84695
  var _a;
@@ -85858,9 +85859,13 @@ _KupEchart_chartContainer = new WeakMap(), _KupEchart_chartEl = new WeakMap(), _
85858
85859
  type = KupEchartTypes.LINE;
85859
85860
  }
85860
85861
  __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_addSeries).call(this, type, series, values, key, color[i]);
85861
- if (this.multipleYAxes) {
85862
- series[i].yAxisIndex =
85863
- +multipleYAxes[i];
85862
+ // Assign yAxisIndex for multiple Y-axes configuration
85863
+ // Since multipleYAxes now contains valid series names in order,
85864
+ // we assign axis indices sequentially (0, 1, 2, ...) to the series
85865
+ // that should use separate axes. This prevents ECharts from trying
85866
+ // to parse series names as numbers, which would result in NaN.
85867
+ if (this.multipleYAxes && i < multipleYAxes.length) {
85868
+ series[i].yAxisIndex = i;
85864
85869
  }
85865
85870
  i++;
85866
85871
  }
@@ -85883,9 +85888,11 @@ _KupEchart_chartContainer = new WeakMap(), _KupEchart_chartEl = new WeakMap(), _
85883
85888
  */
85884
85889
  const renamedSeries = series.map((s) => (Object.assign(Object.assign({}, s), { name: this.data.columns.find((col) => col.name === s.name).title })));
85885
85890
  const yAxis = (multipleYAxes === null || multipleYAxes === void 0 ? void 0 : multipleYAxes.length) === renamedSeries.length
85886
- ? Array.from({ length: renamedSeries.length }, (_el, i) => (Object.assign(Object.assign(Object.assign({}, __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setAxisColors).call(this)), { data: isHorizontal ? x : undefined, type: isHorizontal ? 'category' : 'value', axisLabel: {
85891
+ ? Array.from({ length: renamedSeries.length }, (_el, i) => (Object.assign(Object.assign(Object.assign(Object.assign({}, __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setAxisColors).call(this)), { data: isHorizontal ? x : undefined, type: isHorizontal ? 'category' : 'value', axisLabel: {
85887
85892
  formatter: axisLabelFormatter,
85888
- }, min: this.axisYMin, max: this.axisYMax, offset: Math.floor(i / 2) * 60 }), this.yAxis)))
85893
+ }, min: this.axisYMin, max: this.axisYMax, offset: Math.floor(i / 2) * 60 }), this.yAxis), { splitLine: i === 0
85894
+ ? __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setAxisColors).call(this).splitLine
85895
+ : { show: false } })))
85889
85896
  : Object.assign(Object.assign(Object.assign({}, __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setAxisColors).call(this)), { data: isHorizontal ? x : undefined, type: isHorizontal ? 'category' : 'value', axisLabel: {
85890
85897
  formatter: axisLabelFormatter,
85891
85898
  }, min: this.axisYMin, max: this.axisYMax }), this.yAxis);
@@ -86006,6 +86013,52 @@ _KupEchart_chartContainer = new WeakMap(), _KupEchart_chartEl = new WeakMap(), _
86006
86013
  }
86007
86014
  }
86008
86015
  }
86016
+ /**
86017
+ * Validates and corrects the multipleYAxes prop to prevent ECharts runtime errors.
86018
+ *
86019
+ * The multipleYAxes prop is expected to contain series names separated by '|',
86020
+ * indicating which series should be plotted on separate Y-axes. However, if the
86021
+ * specified series names don't exist in the actual data, ECharts will throw an
86022
+ * "axisModel is undefined" error because it tries to assign yAxisIndex values
86023
+ * that don't correspond to existing axes.
86024
+ *
86025
+ * This validation:
86026
+ * 1. Checks if all series names in multipleYAxes exist in this.series
86027
+ * 2. If valid, keeps the original configuration
86028
+ * 3. If invalid, falls back to using the first n series where n = number of
86029
+ * requested axes, ensuring we have valid series for axis creation
86030
+ * 4. If there aren't enough series, disables multiple axes entirely
86031
+ *
86032
+ * This prevents crashes when backend configurations contain outdated or
86033
+ * incorrect series references, while maintaining backward compatibility.
86034
+ */
86035
+ // Validates multipleYAxes against series
86036
+ if (this.multipleYAxes && this.series && this.series.length) {
86037
+ const axes = this.multipleYAxes.replace(/Y/g, '').split('|');
86038
+ const validAxes = axes.filter((axis) => this.series.includes(axis));
86039
+ if (validAxes.length === axes.length) ;
86040
+ else {
86041
+ // Not all axes are valid, fallback to first n series where n = number of axes
86042
+ const numAxes = axes.length;
86043
+ if (numAxes <= this.series.length) {
86044
+ this.multipleYAxes = this.series
86045
+ .slice(0, numAxes)
86046
+ .join('|');
86047
+ __classPrivateFieldGet(this, _KupEchart_kupManager, "f").debug.logMessage(this, 'multipleYAxes fallback to first ' +
86048
+ numAxes +
86049
+ ' series. (' +
86050
+ this.multipleYAxes +
86051
+ ')', KupDebugCategory.WARNING);
86052
+ }
86053
+ else {
86054
+ // Not enough series, disable multiple axes
86055
+ this.multipleYAxes = null;
86056
+ __classPrivateFieldGet(this, _KupEchart_kupManager, "f").debug.logMessage(this, 'multipleYAxes disabled - not enough series for ' +
86057
+ numAxes +
86058
+ ' axes.', KupDebugCategory.WARNING);
86059
+ }
86060
+ }
86061
+ }
86009
86062
  };
86010
86063
  KupEchart.style = KupEchartStyle0;
86011
86064
 
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-d7b61781.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-1747a265.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import { c as commonjsGlobal, g as getDefaultExportFromCjs } from './kup-dates-964cc4dd.js';
5
5
 
@@ -2,7 +2,7 @@ import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host
2
2
  import { F as FButton } from './f-button-6298565d.js';
3
3
  import { a as FButtonStyling } from './f-button-declarations-6c8f8abe.js';
4
4
  import { F as FImage } from './f-image-96ea1421.js';
5
- import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, V as KupPointerEventTypes } from './kup-manager-d7b61781.js';
5
+ import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, V as KupPointerEventTypes } from './kup-manager-1747a265.js';
6
6
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
7
7
  import './kup-dates-964cc4dd.js';
8
8
 
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, h as KupDebugCategory } from './kup-manager-d7b61781.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, h as KupDebugCategory } from './kup-manager-1747a265.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import './kup-dates-964cc4dd.js';
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, F as Fragment, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric } from './kup-manager-d7b61781.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric } from './kup-manager-1747a265.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import './kup-dates-964cc4dd.js';
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, h as KupDebugCategory } from './kup-manager-d7b61781.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, h as KupDebugCategory } from './kup-manager-1747a265.js';
3
3
  import './kup-dates-964cc4dd.js';
4
4
 
5
5
  /**
@@ -1,16 +1,16 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
2
  import { F as FButton } from './f-button-6298565d.js';
3
- import { F as FCell, e as FLabel } from './f-cell-1b71c02b.js';
4
- import { F as FCellShapes, k as kupManagerInstance, ad as FCellTypes, g as getProps, s as setProps, b as KupLanguageGeneric, ai as getCellValueForDisplay, a7 as UseAsValue, ao as CHIAdapter, al as CMBandACPAdapter, an as CHKAdapter, am as RADAdapter, ap as SWTAdapter, h as KupDebugCategory, V as KupPointerEventTypes } from './kup-manager-d7b61781.js';
3
+ import { F as FCell, e as FLabel } from './f-cell-7bbb7ea5.js';
4
+ import { F as FCellShapes, k as kupManagerInstance, ad as FCellTypes, g as getProps, s as setProps, b as KupLanguageGeneric, ai as getCellValueForDisplay, a7 as UseAsValue, ao as CHIAdapter, al as CMBandACPAdapter, an as CHKAdapter, am as RADAdapter, ap as SWTAdapter, h as KupDebugCategory, V as KupPointerEventTypes } from './kup-manager-1747a265.js';
5
5
  import { F as FTextFieldMDC } from './f-text-field-mdc-81ce6c7c.js';
6
6
  import { F as FTypography, a as FTypographyType } from './f-typography-8c914ec6.js';
7
7
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
8
8
  import './f-button-declarations-6c8f8abe.js';
9
9
  import './f-image-96ea1421.js';
10
10
  import './f-checkbox-191ec2e7.js';
11
- import './f-chip-d553e330.js';
12
- import './f-object-field-e6839071.js';
13
- import './f-text-field-05735cbc.js';
11
+ import './f-chip-af9b0f73.js';
12
+ import './f-object-field-a658454f.js';
13
+ import './f-text-field-97b4dae7.js';
14
14
  import './kup-dates-964cc4dd.js';
15
15
  import './component-a35bc7f1.js';
16
16
 
@@ -422,7 +422,7 @@ const KupInputPanel = class {
422
422
  h("p", null, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").language.translate(KupLanguageGeneric.EMPTY_DATA)),
423
423
  ]
424
424
  : this.inputPanelCells.map((inputPanelCell) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_renderRow).call(this, inputPanelCell));
425
- return (h(Host, { key: 'e60dd7ff1d84c76cf3585fe64462d65292653a91', "onKup-cell-blur": (e) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_manageInputPanelCheck).call(this, e, CheckTriggeringEvents.BLUR), "onKup-cell-update": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_onCellUpdate).bind(this), "onKup-tabbar-click": (e) => {
425
+ return (h(Host, { key: '840b51a34a7615321f242b5c1d559f08c694981d', "onKup-cell-blur": (e) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_manageInputPanelCheck).call(this, e, CheckTriggeringEvents.BLUR), "onKup-cell-update": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_onCellUpdate).bind(this), "onKup-tabbar-click": (e) => {
426
426
  this.tabSelected = e.detail.node.id;
427
427
  }, "onKup-autocomplete-input": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getOptionHandler).bind(this), "onKup-autocomplete-iconclick": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getOptionHandler).bind(this), "onKup-combobox-iconclick": (e) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getOptionHandler).call(this, e, true), "onKup-cell-itemclick": (e) => {
428
428
  __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_manageInputPanelCheck).call(this, e, CheckTriggeringEvents.ITEMCLICK);
@@ -432,7 +432,7 @@ const KupInputPanel = class {
432
432
  this.kupInputPanelObjectFieldOpenSearchMenu.emit(e.detail);
433
433
  }, "onKup-objectfield-selectedmenuitem": (e) => {
434
434
  this.kupInputPanelObjectFieldSelectedMenuItem.emit(e.detail);
435
- }, "onKup-file-upload-upload": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_upload).bind(this) }, h("style", { key: 'dbb0432225e8900ba162bb71a2821356ce1be75b' }, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: 'd5030dca46ae4f6ef242e5c63a15324bc6f92107', id: componentWrapperId }, inputPanelContent)));
435
+ }, "onKup-file-upload-upload": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_upload).bind(this) }, h("style", { key: '34508cc1adf4d6caf643a7f2fa957935b060bb13' }, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: 'f5fdf62f3b52db618ae1e35eef493680e30c9f32', id: componentWrapperId }, inputPanelContent)));
436
436
  }
437
437
  disconnectedCallback() {
438
438
  __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").language.unregister(this);
@@ -600,7 +600,7 @@ _KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_formRef = new WeakMap(
600
600
  for (const cellName of Object.keys(row.cells)) {
601
601
  const cell = row.cells[cellName];
602
602
  if (cell.shape === FCellShapes.AUTOCOMPLETE) {
603
- cell.data['displayMode'] = 'CodeOnly';
603
+ cell.data['DescrMode'] = 'CodeOnly';
604
604
  cell.data['selectMode'] = 'CodeOnly';
605
605
  }
606
606
  }
@@ -1277,7 +1277,7 @@ _KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_formRef = new WeakMap(
1277
1277
  : (_d = (_c = cell.data) === null || _c === void 0 ? void 0 : _c.data) === null || _d === void 0 ? void 0 : _d['kup-list'];
1278
1278
  if (kupListData) {
1279
1279
  kupListData.data = (filteredRows === null || filteredRows === void 0 ? void 0 : filteredRows.length)
1280
- ? (_e = __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_optionsTreeComboAdapter).call(this, visibleColumnsOptions, cell.value)) !== null && _e !== void 0 ? _e : []
1280
+ ? ((_e = __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_optionsTreeComboAdapter).call(this, visibleColumnsOptions, cell.value)) !== null && _e !== void 0 ? _e : [])
1281
1281
  : [];
1282
1282
  kupListData.options = (_f = options.columns) !== null && _f !== void 0 ? _f : [];
1283
1283
  }
@@ -1326,7 +1326,7 @@ _KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_formRef = new WeakMap(
1326
1326
  // Update the autocomplete list data
1327
1327
  const kupListData = targetCell.data.data['kup-list'];
1328
1328
  kupListData.data = filteredRows.length
1329
- ? (_f = __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_optionsTreeComboAdapter).call(this, visibleColumnsOptions, cellValue)) !== null && _f !== void 0 ? _f : []
1329
+ ? ((_f = __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_optionsTreeComboAdapter).call(this, visibleColumnsOptions, cellValue)) !== null && _f !== void 0 ? _f : [])
1330
1330
  : [];
1331
1331
  kupListData.options = (_g = options.columns) !== null && _g !== void 0 ? _g : [];
1332
1332
  // Update the component data and refresh
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-d7b61781.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-1747a265.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import './kup-dates-964cc4dd.js';
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, h as KupDebugCategory, aE as kupDropEvent, W as kupDraggableColumnAttr, aF as kupDraggableRowAttr, _ as KupDropEventTypes, f as KupThemeColorValues } from './kup-manager-d7b61781.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, h as KupDebugCategory, aE as kupDropEvent, W as kupDraggableColumnAttr, aF as kupDraggableRowAttr, _ as KupDropEventTypes, f as KupThemeColorValues } from './kup-manager-1747a265.js';
3
3
  import { a as FButtonStyling } from './f-button-declarations-6c8f8abe.js';
4
4
  import { F as FImage } from './f-image-96ea1421.js';
5
5
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';