@sme.up/ketchup 11.0.0-SNAPSHOT-20260127140905 → 11.0.0-SNAPSHOT-20260202155021

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 (180) hide show
  1. package/dist/cjs/{f-cell-d66c4be4.js → f-cell-e83ea497.js} +4 -4
  2. package/dist/cjs/{f-chip-b2b2de76.js → f-chip-6e581b91.js} +1 -1
  3. package/dist/cjs/{f-object-field-508fe712.js → f-object-field-95a30b6f.js} +2 -2
  4. package/dist/cjs/{f-paginator-utils-40479dab.js → f-paginator-utils-6330e154.js} +1 -1
  5. package/dist/cjs/{f-text-field-5634b79e.js → f-text-field-8a70513b.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 +12 -7
  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-262a013d.js → kup-data-table-helper-a1c73939.js} +1 -1
  16. package/dist/cjs/kup-drawer.cjs.entry.js +1 -1
  17. package/dist/cjs/kup-echart.cjs.entry.js +1 -1
  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 +9 -9
  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-57f5a949.js → kup-manager-5faed2fc.js} +14 -0
  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-input-panel/kup-input-panel.js +4 -4
  38. package/dist/collection/utils/kup-column-menu/kup-column-menu.js +6 -0
  39. package/dist/collection/utils/utils.js +13 -0
  40. package/dist/components/index.js +1 -1
  41. package/dist/components/kup-accordion.js +2 -2
  42. package/dist/components/kup-activity-timeline.js +2 -2
  43. package/dist/components/kup-autocomplete.js +1 -1
  44. package/dist/components/kup-badge.js +1 -1
  45. package/dist/components/kup-box.js +1 -1
  46. package/dist/components/kup-button-list.js +1 -1
  47. package/dist/components/kup-button.js +1 -1
  48. package/dist/components/kup-calendar.js +2 -2
  49. package/dist/components/kup-card-list.js +3 -3
  50. package/dist/components/kup-card.js +1 -1
  51. package/dist/components/kup-cell.js +2 -2
  52. package/dist/components/kup-chart.js +1 -1
  53. package/dist/components/kup-checkbox.js +1 -1
  54. package/dist/components/kup-chip.js +1 -1
  55. package/dist/components/kup-color-picker.js +1 -1
  56. package/dist/components/kup-combobox.js +1 -1
  57. package/dist/components/kup-dashboard.js +2 -2
  58. package/dist/components/kup-data-table.js +1 -1
  59. package/dist/components/kup-date-picker.js +1 -1
  60. package/dist/components/kup-dialog.js +1 -1
  61. package/dist/components/kup-drawer.js +2 -2
  62. package/dist/components/kup-dropdown-button.js +1 -1
  63. package/dist/components/kup-echart.js +1 -1
  64. package/dist/components/kup-editor.js +1 -1
  65. package/dist/components/kup-family-tree.js +3 -3
  66. package/dist/components/kup-file-upload.js +1 -1
  67. package/dist/components/kup-form.js +1 -1
  68. package/dist/components/kup-gauge.js +1 -1
  69. package/dist/components/kup-grid.js +1 -1
  70. package/dist/components/kup-htm.js +2 -2
  71. package/dist/components/kup-iframe.js +2 -2
  72. package/dist/components/kup-image-list.js +1 -1
  73. package/dist/components/kup-image.js +1 -1
  74. package/dist/components/kup-input-panel.js +7 -7
  75. package/dist/components/kup-lazy.js +2 -2
  76. package/dist/components/kup-list.js +1 -1
  77. package/dist/components/kup-magic-box.js +4 -4
  78. package/dist/components/kup-nav-bar.js +2 -2
  79. package/dist/components/kup-numeric-picker.js +2 -2
  80. package/dist/components/kup-object-field.js +2 -2
  81. package/dist/components/kup-planner.js +2 -2
  82. package/dist/components/kup-probe.js +2 -2
  83. package/dist/components/kup-progress-bar.js +1 -1
  84. package/dist/components/kup-qlik.js +2 -2
  85. package/dist/components/kup-radio.js +1 -1
  86. package/dist/components/kup-rating.js +1 -1
  87. package/dist/components/kup-snackbar.js +2 -2
  88. package/dist/components/kup-spinner.js +1 -1
  89. package/dist/components/kup-switch.js +1 -1
  90. package/dist/components/kup-tab-bar.js +1 -1
  91. package/dist/components/kup-text-field.js +1 -1
  92. package/dist/components/kup-time-picker.js +1 -1
  93. package/dist/components/kup-toolbar.js +1 -1
  94. package/dist/components/kup-tree.js +1 -1
  95. package/dist/components/kup-txt.js +2 -2
  96. package/dist/components/kup-typography-list.js +2 -2
  97. package/dist/components/kup-typography.js +2 -2
  98. package/dist/components/{p-0fe8f807.js → p-38b94ce7.js} +6 -1
  99. package/dist/components/{p-522261de.js → p-56d1de20.js} +2 -2
  100. package/dist/components/{p-b0d4659d.js → p-9fd054c6.js} +2 -2
  101. package/dist/components/{p-25602d9a.js → p-a42dc353.js} +14 -1
  102. package/dist/components/{p-a815e954.js → p-d543e8fb.js} +2 -2
  103. package/dist/components/{p-8f4e5405.js → p-f9fffed0.js} +2 -2
  104. package/dist/esm/{f-cell-ebde9645.js → f-cell-678c979f.js} +4 -4
  105. package/dist/esm/{f-chip-876f5447.js → f-chip-179c17df.js} +1 -1
  106. package/dist/esm/{f-object-field-4382c70d.js → f-object-field-f7b1083e.js} +2 -2
  107. package/dist/esm/{f-paginator-utils-95d00f42.js → f-paginator-utils-1e12594a.js} +1 -1
  108. package/dist/esm/{f-text-field-a13130d7.js → f-text-field-5a3c89ce.js} +1 -1
  109. package/dist/esm/index.js +1 -1
  110. package/dist/esm/kup-accordion.entry.js +1 -1
  111. package/dist/esm/kup-activity-timeline.entry.js +2 -2
  112. package/dist/esm/kup-autocomplete_30.entry.js +12 -7
  113. package/dist/esm/kup-box.entry.js +7 -7
  114. package/dist/esm/kup-calendar.entry.js +2 -2
  115. package/dist/esm/kup-card-list.entry.js +1 -1
  116. package/dist/esm/kup-cell.entry.js +5 -5
  117. package/dist/esm/kup-dashboard.entry.js +2 -2
  118. package/dist/esm/{kup-data-table-helper-4ab72247.js → kup-data-table-helper-3f3bb266.js} +1 -1
  119. package/dist/esm/kup-drawer.entry.js +1 -1
  120. package/dist/esm/kup-echart.entry.js +1 -1
  121. package/dist/esm/kup-editor.entry.js +1 -1
  122. package/dist/esm/kup-family-tree.entry.js +1 -1
  123. package/dist/esm/kup-grid.entry.js +1 -1
  124. package/dist/esm/kup-htm.entry.js +1 -1
  125. package/dist/esm/kup-iframe.entry.js +1 -1
  126. package/dist/esm/kup-input-panel.entry.js +9 -9
  127. package/dist/esm/kup-lazy.entry.js +1 -1
  128. package/dist/esm/kup-magic-box.entry.js +1 -1
  129. package/dist/esm/{kup-manager-150e2ada.js → kup-manager-232be463.js} +14 -1
  130. package/dist/esm/kup-nav-bar.entry.js +1 -1
  131. package/dist/esm/kup-numeric-picker.entry.js +2 -2
  132. package/dist/esm/kup-object-field.entry.js +3 -3
  133. package/dist/esm/kup-planner.entry.js +2 -2
  134. package/dist/esm/kup-probe.entry.js +1 -1
  135. package/dist/esm/kup-qlik.entry.js +1 -1
  136. package/dist/esm/kup-snackbar.entry.js +1 -1
  137. package/dist/esm/kup-txt.entry.js +1 -1
  138. package/dist/esm/kup-typography-list.entry.js +1 -1
  139. package/dist/esm/kup-typography.entry.js +1 -1
  140. package/dist/ketchup/index.esm.js +1 -1
  141. package/dist/ketchup/ketchup.esm.js +1 -1
  142. package/dist/ketchup/{p-c957ae40.entry.js → p-07e9aef9.entry.js} +1 -1
  143. package/dist/ketchup/{p-a370f44c.entry.js → p-0e587c94.entry.js} +1 -1
  144. package/dist/ketchup/{p-6e751ce8.entry.js → p-106ef861.entry.js} +1 -1
  145. package/dist/ketchup/{p-0f7e65a4.entry.js → p-13117214.entry.js} +1 -1
  146. package/dist/ketchup/{p-a238216d.entry.js → p-159a1f2b.entry.js} +1 -1
  147. package/dist/ketchup/{p-fcd114a5.entry.js → p-160b975e.entry.js} +1 -1
  148. package/dist/ketchup/{p-30aea3cc.js → p-1741461c.js} +1 -1
  149. package/dist/ketchup/{p-48ab4c41.entry.js → p-19ecc5a4.entry.js} +1 -1
  150. package/dist/ketchup/{p-5154c3cd.js → p-26986d8b.js} +1 -1
  151. package/dist/ketchup/{p-1b4275ff.entry.js → p-2d4054c3.entry.js} +1 -1
  152. package/dist/ketchup/{p-df030135.entry.js → p-2ea8982a.entry.js} +1 -1
  153. package/dist/ketchup/{p-cdf59420.entry.js → p-31c5596c.entry.js} +1 -1
  154. package/dist/ketchup/{p-548251c8.entry.js → p-3722c8d1.entry.js} +1 -1
  155. package/dist/ketchup/p-4e7c506f.entry.js +8 -0
  156. package/dist/ketchup/{p-b149cfcd.entry.js → p-57e2f9f4.entry.js} +1 -1
  157. package/dist/ketchup/{p-b669cdca.js → p-57f19ea2.js} +1 -1
  158. package/dist/ketchup/{p-fc3adf55.entry.js → p-5d953e2d.entry.js} +1 -1
  159. package/dist/ketchup/{p-e9c66132.entry.js → p-641d13cd.entry.js} +1 -1
  160. package/dist/ketchup/{p-8721b809.js → p-6622b9dd.js} +3 -3
  161. package/dist/ketchup/{p-9979848c.entry.js → p-76e5f531.entry.js} +1 -1
  162. package/dist/ketchup/{p-9bd25afa.entry.js → p-786b7fc5.entry.js} +1 -1
  163. package/dist/ketchup/{p-2d28ee89.entry.js → p-7de9cb56.entry.js} +1 -1
  164. package/dist/ketchup/{p-0bede0f7.entry.js → p-88e822d6.entry.js} +1 -1
  165. package/dist/ketchup/{p-1c9888fb.entry.js → p-97e0ef3e.entry.js} +1 -1
  166. package/dist/ketchup/{p-fa9cf6f7.entry.js → p-9cf3e684.entry.js} +1 -1
  167. package/dist/ketchup/{p-6ab231cb.entry.js → p-b60f5212.entry.js} +1 -1
  168. package/dist/ketchup/{p-a5b011bb.entry.js → p-be7b26bc.entry.js} +1 -1
  169. package/dist/ketchup/p-becb8dd1.entry.js +1 -0
  170. package/dist/ketchup/{p-d3e2500c.js → p-c284a18d.js} +1 -1
  171. package/dist/ketchup/{p-f2edb49f.js → p-c4b18f3e.js} +1 -1
  172. package/dist/ketchup/{p-90dfeca0.entry.js → p-c7c79344.entry.js} +1 -1
  173. package/dist/ketchup/{p-ad52ea4a.js → p-d7702d0d.js} +1 -1
  174. package/dist/ketchup/{p-4fed1f62.entry.js → p-d8db010e.entry.js} +1 -1
  175. package/dist/ketchup/{p-391fd32a.entry.js → p-f3c55f78.entry.js} +1 -1
  176. package/dist/ketchup/{p-0a3c7a5c.entry.js → p-f666ed05.entry.js} +1 -1
  177. package/dist/types/utils/utils.d.ts +6 -0
  178. package/package.json +1 -1
  179. package/dist/ketchup/p-6757c6a1.entry.js +0 -8
  180. package/dist/ketchup/p-d04f5f4a.entry.js +0 -1
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H, c as createEvent, f as forceUpdate, h, d as Host } from './p-ef8cbd35.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './p-25602d9a.js';
3
- import { c as componentWrapperId, U as FButton, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t, D as defineCustomElement$u, E as defineCustomElement$v } from './p-0fe8f807.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './p-a42dc353.js';
3
+ import { c as componentWrapperId, U as FButton, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t, D as defineCustomElement$u, E as defineCustomElement$v } from './p-38b94ce7.js';
4
4
 
5
5
  const snackbarClass = 'snackbar';
6
6
  /**
@@ -1,4 +1,4 @@
1
- import { ai as KupSpinner$1, h as defineCustomElement$1 } from './p-0fe8f807.js';
1
+ import { ai as KupSpinner$1, h as defineCustomElement$1 } from './p-38b94ce7.js';
2
2
 
3
3
  const KupSpinner = KupSpinner$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { aj as KupSwitch$1, g as defineCustomElement$1 } from './p-0fe8f807.js';
1
+ import { aj as KupSwitch$1, g as defineCustomElement$1 } from './p-38b94ce7.js';
2
2
 
3
3
  const KupSwitch = KupSwitch$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { ak as KupTabBar$1, f as defineCustomElement$1 } from './p-0fe8f807.js';
1
+ import { ak as KupTabBar$1, f as defineCustomElement$1 } from './p-38b94ce7.js';
2
2
 
3
3
  const KupTabBar = KupTabBar$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { al as KupTextField$1, e as defineCustomElement$1 } from './p-0fe8f807.js';
1
+ import { al as KupTextField$1, e as defineCustomElement$1 } from './p-38b94ce7.js';
2
2
 
3
3
  const KupTextField = KupTextField$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { am as KupTimePicker$1, b as defineCustomElement$1 } from './p-0fe8f807.js';
1
+ import { am as KupTimePicker$1, b as defineCustomElement$1 } from './p-38b94ce7.js';
2
2
 
3
3
  const KupTimePicker = KupTimePicker$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { an as KupToolbar$1, a as defineCustomElement$1 } from './p-0fe8f807.js';
1
+ import { an as KupToolbar$1, a as defineCustomElement$1 } from './p-38b94ce7.js';
2
2
 
3
3
  const KupToolbar = KupToolbar$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { ao as KupTree$1, d as defineCustomElement$1 } from './p-0fe8f807.js';
1
+ import { ao as KupTree$1, d as defineCustomElement$1 } from './p-38b94ce7.js';
2
2
 
3
3
  const KupTree = KupTree$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H, c as createEvent, f as forceUpdate, h, d as Host } from './p-ef8cbd35.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './p-25602d9a.js';
3
- import { c as componentWrapperId, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t, D as defineCustomElement$u, E as defineCustomElement$v } from './p-0fe8f807.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './p-a42dc353.js';
3
+ import { c as componentWrapperId, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t, D as defineCustomElement$u, E as defineCustomElement$v } from './p-38b94ce7.js';
4
4
 
5
5
  /**
6
6
  * Props of the kup-txt component.
@@ -1,7 +1,7 @@
1
1
  import { p as proxyCustomElement, H, c as createEvent, f as forceUpdate, h, d as Host } from './p-ef8cbd35.js';
2
- import { k as kupManagerInstance, u as KupDebugCategory, g as getProps, s as setProps } from './p-25602d9a.js';
2
+ import { k as kupManagerInstance, u as KupDebugCategory, g as getProps, s as setProps } from './p-a42dc353.js';
3
3
  import { a as FTypographyType, F as FTypography } from './p-ced0c3fc.js';
4
- import { c as componentWrapperId, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t, D as defineCustomElement$u, E as defineCustomElement$v } from './p-0fe8f807.js';
4
+ import { c as componentWrapperId, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t, D as defineCustomElement$u, E as defineCustomElement$v } from './p-38b94ce7.js';
5
5
 
6
6
  /**
7
7
  * Props of the kup-typography component.
@@ -1,7 +1,7 @@
1
1
  import { p as proxyCustomElement, H, c as createEvent, f as forceUpdate, h, d as Host } from './p-ef8cbd35.js';
2
- import { k as kupManagerInstance, d as KupDynamicPositionPlacement, g as getProps, s as setProps } from './p-25602d9a.js';
2
+ import { k as kupManagerInstance, d as KupDynamicPositionPlacement, g as getProps, s as setProps } from './p-a42dc353.js';
3
3
  import { a as FTypographyType, F as FTypography } from './p-ced0c3fc.js';
4
- import { c as componentWrapperId, F as FImage, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t, D as defineCustomElement$u, E as defineCustomElement$v } from './p-0fe8f807.js';
4
+ import { c as componentWrapperId, F as FImage, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t, D as defineCustomElement$u, E as defineCustomElement$v } from './p-38b94ce7.js';
5
5
 
6
6
  /**
7
7
  * Props of the kup-typography component.
@@ -1,5 +1,5 @@
1
1
  import { p as proxyCustomElement, H, c as createEvent, f as forceUpdate, h as h$1, d as Host, F as Fragment$1 } from './p-ef8cbd35.js';
2
- import { b as KupThemeIconValues, I as ItemsDisplayMode, e as KupLanguageGeneric, a as KupComponentSizing, k as kupManagerInstance, d as KupDynamicPositionPlacement, f as editableTypes, h as kupTypes, F as FCellClasses, i as FCellTypes, c as KupThemeColorValues, C as CHIAdapter, R as RADAdapter, j as CMBandACPAdapter, l as KupTagNames, m as FCellShapes, n as getCellValueForDisplay, o as fullWidthFieldsComps, p as autoCenterComps, q as FCellEvents, r as isForceUppercase, t as isForceLowercase, u as KupDebugCategory, v as adaptContentToDisplayMode, w as FCellPadding, x as fillString, y as KupCardBuiltInClockElements, z as KupCardCSSClasses, A as KupLanguageTotals, B as KupLanguageColumn, D as KupDataNewColumnTypes, E as KupCardSubEvents, G as KupCardIds, H as KupLanguageRow, J as KupLanguageSearch, L as getColumnByName, M as KupObjects, N as formatToNumber, O as Filters, P as getValueForDisplay, Q as getValueForDisplay2, S as KupData, T as compareCell, U as TotalMode, V as getRegExpFromString, W as CHKAdapter, X as SWTAdapter, Y as SortMode, Z as GroupLabelDisplayMode, _ as SelectionMode, $ as KupLanguageGrouping, a0 as KupLanguageCheckbox, a1 as FILTER_ANALYZER, a2 as KupLanguagePage, a3 as addColumnValueFromRow, a4 as KupGlobalFilterMode, g as getProps, s as setProps, a5 as TotalLabel, a6 as isNegativeNumber, a7 as KupPointerEventTypes, a8 as kupDynamicPositionAttribute, a9 as identify, aa as KupListProps, ab as KupCardFamily, ac as KupListRole, ad as KupLanguageUpload, ae as LoadMoreMode, af as PaginatorPos, ag as ShowGrid, ah as kupDraggableColumnAttr, ai as kupDragActiveAttr, aj as KupDragEffect, ak as kupDraggableCellAttr, al as KupDropEventTypes, am as DataTableAreasEnum, an as TypesToDuplicate, ao as FixedCellsClasses, ap as FixedCellsCSSVarsBase, aq as KupLanguageFontsize, ar as KupLanguageDensity, as as KupLanguageGrid, at as KupDataTableProps, au as UseAsValue, av as iconColumn, aw as keyColumn, ax as fieldColumn, ay as getSizeOfInputElement, az as KupCardProps } from './p-25602d9a.js';
2
+ import { b as KupThemeIconValues, I as ItemsDisplayMode, e as KupLanguageGeneric, a as KupComponentSizing, k as kupManagerInstance, d as KupDynamicPositionPlacement, f as editableTypes, h as kupTypes, F as FCellClasses, i as FCellTypes, c as KupThemeColorValues, C as CHIAdapter, R as RADAdapter, j as CMBandACPAdapter, l as KupTagNames, m as FCellShapes, n as getCellValueForDisplay, o as fullWidthFieldsComps, p as autoCenterComps, q as FCellEvents, r as isForceUppercase, t as isForceLowercase, u as KupDebugCategory, v as adaptContentToDisplayMode, w as FCellPadding, x as fillString, y as KupCardBuiltInClockElements, z as KupCardCSSClasses, A as KupLanguageTotals, B as KupLanguageColumn, D as KupDataNewColumnTypes, E as KupCardSubEvents, G as KupCardIds, H as KupLanguageRow, J as KupLanguageSearch, L as getColumnByName, M as KupObjects, N as formatToNumber, O as Filters, P as getValueForDisplay, Q as getValueForDisplay2, S as KupData, T as compareCell, U as TotalMode, V as getRegExpFromString, W as CHKAdapter, X as SWTAdapter, Y as SortMode, Z as GroupLabelDisplayMode, _ as SelectionMode, $ as KupLanguageGrouping, a0 as KupLanguageCheckbox, a1 as extractColumnsFromFormulaString, a2 as FILTER_ANALYZER, a3 as KupLanguagePage, a4 as addColumnValueFromRow, a5 as KupGlobalFilterMode, g as getProps, s as setProps, a6 as TotalLabel, a7 as isNegativeNumber, a8 as KupPointerEventTypes, a9 as kupDynamicPositionAttribute, aa as identify, ab as KupListProps, ac as KupCardFamily, ad as KupListRole, ae as KupLanguageUpload, af as LoadMoreMode, ag as PaginatorPos, ah as ShowGrid, ai as kupDraggableColumnAttr, aj as kupDragActiveAttr, ak as KupDragEffect, al as kupDraggableCellAttr, am as KupDropEventTypes, an as DataTableAreasEnum, ao as TypesToDuplicate, ap as FixedCellsClasses, aq as FixedCellsCSSVarsBase, ar as KupLanguageFontsize, as as KupLanguageDensity, at as KupLanguageGrid, au as KupDataTableProps, av as UseAsValue, aw as iconColumn, ax as keyColumn, ay as fieldColumn, az as getSizeOfInputElement, aA as KupCardProps } from './p-a42dc353.js';
3
3
  import { h, g as getAssetPath, F as Fragment } from './p-3aae989f.js';
4
4
  import { c as KupDateTimeFormatOptionsMonth, K as KupDatesFormats, a as KupDates } from './p-d7365aa4.js';
5
5
 
@@ -12883,6 +12883,11 @@ class KupColumnMenu {
12883
12883
  newColumn: hasDescription
12884
12884
  ? { name: description, title: description }
12885
12885
  : undefined,
12886
+ columns: [
12887
+ columnName,
12888
+ parts[0],
12889
+ ...extractColumnsFromFormulaString(value),
12890
+ ],
12886
12891
  })
12887
12892
  .then((res) => {
12888
12893
  if (typeof res === 'string' ||
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H, c as createEvent, f as forceUpdate, h, d as Host } from './p-ef8cbd35.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './p-25602d9a.js';
3
- import { c as componentWrapperId, d as defineCustomElement$1, a as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, g as defineCustomElement$6, h as defineCustomElement$7, i as defineCustomElement$8, j as defineCustomElement$9, k as defineCustomElement$a, l as defineCustomElement$b, m as defineCustomElement$c, n as defineCustomElement$d, o as defineCustomElement$e, p as defineCustomElement$f, q as defineCustomElement$g, r as defineCustomElement$h, s as defineCustomElement$i, t as defineCustomElement$j, u as defineCustomElement$k, v as defineCustomElement$l, w as defineCustomElement$m, x as defineCustomElement$n, y as defineCustomElement$o, z as defineCustomElement$p, A as defineCustomElement$q, B as defineCustomElement$r, C as defineCustomElement$s, D as defineCustomElement$t, E as defineCustomElement$u } from './p-0fe8f807.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './p-a42dc353.js';
3
+ import { c as componentWrapperId, d as defineCustomElement$1, a as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, g as defineCustomElement$6, h as defineCustomElement$7, i as defineCustomElement$8, j as defineCustomElement$9, k as defineCustomElement$a, l as defineCustomElement$b, m as defineCustomElement$c, n as defineCustomElement$d, o as defineCustomElement$e, p as defineCustomElement$f, q as defineCustomElement$g, r as defineCustomElement$h, s as defineCustomElement$i, t as defineCustomElement$j, u as defineCustomElement$k, v as defineCustomElement$l, w as defineCustomElement$m, x as defineCustomElement$n, y as defineCustomElement$o, z as defineCustomElement$p, A as defineCustomElement$q, B as defineCustomElement$r, C as defineCustomElement$s, D as defineCustomElement$t, E as defineCustomElement$u } from './p-38b94ce7.js';
4
4
  import { c as commonjsGlobal, g as getDefaultExportFromCjs } from './p-0462f723.js';
5
5
 
6
6
  var toastuiEditor = {exports: {}};
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H, c as createEvent, f as forceUpdate, h, d as Host } from './p-ef8cbd35.js';
2
- import { k as kupManagerInstance, a9 as identify, g as getProps, s as setProps, Y as SortMode, L as getColumnByName, e as KupLanguageGeneric, b as KupThemeIconValues, u as KupDebugCategory, a7 as KupPointerEventTypes, aj as KupDragEffect, aA as kupDraggableAttr, al as KupDropEventTypes, J as KupLanguageSearch } from './p-25602d9a.js';
3
- import { I as filterRows, J as paginateRows, G as sortRows, L as pageChange, N as rowsPerPageChange, F as FImage, O as FCell, P as FChip, Q as FTextFieldMDC, c as componentWrapperId, d as defineCustomElement$1, a as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, g as defineCustomElement$6, h as defineCustomElement$7, i as defineCustomElement$8, j as defineCustomElement$9, k as defineCustomElement$a, l as defineCustomElement$b, m as defineCustomElement$c, n as defineCustomElement$d, o as defineCustomElement$e, p as defineCustomElement$f, q as defineCustomElement$g, r as defineCustomElement$h, s as defineCustomElement$i, t as defineCustomElement$j, u as defineCustomElement$k, v as defineCustomElement$l, w as defineCustomElement$m, x as defineCustomElement$n, y as defineCustomElement$o, z as defineCustomElement$p, A as defineCustomElement$q, B as defineCustomElement$r, C as defineCustomElement$s, D as defineCustomElement$t, E as defineCustomElement$u, R as FPaginator } from './p-0fe8f807.js';
2
+ import { k as kupManagerInstance, aa as identify, g as getProps, s as setProps, Y as SortMode, L as getColumnByName, e as KupLanguageGeneric, b as KupThemeIconValues, u as KupDebugCategory, a8 as KupPointerEventTypes, ak as KupDragEffect, aB as kupDraggableAttr, am as KupDropEventTypes, J as KupLanguageSearch } from './p-a42dc353.js';
3
+ import { I as filterRows, J as paginateRows, G as sortRows, L as pageChange, N as rowsPerPageChange, F as FImage, O as FCell, P as FChip, Q as FTextFieldMDC, c as componentWrapperId, d as defineCustomElement$1, a as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, g as defineCustomElement$6, h as defineCustomElement$7, i as defineCustomElement$8, j as defineCustomElement$9, k as defineCustomElement$a, l as defineCustomElement$b, m as defineCustomElement$c, n as defineCustomElement$d, o as defineCustomElement$e, p as defineCustomElement$f, q as defineCustomElement$g, r as defineCustomElement$h, s as defineCustomElement$i, t as defineCustomElement$j, u as defineCustomElement$k, v as defineCustomElement$l, w as defineCustomElement$m, x as defineCustomElement$n, y as defineCustomElement$o, z as defineCustomElement$p, A as defineCustomElement$q, B as defineCustomElement$r, C as defineCustomElement$s, D as defineCustomElement$t, E as defineCustomElement$u, R as FPaginator } from './p-38b94ce7.js';
4
4
 
5
5
  /**
6
6
  * Props of the kup-box component.
@@ -10627,6 +10627,19 @@ function getRegExpFromString(s, flags) {
10627
10627
  function escapeRegExp(s) {
10628
10628
  return s.replace(/[.*+?^${}()|[\]\\]/g, '\\$&'); // $& means the whole matched string
10629
10629
  }
10630
+ /**
10631
+ * Extract columns in a formula string in the format "[col]"
10632
+ * @param testo
10633
+ * @returns
10634
+ */
10635
+ function extractColumnsFromFormulaString(testo) {
10636
+ const regex = /\[([^\]]*)\]/g;
10637
+ const risultati = [];
10638
+ for (const match of testo.matchAll(regex)) {
10639
+ risultati.push(match[1]);
10640
+ }
10641
+ return risultati;
10642
+ }
10630
10643
 
10631
10644
  const dom$4 = document.documentElement;
10632
10645
  /**
@@ -19947,4 +19960,4 @@ function kupManagerInstance() {
19947
19960
  return dom.ketchup;
19948
19961
  }
19949
19962
 
19950
- export { KupLanguageGrouping as $, KupLanguageTotals as A, KupLanguageColumn as B, CHIAdapter as C, KupDataNewColumnTypes as D, KupCardSubEvents as E, FCellClasses as F, KupCardIds as G, KupLanguageRow as H, ItemsDisplayMode as I, KupLanguageSearch as J, KupManager as K, getColumnByName as L, KupObjects as M, formatToNumber as N, Filters as O, getValueForDisplay as P, getValueForDisplay2 as Q, RADAdapter as R, KupData as S, compareCell as T, TotalMode as U, getRegExpFromString as V, CHKAdapter as W, SWTAdapter as X, SortMode as Y, GroupLabelDisplayMode as Z, SelectionMode as _, KupComponentSizing as a, KupLanguageCheckbox as a0, FILTER_ANALYZER as a1, KupLanguagePage as a2, addColumnValueFromRow as a3, KupGlobalFilterMode as a4, TotalLabel as a5, isNegativeNumber as a6, KupPointerEventTypes as a7, kupDynamicPositionAttribute as a8, identify as a9, kupDraggableAttr as aA, KupCellElementsPosition as aB, submitPositionAdapter as aC, KupCellProps as aD, KupLanguageDashboard as aE, kupDropEvent as aF, kupDraggableRowAttr as aG, KupListProps as aa, KupCardFamily as ab, KupListRole as ac, KupLanguageUpload as ad, LoadMoreMode as ae, PaginatorPos as af, ShowGrid as ag, kupDraggableColumnAttr as ah, kupDragActiveAttr as ai, KupDragEffect as aj, kupDraggableCellAttr as ak, KupDropEventTypes as al, DataTableAreasEnum as am, TypesToDuplicate as an, FixedCellsClasses as ao, FixedCellsCSSVarsBase as ap, KupLanguageFontsize as aq, KupLanguageDensity as ar, KupLanguageGrid as as, KupDataTableProps as at, UseAsValue as au, iconColumn as av, keyColumn as aw, fieldColumn as ax, getSizeOfInputElement as ay, KupCardProps as az, KupThemeIconValues as b, KupThemeColorValues as c, KupDynamicPositionPlacement as d, KupLanguageGeneric as e, editableTypes as f, getProps as g, kupTypes as h, FCellTypes as i, CMBandACPAdapter as j, kupManagerInstance as k, KupTagNames as l, FCellShapes as m, getCellValueForDisplay as n, fullWidthFieldsComps as o, autoCenterComps as p, FCellEvents as q, isForceUppercase as r, setProps as s, isForceLowercase as t, KupDebugCategory as u, adaptContentToDisplayMode as v, FCellPadding as w, fillString as x, KupCardBuiltInClockElements as y, KupCardCSSClasses as z };
19963
+ export { KupLanguageGrouping as $, KupLanguageTotals as A, KupLanguageColumn as B, CHIAdapter as C, KupDataNewColumnTypes as D, KupCardSubEvents as E, FCellClasses as F, KupCardIds as G, KupLanguageRow as H, ItemsDisplayMode as I, KupLanguageSearch as J, KupManager as K, getColumnByName as L, KupObjects as M, formatToNumber as N, Filters as O, getValueForDisplay as P, getValueForDisplay2 as Q, RADAdapter as R, KupData as S, compareCell as T, TotalMode as U, getRegExpFromString as V, CHKAdapter as W, SWTAdapter as X, SortMode as Y, GroupLabelDisplayMode as Z, SelectionMode as _, KupComponentSizing as a, KupLanguageCheckbox as a0, extractColumnsFromFormulaString as a1, FILTER_ANALYZER as a2, KupLanguagePage as a3, addColumnValueFromRow as a4, KupGlobalFilterMode as a5, TotalLabel as a6, isNegativeNumber as a7, KupPointerEventTypes as a8, kupDynamicPositionAttribute as a9, KupCardProps as aA, kupDraggableAttr as aB, KupCellElementsPosition as aC, submitPositionAdapter as aD, KupCellProps as aE, KupLanguageDashboard as aF, kupDropEvent as aG, kupDraggableRowAttr as aH, identify as aa, KupListProps as ab, KupCardFamily as ac, KupListRole as ad, KupLanguageUpload as ae, LoadMoreMode as af, PaginatorPos as ag, ShowGrid as ah, kupDraggableColumnAttr as ai, kupDragActiveAttr as aj, KupDragEffect as ak, kupDraggableCellAttr as al, KupDropEventTypes as am, DataTableAreasEnum as an, TypesToDuplicate as ao, FixedCellsClasses as ap, FixedCellsCSSVarsBase as aq, KupLanguageFontsize as ar, KupLanguageDensity as as, KupLanguageGrid as at, KupDataTableProps as au, UseAsValue as av, iconColumn as aw, keyColumn as ax, fieldColumn as ay, getSizeOfInputElement as az, KupThemeIconValues as b, KupThemeColorValues as c, KupDynamicPositionPlacement as d, KupLanguageGeneric as e, editableTypes as f, getProps as g, kupTypes as h, FCellTypes as i, CMBandACPAdapter as j, kupManagerInstance as k, KupTagNames as l, FCellShapes as m, getCellValueForDisplay as n, fullWidthFieldsComps as o, autoCenterComps as p, FCellEvents as q, isForceUppercase as r, setProps as s, isForceLowercase as t, KupDebugCategory as u, adaptContentToDisplayMode as v, FCellPadding as w, fillString as x, KupCardBuiltInClockElements as y, KupCardCSSClasses as z };
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H, f as forceUpdate, h, d as Host } from './p-ef8cbd35.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, u as KupDebugCategory } from './p-25602d9a.js';
3
- import { c as componentWrapperId, d as defineCustomElement$1, a as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, g as defineCustomElement$6, h as defineCustomElement$7, i as defineCustomElement$8, j as defineCustomElement$9, k as defineCustomElement$a, l as defineCustomElement$b, m as defineCustomElement$c, n as defineCustomElement$d, o as defineCustomElement$e, p as defineCustomElement$f, q as defineCustomElement$g, r as defineCustomElement$h, s as defineCustomElement$i, t as defineCustomElement$j, u as defineCustomElement$k, v as defineCustomElement$l, w as defineCustomElement$m, x as defineCustomElement$n, y as defineCustomElement$o, z as defineCustomElement$p, A as defineCustomElement$q, B as defineCustomElement$r, C as defineCustomElement$s, D as defineCustomElement$t, E as defineCustomElement$u } from './p-0fe8f807.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, u as KupDebugCategory } from './p-a42dc353.js';
3
+ import { c as componentWrapperId, d as defineCustomElement$1, a as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, g as defineCustomElement$6, h as defineCustomElement$7, i as defineCustomElement$8, j as defineCustomElement$9, k as defineCustomElement$a, l as defineCustomElement$b, m as defineCustomElement$c, n as defineCustomElement$d, o as defineCustomElement$e, p as defineCustomElement$f, q as defineCustomElement$g, r as defineCustomElement$h, s as defineCustomElement$i, t as defineCustomElement$j, u as defineCustomElement$k, v as defineCustomElement$l, w as defineCustomElement$m, x as defineCustomElement$n, y as defineCustomElement$o, z as defineCustomElement$p, A as defineCustomElement$q, B as defineCustomElement$r, C as defineCustomElement$s, D as defineCustomElement$t, E as defineCustomElement$u } from './p-38b94ce7.js';
4
4
 
5
5
  /**
6
6
  * Props of the kup-grid component.
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H, c as createEvent, f as forceUpdate, h, d as Host, g as getAssetPath } from './p-ef8cbd35.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, c as KupThemeColorValues, u as KupDebugCategory, L as getColumnByName, D as KupDataNewColumnTypes } from './p-25602d9a.js';
3
- import { c as componentWrapperId, d as defineCustomElement$1, a as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, g as defineCustomElement$6, h as defineCustomElement$7, i as defineCustomElement$8, j as defineCustomElement$9, k as defineCustomElement$a, l as defineCustomElement$b, m as defineCustomElement$c, n as defineCustomElement$d, o as defineCustomElement$e, p as defineCustomElement$f, q as defineCustomElement$g, r as defineCustomElement$h, s as defineCustomElement$i, t as defineCustomElement$j, u as defineCustomElement$k, v as defineCustomElement$l, w as defineCustomElement$m, x as defineCustomElement$n, y as defineCustomElement$o, z as defineCustomElement$p, A as defineCustomElement$q, B as defineCustomElement$r, C as defineCustomElement$s, D as defineCustomElement$t, E as defineCustomElement$u } from './p-0fe8f807.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, c as KupThemeColorValues, u as KupDebugCategory, L as getColumnByName, D as KupDataNewColumnTypes } from './p-a42dc353.js';
3
+ import { c as componentWrapperId, d as defineCustomElement$1, a as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, g as defineCustomElement$6, h as defineCustomElement$7, i as defineCustomElement$8, j as defineCustomElement$9, k as defineCustomElement$a, l as defineCustomElement$b, m as defineCustomElement$c, n as defineCustomElement$d, o as defineCustomElement$e, p as defineCustomElement$f, q as defineCustomElement$g, r as defineCustomElement$h, s as defineCustomElement$i, t as defineCustomElement$j, u as defineCustomElement$k, v as defineCustomElement$l, w as defineCustomElement$m, x as defineCustomElement$n, y as defineCustomElement$o, z as defineCustomElement$p, A as defineCustomElement$q, B as defineCustomElement$r, C as defineCustomElement$s, D as defineCustomElement$t, E as defineCustomElement$u } from './p-38b94ce7.js';
4
4
 
5
5
  /*! *****************************************************************************
6
6
  Copyright (c) Microsoft Corporation.
@@ -1,11 +1,11 @@
1
1
  import { h, F as Fragment } from './index-9b0f4a0d.js';
2
- import { aq as editableTypes, ar as kupTypes, R as FCellClasses, ad as FCellTypes, f as KupThemeColorValues, ao as CHIAdapter, am as RADAdapter, al as CMBandACPAdapter, as as KupTagNames, F as FCellShapes, ai as getCellValueForDisplay, a as KupComponentSizing, at as fullWidthFieldsComps, I as ItemsDisplayMode, au as autoCenterComps, av as adaptContentToDisplayMode, aw as FCellEvents, ax as isForceUppercase, ay as isForceLowercase, h as KupDebugCategory } from './kup-manager-150e2ada.js';
2
+ import { ar as editableTypes, as as kupTypes, U as FCellClasses, ae as FCellTypes, f as KupThemeColorValues, ap as CHIAdapter, an as RADAdapter, am as CMBandACPAdapter, at as KupTagNames, F as FCellShapes, aj as getCellValueForDisplay, a as KupComponentSizing, au as fullWidthFieldsComps, I as ItemsDisplayMode, av as autoCenterComps, aw as adaptContentToDisplayMode, ax as FCellEvents, ay as isForceUppercase, az as isForceLowercase, h as KupDebugCategory } from './kup-manager-232be463.js';
3
3
  import { F as FButton } from './f-button-6298565d.js';
4
4
  import { F as FCheckbox } from './f-checkbox-191ec2e7.js';
5
- import { F as FChipType, d as FChip } from './f-chip-876f5447.js';
5
+ import { F as FChipType, d as FChip } from './f-chip-179c17df.js';
6
6
  import { F as FImage } from './f-image-96ea1421.js';
7
- import { F as FObjectField } from './f-object-field-4382c70d.js';
8
- import { F as FTextField } from './f-text-field-a13130d7.js';
7
+ import { F as FObjectField } from './f-object-field-f7b1083e.js';
8
+ import { F as FTextField } from './f-text-field-5a3c89ce.js';
9
9
 
10
10
  var FRadioType;
11
11
  (function (FRadioType) {
@@ -1,6 +1,6 @@
1
1
  import { h } from './index-9b0f4a0d.js';
2
2
  import { F as FImage } from './f-image-96ea1421.js';
3
- import { I as ItemsDisplayMode, d as KupThemeIconValues, b as KupLanguageGeneric } from './kup-manager-150e2ada.js';
3
+ import { I as ItemsDisplayMode, d as KupThemeIconValues, b as KupLanguageGeneric } from './kup-manager-232be463.js';
4
4
 
5
5
  function getIdOfItemByDisplayMode(item, mode, separator) {
6
6
  const { id, value } = item;
@@ -1,8 +1,8 @@
1
1
  import { h } from './index-9b0f4a0d.js';
2
- import { a as KupComponentSizing, k as kupManagerInstance, e as KupDynamicPositionPlacement } from './kup-manager-150e2ada.js';
2
+ import { a as KupComponentSizing, k as kupManagerInstance, e as KupDynamicPositionPlacement } from './kup-manager-232be463.js';
3
3
  import { F as FButton } from './f-button-6298565d.js';
4
4
  import { a as FButtonStyling } from './f-button-declarations-6c8f8abe.js';
5
- import { F as FTextField } from './f-text-field-a13130d7.js';
5
+ import { F as FTextField } from './f-text-field-5a3c89ce.js';
6
6
 
7
7
  const STATE = new WeakMap();
8
8
  const FObjectField = (props) => {
@@ -1,5 +1,5 @@
1
1
  import { h } from './index-9b0f4a0d.js';
2
- import { I as ItemsDisplayMode, az as KupLanguagePage, t as KupLanguageRow, a as KupComponentSizing, b as KupLanguageGeneric } from './kup-manager-150e2ada.js';
2
+ import { I as ItemsDisplayMode, aA as KupLanguagePage, t as KupLanguageRow, a as KupComponentSizing, b as KupLanguageGeneric } from './kup-manager-232be463.js';
3
3
  import { F as FButton } from './f-button-6298565d.js';
4
4
  import { a as FButtonStyling } from './f-button-declarations-6c8f8abe.js';
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { h, g as getAssetPath } from './index-9b0f4a0d.js';
2
- import { d as KupThemeIconValues } from './kup-manager-150e2ada.js';
2
+ import { d as KupThemeIconValues } from './kup-manager-232be463.js';
3
3
  import { F as FImage } from './f-image-96ea1421.js';
4
4
 
5
5
  const dom = document.documentElement;
package/dist/esm/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { K as KupManager } from './kup-manager-150e2ada.js';
1
+ import { K as KupManager } from './kup-manager-232be463.js';
2
2
  import './kup-dates-bf500166.js';
3
3
  import './index-9b0f4a0d.js';
4
4
 
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, a as KupComponentSizing, g as getProps, s as setProps, d as KupThemeIconValues, f as KupThemeColorValues, e as KupDynamicPositionPlacement } from './kup-manager-150e2ada.js';
2
+ import { k as kupManagerInstance, a as KupComponentSizing, g as getProps, s as setProps, d as KupThemeIconValues, f as KupThemeColorValues, e as KupDynamicPositionPlacement } from './kup-manager-232be463.js';
3
3
  import { F as FImage } from './f-image-96ea1421.js';
4
4
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
5
5
  import { M as MDCRipple } from './component-a35bc7f1.js';
@@ -1,8 +1,8 @@
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, h as KupDebugCategory, ai as getCellValueForDisplay } from './kup-manager-150e2ada.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, h as KupDebugCategory, aj as getCellValueForDisplay } from './kup-manager-232be463.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import { F as FImage } from './f-image-96ea1421.js';
5
- import { s as sortRows } from './kup-data-table-helper-4ab72247.js';
5
+ import { s as sortRows } from './kup-data-table-helper-3f3bb266.js';
6
6
  import './kup-dates-bf500166.js';
7
7
 
8
8
  var KupActivityTimelineProps;
@@ -1,19 +1,19 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement$1, F as Fragment, g as getAssetPath } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, I as ItemsDisplayMode, a as KupComponentSizing, g as getProps, s as setProps, b as KupLanguageGeneric, c as getSizeOfInputElement, d as KupThemeIconValues, e as KupDynamicPositionPlacement, f as KupThemeColorValues, h as KupDebugCategory, F as FCellShapes, i as FCellPadding, j as fillString, l as KupCardBuiltInClockElements, m as KupCardCSSClasses, n as KupLanguageTotals, o as KupLanguageColumn, p as KupDataNewColumnTypes, q as KupCardSubEvents, r as KupCardIds, t as KupLanguageRow, u as KupLanguageSearch, v as KupCardFamily, w as KupCardProps, x as getColumnByName, y as formatToNumber, z as KupObjects, A as identify, G as GroupLabelDisplayMode, S as SelectionMode, B as KupLanguageGrouping, C as KupLanguageCheckbox, D as getValueForDisplay2, E as Filters, H as getValueForDisplay, J as FILTER_ANALYZER, L as LoadMoreMode, P as PaginatorPos, M as ShowGrid, T as TotalLabel, N as TotalMode, O as getRegExpFromString, Q as isNegativeNumber, R as FCellClasses, U as kupDynamicPositionAttribute, V as KupPointerEventTypes, W as kupDraggableColumnAttr, X as kupDragActiveAttr, Y as KupDragEffect, Z as kupDraggableCellAttr, _ as KupDropEventTypes, $ as DataTableAreasEnum, a0 as TypesToDuplicate, a1 as FixedCellsClasses, a2 as FixedCellsCSSVarsBase, a3 as KupLanguageFontsize, a4 as KupLanguageDensity, a5 as KupLanguageGrid, a6 as KupDataTableProps, a7 as UseAsValue, a8 as SortMode, a9 as iconColumn, aa as keyColumn, ab as fieldColumn, ac as KupLanguageUpload, ad as FCellTypes, ae as KupListRole, af as KupListProps, ag as addColumnValueFromRow, ah as KupGlobalFilterMode } from './kup-manager-150e2ada.js';
3
- import { F as FTextField } from './f-text-field-a13130d7.js';
2
+ import { k as kupManagerInstance, I as ItemsDisplayMode, a as KupComponentSizing, g as getProps, s as setProps, b as KupLanguageGeneric, c as getSizeOfInputElement, d as KupThemeIconValues, e as KupDynamicPositionPlacement, f as KupThemeColorValues, h as KupDebugCategory, F as FCellShapes, i as FCellPadding, j as fillString, l as KupCardBuiltInClockElements, m as KupCardCSSClasses, n as KupLanguageTotals, o as KupLanguageColumn, p as KupDataNewColumnTypes, q as KupCardSubEvents, r as KupCardIds, t as KupLanguageRow, u as KupLanguageSearch, v as KupCardFamily, w as KupCardProps, x as getColumnByName, y as formatToNumber, z as KupObjects, A as identify, G as GroupLabelDisplayMode, S as SelectionMode, B as KupLanguageGrouping, C as KupLanguageCheckbox, D as getValueForDisplay2, E as Filters, H as getValueForDisplay, J as extractColumnsFromFormulaString, L as FILTER_ANALYZER, M as LoadMoreMode, P as PaginatorPos, N as ShowGrid, T as TotalLabel, O as TotalMode, Q as getRegExpFromString, R as isNegativeNumber, U as FCellClasses, V as kupDynamicPositionAttribute, W as KupPointerEventTypes, X as kupDraggableColumnAttr, Y as kupDragActiveAttr, Z as KupDragEffect, _ as kupDraggableCellAttr, $ as KupDropEventTypes, a0 as DataTableAreasEnum, a1 as TypesToDuplicate, a2 as FixedCellsClasses, a3 as FixedCellsCSSVarsBase, a4 as KupLanguageFontsize, a5 as KupLanguageDensity, a6 as KupLanguageGrid, a7 as KupDataTableProps, a8 as UseAsValue, a9 as SortMode, aa as iconColumn, ab as keyColumn, ac as fieldColumn, ad as KupLanguageUpload, ae as FCellTypes, af as KupListRole, ag as KupListProps, ah as addColumnValueFromRow, ai as KupGlobalFilterMode } from './kup-manager-232be463.js';
3
+ import { F as FTextField } from './f-text-field-5a3c89ce.js';
4
4
  import { F as FTextFieldMDC } from './f-text-field-mdc-81ce6c7c.js';
5
- import { g as getIdOfItemByDisplayMode, c as consistencyCheck, F as FChipType, a as FChipSize, b as FChipStyling, d as FChip } from './f-chip-876f5447.js';
5
+ import { g as getIdOfItemByDisplayMode, c as consistencyCheck, F as FChipType, a as FChipSize, b as FChipStyling, d as FChip } from './f-chip-179c17df.js';
6
6
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
7
7
  import { F as FImage } from './f-image-96ea1421.js';
8
8
  import { F as FButton } from './f-button-6298565d.js';
9
9
  import { F as FButtonAlign, a as FButtonStyling } from './f-button-declarations-6c8f8abe.js';
10
- import { F as FCell, a as FRadio, b as FRating, c as FSwitchSizing, d as FSwitch } from './f-cell-ebde9645.js';
10
+ import { F as FCell, a as FRadio, b as FRating, c as FSwitchSizing, d as FSwitch } from './f-cell-678c979f.js';
11
11
  import { d as KupDateTimeFormatOptionsMonth, K as KupDatesFormats, a as KupDates } from './kup-dates-bf500166.js';
12
12
  import { M as MDCRipple } from './component-a35bc7f1.js';
13
13
  import { F as FCheckbox } from './f-checkbox-191ec2e7.js';
14
- import { F as FiltersColumnMenu, a as FiltersRows, g as getDiffData, d as decorateDataTable, c as calcTotals, n as normalizeRows, p as paginateRows, f as filterRows, b as groupRows, s as sortRows, t as treeMainColumnName, K as KupTreeExpansionMode, e as KupTreeProps } from './kup-data-table-helper-4ab72247.js';
15
- import { F as FPaginator, p as pageChange, r as rowsPerPageChange } from './f-paginator-utils-95d00f42.js';
16
- import './f-object-field-4382c70d.js';
14
+ import { F as FiltersColumnMenu, a as FiltersRows, g as getDiffData, d as decorateDataTable, c as calcTotals, n as normalizeRows, p as paginateRows, f as filterRows, b as groupRows, s as sortRows, t as treeMainColumnName, K as KupTreeExpansionMode, e as KupTreeProps } from './kup-data-table-helper-3f3bb266.js';
15
+ import { F as FPaginator, p as pageChange, r as rowsPerPageChange } from './f-paginator-utils-1e12594a.js';
16
+ import './f-object-field-f7b1083e.js';
17
17
 
18
18
  /**
19
19
  * Props of the kup-autocomplete component.
@@ -8497,6 +8497,11 @@ class KupColumnMenu {
8497
8497
  newColumn: hasDescription
8498
8498
  ? { name: description, title: description }
8499
8499
  : undefined,
8500
+ columns: [
8501
+ columnName,
8502
+ parts[0],
8503
+ ...extractColumnsFromFormulaString(value),
8504
+ ],
8500
8505
  })
8501
8506
  .then((res) => {
8502
8507
  if (typeof res === 'string' ||
@@ -1,18 +1,18 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, A as identify, g as getProps, s as setProps, a8 as SortMode, x as getColumnByName, b as KupLanguageGeneric, d as KupThemeIconValues, h as KupDebugCategory, V as KupPointerEventTypes, Y as KupDragEffect, aG as kupDraggableAttr, _ as KupDropEventTypes, u as KupLanguageSearch } from './kup-manager-150e2ada.js';
3
- import { f as filterRows, p as paginateRows, s as sortRows } from './kup-data-table-helper-4ab72247.js';
2
+ import { k as kupManagerInstance, A as identify, g as getProps, s as setProps, a9 as SortMode, x as getColumnByName, b as KupLanguageGeneric, d as KupThemeIconValues, h as KupDebugCategory, W as KupPointerEventTypes, Z as KupDragEffect, aH as kupDraggableAttr, $ as KupDropEventTypes, u as KupLanguageSearch } from './kup-manager-232be463.js';
3
+ import { f as filterRows, p as paginateRows, s as sortRows } from './kup-data-table-helper-3f3bb266.js';
4
4
  import { F as FImage } from './f-image-96ea1421.js';
5
- import { d as FChip } from './f-chip-876f5447.js';
5
+ import { d as FChip } from './f-chip-179c17df.js';
6
6
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
7
- import { F as FCell } from './f-cell-ebde9645.js';
8
- import { p as pageChange, r as rowsPerPageChange, F as FPaginator } from './f-paginator-utils-95d00f42.js';
7
+ import { F as FCell } from './f-cell-678c979f.js';
8
+ import { p as pageChange, r as rowsPerPageChange, F as FPaginator } from './f-paginator-utils-1e12594a.js';
9
9
  import { F as FTextFieldMDC } from './f-text-field-mdc-81ce6c7c.js';
10
10
  import './kup-dates-bf500166.js';
11
11
  import './f-button-6298565d.js';
12
12
  import './f-button-declarations-6c8f8abe.js';
13
13
  import './f-checkbox-191ec2e7.js';
14
- import './f-object-field-4382c70d.js';
15
- import './f-text-field-a13130d7.js';
14
+ import './f-object-field-f7b1083e.js';
15
+ import './f-text-field-5a3c89ce.js';
16
16
  import './component-a35bc7f1.js';
17
17
 
18
18
  /**
@@ -1,8 +1,8 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h as h$1, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, x as getColumnByName, h as KupDebugCategory } from './kup-manager-150e2ada.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, x as getColumnByName, h as KupDebugCategory } from './kup-manager-232be463.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import { F as FButton } from './f-button-6298565d.js';
5
- import { d as FChip, F as FChipType } from './f-chip-876f5447.js';
5
+ import { d as FChip, F as FChipType } from './f-chip-179c17df.js';
6
6
  import { b as KupDatesLocales, K as KupDatesFormats } from './kup-dates-bf500166.js';
7
7
  import './f-button-declarations-6c8f8abe.js';
8
8
  import './f-image-96ea1421.js';
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, v as KupCardFamily, ai as getCellValueForDisplay } from './kup-manager-150e2ada.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, v as KupCardFamily, aj as getCellValueForDisplay } from './kup-manager-232be463.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import './kup-dates-bf500166.js';
5
5
 
@@ -1,15 +1,15 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, i as FCellPadding, aA as KupCellElementsPosition, g as getProps, s as setProps, Y as KupDragEffect, aB as submitPositionAdapter, b as KupLanguageGeneric, aC as KupCellProps } from './kup-manager-150e2ada.js';
2
+ import { k as kupManagerInstance, i as FCellPadding, aB as KupCellElementsPosition, g as getProps, s as setProps, Z as KupDragEffect, aC as submitPositionAdapter, b as KupLanguageGeneric, aD as KupCellProps } from './kup-manager-232be463.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import { F as FButton } from './f-button-6298565d.js';
5
- import { F as FCell } from './f-cell-ebde9645.js';
5
+ import { F as FCell } from './f-cell-678c979f.js';
6
6
  import './kup-dates-bf500166.js';
7
7
  import './f-button-declarations-6c8f8abe.js';
8
8
  import './f-image-96ea1421.js';
9
9
  import './f-checkbox-191ec2e7.js';
10
- import './f-chip-876f5447.js';
11
- import './f-object-field-4382c70d.js';
12
- import './f-text-field-a13130d7.js';
10
+ import './f-chip-179c17df.js';
11
+ import './f-object-field-f7b1083e.js';
12
+ import './f-text-field-5a3c89ce.js';
13
13
 
14
14
  const kupCellCss = ".kup-body-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-body-compact-01-font-size, 14px);line-height:18px;font-weight:400;letter-spacing:0.16px}.kup-body-01{font-family:var(--kup-font-family);font-size:var(--kup-body-01-font-size, 14px);line-height:20px;font-weight:400;letter-spacing:0.16px}.kup-code-01{font-family:var(--kup-font-family-monospace);font-size:12px;line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-label-01{font-family:var(--kup-font-family);font-size:var(--kup-label-01-font-size, 12px);line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-caption-02{font-family:var(--kup-font-family);font-size:12px;line-height:15px;font-weight:500;letter-spacing:1px}.kup-caption-01{font-family:var(--kup-font-family);font-size:10px;line-height:13px;font-weight:400;letter-spacing:1px}.kup-small-label-01{font-family:var(--kup-font-family);font-size:6px;line-height:9px;font-weight:400;letter-spacing:1px}.kup-heading-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-heading-compact-01-font-size, 14px);line-height:18px;font-weight:600;letter-spacing:0.16px}.kup-heading-01{font-family:var(--kup-font-family);font-size:var(--kup-heading-01-font-size, 14px);line-height:20px;font-weight:600;letter-spacing:0.16px}.kup-heading-02{font-family:var(--kup-font-family);font-size:16px;line-height:24px;font-weight:500;letter-spacing:0}.kup-heading-03{font-family:var(--kup-font-family);font-size:20px;line-height:28px;font-weight:400;letter-spacing:0}.kup-heading-04{font-family:var(--kup-font-family);font-size:28px;line-height:36px;font-weight:400;letter-spacing:0}.kup-heading-05{font-family:var(--kup-font-family);font-size:32px;line-height:40px;font-weight:300;letter-spacing:0}.kup-heading-06{font-family:var(--kup-font-family);font-size:42px;line-height:50px;font-weight:300;letter-spacing:0}.kup-heading-07{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:300;letter-spacing:0}.kup-heading-08{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:600;letter-spacing:0}:host{display:block;height:fit-content;width:100%}#kup-component{height:fit-content;width:100%}";
15
15
  const KupCellStyle0 = kupCellCss;
@@ -1,9 +1,9 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
2
  import { F as FButton } from './f-button-6298565d.js';
3
3
  import { F as FCheckbox } from './f-checkbox-191ec2e7.js';
4
- import { F as FTextField } from './f-text-field-a13130d7.js';
4
+ import { F as FTextField } from './f-text-field-5a3c89ce.js';
5
5
  import { F as FTextFieldMDC } from './f-text-field-mdc-81ce6c7c.js';
6
- import { k as kupManagerInstance, g as getProps, s as setProps, aD as KupLanguageDashboard, b as KupLanguageGeneric, Y as KupDragEffect, h as KupDebugCategory } from './kup-manager-150e2ada.js';
6
+ import { k as kupManagerInstance, g as getProps, s as setProps, aE as KupLanguageDashboard, b as KupLanguageGeneric, Z as KupDragEffect, h as KupDebugCategory } from './kup-manager-232be463.js';
7
7
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
8
8
  import './f-button-declarations-6c8f8abe.js';
9
9
  import './f-image-96ea1421.js';
@@ -1,4 +1,4 @@
1
- import { E as Filters, H as getValueForDisplay, D as getValueForDisplay2, ai as getCellValueForDisplay, x as getColumnByName, z as KupObjects, aj as KupData, ak as compareCell, N as TotalMode, O as getRegExpFromString, F as FCellShapes, al as CMBandACPAdapter, am as RADAdapter, an as CHKAdapter, ao as CHIAdapter, ap as SWTAdapter, a8 as SortMode } from './kup-manager-150e2ada.js';
1
+ import { E as Filters, H as getValueForDisplay, D as getValueForDisplay2, aj as getCellValueForDisplay, x as getColumnByName, z as KupObjects, ak as KupData, al as compareCell, O as TotalMode, Q as getRegExpFromString, F as FCellShapes, am as CMBandACPAdapter, an as RADAdapter, ao as CHKAdapter, ap as CHIAdapter, aq as SWTAdapter, a9 as SortMode } from './kup-manager-232be463.js';
2
2
  import { K as KupDatesFormats } from './kup-dates-bf500166.js';
3
3
 
4
4
  /**
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-150e2ada.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-232be463.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, 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-150e2ada.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';
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 } from './kup-manager-150e2ada.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-232be463.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-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-150e2ada.js';
5
+ import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, W as KupPointerEventTypes } from './kup-manager-232be463.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-150e2ada.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, h as KupDebugCategory } from './kup-manager-232be463.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-150e2ada.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric } from './kup-manager-232be463.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-150e2ada.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, h as KupDebugCategory } from './kup-manager-232be463.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-6298565d.js';
3
- import { F as FCell, e as FLabel } from './f-cell-ebde9645.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-150e2ada.js';
3
+ import { F as FCell, e as FLabel } from './f-cell-678c979f.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';
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-876f5447.js';
12
- import './f-object-field-4382c70d.js';
13
- import './f-text-field-a13130d7.js';
11
+ import './f-chip-179c17df.js';
12
+ import './f-object-field-f7b1083e.js';
13
+ import './f-text-field-5a3c89ce.js';
14
14
  import './kup-dates-bf500166.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: 'a9cd6b28b46236c56cb52c0a8d1d8749a9f507fb', "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: '6cb5c706b788f76ae884b14c59db930756ecd29a', "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: '3cb1badf0bddd1fac54ab22925bfedaa64d8365a' }, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '8ab5ff60a83c3bb239a0ace6df545a3e7328640d', id: componentWrapperId }, inputPanelContent)));
435
+ }, "onKup-file-upload-upload": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_upload).bind(this) }, h("style", { key: '2fe21dd4f71214502a2a8a770887d26304fa7670' }, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '15ac5853c800808300776454c9ff33c4cbfa425d', id: componentWrapperId }, inputPanelContent)));
436
436
  }
437
437
  disconnectedCallback() {
438
438
  __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").language.unregister(this);
@@ -1068,7 +1068,7 @@ _KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_formRef = new WeakMap(
1068
1068
  if (checkList) {
1069
1069
  triggerCallback = !detail.comp.data['kup-list'].data.length;
1070
1070
  }
1071
- if (triggerCallback) {
1071
+ if (triggerCallback && !cell.options) {
1072
1072
  __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getAutocompleteEventCallback).call(this, detail, cell);
1073
1073
  }
1074
1074
  }
@@ -1284,7 +1284,7 @@ _KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_formRef = new WeakMap(
1284
1284
  kupListData.data = (filteredRows === null || filteredRows === void 0 ? void 0 : filteredRows.length)
1285
1285
  ? ((_e = __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_optionsTreeComboAdapter).call(this, visibleColumnsOptions, cell.value)) !== null && _e !== void 0 ? _e : [])
1286
1286
  : [];
1287
- kupListData.options = (_f = options.columns) !== null && _f !== void 0 ? _f : [];
1287
+ kupListData.options = (_f = options === null || options === void 0 ? void 0 : options.columns) !== null && _f !== void 0 ? _f : [];
1288
1288
  }
1289
1289
  else {
1290
1290
  __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").debug.logMessage(this, 'getAutocompleteEventCallback() - "kup-list" not found in cell.data.data', KupDebugCategory.WARNING);