@sme.up/ketchup 10.3.12 → 10.3.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (228) hide show
  1. package/dist/cjs/{f-cell-5e876dc1.js → f-cell-f47a6278.js} +10 -10
  2. package/dist/cjs/{f-chip-1f1a9829.js → f-chip-36ba0f62.js} +9 -9
  3. package/dist/cjs/{f-object-field-7264b902.js → f-object-field-4d4002b0.js} +2 -2
  4. package/dist/cjs/{f-paginator-utils-0b88eb98.js → f-paginator-utils-adc8b67a.js} +5 -5
  5. package/dist/cjs/{f-text-field-2f9c646d.js → f-text-field-8c918e34.js} +4 -2
  6. package/dist/cjs/index.cjs.js +1 -1
  7. package/dist/cjs/ketchup.cjs.js +1 -1
  8. package/dist/cjs/kup-accordion.cjs.entry.js +1 -1
  9. package/dist/cjs/kup-activity-timeline.cjs.entry.js +2 -2
  10. package/dist/cjs/kup-autocomplete_30.cjs.entry.js +77 -82
  11. package/dist/cjs/kup-box.cjs.entry.js +7 -7
  12. package/dist/cjs/kup-calendar.cjs.entry.js +2 -2
  13. package/dist/cjs/kup-card-list.cjs.entry.js +1 -1
  14. package/dist/cjs/kup-cell.cjs.entry.js +5 -5
  15. package/dist/cjs/kup-dashboard.cjs.entry.js +2 -2
  16. package/dist/cjs/{kup-data-table-helper-292af776.js → kup-data-table-helper-3041bf1b.js} +1 -1
  17. package/dist/cjs/kup-drawer.cjs.entry.js +1 -1
  18. package/dist/cjs/kup-echart.cjs.entry.js +60 -7
  19. package/dist/cjs/kup-editor.cjs.entry.js +1 -1
  20. package/dist/cjs/kup-family-tree.cjs.entry.js +1 -1
  21. package/dist/cjs/kup-grid.cjs.entry.js +1 -1
  22. package/dist/cjs/kup-htm.cjs.entry.js +1 -1
  23. package/dist/cjs/kup-iframe.cjs.entry.js +1 -1
  24. package/dist/cjs/kup-input-panel.cjs.entry.js +10 -10
  25. package/dist/cjs/kup-lazy.cjs.entry.js +1 -1
  26. package/dist/cjs/kup-magic-box.cjs.entry.js +1 -1
  27. package/dist/cjs/{kup-manager-af4de85d.js → kup-manager-b6d2bca8.js} +6 -6
  28. package/dist/cjs/kup-nav-bar.cjs.entry.js +1 -1
  29. package/dist/cjs/kup-numeric-picker.cjs.entry.js +2 -2
  30. package/dist/cjs/kup-object-field.cjs.entry.js +3 -3
  31. package/dist/cjs/kup-pdf.cjs.entry.js +1 -1
  32. package/dist/cjs/kup-planner.cjs.entry.js +2 -2
  33. package/dist/cjs/kup-probe.cjs.entry.js +1 -1
  34. package/dist/cjs/kup-qlik.cjs.entry.js +1 -1
  35. package/dist/cjs/kup-snackbar.cjs.entry.js +1 -1
  36. package/dist/cjs/kup-txt.cjs.entry.js +1 -1
  37. package/dist/cjs/kup-typography-list.cjs.entry.js +1 -1
  38. package/dist/cjs/kup-typography.cjs.entry.js +1 -1
  39. package/dist/cjs/loader.cjs.js +1 -1
  40. package/dist/collection/assets/card.js +2 -2
  41. package/dist/collection/assets/data-table.js +3 -3
  42. package/dist/collection/assets/form.js +2 -2
  43. package/dist/collection/components/kup-autocomplete/kup-autocomplete-declarations.js +2 -1
  44. package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +11 -11
  45. package/dist/collection/components/kup-chip/kup-chip-declarations.js +1 -1
  46. package/dist/collection/components/kup-chip/kup-chip.js +6 -6
  47. package/dist/collection/components/kup-combobox/kup-combobox-declarations.js +2 -1
  48. package/dist/collection/components/kup-combobox/kup-combobox.js +11 -11
  49. package/dist/collection/components/kup-data-table/kup-data-table.js +44 -14
  50. package/dist/collection/components/kup-dropdown-button/kup-dropdown-button-declarations.js +1 -1
  51. package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.js +5 -5
  52. package/dist/collection/components/kup-echart/kup-echart-declarations.js +1 -0
  53. package/dist/collection/components/kup-echart/kup-echart.js +60 -6
  54. package/dist/collection/components/kup-input-panel/kup-input-panel.js +5 -5
  55. package/dist/collection/components/kup-list/kup-list-helper.js +5 -5
  56. package/dist/collection/components/kup-list/kup-list.js +5 -5
  57. package/dist/collection/components/kup-tree/kup-tree.js +20 -35
  58. package/dist/collection/f-components/f-cell/f-cell.js +4 -4
  59. package/dist/collection/f-components/f-chip/f-chip.js +3 -3
  60. package/dist/collection/f-components/f-paginator/f-paginator.js +3 -3
  61. package/dist/collection/f-components/f-text-field/f-text-field.js +3 -1
  62. package/dist/collection/utils/cell-utils.js +5 -5
  63. package/dist/components/index.js +1 -1
  64. package/dist/components/kup-accordion.js +2 -2
  65. package/dist/components/kup-activity-timeline.js +2 -2
  66. package/dist/components/kup-autocomplete.js +1 -1
  67. package/dist/components/kup-badge.js +1 -1
  68. package/dist/components/kup-box.js +1 -1
  69. package/dist/components/kup-button-list.js +1 -1
  70. package/dist/components/kup-button.js +1 -1
  71. package/dist/components/kup-calendar.js +2 -2
  72. package/dist/components/kup-card-list.js +3 -3
  73. package/dist/components/kup-card.js +1 -1
  74. package/dist/components/kup-cell.js +2 -2
  75. package/dist/components/kup-chart.js +1 -1
  76. package/dist/components/kup-checkbox.js +1 -1
  77. package/dist/components/kup-chip.js +1 -1
  78. package/dist/components/kup-color-picker.js +1 -1
  79. package/dist/components/kup-combobox.js +1 -1
  80. package/dist/components/kup-dashboard.js +2 -2
  81. package/dist/components/kup-data-table.js +1 -1
  82. package/dist/components/kup-date-picker.js +1 -1
  83. package/dist/components/kup-dialog.js +1 -1
  84. package/dist/components/kup-drawer.js +2 -2
  85. package/dist/components/kup-dropdown-button.js +1 -1
  86. package/dist/components/kup-echart.js +1 -1
  87. package/dist/components/kup-editor.js +1 -1
  88. package/dist/components/kup-family-tree.js +3 -3
  89. package/dist/components/kup-file-upload.js +1 -1
  90. package/dist/components/kup-form.js +1 -1
  91. package/dist/components/kup-gauge.js +1 -1
  92. package/dist/components/kup-grid.js +1 -1
  93. package/dist/components/kup-htm.js +2 -2
  94. package/dist/components/kup-iframe.js +2 -2
  95. package/dist/components/kup-image-list.js +1 -1
  96. package/dist/components/kup-image.js +1 -1
  97. package/dist/components/kup-input-panel.js +8 -8
  98. package/dist/components/kup-lazy.js +2 -2
  99. package/dist/components/kup-list.js +1 -1
  100. package/dist/components/kup-magic-box.js +4 -4
  101. package/dist/components/kup-nav-bar.js +2 -2
  102. package/dist/components/kup-numeric-picker.js +2 -2
  103. package/dist/components/kup-object-field.js +2 -2
  104. package/dist/components/kup-pdf.js +2 -2
  105. package/dist/components/kup-planner.js +2 -2
  106. package/dist/components/kup-probe.js +2 -2
  107. package/dist/components/kup-progress-bar.js +1 -1
  108. package/dist/components/kup-qlik.js +2 -2
  109. package/dist/components/kup-radio.js +1 -1
  110. package/dist/components/kup-rating.js +1 -1
  111. package/dist/components/kup-snackbar.js +2 -2
  112. package/dist/components/kup-spinner.js +1 -1
  113. package/dist/components/kup-switch.js +1 -1
  114. package/dist/components/kup-tab-bar.js +1 -1
  115. package/dist/components/kup-text-field.js +1 -1
  116. package/dist/components/kup-time-picker.js +1 -1
  117. package/dist/components/kup-toolbar.js +1 -1
  118. package/dist/components/kup-tree.js +1 -1
  119. package/dist/components/kup-txt.js +2 -2
  120. package/dist/components/kup-typography-list.js +2 -2
  121. package/dist/components/kup-typography.js +2 -2
  122. package/dist/components/{p-4e8ed6dd.js → p-14a68415.js} +61 -8
  123. package/dist/components/{p-668ff297.js → p-215fa5b3.js} +101 -103
  124. package/dist/components/{p-1817b952.js → p-39950988.js} +2 -2
  125. package/dist/components/{p-e51305d5.js → p-61bd9309.js} +2 -2
  126. package/dist/components/{p-fb1d46cf.js → p-c977ec31.js} +2 -2
  127. package/dist/components/{p-0497ebe5.js → p-dcb752e1.js} +6 -6
  128. package/dist/esm/{f-cell-c0987685.js → f-cell-7bbb7ea5.js} +10 -10
  129. package/dist/esm/{f-chip-2b1b3544.js → f-chip-af9b0f73.js} +9 -9
  130. package/dist/esm/{f-object-field-a234558f.js → f-object-field-a658454f.js} +2 -2
  131. package/dist/esm/{f-paginator-utils-7f69eaa3.js → f-paginator-utils-a617b644.js} +5 -5
  132. package/dist/esm/{f-text-field-4ef83a74.js → f-text-field-97b4dae7.js} +4 -2
  133. package/dist/esm/index.js +1 -1
  134. package/dist/esm/ketchup.js +1 -1
  135. package/dist/esm/kup-accordion.entry.js +1 -1
  136. package/dist/esm/kup-activity-timeline.entry.js +2 -2
  137. package/dist/esm/kup-autocomplete_30.entry.js +77 -82
  138. package/dist/esm/kup-box.entry.js +7 -7
  139. package/dist/esm/kup-calendar.entry.js +2 -2
  140. package/dist/esm/kup-card-list.entry.js +1 -1
  141. package/dist/esm/kup-cell.entry.js +5 -5
  142. package/dist/esm/kup-dashboard.entry.js +2 -2
  143. package/dist/esm/{kup-data-table-helper-3832776d.js → kup-data-table-helper-7139e397.js} +1 -1
  144. package/dist/esm/kup-drawer.entry.js +1 -1
  145. package/dist/esm/kup-echart.entry.js +60 -7
  146. package/dist/esm/kup-editor.entry.js +1 -1
  147. package/dist/esm/kup-family-tree.entry.js +1 -1
  148. package/dist/esm/kup-grid.entry.js +1 -1
  149. package/dist/esm/kup-htm.entry.js +1 -1
  150. package/dist/esm/kup-iframe.entry.js +1 -1
  151. package/dist/esm/kup-input-panel.entry.js +10 -10
  152. package/dist/esm/kup-lazy.entry.js +1 -1
  153. package/dist/esm/kup-magic-box.entry.js +1 -1
  154. package/dist/esm/{kup-manager-53906723.js → kup-manager-1747a265.js} +6 -6
  155. package/dist/esm/kup-nav-bar.entry.js +1 -1
  156. package/dist/esm/kup-numeric-picker.entry.js +2 -2
  157. package/dist/esm/kup-object-field.entry.js +3 -3
  158. package/dist/esm/kup-pdf.entry.js +1 -1
  159. package/dist/esm/kup-planner.entry.js +2 -2
  160. package/dist/esm/kup-probe.entry.js +1 -1
  161. package/dist/esm/kup-qlik.entry.js +1 -1
  162. package/dist/esm/kup-snackbar.entry.js +1 -1
  163. package/dist/esm/kup-txt.entry.js +1 -1
  164. package/dist/esm/kup-typography-list.entry.js +1 -1
  165. package/dist/esm/kup-typography.entry.js +1 -1
  166. package/dist/esm/loader.js +1 -1
  167. package/dist/ketchup/index.esm.js +1 -1
  168. package/dist/ketchup/ketchup.esm.js +1 -1
  169. package/dist/ketchup/{p-1fb04c24.entry.js → p-02d7c522.entry.js} +1 -1
  170. package/dist/ketchup/{p-226777c0.entry.js → p-123b4819.entry.js} +1 -1
  171. package/dist/ketchup/{p-50c4d059.entry.js → p-1819ac2b.entry.js} +1 -1
  172. package/dist/ketchup/p-187ff0f5.entry.js +1 -0
  173. package/dist/ketchup/{p-3f7c9647.entry.js → p-1d88c20c.entry.js} +1 -1
  174. package/dist/ketchup/{p-aa0aac90.entry.js → p-21fdcbd2.entry.js} +1 -1
  175. package/dist/ketchup/p-2e1bf103.js +1 -0
  176. package/dist/ketchup/{p-2882a664.entry.js → p-333a5660.entry.js} +1 -1
  177. package/dist/ketchup/{p-177051c7.entry.js → p-4406115e.entry.js} +1 -1
  178. package/dist/ketchup/p-53527430.js +1 -0
  179. package/dist/ketchup/{p-40f3e8d1.entry.js → p-54d48d26.entry.js} +1 -1
  180. package/dist/ketchup/{p-09337603.entry.js → p-5831cb97.entry.js} +1 -1
  181. package/dist/ketchup/p-590759ae.entry.js +1 -0
  182. package/dist/ketchup/{p-e849006c.entry.js → p-5fd69b6a.entry.js} +1 -1
  183. package/dist/ketchup/{p-e667d522.entry.js → p-709fc11e.entry.js} +1 -1
  184. package/dist/ketchup/{p-4d732dde.entry.js → p-777e32f3.entry.js} +1 -1
  185. package/dist/ketchup/{p-a59d51fe.entry.js → p-77af877e.entry.js} +1 -1
  186. package/dist/ketchup/p-88941874.js +1 -0
  187. package/dist/ketchup/{p-a9994a05.entry.js → p-8a5f4e49.entry.js} +1 -1
  188. package/dist/ketchup/{p-b07bbe03.entry.js → p-8bd27a0c.entry.js} +1 -1
  189. package/dist/ketchup/{p-b142abf4.entry.js → p-926656ee.entry.js} +1 -1
  190. package/dist/ketchup/{p-af914cdf.js → p-94d1bd32.js} +1 -1
  191. package/dist/ketchup/p-9cc19888.entry.js +8 -0
  192. package/dist/ketchup/{p-985764b2.entry.js → p-a6b54555.entry.js} +1 -1
  193. package/dist/ketchup/{p-6e8b9c5a.entry.js → p-a8280fd8.entry.js} +1 -1
  194. package/dist/ketchup/{p-234c9924.entry.js → p-a867c314.entry.js} +1 -1
  195. package/dist/ketchup/{p-d6bf9d14.js → p-b4aaaeee.js} +1 -1
  196. package/dist/ketchup/{p-774c3c21.entry.js → p-ba133dd0.entry.js} +1 -1
  197. package/dist/ketchup/{p-0066799e.entry.js → p-bdfe32a7.entry.js} +1 -1
  198. package/dist/ketchup/{p-8b5ab195.js → p-d0d694e0.js} +1 -1
  199. package/dist/ketchup/{p-17fe09b5.entry.js → p-d76ba13e.entry.js} +1 -1
  200. package/dist/ketchup/{p-adc2e8e7.entry.js → p-dc6eae1f.entry.js} +1 -1
  201. package/dist/ketchup/p-e7369abf.js +1 -0
  202. package/dist/ketchup/{p-1e51d41f.entry.js → p-eb8359d5.entry.js} +1 -1
  203. package/dist/ketchup/{p-b9cf4d0d.entry.js → p-f03d960d.entry.js} +2 -2
  204. package/dist/ketchup/{p-13ddab94.entry.js → p-f1ac9596.entry.js} +1 -1
  205. package/dist/types/components/kup-autocomplete/kup-autocomplete-declarations.d.ts +2 -1
  206. package/dist/types/components/kup-autocomplete/kup-autocomplete.d.ts +2 -2
  207. package/dist/types/components/kup-chip/kup-chip-declarations.d.ts +1 -1
  208. package/dist/types/components/kup-chip/kup-chip.d.ts +1 -1
  209. package/dist/types/components/kup-combobox/kup-combobox-declarations.d.ts +2 -1
  210. package/dist/types/components/kup-combobox/kup-combobox.d.ts +2 -2
  211. package/dist/types/components/kup-data-table/kup-data-table.d.ts +4 -0
  212. package/dist/types/components/kup-dropdown-button/kup-dropdown-button-declarations.d.ts +1 -1
  213. package/dist/types/components/kup-dropdown-button/kup-dropdown-button.d.ts +1 -1
  214. package/dist/types/components/kup-echart/kup-echart-declarations.d.ts +1 -0
  215. package/dist/types/components/kup-list/kup-list-helper.d.ts +2 -2
  216. package/dist/types/components/kup-list/kup-list.d.ts +1 -1
  217. package/dist/types/components/kup-tree/kup-tree.d.ts +1 -1
  218. package/dist/types/components.d.ts +68 -66
  219. package/dist/types/f-components/f-chip/f-chip-declarations.d.ts +1 -1
  220. package/dist/types/utils/cell-utils.d.ts +1 -1
  221. package/package.json +1 -1
  222. package/dist/ketchup/p-07ae656f.entry.js +0 -1
  223. package/dist/ketchup/p-0b6a9193.entry.js +0 -8
  224. package/dist/ketchup/p-1e5b567e.js +0 -1
  225. package/dist/ketchup/p-22e5d270.js +0 -1
  226. package/dist/ketchup/p-65240069.js +0 -1
  227. package/dist/ketchup/p-7e2316a5.js +0 -1
  228. package/dist/ketchup/p-e61e216d.entry.js +0 -1
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement, g as getAssetPath } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, f as KupThemeColorValues, h as KupDebugCategory, x as getColumnByName, p as KupDataNewColumnTypes } from './kup-manager-53906723.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, f as KupThemeColorValues, h as KupDebugCategory, x as getColumnByName, p as KupDataNewColumnTypes } from './kup-manager-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-53906723.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-1747a265.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import { c as commonjsGlobal, g as getDefaultExportFromCjs } from './kup-dates-964cc4dd.js';
5
5
 
@@ -2,7 +2,7 @@ import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host
2
2
  import { F as FButton } from './f-button-6298565d.js';
3
3
  import { a as FButtonStyling } from './f-button-declarations-6c8f8abe.js';
4
4
  import { F as FImage } from './f-image-96ea1421.js';
5
- import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, V as KupPointerEventTypes } from './kup-manager-53906723.js';
5
+ import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, V as KupPointerEventTypes } from './kup-manager-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-53906723.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-53906723.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-53906723.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-c0987685.js';
4
- import { F as FCellShapes, k as kupManagerInstance, ad as FCellTypes, g as getProps, s as setProps, b as KupLanguageGeneric, ai as getCellValueForDisplay, a7 as UseAsValue, ao as CHIAdapter, al as CMBandACPAdapter, an as CHKAdapter, am as RADAdapter, ap as SWTAdapter, h as KupDebugCategory, V as KupPointerEventTypes } from './kup-manager-53906723.js';
3
+ import { F as FCell, e as FLabel } from './f-cell-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-2b1b3544.js';
12
- import './f-object-field-a234558f.js';
13
- import './f-text-field-4ef83a74.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-53906723.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-1747a265.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import './kup-dates-964cc4dd.js';
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, h as KupDebugCategory, aE as kupDropEvent, W as kupDraggableColumnAttr, aF as kupDraggableRowAttr, _ as KupDropEventTypes, f as KupThemeColorValues } from './kup-manager-53906723.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, h as KupDebugCategory, aE as kupDropEvent, W as kupDraggableColumnAttr, aF as kupDraggableRowAttr, _ as KupDropEventTypes, f as KupThemeColorValues } from './kup-manager-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';