@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
@@ -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-232be463.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-75b947f4.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import './kup-dates-bf500166.js';
5
5
 
@@ -84569,7 +84569,7 @@ var __classPrivateFieldSet = (undefined && undefined.__classPrivateFieldSet) ||
84569
84569
  throw new TypeError("Cannot write private member to an object whose class did not declare it");
84570
84570
  return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
84571
84571
  };
84572
- 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;
84572
+ 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;
84573
84573
  const KupEchart = class {
84574
84574
  constructor(hostRef) {
84575
84575
  registerInstance(this, hostRef);
@@ -84689,7 +84689,7 @@ const KupEchart = class {
84689
84689
  '--kup_echart_height': this.sizeY ? this.sizeY : '100%',
84690
84690
  '--kup_echart_width': this.sizeX ? this.sizeX : '100%',
84691
84691
  };
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
+ return (h(Host, { key: '90763d03af943757a43395254643ac23b3316b91', style: style }, h("style", { key: '16da41fb5f188e0dd74fd2ef258e9398820c995a' }, __classPrivateFieldGet(this, _KupEchart_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: 'a5365416fc15bfd4d40549c15737c926b916d987', id: componentWrapperId, ref: (chartContainer) => (__classPrivateFieldSet(this, _KupEchart_chartContainer, chartContainer, "f")) })));
84693
84693
  }
84694
84694
  disconnectedCallback() {
84695
84695
  var _a;
@@ -84826,7 +84826,7 @@ _KupEchart_chartContainer = new WeakMap(), _KupEchart_chartEl = new WeakMap(), _
84826
84826
  const name = value.data.name;
84827
84827
  const percentage = value.data
84828
84828
  .value;
84829
- return `${name}: <strong>${cellsSum[name]}</strong> (${__classPrivateFieldGet(this, _KupEchart_kupManager, "f").math.format(percentage)}%)`;
84829
+ 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)}%)`;
84830
84830
  } }),
84831
84831
  legend: __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setLegend).call(this, cellsSum),
84832
84832
  series: [
@@ -84982,7 +84982,7 @@ _KupEchart_chartContainer = new WeakMap(), _KupEchart_chartEl = new WeakMap(), _
84982
84982
  if (usingDefaultSize && index === 2)
84983
84983
  return '';
84984
84984
  const columnTitle = this.data.columns.find((col) => col.name === key).title;
84985
- return `<li>${columnTitle}: ${rowData[index]}</li>`;
84985
+ return `<li>${columnTitle}: ${__classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_formatTooltipValue).call(this, rowData[index])}</li>`;
84986
84986
  })
84987
84987
  .join('');
84988
84988
  // Add label
@@ -85126,8 +85126,9 @@ _KupEchart_chartContainer = new WeakMap(), _KupEchart_chartEl = new WeakMap(), _
85126
85126
  tooltip: Object.assign(Object.assign({}, __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setTooltip).call(this)), { trigger: 'item', formatter: (value) => {
85127
85127
  const name = value.data || [];
85128
85128
  const data = keys.map((e, i) => {
85129
- var _a;
85130
- return `<li> ${e}: ${(_a = name[i]) !== null && _a !== void 0 ? _a : '-'} </li>`;
85129
+ return `<li> ${e}: ${name[i] != null
85130
+ ? __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_formatTooltipValue).call(this, name[i])
85131
+ : '-'} </li>`;
85131
85132
  });
85132
85133
  let showContent = '';
85133
85134
  data.forEach((r) => {
@@ -85365,6 +85366,14 @@ _KupEchart_chartContainer = new WeakMap(), _KupEchart_chartEl = new WeakMap(), _
85365
85366
  fontFamily: __classPrivateFieldGet(this, _KupEchart_themeFont, "f"),
85366
85367
  },
85367
85368
  };
85369
+ }, _KupEchart_formatTooltipValue = function _KupEchart_formatTooltipValue(value) {
85370
+ if (value === null ||
85371
+ value === undefined ||
85372
+ // convert to number first; non‑numeric strings become NaN
85373
+ isNaN(Number(value))) {
85374
+ return value != null ? String(value) : '';
85375
+ }
85376
+ return __classPrivateFieldGet(this, _KupEchart_kupManager, "f").math.format(String(value));
85368
85377
  }, _KupEchart_setVisualMap = function _KupEchart_setVisualMap(max, min, colors, hasNumericValues) {
85369
85378
  const opts = {
85370
85379
  visualMap: {
@@ -85390,7 +85399,7 @@ _KupEchart_chartContainer = new WeakMap(), _KupEchart_chartEl = new WeakMap(), _
85390
85399
  };
85391
85400
  if (colorRange) {
85392
85401
  opts.visualMap = Object.assign(Object.assign(Object.assign({}, opts.visualMap), colorRange), { calculable: true, formatter: (value) => {
85393
- return __classPrivateFieldGet(this, _KupEchart_kupManager, "f").math.format(value);
85402
+ return __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_formatTooltipValue).call(this, value);
85394
85403
  }, min: min, max: max, show: true });
85395
85404
  }
85396
85405
  return opts;
@@ -85482,7 +85491,7 @@ _KupEchart_chartContainer = new WeakMap(), _KupEchart_chartEl = new WeakMap(), _
85482
85491
  }
85483
85492
  else {
85484
85493
  return ("<div style='min-width: 60px; text-align: center'>" +
85485
- __classPrivateFieldGet(this, _KupEchart_kupManager, "f").math.format(value) +
85494
+ __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_formatTooltipValue).call(this, value) +
85486
85495
  '</div>');
85487
85496
  }
85488
85497
  };
@@ -85657,7 +85666,7 @@ _KupEchart_chartContainer = new WeakMap(), _KupEchart_chartEl = new WeakMap(), _
85657
85666
  if (this.types[param.seriesIndex] == undefined ||
85658
85667
  this.types[param.seriesIndex] == KupEchartTypes.GAUSSIAN) {
85659
85668
  const value = param.value[0];
85660
- const x = `<div style="color: ${param.color};"><span style="margin-right: 5px;"><strong>x:</strong></span><span>${param.value[0]}</span></div>`;
85669
+ 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>`;
85661
85670
  if (!index) {
85662
85671
  format += x;
85663
85672
  }
@@ -85691,7 +85700,7 @@ _KupEchart_chartContainer = new WeakMap(), _KupEchart_chartEl = new WeakMap(), _
85691
85700
  format += `<div style="display: flex; flex-direction: row;">`;
85692
85701
  }
85693
85702
  const style = `style="color: ${param.color}; margin-right: 5px"`;
85694
- format += `<span ${style}><strong>${title}</strong>: ${cells[column].value}</span>`;
85703
+ format += `<span ${style}><strong>${title}</strong>: ${__classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_formatTooltipValue).call(this, cells[column].value)}</span>`;
85695
85704
  count++;
85696
85705
  }
85697
85706
  }
@@ -85700,7 +85709,7 @@ _KupEchart_chartContainer = new WeakMap(), _KupEchart_chartEl = new WeakMap(), _
85700
85709
  }
85701
85710
  else {
85702
85711
  const style = `style="color: ${param.color}; margin-right: 5px"`;
85703
- format += `<div ${style}><strong>${param.name}</strong>: ${param.value}</div>`;
85712
+ format += `<div ${style}><strong>${param.name}</strong>: ${__classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_formatTooltipValue).call(this, param.value)}</div>`;
85704
85713
  }
85705
85714
  }
85706
85715
  if (format === wrapper) {
@@ -85902,7 +85911,7 @@ _KupEchart_chartContainer = new WeakMap(), _KupEchart_chartEl = new WeakMap(), _
85902
85911
  series: renamedSeries,
85903
85912
  title: __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setTitle).call(this),
85904
85913
  tooltip: Object.assign(Object.assign({}, __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setTooltip).call(this)), { trigger: 'item', formatter: (params) => {
85905
- return `<b>${params.name}</b><br/>${params.seriesName}: <b>${params.value}</b>`;
85914
+ return `<b>${params.name}</b><br/>${params.seriesName}: <b>${__classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_formatTooltipValue).call(this, params.value)}</b>`;
85906
85915
  } }),
85907
85916
  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),
85908
85917
  yAxis,
@@ -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-232be463.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-75b947f4.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import { c as commonjsGlobal, g as getDefaultExportFromCjs } from './kup-dates-bf500166.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-3e022953.js';
3
3
  import { a as FButtonStyling } from './f-button-declarations-6c8f8abe.js';
4
4
  import { F as FImage } from './f-image-40b4e64b.js';
5
- import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, W as KupPointerEventTypes } from './kup-manager-232be463.js';
5
+ import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, W as KupPointerEventTypes } from './kup-manager-75b947f4.js';
6
6
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
7
7
  import './kup-dates-bf500166.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-232be463.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, h as KupDebugCategory } from './kup-manager-75b947f4.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import './kup-dates-bf500166.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-232be463.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric } from './kup-manager-75b947f4.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import './kup-dates-bf500166.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-232be463.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, h as KupDebugCategory } from './kup-manager-75b947f4.js';
3
3
  import './kup-dates-bf500166.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-3e022953.js';
3
- import { F as FCell, e as FLabel } from './f-cell-0a7e6c09.js';
4
- import { F as FCellShapes, k as kupManagerInstance, ae as FCellTypes, g as getProps, s as setProps, b as KupLanguageGeneric, aj as getCellValueForDisplay, a8 as UseAsValue, ap as CHIAdapter, am as CMBandACPAdapter, ao as CHKAdapter, an as RADAdapter, aq as SWTAdapter, h as KupDebugCategory, W as KupPointerEventTypes } from './kup-manager-232be463.js';
3
+ import { F as FCell, e as FLabel } from './f-cell-9353dd77.js';
4
+ import { F as FCellShapes, k as kupManagerInstance, ae as FCellTypes, g as getProps, s as setProps, b as KupLanguageGeneric, aj as getCellValueForDisplay, a8 as UseAsValue, ap as CHIAdapter, am as CMBandACPAdapter, ao as CHKAdapter, an as RADAdapter, aq as SWTAdapter, h as KupDebugCategory, W as KupPointerEventTypes } from './kup-manager-75b947f4.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-40b4e64b.js';
10
10
  import './f-checkbox-9912e1a4.js';
11
- import './f-chip-a2d07acb.js';
12
- import './f-object-field-bc0b6f80.js';
13
- import './f-text-field-0f550594.js';
11
+ import './f-chip-f9277fd9.js';
12
+ import './f-object-field-e797f627.js';
13
+ import './f-text-field-f2cd4df1.js';
14
14
  import './kup-dates-bf500166.js';
15
15
  import './component-a35bc7f1.js';
16
16
 
@@ -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-232be463.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-75b947f4.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import './kup-dates-bf500166.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, aF as kupDropEvent, X as kupDraggableColumnAttr, aG as kupDraggableRowAttr, $ as KupDropEventTypes, f as KupThemeColorValues } from './kup-manager-232be463.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, h as KupDebugCategory, aF as kupDropEvent, X as kupDraggableColumnAttr, aG as kupDraggableRowAttr, $ as KupDropEventTypes, f as KupThemeColorValues } from './kup-manager-75b947f4.js';
3
3
  import { a as FButtonStyling } from './f-button-declarations-6c8f8abe.js';
4
4
  import { F as FImage } from './f-image-40b4e64b.js';
5
5
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
@@ -9260,7 +9260,7 @@ function newColumnFromMath(dataset, operation, columns, title) {
9260
9260
  prog++;
9261
9261
  }
9262
9262
  newName = newName + prog;
9263
- const newObj = firstColumn.obj;
9263
+ const newObj = firstColumn === null || firstColumn === void 0 ? void 0 : firstColumn.obj;
9264
9264
  let newTitle = formula;
9265
9265
  for (let i = 0; i < columns.length; i++) {
9266
9266
  const column = columns[i];
@@ -9668,9 +9668,12 @@ class KupData {
9668
9668
  * @param {KupDataTableRow} row single row.
9669
9669
  * @returns { { id: string, column: KupDataColumn; cell: KupDataTableCell }[]} row codvers
9670
9670
  */
9671
- getRowCodVers: (columns, row) => {
9671
+ getRowCodVers: (columns, row, visibleColumns) => {
9672
9672
  return columns
9673
- .filter((col) => this.column.isCodVer(col) && this.column.isVisible(col))
9673
+ .filter((col) => this.column.isCodVer(col) &&
9674
+ (visibleColumns && visibleColumns.length > 0
9675
+ ? visibleColumns.includes(col.name)
9676
+ : this.column.isVisible(col)))
9674
9677
  .reduce((result, col) => {
9675
9678
  var _a;
9676
9679
  const cell = row.cells[col.name];
@@ -9838,12 +9841,14 @@ class KupData {
9838
9841
  /**
9839
9842
  * Check if almost one column has COD_VER
9840
9843
  * @param { KupDataColumn[] } columns single column.
9841
- * @returns { boolean } if COD_VER founded or not.
9844
+ * @returns { boolean } result of cod_ver search.
9842
9845
  */
9843
- hasCodVer: (columns) => {
9846
+ hasCodVer: (columns, visibleColumns) => {
9844
9847
  return columns
9845
9848
  ? columns.some((col) => this.column.isCodVer(col) &&
9846
- this.column.isVisible(col))
9849
+ (visibleColumns && visibleColumns.length > 0
9850
+ ? visibleColumns === null || visibleColumns === void 0 ? void 0 : visibleColumns.includes(col.name)
9851
+ : this.column.isVisible(col)))
9847
9852
  : false;
9848
9853
  },
9849
9854
  };
@@ -9898,8 +9903,8 @@ class KupData {
9898
9903
  * @param { KupCommand[] } commands commands in component prop
9899
9904
  * @returns { KupDataRowAction[] } action that must be show on row
9900
9905
  */
9901
- buildRowActions: (row, columns, actions, commands) => {
9902
- const codVerActions = this.action.createActionsFromVoCodRow(row, columns, commands);
9906
+ buildRowActions: (row, columns, actions, commands, visibleColumns) => {
9907
+ const codVerActions = this.action.createActionsFromVoCodRow(row, columns, commands, visibleColumns);
9903
9908
  const rowActionsWithCodVer = actions && actions.length
9904
9909
  ? [...this.row.rowActionsAdapter(actions), ...codVerActions]
9905
9910
  : [...codVerActions];
@@ -9953,9 +9958,9 @@ class KupData {
9953
9958
  * @param {KupCommand[]} commands group of commands.
9954
9959
  * @returns { KupDataRowAction[]} Actions founded.
9955
9960
  */
9956
- createActionsFromVoCodRow: (row, columns, commands) => {
9961
+ createActionsFromVoCodRow: (row, columns, commands, visibleColumns) => {
9957
9962
  const actions = [];
9958
- const rowCodVers = this.cell.getRowCodVers(columns, row);
9963
+ const rowCodVers = this.cell.getRowCodVers(columns, row, visibleColumns);
9959
9964
  const commandMap = new Map();
9960
9965
  const blankCommands = [];
9961
9966
  commands.forEach((cmd, idx) => {
@@ -9982,7 +9987,7 @@ class KupData {
9982
9987
  }
9983
9988
  });
9984
9989
  // Handle VO;COD_VER command with blank K case if there is at least one VO;COD_VER column
9985
- if (this.column.hasCodVer(columns)) {
9990
+ if (this.column.hasCodVer(columns, visibleColumns)) {
9986
9991
  blankCommands.forEach(({ cmd, index }) => {
9987
9992
  actions.push(Object.assign(Object.assign({}, this.action.createBlankRowAction(cmd, index)), { obj: { t: '', p: '', k: '' }, cell: { value: '', obj: { t: '', p: '', k: '' } }, column: {
9988
9993
  name: '',
@@ -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-232be463.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-75b947f4.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import './kup-dates-bf500166.js';
5
5
 
@@ -1,7 +1,7 @@
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, e as KupDynamicPositionPlacement, v as KupCardFamily } from './kup-manager-232be463.js';
2
+ import { k as kupManagerInstance, g as getProps, e as KupDynamicPositionPlacement, v as KupCardFamily } from './kup-manager-75b947f4.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import { F as FTextField } from './f-text-field-0f550594.js';
4
+ import { F as FTextField } from './f-text-field-f2cd4df1.js';
5
5
  import { F as FTextFieldMDC } from './f-text-field-mdc-81ce6c7c.js';
6
6
  import './kup-dates-bf500166.js';
7
7
  import './f-image-40b4e64b.js';
@@ -1,11 +1,11 @@
1
1
  import { r as registerInstance, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { F as FObjectField } from './f-object-field-bc0b6f80.js';
3
- import { k as kupManagerInstance, g as getProps } from './kup-manager-232be463.js';
2
+ import { F as FObjectField } from './f-object-field-e797f627.js';
3
+ import { k as kupManagerInstance, g as getProps } from './kup-manager-75b947f4.js';
4
4
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
5
5
  import './f-button-3e022953.js';
6
6
  import './f-button-declarations-6c8f8abe.js';
7
7
  import './f-image-40b4e64b.js';
8
- import './f-text-field-0f550594.js';
8
+ import './f-text-field-f2cd4df1.js';
9
9
  import './kup-dates-bf500166.js';
10
10
 
11
11
  /**
@@ -1,8 +1,8 @@
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, aj as getCellValueForDisplay, g as getProps, s as setProps, d as KupThemeIconValues, u as KupLanguageSearch } from './kup-manager-232be463.js';
2
+ import { k as kupManagerInstance, aj as getCellValueForDisplay, g as getProps, s as setProps, d as KupThemeIconValues, u as KupLanguageSearch } from './kup-manager-75b947f4.js';
3
3
  import { K as KupPlannerGanttRowType, d as defaultStylingOptions, a as KupPlannerTaskAction, b as KupPlannerLastOnChangeReceived, c as KupPlannerProps } from './kup-planner-declarations-0704bc6c.js';
4
4
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
5
- import { F as FTextField } from './f-text-field-0f550594.js';
5
+ import { F as FTextField } from './f-text-field-f2cd4df1.js';
6
6
  import { F as FTextFieldMDC } from './f-text-field-mdc-81ce6c7c.js';
7
7
  import './kup-dates-bf500166.js';
8
8
  import './f-image-40b4e64b.js';
@@ -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 } from './kup-manager-232be463.js';
2
+ import { k as kupManagerInstance } from './kup-manager-75b947f4.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import './kup-dates-bf500166.js';
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, h, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance } from './kup-manager-232be463.js';
2
+ import { k as kupManagerInstance } from './kup-manager-75b947f4.js';
3
3
  import './kup-dates-bf500166.js';
4
4
 
5
5
  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%}";
@@ -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-232be463.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-75b947f4.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import { F as FButton } from './f-button-3e022953.js';
5
5
  import './kup-dates-bf500166.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 } from './kup-manager-232be463.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-75b947f4.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import './kup-dates-bf500166.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, h as KupDebugCategory, g as getProps, s as setProps } from './kup-manager-232be463.js';
2
+ import { k as kupManagerInstance, h as KupDebugCategory, g as getProps, s as setProps } from './kup-manager-75b947f4.js';
3
3
  import { a as FTypographyType, F as FTypography } from './f-typography-8c914ec6.js';
4
4
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
5
5
  import './kup-dates-bf500166.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, e as KupDynamicPositionPlacement, g as getProps, s as setProps } from './kup-manager-232be463.js';
2
+ import { k as kupManagerInstance, e as KupDynamicPositionPlacement, g as getProps, s as setProps } from './kup-manager-75b947f4.js';
3
3
  import { a as FTypographyType, F as FTypography } from './f-typography-8c914ec6.js';
4
4
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
5
5
  import { F as FImage } from './f-image-40b4e64b.js';
@@ -1 +1 @@
1
- import{K as p}from"./p-6622b9dd.js";import"./p-adadf8b5.js";import"./p-710d0a7d.js";function r(r){return new p(r)}export{r as newKupManager}
1
+ import{K as p}from"./p-459f5369.js";import"./p-adadf8b5.js";import"./p-710d0a7d.js";function r(r){return new p(r)}export{r as newKupManager}