@sme.up/ketchup 11.0.0-SNAPSHOT-20250116094019 → 11.0.0-SNAPSHOT-20250116125614

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 (193) hide show
  1. package/dist/cjs/{f-cell-2645d472.js → f-cell-c8ff08ea.js} +4 -4
  2. package/dist/cjs/{f-chip-e7733d4f.js → f-chip-b3d7c04b.js} +1 -1
  3. package/dist/cjs/{f-object-field-0079926a.js → f-object-field-3cf8ca98.js} +2 -2
  4. package/dist/cjs/{f-paginator-utils-6f367510.js → f-paginator-utils-545f07a0.js} +1 -1
  5. package/dist/cjs/{f-text-field-69e3354c.js → f-text-field-76247a36.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_28.cjs.entry.js +7 -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-369072f0.js → kup-data-table-helper-d5c8bdaa.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-image-list.cjs.entry.js +5 -5
  24. package/dist/cjs/kup-input-panel.cjs.entry.js +21 -16
  25. package/dist/cjs/kup-lazy.cjs.entry.js +1 -1
  26. package/dist/cjs/kup-magic-box.cjs.entry.js +1 -1
  27. package/dist/cjs/{kup-manager-b4ee0e69.js → kup-manager-431e2d05.js} +55 -55
  28. package/dist/cjs/kup-nav-bar.cjs.entry.js +1 -1
  29. package/dist/cjs/kup-numeric-picker.cjs.entry.js +2 -2
  30. package/dist/cjs/kup-object-field.cjs.entry.js +3 -3
  31. package/dist/cjs/kup-pdf.cjs.entry.js +1 -1
  32. package/dist/cjs/kup-photo-frame.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/collection/components/kup-input-panel/kup-input-panel.js +16 -11
  41. package/dist/collection/f-components/f-cell/f-cell-declarations.js +29 -30
  42. package/dist/components/index.js +1 -1
  43. package/dist/components/kup-accordion.js +2 -2
  44. package/dist/components/kup-activity-timeline.js +2 -2
  45. package/dist/components/kup-autocomplete.js +1 -1
  46. package/dist/components/kup-badge.js +1 -1
  47. package/dist/components/kup-box.js +1 -1
  48. package/dist/components/kup-button-list.js +1 -1
  49. package/dist/components/kup-button.js +1 -1
  50. package/dist/components/kup-calendar.js +2 -2
  51. package/dist/components/kup-card-list.js +3 -3
  52. package/dist/components/kup-card.js +1 -1
  53. package/dist/components/kup-cell.js +2 -2
  54. package/dist/components/kup-chart.js +1 -1
  55. package/dist/components/kup-checkbox.js +1 -1
  56. package/dist/components/kup-chip.js +1 -1
  57. package/dist/components/kup-color-picker.js +1 -1
  58. package/dist/components/kup-combobox.js +1 -1
  59. package/dist/components/kup-dashboard.js +2 -2
  60. package/dist/components/kup-data-table.js +1 -1
  61. package/dist/components/kup-date-picker.js +1 -1
  62. package/dist/components/kup-dialog.js +1 -1
  63. package/dist/components/kup-drawer.js +2 -2
  64. package/dist/components/kup-dropdown-button.js +1 -1
  65. package/dist/components/kup-echart.js +1 -1
  66. package/dist/components/kup-editor.js +1 -1
  67. package/dist/components/kup-family-tree.js +3 -3
  68. package/dist/components/kup-form.js +1 -1
  69. package/dist/components/kup-gauge.js +1 -1
  70. package/dist/components/kup-grid.js +1 -1
  71. package/dist/components/kup-htm.js +2 -2
  72. package/dist/components/kup-iframe.js +2 -2
  73. package/dist/components/kup-image-list.js +2 -2
  74. package/dist/components/kup-image.js +1 -1
  75. package/dist/components/kup-input-panel.js +19 -14
  76. package/dist/components/kup-lazy.js +2 -2
  77. package/dist/components/kup-list.js +1 -1
  78. package/dist/components/kup-magic-box.js +4 -4
  79. package/dist/components/kup-nav-bar.js +2 -2
  80. package/dist/components/kup-numeric-picker.js +2 -2
  81. package/dist/components/kup-object-field.js +2 -2
  82. package/dist/components/kup-pdf.js +2 -2
  83. package/dist/components/kup-photo-frame.js +2 -2
  84. package/dist/components/kup-planner.js +2 -2
  85. package/dist/components/kup-probe.js +2 -2
  86. package/dist/components/kup-progress-bar.js +1 -1
  87. package/dist/components/kup-qlik.js +2 -2
  88. package/dist/components/kup-radio.js +1 -1
  89. package/dist/components/kup-rating.js +1 -1
  90. package/dist/components/kup-snackbar.js +2 -2
  91. package/dist/components/kup-spinner.js +1 -1
  92. package/dist/components/kup-switch.js +1 -1
  93. package/dist/components/kup-tab-bar.js +1 -1
  94. package/dist/components/kup-text-field.js +1 -1
  95. package/dist/components/kup-time-picker.js +1 -1
  96. package/dist/components/kup-toolbar.js +1 -1
  97. package/dist/components/kup-tree.js +1 -1
  98. package/dist/components/kup-txt.js +2 -2
  99. package/dist/components/kup-typography-list.js +2 -2
  100. package/dist/components/kup-typography.js +2 -2
  101. package/dist/components/{p-d3c69e54.js → p-519379a7.js} +2 -2
  102. package/dist/components/{p-920619f8.js → p-6164473b.js} +1 -1
  103. package/dist/components/{p-9a52cf80.js → p-886ee384.js} +29 -30
  104. package/dist/components/{p-af8b2883.js → p-8ca185b1.js} +2 -2
  105. package/dist/components/{p-155f0194.js → p-9cb0539a.js} +2 -2
  106. package/dist/components/{p-b446188c.js → p-d0115002.js} +2 -2
  107. package/dist/esm/{f-cell-2a9ee782.js → f-cell-b79708ab.js} +4 -4
  108. package/dist/esm/{f-chip-7030a6b7.js → f-chip-fc2347bc.js} +1 -1
  109. package/dist/esm/{f-object-field-63c9d9b3.js → f-object-field-d4f9483b.js} +2 -2
  110. package/dist/esm/{f-paginator-utils-3e911694.js → f-paginator-utils-78debb65.js} +1 -1
  111. package/dist/esm/{f-text-field-b36cea76.js → f-text-field-8eabea29.js} +1 -1
  112. package/dist/esm/index.js +1 -1
  113. package/dist/esm/kup-accordion.entry.js +1 -1
  114. package/dist/esm/kup-activity-timeline.entry.js +2 -2
  115. package/dist/esm/kup-autocomplete_28.entry.js +7 -7
  116. package/dist/esm/kup-box.entry.js +7 -7
  117. package/dist/esm/kup-calendar.entry.js +2 -2
  118. package/dist/esm/kup-card-list.entry.js +1 -1
  119. package/dist/esm/kup-cell.entry.js +5 -5
  120. package/dist/esm/kup-dashboard.entry.js +2 -2
  121. package/dist/esm/{kup-data-table-helper-0acc1df9.js → kup-data-table-helper-81a49401.js} +1 -1
  122. package/dist/esm/kup-drawer.entry.js +1 -1
  123. package/dist/esm/kup-echart.entry.js +1 -1
  124. package/dist/esm/kup-editor.entry.js +1 -1
  125. package/dist/esm/kup-family-tree.entry.js +1 -1
  126. package/dist/esm/kup-grid.entry.js +1 -1
  127. package/dist/esm/kup-htm.entry.js +1 -1
  128. package/dist/esm/kup-iframe.entry.js +1 -1
  129. package/dist/esm/kup-image-list.entry.js +5 -5
  130. package/dist/esm/kup-input-panel.entry.js +21 -16
  131. package/dist/esm/kup-lazy.entry.js +1 -1
  132. package/dist/esm/kup-magic-box.entry.js +1 -1
  133. package/dist/esm/{kup-manager-0255a23e.js → kup-manager-77f326a3.js} +29 -30
  134. package/dist/esm/kup-nav-bar.entry.js +1 -1
  135. package/dist/esm/kup-numeric-picker.entry.js +2 -2
  136. package/dist/esm/kup-object-field.entry.js +3 -3
  137. package/dist/esm/kup-pdf.entry.js +1 -1
  138. package/dist/esm/kup-photo-frame.entry.js +1 -1
  139. package/dist/esm/kup-planner.entry.js +2 -2
  140. package/dist/esm/kup-probe.entry.js +1 -1
  141. package/dist/esm/kup-qlik.entry.js +1 -1
  142. package/dist/esm/kup-snackbar.entry.js +1 -1
  143. package/dist/esm/kup-txt.entry.js +1 -1
  144. package/dist/esm/kup-typography-list.entry.js +1 -1
  145. package/dist/esm/kup-typography.entry.js +1 -1
  146. package/dist/ketchup/index.esm.js +1 -1
  147. package/dist/ketchup/ketchup.esm.js +1 -1
  148. package/dist/ketchup/{p-258f9a76.entry.js → p-050651a4.entry.js} +1 -1
  149. package/dist/ketchup/p-0b336f9f.entry.js +1 -0
  150. package/dist/ketchup/{p-ba7bd783.entry.js → p-10a3f5c8.entry.js} +1 -1
  151. package/dist/ketchup/{p-4505f903.js → p-15f2c3fa.js} +1 -1
  152. package/dist/ketchup/{p-20f0aa67.entry.js → p-1b735b15.entry.js} +1 -1
  153. package/dist/ketchup/{p-671b4dc9.entry.js → p-25dcc9a0.entry.js} +1 -1
  154. package/dist/ketchup/{p-8eeb61be.entry.js → p-2b3fdb78.entry.js} +1 -1
  155. package/dist/ketchup/{p-eada699b.entry.js → p-41f94e89.entry.js} +1 -1
  156. package/dist/ketchup/{p-17886d7b.js → p-422a7e8d.js} +1 -1
  157. package/dist/ketchup/{p-f537e04b.entry.js → p-44b6b1be.entry.js} +1 -1
  158. package/dist/ketchup/{p-281c8b1b.entry.js → p-4ef13a6c.entry.js} +1 -1
  159. package/dist/ketchup/{p-d1b148ad.entry.js → p-5228f6f5.entry.js} +1 -1
  160. package/dist/ketchup/{p-975c02b0.entry.js → p-55e0e334.entry.js} +1 -1
  161. package/dist/ketchup/{p-879c86ff.entry.js → p-5cabb368.entry.js} +1 -1
  162. package/dist/ketchup/{p-7207cec9.entry.js → p-5f4aa356.entry.js} +1 -1
  163. package/dist/ketchup/{p-1c499e9b.entry.js → p-62004d0f.entry.js} +1 -1
  164. package/dist/ketchup/{p-bcc871a0.entry.js → p-7137b94f.entry.js} +1 -1
  165. package/dist/ketchup/{p-fc32aa0e.entry.js → p-7169a603.entry.js} +1 -1
  166. package/dist/ketchup/{p-3ad0ac42.entry.js → p-7554c01f.entry.js} +1 -1
  167. package/dist/ketchup/{p-4798a49a.entry.js → p-8069f227.entry.js} +1 -1
  168. package/dist/ketchup/{p-e66f3d17.entry.js → p-8421924d.entry.js} +1 -1
  169. package/dist/ketchup/{p-a0e8b99a.js → p-8e973ba5.js} +1 -1
  170. package/dist/ketchup/{p-4ba304cf.js → p-95d3726f.js} +1 -1
  171. package/dist/ketchup/{p-aa77e8a7.entry.js → p-af37f144.entry.js} +1 -1
  172. package/dist/ketchup/{p-3fae8f6d.entry.js → p-b1db1c1e.entry.js} +1 -1
  173. package/dist/ketchup/{p-0b5b175c.js → p-b3e13f5b.js} +1 -1
  174. package/dist/ketchup/{p-8031909a.entry.js → p-b697f024.entry.js} +1 -1
  175. package/dist/ketchup/{p-4ef7d175.entry.js → p-b857841b.entry.js} +1 -1
  176. package/dist/ketchup/{p-0e97267a.entry.js → p-b91fa138.entry.js} +1 -1
  177. package/dist/ketchup/{p-4886e26b.js → p-c3f9469e.js} +1 -1
  178. package/dist/ketchup/{p-6c7d4b54.entry.js → p-ca824d53.entry.js} +1 -1
  179. package/dist/ketchup/{p-a389bc98.entry.js → p-d1ee1882.entry.js} +1 -1
  180. package/dist/ketchup/{p-cee4fdb5.entry.js → p-de38d058.entry.js} +1 -1
  181. package/dist/ketchup/{p-faf754c9.entry.js → p-e634c283.entry.js} +1 -1
  182. package/dist/ketchup/{p-2a506466.entry.js → p-e853bf6b.entry.js} +1 -1
  183. package/dist/ketchup/{p-7d152b15.js → p-ecc46a3a.js} +1 -1
  184. package/dist/ketchup/{p-a5766690.entry.js → p-fca1403d.entry.js} +1 -1
  185. package/dist/ketchup/{p-8dd181bf.entry.js → p-fd1e4351.entry.js} +1 -1
  186. package/dist/types/components/kup-data-table/kup-data-table-declarations.d.ts +2 -2
  187. package/dist/types/components/kup-image-list/kup-image-list-declarations.d.ts +1 -1
  188. package/dist/types/components/kup-input-panel/kup-input-panel-declarations.d.ts +2 -7
  189. package/dist/types/components/kup-tree/kup-tree-declarations.d.ts +2 -2
  190. package/dist/types/f-components/f-cell/f-cell-declarations.d.ts +30 -29
  191. package/dist/types/managers/kup-data/kup-data-declarations.d.ts +5 -7
  192. package/package.json +1 -1
  193. package/dist/ketchup/p-b1f764e4.entry.js +0 -1
@@ -1,13 +1,13 @@
1
1
  'use strict';
2
2
 
3
3
  const index = require('./index-e8aa3c73.js');
4
- const kupManager = require('./kup-manager-b4ee0e69.js');
4
+ const kupManager = require('./kup-manager-431e2d05.js');
5
5
  const fButton = require('./f-button-2994335b.js');
6
6
  const fCheckbox = require('./f-checkbox-989b9645.js');
7
- const fChip = require('./f-chip-e7733d4f.js');
7
+ const fChip = require('./f-chip-b3d7c04b.js');
8
8
  const fImage = require('./f-image-819dca29.js');
9
- const fObjectField = require('./f-object-field-0079926a.js');
10
- const fTextField = require('./f-text-field-69e3354c.js');
9
+ const fObjectField = require('./f-object-field-3cf8ca98.js');
10
+ const fTextField = require('./f-text-field-76247a36.js');
11
11
 
12
12
  /*-------------------------------------------------*/
13
13
  /* C o m p o n e n t */
@@ -2,7 +2,7 @@
2
2
 
3
3
  const index = require('./index-e8aa3c73.js');
4
4
  const fImage = require('./f-image-819dca29.js');
5
- const kupManager = require('./kup-manager-b4ee0e69.js');
5
+ const kupManager = require('./kup-manager-431e2d05.js');
6
6
 
7
7
  /**
8
8
  * Types of the f-chip component.
@@ -1,10 +1,10 @@
1
1
  'use strict';
2
2
 
3
3
  const index = require('./index-e8aa3c73.js');
4
- const kupManager = require('./kup-manager-b4ee0e69.js');
4
+ const kupManager = require('./kup-manager-431e2d05.js');
5
5
  const fButton = require('./f-button-2994335b.js');
6
6
  const fButtonDeclarations = require('./f-button-declarations-76ef9f87.js');
7
- const fTextField = require('./f-text-field-69e3354c.js');
7
+ const fTextField = require('./f-text-field-76247a36.js');
8
8
 
9
9
  const STATE = new WeakMap();
10
10
  const FObjectField = (props) => {
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  const index = require('./index-e8aa3c73.js');
4
- const kupManager = require('./kup-manager-b4ee0e69.js');
4
+ const kupManager = require('./kup-manager-431e2d05.js');
5
5
  const fButton = require('./f-button-2994335b.js');
6
6
  const fButtonDeclarations = require('./f-button-declarations-76ef9f87.js');
7
7
 
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  const index = require('./index-e8aa3c73.js');
4
- const kupManager = require('./kup-manager-b4ee0e69.js');
4
+ const kupManager = require('./kup-manager-431e2d05.js');
5
5
  const fImage = require('./f-image-819dca29.js');
6
6
 
7
7
  const dom = document.documentElement;
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const kupManager = require('./kup-manager-b4ee0e69.js');
5
+ const kupManager = require('./kup-manager-431e2d05.js');
6
6
  require('./kup-dates-bc4cf9d0.js');
7
7
  require('./index-e8aa3c73.js');
8
8
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e8aa3c73.js');
6
- const kupManager = require('./kup-manager-b4ee0e69.js');
6
+ const kupManager = require('./kup-manager-431e2d05.js');
7
7
  const fImage = require('./f-image-819dca29.js');
8
8
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
9
9
  const component = require('./component-a6dd6c14.js');
@@ -3,10 +3,10 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e8aa3c73.js');
6
- const kupManager = require('./kup-manager-b4ee0e69.js');
6
+ const kupManager = require('./kup-manager-431e2d05.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
8
  const fImage = require('./f-image-819dca29.js');
9
- const kupDataTableHelper = require('./kup-data-table-helper-369072f0.js');
9
+ const kupDataTableHelper = require('./kup-data-table-helper-d5c8bdaa.js');
10
10
  require('./kup-dates-bc4cf9d0.js');
11
11
 
12
12
  var KupActivityTimelineProps;
@@ -3,21 +3,21 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e8aa3c73.js');
6
- const kupManager$1 = require('./kup-manager-b4ee0e69.js');
7
- const fTextField = require('./f-text-field-69e3354c.js');
6
+ const kupManager$1 = require('./kup-manager-431e2d05.js');
7
+ const fTextField = require('./f-text-field-76247a36.js');
8
8
  const fTextFieldMdc = require('./f-text-field-mdc-29aae9c9.js');
9
9
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
10
10
  const fImage = require('./f-image-819dca29.js');
11
11
  const fButton = require('./f-button-2994335b.js');
12
12
  const fButtonDeclarations = require('./f-button-declarations-76ef9f87.js');
13
- const fCell = require('./f-cell-2645d472.js');
13
+ const fCell = require('./f-cell-c8ff08ea.js');
14
14
  const kupDates = require('./kup-dates-bc4cf9d0.js');
15
- const fChip = require('./f-chip-e7733d4f.js');
15
+ const fChip = require('./f-chip-b3d7c04b.js');
16
16
  const component = require('./component-a6dd6c14.js');
17
17
  const fCheckbox = require('./f-checkbox-989b9645.js');
18
- const kupDataTableHelper = require('./kup-data-table-helper-369072f0.js');
19
- const fPaginatorUtils = require('./f-paginator-utils-6f367510.js');
20
- require('./f-object-field-0079926a.js');
18
+ const kupDataTableHelper = require('./kup-data-table-helper-d5c8bdaa.js');
19
+ const fPaginatorUtils = require('./f-paginator-utils-545f07a0.js');
20
+ require('./f-object-field-3cf8ca98.js');
21
21
 
22
22
  /**
23
23
  * Props of the kup-autocomplete component.
@@ -3,20 +3,20 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e8aa3c73.js');
6
- const kupManager = require('./kup-manager-b4ee0e69.js');
7
- const kupDataTableHelper = require('./kup-data-table-helper-369072f0.js');
6
+ const kupManager = require('./kup-manager-431e2d05.js');
7
+ const kupDataTableHelper = require('./kup-data-table-helper-d5c8bdaa.js');
8
8
  const fImage = require('./f-image-819dca29.js');
9
- const fChip = require('./f-chip-e7733d4f.js');
9
+ const fChip = require('./f-chip-b3d7c04b.js');
10
10
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
11
- const fCell = require('./f-cell-2645d472.js');
12
- const fPaginatorUtils = require('./f-paginator-utils-6f367510.js');
11
+ const fCell = require('./f-cell-c8ff08ea.js');
12
+ const fPaginatorUtils = require('./f-paginator-utils-545f07a0.js');
13
13
  const fTextFieldMdc = require('./f-text-field-mdc-29aae9c9.js');
14
14
  require('./kup-dates-bc4cf9d0.js');
15
15
  require('./f-button-2994335b.js');
16
16
  require('./f-button-declarations-76ef9f87.js');
17
17
  require('./f-checkbox-989b9645.js');
18
- require('./f-object-field-0079926a.js');
19
- require('./f-text-field-69e3354c.js');
18
+ require('./f-object-field-3cf8ca98.js');
19
+ require('./f-text-field-76247a36.js');
20
20
  require('./component-a6dd6c14.js');
21
21
 
22
22
  /**
@@ -3,10 +3,10 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index$4 = require('./index-e8aa3c73.js');
6
- const kupManager = require('./kup-manager-b4ee0e69.js');
6
+ const kupManager = require('./kup-manager-431e2d05.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
8
  const fButton = require('./f-button-2994335b.js');
9
- const fChip = require('./f-chip-e7733d4f.js');
9
+ const fChip = require('./f-chip-b3d7c04b.js');
10
10
  const kupDates = require('./kup-dates-bc4cf9d0.js');
11
11
  require('./f-button-declarations-76ef9f87.js');
12
12
  require('./f-image-819dca29.js');
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e8aa3c73.js');
6
- const kupManager = require('./kup-manager-b4ee0e69.js');
6
+ const kupManager = require('./kup-manager-431e2d05.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
8
  require('./kup-dates-bc4cf9d0.js');
9
9
 
@@ -3,17 +3,17 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e8aa3c73.js');
6
- const kupManager = require('./kup-manager-b4ee0e69.js');
6
+ const kupManager = require('./kup-manager-431e2d05.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
8
  const fButton = require('./f-button-2994335b.js');
9
- const fCell = require('./f-cell-2645d472.js');
9
+ const fCell = require('./f-cell-c8ff08ea.js');
10
10
  require('./kup-dates-bc4cf9d0.js');
11
11
  require('./f-button-declarations-76ef9f87.js');
12
12
  require('./f-image-819dca29.js');
13
13
  require('./f-checkbox-989b9645.js');
14
- require('./f-chip-e7733d4f.js');
15
- require('./f-object-field-0079926a.js');
16
- require('./f-text-field-69e3354c.js');
14
+ require('./f-chip-b3d7c04b.js');
15
+ require('./f-object-field-3cf8ca98.js');
16
+ require('./f-text-field-76247a36.js');
17
17
 
18
18
  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: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:14px;line-height:18px;font-weight:600;letter-spacing:0.16px}.kup-heading-01{font-family:var(--kup-font-family);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%}";
19
19
  const KupCellStyle0 = kupCellCss;
@@ -5,9 +5,9 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  const index = require('./index-e8aa3c73.js');
6
6
  const fButton = require('./f-button-2994335b.js');
7
7
  const fCheckbox = require('./f-checkbox-989b9645.js');
8
- const fTextField = require('./f-text-field-69e3354c.js');
8
+ const fTextField = require('./f-text-field-76247a36.js');
9
9
  const fTextFieldMdc = require('./f-text-field-mdc-29aae9c9.js');
10
- const kupManager = require('./kup-manager-b4ee0e69.js');
10
+ const kupManager = require('./kup-manager-431e2d05.js');
11
11
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
12
12
  require('./f-button-declarations-76ef9f87.js');
13
13
  require('./f-image-819dca29.js');
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- const kupManager = require('./kup-manager-b4ee0e69.js');
3
+ const kupManager = require('./kup-manager-431e2d05.js');
4
4
  const kupDates = require('./kup-dates-bc4cf9d0.js');
5
5
 
6
6
  /**
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e8aa3c73.js');
6
- const kupManager = require('./kup-manager-b4ee0e69.js');
6
+ const kupManager = require('./kup-manager-431e2d05.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
8
  require('./kup-dates-bc4cf9d0.js');
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e8aa3c73.js');
6
- const kupManager = require('./kup-manager-b4ee0e69.js');
6
+ const kupManager = require('./kup-manager-431e2d05.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
8
  require('./kup-dates-bc4cf9d0.js');
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e8aa3c73.js');
6
- const kupManager = require('./kup-manager-b4ee0e69.js');
6
+ const kupManager = require('./kup-manager-431e2d05.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
8
  const kupDates = require('./kup-dates-bc4cf9d0.js');
9
9
 
@@ -6,7 +6,7 @@ const index = require('./index-e8aa3c73.js');
6
6
  const fButton = require('./f-button-2994335b.js');
7
7
  const fButtonDeclarations = require('./f-button-declarations-76ef9f87.js');
8
8
  const fImage = require('./f-image-819dca29.js');
9
- const kupManager = require('./kup-manager-b4ee0e69.js');
9
+ const kupManager = require('./kup-manager-431e2d05.js');
10
10
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
11
11
  require('./kup-dates-bc4cf9d0.js');
12
12
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e8aa3c73.js');
6
- const kupManager = require('./kup-manager-b4ee0e69.js');
6
+ const kupManager = require('./kup-manager-431e2d05.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
8
  require('./kup-dates-bc4cf9d0.js');
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e8aa3c73.js');
6
- const kupManager = require('./kup-manager-b4ee0e69.js');
6
+ const kupManager = require('./kup-manager-431e2d05.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
8
  require('./kup-dates-bc4cf9d0.js');
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e8aa3c73.js');
6
- const kupManager = require('./kup-manager-b4ee0e69.js');
6
+ const kupManager = require('./kup-manager-431e2d05.js');
7
7
  require('./kup-dates-bc4cf9d0.js');
8
8
 
9
9
  /**
@@ -3,18 +3,18 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e8aa3c73.js');
6
- const kupManager = require('./kup-manager-b4ee0e69.js');
6
+ const kupManager = require('./kup-manager-431e2d05.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
8
  const fImage = require('./f-image-819dca29.js');
9
9
  const fButton = require('./f-button-2994335b.js');
10
10
  const fButtonDeclarations = require('./f-button-declarations-76ef9f87.js');
11
- const fCell = require('./f-cell-2645d472.js');
11
+ const fCell = require('./f-cell-c8ff08ea.js');
12
12
  const component = require('./component-a6dd6c14.js');
13
13
  require('./kup-dates-bc4cf9d0.js');
14
14
  require('./f-checkbox-989b9645.js');
15
- require('./f-chip-e7733d4f.js');
16
- require('./f-object-field-0079926a.js');
17
- require('./f-text-field-69e3354c.js');
15
+ require('./f-chip-b3d7c04b.js');
16
+ require('./f-object-field-3cf8ca98.js');
17
+ require('./f-text-field-76247a36.js');
18
18
 
19
19
  /**
20
20
  * Props of the kup-image-list component.
@@ -4,17 +4,17 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e8aa3c73.js');
6
6
  const fButton = require('./f-button-2994335b.js');
7
- const fCell = require('./f-cell-2645d472.js');
8
- const kupManager = require('./kup-manager-b4ee0e69.js');
7
+ const fCell = require('./f-cell-c8ff08ea.js');
8
+ const kupManager = require('./kup-manager-431e2d05.js');
9
9
  const fTextFieldMdc = require('./f-text-field-mdc-29aae9c9.js');
10
10
  const fTypography = require('./f-typography-271f5037.js');
11
11
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
12
12
  require('./f-button-declarations-76ef9f87.js');
13
13
  require('./f-image-819dca29.js');
14
14
  require('./f-checkbox-989b9645.js');
15
- require('./f-chip-e7733d4f.js');
16
- require('./f-object-field-0079926a.js');
17
- require('./f-text-field-69e3354c.js');
15
+ require('./f-chip-b3d7c04b.js');
16
+ require('./f-object-field-3cf8ca98.js');
17
+ require('./f-text-field-76247a36.js');
18
18
  require('./kup-dates-bc4cf9d0.js');
19
19
  require('./component-a6dd6c14.js');
20
20
 
@@ -175,7 +175,7 @@ var __rest = (undefined && undefined.__rest) || function (s, e) {
175
175
  }
176
176
  return t;
177
177
  };
178
- var _KupInputPanel_instances, _KupInputPanel_kupManager, _KupInputPanel_formRef, _KupInputPanel_optionsAdapterMap, _KupInputPanel_originalData, _KupInputPanel_eventNames, _KupInputPanel_listeners, _KupInputPanel_cellTypeComponents, _KupInputPanel_cellCustomRender, _KupInputPanel_sectionRenderMap, _KupInputPanel_keysShortcut, _KupInputPanel_getCell, _KupInputPanel_renderRow, _KupInputPanel_renderCell, _KupInputPanel_renderButton, _KupInputPanel_renderDropDownButton, _KupInputPanel_renderDataTable, _KupInputPanel_renderLabel, _KupInputPanel_getLabelComponent, _KupInputPanel_renderGridLayout, _KupInputPanel_renderAbsoluteLayout, _KupInputPanel_renderSection, _KupInputPanel_renderAbsoluteSection, _KupInputPanel_extractContentIds, _KupInputPanel_renderSectionTab, _KupInputPanel_renderField, _KupInputPanel_renderAbsoluteField, _KupInputPanel_mapCommands, _KupInputPanel_mapCells, _KupInputPanel_setData, _KupInputPanel_deepObjectsMerge, _KupInputPanel_reverseMapCells, _KupInputPanel_mapData, _KupInputPanel_slotData, _KupInputPanel_CHIAdapter, _KupInputPanel_GRAAdapter, _KupInputPanel_BTNAdapter, _KupInputPanel_CMBandACPAdapter, _KupInputPanel_getOptionHandler, _KupInputPanel_CHKAdapter, _KupInputPanel_CLPAdapter, _KupInputPanel_EDTAdapter, _KupInputPanel_ITXAdapter, _KupInputPanel_RADAdapter, _KupInputPanel_SWTAdapter, _KupInputPanel_DateAdapter, _KupInputPanel_ObjectAdapter, _KupInputPanel_TimeAdapter, _KupInputPanel_NumberAdapter, _KupInputPanel_DataTableAdapter, _KupInputPanel_getTableUpdatedCell, _KupInputPanel_optionsTreeComboAdapter, _KupInputPanel_treeOptionsNodeAdapter, _KupInputPanel_dataTreeOptionsChildrenAdapter, _KupInputPanel_tableOptionsAdapter, _KupInputPanel_commandAdapter, _KupInputPanel_getAutocompleteEventCallback, _KupInputPanel_onBlurHandler, _KupInputPanel_setCellError, _KupInputPanel_areValuesUpdated, _KupInputPanel_getFunctionOnClickBTN, _KupInputPanel_getEventDetails, _KupInputPanel_contextMenuHandler, _KupInputPanel_didLoadInteractables, _KupInputPanel_setFocusOnInputElement, _KupInputPanel_findFirstInput, _KupInputPanel_setAutoSkip;
178
+ var _KupInputPanel_instances, _KupInputPanel_kupManager, _KupInputPanel_formRef, _KupInputPanel_optionsAdapterMap, _KupInputPanel_originalData, _KupInputPanel_eventNames, _KupInputPanel_listeners, _KupInputPanel_cellTypeComponents, _KupInputPanel_cellCustomRender, _KupInputPanel_sectionRenderMap, _KupInputPanel_keysShortcut, _KupInputPanel_getCell, _KupInputPanel_renderRow, _KupInputPanel_renderCell, _KupInputPanel_renderButton, _KupInputPanel_renderDropDownButton, _KupInputPanel_renderDataTable, _KupInputPanel_renderLabel, _KupInputPanel_getLabelComponent, _KupInputPanel_renderGridLayout, _KupInputPanel_renderAbsoluteLayout, _KupInputPanel_renderSection, _KupInputPanel_renderAbsoluteSection, _KupInputPanel_extractContentIds, _KupInputPanel_renderSectionTab, _KupInputPanel_renderField, _KupInputPanel_renderAbsoluteField, _KupInputPanel_mapCommands, _KupInputPanel_mapCells, _KupInputPanel_setData, _KupInputPanel_deepObjectsMerge, _KupInputPanel_reverseMapCells, _KupInputPanel_mapData, _KupInputPanel_slotData, _KupInputPanel_CHIAdapter, _KupInputPanel_GRAAdapter, _KupInputPanel_BTNAdapter, _KupInputPanel_CMBandACPAdapter, _KupInputPanel_getOptionHandler, _KupInputPanel_CHKAdapter, _KupInputPanel_CLPAdapter, _KupInputPanel_EDTAdapter, _KupInputPanel_ITXAdapter, _KupInputPanel_RADAdapter, _KupInputPanel_SWTAdapter, _KupInputPanel_DateAdapter, _KupInputPanel_ObjectAdapter, _KupInputPanel_TimeAdapter, _KupInputPanel_NumberAdapter, _KupInputPanel_DataTableAdapter, _KupInputPanel_getTableUpdatedCell, _KupInputPanel_optionsTreeComboAdapter, _KupInputPanel_treeOptionsNodeAdapter, _KupInputPanel_dataTreeOptionsChildrenAdapter, _KupInputPanel_tableOptionsAdapter, _KupInputPanel_commandAdapter, _KupInputPanel_getAutocompleteEventCallback, _KupInputPanel_onBlurHandler, _KupInputPanel_setCellError, _KupInputPanel_areValuesUpdated, _KupInputPanel_getFunctionOnClickBTN, _KupInputPanel_findTraversedFCell, _KupInputPanel_getEventDetails, _KupInputPanel_didLoadInteractables, _KupInputPanel_setFocusOnInputElement, _KupInputPanel_findFirstInput, _KupInputPanel_setAutoSkip;
179
179
  const dom = document.documentElement;
180
180
  const KupInputPanel = class {
181
181
  constructor(hostRef) {
@@ -194,10 +194,11 @@ const KupInputPanel = class {
194
194
  _KupInputPanel_kupManager.set(this, kupManager.kupManagerInstance());
195
195
  _KupInputPanel_formRef.set(this, void 0);
196
196
  _KupInputPanel_optionsAdapterMap.set(this, new Map([
197
- ['SmeupTreeNode', __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_treeOptionsNodeAdapter).bind(this)],
198
197
  ['SmeupDataTree', __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_dataTreeOptionsChildrenAdapter).bind(this)],
199
- ['SmeupTable', __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_tableOptionsAdapter).bind(this)],
200
198
  ['SmeupDataTable', __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_tableOptionsAdapter).bind(this)],
199
+ //FIXME: deprecated
200
+ ['SmeupTreeNode', __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_treeOptionsNodeAdapter).bind(this)],
201
+ ['SmeupTable', __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_tableOptionsAdapter).bind(this)],
201
202
  ]));
202
203
  _KupInputPanel_originalData.set(this, null);
203
204
  _KupInputPanel_eventNames.set(this, new Map([
@@ -328,7 +329,7 @@ const KupInputPanel = class {
328
329
  index.h("p", null, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").language.translate(kupManager.KupLanguageGeneric.EMPTY_DATA)),
329
330
  ]
330
331
  : this.inputPanelCells.map((inputPanelCell) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_renderRow).call(this, inputPanelCell));
331
- return (index.h(index.Host, { key: '2693a3209b62fa0fa6346c2dd92aa6668212e264', "onKup-cell-blur": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_onBlurHandler).bind(this), "onKup-tabbar-click": (e) => {
332
+ return (index.h(index.Host, { key: '8b99e94322ba1a5426e7e86c4fb31e38ac5adba6', "onKup-cell-blur": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_onBlurHandler).bind(this), "onKup-tabbar-click": (e) => {
332
333
  this.tabSelected = e.detail.node.id;
333
334
  }, "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-objectfield-searchpayload": (e) => {
334
335
  this.kupInputPanelObjectFieldSearchPayload.emit(e.detail);
@@ -336,7 +337,7 @@ const KupInputPanel = class {
336
337
  this.kupInputPanelObjectFieldOpenSearchMenu.emit(e.detail);
337
338
  }, "onKup-objectfield-selectedmenuitem": (e) => {
338
339
  this.kupInputPanelObjectFieldSelectedMenuItem.emit(e.detail);
339
- } }, index.h("style", { key: '6a278ab0fb5a9c1ce040eb333d5d252ecddd631f' }, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: '2a8ec9ae9aa81826ef7f5e3cf16298f29f1d8763', id: GenericVariables.componentWrapperId }, inputPanelContent)));
340
+ } }, index.h("style", { key: 'c551049f8845a449fd093331c482232822306eed' }, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: '2698299fb013b0b0596886f5f5649fa76a8b8d88', id: GenericVariables.componentWrapperId }, inputPanelContent)));
340
341
  }
341
342
  disconnectedCallback() {
342
343
  __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").language.unregister(this);
@@ -433,7 +434,9 @@ _KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_formRef = new WeakMap(
433
434
  },
434
435
  });
435
436
  }, onContextMenu: (e) => {
436
- e.preventDefault();
437
+ if (__classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_findTraversedFCell).call(this, e) != null) {
438
+ e.preventDefault();
439
+ }
437
440
  } }, index.h("div", { class: "input-panel__typography" }, index.h(fTypography.FTypography, Object.assign({}, props))), index.h("div", { class: classObj, style: styleObj }, rowContent), index.h("div", { class: commandsClass }, index.h(fButton.FButton, { buttonType: "submit", label: __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").language.translate(kupManager.KupLanguageGeneric.CONFIRM), wrapperClass: "form__submit", invisible: this.hiddenSubmitButton }), this.inputPanelCommands))));
438
441
  }, _KupInputPanel_renderCell = function _KupInputPanel_renderCell(cell, row, column) {
439
442
  var _a;
@@ -1141,8 +1144,12 @@ _KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_formRef = new WeakMap(
1141
1144
  },
1142
1145
  cell: id,
1143
1146
  });
1144
- }, _KupInputPanel_getEventDetails = function _KupInputPanel_getEventDetails(path, originalEvent) {
1147
+ }, _KupInputPanel_findTraversedFCell = function _KupInputPanel_findTraversedFCell(e) {
1148
+ const path = __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").getEventPath(e.target, this.rootElement);
1145
1149
  const fcell = path.find((p) => { var _a; return (_a = p.classList) === null || _a === void 0 ? void 0 : _a.contains('f-cell'); });
1150
+ return fcell;
1151
+ }, _KupInputPanel_getEventDetails = function _KupInputPanel_getEventDetails(originalEvent) {
1152
+ const fcell = __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_findTraversedFCell).call(this, originalEvent);
1146
1153
  if (fcell == null) {
1147
1154
  return;
1148
1155
  }
@@ -1160,14 +1167,12 @@ _KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_formRef = new WeakMap(
1160
1167
  row,
1161
1168
  originalEvent,
1162
1169
  };
1163
- }, _KupInputPanel_contextMenuHandler = function _KupInputPanel_contextMenuHandler(e) {
1164
- const eventPath = __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").getEventPath(e.target, this.rootElement);
1165
- return __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getEventDetails).call(this, eventPath, e);
1166
1170
  }, _KupInputPanel_didLoadInteractables = function _KupInputPanel_didLoadInteractables() {
1171
+ // this could seems like a duplication because this.#kupManager.interact.on already does it but removing this causes an error on righ-clicking a TBL cell with tooltip when set as shape of an input panel cell
1167
1172
  __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").interact.managedElements.add(__classPrivateFieldGet(this, _KupInputPanel_formRef, "f"));
1168
1173
  const tapCb = (e) => {
1169
1174
  if (e.button == 2) {
1170
- const details = __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_contextMenuHandler).call(this, e);
1175
+ const details = __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getEventDetails).call(this, e);
1171
1176
  if (details) {
1172
1177
  this.kupDataTableContextMenu.emit({
1173
1178
  comp: this,
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e8aa3c73.js');
6
- const kupManager = require('./kup-manager-b4ee0e69.js');
6
+ const kupManager = require('./kup-manager-431e2d05.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
8
  require('./kup-dates-bc4cf9d0.js');
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e8aa3c73.js');
6
- const kupManager = require('./kup-manager-b4ee0e69.js');
6
+ const kupManager = require('./kup-manager-431e2d05.js');
7
7
  const fButtonDeclarations = require('./f-button-declarations-76ef9f87.js');
8
8
  const fImage = require('./f-image-819dca29.js');
9
9
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
@@ -8717,36 +8717,35 @@ exports.FCellClasses = void 0;
8717
8717
  /**
8718
8718
  * Supported cell shapes.
8719
8719
  */
8720
- exports.FCellShapes = void 0;
8721
- (function (FCellShapes) {
8722
- FCellShapes["AUTOCOMPLETE"] = "ACP";
8723
- FCellShapes["BUTTON_LIST"] = "BTN";
8724
- FCellShapes["CHART"] = "GRA";
8725
- FCellShapes["CHECKBOX"] = "CHK";
8726
- FCellShapes["CHIP"] = "CHI";
8727
- FCellShapes["COLOR_PICKER"] = "CLP";
8728
- FCellShapes["COMBOBOX"] = "CMB";
8729
- FCellShapes["DATE"] = "CAL";
8730
- FCellShapes["EDITOR"] = "EDT";
8731
- FCellShapes["GAUGE"] = "GAU";
8732
- FCellShapes["IMAGE"] = "IMG";
8733
- FCellShapes["ICON"] = "ICO";
8734
- FCellShapes["INPUT_CHECKBOX"] = "INC";
8735
- FCellShapes["INPUT_FIELD"] = "INF";
8736
- FCellShapes["KNOB"] = "KNB";
8737
- FCellShapes["LABEL"] = "LBL";
8738
- FCellShapes["MEMO"] = "MEM";
8739
- FCellShapes["MULTI_AUTOCOMPLETE"] = "AML";
8740
- FCellShapes["MULTI_COMBOBOX"] = "CML";
8741
- FCellShapes["OBJECT"] = "OBJ";
8742
- FCellShapes["PROGRESS_BAR"] = "PGB";
8743
- FCellShapes["RADIO"] = "RAD";
8744
- FCellShapes["RATING"] = "RTG";
8745
- FCellShapes["SWITCH"] = "SWT";
8746
- FCellShapes["TABLE"] = "TBL";
8747
- FCellShapes["TEXT_FIELD"] = "ITX";
8748
- FCellShapes["TIME"] = "TIM";
8749
- })(exports.FCellShapes || (exports.FCellShapes = {}));
8720
+ const FCellShapes = {
8721
+ AUTOCOMPLETE: 'ACP',
8722
+ BUTTON_LIST: 'BTN',
8723
+ CHART: 'GRA',
8724
+ CHECKBOX: 'CHK',
8725
+ CHIP: 'CHI',
8726
+ COLOR_PICKER: 'CLP',
8727
+ COMBOBOX: 'CMB',
8728
+ DATE: 'CAL',
8729
+ EDITOR: 'EDT',
8730
+ GAUGE: 'GAU',
8731
+ IMAGE: 'IMG',
8732
+ ICON: 'ICO',
8733
+ INPUT_CHECKBOX: 'INC',
8734
+ INPUT_FIELD: 'INF',
8735
+ KNOB: 'KNB',
8736
+ LABEL: 'LBL',
8737
+ MEMO: 'MEM',
8738
+ MULTI_AUTOCOMPLETE: 'AML',
8739
+ MULTI_COMBOBOX: 'CML',
8740
+ OBJECT: 'OBJ',
8741
+ PROGRESS_BAR: 'PGB',
8742
+ RADIO: 'RAD',
8743
+ RATING: 'RTG',
8744
+ SWITCH: 'SWT',
8745
+ TABLE: 'TBL',
8746
+ TEXT_FIELD: 'ITX',
8747
+ TIME: 'TIM',
8748
+ };
8750
8749
  /**
8751
8750
  * Supported cell types.
8752
8751
  */
@@ -8843,55 +8842,55 @@ class KupData {
8843
8842
  const obj = cell.obj;
8844
8843
  if (shape) {
8845
8844
  switch (shape.toUpperCase()) {
8846
- case exports.FCellShapes.AUTOCOMPLETE:
8845
+ case FCellShapes.AUTOCOMPLETE:
8847
8846
  return exports.FCellTypes.AUTOCOMPLETE;
8848
- case exports.FCellShapes.BUTTON_LIST:
8847
+ case FCellShapes.BUTTON_LIST:
8849
8848
  return exports.FCellTypes.BUTTON_LIST;
8850
- case exports.FCellShapes.CHART:
8849
+ case FCellShapes.CHART:
8851
8850
  return exports.FCellTypes.CHART;
8852
- case exports.FCellShapes.CHECKBOX:
8851
+ case FCellShapes.CHECKBOX:
8853
8852
  return exports.FCellTypes.CHECKBOX;
8854
- case exports.FCellShapes.CHIP:
8853
+ case FCellShapes.CHIP:
8855
8854
  return exports.FCellTypes.CHIP;
8856
- case exports.FCellShapes.COLOR_PICKER:
8855
+ case FCellShapes.COLOR_PICKER:
8857
8856
  return exports.FCellTypes.COLOR_PICKER;
8858
- case exports.FCellShapes.COMBOBOX:
8857
+ case FCellShapes.COMBOBOX:
8859
8858
  return exports.FCellTypes.COMBOBOX;
8860
- case exports.FCellShapes.DATE:
8859
+ case FCellShapes.DATE:
8861
8860
  return exports.FCellTypes.DATE;
8862
- case exports.FCellShapes.EDITOR:
8861
+ case FCellShapes.EDITOR:
8863
8862
  return exports.FCellTypes.EDITOR;
8864
- case exports.FCellShapes.GAUGE:
8863
+ case FCellShapes.GAUGE:
8865
8864
  return exports.FCellTypes.GAUGE;
8866
- case exports.FCellShapes.IMAGE:
8865
+ case FCellShapes.IMAGE:
8867
8866
  return exports.FCellTypes.IMAGE;
8868
- case exports.FCellShapes.ICON:
8867
+ case FCellShapes.ICON:
8869
8868
  return exports.FCellTypes.ICON;
8870
- case exports.FCellShapes.INPUT_CHECKBOX:
8869
+ case FCellShapes.INPUT_CHECKBOX:
8871
8870
  return exports.FCellTypes.CHECKBOX;
8872
- case exports.FCellShapes.KNOB:
8871
+ case FCellShapes.KNOB:
8873
8872
  return exports.FCellTypes.KNOB;
8874
- case exports.FCellShapes.MEMO:
8873
+ case FCellShapes.MEMO:
8875
8874
  return exports.FCellTypes.MEMO;
8876
- case exports.FCellShapes.MULTI_AUTOCOMPLETE:
8875
+ case FCellShapes.MULTI_AUTOCOMPLETE:
8877
8876
  return exports.FCellTypes.MULTI_AUTOCOMPLETE;
8878
- case exports.FCellShapes.MULTI_COMBOBOX:
8877
+ case FCellShapes.MULTI_COMBOBOX:
8879
8878
  return exports.FCellTypes.MULTI_COMBOBOX;
8880
- case exports.FCellShapes.OBJECT:
8879
+ case FCellShapes.OBJECT:
8881
8880
  return exports.FCellTypes.OBJECT;
8882
- case exports.FCellShapes.PROGRESS_BAR:
8881
+ case FCellShapes.PROGRESS_BAR:
8883
8882
  return exports.FCellTypes.PROGRESS_BAR;
8884
- case exports.FCellShapes.RADIO:
8883
+ case FCellShapes.RADIO:
8885
8884
  return exports.FCellTypes.RADIO;
8886
- case exports.FCellShapes.RATING:
8885
+ case FCellShapes.RATING:
8887
8886
  return exports.FCellTypes.RATING;
8888
- case exports.FCellShapes.SWITCH:
8887
+ case FCellShapes.SWITCH:
8889
8888
  return exports.FCellTypes.SWITCH;
8890
- case exports.FCellShapes.TABLE:
8889
+ case FCellShapes.TABLE:
8891
8890
  return exports.FCellTypes.TABLE;
8892
- case exports.FCellShapes.TEXT_FIELD:
8891
+ case FCellShapes.TEXT_FIELD:
8893
8892
  return exports.FCellTypes.STRING;
8894
- case exports.FCellShapes.TIME:
8893
+ case FCellShapes.TIME:
8895
8894
  return exports.FCellTypes.TIME;
8896
8895
  }
8897
8896
  }
@@ -19023,6 +19022,7 @@ function kupManagerInstance() {
19023
19022
  exports.CHIAdapter = CHIAdapter;
19024
19023
  exports.CHKAdapter = CHKAdapter;
19025
19024
  exports.CMBandACPAdapter = CMBandACPAdapter;
19025
+ exports.FCellShapes = FCellShapes;
19026
19026
  exports.Filters = Filters;
19027
19027
  exports.FixedCellsCSSVarsBase = FixedCellsCSSVarsBase;
19028
19028
  exports.FixedCellsClasses = FixedCellsClasses;