@sme.up/ketchup 11.0.0-SNAPSHOT-20250328142138 → 11.0.0-SNAPSHOT-20250328173150

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 (200) hide show
  1. package/dist/cjs/{f-cell-5fc1360e.js → f-cell-0421d13a.js} +4 -4
  2. package/dist/cjs/{f-chip-b67b2954.js → f-chip-24b1eb58.js} +1 -1
  3. package/dist/cjs/{f-object-field-a7caf1b5.js → f-object-field-2ffc49c1.js} +2 -2
  4. package/dist/cjs/{f-paginator-utils-e1cc6682.js → f-paginator-utils-51bb9317.js} +1 -1
  5. package/dist/cjs/{f-text-field-72272477.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 +15 -9
  11. package/dist/cjs/kup-box.cjs.entry.js +7 -7
  12. package/dist/cjs/kup-calendar.cjs.entry.js +2 -2
  13. package/dist/cjs/kup-card-list.cjs.entry.js +1 -1
  14. package/dist/cjs/kup-cell.cjs.entry.js +5 -5
  15. package/dist/cjs/kup-dashboard.cjs.entry.js +2 -2
  16. package/dist/cjs/{kup-data-table-helper-796dc711.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 +1 -1
  20. package/dist/cjs/kup-family-tree.cjs.entry.js +1 -1
  21. package/dist/cjs/kup-grid.cjs.entry.js +1 -1
  22. package/dist/cjs/kup-htm.cjs.entry.js +1 -1
  23. package/dist/cjs/kup-iframe.cjs.entry.js +1 -1
  24. package/dist/cjs/kup-image-list.cjs.entry.js +5 -5
  25. package/dist/cjs/kup-input-panel.cjs.entry.js +33 -20
  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-0799e229.js → kup-manager-49d2d8fe.js} +1 -1
  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 +24 -1
  43. package/dist/collection/components/kup-combobox/kup-combobox-declarations.js +1 -0
  44. package/dist/collection/components/kup-combobox/kup-combobox.js +24 -1
  45. package/dist/collection/components/kup-input-panel/kup-input-panel-utils.js +24 -11
  46. package/dist/collection/components/kup-input-panel/kup-input-panel.js +6 -5
  47. package/dist/components/index.js +1 -1
  48. package/dist/components/kup-accordion.js +2 -2
  49. package/dist/components/kup-activity-timeline.js +2 -2
  50. package/dist/components/kup-autocomplete.js +1 -1
  51. package/dist/components/kup-badge.js +1 -1
  52. package/dist/components/kup-box.js +1 -1
  53. package/dist/components/kup-button-list.js +1 -1
  54. package/dist/components/kup-button.js +1 -1
  55. package/dist/components/kup-calendar.js +2 -2
  56. package/dist/components/kup-card-list.js +3 -3
  57. package/dist/components/kup-card.js +1 -1
  58. package/dist/components/kup-cell.js +2 -2
  59. package/dist/components/kup-chart.js +1 -1
  60. package/dist/components/kup-checkbox.js +1 -1
  61. package/dist/components/kup-chip.js +1 -1
  62. package/dist/components/kup-color-picker.js +1 -1
  63. package/dist/components/kup-combobox.js +1 -1
  64. package/dist/components/kup-dashboard.js +2 -2
  65. package/dist/components/kup-data-table.js +1 -1
  66. package/dist/components/kup-date-picker.js +1 -1
  67. package/dist/components/kup-dialog.js +1 -1
  68. package/dist/components/kup-drawer.js +2 -2
  69. package/dist/components/kup-dropdown-button.js +1 -1
  70. package/dist/components/kup-echart.js +1 -1
  71. package/dist/components/kup-editor.js +1 -1
  72. package/dist/components/kup-family-tree.js +3 -3
  73. package/dist/components/kup-file-upload.js +1 -1
  74. package/dist/components/kup-form.js +1 -1
  75. package/dist/components/kup-gauge.js +1 -1
  76. package/dist/components/kup-grid.js +1 -1
  77. package/dist/components/kup-htm.js +2 -2
  78. package/dist/components/kup-iframe.js +2 -2
  79. package/dist/components/kup-image-list.js +2 -2
  80. package/dist/components/kup-image.js +1 -1
  81. package/dist/components/kup-input-panel.js +31 -18
  82. package/dist/components/kup-lazy.js +2 -2
  83. package/dist/components/kup-list.js +1 -1
  84. package/dist/components/kup-magic-box.js +4 -4
  85. package/dist/components/kup-nav-bar.js +2 -2
  86. package/dist/components/kup-numeric-picker.js +2 -2
  87. package/dist/components/kup-object-field.js +2 -2
  88. package/dist/components/kup-pdf.js +2 -2
  89. package/dist/components/kup-planner.js +2 -2
  90. package/dist/components/kup-probe.js +2 -2
  91. package/dist/components/kup-progress-bar.js +1 -1
  92. package/dist/components/kup-qlik.js +2 -2
  93. package/dist/components/kup-radio.js +1 -1
  94. package/dist/components/kup-rating.js +1 -1
  95. package/dist/components/kup-snackbar.js +2 -2
  96. package/dist/components/kup-spinner.js +1 -1
  97. package/dist/components/kup-switch.js +1 -1
  98. package/dist/components/kup-tab-bar.js +1 -1
  99. package/dist/components/kup-text-field.js +1 -1
  100. package/dist/components/kup-time-picker.js +1 -1
  101. package/dist/components/kup-toolbar.js +1 -1
  102. package/dist/components/kup-tree.js +1 -1
  103. package/dist/components/kup-txt.js +2 -2
  104. package/dist/components/kup-typography-list.js +2 -2
  105. package/dist/components/kup-typography.js +2 -2
  106. package/dist/components/{p-e7727600.js → p-1e01ee0c.js} +11 -3
  107. package/dist/components/{p-c7bd411b.js → p-7550d08c.js} +1 -1
  108. package/dist/components/{p-4f5fb532.js → p-83edb0f8.js} +2 -2
  109. package/dist/components/{p-9a39db67.js → p-8b9fff04.js} +2 -2
  110. package/dist/components/{p-abafc711.js → p-a20c4fd5.js} +2 -2
  111. package/dist/components/{p-00087ae5.js → p-f4115cc3.js} +2 -2
  112. package/dist/esm/{f-cell-ee925098.js → f-cell-3e62be2c.js} +4 -4
  113. package/dist/esm/{f-chip-dcddf856.js → f-chip-35dfafdb.js} +1 -1
  114. package/dist/esm/{f-object-field-b2db3aeb.js → f-object-field-fa368c87.js} +2 -2
  115. package/dist/esm/{f-paginator-utils-ab4a590e.js → f-paginator-utils-d7e6b742.js} +1 -1
  116. package/dist/esm/{f-text-field-74211458.js → f-text-field-dcf09b57.js} +1 -1
  117. package/dist/esm/index.js +1 -1
  118. package/dist/esm/ketchup.js +1 -1
  119. package/dist/esm/kup-accordion.entry.js +1 -1
  120. package/dist/esm/kup-activity-timeline.entry.js +2 -2
  121. package/dist/esm/kup-autocomplete_29.entry.js +15 -9
  122. package/dist/esm/kup-box.entry.js +7 -7
  123. package/dist/esm/kup-calendar.entry.js +2 -2
  124. package/dist/esm/kup-card-list.entry.js +1 -1
  125. package/dist/esm/kup-cell.entry.js +5 -5
  126. package/dist/esm/kup-dashboard.entry.js +2 -2
  127. package/dist/esm/{kup-data-table-helper-12af841e.js → kup-data-table-helper-537035b9.js} +1 -1
  128. package/dist/esm/kup-drawer.entry.js +1 -1
  129. package/dist/esm/kup-echart.entry.js +1 -1
  130. package/dist/esm/kup-editor.entry.js +1 -1
  131. package/dist/esm/kup-family-tree.entry.js +1 -1
  132. package/dist/esm/kup-grid.entry.js +1 -1
  133. package/dist/esm/kup-htm.entry.js +1 -1
  134. package/dist/esm/kup-iframe.entry.js +1 -1
  135. package/dist/esm/kup-image-list.entry.js +5 -5
  136. package/dist/esm/kup-input-panel.entry.js +33 -20
  137. package/dist/esm/kup-lazy.entry.js +1 -1
  138. package/dist/esm/kup-magic-box.entry.js +1 -1
  139. package/dist/esm/{kup-manager-27482033.js → kup-manager-2b2b7c68.js} +1 -1
  140. package/dist/esm/kup-nav-bar.entry.js +1 -1
  141. package/dist/esm/kup-numeric-picker.entry.js +2 -2
  142. package/dist/esm/kup-object-field.entry.js +3 -3
  143. package/dist/esm/kup-pdf.entry.js +1 -1
  144. package/dist/esm/kup-planner.entry.js +2 -2
  145. package/dist/esm/kup-probe.entry.js +1 -1
  146. package/dist/esm/kup-qlik.entry.js +1 -1
  147. package/dist/esm/kup-snackbar.entry.js +1 -1
  148. package/dist/esm/kup-txt.entry.js +1 -1
  149. package/dist/esm/kup-typography-list.entry.js +1 -1
  150. package/dist/esm/kup-typography.entry.js +1 -1
  151. package/dist/esm/loader.js +1 -1
  152. package/dist/ketchup/index.esm.js +1 -1
  153. package/dist/ketchup/ketchup.esm.js +1 -1
  154. package/dist/ketchup/{p-ea505fce.entry.js → p-084db57d.entry.js} +1 -1
  155. package/dist/ketchup/{p-b177e37a.js → p-0a60f2ec.js} +1 -1
  156. package/dist/ketchup/{p-a0eac2b3.js → p-0f7a8165.js} +1 -1
  157. package/dist/ketchup/{p-cbd1a968.entry.js → p-1f03e444.entry.js} +1 -1
  158. package/dist/ketchup/{p-e43e6df5.entry.js → p-2619d7d8.entry.js} +1 -1
  159. package/dist/ketchup/{p-2c257d30.entry.js → p-325a41c0.entry.js} +1 -1
  160. package/dist/ketchup/{p-b241432f.entry.js → p-3aa35543.entry.js} +1 -1
  161. package/dist/ketchup/{p-f0e619aa.entry.js → p-40dafa35.entry.js} +1 -1
  162. package/dist/ketchup/{p-7ac0954f.entry.js → p-4418988a.entry.js} +1 -1
  163. package/dist/ketchup/{p-cc43eb97.entry.js → p-47108ced.entry.js} +1 -1
  164. package/dist/ketchup/{p-31df27f4.entry.js → p-4a6c6bf4.entry.js} +1 -1
  165. package/dist/ketchup/{p-fe6932a1.js → p-5eeef57f.js} +1 -1
  166. package/dist/ketchup/{p-ab972024.entry.js → p-6124d70d.entry.js} +1 -1
  167. package/dist/ketchup/{p-782b58fa.entry.js → p-63117858.entry.js} +1 -1
  168. package/dist/ketchup/{p-09b4e721.js → p-6eb5f3da.js} +1 -1
  169. package/dist/ketchup/{p-30289bd2.entry.js → p-752959b9.entry.js} +1 -1
  170. package/dist/ketchup/{p-e6703e71.entry.js → p-75fbe557.entry.js} +1 -1
  171. package/dist/ketchup/{p-73b4fe91.entry.js → p-79f41e98.entry.js} +1 -1
  172. package/dist/ketchup/p-82b354c1.entry.js +1 -0
  173. package/dist/ketchup/{p-e489e334.entry.js → p-8404890e.entry.js} +1 -1
  174. package/dist/ketchup/{p-05335f11.entry.js → p-8ea55d48.entry.js} +1 -1
  175. package/dist/ketchup/{p-ee69f1f3.entry.js → p-9569dd8f.entry.js} +1 -1
  176. package/dist/ketchup/{p-6a564501.entry.js → p-98f96683.entry.js} +1 -1
  177. package/dist/ketchup/{p-619e543d.entry.js → p-9ba596f1.entry.js} +1 -1
  178. package/dist/ketchup/{p-e9e1d9cf.entry.js → p-a291cdc2.entry.js} +1 -1
  179. package/dist/ketchup/{p-2794f32d.entry.js → p-aecd109b.entry.js} +1 -1
  180. package/dist/ketchup/p-b22c00bb.entry.js +9 -0
  181. package/dist/ketchup/{p-0007af42.entry.js → p-bd00b50d.entry.js} +1 -1
  182. package/dist/ketchup/{p-a3adefd4.entry.js → p-c021821b.entry.js} +1 -1
  183. package/dist/ketchup/{p-91abf748.entry.js → p-c5c28122.entry.js} +1 -1
  184. package/dist/ketchup/{p-386a2021.js → p-cd73eaec.js} +1 -1
  185. package/dist/ketchup/{p-2117bea6.js → p-e78670d8.js} +1 -1
  186. package/dist/ketchup/{p-44399ef9.js → p-eaabc269.js} +1 -1
  187. package/dist/ketchup/{p-52459212.entry.js → p-f22175b5.entry.js} +1 -1
  188. package/dist/ketchup/{p-124dc72c.entry.js → p-f295ca34.entry.js} +1 -1
  189. package/dist/ketchup/{p-8bd6b209.entry.js → p-fd413285.entry.js} +1 -1
  190. package/dist/ketchup/p-feb54e05.entry.js +1 -0
  191. package/dist/types/components/kup-autocomplete/kup-autocomplete-declarations.d.ts +2 -1
  192. package/dist/types/components/kup-autocomplete/kup-autocomplete.d.ts +5 -0
  193. package/dist/types/components/kup-combobox/kup-combobox-declarations.d.ts +2 -1
  194. package/dist/types/components/kup-combobox/kup-combobox.d.ts +5 -0
  195. package/dist/types/components/kup-input-panel/kup-input-panel-utils.d.ts +7 -4
  196. package/dist/types/components.d.ts +20 -0
  197. package/package.json +1 -1
  198. package/dist/ketchup/p-21e65d7b.entry.js +0 -9
  199. package/dist/ketchup/p-33449a8c.entry.js +0 -1
  200. package/dist/ketchup/p-be38adeb.entry.js +0 -1
@@ -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-27482033.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-ee925098.js';
5
+ import { F as FCell } from './f-cell-3e62be2c.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-dcddf856.js';
11
- import './f-object-field-b2db3aeb.js';
12
- import './f-text-field-74211458.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-74211458.js';
4
+ import { F as FTextField } from './f-text-field-dcf09b57.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, aC as KupLanguageDashboard, h as KupLanguageGeneric, Y as KupDragEffect, e as KupDebugCategory } from './kup-manager-27482033.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-27482033.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-27482033.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-27482033.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-27482033.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
 
@@ -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-27482033.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-27482033.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-27482033.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-27482033.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-27482033.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-ee925098.js';
7
+ import { F as FCell } from './f-cell-3e62be2c.js';
8
8
  import { M as MDCRipple } from './component-a35bc7f1.js';
9
9
  import './kup-dates-da19044e.js';
10
10
  import './f-checkbox-5cdd1cad.js';
11
- import './f-chip-dcddf856.js';
12
- import './f-object-field-b2db3aeb.js';
13
- import './f-text-field-74211458.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-ee925098.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-27482033.js';
3
+ import { F as FCell, e as FLabel } from './f-cell-3e62be2c.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-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-a2ecd7c3.js';
10
10
  import './f-checkbox-5cdd1cad.js';
11
- import './f-chip-dcddf856.js';
12
- import './f-object-field-b2db3aeb.js';
13
- import './f-text-field-74211458.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-a35bc7f1.js';
16
16
 
@@ -64,9 +64,16 @@ const CheckConditionsByEventType = {
64
64
  },
65
65
  };
66
66
 
67
- const CHAR_WIDTH = 10;
68
- const ROW_HEIGHT = 20;
69
- 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) => {
70
77
  if (length == 0) {
71
78
  return CHAR_WIDTH / 2;
72
79
  }
@@ -76,22 +83,22 @@ const getAbsoluteWidth = (length) => {
76
83
  if (length === 1) {
77
84
  return 1.5 * CHAR_WIDTH;
78
85
  }
79
- return length * CHAR_WIDTH;
86
+ return (length * CHAR_WIDTH +
87
+ (graphicShapeHasIcon ? ADDITIONAL_WIDTH_WITH_ICON : 0) +
88
+ 4 // Additional size to include padding
89
+ );
80
90
  };
81
- const FONT_SIZE = 12;
82
- const FONT_SIZE_TO_WIDTH_RATIO = 1.666666666666667;
83
- const SINGLE_CHAR_WIDTH = FONT_SIZE / FONT_SIZE_TO_WIDTH_RATIO;
84
91
  const getLabelAbsoluteWidth = (length) => {
85
92
  if (length == 0) {
86
- return SINGLE_CHAR_WIDTH / 2;
93
+ return CHAR_WIDTH / 2;
87
94
  }
88
95
  if (!length) {
89
96
  return null;
90
97
  }
91
98
  if (length === 1) {
92
- return 1.5 * SINGLE_CHAR_WIDTH;
99
+ return 1.5 * CHAR_WIDTH;
93
100
  }
94
- return length * SINGLE_CHAR_WIDTH;
101
+ return length * CHAR_WIDTH;
95
102
  };
96
103
  const getAbsoluteHeight = (height) => {
97
104
  if (!height) {
@@ -118,7 +125,7 @@ const getAbsoluteLeft = (col) => {
118
125
  if (!col) {
119
126
  return null;
120
127
  }
121
- return (col - 1) * CHAR_WIDTH;
128
+ return (col - 1) * 10 * LEFT_MULTIPLIER;
122
129
  };
123
130
  const getInpComponentAbsoluteHeight = (layout) => {
124
131
  let inpRowHeight = 0;
@@ -135,6 +142,11 @@ const getInpComponentAbsoluteHeight = (layout) => {
135
142
  });
136
143
  return inpRowHeight;
137
144
  };
145
+ const graphicShapeHasIcon = (shape) => {
146
+ return (shape === FCellShapes.AUTOCOMPLETE ||
147
+ shape === FCellShapes.COMBOBOX ||
148
+ shape === FCellShapes.DATE);
149
+ };
138
150
 
139
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}";
140
152
  const KupInputPanelStyle0 = kupInputPanelCss;
@@ -359,7 +371,7 @@ const KupInputPanel = class {
359
371
  h("p", null, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").language.translate(KupLanguageGeneric.EMPTY_DATA)),
360
372
  ]
361
373
  : this.inputPanelCells.map((inputPanelCell) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_renderRow).call(this, inputPanelCell));
362
- return (h(Host, { key: 'e6249fee39418a138df56d294189396216594953', "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: 'c0664fdf1d3f691506ea592cd35d9722fa64a175', "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) => {
363
375
  this.tabSelected = e.detail.node.id;
364
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) => {
365
377
  this.kupInputPanelObjectFieldSearchPayload.emit(e.detail);
@@ -367,7 +379,7 @@ const KupInputPanel = class {
367
379
  this.kupInputPanelObjectFieldOpenSearchMenu.emit(e.detail);
368
380
  }, "onKup-objectfield-selectedmenuitem": (e) => {
369
381
  this.kupInputPanelObjectFieldSelectedMenuItem.emit(e.detail);
370
- } }, h("style", { key: 'd65f3cbc510b95fbbee4f6fd50891eea5d2dbd94' }, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '1b84eba6f700ce9abfc5322863267bded2e8080a', id: componentWrapperId }, inputPanelContent)));
382
+ } }, h("style", { key: 'b561e5b1cdb367b65109d46e0b1af108a926ed2b' }, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: 'd2ca0b9a7b6d4331e0e2851d1d475a97fd2f1d30', id: componentWrapperId }, inputPanelContent)));
371
383
  }
372
384
  disconnectedCallback() {
373
385
  __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").language.unregister(this);
@@ -407,7 +419,8 @@ _KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_formRef = new WeakMap(
407
419
  if (layout.absolute) {
408
420
  rowContent = __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_renderAbsoluteLayout).call(this, inputPanelCell, layout);
409
421
  // 12px is added due to the chance that the horizontal scrollbar will be rendered
410
- styleObj.height = `${getInpComponentAbsoluteHeight(layout) * ROW_HEIGHT + 12}px`;
422
+ styleObj.height = `${getInpComponentAbsoluteHeight(layout) * SPACED_ROW_HEIGHT +
423
+ 12}px`;
411
424
  }
412
425
  else {
413
426
  if (!layout.sectionsType) {
@@ -707,7 +720,7 @@ _KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_formRef = new WeakMap(
707
720
  }
708
721
  const absoluteWidth = fieldCell.cell.shape === FCellShapes.LABEL
709
722
  ? getLabelAbsoluteWidth(length)
710
- : getAbsoluteWidth(length);
723
+ : getAbsoluteWidth(length, graphicShapeHasIcon(fieldCell.cell.shape));
711
724
  const absoluteHeight = getAbsoluteHeight(field.absoluteHeight);
712
725
  const absoluteTop = getAbsoluteTop(field.absoluteRow, absoluteTblPositioningData);
713
726
  const absoluteLeft = getAbsoluteLeft(field.absoluteColumn);
@@ -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-27482033.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-27482033.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';