@sme.up/ketchup 10.2.0 → 10.3.0

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 (219) hide show
  1. package/dist/cjs/{f-cell-3ed4ad9e.js → f-cell-cfdd6703.js} +4 -4
  2. package/dist/cjs/{f-chip-b936dcaf.js → f-chip-24b1eb58.js} +1 -1
  3. package/dist/cjs/{f-object-field-348fa103.js → f-object-field-2ffc49c1.js} +2 -2
  4. package/dist/cjs/{f-paginator-utils-f951cc54.js → f-paginator-utils-51bb9317.js} +1 -1
  5. package/dist/cjs/{f-text-field-e41f653a.js → f-text-field-5face063.js} +1 -1
  6. package/dist/cjs/index.cjs.js +1 -1
  7. package/dist/cjs/ketchup.cjs.js +1 -1
  8. package/dist/cjs/kup-accordion.cjs.entry.js +1 -1
  9. package/dist/cjs/kup-activity-timeline.cjs.entry.js +2 -2
  10. package/dist/cjs/kup-autocomplete_29.cjs.entry.js +121 -57
  11. package/dist/cjs/kup-box.cjs.entry.js +11 -8
  12. package/dist/cjs/kup-calendar.cjs.entry.js +2 -2
  13. package/dist/cjs/kup-card-list.cjs.entry.js +1 -1
  14. package/dist/cjs/kup-cell.cjs.entry.js +5 -5
  15. package/dist/cjs/kup-dashboard.cjs.entry.js +2 -2
  16. package/dist/cjs/{kup-data-table-helper-adaa11bb.js → kup-data-table-helper-6f4d86ea.js} +1 -1
  17. package/dist/cjs/kup-drawer.cjs.entry.js +1 -1
  18. package/dist/cjs/kup-echart.cjs.entry.js +1 -1
  19. package/dist/cjs/kup-editor.cjs.entry.js +9 -4
  20. package/dist/cjs/kup-family-tree.cjs.entry.js +1 -1
  21. package/dist/cjs/kup-grid.cjs.entry.js +1 -1
  22. package/dist/cjs/kup-htm.cjs.entry.js +1 -1
  23. package/dist/cjs/kup-iframe.cjs.entry.js +1 -1
  24. package/dist/cjs/kup-image-list.cjs.entry.js +5 -5
  25. package/dist/cjs/kup-input-panel.cjs.entry.js +44 -69
  26. package/dist/cjs/kup-lazy.cjs.entry.js +1 -1
  27. package/dist/cjs/kup-magic-box.cjs.entry.js +1 -1
  28. package/dist/cjs/{kup-manager-39bc2be8.js → kup-manager-49d2d8fe.js} +81 -157
  29. package/dist/cjs/kup-nav-bar.cjs.entry.js +1 -1
  30. package/dist/cjs/kup-numeric-picker.cjs.entry.js +2 -2
  31. package/dist/cjs/kup-object-field.cjs.entry.js +3 -3
  32. package/dist/cjs/kup-pdf.cjs.entry.js +1 -1
  33. package/dist/cjs/kup-planner.cjs.entry.js +2 -2
  34. package/dist/cjs/kup-probe.cjs.entry.js +1 -1
  35. package/dist/cjs/kup-qlik.cjs.entry.js +1 -1
  36. package/dist/cjs/kup-snackbar.cjs.entry.js +1 -1
  37. package/dist/cjs/kup-txt.cjs.entry.js +1 -1
  38. package/dist/cjs/kup-typography-list.cjs.entry.js +1 -1
  39. package/dist/cjs/kup-typography.cjs.entry.js +1 -1
  40. package/dist/cjs/loader.cjs.js +1 -1
  41. package/dist/collection/components/kup-autocomplete/kup-autocomplete-declarations.js +1 -0
  42. package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +39 -7
  43. package/dist/collection/components/kup-box/kup-box.js +24 -1
  44. package/dist/collection/components/kup-button/kup-button.js +0 -24
  45. package/dist/collection/components/kup-combobox/kup-combobox-declarations.js +1 -0
  46. package/dist/collection/components/kup-combobox/kup-combobox.js +24 -1
  47. package/dist/collection/components/kup-data-table/kup-data-table.js +94 -24
  48. package/dist/collection/components/kup-editor/kup-editor.js +8 -3
  49. package/dist/collection/components/kup-input-panel/kup-input-panel-utils.js +24 -11
  50. package/dist/collection/components/kup-input-panel/kup-input-panel.js +47 -31
  51. package/dist/collection/components/kup-tree/kup-tree.js +42 -12
  52. package/dist/collection/managers/kup-manager/kup-manager.js +0 -2
  53. package/dist/components/index.js +1 -1
  54. package/dist/components/kup-accordion.js +2 -2
  55. package/dist/components/kup-activity-timeline.js +2 -2
  56. package/dist/components/kup-autocomplete.js +1 -1
  57. package/dist/components/kup-badge.js +1 -1
  58. package/dist/components/kup-box.js +1 -1
  59. package/dist/components/kup-button-list.js +1 -1
  60. package/dist/components/kup-button.js +1 -1
  61. package/dist/components/kup-calendar.js +2 -2
  62. package/dist/components/kup-card-list.js +3 -3
  63. package/dist/components/kup-card.js +1 -1
  64. package/dist/components/kup-cell.js +2 -2
  65. package/dist/components/kup-chart.js +1 -1
  66. package/dist/components/kup-checkbox.js +1 -1
  67. package/dist/components/kup-chip.js +1 -1
  68. package/dist/components/kup-color-picker.js +1 -1
  69. package/dist/components/kup-combobox.js +1 -1
  70. package/dist/components/kup-dashboard.js +2 -2
  71. package/dist/components/kup-data-table.js +1 -1
  72. package/dist/components/kup-date-picker.js +1 -1
  73. package/dist/components/kup-dialog.js +1 -1
  74. package/dist/components/kup-drawer.js +2 -2
  75. package/dist/components/kup-dropdown-button.js +1 -1
  76. package/dist/components/kup-echart.js +1 -1
  77. package/dist/components/kup-editor.js +1 -1
  78. package/dist/components/kup-family-tree.js +3 -3
  79. package/dist/components/kup-file-upload.js +1 -1
  80. package/dist/components/kup-form.js +1 -1
  81. package/dist/components/kup-gauge.js +1 -1
  82. package/dist/components/kup-grid.js +1 -1
  83. package/dist/components/kup-htm.js +2 -2
  84. package/dist/components/kup-iframe.js +2 -2
  85. package/dist/components/kup-image-list.js +2 -2
  86. package/dist/components/kup-image.js +1 -1
  87. package/dist/components/kup-input-panel.js +44 -68
  88. package/dist/components/kup-lazy.js +2 -2
  89. package/dist/components/kup-list.js +1 -1
  90. package/dist/components/kup-magic-box.js +4 -4
  91. package/dist/components/kup-nav-bar.js +2 -2
  92. package/dist/components/kup-numeric-picker.js +2 -2
  93. package/dist/components/kup-object-field.js +2 -2
  94. package/dist/components/kup-pdf.js +2 -2
  95. package/dist/components/kup-planner.js +2 -2
  96. package/dist/components/kup-probe.js +2 -2
  97. package/dist/components/kup-progress-bar.js +1 -1
  98. package/dist/components/kup-qlik.js +2 -2
  99. package/dist/components/kup-radio.js +1 -1
  100. package/dist/components/kup-rating.js +1 -1
  101. package/dist/components/kup-snackbar.js +2 -2
  102. package/dist/components/kup-spinner.js +1 -1
  103. package/dist/components/kup-switch.js +1 -1
  104. package/dist/components/kup-tab-bar.js +1 -1
  105. package/dist/components/kup-text-field.js +1 -1
  106. package/dist/components/kup-time-picker.js +1 -1
  107. package/dist/components/kup-toolbar.js +1 -1
  108. package/dist/components/kup-tree.js +1 -1
  109. package/dist/components/kup-txt.js +2 -2
  110. package/dist/components/kup-typography-list.js +2 -2
  111. package/dist/components/kup-typography.js +2 -2
  112. package/dist/components/{p-7d0f1f90.js → p-1ee81222.js} +118 -52
  113. package/dist/components/{p-b80494d7.js → p-2a4abe21.js} +2 -2
  114. package/dist/components/{p-eb8a2811.js → p-66d53743.js} +10 -5
  115. package/dist/components/{p-b304b91c.js → p-7550d08c.js} +81 -157
  116. package/dist/components/{p-a0258e6f.js → p-7dd33834.js} +2 -2
  117. package/dist/components/{p-3438f15f.js → p-c45e24b0.js} +6 -3
  118. package/dist/esm/{f-cell-6576e009.js → f-cell-fbe84498.js} +4 -4
  119. package/dist/esm/{f-chip-bb62428a.js → f-chip-35dfafdb.js} +1 -1
  120. package/dist/esm/{f-object-field-b87b6ae6.js → f-object-field-fa368c87.js} +2 -2
  121. package/dist/esm/{f-paginator-utils-04903d74.js → f-paginator-utils-d7e6b742.js} +1 -1
  122. package/dist/esm/{f-text-field-9be88e51.js → f-text-field-dcf09b57.js} +1 -1
  123. package/dist/esm/index.js +1 -1
  124. package/dist/esm/ketchup.js +1 -1
  125. package/dist/esm/kup-accordion.entry.js +1 -1
  126. package/dist/esm/kup-activity-timeline.entry.js +2 -2
  127. package/dist/esm/kup-autocomplete_29.entry.js +121 -57
  128. package/dist/esm/kup-box.entry.js +11 -8
  129. package/dist/esm/kup-calendar.entry.js +2 -2
  130. package/dist/esm/kup-card-list.entry.js +1 -1
  131. package/dist/esm/kup-cell.entry.js +5 -5
  132. package/dist/esm/kup-dashboard.entry.js +2 -2
  133. package/dist/esm/{kup-data-table-helper-13eb7abf.js → kup-data-table-helper-537035b9.js} +1 -1
  134. package/dist/esm/kup-drawer.entry.js +1 -1
  135. package/dist/esm/kup-echart.entry.js +1 -1
  136. package/dist/esm/kup-editor.entry.js +9 -4
  137. package/dist/esm/kup-family-tree.entry.js +1 -1
  138. package/dist/esm/kup-grid.entry.js +1 -1
  139. package/dist/esm/kup-htm.entry.js +1 -1
  140. package/dist/esm/kup-iframe.entry.js +1 -1
  141. package/dist/esm/kup-image-list.entry.js +5 -5
  142. package/dist/esm/kup-input-panel.entry.js +44 -69
  143. package/dist/esm/kup-lazy.entry.js +1 -1
  144. package/dist/esm/kup-magic-box.entry.js +1 -1
  145. package/dist/esm/{kup-manager-6aa0a1c7.js → kup-manager-2b2b7c68.js} +81 -157
  146. package/dist/esm/kup-nav-bar.entry.js +1 -1
  147. package/dist/esm/kup-numeric-picker.entry.js +2 -2
  148. package/dist/esm/kup-object-field.entry.js +3 -3
  149. package/dist/esm/kup-pdf.entry.js +1 -1
  150. package/dist/esm/kup-planner.entry.js +2 -2
  151. package/dist/esm/kup-probe.entry.js +1 -1
  152. package/dist/esm/kup-qlik.entry.js +1 -1
  153. package/dist/esm/kup-snackbar.entry.js +1 -1
  154. package/dist/esm/kup-txt.entry.js +1 -1
  155. package/dist/esm/kup-typography-list.entry.js +1 -1
  156. package/dist/esm/kup-typography.entry.js +1 -1
  157. package/dist/esm/loader.js +1 -1
  158. package/dist/ketchup/index.esm.js +1 -1
  159. package/dist/ketchup/ketchup.esm.js +1 -1
  160. package/dist/ketchup/{p-b365f2f2.entry.js → p-058d9f3a.entry.js} +1 -1
  161. package/dist/ketchup/{p-42a1f9ec.entry.js → p-0866ddcf.entry.js} +1 -1
  162. package/dist/ketchup/{p-e104cfb7.js → p-0a60f2ec.js} +1 -1
  163. package/dist/ketchup/{p-838d8e97.js → p-0f7a8165.js} +1 -1
  164. package/dist/ketchup/{p-f8a027a1.entry.js → p-13f159d6.entry.js} +1 -1
  165. package/dist/ketchup/{p-a597a851.entry.js → p-19689040.entry.js} +1 -1
  166. package/dist/ketchup/p-1f32300c.entry.js +1 -0
  167. package/dist/ketchup/{p-55b0991f.entry.js → p-2020fbaf.entry.js} +1 -1
  168. package/dist/ketchup/{p-07f50333.entry.js → p-328896f0.entry.js} +1 -1
  169. package/dist/ketchup/{p-6fc1bb18.entry.js → p-32aa082e.entry.js} +1 -1
  170. package/dist/ketchup/{p-9b907768.entry.js → p-35e03e2f.entry.js} +1 -1
  171. package/dist/ketchup/{p-58002a23.entry.js → p-3aa35543.entry.js} +1 -1
  172. package/dist/ketchup/{p-9edd90c2.entry.js → p-3c882916.entry.js} +1 -1
  173. package/dist/ketchup/{p-15f192f0.entry.js → p-3eb4daa3.entry.js} +1 -1
  174. package/dist/ketchup/{p-5d9f2d24.entry.js → p-4418988a.entry.js} +1 -1
  175. package/dist/ketchup/{p-d084b2d4.entry.js → p-446fedb6.entry.js} +1 -1
  176. package/dist/ketchup/{p-267d1898.js → p-45d34ba7.js} +1 -1
  177. package/dist/ketchup/{p-d0554d1f.entry.js → p-4a44bef2.entry.js} +1 -1
  178. package/dist/ketchup/{p-9bc02da6.entry.js → p-4a6c6bf4.entry.js} +1 -1
  179. package/dist/ketchup/{p-fdcb43a2.entry.js → p-63117858.entry.js} +1 -1
  180. package/dist/ketchup/{p-92431583.entry.js → p-6714d68a.entry.js} +1 -1
  181. package/dist/ketchup/{p-8be42f5c.js → p-6eb5f3da.js} +1 -1
  182. package/dist/ketchup/{p-fb775526.entry.js → p-7722245b.entry.js} +1 -1
  183. package/dist/ketchup/{p-100b8ae7.entry.js → p-7b45a31b.entry.js} +1 -1
  184. package/dist/ketchup/{p-d8dbf3df.entry.js → p-8932614c.entry.js} +2 -2
  185. package/dist/ketchup/{p-c2ccbaca.entry.js → p-8a8da47d.entry.js} +1 -1
  186. package/dist/ketchup/{p-da44226a.entry.js → p-8feabbf8.entry.js} +1 -1
  187. package/dist/ketchup/p-97d8720e.entry.js +1 -0
  188. package/dist/ketchup/{p-6d628b49.entry.js → p-bce5be1c.entry.js} +1 -1
  189. package/dist/ketchup/{p-e4fa2cf3.js → p-cd73eaec.js} +2 -2
  190. package/dist/ketchup/{p-e6afa8a6.entry.js → p-d7d84da0.entry.js} +1 -1
  191. package/dist/ketchup/{p-0de49966.entry.js → p-e695fd91.entry.js} +1 -1
  192. package/dist/ketchup/p-e6be6193.entry.js +9 -0
  193. package/dist/ketchup/{p-0b1e0b48.js → p-e78670d8.js} +1 -1
  194. package/dist/ketchup/{p-a4b6d6c5.js → p-eaabc269.js} +1 -1
  195. package/dist/ketchup/{p-4ffc1a88.entry.js → p-f69679df.entry.js} +1 -1
  196. package/dist/ketchup/p-f69923dd.entry.js +1 -0
  197. package/dist/types/components/kup-autocomplete/kup-autocomplete-declarations.d.ts +2 -1
  198. package/dist/types/components/kup-autocomplete/kup-autocomplete.d.ts +5 -0
  199. package/dist/types/components/kup-box/kup-box.d.ts +2 -0
  200. package/dist/types/components/kup-button/kup-button.d.ts +0 -1
  201. package/dist/types/components/kup-combobox/kup-combobox-declarations.d.ts +2 -1
  202. package/dist/types/components/kup-combobox/kup-combobox.d.ts +5 -0
  203. package/dist/types/components/kup-data-table/kup-data-table-declarations.d.ts +1 -0
  204. package/dist/types/components/kup-data-table/kup-data-table.d.ts +5 -0
  205. package/dist/types/components/kup-input-panel/kup-input-panel-utils.d.ts +7 -4
  206. package/dist/types/components/kup-input-panel/kup-input-panel.d.ts +5 -0
  207. package/dist/types/components/kup-tree/kup-tree.d.ts +2 -1
  208. package/dist/types/components.d.ts +36 -4
  209. package/dist/types/managers/kup-manager/kup-manager-declarations.d.ts +0 -2
  210. package/dist/types/managers/kup-manager/kup-manager.d.ts +0 -2
  211. package/package.json +2 -2
  212. package/dist/collection/managers/kup-keys-binding/kup-keys-binding-declarations.js +0 -1
  213. package/dist/collection/managers/kup-keys-binding/kup-keys-binding.js +0 -79
  214. package/dist/ketchup/p-2d84c26e.entry.js +0 -1
  215. package/dist/ketchup/p-3dbafa20.entry.js +0 -9
  216. package/dist/ketchup/p-3e42953b.entry.js +0 -1
  217. package/dist/ketchup/p-65b23870.entry.js +0 -1
  218. package/dist/types/managers/kup-keys-binding/kup-keys-binding-declarations.d.ts +0 -1
  219. package/dist/types/managers/kup-keys-binding/kup-keys-binding.d.ts +0 -20
@@ -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, f as FCellPadding, az as KupCellElementsPosition, g as getProps, s as setProps, Y as KupDragEffect, aA as submitPositionAdapter, h as KupLanguageGeneric, aB as KupCellProps } from './kup-manager-6aa0a1c7.js';
2
+ import { k as kupManagerInstance, f as FCellPadding, az as KupCellElementsPosition, g as getProps, s as setProps, Y as KupDragEffect, aA as submitPositionAdapter, h as KupLanguageGeneric, aB as KupCellProps } from './kup-manager-2b2b7c68.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import { F as FButton } from './f-button-3c8f4506.js';
5
- import { F as FCell } from './f-cell-6576e009.js';
5
+ import { F as FCell } from './f-cell-fbe84498.js';
6
6
  import './kup-dates-da19044e.js';
7
7
  import './f-button-declarations-6c8f8abe.js';
8
8
  import './f-image-a2ecd7c3.js';
9
9
  import './f-checkbox-5cdd1cad.js';
10
- import './f-chip-bb62428a.js';
11
- import './f-object-field-b87b6ae6.js';
12
- import './f-text-field-9be88e51.js';
10
+ import './f-chip-35dfafdb.js';
11
+ import './f-object-field-fa368c87.js';
12
+ import './f-text-field-dcf09b57.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-3c8f4506.js';
3
3
  import { F as FCheckbox } from './f-checkbox-5cdd1cad.js';
4
- import { F as FTextField } from './f-text-field-9be88e51.js';
4
+ import { F as FTextField } from './f-text-field-dcf09b57.js';
5
5
  import { F as FTextFieldMDC } from './f-text-field-mdc-9a862967.js';
6
- import { k as kupManagerInstance, g as getProps, s as setProps, aC as KupLanguageDashboard, h as KupLanguageGeneric, Y as KupDragEffect, e as KupDebugCategory } from './kup-manager-6aa0a1c7.js';
6
+ import { k as kupManagerInstance, g as getProps, s as setProps, aC as KupLanguageDashboard, h as KupLanguageGeneric, Y as KupDragEffect, e as KupDebugCategory } from './kup-manager-2b2b7c68.js';
7
7
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
8
8
  import './f-button-declarations-6c8f8abe.js';
9
9
  import './f-image-a2ecd7c3.js';
@@ -1,4 +1,4 @@
1
- import { D as Filters, E as getValueForDisplay, C as getValueForDisplay2, ah as getCellValueForDisplay, w as getColumnByName, y as KupObjects, ai as KupData, aj as compareCell, N as TotalMode, O as getRegExpFromString, F as FCellShapes, ak as CMBandACPAdapter, al as RADAdapter, am as CHKAdapter, an as CHIAdapter, ao as SWTAdapter, a7 as SortMode } from './kup-manager-6aa0a1c7.js';
1
+ import { D as Filters, E as getValueForDisplay, C as getValueForDisplay2, ah as getCellValueForDisplay, w as getColumnByName, y as KupObjects, ai as KupData, aj as compareCell, N as TotalMode, O as getRegExpFromString, F as FCellShapes, ak as CMBandACPAdapter, al as RADAdapter, am as CHKAdapter, an as CHIAdapter, ao as SWTAdapter, a7 as SortMode } from './kup-manager-2b2b7c68.js';
2
2
  import { K as KupDatesFormats } from './kup-dates-da19044e.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-6aa0a1c7.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-2b2b7c68.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import './kup-dates-da19044e.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, d as KupThemeColorValues, e as KupDebugCategory, w as getColumnByName, o as KupDataNewColumnTypes } from './kup-manager-6aa0a1c7.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, d as KupThemeColorValues, e as KupDebugCategory, w as getColumnByName, o as KupDataNewColumnTypes } from './kup-manager-2b2b7c68.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import './kup-dates-da19044e.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-6aa0a1c7.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-2b2b7c68.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import { c as commonjsGlobal, g as getDefaultExportFromCjs } from './kup-dates-da19044e.js';
5
5
 
@@ -46176,8 +46176,13 @@ const KupEditor = class {
46176
46176
  }, this.autosaveTimer), "f");
46177
46177
  }
46178
46178
  onEditorSave() {
46179
- this.editor.getUI().getToolbar().removeItem(__classPrivateFieldGet(this, _KupEditor_unsavedChangesIndex, "f"));
46180
- __classPrivateFieldSet(this, _KupEditor_hasChanges, false, "f");
46179
+ if (__classPrivateFieldGet(this, _KupEditor_hasChanges, "f")) {
46180
+ this.editor
46181
+ .getUI()
46182
+ .getToolbar()
46183
+ .removeItem(__classPrivateFieldGet(this, _KupEditor_unsavedChangesIndex, "f"));
46184
+ __classPrivateFieldSet(this, _KupEditor_hasChanges, false, "f");
46185
+ }
46181
46186
  this.kupSave.emit(this.getSaveAndAutoSaveProps());
46182
46187
  }
46183
46188
  onEditorAutoSave() {
@@ -46266,7 +46271,7 @@ const KupEditor = class {
46266
46271
  __classPrivateFieldGet(this, _KupEditor_kupManager, "f").debug.logRender(this, true);
46267
46272
  }
46268
46273
  render() {
46269
- return (h(Host, { key: '09fc441ca21e0118ae9d721c8b77a9042a8a82e0' }, h("div", { key: '9c23d5c533cded4fd2970464bd59addecf6cc143', id: componentWrapperId }, h("div", { key: this.rootElement.id, ref: (el) => (this.editorRef = el), class: "kup-editor" }))));
46274
+ return (h(Host, { key: 'e7af368e1134de8874c2791b82291bc5391bff6d' }, h("div", { key: '0faeedec267b850a027ce153adaf116c8dbe0a82', id: componentWrapperId }, h("div", { key: this.rootElement.id, ref: (el) => (this.editorRef = el), class: "kup-editor" }))));
46270
46275
  }
46271
46276
  disconnectedCallback() {
46272
46277
  __classPrivateFieldGet(this, _KupEditor_kupManager, "f").theme.unregister(this);
@@ -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-3c8f4506.js';
3
3
  import { a as FButtonStyling } from './f-button-declarations-6c8f8abe.js';
4
4
  import { F as FImage } from './f-image-a2ecd7c3.js';
5
- import { k as kupManagerInstance, g as getProps, s as setProps, h as KupLanguageGeneric, V as KupPointerEventTypes } from './kup-manager-6aa0a1c7.js';
5
+ import { k as kupManagerInstance, g as getProps, s as setProps, h as KupLanguageGeneric, V as KupPointerEventTypes } from './kup-manager-2b2b7c68.js';
6
6
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
7
7
  import './kup-dates-da19044e.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, e as KupDebugCategory } from './kup-manager-6aa0a1c7.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, e as KupDebugCategory } from './kup-manager-2b2b7c68.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import './kup-dates-da19044e.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, h as KupLanguageGeneric } from './kup-manager-6aa0a1c7.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, h as KupLanguageGeneric } from './kup-manager-2b2b7c68.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import './kup-dates-da19044e.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, e as KupDebugCategory } from './kup-manager-6aa0a1c7.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, e as KupDebugCategory } from './kup-manager-2b2b7c68.js';
3
3
  import './kup-dates-da19044e.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
- import { k as kupManagerInstance, g as getProps, s as setProps, h as KupLanguageGeneric, V as KupPointerEventTypes, f as FCellPadding } from './kup-manager-6aa0a1c7.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, h as KupLanguageGeneric, V as KupPointerEventTypes, f as FCellPadding } from './kup-manager-2b2b7c68.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import { F as FImage } from './f-image-a2ecd7c3.js';
5
5
  import { F as FButton } from './f-button-3c8f4506.js';
6
6
  import { a as FButtonStyling } from './f-button-declarations-6c8f8abe.js';
7
- import { F as FCell } from './f-cell-6576e009.js';
7
+ import { F as FCell } from './f-cell-fbe84498.js';
8
8
  import { M as MDCRipple } from './component-879e99bf.js';
9
9
  import './kup-dates-da19044e.js';
10
10
  import './f-checkbox-5cdd1cad.js';
11
- import './f-chip-bb62428a.js';
12
- import './f-object-field-b87b6ae6.js';
13
- import './f-text-field-9be88e51.js';
11
+ import './f-chip-35dfafdb.js';
12
+ import './f-object-field-fa368c87.js';
13
+ import './f-text-field-dcf09b57.js';
14
14
 
15
15
  /**
16
16
  * Props of the kup-image-list component.
@@ -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-3c8f4506.js';
3
- import { F as FCell, e as FLabel } from './f-cell-6576e009.js';
4
- import { F as FCellShapes, k as kupManagerInstance, ac as FCellTypes, g as getProps, s as setProps, h as KupLanguageGeneric, ah as getCellValueForDisplay, an as CHIAdapter, ak as CMBandACPAdapter, am as CHKAdapter, al as RADAdapter, ao as SWTAdapter, e as KupDebugCategory, V as KupPointerEventTypes } from './kup-manager-6aa0a1c7.js';
3
+ import { F as FCell, e as FLabel } from './f-cell-fbe84498.js';
4
+ import { F as FCellShapes, k as kupManagerInstance, ac as FCellTypes, g as getProps, s as setProps, h as KupLanguageGeneric, ah as getCellValueForDisplay, an as CHIAdapter, ak as CMBandACPAdapter, am as CHKAdapter, al as RADAdapter, ao as SWTAdapter, e as KupDebugCategory, V as KupPointerEventTypes } from './kup-manager-2b2b7c68.js';
5
5
  import { F as FTextFieldMDC } from './f-text-field-mdc-9a862967.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-a2ecd7c3.js';
10
10
  import './f-checkbox-5cdd1cad.js';
11
- import './f-chip-bb62428a.js';
12
- import './f-object-field-b87b6ae6.js';
13
- import './f-text-field-9be88e51.js';
11
+ import './f-chip-35dfafdb.js';
12
+ import './f-object-field-fa368c87.js';
13
+ import './f-text-field-dcf09b57.js';
14
14
  import './kup-dates-da19044e.js';
15
15
  import './component-879e99bf.js';
16
16
 
@@ -47,35 +47,6 @@ var KupInputPanelButtonsPositions;
47
47
  KupInputPanelButtonsPositions["RIGHT"] = "RIGHT";
48
48
  KupInputPanelButtonsPositions["TOP"] = "TOP";
49
49
  })(KupInputPanelButtonsPositions || (KupInputPanelButtonsPositions = {}));
50
- const InputPanelKeyCommands = {
51
- '*F01': 'F1',
52
- '*F02': 'F2',
53
- '*F03': 'F3',
54
- '*F04': 'F4',
55
- '*F05': 'F5',
56
- '*F06': 'F6',
57
- '*F07': 'F7',
58
- '*F08': 'F8',
59
- '*F09': 'F9',
60
- '*F10': 'F10',
61
- '*F11': 'F11',
62
- '*F12': 'F12',
63
- '*F13': 'shift+F1',
64
- '*F14': 'shift+F2',
65
- '*F15': 'shift+F3',
66
- '*F16': 'shift+F4',
67
- '*F17': 'shift+F5',
68
- '*F18': 'shift+F6',
69
- '*F19': 'shift+F7',
70
- '*F20': 'shift+F8',
71
- '*F21': 'shift+F9',
72
- '*F22': 'shift+F10',
73
- '*F23': 'shift+F11',
74
- '*F24': 'shift+F12',
75
- '*ENT': 'Enter',
76
- '*PDN': 'PageDown',
77
- '*PUP': 'PageUp',
78
- };
79
50
  var CheckTriggeringEvents;
80
51
  (function (CheckTriggeringEvents) {
81
52
  CheckTriggeringEvents["BLUR"] = "blur";
@@ -93,9 +64,16 @@ const CheckConditionsByEventType = {
93
64
  },
94
65
  };
95
66
 
96
- const CHAR_WIDTH = 10;
97
- const ROW_HEIGHT = 20;
98
- const getAbsoluteWidth = (length) => {
67
+ // General INP constants
68
+ const ROW_HEIGHT = 20; // Used for the ACTUAL row height calculations (no spacing)
69
+ const SPACED_ROW_HEIGHT = 22; // Used for the INP total height calculations (accounting for row spacing)
70
+ const LEFT_MULTIPLIER = 1.15; // Multiplier commanding the left attribute "scale"
71
+ const ADDITIONAL_WIDTH_WITH_ICON = 18; // Additional width added to account for the shape's icon (ACP,CAL,CMB)
72
+ // Char sizes
73
+ const FONT_SIZE = 12; // Monospace font size of the INP
74
+ const FONT_SIZE_TO_WIDTH_RATIO = 1.6; // FontSize to SingleCharWidth ratio
75
+ const CHAR_WIDTH = FONT_SIZE / FONT_SIZE_TO_WIDTH_RATIO; // Used for field width and left attribute
76
+ const getAbsoluteWidth = (length, graphicShapeHasIcon) => {
99
77
  if (length == 0) {
100
78
  return CHAR_WIDTH / 2;
101
79
  }
@@ -105,22 +83,22 @@ const getAbsoluteWidth = (length) => {
105
83
  if (length === 1) {
106
84
  return 1.5 * CHAR_WIDTH;
107
85
  }
108
- return length * CHAR_WIDTH;
86
+ return (length * CHAR_WIDTH +
87
+ (graphicShapeHasIcon ? ADDITIONAL_WIDTH_WITH_ICON : 0) +
88
+ 4 // Additional size to include padding
89
+ );
109
90
  };
110
- const FONT_SIZE = 12;
111
- const FONT_SIZE_TO_WIDTH_RATIO = 1.666666666666667;
112
- const SINGLE_CHAR_WIDTH = FONT_SIZE / FONT_SIZE_TO_WIDTH_RATIO;
113
91
  const getLabelAbsoluteWidth = (length) => {
114
92
  if (length == 0) {
115
- return SINGLE_CHAR_WIDTH / 2;
93
+ return CHAR_WIDTH / 2;
116
94
  }
117
95
  if (!length) {
118
96
  return null;
119
97
  }
120
98
  if (length === 1) {
121
- return 1.5 * SINGLE_CHAR_WIDTH;
99
+ return 1.5 * CHAR_WIDTH;
122
100
  }
123
- return length * SINGLE_CHAR_WIDTH;
101
+ return length * CHAR_WIDTH;
124
102
  };
125
103
  const getAbsoluteHeight = (height) => {
126
104
  if (!height) {
@@ -147,7 +125,7 @@ const getAbsoluteLeft = (col) => {
147
125
  if (!col) {
148
126
  return null;
149
127
  }
150
- return (col - 1) * CHAR_WIDTH;
128
+ return (col - 1) * 10 * LEFT_MULTIPLIER;
151
129
  };
152
130
  const getInpComponentAbsoluteHeight = (layout) => {
153
131
  let inpRowHeight = 0;
@@ -164,6 +142,11 @@ const getInpComponentAbsoluteHeight = (layout) => {
164
142
  });
165
143
  return inpRowHeight;
166
144
  };
145
+ const graphicShapeHasIcon = (shape) => {
146
+ return (shape === FCellShapes.AUTOCOMPLETE ||
147
+ shape === FCellShapes.COMBOBOX ||
148
+ shape === FCellShapes.DATE);
149
+ };
167
150
 
168
151
  const kupInputPanelCss = ".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{--kup-fcell-width:fit-content;--kup_input_panel_background_color:var(\n --kup-input-panel-background-color,\n var(--kup-layer-0)\n );--kup_input_panel_color:var(\n --kup-input-panel-color,\n var(--kup-text-secondary)\n );--kup_input_panel_font_family:var(\n --kup-input-panel-font-family,\n var(--kup-font-family)\n );--kup_input_panel_font_size:var(\n --kup-input-panel-font-size,\n var(--kup-font-size)\n );--kup_textfield_textarea_height_input_panel:var(\n --kup-textfield-textarea-height-input_panel,\n 200px\n );--kup_textfield_textarea_width_input_panel:var(\n --kup-textfield-textarea-width-input_panel,\n 300px\n );--kup_input_panel_label_alignment:var(--kup-input-panel-label-alignment);--kup_input_panel_label_width:var(--kup-input-panel-label-width);--kup_input_panel_padding:var(--kup-input-panel-padding, 1em 0);--kup_input_panel_padding--inline:var(\n --kup-input-panel-padding--inline,\n 1em 0\n );--kup_input_panel_absolute_max_height:var(\n --kup-input-panel-absolute-max-height,\n \n 716px\n )}:host .input-panel{background:var(--kup_input_panel_background_color);color:var(--kup_input_panel_color);display:flex;flex-grow:1;overflow:auto;padding:var(--kup_input_panel_padding);position:relative;gap:8px}:host .input-panel__commands{display:flex;gap:1rem}:host .input-panel__commands.input-panel__commands--right{flex-shrink:0;overflow:hidden}:host .input-panel--inline{flex:1;overflow-x:auto;white-space:nowrap;padding:var(--kup_input_panel_padding--inline);display:inline-flex;align-items:flex-end}:host .input-panel--column{flex-direction:column}:host .input-panel__section_label_container{display:flex;flex-direction:column;gap:1rem}:host .input-panel__section{display:grid;min-width:0}:host .input-panel__section .f-cell__content>*{width:100%}:host .input-panel .f-text-field .mdc-text-field.mdc-text-field--textarea{min-height:var(--kup_textfield_textarea_height_input_panel) !important;min-width:var(--kup_textfield_textarea_width_input_panel) !important}:host .input-panel__horizontal-section{display:inline-grid}:host .input-panel__section-inline{display:inline-block;width:max-content}:host .input-panel__label_container{display:flex;flex-direction:column;justify-content:center}:host .input-panel__label_container>.f-cell{flex:1}:host .input-panel__tabs_container{display:flex;flex-direction:column;justify-content:center;gap:2rem}:host .input-panel .f-cell.number-cell .f-cell__content{--kup-textfield-font-family:var(--kup_cell_font_family);font-family:var(--kup_cell_font_family)}:host .input-panel .input-panel-label{display:flex;width:100%;height:100%;align-items:center;justify-content:center}:host .input-panel .input-panel-label--legacy-look{font-size:12px;font-family:var(--kup-font-family-monospace);white-space:pre;overflow:hidden}:host .input-panel--absolute{justify-content:flex-end;padding:var(--kup-space-02);max-height:var(--kup_input_panel_absolute_max_height);--kup-textfield-extrasmall-height:20px;--kup-textfield-extrasmall-padding:0 var(--kup-space-01)}:host .input-panel--absolute .input-panel-label{justify-content:start}:host .input-panel--absolute .input-panel-label.input-panel-label-number{justify-content:end}:host .input-panel--absolute .mdc-text-field{height:unset !important}:host .input-panel-form--inline{display:flex;align-items:end;gap:1rem}";
169
152
  const KupInputPanelStyle0 = kupInputPanelCss;
@@ -273,12 +256,6 @@ const KupInputPanel = class {
273
256
  });
274
257
  __classPrivateFieldSet(this, _KupInputPanel_listeners, [], "f");
275
258
  }
276
- if (__classPrivateFieldGet(this, _KupInputPanel_keysShortcut, "f").length) {
277
- __classPrivateFieldGet(this, _KupInputPanel_keysShortcut, "f").map((key) => {
278
- __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").keysBinding.unregister(key);
279
- });
280
- __classPrivateFieldSet(this, _KupInputPanel_keysShortcut, [], "f");
281
- }
282
259
  if (this.data) {
283
260
  __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_mapCells).call(this, this.data);
284
261
  }
@@ -340,6 +317,13 @@ const KupInputPanel = class {
340
317
  async setProps(props) {
341
318
  setProps(this, KupInputPanelProps, props);
342
319
  }
320
+ /**
321
+ * Trigger update from outside
322
+ * @param {string} cellId - When provided, will trigger onclick event of cell instead of *UPDATE
323
+ */
324
+ async update(cellId) {
325
+ __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getFunctionOnClickBTN).call(this, __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getCell).call(this, cellId), cellId);
326
+ }
343
327
  //#endregion
344
328
  //#region LIFECYCLE HOOKS
345
329
  /*-------------------------------------------------*/
@@ -387,7 +371,7 @@ const KupInputPanel = class {
387
371
  h("p", null, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").language.translate(KupLanguageGeneric.EMPTY_DATA)),
388
372
  ]
389
373
  : this.inputPanelCells.map((inputPanelCell) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_renderRow).call(this, inputPanelCell));
390
- return (h(Host, { key: '05c05f0e83a1f080424e053c74c1d2a6ee06e672', "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) => {
374
+ return (h(Host, { key: '4ff52711b69f8e049b9b269696bbf9464afcec14', "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) => {
391
375
  this.tabSelected = e.detail.node.id;
392
376
  }, "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) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_manageInputPanelCheck).call(this, e, CheckTriggeringEvents.ITEMCLICK), "onKup-objectfield-searchpayload": (e) => {
393
377
  this.kupInputPanelObjectFieldSearchPayload.emit(e.detail);
@@ -395,14 +379,11 @@ const KupInputPanel = class {
395
379
  this.kupInputPanelObjectFieldOpenSearchMenu.emit(e.detail);
396
380
  }, "onKup-objectfield-selectedmenuitem": (e) => {
397
381
  this.kupInputPanelObjectFieldSelectedMenuItem.emit(e.detail);
398
- } }, h("style", { key: 'c1b2093b1747eb47abd06dadad11cb932a521d89' }, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: 'dbc40999bdce880da7407ca757710688310548f8', id: componentWrapperId }, inputPanelContent)));
382
+ } }, h("style", { key: '0e7d0c363c2ca6c6c9742b633f6f4bc54c8fee19' }, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '9c9a06f9c2b7cc15b3e1a844824d5153b1f2f399', id: componentWrapperId }, inputPanelContent)));
399
383
  }
400
384
  disconnectedCallback() {
401
385
  __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").language.unregister(this);
402
386
  __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").theme.unregister(this);
403
- __classPrivateFieldGet(this, _KupInputPanel_keysShortcut, "f").forEach((keyEvent) => {
404
- __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").keysBinding.unregister(keyEvent);
405
- });
406
387
  }
407
388
  get rootElement() { return getElement(this); }
408
389
  static get watchers() { return {
@@ -410,6 +391,9 @@ const KupInputPanel = class {
410
391
  }; }
411
392
  };
412
393
  _KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_formRef = new WeakMap(), _KupInputPanel_optionsAdapterMap = new WeakMap(), _KupInputPanel_originalData = new WeakMap(), _KupInputPanel_listeners = new WeakMap(), _KupInputPanel_cellTypeComponents = new WeakMap(), _KupInputPanel_cellTypesNeedingReset = new WeakMap(), _KupInputPanel_cellCustomRender = new WeakMap(), _KupInputPanel_sectionRenderMap = new WeakMap(), _KupInputPanel_keysShortcut = new WeakMap(), _KupInputPanel_readyPromise = new WeakMap(), _KupInputPanel_readyResolve = new WeakMap(), _KupInputPanel_instances = new WeakSet(), _KupInputPanel_getCell = function _KupInputPanel_getCell(id) {
394
+ if (!id) {
395
+ return null;
396
+ }
413
397
  return this.inputPanelCells.reduce((cell, { cells }) => {
414
398
  if (!cell) {
415
399
  const foundCell = cells.find(({ column }) => column.name === id);
@@ -435,7 +419,8 @@ _KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_formRef = new WeakMap(
435
419
  if (layout.absolute) {
436
420
  rowContent = __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_renderAbsoluteLayout).call(this, inputPanelCell, layout);
437
421
  // 12px is added due to the chance that the horizontal scrollbar will be rendered
438
- styleObj.height = `${getInpComponentAbsoluteHeight(layout) * ROW_HEIGHT + 12}px`;
422
+ styleObj.height = `${getInpComponentAbsoluteHeight(layout) * SPACED_ROW_HEIGHT +
423
+ 12}px`;
439
424
  }
440
425
  else {
441
426
  if (!layout.sectionsType) {
@@ -735,7 +720,7 @@ _KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_formRef = new WeakMap(
735
720
  }
736
721
  const absoluteWidth = fieldCell.cell.shape === FCellShapes.LABEL
737
722
  ? getLabelAbsoluteWidth(length)
738
- : getAbsoluteWidth(length);
723
+ : getAbsoluteWidth(length, graphicShapeHasIcon(fieldCell.cell.shape));
739
724
  const absoluteHeight = getAbsoluteHeight(field.absoluteHeight);
740
725
  const absoluteTop = getAbsoluteTop(field.absoluteRow, absoluteTblPositioningData);
741
726
  const absoluteLeft = getAbsoluteLeft(field.absoluteColumn);
@@ -929,15 +914,10 @@ _KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_formRef = new WeakMap(
929
914
  },
930
915
  };
931
916
  }, _KupInputPanel_BTNAdapter = function _KupInputPanel_BTNAdapter(_options, _fieldLabel, _currentValue, cell, id) {
932
- var _a, _b, _c, _d;
933
917
  cell.data = cell.data || {};
934
918
  cell.data.onClick = () => {
935
919
  __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getFunctionOnClickBTN).call(this, cell, id);
936
920
  };
937
- if (((_a = cell.data) === null || _a === void 0 ? void 0 : _a.keyShortcut) && !((_b = cell.data) === null || _b === void 0 ? void 0 : _b.disabled)) {
938
- __classPrivateFieldGet(this, _KupInputPanel_keysShortcut, "f").push((_c = cell.data) === null || _c === void 0 ? void 0 : _c.keyShortcut);
939
- __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").keysBinding.register((_d = cell.data) === null || _d === void 0 ? void 0 : _d.keyShortcut, cell.data.onClick.bind(this));
940
- }
941
921
  return Object.assign({ label: cell.value, fun: cell.fun }, cell.data);
942
922
  }, _KupInputPanel_CMBandACPAdapter = function _KupInputPanel_CMBandACPAdapter(rawOptions, fieldLabel, currentValue) {
943
923
  const configCMandACP = CMBandACPAdapter(currentValue, fieldLabel, []);
@@ -1114,11 +1094,6 @@ _KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_formRef = new WeakMap(
1114
1094
  };
1115
1095
  });
1116
1096
  }, _KupInputPanel_commandAdapter = function _KupInputPanel_commandAdapter(cell) {
1117
- if (cell.data &&
1118
- !cell.data.keyShortcut &&
1119
- __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").objects.isJ1Key(cell.obj ? cell.obj : {})) {
1120
- cell.data.keyShortcut = InputPanelKeyCommands[cell.obj.k];
1121
- }
1122
1097
  const buttonCell = Object.assign(Object.assign({}, cell), { data: __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_BTNAdapter).call(this, null, null, cell.value, cell, cell.obj.k), id: cell.obj.k });
1123
1098
  return buttonCell;
1124
1099
  }, _KupInputPanel_getAutocompleteEventCallback = function _KupInputPanel_getAutocompleteEventCallback(detail, cell) {
@@ -1228,7 +1203,7 @@ _KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_formRef = new WeakMap(
1228
1203
  }, _KupInputPanel_areValuesUpdated = function _KupInputPanel_areValuesUpdated() {
1229
1204
  return this.inputPanelCells.some(({ cells, row }) => cells.some(({ cell, column: { name } }) => cell.value !== row.cells[name].value));
1230
1205
  }, _KupInputPanel_getFunctionOnClickBTN = function _KupInputPanel_getFunctionOnClickBTN(cell, id) {
1231
- cell.fun
1206
+ (cell === null || cell === void 0 ? void 0 : cell.fun)
1232
1207
  ? this.customButtonClickHandler({
1233
1208
  fun: cell.fun,
1234
1209
  cellId: id,
@@ -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-6aa0a1c7.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-2b2b7c68.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import './kup-dates-da19044e.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, h as KupLanguageGeneric, e as KupDebugCategory, aD as kupDropEvent, W as kupDraggableColumnAttr, aE as kupDraggableRowAttr, _ as KupDropEventTypes, d as KupThemeColorValues } from './kup-manager-6aa0a1c7.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, h as KupLanguageGeneric, e as KupDebugCategory, aD as kupDropEvent, W as kupDraggableColumnAttr, aE as kupDraggableRowAttr, _ as KupDropEventTypes, d as KupThemeColorValues } from './kup-manager-2b2b7c68.js';
3
3
  import { a as FButtonStyling } from './f-button-declarations-6c8f8abe.js';
4
4
  import { F as FImage } from './f-image-a2ecd7c3.js';
5
5
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';