@sme.up/ketchup 11.0.0-SNAPSHOT-20250129113902 → 11.0.0-SNAPSHOT-20250129120724

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 (185) hide show
  1. package/dist/cjs/{f-cell-f5c22ae3.js → f-cell-c280a48a.js} +11 -15
  2. package/dist/cjs/{f-chip-18b45cbc.js → f-chip-d857f0ad.js} +1 -1
  3. package/dist/cjs/{f-object-field-2c4c3ac5.js → f-object-field-0877b344.js} +2 -2
  4. package/dist/cjs/{f-paginator-utils-53078606.js → f-paginator-utils-05acb20c.js} +1 -1
  5. package/dist/cjs/{f-text-field-6615a856.js → f-text-field-2bfe6a67.js} +9 -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-ba879f52.js → kup-data-table-helper-786a5878.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 +6 -6
  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-0bde5b3e.js → kup-manager-85fb4608.js} +1 -1
  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-planner.cjs.entry.js +2 -2
  33. package/dist/cjs/kup-probe.cjs.entry.js +1 -1
  34. package/dist/cjs/kup-qlik.cjs.entry.js +1 -1
  35. package/dist/cjs/kup-snackbar.cjs.entry.js +1 -1
  36. package/dist/cjs/kup-txt.cjs.entry.js +1 -1
  37. package/dist/cjs/kup-typography-list.cjs.entry.js +1 -1
  38. package/dist/cjs/kup-typography.cjs.entry.js +1 -1
  39. package/dist/collection/components/kup-input-panel/kup-input-panel.css +12 -0
  40. package/dist/collection/f-components/f-cell/f-cell.js +7 -11
  41. package/dist/collection/f-components/f-text-field/f-text-field.js +8 -0
  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 +4 -4
  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-planner.js +2 -2
  84. package/dist/components/kup-probe.js +2 -2
  85. package/dist/components/kup-progress-bar.js +1 -1
  86. package/dist/components/kup-qlik.js +2 -2
  87. package/dist/components/kup-radio.js +1 -1
  88. package/dist/components/kup-rating.js +1 -1
  89. package/dist/components/kup-snackbar.js +2 -2
  90. package/dist/components/kup-spinner.js +1 -1
  91. package/dist/components/kup-switch.js +1 -1
  92. package/dist/components/kup-tab-bar.js +1 -1
  93. package/dist/components/kup-text-field.js +1 -1
  94. package/dist/components/kup-time-picker.js +1 -1
  95. package/dist/components/kup-toolbar.js +1 -1
  96. package/dist/components/kup-tree.js +1 -1
  97. package/dist/components/kup-txt.js +2 -2
  98. package/dist/components/kup-typography-list.js +2 -2
  99. package/dist/components/kup-typography.js +2 -2
  100. package/dist/components/{p-4a247d05.js → p-6fd08da4.js} +2 -2
  101. package/dist/components/{p-08a824b7.js → p-7e11d146.js} +2 -2
  102. package/dist/components/{p-4d78f4b5.js → p-7fceb2d6.js} +16 -12
  103. package/dist/components/{p-0c4c10f2.js → p-d7db1472.js} +1 -1
  104. package/dist/components/{p-1d28c626.js → p-e6172a09.js} +2 -2
  105. package/dist/components/{p-b2085cfb.js → p-e93c8327.js} +2 -2
  106. package/dist/esm/{f-cell-40840ce5.js → f-cell-72735360.js} +11 -15
  107. package/dist/esm/{f-chip-db575f2c.js → f-chip-5419a7a3.js} +1 -1
  108. package/dist/esm/{f-object-field-83a4b83e.js → f-object-field-e3a5cfa6.js} +2 -2
  109. package/dist/esm/{f-paginator-utils-6acf3cdb.js → f-paginator-utils-3ec6ec4f.js} +1 -1
  110. package/dist/esm/{f-text-field-b4ff1e80.js → f-text-field-1709b65e.js} +9 -1
  111. package/dist/esm/index.js +1 -1
  112. package/dist/esm/kup-accordion.entry.js +1 -1
  113. package/dist/esm/kup-activity-timeline.entry.js +2 -2
  114. package/dist/esm/kup-autocomplete_28.entry.js +7 -7
  115. package/dist/esm/kup-box.entry.js +7 -7
  116. package/dist/esm/kup-calendar.entry.js +2 -2
  117. package/dist/esm/kup-card-list.entry.js +1 -1
  118. package/dist/esm/kup-cell.entry.js +5 -5
  119. package/dist/esm/kup-dashboard.entry.js +2 -2
  120. package/dist/esm/{kup-data-table-helper-7000285d.js → kup-data-table-helper-5dab6520.js} +1 -1
  121. package/dist/esm/kup-drawer.entry.js +1 -1
  122. package/dist/esm/kup-echart.entry.js +1 -1
  123. package/dist/esm/kup-editor.entry.js +1 -1
  124. package/dist/esm/kup-family-tree.entry.js +1 -1
  125. package/dist/esm/kup-grid.entry.js +1 -1
  126. package/dist/esm/kup-htm.entry.js +1 -1
  127. package/dist/esm/kup-iframe.entry.js +1 -1
  128. package/dist/esm/kup-image-list.entry.js +5 -5
  129. package/dist/esm/kup-input-panel.entry.js +6 -6
  130. package/dist/esm/kup-lazy.entry.js +1 -1
  131. package/dist/esm/kup-magic-box.entry.js +1 -1
  132. package/dist/esm/{kup-manager-f8d8e705.js → kup-manager-ab18cfc3.js} +1 -1
  133. package/dist/esm/kup-nav-bar.entry.js +1 -1
  134. package/dist/esm/kup-numeric-picker.entry.js +2 -2
  135. package/dist/esm/kup-object-field.entry.js +3 -3
  136. package/dist/esm/kup-pdf.entry.js +1 -1
  137. package/dist/esm/kup-planner.entry.js +2 -2
  138. package/dist/esm/kup-probe.entry.js +1 -1
  139. package/dist/esm/kup-qlik.entry.js +1 -1
  140. package/dist/esm/kup-snackbar.entry.js +1 -1
  141. package/dist/esm/kup-txt.entry.js +1 -1
  142. package/dist/esm/kup-typography-list.entry.js +1 -1
  143. package/dist/esm/kup-typography.entry.js +1 -1
  144. package/dist/ketchup/index.esm.js +1 -1
  145. package/dist/ketchup/ketchup.esm.js +1 -1
  146. package/dist/ketchup/{p-5a48b2e6.entry.js → p-00d6ef2b.entry.js} +1 -1
  147. package/dist/ketchup/{p-c377a18e.entry.js → p-03466b3b.entry.js} +1 -1
  148. package/dist/ketchup/{p-7ebb4a8d.entry.js → p-066a0f8e.entry.js} +1 -1
  149. package/dist/ketchup/{p-7dc21d98.entry.js → p-1e23e9ed.entry.js} +1 -1
  150. package/dist/ketchup/{p-68e197ca.entry.js → p-218bd41a.entry.js} +1 -1
  151. package/dist/ketchup/{p-57d98740.entry.js → p-21d960f1.entry.js} +1 -1
  152. package/dist/ketchup/{p-5cf744cb.entry.js → p-27113344.entry.js} +1 -1
  153. package/dist/ketchup/{p-a793d438.entry.js → p-2d088534.entry.js} +1 -1
  154. package/dist/ketchup/{p-569ef87d.entry.js → p-454dcd8e.entry.js} +1 -1
  155. package/dist/ketchup/{p-7384259c.entry.js → p-53840950.entry.js} +1 -1
  156. package/dist/ketchup/p-55ee1a46.js +1 -0
  157. package/dist/ketchup/{p-a141d42e.entry.js → p-5e08babe.entry.js} +1 -1
  158. package/dist/ketchup/{p-7aa6e73b.entry.js → p-619d7f0d.entry.js} +1 -1
  159. package/dist/ketchup/{p-ad179f34.entry.js → p-61c6eb5f.entry.js} +1 -1
  160. package/dist/ketchup/{p-d5d58dd8.js → p-6615a5fe.js} +1 -1
  161. package/dist/ketchup/{p-0983475f.js → p-68aa21b3.js} +1 -1
  162. package/dist/ketchup/{p-f5c79b56.entry.js → p-6c3a09e8.entry.js} +1 -1
  163. package/dist/ketchup/{p-fe404351.entry.js → p-717f0e2d.entry.js} +1 -1
  164. package/dist/ketchup/{p-e9be6c07.entry.js → p-7537eb3c.entry.js} +1 -1
  165. package/dist/ketchup/{p-af2136bc.entry.js → p-82bcdc9c.entry.js} +1 -1
  166. package/dist/ketchup/{p-728d11e3.js → p-85e39883.js} +1 -1
  167. package/dist/ketchup/{p-0db30c4f.entry.js → p-8a3f1620.entry.js} +1 -1
  168. package/dist/ketchup/{p-71bd8943.js → p-9ccb083d.js} +1 -1
  169. package/dist/ketchup/{p-6b05ef5c.entry.js → p-a587c6c6.entry.js} +1 -1
  170. package/dist/ketchup/p-ba757e90.js +1 -0
  171. package/dist/ketchup/{p-7863d1c8.entry.js → p-bd50f3d8.entry.js} +1 -1
  172. package/dist/ketchup/{p-7a1d21a3.entry.js → p-bd761968.entry.js} +1 -1
  173. package/dist/ketchup/{p-8f19b40a.entry.js → p-c8d00a67.entry.js} +1 -1
  174. package/dist/ketchup/{p-4e63d6b1.entry.js → p-cd73e17a.entry.js} +1 -1
  175. package/dist/ketchup/{p-eca493fc.entry.js → p-d1d37afb.entry.js} +1 -1
  176. package/dist/ketchup/{p-2e053030.entry.js → p-d4dc67f6.entry.js} +1 -1
  177. package/dist/ketchup/{p-510ccd51.entry.js → p-dd2add36.entry.js} +1 -1
  178. package/dist/ketchup/{p-6c3981c9.entry.js → p-e4efe2fb.entry.js} +1 -1
  179. package/dist/ketchup/{p-bcf0ea99.entry.js → p-e578c414.entry.js} +1 -1
  180. package/dist/ketchup/{p-f07452ae.entry.js → p-ed54af3e.entry.js} +1 -1
  181. package/dist/ketchup/{p-80b75242.entry.js → p-ed78ac35.entry.js} +1 -1
  182. package/dist/ketchup/{p-c4864dc5.js → p-fbaf1cc5.js} +1 -1
  183. package/package.json +1 -1
  184. package/dist/ketchup/p-e79cf2e1.js +0 -1
  185. package/dist/ketchup/p-e88c9656.js +0 -1
@@ -1,11 +1,11 @@
1
1
  import { h, g as getAssetPath, F as Fragment } from './index-c9246a86.js';
2
- import { ak as editableTypes, al as kupTypes, am as FCellClasses, a7 as FCellTypes, d as KupThemeColorValues, ag as RADAdapter, af as CMBandACPAdapter, an as KupTagNames, F as FCellShapes, ac as getCellValueForDisplay, ao as fullWidthFieldsComps, I as ItemsDisplayMode, a as KupComponentSizing, ap as autoCenterComps, aq as adaptContentToDisplayMode, ar as FCellEvents, as as isForceUppercase, at as isForceLowercase, e as KupDebugCategory } from './kup-manager-f8d8e705.js';
2
+ import { ak as editableTypes, al as kupTypes, am as FCellClasses, a7 as FCellTypes, d as KupThemeColorValues, ag as RADAdapter, af as CMBandACPAdapter, an as KupTagNames, F as FCellShapes, ac as getCellValueForDisplay, a as KupComponentSizing, ao as fullWidthFieldsComps, I as ItemsDisplayMode, ap as autoCenterComps, aq as adaptContentToDisplayMode, ar as FCellEvents, as as isForceUppercase, at as isForceLowercase, e as KupDebugCategory } from './kup-manager-ab18cfc3.js';
3
3
  import { F as FButton } from './f-button-f1040575.js';
4
4
  import { F as FCheckbox } from './f-checkbox-3ba20ca4.js';
5
- import { F as FChipType, c as FChip } from './f-chip-db575f2c.js';
5
+ import { F as FChipType, c as FChip } from './f-chip-5419a7a3.js';
6
6
  import { F as FImage } from './f-image-9b15e9ac.js';
7
- import { F as FObjectField } from './f-object-field-83a4b83e.js';
8
- import { F as FTextField } from './f-text-field-b4ff1e80.js';
7
+ import { F as FObjectField } from './f-object-field-e3a5cfa6.js';
8
+ import { F as FTextField } from './f-text-field-1709b65e.js';
9
9
 
10
10
  /*-------------------------------------------------*/
11
11
  /* C o m p o n e n t */
@@ -624,12 +624,6 @@ function setEditableCell(cellType, classObj, cell, column, props) {
624
624
  case FCellTypes.DATE:
625
625
  return (h("kup-date-picker", Object.assign({ key: column.name + props.row.id, initialValue: cell.value }, cell.data, { class: isFullWidth(props) ? 'kup-full-width' : '', "onkup-datepicker-change": (e) => cellEvent(e, props, cellType, FCellEvents.UPDATE), "onkup-datepicker-input": (e) => cellEvent(e, props, cellType, FCellEvents.INPUT), "onKup-datepicker-blur": (e) => cellEvent(e, props, cellType, FCellEvents.BLUR), "onkup-datepicker-textfieldsubmit": (e) => cellEvent(e, props, cellType, FCellEvents.UPDATE) })));
626
626
  case FCellTypes.EDITOR:
627
- try {
628
- cell.value = JSON.parse(`"${cell.value}"`);
629
- }
630
- catch (e) {
631
- cell.value = JSON.parse(JSON.stringify(cell.value));
632
- }
633
627
  return (h(FTextField, Object.assign({}, cell.data, { textArea: true, sizing: KupComponentSizing.EXTRA_LARGE, label: column.title, fullWidth: isFullWidth(props) ? true : false, maxLength: cell.data.maxLength, value: cell.value, onChange: (e) => {
634
628
  cellEvent(e, props, cellType, FCellEvents.UPDATE);
635
629
  }, onInput: (e) => {
@@ -679,7 +673,7 @@ function setEditableCell(cellType, classObj, cell, column, props) {
679
673
  const onKeyDown = (e) => {
680
674
  var _a, _b;
681
675
  (_b = (_a = cell.data) === null || _a === void 0 ? void 0 : _a.onKeyDown) === null || _b === void 0 ? void 0 : _b.call(_a, e); // call onKeyDown handler if it is set as prop
682
- if (e.key === 'Enter' || /^F[1-9]|F1[0-2]$/.test(e.key)) {
676
+ if (/^F[1-9]|F1[0-2]$/.test(e.key)) {
683
677
  cellEvent(e, props, cellType, FCellEvents.UPDATE);
684
678
  }
685
679
  };
@@ -691,10 +685,11 @@ function setEditableCell(cellType, classObj, cell, column, props) {
691
685
  return (h("input", { class: 'input-field', onChange: onChange, onInput: onInput, onKeyDown: onKeyDown, type: type, value: value, maxLength: (_d = (_c = column.cellData) === null || _c === void 0 ? void 0 : _c.maxLength) !== null && _d !== void 0 ? _d : -1 }));
692
686
  }
693
687
  else {
694
- return (h(FTextField, Object.assign({ textArea: (cell.shape
695
- ? cell.shape === FCellShapes.MEMO
696
- : false) ||
697
- (cellType ? cellType === FCellTypes.MEMO : false), inputType: type, fullWidth: isFullWidth(props) ? true : false }, cell.data, { maxLength: (cellType == FCellTypes.NUMBER &&
688
+ const isTextArea = (cell.shape ? cell.shape === FCellShapes.MEMO : false) ||
689
+ (cellType ? cellType === FCellTypes.MEMO : false);
690
+ return (h(FTextField, Object.assign({}, cell.data, { textArea: isTextArea, sizing: isTextArea
691
+ ? KupComponentSizing.EXTRA_LARGE
692
+ : KupComponentSizing.SMALL, inputType: type, fullWidth: isFullWidth(props) ? true : false, maxLength: (cellType == FCellTypes.NUMBER &&
698
693
  ((props.column.decimals &&
699
694
  props.column.decimals > 0) ||
700
695
  props.column.group)) ||
@@ -1049,6 +1044,7 @@ function cellEvent(e, props, cellType, cellEventName) {
1049
1044
  }
1050
1045
  break;
1051
1046
  case FCellTypes.EDITOR:
1047
+ case FCellTypes.STRING:
1052
1048
  value = JSON.stringify(value).slice(1, -1);
1053
1049
  break;
1054
1050
  }
@@ -1,6 +1,6 @@
1
1
  import { h } from './index-c9246a86.js';
2
2
  import { F as FImage } from './f-image-9b15e9ac.js';
3
- import { b as KupThemeIconValues, h as KupLanguageGeneric } from './kup-manager-f8d8e705.js';
3
+ import { b as KupThemeIconValues, h as KupLanguageGeneric } from './kup-manager-ab18cfc3.js';
4
4
 
5
5
  /**
6
6
  * Types of the f-chip component.
@@ -1,8 +1,8 @@
1
1
  import { h } from './index-c9246a86.js';
2
- import { a as KupComponentSizing, k as kupManagerInstance, c as KupDynamicPositionPlacement } from './kup-manager-f8d8e705.js';
2
+ import { a as KupComponentSizing, k as kupManagerInstance, c as KupDynamicPositionPlacement } from './kup-manager-ab18cfc3.js';
3
3
  import { F as FButton } from './f-button-f1040575.js';
4
4
  import { a as FButtonStyling } from './f-button-declarations-6c8f8abe.js';
5
- import { F as FTextField } from './f-text-field-b4ff1e80.js';
5
+ import { F as FTextField } from './f-text-field-1709b65e.js';
6
6
 
7
7
  const STATE = new WeakMap();
8
8
  const FObjectField = (props) => {
@@ -1,5 +1,5 @@
1
1
  import { h } from './index-c9246a86.js';
2
- import { au as KupLanguagePage, r as KupLanguageRow, a as KupComponentSizing, h as KupLanguageGeneric } from './kup-manager-f8d8e705.js';
2
+ import { au as KupLanguagePage, r as KupLanguageRow, a as KupComponentSizing, h as KupLanguageGeneric } from './kup-manager-ab18cfc3.js';
3
3
  import { F as FButton } from './f-button-f1040575.js';
4
4
  import { a as FButtonStyling } from './f-button-declarations-6c8f8abe.js';
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { h, g as getAssetPath } from './index-c9246a86.js';
2
- import { b as KupThemeIconValues } from './kup-manager-f8d8e705.js';
2
+ import { b as KupThemeIconValues } from './kup-manager-ab18cfc3.js';
3
3
  import { F as FImage } from './f-image-9b15e9ac.js';
4
4
 
5
5
  const dom = document.documentElement;
@@ -132,6 +132,14 @@ function setContent(props) {
132
132
  };
133
133
  value = formatValue(value, options, false);
134
134
  }
135
+ if (props.textArea) {
136
+ try {
137
+ value = JSON.parse(`"${value}"`);
138
+ }
139
+ catch (e) {
140
+ value = JSON.parse(JSON.stringify(value));
141
+ }
142
+ }
135
143
  return (h("div", { class: classContainerObj },
136
144
  !props.fullWidth ? labelEl : undefined,
137
145
  h("div", { class: classObj },
package/dist/esm/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { K as KupManager } from './kup-manager-f8d8e705.js';
1
+ import { K as KupManager } from './kup-manager-ab18cfc3.js';
2
2
  import './kup-dates-da19044e.js';
3
3
  import './index-c9246a86.js';
4
4
 
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-c9246a86.js';
2
- import { k as kupManagerInstance, a as KupComponentSizing, g as getProps, s as setProps, d as KupThemeColorValues, b as KupThemeIconValues } from './kup-manager-f8d8e705.js';
2
+ import { k as kupManagerInstance, a as KupComponentSizing, g as getProps, s as setProps, d as KupThemeColorValues, b as KupThemeIconValues } from './kup-manager-ab18cfc3.js';
3
3
  import { F as FImage } from './f-image-9b15e9ac.js';
4
4
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
5
5
  import { M as MDCRipple } from './component-a35bc7f1.js';
@@ -1,8 +1,8 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, F as Fragment, H as Host, d as getElement } from './index-c9246a86.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, e as KupDebugCategory, ac as getCellValueForDisplay } from './kup-manager-f8d8e705.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, e as KupDebugCategory, ac as getCellValueForDisplay } from './kup-manager-ab18cfc3.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import { F as FImage } from './f-image-9b15e9ac.js';
5
- import { s as sortRows } from './kup-data-table-helper-7000285d.js';
5
+ import { s as sortRows } from './kup-data-table-helper-5dab6520.js';
6
6
  import './kup-dates-da19044e.js';
7
7
 
8
8
  var KupActivityTimelineProps;
@@ -1,19 +1,19 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement$1, F as Fragment } from './index-c9246a86.js';
2
- import { I as ItemsDisplayMode, k as kupManagerInstance, a as KupComponentSizing, g as getProps, s as setProps, b as KupThemeIconValues, c as KupDynamicPositionPlacement, d as KupThemeColorValues, e as KupDebugCategory, F as FCellShapes, f as FCellPadding, h as KupLanguageGeneric, i as fillString, j as KupCardBuiltInClockElements, l as KupCardCSSClasses, m as KupLanguageTotals, n as KupLanguageColumn, o as KupDataNewColumnTypes, p as KupCardSubEvents, q as KupCardIds, r as KupLanguageRow, t as KupCardFamily, u as KupCardProps, v as getColumnByName, w as formatToNumber, x as KupObjects, y as identify, G as GroupLabelDisplayMode, S as SelectionMode, z as KupLanguageGrouping, A as KupLanguageCheckbox, B as getValueForDisplay2, C as Filters, D as getValueForDisplay, E as KupLanguageSearch, H as FILTER_ANALIZER, L as LoadMoreMode, P as PaginatorPos, J as ShowGrid, T as TotalLabel, M as TotalMode, N as getRegExpFromString, O as kupDynamicPositionAttribute, Q as KupPointerEventTypes, R as kupDraggableColumnAttr, U as kupDragActiveAttr, V as KupDragEffect, W as kupDraggableCellAttr, X as KupDropEventTypes, Y as FixedCellsClasses, Z as FixedCellsCSSVarsBase, _ as KupLanguageFontsize, $ as KupLanguageDensity, a0 as KupLanguageGrid, a1 as KupDataTableProps, a2 as DataTableAreasEnum, a3 as SortMode, a4 as iconColumn, a5 as keyColumn, a6 as fieldColumn, a7 as FCellTypes, a8 as KupListRole, a9 as KupListProps, aa as addColumnValueFromRow, ab as KupGlobalFilterMode } from './kup-manager-f8d8e705.js';
3
- import { F as FTextField } from './f-text-field-b4ff1e80.js';
2
+ import { I as ItemsDisplayMode, k as kupManagerInstance, a as KupComponentSizing, g as getProps, s as setProps, b as KupThemeIconValues, c as KupDynamicPositionPlacement, d as KupThemeColorValues, e as KupDebugCategory, F as FCellShapes, f as FCellPadding, h as KupLanguageGeneric, i as fillString, j as KupCardBuiltInClockElements, l as KupCardCSSClasses, m as KupLanguageTotals, n as KupLanguageColumn, o as KupDataNewColumnTypes, p as KupCardSubEvents, q as KupCardIds, r as KupLanguageRow, t as KupCardFamily, u as KupCardProps, v as getColumnByName, w as formatToNumber, x as KupObjects, y as identify, G as GroupLabelDisplayMode, S as SelectionMode, z as KupLanguageGrouping, A as KupLanguageCheckbox, B as getValueForDisplay2, C as Filters, D as getValueForDisplay, E as KupLanguageSearch, H as FILTER_ANALIZER, L as LoadMoreMode, P as PaginatorPos, J as ShowGrid, T as TotalLabel, M as TotalMode, N as getRegExpFromString, O as kupDynamicPositionAttribute, Q as KupPointerEventTypes, R as kupDraggableColumnAttr, U as kupDragActiveAttr, V as KupDragEffect, W as kupDraggableCellAttr, X as KupDropEventTypes, Y as FixedCellsClasses, Z as FixedCellsCSSVarsBase, _ as KupLanguageFontsize, $ as KupLanguageDensity, a0 as KupLanguageGrid, a1 as KupDataTableProps, a2 as DataTableAreasEnum, a3 as SortMode, a4 as iconColumn, a5 as keyColumn, a6 as fieldColumn, a7 as FCellTypes, a8 as KupListRole, a9 as KupListProps, aa as addColumnValueFromRow, ab as KupGlobalFilterMode } from './kup-manager-ab18cfc3.js';
3
+ import { F as FTextField } from './f-text-field-1709b65e.js';
4
4
  import { F as FTextFieldMDC } from './f-text-field-mdc-81ce6c7c.js';
5
5
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
6
6
  import { F as FImage } from './f-image-9b15e9ac.js';
7
7
  import { F as FButton } from './f-button-f1040575.js';
8
8
  import { F as FButtonAlign, a as FButtonStyling } from './f-button-declarations-6c8f8abe.js';
9
- import { F as FCell, a as FProgressBar, b as FRadio, c as FRating, d as FSwitchSizing, e as FSwitch } from './f-cell-40840ce5.js';
9
+ import { F as FCell, a as FProgressBar, b as FRadio, c as FRating, d as FSwitchSizing, e as FSwitch } from './f-cell-72735360.js';
10
10
  import { d as KupDateTimeFormatOptionsMonth, K as KupDatesFormats, a as KupDates } from './kup-dates-da19044e.js';
11
- import { F as FChipType, a as FChipSize, b as FChipStyling, c as FChip } from './f-chip-db575f2c.js';
11
+ import { F as FChipType, a as FChipSize, b as FChipStyling, c as FChip } from './f-chip-5419a7a3.js';
12
12
  import { M as MDCRipple } from './component-a35bc7f1.js';
13
13
  import { F as FCheckbox } from './f-checkbox-3ba20ca4.js';
14
- import { F as FiltersColumnMenu, a as FiltersRows, g as getDiffData, d as decorateDataTable, c as calcTotals, n as normalizeRows, p as paginateRows, f as filterRows, b as groupRows, s as sortRows, t as treeMainColumnName, K as KupTreeExpansionMode, e as KupTreeProps } from './kup-data-table-helper-7000285d.js';
15
- import { F as FPaginator, p as pageChange, r as rowsPerPageChange } from './f-paginator-utils-6acf3cdb.js';
16
- import './f-object-field-83a4b83e.js';
14
+ import { F as FiltersColumnMenu, a as FiltersRows, g as getDiffData, d as decorateDataTable, c as calcTotals, n as normalizeRows, p as paginateRows, f as filterRows, b as groupRows, s as sortRows, t as treeMainColumnName, K as KupTreeExpansionMode, e as KupTreeProps } from './kup-data-table-helper-5dab6520.js';
15
+ import { F as FPaginator, p as pageChange, r as rowsPerPageChange } from './f-paginator-utils-3ec6ec4f.js';
16
+ import './f-object-field-e3a5cfa6.js';
17
17
 
18
18
  /**
19
19
  * Props of the kup-autocomplete component.
@@ -1,18 +1,18 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-c9246a86.js';
2
- import { k as kupManagerInstance, y as identify, g as getProps, s as setProps, a3 as SortMode, v as getColumnByName, h as KupLanguageGeneric, b as KupThemeIconValues, e as KupDebugCategory, Q as KupPointerEventTypes, V as KupDragEffect, aB as kupDraggableAttr, X as KupDropEventTypes, E as KupLanguageSearch } from './kup-manager-f8d8e705.js';
3
- import { f as filterRows, p as paginateRows, s as sortRows } from './kup-data-table-helper-7000285d.js';
2
+ import { k as kupManagerInstance, y as identify, g as getProps, s as setProps, a3 as SortMode, v as getColumnByName, h as KupLanguageGeneric, b as KupThemeIconValues, e as KupDebugCategory, Q as KupPointerEventTypes, V as KupDragEffect, aB as kupDraggableAttr, X as KupDropEventTypes, E as KupLanguageSearch } from './kup-manager-ab18cfc3.js';
3
+ import { f as filterRows, p as paginateRows, s as sortRows } from './kup-data-table-helper-5dab6520.js';
4
4
  import { F as FImage } from './f-image-9b15e9ac.js';
5
- import { c as FChip } from './f-chip-db575f2c.js';
5
+ import { c as FChip } from './f-chip-5419a7a3.js';
6
6
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
7
- import { F as FCell } from './f-cell-40840ce5.js';
8
- import { p as pageChange, r as rowsPerPageChange, F as FPaginator } from './f-paginator-utils-6acf3cdb.js';
7
+ import { F as FCell } from './f-cell-72735360.js';
8
+ import { p as pageChange, r as rowsPerPageChange, F as FPaginator } from './f-paginator-utils-3ec6ec4f.js';
9
9
  import { F as FTextFieldMDC } from './f-text-field-mdc-81ce6c7c.js';
10
10
  import './kup-dates-da19044e.js';
11
11
  import './f-button-f1040575.js';
12
12
  import './f-button-declarations-6c8f8abe.js';
13
13
  import './f-checkbox-3ba20ca4.js';
14
- import './f-object-field-83a4b83e.js';
15
- import './f-text-field-b4ff1e80.js';
14
+ import './f-object-field-e3a5cfa6.js';
15
+ import './f-text-field-1709b65e.js';
16
16
  import './component-a35bc7f1.js';
17
17
 
18
18
  /**
@@ -1,8 +1,8 @@
1
1
  import { r as registerInstance, c as createEvent, g as getAssetPath, f as forceUpdate, h as h$1, H as Host, d as getElement } from './index-c9246a86.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, h as KupLanguageGeneric, v as getColumnByName, e as KupDebugCategory } from './kup-manager-f8d8e705.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, h as KupLanguageGeneric, v as getColumnByName, e as KupDebugCategory } from './kup-manager-ab18cfc3.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import { F as FButton } from './f-button-f1040575.js';
5
- import { c as FChip, F as FChipType } from './f-chip-db575f2c.js';
5
+ import { c as FChip, F as FChipType } from './f-chip-5419a7a3.js';
6
6
  import { b as KupDatesLocales, K as KupDatesFormats } from './kup-dates-da19044e.js';
7
7
  import './f-button-declarations-6c8f8abe.js';
8
8
  import './f-image-9b15e9ac.js';
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-c9246a86.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, t as KupCardFamily, ac as getCellValueForDisplay } from './kup-manager-f8d8e705.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, t as KupCardFamily, ac as getCellValueForDisplay } from './kup-manager-ab18cfc3.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import './kup-dates-da19044e.js';
5
5
 
@@ -1,15 +1,15 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-c9246a86.js';
2
- import { k as kupManagerInstance, f as FCellPadding, av as KupCellElementsPosition, g as getProps, s as setProps, V as KupDragEffect, aw as submitPositionAdapter, h as KupLanguageGeneric, ax as KupCellProps } from './kup-manager-f8d8e705.js';
2
+ import { k as kupManagerInstance, f as FCellPadding, av as KupCellElementsPosition, g as getProps, s as setProps, V as KupDragEffect, aw as submitPositionAdapter, h as KupLanguageGeneric, ax as KupCellProps } from './kup-manager-ab18cfc3.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import { F as FButton } from './f-button-f1040575.js';
5
- import { F as FCell } from './f-cell-40840ce5.js';
5
+ import { F as FCell } from './f-cell-72735360.js';
6
6
  import './kup-dates-da19044e.js';
7
7
  import './f-button-declarations-6c8f8abe.js';
8
8
  import './f-image-9b15e9ac.js';
9
9
  import './f-checkbox-3ba20ca4.js';
10
- import './f-chip-db575f2c.js';
11
- import './f-object-field-83a4b83e.js';
12
- import './f-text-field-b4ff1e80.js';
10
+ import './f-chip-5419a7a3.js';
11
+ import './f-object-field-e3a5cfa6.js';
12
+ import './f-text-field-1709b65e.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: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%}";
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-c9246a86.js';
2
2
  import { F as FButton } from './f-button-f1040575.js';
3
3
  import { F as FCheckbox } from './f-checkbox-3ba20ca4.js';
4
- import { F as FTextField } from './f-text-field-b4ff1e80.js';
4
+ import { F as FTextField } from './f-text-field-1709b65e.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, ay as KupLanguageDashboard, h as KupLanguageGeneric, V as KupDragEffect, e as KupDebugCategory } from './kup-manager-f8d8e705.js';
6
+ import { k as kupManagerInstance, g as getProps, s as setProps, ay as KupLanguageDashboard, h as KupLanguageGeneric, V as KupDragEffect, e as KupDebugCategory } from './kup-manager-ab18cfc3.js';
7
7
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
8
8
  import './f-button-declarations-6c8f8abe.js';
9
9
  import './f-image-9b15e9ac.js';
@@ -1,4 +1,4 @@
1
- import { C as Filters, D as getValueForDisplay, B as getValueForDisplay2, ac as getCellValueForDisplay, v as getColumnByName, x as KupObjects, ad as KupData, ae as compareCell, M as TotalMode, N as getRegExpFromString, F as FCellShapes, af as CMBandACPAdapter, ag as RADAdapter, ah as CHKAdapter, ai as CHIAdapter, aj as SWTAdapter, a3 as SortMode } from './kup-manager-f8d8e705.js';
1
+ import { C as Filters, D as getValueForDisplay, B as getValueForDisplay2, ac as getCellValueForDisplay, v as getColumnByName, x as KupObjects, ad as KupData, ae as compareCell, M as TotalMode, N as getRegExpFromString, F as FCellShapes, af as CMBandACPAdapter, ag as RADAdapter, ah as CHKAdapter, ai as CHIAdapter, aj as SWTAdapter, a3 as SortMode } from './kup-manager-ab18cfc3.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-c9246a86.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-f8d8e705.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-ab18cfc3.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-c9246a86.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, d as KupThemeColorValues, e as KupDebugCategory, v as getColumnByName, o as KupDataNewColumnTypes } from './kup-manager-f8d8e705.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, d as KupThemeColorValues, e as KupDebugCategory, v as getColumnByName, o as KupDataNewColumnTypes } from './kup-manager-ab18cfc3.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-c9246a86.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-f8d8e705.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-ab18cfc3.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-f1040575.js';
3
3
  import { a as FButtonStyling } from './f-button-declarations-6c8f8abe.js';
4
4
  import { F as FImage } from './f-image-9b15e9ac.js';
5
- import { k as kupManagerInstance, g as getProps, s as setProps, h as KupLanguageGeneric, Q as KupPointerEventTypes } from './kup-manager-f8d8e705.js';
5
+ import { k as kupManagerInstance, g as getProps, s as setProps, h as KupLanguageGeneric, Q as KupPointerEventTypes } from './kup-manager-ab18cfc3.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-c9246a86.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, e as KupDebugCategory } from './kup-manager-f8d8e705.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, e as KupDebugCategory } from './kup-manager-ab18cfc3.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-c9246a86.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, h as KupLanguageGeneric } from './kup-manager-f8d8e705.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, h as KupLanguageGeneric } from './kup-manager-ab18cfc3.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-c9246a86.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, e as KupDebugCategory } from './kup-manager-f8d8e705.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, e as KupDebugCategory } from './kup-manager-ab18cfc3.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-c9246a86.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, h as KupLanguageGeneric, Q as KupPointerEventTypes, f as FCellPadding } from './kup-manager-f8d8e705.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, h as KupLanguageGeneric, Q as KupPointerEventTypes, f as FCellPadding } from './kup-manager-ab18cfc3.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import { F as FImage } from './f-image-9b15e9ac.js';
5
5
  import { F as FButton } from './f-button-f1040575.js';
6
6
  import { a as FButtonStyling } from './f-button-declarations-6c8f8abe.js';
7
- import { F as FCell } from './f-cell-40840ce5.js';
7
+ import { F as FCell } from './f-cell-72735360.js';
8
8
  import { M as MDCRipple } from './component-a35bc7f1.js';
9
9
  import './kup-dates-da19044e.js';
10
10
  import './f-checkbox-3ba20ca4.js';
11
- import './f-chip-db575f2c.js';
12
- import './f-object-field-83a4b83e.js';
13
- import './f-text-field-b4ff1e80.js';
11
+ import './f-chip-5419a7a3.js';
12
+ import './f-object-field-e3a5cfa6.js';
13
+ import './f-text-field-1709b65e.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-c9246a86.js';
2
2
  import { F as FButton } from './f-button-f1040575.js';
3
- import { F as FCell } from './f-cell-40840ce5.js';
4
- import { k as kupManagerInstance, a7 as FCellTypes, F as FCellShapes, g as getProps, s as setProps, h as KupLanguageGeneric, ac as getCellValueForDisplay, ai as CHIAdapter, af as CMBandACPAdapter, ah as CHKAdapter, ag as RADAdapter, aj as SWTAdapter, e as KupDebugCategory, Q as KupPointerEventTypes } from './kup-manager-f8d8e705.js';
3
+ import { F as FCell } from './f-cell-72735360.js';
4
+ import { k as kupManagerInstance, a7 as FCellTypes, F as FCellShapes, g as getProps, s as setProps, h as KupLanguageGeneric, ac as getCellValueForDisplay, ai as CHIAdapter, af as CMBandACPAdapter, ah as CHKAdapter, ag as RADAdapter, aj as SWTAdapter, e as KupDebugCategory, Q as KupPointerEventTypes } from './kup-manager-ab18cfc3.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-65229068.js';
7
7
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
8
8
  import './f-button-declarations-6c8f8abe.js';
9
9
  import './f-image-9b15e9ac.js';
10
10
  import './f-checkbox-3ba20ca4.js';
11
- import './f-chip-db575f2c.js';
12
- import './f-object-field-83a4b83e.js';
13
- import './f-text-field-b4ff1e80.js';
11
+ import './f-chip-5419a7a3.js';
12
+ import './f-object-field-e3a5cfa6.js';
13
+ import './f-text-field-1709b65e.js';
14
14
  import './kup-dates-da19044e.js';
15
15
  import './component-a35bc7f1.js';
16
16
 
@@ -140,7 +140,7 @@ const getInpComponentAbsoluteHeight = (layout) => {
140
140
  return inpRowHeight;
141
141
  };
142
142
 
143
- 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: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{--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_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(--kup-input-panel-padding--inline, 0);--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:1rem}: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}: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__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}:host .input-panel--absolute{justify-content:flex-end;padding:var(--kup-space-02);max-height:var(--kup_input_panel_absolute_max_height)}: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}";
143
+ 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: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{--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(--kup-input-panel-padding--inline, 0);--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:1rem}: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}: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}:host .input-panel--absolute{justify-content:flex-end;padding:var(--kup-space-02);max-height:var(--kup_input_panel_absolute_max_height)}: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}";
144
144
  const KupInputPanelStyle0 = kupInputPanelCss;
145
145
 
146
146
  var __classPrivateFieldGet = (undefined && undefined.__classPrivateFieldGet) || function (receiver, state, kind, f) {
@@ -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-c9246a86.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-f8d8e705.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-ab18cfc3.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-c9246a86.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, h as KupLanguageGeneric, e as KupDebugCategory, az as kupDropEvent, R as kupDraggableColumnAttr, aA as kupDraggableRowAttr, X as KupDropEventTypes, d as KupThemeColorValues } from './kup-manager-f8d8e705.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, h as KupLanguageGeneric, e as KupDebugCategory, az as kupDropEvent, R as kupDraggableColumnAttr, aA as kupDraggableRowAttr, X as KupDropEventTypes, d as KupThemeColorValues } from './kup-manager-ab18cfc3.js';
3
3
  import { a as FButtonStyling } from './f-button-declarations-6c8f8abe.js';
4
4
  import { F as FImage } from './f-image-9b15e9ac.js';
5
5
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';