@sme.up/ketchup 12.0.0-alpha.1 → 12.0.0-alpha.2

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 (192) hide show
  1. package/dist/cjs/{f-cell-a6aeb9ba.js → f-cell-7a734ae2.js} +21 -16
  2. package/dist/cjs/{f-chip-790aaa33.js → f-chip-c3613a58.js} +1 -1
  3. package/dist/cjs/{f-object-field-90416168.js → f-object-field-f47313a4.js} +2 -2
  4. package/dist/cjs/{f-paginator-utils-0902d7ea.js → f-paginator-utils-18ec42c0.js} +1 -1
  5. package/dist/cjs/{f-text-field-536fc783.js → f-text-field-34e24c97.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 +11 -8
  9. package/dist/cjs/kup-autocomplete_30.cjs.entry.js +39 -32
  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 +3 -2
  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-8f5f8c9b.js → kup-data-table-helper-a54c3e63.js} +8 -5
  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 +5 -3
  20. package/dist/cjs/kup-grid.cjs.entry.js +1 -1
  21. package/dist/cjs/kup-htm.cjs.entry.js +1 -1
  22. package/dist/cjs/kup-iframe.cjs.entry.js +1 -1
  23. package/dist/cjs/kup-input-panel.cjs.entry.js +9 -9
  24. package/dist/cjs/kup-lazy.cjs.entry.js +1 -1
  25. package/dist/cjs/kup-magic-box.cjs.entry.js +1 -1
  26. package/dist/cjs/{kup-manager-d0e18a9b.js → kup-manager-04a36733.js} +3 -2
  27. package/dist/cjs/kup-nav-bar.cjs.entry.js +1 -1
  28. package/dist/cjs/kup-numeric-picker.cjs.entry.js +2 -2
  29. package/dist/cjs/kup-object-field.cjs.entry.js +3 -3
  30. package/dist/cjs/kup-planner.cjs.entry.js +2 -2
  31. package/dist/cjs/kup-probe.cjs.entry.js +1 -1
  32. package/dist/cjs/kup-qlik.cjs.entry.js +1 -1
  33. package/dist/cjs/kup-snackbar.cjs.entry.js +1 -1
  34. package/dist/cjs/kup-txt.cjs.entry.js +1 -1
  35. package/dist/cjs/kup-typography-list.cjs.entry.js +1 -1
  36. package/dist/cjs/kup-typography.cjs.entry.js +1 -1
  37. package/dist/collection/components/kup-activity-timeline/kup-activity-timeline.js +9 -6
  38. package/dist/collection/components/kup-button-list/kup-button-list.js +3 -2
  39. package/dist/collection/components/kup-card-list/kup-card-list.js +2 -1
  40. package/dist/collection/components/kup-data-table/kup-data-table.js +20 -15
  41. package/dist/collection/components/kup-family-tree/kup-family-tree.js +4 -2
  42. package/dist/collection/components/kup-image-list/kup-image-list.js +5 -5
  43. package/dist/collection/components/kup-input-panel/kup-input-panel.js +4 -4
  44. package/dist/collection/components/kup-toolbar/kup-toolbar.js +2 -2
  45. package/dist/collection/f-components/f-cell/f-cell.js +17 -12
  46. package/dist/collection/utils/cell-utils.js +2 -1
  47. package/dist/collection/utils/filters/filters-rows.js +7 -4
  48. package/dist/collection/utils/filters/filters-tree-items.js +2 -1
  49. package/dist/components/index.js +1 -1
  50. package/dist/components/kup-accordion.js +2 -2
  51. package/dist/components/kup-activity-timeline.js +11 -8
  52. package/dist/components/kup-autocomplete.js +1 -1
  53. package/dist/components/kup-badge.js +1 -1
  54. package/dist/components/kup-box.js +1 -1
  55. package/dist/components/kup-button-list.js +1 -1
  56. package/dist/components/kup-button.js +1 -1
  57. package/dist/components/kup-calendar.js +2 -2
  58. package/dist/components/kup-card-list.js +5 -4
  59. package/dist/components/kup-card.js +1 -1
  60. package/dist/components/kup-cell.js +2 -2
  61. package/dist/components/kup-chart.js +1 -1
  62. package/dist/components/kup-checkbox.js +1 -1
  63. package/dist/components/kup-chip.js +1 -1
  64. package/dist/components/kup-color-picker.js +1 -1
  65. package/dist/components/kup-combobox.js +1 -1
  66. package/dist/components/kup-dashboard.js +2 -2
  67. package/dist/components/kup-data-table.js +1 -1
  68. package/dist/components/kup-date-picker.js +1 -1
  69. package/dist/components/kup-dialog.js +1 -1
  70. package/dist/components/kup-drawer.js +2 -2
  71. package/dist/components/kup-dropdown-button.js +1 -1
  72. package/dist/components/kup-echart.js +1 -1
  73. package/dist/components/kup-editor.js +1 -1
  74. package/dist/components/kup-family-tree.js +7 -5
  75. package/dist/components/kup-file-upload.js +1 -1
  76. package/dist/components/kup-form.js +1 -1
  77. package/dist/components/kup-gauge.js +1 -1
  78. package/dist/components/kup-grid.js +1 -1
  79. package/dist/components/kup-htm.js +2 -2
  80. package/dist/components/kup-iframe.js +2 -2
  81. package/dist/components/kup-image-list.js +1 -1
  82. package/dist/components/kup-image.js +1 -1
  83. package/dist/components/kup-input-panel.js +7 -7
  84. package/dist/components/kup-lazy.js +2 -2
  85. package/dist/components/kup-list.js +1 -1
  86. package/dist/components/kup-magic-box.js +4 -4
  87. package/dist/components/kup-nav-bar.js +2 -2
  88. package/dist/components/kup-numeric-picker.js +2 -2
  89. package/dist/components/kup-object-field.js +2 -2
  90. package/dist/components/kup-planner.js +2 -2
  91. package/dist/components/kup-probe.js +2 -2
  92. package/dist/components/kup-progress-bar.js +1 -1
  93. package/dist/components/kup-qlik.js +2 -2
  94. package/dist/components/kup-radio.js +1 -1
  95. package/dist/components/kup-rating.js +1 -1
  96. package/dist/components/kup-snackbar.js +2 -2
  97. package/dist/components/kup-spinner.js +1 -1
  98. package/dist/components/kup-switch.js +1 -1
  99. package/dist/components/kup-tab-bar.js +1 -1
  100. package/dist/components/kup-text-field.js +1 -1
  101. package/dist/components/kup-time-picker.js +1 -1
  102. package/dist/components/kup-toolbar.js +1 -1
  103. package/dist/components/kup-tree.js +1 -1
  104. package/dist/components/kup-txt.js +2 -2
  105. package/dist/components/kup-typography-list.js +2 -2
  106. package/dist/components/kup-typography.js +2 -2
  107. package/dist/components/{p-3583e972.js → p-69e544b8.js} +3 -2
  108. package/dist/components/{p-9f8f440f.js → p-a69a62c3.js} +2 -2
  109. package/dist/components/{p-4e50e12d.js → p-c7badb6f.js} +2 -2
  110. package/dist/components/{p-20030def.js → p-c9039bf4.js} +57 -42
  111. package/dist/components/{p-0d988e64.js → p-cb87b6f7.js} +2 -2
  112. package/dist/components/{p-0397445c.js → p-faf2cc75.js} +2 -2
  113. package/dist/esm/{f-cell-000246c9.js → f-cell-9cb20bf8.js} +21 -16
  114. package/dist/esm/{f-chip-def5c6de.js → f-chip-f4658ed9.js} +1 -1
  115. package/dist/esm/{f-object-field-0c9ea2ff.js → f-object-field-958eafe3.js} +2 -2
  116. package/dist/esm/{f-paginator-utils-28318e1e.js → f-paginator-utils-21f8ead9.js} +1 -1
  117. package/dist/esm/{f-text-field-a8aacd99.js → f-text-field-e9515bd5.js} +1 -1
  118. package/dist/esm/index.js +1 -1
  119. package/dist/esm/kup-accordion.entry.js +1 -1
  120. package/dist/esm/kup-activity-timeline.entry.js +11 -8
  121. package/dist/esm/kup-autocomplete_30.entry.js +39 -32
  122. package/dist/esm/kup-box.entry.js +7 -7
  123. package/dist/esm/kup-calendar.entry.js +2 -2
  124. package/dist/esm/kup-card-list.entry.js +3 -2
  125. package/dist/esm/kup-cell.entry.js +5 -5
  126. package/dist/esm/kup-dashboard.entry.js +2 -2
  127. package/dist/esm/{kup-data-table-helper-daad43de.js → kup-data-table-helper-b5b09e78.js} +8 -5
  128. package/dist/esm/kup-drawer.entry.js +1 -1
  129. package/dist/esm/kup-echart.entry.js +1 -1
  130. package/dist/esm/kup-editor.entry.js +1 -1
  131. package/dist/esm/kup-family-tree.entry.js +5 -3
  132. package/dist/esm/kup-grid.entry.js +1 -1
  133. package/dist/esm/kup-htm.entry.js +1 -1
  134. package/dist/esm/kup-iframe.entry.js +1 -1
  135. package/dist/esm/kup-input-panel.entry.js +9 -9
  136. package/dist/esm/kup-lazy.entry.js +1 -1
  137. package/dist/esm/kup-magic-box.entry.js +1 -1
  138. package/dist/esm/{kup-manager-c670fa60.js → kup-manager-9c966073.js} +3 -2
  139. package/dist/esm/kup-nav-bar.entry.js +1 -1
  140. package/dist/esm/kup-numeric-picker.entry.js +2 -2
  141. package/dist/esm/kup-object-field.entry.js +3 -3
  142. package/dist/esm/kup-planner.entry.js +2 -2
  143. package/dist/esm/kup-probe.entry.js +1 -1
  144. package/dist/esm/kup-qlik.entry.js +1 -1
  145. package/dist/esm/kup-snackbar.entry.js +1 -1
  146. package/dist/esm/kup-txt.entry.js +1 -1
  147. package/dist/esm/kup-typography-list.entry.js +1 -1
  148. package/dist/esm/kup-typography.entry.js +1 -1
  149. package/dist/ketchup/index.esm.js +1 -1
  150. package/dist/ketchup/ketchup.esm.js +1 -1
  151. package/dist/ketchup/{p-191038fb.entry.js → p-001f0bf1.entry.js} +1 -1
  152. package/dist/ketchup/{p-821b3e72.entry.js → p-13623d23.entry.js} +1 -1
  153. package/dist/ketchup/{p-5584056c.entry.js → p-3132e2d6.entry.js} +1 -1
  154. package/dist/ketchup/{p-4539cd9a.js → p-45c361d1.js} +1 -1
  155. package/dist/ketchup/{p-4a3bccd3.entry.js → p-535fdf6a.entry.js} +1 -1
  156. package/dist/ketchup/{p-12aeac6b.js → p-54ae75bb.js} +1 -1
  157. package/dist/ketchup/p-5ec1ec4b.js +1 -0
  158. package/dist/ketchup/{p-dd0270e2.entry.js → p-604f0bc3.entry.js} +1 -1
  159. package/dist/ketchup/{p-dd33910c.entry.js → p-6cfe7d33.entry.js} +1 -1
  160. package/dist/ketchup/{p-b2a58357.entry.js → p-7268e665.entry.js} +1 -1
  161. package/dist/ketchup/p-7bb098ee.entry.js +8 -0
  162. package/dist/ketchup/{p-dab04039.js → p-7ef1f37a.js} +1 -1
  163. package/dist/ketchup/{p-b842f4b8.entry.js → p-80822214.entry.js} +1 -1
  164. package/dist/ketchup/{p-0c0168ca.entry.js → p-8a77338a.entry.js} +1 -1
  165. package/dist/ketchup/{p-3e38ba0b.entry.js → p-8baac9d4.entry.js} +1 -1
  166. package/dist/ketchup/{p-b829f831.entry.js → p-8d03cde8.entry.js} +1 -1
  167. package/dist/ketchup/p-985ab475.entry.js +1 -0
  168. package/dist/ketchup/p-9ffe610b.entry.js +1 -0
  169. package/dist/ketchup/{p-d55a9786.entry.js → p-a06cf57d.entry.js} +1 -1
  170. package/dist/ketchup/p-a0a569f7.js +1 -0
  171. package/dist/ketchup/{p-b4648d13.js → p-aba84ebf.js} +1 -1
  172. package/dist/ketchup/{p-98436fcf.entry.js → p-b1176dd6.entry.js} +1 -1
  173. package/dist/ketchup/{p-fb4e378a.entry.js → p-bc098826.entry.js} +1 -1
  174. package/dist/ketchup/{p-0a804868.entry.js → p-c3c3a147.entry.js} +1 -1
  175. package/dist/ketchup/{p-4422ae41.entry.js → p-c6243a01.entry.js} +1 -1
  176. package/dist/ketchup/{p-a3c66b54.entry.js → p-c90dccad.entry.js} +1 -1
  177. package/dist/ketchup/p-cf406118.entry.js +1 -0
  178. package/dist/ketchup/{p-72e4f6e7.entry.js → p-da4b968d.entry.js} +1 -1
  179. package/dist/ketchup/{p-754b5af6.entry.js → p-da9cc634.entry.js} +1 -1
  180. package/dist/ketchup/{p-eaeb53e6.entry.js → p-e4192051.entry.js} +1 -1
  181. package/dist/ketchup/{p-c76cb0f1.entry.js → p-e5ae0456.entry.js} +1 -1
  182. package/dist/ketchup/{p-d53d80c5.js → p-ed58ba36.js} +1 -1
  183. package/dist/ketchup/{p-7753c939.entry.js → p-ef23ccbe.entry.js} +1 -1
  184. package/dist/ketchup/{p-c029609e.entry.js → p-f03e06fa.entry.js} +1 -1
  185. package/dist/ketchup/{p-06a04072.entry.js → p-f4f75943.entry.js} +1 -1
  186. package/package.json +1 -1
  187. package/dist/ketchup/p-117ac159.js +0 -1
  188. package/dist/ketchup/p-2fb216b3.entry.js +0 -1
  189. package/dist/ketchup/p-3855a023.entry.js +0 -1
  190. package/dist/ketchup/p-5d3bc293.entry.js +0 -8
  191. package/dist/ketchup/p-6640913f.entry.js +0 -1
  192. package/dist/ketchup/p-f6d53307.js +0 -1
@@ -1,19 +1,19 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement$1, F as Fragment, g as getAssetPath } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, I as ItemsDisplayMode, a as KupComponentSizing, g as getProps, s as setProps, b as KupLanguageGeneric, c as getSizeOfInputElement, d as KupThemeIconValues, e as KupDynamicPositionPlacement, f as KupThemeColorValues, h as KupDebugCategory, F as FCellShapes, i as FCellPadding, j as fillString, l as KupCardBuiltInClockElements, m as KupCardCSSClasses, n as KupLanguageTotals, o as KupLanguageColumn, p as KupDataNewColumnTypes, q as KupCardSubEvents, r as KupCardIds, t as KupLanguageRow, u as KupLanguageSearch, v as KupCardFamily, w as KupCardProps, x as getColumnByName, y as formatToNumber, z as KupObjects, A as identify, G as GroupLabelDisplayMode, S as SelectionMode, B as KupLanguageGrouping, C as KupLanguageCheckbox, D as getValueForDisplay2, E as Filters, H as getValueForDisplay, J as extractColumnsFromFormulaString, L as FILTER_ANALYZER, M as LoadMoreMode, P as PaginatorPos, N as ShowGrid, T as TotalLabel, O as TotalMode, Q as getRegExpFromString, R as isNegativeNumber, U as FCellClasses, V as kupDynamicPositionAttribute, W as KupPointerEventTypes, X as kupDraggableColumnAttr, Y as kupDragActiveAttr, Z as KupDragEffect, _ as kupDraggableCellAttr, $ as KupDropEventTypes, a0 as DataTableAreasEnum, a1 as TypesToDuplicate, a2 as FixedCellsClasses, a3 as FixedCellsCSSVarsBase, a4 as KupLanguageFontsize, a5 as KupLanguageDensity, a6 as KupLanguageGrid, a7 as KupDataTableProps, a8 as UseAsValue, a9 as SortMode, aa as iconColumn, ab as keyColumn, ac as fieldColumn, ad as KupLanguageUpload, ae as FCellTypes, af as KupListRole, ag as KupListProps, ah as addColumnValueFromRow, ai as KupGlobalFilterMode } from './kup-manager-c670fa60.js';
3
- import { F as FTextField } from './f-text-field-a8aacd99.js';
2
+ import { k as kupManagerInstance, I as ItemsDisplayMode, a as KupComponentSizing, g as getProps, s as setProps, b as KupLanguageGeneric, c as getSizeOfInputElement, d as KupThemeIconValues, e as KupDynamicPositionPlacement, f as KupThemeColorValues, h as KupDebugCategory, F as FCellShapes, i as FCellPadding, j as fillString, l as KupCardBuiltInClockElements, m as KupCardCSSClasses, n as KupLanguageTotals, o as KupLanguageColumn, p as KupDataNewColumnTypes, q as KupCardSubEvents, r as KupCardIds, t as KupLanguageRow, u as KupLanguageSearch, v as KupCardFamily, w as KupCardProps, x as getColumnByName, y as formatToNumber, z as KupObjects, A as identify, G as GroupLabelDisplayMode, S as SelectionMode, B as KupLanguageGrouping, C as KupLanguageCheckbox, D as getValueForDisplay2, E as Filters, H as getValueForDisplay, J as extractColumnsFromFormulaString, L as FILTER_ANALYZER, M as LoadMoreMode, P as PaginatorPos, N as ShowGrid, T as TotalLabel, O as TotalMode, Q as getRegExpFromString, R as isNegativeNumber, U as FCellClasses, V as kupDynamicPositionAttribute, W as KupPointerEventTypes, X as kupDraggableColumnAttr, Y as kupDragActiveAttr, Z as KupDragEffect, _ as kupDraggableCellAttr, $ as KupDropEventTypes, a0 as DataTableAreasEnum, a1 as TypesToDuplicate, a2 as FixedCellsClasses, a3 as FixedCellsCSSVarsBase, a4 as KupLanguageFontsize, a5 as KupLanguageDensity, a6 as KupLanguageGrid, a7 as KupDataTableProps, a8 as UseAsValue, a9 as SortMode, aa as iconColumn, ab as keyColumn, ac as fieldColumn, ad as KupLanguageUpload, ae as FCellTypes, af as KupListRole, ag as KupListProps, ah as addColumnValueFromRow, ai as KupGlobalFilterMode } from './kup-manager-9c966073.js';
3
+ import { F as FTextField } from './f-text-field-e9515bd5.js';
4
4
  import { F as FTextFieldMDC } from './f-text-field-mdc-81ce6c7c.js';
5
- import { g as getIdOfItemByDisplayMode, c as consistencyCheck, F as FChipType, a as FChipSize, b as FChipStyling, d as FChip } from './f-chip-def5c6de.js';
5
+ import { g as getIdOfItemByDisplayMode, c as consistencyCheck, F as FChipType, a as FChipSize, b as FChipStyling, d as FChip } from './f-chip-f4658ed9.js';
6
6
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
7
7
  import { F as FImage } from './f-image-40b4e64b.js';
8
8
  import { F as FButton } from './f-button-3e022953.js';
9
9
  import { F as FButtonAlign, a as FButtonStyling } from './f-button-declarations-6c8f8abe.js';
10
- import { F as FCell, a as FRadio, b as FRating, c as FSwitchSizing, d as FSwitch } from './f-cell-000246c9.js';
10
+ import { F as FCell, a as FRadio, b as FRating, c as FSwitchSizing, d as FSwitch } from './f-cell-9cb20bf8.js';
11
11
  import { d as KupDateTimeFormatOptionsMonth, K as KupDatesFormats, a as KupDates } from './kup-dates-bf500166.js';
12
12
  import { M as MDCRipple } from './component-a35bc7f1.js';
13
13
  import { F as FCheckbox } from './f-checkbox-9912e1a4.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-daad43de.js';
15
- import { F as FPaginator, p as pageChange, r as rowsPerPageChange } from './f-paginator-utils-28318e1e.js';
16
- import './f-object-field-0c9ea2ff.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-b5b09e78.js';
15
+ import { F as FPaginator, p as pageChange, r as rowsPerPageChange } from './f-paginator-utils-21f8ead9.js';
16
+ import './f-object-field-958eafe3.js';
17
17
 
18
18
  /**
19
19
  * Props of the kup-autocomplete component.
@@ -971,6 +971,7 @@ const KupButtonList = class {
971
971
  return (h("kup-dropdown-button", Object.assign({ class: this.rootElement.className + ' ' + data.wrapperClass }, data, { "onkup-dropdownbutton-click": () => this.onKupClick(index.toString(), '-1'), "onkup-dropdownbutton-itemclick": (e) => this.onDropDownItemClick(e, index.toString()) })));
972
972
  }
973
973
  prepareDataFromTreeNode(node, index) {
974
+ var _a;
974
975
  const data = node.data != null ? Object.assign({}, node.data) : {};
975
976
  if (this.customStyle != null && this.customStyle.trim() != '') {
976
977
  data.customStyle = this.customStyle;
@@ -997,7 +998,7 @@ const KupButtonList = class {
997
998
  data.placeholderIcon = node.placeholderIcon;
998
999
  }
999
1000
  if (data.label == null) {
1000
- data.label = node.decode ? node.decode : node.value;
1001
+ data.label = (_a = node.decode) !== null && _a !== void 0 ? _a : node.value;
1001
1002
  }
1002
1003
  data.fullHeight = this.rootElement.classList.contains('kup-full-height')
1003
1004
  ? true
@@ -1124,7 +1125,7 @@ const KupButtonList = class {
1124
1125
  'button-list--container': true,
1125
1126
  'show-selection': this.showSelection && this.selected ? true : false,
1126
1127
  };
1127
- return (h(Host, { key: 'a9c01ae25a7d3de3afde7463b13cec9b9b2381ee', style: hostStyle }, h("style", { key: '43ede2a5ba49ed295b63fc54e709ff44fcbd02ea' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '55242904eb2a290e0b73980215ee27737c279204', id: componentWrapperId }, h("div", { key: 'fc06c9bf8c92747851b3ee023903eb071807fd4e', class: classObj }, buttons))));
1128
+ return (h(Host, { key: 'becf6b40f5a7aac7b61a8b46aeea09f3afd6be99', style: hostStyle }, h("style", { key: '4676dc97926564441c0db95ba46ae44153ad36b6' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '14f916492ebb2e8e8db6af2bfd5a722199173ade', id: componentWrapperId }, h("div", { key: '3aedb4c167b11e80162848b3a3423ef7cd656772', class: classObj }, buttons))));
1128
1129
  }
1129
1130
  disconnectedCallback() {
1130
1131
  this.kupManager.theme.unregister(this);
@@ -10223,7 +10224,7 @@ const KupDataTable = class {
10223
10224
  __classPrivateFieldSet$4(this, _KupDataTable_sizedColumns, __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_getSizedColumns).call(this), "f");
10224
10225
  let rows = null;
10225
10226
  if (__classPrivateFieldGet$8(this, _KupDataTable_paginatedRowsLength, "f") === 0) {
10226
- rows = (h("tr", { key: '2e4d33e55fe0df085470d387813f5ac128f9ac44', ref: (el) => __classPrivateFieldGet$8(this, _KupDataTable_rowsRefs, "f").push(el) }, h("td", { key: 'e3fc68336f86bc99c107115156752698a04db2ae', colSpan: __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_calculateColspan).call(this) }, this.emptyDataLabel)));
10227
+ rows = (h("tr", { key: '2e805700f2e5caf5a94d07b247d0c7dd4882688b', ref: (el) => __classPrivateFieldGet$8(this, _KupDataTable_rowsRefs, "f").push(el) }, h("td", { key: '884e885fb071ba39f88ef48f75135b445b2930ad', colSpan: __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_calculateColspan).call(this) }, this.emptyDataLabel)));
10227
10228
  }
10228
10229
  else {
10229
10230
  rows = [];
@@ -10299,7 +10300,7 @@ const KupDataTable = class {
10299
10300
  __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_handleChipsContextMenu).call(this, chipArg.id, e);
10300
10301
  });
10301
10302
  }
10302
- groupChips = h(FChip, Object.assign({ key: '89279af997830e1f1a3810af501b15d78ddfd927' }, props));
10303
+ groupChips = h(FChip, Object.assign({ key: 'f530781f6de1183221c550c17283007ca416b6cf' }, props));
10303
10304
  }
10304
10305
  }
10305
10306
  const tableClass = {
@@ -10331,7 +10332,7 @@ const KupDataTable = class {
10331
10332
  if (this.headerIsPersistent &&
10332
10333
  this.tableHeight === undefined &&
10333
10334
  this.tableWidth === undefined) {
10334
- stickyEl = (h("sticky-header", { key: '60c794090b7205a7e552d93d91481c739d43c782', class: "hover-scrolling-child", hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_stickyTheadRef, el, "f")) }, h("thead-sticky", { key: 'efe35ef80d1cdafe7eae3f4c2bc7cb3e31ed31dd' }, h("tr-sticky", { key: 'eaf04a6f0ed5fe546fe19c539c948e276ec7dcdd' }, stickyHeader))));
10335
+ stickyEl = (h("sticky-header", { key: 'c49f507a2d1f675966211ada27d8d10bd5cb3db2', class: "hover-scrolling-child", hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_stickyTheadRef, el, "f")) }, h("thead-sticky", { key: 'f1744cc73ccea182eb286546e11be4d7bd54004f' }, h("tr-sticky", { key: 'b5f21d53c2bb8e7acc2df6329871475e8254b17e' }, stickyHeader))));
10335
10336
  }
10336
10337
  let belowClass = 'below-wrapper';
10337
10338
  if (!!this.tableHeight || !!this.tableWidth) {
@@ -10377,7 +10378,7 @@ const KupDataTable = class {
10377
10378
  const useGlobalFilter = !this.legacyLook &&
10378
10379
  (this.globalFilter ||
10379
10380
  this.getRows().length > __classPrivateFieldGet$8(this, _KupDataTable_DEFAULT_ROWS_FOR_GLOBAL_FILTER, "f"));
10380
- const compCreated = (h(Host, { key: 'fba1c84f14bab71517b0c538e54d19a48b24dca5', "onKup-drop": (e) => {
10381
+ const compCreated = (h(Host, { key: '1c4965f502cb3ae8758d0a5e115c9679b3de95f5', "onKup-drop": (e) => {
10381
10382
  this.kupDataTableDrop.emit(e.detail);
10382
10383
  }, "onKup-cell-input": (e) => {
10383
10384
  autoselectOnAction(e);
@@ -10396,11 +10397,11 @@ const KupDataTable = class {
10396
10397
  this.kupDataTableObjectFieldOpenSearchMenu.emit(e.detail);
10397
10398
  }, "onKup-objectfield-selectedmenuitem": (e) => {
10398
10399
  this.kupDataTableObjectFieldSelectedMenuItem.emit(e.detail);
10399
- } }, h("style", { key: '88527e2552afe3264133f6d1b7a40969284806d5' }, __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").theme.setKupStyle(this.rootElement)), this.updatableData ? __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_renderUpdateButtons).call(this) : null, __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_renderOtherButtons).call(this), h("div", { key: '07692090a654fe74b071e425751dd4d2faf073e6', id: componentWrapperId, class: wrapClass }, h("div", { key: 'd2b2f7f6ee92fa69dce60a15304c458a5fa5d23c', class: "group-wrapper" }, groupChips), h("div", { key: '9117d269572c6854f72922807cc7b6889ce1c5af', class: "actions-wrapper", style: actionWrapperWidth }, useGlobalFilter ? (h("div", { id: "global-filter" }, h(FTextField, { fullWidth: true, icon: KupThemeIconValues.SEARCH, label: __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").language.translate(KupLanguageSearch.SEARCH), sizing: KupComponentSizing.EXTRA_SMALL, value: this.globalFilterValue, onInput: (event) => {
10400
+ } }, h("style", { key: '8cbc9410d56f673821617883fc441e1875b9e182' }, __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").theme.setKupStyle(this.rootElement)), this.updatableData ? __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_renderUpdateButtons).call(this) : null, __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_renderOtherButtons).call(this), h("div", { key: '08631e77be3e0825cb048285ad307f94f78a9a80', id: componentWrapperId, class: wrapClass }, h("div", { key: 'f0ac1cc1b1903327dfa6699605b68eadd99f672a', class: "group-wrapper" }, groupChips), h("div", { key: 'b6896ff2e314bc409d108261f6e9e19b0ea5fb83', class: "actions-wrapper", style: actionWrapperWidth }, useGlobalFilter ? (h("div", { id: "global-filter" }, h(FTextField, { fullWidth: true, icon: KupThemeIconValues.SEARCH, label: __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").language.translate(KupLanguageSearch.SEARCH), sizing: KupComponentSizing.EXTRA_SMALL, value: this.globalFilterValue, onInput: (event) => {
10400
10401
  const t = event.target;
10401
10402
  window.clearTimeout(__classPrivateFieldGet$8(this, _KupDataTable_globalFilterTimeout, "f"));
10402
10403
  __classPrivateFieldSet$4(this, _KupDataTable_globalFilterTimeout, window.setTimeout(() => __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_onGlobalFilterChange).call(this, t), 600, t), "f");
10403
- } }))) : null, paginatorTop && (h("div", { key: '57c9c858687a05d48ebea591b432f6819ac48457', class: "above-wrapper paginator-top" }, paginatorTop)), this.insertMode !== '' &&
10404
+ } }))) : null, paginatorTop && (h("div", { key: '3c9d6dfa1a4fb1eaab341e3faa0512fb4a072078', class: "above-wrapper paginator-top" }, paginatorTop)), this.insertMode !== '' &&
10404
10405
  this.selectedRows.length > 0 ? (h(FButton, { icon: "save", onClick: () => {
10405
10406
  this.kupSave.emit({
10406
10407
  comp: this,
@@ -10450,9 +10451,9 @@ const KupDataTable = class {
10450
10451
  this.data.rows.unshift(row);
10451
10452
  await this.refresh(true);
10452
10453
  }
10453
- }, sizing: KupComponentSizing.MEDIUM, styling: FButtonStyling.RAISED, title: "Insert row", wrapperClass: "insert-button" })) : null), h("div", { key: '3da5fa540567478a28b26e92120fd23444938b40', class: "droparea", ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_dropareaRef, el, "f")) }, this.showGroups ? __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_columnGroupArea).call(this) : null, this.removableColumns
10454
+ }, sizing: KupComponentSizing.MEDIUM, styling: FButtonStyling.RAISED, title: "Insert row", wrapperClass: "insert-button" })) : null), h("div", { key: '76c71756714f88b859ef4beed85719e798cca3d1', class: "droparea", ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_dropareaRef, el, "f")) }, this.showGroups ? __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_columnGroupArea).call(this) : null, this.removableColumns
10454
10455
  ? __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_columnRemoveArea).call(this)
10455
- : null), h("div", { key: '10e206ce38be35888801992a51de20259c7dab96', style: elStyle, class: belowClass, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_tableAreaRef, el, "f")) }, this.showCustomization
10456
+ : null), h("div", { key: '0e72888438cb9d03d934dcab2afff02cd79ff639', style: elStyle, class: belowClass, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_tableAreaRef, el, "f")) }, this.showCustomization
10456
10457
  ? [
10457
10458
  h("div", { class: "settings-trigger", onClick: () => {
10458
10459
  __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_onCustomSettingsClick).call(this);
@@ -10461,7 +10462,7 @@ const KupDataTable = class {
10461
10462
  } }, h(FImage, { color: `var(${KupThemeColorValues.TITLE})`, resource: "settings", sizeX: "10px" })),
10462
10463
  this.renderCustomizePanel(),
10463
10464
  ]
10464
- : null, h("table", { key: '63b0481f36950dab1604fe98b407086b3bf5a488', class: tableClass, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_tableRef, el, "f")), onKeyDown: (e) => __classPrivateFieldGet$8(this, _KupDataTable_onKupKeyDown, "f").call(this, e), onMouseLeave: (ev) => {
10465
+ : null, h("table", { key: '93c5c2c895911004cd8e45064028ec51384e7050', class: tableClass, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_tableRef, el, "f")), onKeyDown: (e) => __classPrivateFieldGet$8(this, _KupDataTable_onKupKeyDown, "f").call(this, e), onMouseLeave: (ev) => {
10465
10466
  ev.stopPropagation();
10466
10467
  }, onPointerDown: (e) => {
10467
10468
  __classPrivateFieldSet$4(this, _KupDataTable_lastPointerDetails, __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_getEventDetails).call(this, __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").getEventPath(e.target, this.rootElement), e), "f");
@@ -10469,7 +10470,7 @@ const KupDataTable = class {
10469
10470
  __classPrivateFieldSet$4(this, _KupDataTable_lastPointerDetails, __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_getEventDetails).call(this, __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").getEventPath(e.target, this.rootElement), e), "f");
10470
10471
  }, onContextMenu: (e) => {
10471
10472
  e.preventDefault();
10472
- } }, h("thead", { key: '4ad05fc4c08db233b2a4bc04df9dd11a5009ab61', hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_theadRef, el, "f")) }, h("tr", { key: '7e8aaa0d7c77efd4d26b7558462a46efe99a9f87' }, header)), h("tbody", { key: '9841a0d5ab44f77ffbb30fef2f1d8e328277f4db' }, rows), this.showFooter && this.renderFooter()), stickyEl), paginatorBottom)));
10473
+ } }, h("thead", { key: 'c958389a14021527383c4e7be4b7f01b78fe81be', hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_theadRef, el, "f")) }, h("tr", { key: '08c0a5c8589267fb1654ce0ffa0f85157c072cf4' }, header)), h("tbody", { key: 'b5ad8d45eeedaede8bb49fab0da65ba9a7c84d73' }, rows), this.showFooter && this.renderFooter()), stickyEl), paginatorBottom)));
10473
10474
  __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").perfMonitoring.measure('componentRender', 'kup-data-table');
10474
10475
  return compCreated;
10475
10476
  }
@@ -12800,7 +12801,7 @@ _KupDataTable_initialized = new WeakMap(), _KupDataTable_rows = new WeakMap(), _
12800
12801
  }
12801
12802
  // Renders plain rows cells
12802
12803
  const cells = visibleColumns.map((currentColumn, cellIndex) => {
12803
- var _a, _b;
12804
+ var _a, _b, _c;
12804
12805
  const { name, hideValuesRepetitions } = currentColumn;
12805
12806
  const indend = [];
12806
12807
  if (cellIndex === 0) {
@@ -12826,9 +12827,8 @@ _KupDataTable_initialized = new WeakMap(), _KupDataTable_rows = new WeakMap(), _
12826
12827
  __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").data.cell.getObjectRelatedStyleClasses(Object.assign(Object.assign({}, cell.obj), { k: cell.value }), cell.cssClass);
12827
12828
  }
12828
12829
  const fcell = Object.assign(Object.assign({}, __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").data.cell.buildFCell(cell, currentColumn, row)), { component: this, density: this.density, editable: this.editableData || this.updatableData, indents: indend, previousValue: hideValuesRepetitions && previousRow
12829
- ? previousRow.cells[name].decode ||
12830
- previousRow.cells[name].value
12831
- : undefined, renderKup: this.lazyLoadCells, cellActionIcon: __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").data.cell.hasActionCell(cell, (_b = this.commands) !== null && _b !== void 0 ? _b : [])
12830
+ ? ((_b = previousRow.cells[name].decode) !== null && _b !== void 0 ? _b : previousRow.cells[name].value)
12831
+ : undefined, renderKup: this.lazyLoadCells, cellActionIcon: __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").data.cell.hasActionCell(cell, (_c = this.commands) !== null && _c !== void 0 ? _c : [])
12832
12832
  ? {
12833
12833
  onClick: (e) => {
12834
12834
  this.kupCellActionIconClick.emit({
@@ -13124,7 +13124,13 @@ _KupDataTable_initialized = new WeakMap(), _KupDataTable_rows = new WeakMap(), _
13124
13124
  this.showGrid = grid;
13125
13125
  } })));
13126
13126
  }, _KupDataTable_renderCommandButton = function _KupDataTable_renderCommandButton(commandObj, styling) {
13127
- return (h("kup-button", { styling: styling, "onKup-button-click": () => __classPrivateFieldGet$8(this, _KupDataTable_handleUpdateClick, "f").call(this, commandObj), icon: commandObj.icon, placeholderIcon: commandObj.placeholderIcon, label: commandObj.decode || commandObj.value }));
13127
+ let label = commandObj.decode;
13128
+ if (!label) {
13129
+ if (!commandObj.icon && !commandObj.placeholderIcon) {
13130
+ label = commandObj.value;
13131
+ }
13132
+ }
13133
+ return (h("kup-button", { styling: styling, "onKup-button-click": () => __classPrivateFieldGet$8(this, _KupDataTable_handleUpdateClick, "f").call(this, commandObj), icon: commandObj.icon, placeholderIcon: commandObj.placeholderIcon, label: label }));
13128
13134
  }, _KupDataTable_handleChipsContextMenu = function _KupDataTable_handleChipsContextMenu(chipColumnName, e) {
13129
13135
  e.preventDefault();
13130
13136
  this.openColumnMenu(chipColumnName, `.chip[data-value="${chipColumnName}"]`);
@@ -16711,7 +16717,7 @@ _KupImageList_clickTimeout = new WeakMap(), _KupImageList_kupManager = new WeakM
16711
16717
  }
16712
16718
  return somethingChanged;
16713
16719
  }, _KupImageList_createItem = function _KupImageList_createItem(node) {
16714
- var _a, _b, _c;
16720
+ var _a, _b, _c, _d;
16715
16721
  const props = {
16716
16722
  fit: true,
16717
16723
  resource: node.icon,
@@ -16721,10 +16727,10 @@ _KupImageList_clickTimeout = new WeakMap(), _KupImageList_kupManager = new WeakM
16721
16727
  badgeData: node.badgeData,
16722
16728
  };
16723
16729
  const image = h(FImage, Object.assign({}, props));
16724
- const label = (h("div", { class: "image-list__label" }, node.decode || node.value));
16725
- const hasExternalResource = ((_a = props.resource) === null || _a === void 0 ? void 0 : _a.indexOf('.')) > -1 ||
16726
- ((_b = props.resource) === null || _b === void 0 ? void 0 : _b.indexOf('/')) > -1 ||
16727
- ((_c = props.resource) === null || _c === void 0 ? void 0 : _c.indexOf('\\')) > -1;
16730
+ const label = (h("div", { class: "image-list__label" }, (_a = node.decode) !== null && _a !== void 0 ? _a : node.value));
16731
+ const hasExternalResource = ((_b = props.resource) === null || _b === void 0 ? void 0 : _b.indexOf('.')) > -1 ||
16732
+ ((_c = props.resource) === null || _c === void 0 ? void 0 : _c.indexOf('/')) > -1 ||
16733
+ ((_d = props.resource) === null || _d === void 0 ? void 0 : _d.indexOf('\\')) > -1;
16728
16734
  return (h(FCell, { cell: {
16729
16735
  value: node.value,
16730
16736
  icon: node.icon,
@@ -19553,11 +19559,11 @@ const KupToolbar = class {
19553
19559
  get rootElement() { return getElement$1(this); }
19554
19560
  };
19555
19561
  _KupToolbar_kupManager = new WeakMap(), _KupToolbar_instances = new WeakSet(), _KupToolbar_renderTreeNode = function _KupToolbar_renderTreeNode(node, index) {
19556
- var _a;
19562
+ var _a, _b;
19557
19563
  const hasChildren = node.children && node.children.length > 0;
19558
19564
  const isDisabled = (_a = node.disabled) !== null && _a !== void 0 ? _a : false;
19559
19565
  // Single item node [icons + value]
19560
- const singleItem = (h("div", { class: `toolbar-single-value-node ${isDisabled ? 'toolbar-item-disabled' : ''}`, "data-alt": isDisabled ? 'This option is disabled' : '' }, (node === null || node === void 0 ? void 0 : node.icon) && this.showIcons ? (h(FImage, { resource: node === null || node === void 0 ? void 0 : node.icon, sizeX: "14px", sizeY: "14px" })) : (h(FImage, { resource: "empty", sizeX: "14px", sizeY: "14px" })), node.decode || node.value));
19566
+ const singleItem = (h("div", { class: `toolbar-single-value-node ${isDisabled ? 'toolbar-item-disabled' : ''}`, "data-alt": isDisabled ? 'This option is disabled' : '' }, (node === null || node === void 0 ? void 0 : node.icon) && this.showIcons ? (h(FImage, { resource: node === null || node === void 0 ? void 0 : node.icon, sizeX: "14px", sizeY: "14px" })) : (h(FImage, { resource: "empty", sizeX: "14px", sizeY: "14px" })), (_b = node.decode) !== null && _b !== void 0 ? _b : node.value));
19561
19567
  if (!hasChildren) {
19562
19568
  const column = this.generateColumnForNode(node);
19563
19569
  const row = this.generateRowForNode(node);
@@ -19633,6 +19639,7 @@ class FiltersTreeItems extends FiltersRows {
19633
19639
  return items;
19634
19640
  }
19635
19641
  isNodeCompliant(node, filters = {}, globalFilter = '', isGlobalFilter = false, columns = [], columnFilters) {
19642
+ var _a;
19636
19643
  let retValue = false;
19637
19644
  if (node.cells != null) {
19638
19645
  let cellsHolder = node.cells;
@@ -19644,7 +19651,7 @@ class FiltersTreeItems extends FiltersRows {
19644
19651
  retValue = this.areCellsCompliant(cellsHolder, filters, globalFilter, isGlobalFilter, columns, columnFilters);
19645
19652
  }
19646
19653
  if (isGlobalFilter == true) {
19647
- retValue = this.isFilterCompliantForValue(node.decode || node.value, globalFilter, isGlobalFilter);
19654
+ retValue = this.isFilterCompliantForValue((_a = node.decode) !== null && _a !== void 0 ? _a : node.value, globalFilter, isGlobalFilter);
19648
19655
  }
19649
19656
  return retValue;
19650
19657
  }
@@ -1,18 +1,18 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, A as identify, g as getProps, s as setProps, a9 as SortMode, x as getColumnByName, b as KupLanguageGeneric, d as KupThemeIconValues, h as KupDebugCategory, W as KupPointerEventTypes, Z as KupDragEffect, aH as kupDraggableAttr, $ as KupDropEventTypes, u as KupLanguageSearch } from './kup-manager-c670fa60.js';
3
- import { f as filterRows, p as paginateRows, s as sortRows } from './kup-data-table-helper-daad43de.js';
2
+ import { k as kupManagerInstance, A as identify, g as getProps, s as setProps, a9 as SortMode, x as getColumnByName, b as KupLanguageGeneric, d as KupThemeIconValues, h as KupDebugCategory, W as KupPointerEventTypes, Z as KupDragEffect, aH as kupDraggableAttr, $ as KupDropEventTypes, u as KupLanguageSearch } from './kup-manager-9c966073.js';
3
+ import { f as filterRows, p as paginateRows, s as sortRows } from './kup-data-table-helper-b5b09e78.js';
4
4
  import { F as FImage } from './f-image-40b4e64b.js';
5
- import { d as FChip } from './f-chip-def5c6de.js';
5
+ import { d as FChip } from './f-chip-f4658ed9.js';
6
6
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
7
- import { F as FCell } from './f-cell-000246c9.js';
8
- import { p as pageChange, r as rowsPerPageChange, F as FPaginator } from './f-paginator-utils-28318e1e.js';
7
+ import { F as FCell } from './f-cell-9cb20bf8.js';
8
+ import { p as pageChange, r as rowsPerPageChange, F as FPaginator } from './f-paginator-utils-21f8ead9.js';
9
9
  import { F as FTextFieldMDC } from './f-text-field-mdc-81ce6c7c.js';
10
10
  import './kup-dates-bf500166.js';
11
11
  import './f-button-3e022953.js';
12
12
  import './f-button-declarations-6c8f8abe.js';
13
13
  import './f-checkbox-9912e1a4.js';
14
- import './f-object-field-0c9ea2ff.js';
15
- import './f-text-field-a8aacd99.js';
14
+ import './f-object-field-958eafe3.js';
15
+ import './f-text-field-e9515bd5.js';
16
16
  import './component-a35bc7f1.js';
17
17
 
18
18
  /**
@@ -1,8 +1,8 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h as h$1, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, x as getColumnByName, h as KupDebugCategory } from './kup-manager-c670fa60.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, x as getColumnByName, h as KupDebugCategory } from './kup-manager-9c966073.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import { F as FButton } from './f-button-3e022953.js';
5
- import { d as FChip, F as FChipType } from './f-chip-def5c6de.js';
5
+ import { d as FChip, F as FChipType } from './f-chip-f4658ed9.js';
6
6
  import { b as KupDatesLocales, K as KupDatesFormats } from './kup-dates-bf500166.js';
7
7
  import './f-button-declarations-6c8f8abe.js';
8
8
  import './f-image-40b4e64b.js';
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, v as KupCardFamily, aj as getCellValueForDisplay } from './kup-manager-c670fa60.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, v as KupCardFamily, aj as getCellValueForDisplay } from './kup-manager-9c966073.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import './kup-dates-bf500166.js';
5
5
 
@@ -164,10 +164,11 @@ const KupCardList = class {
164
164
  }
165
165
  }, slot: index.toString() }));
166
166
  const loadData = (col, prop, index) => {
167
+ var _a;
167
168
  if (col) {
168
169
  const cell = row.cells[col.name];
169
170
  if (cell) {
170
- const value = cell.decode || cell.value;
171
+ const value = (_a = cell.decode) !== null && _a !== void 0 ? _a : cell.value;
171
172
  switch (prop) {
172
173
  case 'color':
173
174
  data[prop][index] =
@@ -1,15 +1,15 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, i as FCellPadding, aB as KupCellElementsPosition, g as getProps, s as setProps, Z as KupDragEffect, aC as submitPositionAdapter, b as KupLanguageGeneric, aD as KupCellProps } from './kup-manager-c670fa60.js';
2
+ import { k as kupManagerInstance, i as FCellPadding, aB as KupCellElementsPosition, g as getProps, s as setProps, Z as KupDragEffect, aC as submitPositionAdapter, b as KupLanguageGeneric, aD as KupCellProps } from './kup-manager-9c966073.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import { F as FButton } from './f-button-3e022953.js';
5
- import { F as FCell } from './f-cell-000246c9.js';
5
+ import { F as FCell } from './f-cell-9cb20bf8.js';
6
6
  import './kup-dates-bf500166.js';
7
7
  import './f-button-declarations-6c8f8abe.js';
8
8
  import './f-image-40b4e64b.js';
9
9
  import './f-checkbox-9912e1a4.js';
10
- import './f-chip-def5c6de.js';
11
- import './f-object-field-0c9ea2ff.js';
12
- import './f-text-field-a8aacd99.js';
10
+ import './f-chip-f4658ed9.js';
11
+ import './f-object-field-958eafe3.js';
12
+ import './f-text-field-e9515bd5.js';
13
13
 
14
14
  const kupCellCss = ".kup-body-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-body-compact-01-font-size, 14px);line-height:18px;font-weight:400;letter-spacing:0.16px}.kup-body-01{font-family:var(--kup-font-family);font-size:var(--kup-body-01-font-size, 14px);line-height:20px;font-weight:400;letter-spacing:0.16px}.kup-code-01{font-family:var(--kup-font-family-monospace);font-size:12px;line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-label-01{font-family:var(--kup-font-family);font-size:var(--kup-label-01-font-size, 12px);line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-caption-02{font-family:var(--kup-font-family);font-size:12px;line-height:15px;font-weight:500;letter-spacing:1px}.kup-caption-01{font-family:var(--kup-font-family);font-size:10px;line-height:13px;font-weight:400;letter-spacing:1px}.kup-small-label-01{font-family:var(--kup-font-family);font-size:6px;line-height:9px;font-weight:400;letter-spacing:1px}.kup-heading-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-heading-compact-01-font-size, 14px);line-height:18px;font-weight:600;letter-spacing:0.16px}.kup-heading-01{font-family:var(--kup-font-family);font-size:var(--kup-heading-01-font-size, 14px);line-height:20px;font-weight:600;letter-spacing:0.16px}.kup-heading-02{font-family:var(--kup-font-family);font-size:16px;line-height:24px;font-weight:500;letter-spacing:0}.kup-heading-03{font-family:var(--kup-font-family);font-size:20px;line-height:28px;font-weight:400;letter-spacing:0}.kup-heading-04{font-family:var(--kup-font-family);font-size:28px;line-height:36px;font-weight:400;letter-spacing:0}.kup-heading-05{font-family:var(--kup-font-family);font-size:32px;line-height:40px;font-weight:300;letter-spacing:0}.kup-heading-06{font-family:var(--kup-font-family);font-size:42px;line-height:50px;font-weight:300;letter-spacing:0}.kup-heading-07{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:300;letter-spacing:0}.kup-heading-08{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:600;letter-spacing:0}:host{display:block;height:fit-content;width:100%}#kup-component{height:fit-content;width:100%}";
15
15
  const KupCellStyle0 = kupCellCss;
@@ -1,9 +1,9 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
2
  import { F as FButton } from './f-button-3e022953.js';
3
3
  import { F as FCheckbox } from './f-checkbox-9912e1a4.js';
4
- import { F as FTextField } from './f-text-field-a8aacd99.js';
4
+ import { F as FTextField } from './f-text-field-e9515bd5.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, aE as KupLanguageDashboard, b as KupLanguageGeneric, Z as KupDragEffect, h as KupDebugCategory } from './kup-manager-c670fa60.js';
6
+ import { k as kupManagerInstance, g as getProps, s as setProps, aE as KupLanguageDashboard, b as KupLanguageGeneric, Z as KupDragEffect, h as KupDebugCategory } from './kup-manager-9c966073.js';
7
7
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
8
8
  import './f-button-declarations-6c8f8abe.js';
9
9
  import './f-image-40b4e64b.js';
@@ -1,4 +1,4 @@
1
- import { E as Filters, H as getValueForDisplay, D as getValueForDisplay2, aj as getCellValueForDisplay, x as getColumnByName, z as KupObjects, ak as KupData, al as compareCell, O as TotalMode, Q as getRegExpFromString, F as FCellShapes, am as CMBandACPAdapter, an as RADAdapter, ao as CHKAdapter, ap as CHIAdapter, aq as SWTAdapter, a9 as SortMode } from './kup-manager-c670fa60.js';
1
+ import { E as Filters, H as getValueForDisplay, D as getValueForDisplay2, aj as getCellValueForDisplay, x as getColumnByName, z as KupObjects, ak as KupData, al as compareCell, O as TotalMode, Q as getRegExpFromString, F as FCellShapes, am as CMBandACPAdapter, an as RADAdapter, ao as CHKAdapter, ap as CHIAdapter, aq as SWTAdapter, a9 as SortMode } from './kup-manager-9c966073.js';
2
2
  import { K as KupDatesFormats } from './kup-dates-bf500166.js';
3
3
 
4
4
  /**
@@ -261,24 +261,27 @@ const kupData = dom$1.ketchup ? dom$1.ketchup.data : new KupData();
261
261
  */
262
262
  class FiltersRows extends Filters {
263
263
  isFilterCompliantForCell(cellValue, filterValue, isGlobalFilter) {
264
+ var _a;
264
265
  if (!cellValue) {
265
266
  return false;
266
267
  }
267
- return this.isFilterCompliantForSimpleValue(cellValue.decode || cellValue.value, cellValue.obj, filterValue, isGlobalFilter);
268
+ return this.isFilterCompliantForSimpleValue((_a = cellValue.decode) !== null && _a !== void 0 ? _a : cellValue.value, cellValue.obj, filterValue, isGlobalFilter);
268
269
  }
269
270
  isFilterCompliantForCellObj(cellValue, filterValue, isGlobalFilter) {
271
+ var _a;
270
272
  if (!cellValue) {
271
273
  return false;
272
274
  }
273
275
  if (!cellValue.obj) {
274
276
  return false;
275
277
  }
276
- return this.isFilterCompliantForSimpleValue(cellValue.decode || cellValue.value, cellValue.obj, filterValue, isGlobalFilter);
278
+ return this.isFilterCompliantForSimpleValue((_a = cellValue.decode) !== null && _a !== void 0 ? _a : cellValue.value, cellValue.obj, filterValue, isGlobalFilter);
277
279
  }
278
280
  isRowCompliant(r, filters = {}, globalFilter = '', isGlobalFilter = false, columns = [], columnFilters, visibleColumns) {
279
281
  return this.areCellsCompliant(r.cells, filters, globalFilter, isGlobalFilter, columns, columnFilters, visibleColumns);
280
282
  }
281
283
  areCellsCompliant(cells, filters = {}, globalFilter = '', isGlobalFilter = false, columns = [], columnFilters, visibleColumns) {
284
+ var _a, _b;
282
285
  if (isGlobalFilter) {
283
286
  let retValue = true;
284
287
  // There are no columns -> display element
@@ -295,9 +298,9 @@ class FiltersRows extends Filters {
295
298
  if (cell == null) {
296
299
  continue;
297
300
  }
298
- retValue = this.isFilterCompliantForValue(cell.decode || cell.value, globalFilter, isGlobalFilter);
301
+ retValue = this.isFilterCompliantForValue((_a = cell.decode) !== null && _a !== void 0 ? _a : cell.value, globalFilter, isGlobalFilter);
299
302
  let displayedValue = getCellValueForDisplay(columns[i], cell);
300
- if (displayedValue != (cell.decode || cell.value)) {
303
+ if (displayedValue != ((_b = cell.decode) !== null && _b !== void 0 ? _b : cell.value)) {
301
304
  retValue =
302
305
  retValue ||
303
306
  this.isFilterCompliantForValue(displayedValue, globalFilter, isGlobalFilter);
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-c670fa60.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-9c966073.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import './kup-dates-bf500166.js';
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement, g as getAssetPath } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, f as KupThemeColorValues, h as KupDebugCategory, x as getColumnByName, p as KupDataNewColumnTypes } from './kup-manager-c670fa60.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, f as KupThemeColorValues, h as KupDebugCategory, x as getColumnByName, p as KupDataNewColumnTypes } from './kup-manager-9c966073.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import './kup-dates-bf500166.js';
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-c670fa60.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-9c966073.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import { c as commonjsGlobal, g as getDefaultExportFromCjs } from './kup-dates-bf500166.js';
5
5
 
@@ -2,7 +2,7 @@ import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host
2
2
  import { F as FButton } from './f-button-3e022953.js';
3
3
  import { a as FButtonStyling } from './f-button-declarations-6c8f8abe.js';
4
4
  import { F as FImage } from './f-image-40b4e64b.js';
5
- import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, W as KupPointerEventTypes } from './kup-manager-c670fa60.js';
5
+ import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, W as KupPointerEventTypes } from './kup-manager-9c966073.js';
6
6
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
7
7
  import './kup-dates-bf500166.js';
8
8
 
@@ -294,9 +294,11 @@ _KupFamilyTree_clickTimeout = new WeakMap(), _KupFamilyTree_hold = new WeakMap()
294
294
  return __classPrivateFieldGet(this, _KupFamilyTree_instances, "m", _KupFamilyTree_buildNodeLayout1).call(this, node);
295
295
  }
296
296
  }, _KupFamilyTree_buildNodeLayout1 = function _KupFamilyTree_buildNodeLayout1(node) {
297
- return (h("div", { class: `family-tree__item__layout family-tree__item__layout--1` }, h("div", { class: 'family-tree__item__layout__text__title' }, node.decode || node.value)));
297
+ var _a;
298
+ return (h("div", { class: `family-tree__item__layout family-tree__item__layout--1` }, h("div", { class: 'family-tree__item__layout__text__title' }, (_a = node.decode) !== null && _a !== void 0 ? _a : node.value)));
298
299
  }, _KupFamilyTree_buildNodeLayout2 = function _KupFamilyTree_buildNodeLayout2(node) {
299
- return (h("div", { class: `family-tree__item__layout family-tree__item__layout--2` }, h("div", { class: 'family-tree__item__layout__color' }), h("div", { class: 'family-tree__item__layout__image' }, h(FImage, { resource: node.icon, placeholderResource: node.placeholderIcon, sizeX: "48px", sizeY: "48px" })), h("div", { class: 'family-tree__item__layout__text' }, h("div", { class: 'family-tree__item__layout__text__title' }, node.decode || node.value), node.title ? (h("div", { class: 'family-tree__item__layout__text__subtitle' }, node.title)) : null)));
300
+ var _a;
301
+ return (h("div", { class: `family-tree__item__layout family-tree__item__layout--2` }, h("div", { class: 'family-tree__item__layout__color' }), h("div", { class: 'family-tree__item__layout__image' }, h(FImage, { resource: node.icon, placeholderResource: node.placeholderIcon, sizeX: "48px", sizeY: "48px" })), h("div", { class: 'family-tree__item__layout__text' }, h("div", { class: 'family-tree__item__layout__text__title' }, (_a = node.decode) !== null && _a !== void 0 ? _a : node.value), node.title ? (h("div", { class: 'family-tree__item__layout__text__subtitle' }, node.title)) : null)));
300
302
  }, _KupFamilyTree_buildNodes = function _KupFamilyTree_buildNodes(nodes) {
301
303
  return nodes.map((node) => __classPrivateFieldGet(this, _KupFamilyTree_instances, "m", _KupFamilyTree_buildNode).call(this, node));
302
304
  }, _KupFamilyTree_createTree = function _KupFamilyTree_createTree() {
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, h as KupDebugCategory } from './kup-manager-c670fa60.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, h as KupDebugCategory } from './kup-manager-9c966073.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import './kup-dates-bf500166.js';
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, F as Fragment, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric } from './kup-manager-c670fa60.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric } from './kup-manager-9c966073.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import './kup-dates-bf500166.js';
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, h as KupDebugCategory } from './kup-manager-c670fa60.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, h as KupDebugCategory } from './kup-manager-9c966073.js';
3
3
  import './kup-dates-bf500166.js';
4
4
 
5
5
  /**
@@ -1,16 +1,16 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
2
  import { F as FButton } from './f-button-3e022953.js';
3
- import { F as FCell, e as FLabel } from './f-cell-000246c9.js';
4
- import { F as FCellShapes, k as kupManagerInstance, ae as FCellTypes, g as getProps, s as setProps, b as KupLanguageGeneric, aj as getCellValueForDisplay, a8 as UseAsValue, ap as CHIAdapter, am as CMBandACPAdapter, ao as CHKAdapter, an as RADAdapter, aq as SWTAdapter, h as KupDebugCategory, W as KupPointerEventTypes } from './kup-manager-c670fa60.js';
3
+ import { F as FCell, e as FLabel } from './f-cell-9cb20bf8.js';
4
+ import { F as FCellShapes, k as kupManagerInstance, ae as FCellTypes, g as getProps, s as setProps, b as KupLanguageGeneric, aj as getCellValueForDisplay, a8 as UseAsValue, ap as CHIAdapter, am as CMBandACPAdapter, ao as CHKAdapter, an as RADAdapter, aq as SWTAdapter, h as KupDebugCategory, W as KupPointerEventTypes } from './kup-manager-9c966073.js';
5
5
  import { F as FTextFieldMDC } from './f-text-field-mdc-81ce6c7c.js';
6
6
  import { F as FTypography, a as FTypographyType } from './f-typography-8c914ec6.js';
7
7
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
8
8
  import './f-button-declarations-6c8f8abe.js';
9
9
  import './f-image-40b4e64b.js';
10
10
  import './f-checkbox-9912e1a4.js';
11
- import './f-chip-def5c6de.js';
12
- import './f-object-field-0c9ea2ff.js';
13
- import './f-text-field-a8aacd99.js';
11
+ import './f-chip-f4658ed9.js';
12
+ import './f-object-field-958eafe3.js';
13
+ import './f-text-field-e9515bd5.js';
14
14
  import './kup-dates-bf500166.js';
15
15
  import './component-a35bc7f1.js';
16
16
 
@@ -422,7 +422,7 @@ const KupInputPanel = class {
422
422
  h("p", null, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").language.translate(KupLanguageGeneric.EMPTY_DATA)),
423
423
  ]
424
424
  : this.inputPanelCells.map((inputPanelCell) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_renderRow).call(this, inputPanelCell));
425
- return (h(Host, { key: '568bc1c93cdfbcd31da8297ac91d494ab0c7d561', "onKup-cell-blur": (e) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_manageInputPanelCheck).call(this, e, CheckTriggeringEvents.BLUR), "onKup-cell-update": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_onCellUpdate).bind(this), "onKup-tabbar-click": (e) => {
425
+ return (h(Host, { key: 'd8f3dd60b2a104c58b3506119325c5e05772c2f7', "onKup-cell-blur": (e) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_manageInputPanelCheck).call(this, e, CheckTriggeringEvents.BLUR), "onKup-cell-update": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_onCellUpdate).bind(this), "onKup-tabbar-click": (e) => {
426
426
  this.tabSelected = e.detail.node.id;
427
427
  }, "onKup-autocomplete-input": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getOptionHandler).bind(this), "onKup-autocomplete-iconclick": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getOptionHandler).bind(this), "onKup-combobox-iconclick": (e) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getOptionHandler).call(this, e, true), "onKup-cell-itemclick": (e) => {
428
428
  __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_manageInputPanelCheck).call(this, e, CheckTriggeringEvents.ITEMCLICK);
@@ -432,7 +432,7 @@ const KupInputPanel = class {
432
432
  this.kupInputPanelObjectFieldOpenSearchMenu.emit(e.detail);
433
433
  }, "onKup-objectfield-selectedmenuitem": (e) => {
434
434
  this.kupInputPanelObjectFieldSelectedMenuItem.emit(e.detail);
435
- }, "onKup-file-upload-upload": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_upload).bind(this) }, h("style", { key: '0be237a854ec81761b879daac404b6711f7dec6e' }, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '9b653b5ce817c03c7f866a09360b22253780f663', id: componentWrapperId }, inputPanelContent)));
435
+ }, "onKup-file-upload-upload": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_upload).bind(this) }, h("style", { key: '7ac90a48b1acec200982691a948f14eec1b31a9d' }, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: 'd292b8e166d563704345709e4534960e91c2fd7f', id: componentWrapperId }, inputPanelContent)));
436
436
  }
437
437
  disconnectedCallback() {
438
438
  __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").language.unregister(this);
@@ -1039,7 +1039,7 @@ _KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_formRef = new WeakMap(
1039
1039
  },
1040
1040
  };
1041
1041
  }, _KupInputPanel_BTNAdapter = function _KupInputPanel_BTNAdapter(_options, _fieldLabel, _currentValue, cell, id) {
1042
- var _a, _b;
1042
+ var _a, _b, _c;
1043
1043
  cell.data = cell.data || {};
1044
1044
  cell.data.onClick = () => {
1045
1045
  __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getFunctionOnClickBTN).call(this, cell, id);
@@ -1054,7 +1054,7 @@ _KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_formRef = new WeakMap(
1054
1054
  this.data.setup.commands = this.data.setup.commands.filter((command) => command.value !== concurrentCommand.value);
1055
1055
  }
1056
1056
  }
1057
- return Object.assign({ label: cell.decode ? cell.decode : cell.value, fun: cell.fun }, cell.data);
1057
+ return Object.assign({ label: (_c = cell.decode) !== null && _c !== void 0 ? _c : cell.value, fun: cell.fun }, cell.data);
1058
1058
  }, _KupInputPanel_CMBandACPAdapter = function _KupInputPanel_CMBandACPAdapter(rawOptions, fieldLabel, currentValue, cell) {
1059
1059
  const configCMandACP = CMBandACPAdapter(currentValue, fieldLabel, [], cell.data);
1060
1060
  if (rawOptions) {
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-c670fa60.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-9c966073.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import './kup-dates-bf500166.js';
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, h as KupDebugCategory, aF as kupDropEvent, X as kupDraggableColumnAttr, aG as kupDraggableRowAttr, $ as KupDropEventTypes, f as KupThemeColorValues } from './kup-manager-c670fa60.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, h as KupDebugCategory, aF as kupDropEvent, X as kupDraggableColumnAttr, aG as kupDraggableRowAttr, $ as KupDropEventTypes, f as KupThemeColorValues } from './kup-manager-9c966073.js';
3
3
  import { a as FButtonStyling } from './f-button-declarations-6c8f8abe.js';
4
4
  import { F as FImage } from './f-image-40b4e64b.js';
5
5
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';