@sme.up/ketchup 10.4.7 → 10.4.8

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 (187) hide show
  1. package/dist/cjs/{f-cell-b6499daf.js → f-cell-452d8a39.js} +6 -6
  2. package/dist/cjs/{f-chip-ad2e88cd.js → f-chip-973b22de.js} +1 -1
  3. package/dist/cjs/{f-object-field-a2060085.js → f-object-field-43d986c5.js} +2 -2
  4. package/dist/cjs/{f-paginator-utils-ae22f3de.js → f-paginator-utils-bc66522f.js} +1 -1
  5. package/dist/cjs/{f-text-field-582fa181.js → f-text-field-cc70132b.js} +1 -1
  6. package/dist/cjs/index.cjs.js +1 -1
  7. package/dist/cjs/kup-accordion.cjs.entry.js +1 -1
  8. package/dist/cjs/kup-activity-timeline.cjs.entry.js +2 -2
  9. package/dist/cjs/kup-autocomplete_30.cjs.entry.js +69 -58
  10. package/dist/cjs/kup-box.cjs.entry.js +7 -7
  11. package/dist/cjs/kup-calendar.cjs.entry.js +2 -2
  12. package/dist/cjs/kup-card-list.cjs.entry.js +1 -1
  13. package/dist/cjs/kup-cell.cjs.entry.js +5 -5
  14. package/dist/cjs/kup-dashboard.cjs.entry.js +2 -2
  15. package/dist/cjs/{kup-data-table-helper-a1c73939.js → kup-data-table-helper-c04ab7a9.js} +11 -12
  16. package/dist/cjs/kup-drawer.cjs.entry.js +1 -1
  17. package/dist/cjs/kup-echart.cjs.entry.js +22 -13
  18. package/dist/cjs/kup-editor.cjs.entry.js +1 -1
  19. package/dist/cjs/kup-family-tree.cjs.entry.js +1 -1
  20. package/dist/cjs/kup-grid.cjs.entry.js +1 -1
  21. package/dist/cjs/kup-htm.cjs.entry.js +1 -1
  22. package/dist/cjs/kup-iframe.cjs.entry.js +1 -1
  23. package/dist/cjs/kup-input-panel.cjs.entry.js +5 -5
  24. package/dist/cjs/kup-lazy.cjs.entry.js +1 -1
  25. package/dist/cjs/kup-magic-box.cjs.entry.js +1 -1
  26. package/dist/cjs/{kup-manager-5faed2fc.js → kup-manager-2e0a7a26.js} +16 -11
  27. package/dist/cjs/kup-nav-bar.cjs.entry.js +1 -1
  28. package/dist/cjs/kup-numeric-picker.cjs.entry.js +2 -2
  29. package/dist/cjs/kup-object-field.cjs.entry.js +3 -3
  30. package/dist/cjs/kup-planner.cjs.entry.js +2 -2
  31. package/dist/cjs/kup-probe.cjs.entry.js +1 -1
  32. package/dist/cjs/kup-qlik.cjs.entry.js +1 -1
  33. package/dist/cjs/kup-snackbar.cjs.entry.js +1 -1
  34. package/dist/cjs/kup-txt.cjs.entry.js +1 -1
  35. package/dist/cjs/kup-typography-list.cjs.entry.js +1 -1
  36. package/dist/cjs/kup-typography.cjs.entry.js +1 -1
  37. package/dist/collection/components/kup-data-table/kup-data-table.js +62 -51
  38. package/dist/collection/components/kup-echart/kup-echart.js +21 -12
  39. package/dist/collection/f-components/f-cell/f-cell.js +2 -2
  40. package/dist/collection/managers/kup-data/kup-data-column-helper.js +1 -1
  41. package/dist/collection/managers/kup-data/kup-data.js +15 -10
  42. package/dist/collection/utils/filters/filters-column-menu.js +10 -11
  43. package/dist/collection/utils/kup-column-menu/kup-column-menu.js +1 -1
  44. package/dist/components/index.js +1 -1
  45. package/dist/components/kup-accordion.js +2 -2
  46. package/dist/components/kup-activity-timeline.js +2 -2
  47. package/dist/components/kup-autocomplete.js +1 -1
  48. package/dist/components/kup-badge.js +1 -1
  49. package/dist/components/kup-box.js +1 -1
  50. package/dist/components/kup-button-list.js +1 -1
  51. package/dist/components/kup-button.js +1 -1
  52. package/dist/components/kup-calendar.js +2 -2
  53. package/dist/components/kup-card-list.js +3 -3
  54. package/dist/components/kup-card.js +1 -1
  55. package/dist/components/kup-cell.js +2 -2
  56. package/dist/components/kup-chart.js +1 -1
  57. package/dist/components/kup-checkbox.js +1 -1
  58. package/dist/components/kup-chip.js +1 -1
  59. package/dist/components/kup-color-picker.js +1 -1
  60. package/dist/components/kup-combobox.js +1 -1
  61. package/dist/components/kup-dashboard.js +2 -2
  62. package/dist/components/kup-data-table.js +1 -1
  63. package/dist/components/kup-date-picker.js +1 -1
  64. package/dist/components/kup-dialog.js +1 -1
  65. package/dist/components/kup-drawer.js +2 -2
  66. package/dist/components/kup-dropdown-button.js +1 -1
  67. package/dist/components/kup-echart.js +1 -1
  68. package/dist/components/kup-editor.js +1 -1
  69. package/dist/components/kup-family-tree.js +3 -3
  70. package/dist/components/kup-file-upload.js +1 -1
  71. package/dist/components/kup-form.js +1 -1
  72. package/dist/components/kup-gauge.js +1 -1
  73. package/dist/components/kup-grid.js +1 -1
  74. package/dist/components/kup-htm.js +2 -2
  75. package/dist/components/kup-iframe.js +2 -2
  76. package/dist/components/kup-image-list.js +1 -1
  77. package/dist/components/kup-image.js +1 -1
  78. package/dist/components/kup-input-panel.js +3 -3
  79. package/dist/components/kup-lazy.js +2 -2
  80. package/dist/components/kup-list.js +1 -1
  81. package/dist/components/kup-magic-box.js +4 -4
  82. package/dist/components/kup-nav-bar.js +2 -2
  83. package/dist/components/kup-numeric-picker.js +2 -2
  84. package/dist/components/kup-object-field.js +2 -2
  85. package/dist/components/kup-planner.js +2 -2
  86. package/dist/components/kup-probe.js +2 -2
  87. package/dist/components/kup-progress-bar.js +1 -1
  88. package/dist/components/kup-qlik.js +2 -2
  89. package/dist/components/kup-radio.js +1 -1
  90. package/dist/components/kup-rating.js +1 -1
  91. package/dist/components/kup-snackbar.js +2 -2
  92. package/dist/components/kup-spinner.js +1 -1
  93. package/dist/components/kup-switch.js +1 -1
  94. package/dist/components/kup-tab-bar.js +1 -1
  95. package/dist/components/kup-text-field.js +1 -1
  96. package/dist/components/kup-time-picker.js +1 -1
  97. package/dist/components/kup-toolbar.js +1 -1
  98. package/dist/components/kup-tree.js +1 -1
  99. package/dist/components/kup-txt.js +2 -2
  100. package/dist/components/kup-typography-list.js +2 -2
  101. package/dist/components/kup-typography.js +2 -2
  102. package/dist/components/{p-a42dc353.js → p-64e94968.js} +16 -11
  103. package/dist/components/{p-99de2f5f.js → p-69425921.js} +2 -2
  104. package/dist/components/{p-77f72bf7.js → p-6d5f0117.js} +23 -14
  105. package/dist/components/{p-ba6132b3.js → p-8359b10a.js} +76 -66
  106. package/dist/components/{p-6c44f471.js → p-bddae662.js} +2 -2
  107. package/dist/components/{p-cd1fbb3a.js → p-fa3c07b8.js} +2 -2
  108. package/dist/esm/{f-cell-0a7e6c09.js → f-cell-9353dd77.js} +6 -6
  109. package/dist/esm/{f-chip-a2d07acb.js → f-chip-f9277fd9.js} +1 -1
  110. package/dist/esm/{f-object-field-bc0b6f80.js → f-object-field-e797f627.js} +2 -2
  111. package/dist/esm/{f-paginator-utils-8c3d7b88.js → f-paginator-utils-29fcddb4.js} +1 -1
  112. package/dist/esm/{f-text-field-0f550594.js → f-text-field-f2cd4df1.js} +1 -1
  113. package/dist/esm/index.js +1 -1
  114. package/dist/esm/kup-accordion.entry.js +1 -1
  115. package/dist/esm/kup-activity-timeline.entry.js +2 -2
  116. package/dist/esm/kup-autocomplete_30.entry.js +69 -58
  117. package/dist/esm/kup-box.entry.js +7 -7
  118. package/dist/esm/kup-calendar.entry.js +2 -2
  119. package/dist/esm/kup-card-list.entry.js +1 -1
  120. package/dist/esm/kup-cell.entry.js +5 -5
  121. package/dist/esm/kup-dashboard.entry.js +2 -2
  122. package/dist/esm/{kup-data-table-helper-3f3bb266.js → kup-data-table-helper-4c4da1ec.js} +11 -12
  123. package/dist/esm/kup-drawer.entry.js +1 -1
  124. package/dist/esm/kup-echart.entry.js +22 -13
  125. package/dist/esm/kup-editor.entry.js +1 -1
  126. package/dist/esm/kup-family-tree.entry.js +1 -1
  127. package/dist/esm/kup-grid.entry.js +1 -1
  128. package/dist/esm/kup-htm.entry.js +1 -1
  129. package/dist/esm/kup-iframe.entry.js +1 -1
  130. package/dist/esm/kup-input-panel.entry.js +5 -5
  131. package/dist/esm/kup-lazy.entry.js +1 -1
  132. package/dist/esm/kup-magic-box.entry.js +1 -1
  133. package/dist/esm/{kup-manager-232be463.js → kup-manager-75b947f4.js} +16 -11
  134. package/dist/esm/kup-nav-bar.entry.js +1 -1
  135. package/dist/esm/kup-numeric-picker.entry.js +2 -2
  136. package/dist/esm/kup-object-field.entry.js +3 -3
  137. package/dist/esm/kup-planner.entry.js +2 -2
  138. package/dist/esm/kup-probe.entry.js +1 -1
  139. package/dist/esm/kup-qlik.entry.js +1 -1
  140. package/dist/esm/kup-snackbar.entry.js +1 -1
  141. package/dist/esm/kup-txt.entry.js +1 -1
  142. package/dist/esm/kup-typography-list.entry.js +1 -1
  143. package/dist/esm/kup-typography.entry.js +1 -1
  144. package/dist/ketchup/index.esm.js +1 -1
  145. package/dist/ketchup/ketchup.esm.js +1 -1
  146. package/dist/ketchup/{p-40d9b650.entry.js → p-04d4d4bb.entry.js} +1 -1
  147. package/dist/ketchup/{p-96bef43d.js → p-0829e7c5.js} +1 -1
  148. package/dist/ketchup/{p-860e64d6.entry.js → p-0a962ac8.entry.js} +1 -1
  149. package/dist/ketchup/{p-a41766d3.entry.js → p-174fe9ca.entry.js} +1 -1
  150. package/dist/ketchup/{p-a84998d8.entry.js → p-1fac1a59.entry.js} +1 -1
  151. package/dist/ketchup/p-3fa60abf.entry.js +1 -0
  152. package/dist/ketchup/{p-6622b9dd.js → p-459f5369.js} +1 -1
  153. package/dist/ketchup/{p-498e38ec.entry.js → p-613028b3.entry.js} +1 -1
  154. package/dist/ketchup/{p-8ab45e3d.entry.js → p-679ce9d9.entry.js} +1 -1
  155. package/dist/ketchup/{p-2ea8982a.entry.js → p-71705280.entry.js} +1 -1
  156. package/dist/ketchup/p-75a8afbe.entry.js +8 -0
  157. package/dist/ketchup/{p-8ac64a64.entry.js → p-76679ede.entry.js} +1 -1
  158. package/dist/ketchup/{p-106ef861.entry.js → p-7c3619bb.entry.js} +1 -1
  159. package/dist/ketchup/{p-88e822d6.entry.js → p-84ddf341.entry.js} +1 -1
  160. package/dist/ketchup/{p-bc2604ea.entry.js → p-856f4922.entry.js} +1 -1
  161. package/dist/ketchup/{p-9510d04c.entry.js → p-950f09bd.entry.js} +1 -1
  162. package/dist/ketchup/{p-5b05f037.entry.js → p-96ae851c.entry.js} +1 -1
  163. package/dist/ketchup/{p-855d7a7c.entry.js → p-9957f141.entry.js} +1 -1
  164. package/dist/ketchup/{p-e049f7d8.entry.js → p-9bf6f42d.entry.js} +1 -1
  165. package/dist/ketchup/{p-7d05209d.entry.js → p-9ee7e62f.entry.js} +1 -1
  166. package/dist/ketchup/{p-d53275b8.entry.js → p-ac579cc8.entry.js} +1 -1
  167. package/dist/ketchup/{p-5bb7d7b3.entry.js → p-b52908a9.entry.js} +1 -1
  168. package/dist/ketchup/{p-e032f052.entry.js → p-b6c1dc95.entry.js} +1 -1
  169. package/dist/ketchup/{p-c6acc505.entry.js → p-b82e6d26.entry.js} +1 -1
  170. package/dist/ketchup/{p-5f41ae01.entry.js → p-b894c2a3.entry.js} +1 -1
  171. package/dist/ketchup/{p-ce92a1d6.entry.js → p-bc2b81c7.entry.js} +2 -2
  172. package/dist/ketchup/{p-4e86911e.entry.js → p-c3efe25a.entry.js} +1 -1
  173. package/dist/ketchup/{p-0c4fdac4.js → p-c49cb8be.js} +1 -1
  174. package/dist/ketchup/{p-6f00f1a3.js → p-d230c26d.js} +1 -1
  175. package/dist/ketchup/p-d4dac70d.js +1 -0
  176. package/dist/ketchup/{p-6b2e3868.entry.js → p-db38289c.entry.js} +1 -1
  177. package/dist/ketchup/{p-ca31b7ee.entry.js → p-e703e6c1.entry.js} +1 -1
  178. package/dist/ketchup/{p-e155cbac.js → p-e7fbf76f.js} +1 -1
  179. package/dist/ketchup/{p-cc193dee.entry.js → p-f51a8f12.entry.js} +1 -1
  180. package/dist/ketchup/p-f81ec6f8.js +1 -0
  181. package/dist/types/components/kup-data-table/kup-data-table.d.ts +13 -0
  182. package/dist/types/managers/kup-data/kup-data.d.ts +5 -5
  183. package/package.json +1 -1
  184. package/dist/ketchup/p-1d602e4b.entry.js +0 -8
  185. package/dist/ketchup/p-436ef56e.js +0 -1
  186. package/dist/ketchup/p-b7abe6a2.entry.js +0 -1
  187. package/dist/ketchup/p-c284a18d.js +0 -1
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-5faed2fc.js');
6
+ const kupManager = require('./kup-manager-2e0a7a26.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
8
  require('./kup-dates-2ff08e4f.js');
9
9
 
@@ -84573,7 +84573,7 @@ var __classPrivateFieldSet = (undefined && undefined.__classPrivateFieldSet) ||
84573
84573
  throw new TypeError("Cannot write private member to an object whose class did not declare it");
84574
84574
  return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
84575
84575
  };
84576
- var _KupEchart_instances, _KupEchart_chartContainer, _KupEchart_chartEl, _KupEchart_gaussianDatasets, _KupEchart_kupManager, _KupEchart_mapObj, _KupEchart_resizeTimeout, _KupEchart_sortedDataset, _KupEchart_themeBorder, _KupEchart_themeBackground, _KupEchart_minColorHeatMap, _KupEchart_maxColorHeatMap, _KupEchart_themeFont, _KupEchart_themeText, _KupEchart_initChart, _KupEchart_createChart, _KupEchart_funnelChart, _KupEchart_radarChart, _KupEchart_bubbleChart, _KupEchart_sankeyChart, _KupEchart_candleChart, _KupEchart_calendarChart, _KupEchart_createX, _KupEchart_createY, _KupEchart_createYWithColumnTitle, _KupEchart_createYForPie, _KupEchart_setAxisColors, _KupEchart_setLegend, _KupEchart_setTitle, _KupEchart_setTooltip, _KupEchart_setVisualMap, _KupEchart_setMapOptions, _KupEchart_setPieOptions, _KupEchart_setGaussianOptions, _KupEchart_addSeries, _KupEchart_buildResponsiveAxisLabel, _KupEchart_setOptions, _KupEchart_setColors, _KupEchart_checks;
84576
+ var _KupEchart_instances, _KupEchart_chartContainer, _KupEchart_chartEl, _KupEchart_gaussianDatasets, _KupEchart_kupManager, _KupEchart_mapObj, _KupEchart_resizeTimeout, _KupEchart_sortedDataset, _KupEchart_themeBorder, _KupEchart_themeBackground, _KupEchart_minColorHeatMap, _KupEchart_maxColorHeatMap, _KupEchart_themeFont, _KupEchart_themeText, _KupEchart_initChart, _KupEchart_createChart, _KupEchart_funnelChart, _KupEchart_radarChart, _KupEchart_bubbleChart, _KupEchart_sankeyChart, _KupEchart_candleChart, _KupEchart_calendarChart, _KupEchart_createX, _KupEchart_createY, _KupEchart_createYWithColumnTitle, _KupEchart_createYForPie, _KupEchart_setAxisColors, _KupEchart_setLegend, _KupEchart_setTitle, _KupEchart_setTooltip, _KupEchart_formatTooltipValue, _KupEchart_setVisualMap, _KupEchart_setMapOptions, _KupEchart_setPieOptions, _KupEchart_setGaussianOptions, _KupEchart_addSeries, _KupEchart_buildResponsiveAxisLabel, _KupEchart_setOptions, _KupEchart_setColors, _KupEchart_checks;
84577
84577
  const KupEchart = class {
84578
84578
  constructor(hostRef) {
84579
84579
  index.registerInstance(this, hostRef);
@@ -84693,7 +84693,7 @@ const KupEchart = class {
84693
84693
  '--kup_echart_height': this.sizeY ? this.sizeY : '100%',
84694
84694
  '--kup_echart_width': this.sizeX ? this.sizeX : '100%',
84695
84695
  };
84696
- return (index.h(index.Host, { key: '03ce4b61e7a72876cf1dde8f868781efee0e11de', style: style }, index.h("style", { key: '697d7ba9b801854e01d801e804729ed5628eaa45' }, __classPrivateFieldGet(this, _KupEchart_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: '6620e06614a900f71f92047fd1752902df2a23b0', id: GenericVariables.componentWrapperId, ref: (chartContainer) => (__classPrivateFieldSet(this, _KupEchart_chartContainer, chartContainer, "f")) })));
84696
+ return (index.h(index.Host, { key: '90763d03af943757a43395254643ac23b3316b91', style: style }, index.h("style", { key: '16da41fb5f188e0dd74fd2ef258e9398820c995a' }, __classPrivateFieldGet(this, _KupEchart_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: 'a5365416fc15bfd4d40549c15737c926b916d987', id: GenericVariables.componentWrapperId, ref: (chartContainer) => (__classPrivateFieldSet(this, _KupEchart_chartContainer, chartContainer, "f")) })));
84697
84697
  }
84698
84698
  disconnectedCallback() {
84699
84699
  var _a;
@@ -84830,7 +84830,7 @@ _KupEchart_chartContainer = new WeakMap(), _KupEchart_chartEl = new WeakMap(), _
84830
84830
  const name = value.data.name;
84831
84831
  const percentage = value.data
84832
84832
  .value;
84833
- return `${name}: <strong>${cellsSum[name]}</strong> (${__classPrivateFieldGet(this, _KupEchart_kupManager, "f").math.format(percentage)}%)`;
84833
+ return `${name}: <strong>${__classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_formatTooltipValue).call(this, cellsSum[name])}</strong> (${__classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_formatTooltipValue).call(this, percentage)}%)`;
84834
84834
  } }),
84835
84835
  legend: __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setLegend).call(this, cellsSum),
84836
84836
  series: [
@@ -84986,7 +84986,7 @@ _KupEchart_chartContainer = new WeakMap(), _KupEchart_chartEl = new WeakMap(), _
84986
84986
  if (usingDefaultSize && index === 2)
84987
84987
  return '';
84988
84988
  const columnTitle = this.data.columns.find((col) => col.name === key).title;
84989
- return `<li>${columnTitle}: ${rowData[index]}</li>`;
84989
+ return `<li>${columnTitle}: ${__classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_formatTooltipValue).call(this, rowData[index])}</li>`;
84990
84990
  })
84991
84991
  .join('');
84992
84992
  // Add label
@@ -85130,8 +85130,9 @@ _KupEchart_chartContainer = new WeakMap(), _KupEchart_chartEl = new WeakMap(), _
85130
85130
  tooltip: Object.assign(Object.assign({}, __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setTooltip).call(this)), { trigger: 'item', formatter: (value) => {
85131
85131
  const name = value.data || [];
85132
85132
  const data = keys.map((e, i) => {
85133
- var _a;
85134
- return `<li> ${e}: ${(_a = name[i]) !== null && _a !== void 0 ? _a : '-'} </li>`;
85133
+ return `<li> ${e}: ${name[i] != null
85134
+ ? __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_formatTooltipValue).call(this, name[i])
85135
+ : '-'} </li>`;
85135
85136
  });
85136
85137
  let showContent = '';
85137
85138
  data.forEach((r) => {
@@ -85369,6 +85370,14 @@ _KupEchart_chartContainer = new WeakMap(), _KupEchart_chartEl = new WeakMap(), _
85369
85370
  fontFamily: __classPrivateFieldGet(this, _KupEchart_themeFont, "f"),
85370
85371
  },
85371
85372
  };
85373
+ }, _KupEchart_formatTooltipValue = function _KupEchart_formatTooltipValue(value) {
85374
+ if (value === null ||
85375
+ value === undefined ||
85376
+ // convert to number first; non‑numeric strings become NaN
85377
+ isNaN(Number(value))) {
85378
+ return value != null ? String(value) : '';
85379
+ }
85380
+ return __classPrivateFieldGet(this, _KupEchart_kupManager, "f").math.format(String(value));
85372
85381
  }, _KupEchart_setVisualMap = function _KupEchart_setVisualMap(max, min, colors, hasNumericValues) {
85373
85382
  const opts = {
85374
85383
  visualMap: {
@@ -85394,7 +85403,7 @@ _KupEchart_chartContainer = new WeakMap(), _KupEchart_chartEl = new WeakMap(), _
85394
85403
  };
85395
85404
  if (colorRange) {
85396
85405
  opts.visualMap = Object.assign(Object.assign(Object.assign({}, opts.visualMap), colorRange), { calculable: true, formatter: (value) => {
85397
- return __classPrivateFieldGet(this, _KupEchart_kupManager, "f").math.format(value);
85406
+ return __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_formatTooltipValue).call(this, value);
85398
85407
  }, min: min, max: max, show: true });
85399
85408
  }
85400
85409
  return opts;
@@ -85486,7 +85495,7 @@ _KupEchart_chartContainer = new WeakMap(), _KupEchart_chartEl = new WeakMap(), _
85486
85495
  }
85487
85496
  else {
85488
85497
  return ("<div style='min-width: 60px; text-align: center'>" +
85489
- __classPrivateFieldGet(this, _KupEchart_kupManager, "f").math.format(value) +
85498
+ __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_formatTooltipValue).call(this, value) +
85490
85499
  '</div>');
85491
85500
  }
85492
85501
  };
@@ -85661,7 +85670,7 @@ _KupEchart_chartContainer = new WeakMap(), _KupEchart_chartEl = new WeakMap(), _
85661
85670
  if (this.types[param.seriesIndex] == undefined ||
85662
85671
  this.types[param.seriesIndex] == KupEchartTypes.GAUSSIAN) {
85663
85672
  const value = param.value[0];
85664
- const x = `<div style="color: ${param.color};"><span style="margin-right: 5px;"><strong>x:</strong></span><span>${param.value[0]}</span></div>`;
85673
+ const x = `<div style="color: ${param.color};"><span style="margin-right: 5px;"><strong>x:</strong></span><span>${__classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_formatTooltipValue).call(this, param.value[0])}</span></div>`;
85665
85674
  if (!index) {
85666
85675
  format += x;
85667
85676
  }
@@ -85695,7 +85704,7 @@ _KupEchart_chartContainer = new WeakMap(), _KupEchart_chartEl = new WeakMap(), _
85695
85704
  format += `<div style="display: flex; flex-direction: row;">`;
85696
85705
  }
85697
85706
  const style = `style="color: ${param.color}; margin-right: 5px"`;
85698
- format += `<span ${style}><strong>${title}</strong>: ${cells[column].value}</span>`;
85707
+ format += `<span ${style}><strong>${title}</strong>: ${__classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_formatTooltipValue).call(this, cells[column].value)}</span>`;
85699
85708
  count++;
85700
85709
  }
85701
85710
  }
@@ -85704,7 +85713,7 @@ _KupEchart_chartContainer = new WeakMap(), _KupEchart_chartEl = new WeakMap(), _
85704
85713
  }
85705
85714
  else {
85706
85715
  const style = `style="color: ${param.color}; margin-right: 5px"`;
85707
- format += `<div ${style}><strong>${param.name}</strong>: ${param.value}</div>`;
85716
+ format += `<div ${style}><strong>${param.name}</strong>: ${__classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_formatTooltipValue).call(this, param.value)}</div>`;
85708
85717
  }
85709
85718
  }
85710
85719
  if (format === wrapper) {
@@ -85906,7 +85915,7 @@ _KupEchart_chartContainer = new WeakMap(), _KupEchart_chartEl = new WeakMap(), _
85906
85915
  series: renamedSeries,
85907
85916
  title: __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setTitle).call(this),
85908
85917
  tooltip: Object.assign(Object.assign({}, __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setTooltip).call(this)), { trigger: 'item', formatter: (params) => {
85909
- return `<b>${params.name}</b><br/>${params.seriesName}: <b>${params.value}</b>`;
85918
+ return `<b>${params.name}</b><br/>${params.seriesName}: <b>${__classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_formatTooltipValue).call(this, params.value)}</b>`;
85910
85919
  } }),
85911
85920
  xAxis: Object.assign(Object.assign(Object.assign({}, __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setAxisColors).call(this)), { data: isHorizontal ? undefined : x, type: isHorizontal ? 'value' : 'category', axisLabel: Object.assign({ formatter: axisLabelFormatter }, __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_buildResponsiveAxisLabel).call(this, x)) }), this.xAxis),
85912
85921
  yAxis,
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-5faed2fc.js');
6
+ const kupManager = require('./kup-manager-2e0a7a26.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
8
  const kupDates = require('./kup-dates-2ff08e4f.js');
9
9
 
@@ -6,7 +6,7 @@ const index = require('./index-c7d441d8.js');
6
6
  const fButton = require('./f-button-9aca7812.js');
7
7
  const fButtonDeclarations = require('./f-button-declarations-76ef9f87.js');
8
8
  const fImage = require('./f-image-5a33fd05.js');
9
- const kupManager = require('./kup-manager-5faed2fc.js');
9
+ const kupManager = require('./kup-manager-2e0a7a26.js');
10
10
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
11
11
  require('./kup-dates-2ff08e4f.js');
12
12
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-5faed2fc.js');
6
+ const kupManager = require('./kup-manager-2e0a7a26.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
8
  require('./kup-dates-2ff08e4f.js');
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-5faed2fc.js');
6
+ const kupManager = require('./kup-manager-2e0a7a26.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
8
  require('./kup-dates-2ff08e4f.js');
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-5faed2fc.js');
6
+ const kupManager = require('./kup-manager-2e0a7a26.js');
7
7
  require('./kup-dates-2ff08e4f.js');
8
8
 
9
9
  /**
@@ -4,17 +4,17 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
6
  const fButton = require('./f-button-9aca7812.js');
7
- const fCell = require('./f-cell-b6499daf.js');
8
- const kupManager = require('./kup-manager-5faed2fc.js');
7
+ const fCell = require('./f-cell-452d8a39.js');
8
+ const kupManager = require('./kup-manager-2e0a7a26.js');
9
9
  const fTextFieldMdc = require('./f-text-field-mdc-29aae9c9.js');
10
10
  const fTypography = require('./f-typography-85d8238a.js');
11
11
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
12
12
  require('./f-button-declarations-76ef9f87.js');
13
13
  require('./f-image-5a33fd05.js');
14
14
  require('./f-checkbox-a3461c4d.js');
15
- require('./f-chip-ad2e88cd.js');
16
- require('./f-object-field-a2060085.js');
17
- require('./f-text-field-582fa181.js');
15
+ require('./f-chip-973b22de.js');
16
+ require('./f-object-field-43d986c5.js');
17
+ require('./f-text-field-cc70132b.js');
18
18
  require('./kup-dates-2ff08e4f.js');
19
19
  require('./component-a6dd6c14.js');
20
20
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-5faed2fc.js');
6
+ const kupManager = require('./kup-manager-2e0a7a26.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
8
  require('./kup-dates-2ff08e4f.js');
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-5faed2fc.js');
6
+ const kupManager = require('./kup-manager-2e0a7a26.js');
7
7
  const fButtonDeclarations = require('./f-button-declarations-76ef9f87.js');
8
8
  const fImage = require('./f-image-5a33fd05.js');
9
9
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
@@ -9262,7 +9262,7 @@ function newColumnFromMath(dataset, operation, columns, title) {
9262
9262
  prog++;
9263
9263
  }
9264
9264
  newName = newName + prog;
9265
- const newObj = firstColumn.obj;
9265
+ const newObj = firstColumn === null || firstColumn === void 0 ? void 0 : firstColumn.obj;
9266
9266
  let newTitle = formula;
9267
9267
  for (let i = 0; i < columns.length; i++) {
9268
9268
  const column = columns[i];
@@ -9670,9 +9670,12 @@ class KupData {
9670
9670
  * @param {KupDataTableRow} row single row.
9671
9671
  * @returns { { id: string, column: KupDataColumn; cell: KupDataTableCell }[]} row codvers
9672
9672
  */
9673
- getRowCodVers: (columns, row) => {
9673
+ getRowCodVers: (columns, row, visibleColumns) => {
9674
9674
  return columns
9675
- .filter((col) => this.column.isCodVer(col) && this.column.isVisible(col))
9675
+ .filter((col) => this.column.isCodVer(col) &&
9676
+ (visibleColumns && visibleColumns.length > 0
9677
+ ? visibleColumns.includes(col.name)
9678
+ : this.column.isVisible(col)))
9676
9679
  .reduce((result, col) => {
9677
9680
  var _a;
9678
9681
  const cell = row.cells[col.name];
@@ -9840,12 +9843,14 @@ class KupData {
9840
9843
  /**
9841
9844
  * Check if almost one column has COD_VER
9842
9845
  * @param { KupDataColumn[] } columns single column.
9843
- * @returns { boolean } if COD_VER founded or not.
9846
+ * @returns { boolean } result of cod_ver search.
9844
9847
  */
9845
- hasCodVer: (columns) => {
9848
+ hasCodVer: (columns, visibleColumns) => {
9846
9849
  return columns
9847
9850
  ? columns.some((col) => this.column.isCodVer(col) &&
9848
- this.column.isVisible(col))
9851
+ (visibleColumns && visibleColumns.length > 0
9852
+ ? visibleColumns === null || visibleColumns === void 0 ? void 0 : visibleColumns.includes(col.name)
9853
+ : this.column.isVisible(col)))
9849
9854
  : false;
9850
9855
  },
9851
9856
  };
@@ -9900,8 +9905,8 @@ class KupData {
9900
9905
  * @param { KupCommand[] } commands commands in component prop
9901
9906
  * @returns { KupDataRowAction[] } action that must be show on row
9902
9907
  */
9903
- buildRowActions: (row, columns, actions, commands) => {
9904
- const codVerActions = this.action.createActionsFromVoCodRow(row, columns, commands);
9908
+ buildRowActions: (row, columns, actions, commands, visibleColumns) => {
9909
+ const codVerActions = this.action.createActionsFromVoCodRow(row, columns, commands, visibleColumns);
9905
9910
  const rowActionsWithCodVer = actions && actions.length
9906
9911
  ? [...this.row.rowActionsAdapter(actions), ...codVerActions]
9907
9912
  : [...codVerActions];
@@ -9955,9 +9960,9 @@ class KupData {
9955
9960
  * @param {KupCommand[]} commands group of commands.
9956
9961
  * @returns { KupDataRowAction[]} Actions founded.
9957
9962
  */
9958
- createActionsFromVoCodRow: (row, columns, commands) => {
9963
+ createActionsFromVoCodRow: (row, columns, commands, visibleColumns) => {
9959
9964
  const actions = [];
9960
- const rowCodVers = this.cell.getRowCodVers(columns, row);
9965
+ const rowCodVers = this.cell.getRowCodVers(columns, row, visibleColumns);
9961
9966
  const commandMap = new Map();
9962
9967
  const blankCommands = [];
9963
9968
  commands.forEach((cmd, idx) => {
@@ -9984,7 +9989,7 @@ class KupData {
9984
9989
  }
9985
9990
  });
9986
9991
  // Handle VO;COD_VER command with blank K case if there is at least one VO;COD_VER column
9987
- if (this.column.hasCodVer(columns)) {
9992
+ if (this.column.hasCodVer(columns, visibleColumns)) {
9988
9993
  blankCommands.forEach(({ cmd, index }) => {
9989
9994
  actions.push(Object.assign(Object.assign({}, this.action.createBlankRowAction(cmd, index)), { obj: { t: '', p: '', k: '' }, cell: { value: '', obj: { t: '', p: '', k: '' } }, column: {
9990
9995
  name: '',
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-5faed2fc.js');
6
+ const kupManager = require('./kup-manager-2e0a7a26.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
8
  require('./kup-dates-2ff08e4f.js');
9
9
 
@@ -3,9 +3,9 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-5faed2fc.js');
6
+ const kupManager = require('./kup-manager-2e0a7a26.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
- const fTextField = require('./f-text-field-582fa181.js');
8
+ const fTextField = require('./f-text-field-cc70132b.js');
9
9
  const fTextFieldMdc = require('./f-text-field-mdc-29aae9c9.js');
10
10
  require('./kup-dates-2ff08e4f.js');
11
11
  require('./f-image-5a33fd05.js');
@@ -3,13 +3,13 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const fObjectField = require('./f-object-field-a2060085.js');
7
- const kupManager = require('./kup-manager-5faed2fc.js');
6
+ const fObjectField = require('./f-object-field-43d986c5.js');
7
+ const kupManager = require('./kup-manager-2e0a7a26.js');
8
8
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
9
9
  require('./f-button-9aca7812.js');
10
10
  require('./f-button-declarations-76ef9f87.js');
11
11
  require('./f-image-5a33fd05.js');
12
- require('./f-text-field-582fa181.js');
12
+ require('./f-text-field-cc70132b.js');
13
13
  require('./kup-dates-2ff08e4f.js');
14
14
 
15
15
  /**
@@ -3,10 +3,10 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager$1 = require('./kup-manager-5faed2fc.js');
6
+ const kupManager$1 = require('./kup-manager-2e0a7a26.js');
7
7
  const kupPlannerDeclarations = require('./kup-planner-declarations-7291d01c.js');
8
8
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
9
- const fTextField = require('./f-text-field-582fa181.js');
9
+ const fTextField = require('./f-text-field-cc70132b.js');
10
10
  const fTextFieldMdc = require('./f-text-field-mdc-29aae9c9.js');
11
11
  require('./kup-dates-2ff08e4f.js');
12
12
  require('./f-image-5a33fd05.js');
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-5faed2fc.js');
6
+ const kupManager = require('./kup-manager-2e0a7a26.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
8
  require('./kup-dates-2ff08e4f.js');
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-5faed2fc.js');
6
+ const kupManager = require('./kup-manager-2e0a7a26.js');
7
7
  require('./kup-dates-2ff08e4f.js');
8
8
 
9
9
  const kupQlikCss = ".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}.kup-qlik-container-fluid{width:100%}.kup-qlik-container{width:100%}@media (min-width: 576px){.kup-qlik-container{width:576px}.kup-qlik-row>.qvobject{flex:0 0 auto;min-width:100px;margin:0px auto 5px auto}}@media (min-width: 768px){.kup-qlik-container{width:768px}.kup-qlik-row>.qvobject{flex:0 0 auto;min-width:100px;margin:0px auto 5px auto}}@media (min-width: 992px){.kup-qlik-container{width:992px}.kup-qlik-row>.qvobject{flex:0 0 auto;min-width:100px;margin:0px auto 5px auto}}@media (min-width: 1200px){.kup-qlik-container{width:1200px}.kup-qlik-row>.qvobject{flex:0 0 auto;min-width:100px;margin:0px auto 5px auto}}.kup-qlik-row{display:flex;display:ms-flexbox;flex-wrap:wrap;-ms-flex-wrap:wrap;margin-bottom:5px}.kup-qlik-row .size-M{height:var(--lyo_obj-height)}.kup-qlik-row .size-S{height:calc(var(--lyo_obj-height) / 2)}.kup-qlik-row .size-XS{height:calc(var(--lyo_obj-height) / 3)}.kup-qlik-row .size-L{height:calc(var(--lyo_obj-height) * 2)}.kup-qlik-row .size-XL{height:calc(var(--lyo_obj-height) * 3)}.kup-qlik-row .bordered{border:1px solid var(--kup-border-subtle, #969696)}.kup-qlik-row .width-1{width:8.3333%}.kup-qlik-row .width-2{width:16.6666%}.kup-qlik-row .width-3{width:25%}.kup-qlik-row .width-4{width:33.3333%}.kup-qlik-row .width-5{width:41.6666%}.kup-qlik-row .width-6{width:50%}.kup-qlik-row .width-7{width:58.3333%}.kup-qlik-row .width-8{width:66.6666%}.kup-qlik-row .width-9{width:75%}.kup-qlik-row .width-10{width:83.3333%}.kup-qlik-row .width-11{width:91.6666%}.kup-qlik-row .width-12{width:100%}";
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-5faed2fc.js');
6
+ const kupManager = require('./kup-manager-2e0a7a26.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
8
  const fButton = require('./f-button-9aca7812.js');
9
9
  require('./kup-dates-2ff08e4f.js');
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-5faed2fc.js');
6
+ const kupManager = require('./kup-manager-2e0a7a26.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
8
  require('./kup-dates-2ff08e4f.js');
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-5faed2fc.js');
6
+ const kupManager = require('./kup-manager-2e0a7a26.js');
7
7
  const fTypography = require('./f-typography-85d8238a.js');
8
8
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
9
9
  require('./kup-dates-2ff08e4f.js');
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-5faed2fc.js');
6
+ const kupManager = require('./kup-manager-2e0a7a26.js');
7
7
  const fTypography = require('./f-typography-85d8238a.js');
8
8
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
9
9
  const fImage = require('./f-image-5a33fd05.js');