@sme.up/ketchup 11.0.1 → 11.0.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 (180) hide show
  1. package/dist/cjs/{f-cell-6f329389.js → f-cell-6d6073f5.js} +4 -4
  2. package/dist/cjs/{f-chip-c3613a58.js → f-chip-18aa9993.js} +1 -1
  3. package/dist/cjs/{f-object-field-f47313a4.js → f-object-field-a10d8c63.js} +2 -2
  4. package/dist/cjs/{f-paginator-utils-18ec42c0.js → f-paginator-utils-e3f3d3c6.js} +1 -1
  5. package/dist/cjs/{f-text-field-34e24c97.js → f-text-field-f01dc613.js} +1 -1
  6. package/dist/cjs/index.cjs.js +1 -1
  7. package/dist/cjs/kup-accordion.cjs.entry.js +1 -1
  8. package/dist/cjs/kup-activity-timeline.cjs.entry.js +2 -2
  9. package/dist/cjs/kup-autocomplete_30.cjs.entry.js +36 -35
  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-a54c3e63.js → kup-data-table-helper-90a848cd.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-input-panel.cjs.entry.js +5 -5
  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-04a36733.js → kup-manager-b60f8626.js} +3 -0
  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-data-table/kup-data-table.js +29 -28
  38. package/dist/collection/managers/kup-interact/kup-interact.js +3 -0
  39. package/dist/components/index.js +1 -1
  40. package/dist/components/kup-accordion.js +2 -2
  41. package/dist/components/kup-activity-timeline.js +2 -2
  42. package/dist/components/kup-autocomplete.js +1 -1
  43. package/dist/components/kup-badge.js +1 -1
  44. package/dist/components/kup-box.js +1 -1
  45. package/dist/components/kup-button-list.js +1 -1
  46. package/dist/components/kup-button.js +1 -1
  47. package/dist/components/kup-calendar.js +2 -2
  48. package/dist/components/kup-card-list.js +3 -3
  49. package/dist/components/kup-card.js +1 -1
  50. package/dist/components/kup-cell.js +2 -2
  51. package/dist/components/kup-chart.js +1 -1
  52. package/dist/components/kup-checkbox.js +1 -1
  53. package/dist/components/kup-chip.js +1 -1
  54. package/dist/components/kup-color-picker.js +1 -1
  55. package/dist/components/kup-combobox.js +1 -1
  56. package/dist/components/kup-dashboard.js +2 -2
  57. package/dist/components/kup-data-table.js +1 -1
  58. package/dist/components/kup-date-picker.js +1 -1
  59. package/dist/components/kup-dialog.js +1 -1
  60. package/dist/components/kup-drawer.js +2 -2
  61. package/dist/components/kup-dropdown-button.js +1 -1
  62. package/dist/components/kup-echart.js +1 -1
  63. package/dist/components/kup-editor.js +1 -1
  64. package/dist/components/kup-family-tree.js +3 -3
  65. package/dist/components/kup-file-upload.js +1 -1
  66. package/dist/components/kup-form.js +1 -1
  67. package/dist/components/kup-gauge.js +1 -1
  68. package/dist/components/kup-grid.js +1 -1
  69. package/dist/components/kup-htm.js +2 -2
  70. package/dist/components/kup-iframe.js +2 -2
  71. package/dist/components/kup-image-list.js +1 -1
  72. package/dist/components/kup-image.js +1 -1
  73. package/dist/components/kup-input-panel.js +3 -3
  74. package/dist/components/kup-lazy.js +2 -2
  75. package/dist/components/kup-list.js +1 -1
  76. package/dist/components/kup-magic-box.js +4 -4
  77. package/dist/components/kup-nav-bar.js +2 -2
  78. package/dist/components/kup-numeric-picker.js +2 -2
  79. package/dist/components/kup-object-field.js +2 -2
  80. package/dist/components/kup-planner.js +2 -2
  81. package/dist/components/kup-probe.js +2 -2
  82. package/dist/components/kup-progress-bar.js +1 -1
  83. package/dist/components/kup-qlik.js +2 -2
  84. package/dist/components/kup-radio.js +1 -1
  85. package/dist/components/kup-rating.js +1 -1
  86. package/dist/components/kup-snackbar.js +2 -2
  87. package/dist/components/kup-spinner.js +1 -1
  88. package/dist/components/kup-switch.js +1 -1
  89. package/dist/components/kup-tab-bar.js +1 -1
  90. package/dist/components/kup-text-field.js +1 -1
  91. package/dist/components/kup-time-picker.js +1 -1
  92. package/dist/components/kup-toolbar.js +1 -1
  93. package/dist/components/kup-tree.js +1 -1
  94. package/dist/components/kup-txt.js +2 -2
  95. package/dist/components/kup-typography-list.js +2 -2
  96. package/dist/components/kup-typography.js +2 -2
  97. package/dist/components/{p-030f9761.js → p-562218f0.js} +2 -2
  98. package/dist/components/{p-69e544b8.js → p-69d904a7.js} +3 -0
  99. package/dist/components/{p-521645dc.js → p-824dec93.js} +2 -2
  100. package/dist/components/{p-4e778804.js → p-86f57305.js} +30 -29
  101. package/dist/components/{p-99ec9de9.js → p-990414e2.js} +2 -2
  102. package/dist/components/{p-6f0557fa.js → p-fcc9004a.js} +2 -2
  103. package/dist/esm/{f-cell-3ed82a9a.js → f-cell-aed312f3.js} +4 -4
  104. package/dist/esm/{f-chip-f4658ed9.js → f-chip-afad71fb.js} +1 -1
  105. package/dist/esm/{f-object-field-958eafe3.js → f-object-field-d0794db5.js} +2 -2
  106. package/dist/esm/{f-paginator-utils-21f8ead9.js → f-paginator-utils-51bcddea.js} +1 -1
  107. package/dist/esm/{f-text-field-e9515bd5.js → f-text-field-5deae7b7.js} +1 -1
  108. package/dist/esm/index.js +1 -1
  109. package/dist/esm/kup-accordion.entry.js +1 -1
  110. package/dist/esm/kup-activity-timeline.entry.js +2 -2
  111. package/dist/esm/kup-autocomplete_30.entry.js +36 -35
  112. package/dist/esm/kup-box.entry.js +7 -7
  113. package/dist/esm/kup-calendar.entry.js +2 -2
  114. package/dist/esm/kup-card-list.entry.js +1 -1
  115. package/dist/esm/kup-cell.entry.js +5 -5
  116. package/dist/esm/kup-dashboard.entry.js +2 -2
  117. package/dist/esm/{kup-data-table-helper-b5b09e78.js → kup-data-table-helper-51ee39b6.js} +1 -1
  118. package/dist/esm/kup-drawer.entry.js +1 -1
  119. package/dist/esm/kup-echart.entry.js +1 -1
  120. package/dist/esm/kup-editor.entry.js +1 -1
  121. package/dist/esm/kup-family-tree.entry.js +1 -1
  122. package/dist/esm/kup-grid.entry.js +1 -1
  123. package/dist/esm/kup-htm.entry.js +1 -1
  124. package/dist/esm/kup-iframe.entry.js +1 -1
  125. package/dist/esm/kup-input-panel.entry.js +5 -5
  126. package/dist/esm/kup-lazy.entry.js +1 -1
  127. package/dist/esm/kup-magic-box.entry.js +1 -1
  128. package/dist/esm/{kup-manager-9c966073.js → kup-manager-c0eb6d84.js} +3 -0
  129. package/dist/esm/kup-nav-bar.entry.js +1 -1
  130. package/dist/esm/kup-numeric-picker.entry.js +2 -2
  131. package/dist/esm/kup-object-field.entry.js +3 -3
  132. package/dist/esm/kup-planner.entry.js +2 -2
  133. package/dist/esm/kup-probe.entry.js +1 -1
  134. package/dist/esm/kup-qlik.entry.js +1 -1
  135. package/dist/esm/kup-snackbar.entry.js +1 -1
  136. package/dist/esm/kup-txt.entry.js +1 -1
  137. package/dist/esm/kup-typography-list.entry.js +1 -1
  138. package/dist/esm/kup-typography.entry.js +1 -1
  139. package/dist/ketchup/index.esm.js +1 -1
  140. package/dist/ketchup/ketchup.esm.js +1 -1
  141. package/dist/ketchup/{p-e8c0a2d5.js → p-003da5d6.js} +1 -1
  142. package/dist/ketchup/{p-e3bb206d.entry.js → p-088744ad.entry.js} +1 -1
  143. package/dist/ketchup/{p-0bcd8d8b.entry.js → p-18ea7578.entry.js} +1 -1
  144. package/dist/ketchup/{p-b3ec3024.entry.js → p-2be612b5.entry.js} +1 -1
  145. package/dist/ketchup/p-3643331d.entry.js +8 -0
  146. package/dist/ketchup/{p-45c361d1.js → p-42c1384e.js} +1 -1
  147. package/dist/ketchup/{p-4726d10f.entry.js → p-473af3ff.entry.js} +1 -1
  148. package/dist/ketchup/{p-28751607.entry.js → p-489a5ae1.entry.js} +1 -1
  149. package/dist/ketchup/{p-9ffe610b.entry.js → p-53661fe6.entry.js} +1 -1
  150. package/dist/ketchup/{p-44c875d1.entry.js → p-589825f4.entry.js} +1 -1
  151. package/dist/ketchup/{p-3cef002e.entry.js → p-7845a469.entry.js} +1 -1
  152. package/dist/ketchup/{p-a963ab44.entry.js → p-7d0f7135.entry.js} +1 -1
  153. package/dist/ketchup/{p-2dc5d434.entry.js → p-80496dcc.entry.js} +1 -1
  154. package/dist/ketchup/{p-985ab475.entry.js → p-87e79c64.entry.js} +1 -1
  155. package/dist/ketchup/{p-073b5537.entry.js → p-88b537dd.entry.js} +1 -1
  156. package/dist/ketchup/{p-ed58ba36.js → p-8ffde22b.js} +1 -1
  157. package/dist/ketchup/{p-e27bd288.entry.js → p-9311f6f1.entry.js} +1 -1
  158. package/dist/ketchup/{p-0d9d7c10.entry.js → p-9b913ea0.entry.js} +1 -1
  159. package/dist/ketchup/{p-aba84ebf.js → p-a9fa1d78.js} +1 -1
  160. package/dist/ketchup/p-b1de7002.entry.js +1 -0
  161. package/dist/ketchup/{p-80ed3d73.entry.js → p-ba79f51e.entry.js} +1 -1
  162. package/dist/ketchup/{p-8d03cde8.entry.js → p-bc7182e0.entry.js} +1 -1
  163. package/dist/ketchup/{p-0661da43.entry.js → p-c23a8c8b.entry.js} +1 -1
  164. package/dist/ketchup/{p-08149b4e.entry.js → p-c4213fe8.entry.js} +1 -1
  165. package/dist/ketchup/p-c98fb668.js +21 -0
  166. package/dist/ketchup/{p-39635a88.entry.js → p-cee0439c.entry.js} +1 -1
  167. package/dist/ketchup/{p-5ec1ec4b.js → p-d1abb2b7.js} +1 -1
  168. package/dist/ketchup/p-d4a873a1.entry.js +1 -0
  169. package/dist/ketchup/{p-a35fbf4d.entry.js → p-e0cedb6a.entry.js} +1 -1
  170. package/dist/ketchup/{p-7ef1f37a.js → p-e298b76c.js} +1 -1
  171. package/dist/ketchup/{p-e28b7ec4.entry.js → p-e6ba3964.entry.js} +1 -1
  172. package/dist/ketchup/{p-621c5460.entry.js → p-ebc5264a.entry.js} +1 -1
  173. package/dist/ketchup/{p-bc098826.entry.js → p-f226f4b2.entry.js} +1 -1
  174. package/dist/ketchup/{p-bb034f35.entry.js → p-f7f1a210.entry.js} +1 -1
  175. package/dist/ketchup/{p-f413939e.entry.js → p-fa1e3834.entry.js} +1 -1
  176. package/package.json +1 -1
  177. package/dist/ketchup/p-476046a9.entry.js +0 -8
  178. package/dist/ketchup/p-54ae75bb.js +0 -21
  179. package/dist/ketchup/p-860cb066.entry.js +0 -1
  180. package/dist/ketchup/p-fb43f240.entry.js +0 -1
@@ -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-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, h as KupDebugCategory, aj as getCellValueForDisplay } from './kup-manager-9c966073.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, h as KupDebugCategory, aj as getCellValueForDisplay } from './kup-manager-c0eb6d84.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import { F as FImage } from './f-image-40b4e64b.js';
5
- import { s as sortRows } from './kup-data-table-helper-b5b09e78.js';
5
+ import { s as sortRows } from './kup-data-table-helper-51ee39b6.js';
6
6
  import './kup-dates-bf500166.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, 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-9c966073.js';
3
- import { F as FTextField } from './f-text-field-e9515bd5.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-c0eb6d84.js';
3
+ import { F as FTextField } from './f-text-field-5deae7b7.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-f4658ed9.js';
5
+ import { g as getIdOfItemByDisplayMode, c as consistencyCheck, F as FChipType, a as FChipSize, b as FChipStyling, d as FChip } from './f-chip-afad71fb.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-3ed82a9a.js';
10
+ import { F as FCell, a as FRadio, b as FRating, c as FSwitchSizing, d as FSwitch } from './f-cell-aed312f3.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-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';
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-51ee39b6.js';
15
+ import { F as FPaginator, p as pageChange, r as rowsPerPageChange } from './f-paginator-utils-51bcddea.js';
16
+ import './f-object-field-d0794db5.js';
17
17
 
18
18
  /**
19
19
  * Props of the kup-autocomplete component.
@@ -8943,6 +8943,23 @@ const KupDataTable = class {
8943
8943
  command: command,
8944
8944
  });
8945
8945
  });
8946
+ _KupDataTable_onBlurHandler.set(this, ({ detail: { cell, column, row }, }) => {
8947
+ var _a, _b, _c;
8948
+ if (this.updatableData &&
8949
+ cell.isEditable &&
8950
+ ((_a = cell.inputSettings) === null || _a === void 0 ? void 0 : _a.checkValueOnExit) &&
8951
+ cell.shape !== FCellShapes.CHECKBOX &&
8952
+ cell.shape !== FCellShapes.SWITCH &&
8953
+ ((_c = (_b = __classPrivateFieldGet$8(this, _KupDataTable_originalDataLoaded, "f").rows.find((r) => r.id == row.id)) === null || _b === void 0 ? void 0 : _b.cells[column.name]) === null || _c === void 0 ? void 0 : _c.value) !== cell.value) {
8954
+ this.kupCellCheck.emit({
8955
+ comp: this,
8956
+ id: this.rootElement.id,
8957
+ originalData: __classPrivateFieldGet$8(this, _KupDataTable_originalDataLoaded, "f"),
8958
+ updatedData: getDiffData(__classPrivateFieldGet$8(this, _KupDataTable_originalDataLoaded, "f"), this.data, true),
8959
+ cell: cell,
8960
+ });
8961
+ }
8962
+ });
8946
8963
  _KupDataTable_FONTSIZE_CODES.set(this, ['small', 'medium', 'big']);
8947
8964
  _KupDataTable_FONTSIZE_DECODES.set(this, ['Small', 'Medium', 'Big']);
8948
8965
  _KupDataTable_FONTSIZE_ICONS.set(this, [
@@ -10224,7 +10241,7 @@ const KupDataTable = class {
10224
10241
  __classPrivateFieldSet$4(this, _KupDataTable_sizedColumns, __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_getSizedColumns).call(this), "f");
10225
10242
  let rows = null;
10226
10243
  if (__classPrivateFieldGet$8(this, _KupDataTable_paginatedRowsLength, "f") === 0) {
10227
- rows = (h("tr", { key: '2246bede9a8aa19c80c158b26f76cc1357332301', ref: (el) => __classPrivateFieldGet$8(this, _KupDataTable_rowsRefs, "f").push(el) }, h("td", { key: '22ef2814a5caabb9a6795f1002fc5d6478da3eda', colSpan: __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_calculateColspan).call(this) }, this.emptyDataLabel)));
10244
+ rows = (h("tr", { key: '4dc161a050fe63779f915ae26bb2d0d73829308a', ref: (el) => __classPrivateFieldGet$8(this, _KupDataTable_rowsRefs, "f").push(el) }, h("td", { key: '9d8cddbe906f7e6b290e2eec754987870fe7e128', colSpan: __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_calculateColspan).call(this) }, this.emptyDataLabel)));
10228
10245
  }
10229
10246
  else {
10230
10247
  rows = [];
@@ -10300,7 +10317,7 @@ const KupDataTable = class {
10300
10317
  __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_handleChipsContextMenu).call(this, chipArg.id, e);
10301
10318
  });
10302
10319
  }
10303
- groupChips = h(FChip, Object.assign({ key: 'b5b4d8f574acad996e02226f77aa38c2159b2926' }, props));
10320
+ groupChips = h(FChip, Object.assign({ key: '35f64ddf0965cc2803df28e5a7700ee8f2ec9eef' }, props));
10304
10321
  }
10305
10322
  }
10306
10323
  const tableClass = {
@@ -10332,7 +10349,7 @@ const KupDataTable = class {
10332
10349
  if (this.headerIsPersistent &&
10333
10350
  this.tableHeight === undefined &&
10334
10351
  this.tableWidth === undefined) {
10335
- stickyEl = (h("sticky-header", { key: '43e0d34bb3db58e2de1fa0a0d622f09c065f78bd', class: "hover-scrolling-child", hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_stickyTheadRef, el, "f")) }, h("thead-sticky", { key: 'ae5728c89c933756d9346cc1aaa0b8cef3ccbccc' }, h("tr-sticky", { key: '8cbf8a321e4713d2d8fce80d41463e2f2b139372' }, stickyHeader))));
10352
+ stickyEl = (h("sticky-header", { key: '72f16bc5bfa3c051dca9f1b3ef9b74720cb06ae4', class: "hover-scrolling-child", hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_stickyTheadRef, el, "f")) }, h("thead-sticky", { key: '9bb9dc0019405511a5d2d9ab5062b9a764c0b1ab' }, h("tr-sticky", { key: 'f6431cb1b79ff0f75cd9c27e0609192394ddfb3d' }, stickyHeader))));
10336
10353
  }
10337
10354
  let belowClass = 'below-wrapper';
10338
10355
  if (!!this.tableHeight || !!this.tableWidth) {
@@ -10378,7 +10395,7 @@ const KupDataTable = class {
10378
10395
  const useGlobalFilter = !this.legacyLook &&
10379
10396
  (this.globalFilter ||
10380
10397
  this.getRows().length > __classPrivateFieldGet$8(this, _KupDataTable_DEFAULT_ROWS_FOR_GLOBAL_FILTER, "f"));
10381
- const compCreated = (h(Host, { key: '41fcc7aa79492204b84e7f79ab65e55dee3ec1e1', "onKup-drop": (e) => {
10398
+ const compCreated = (h(Host, { key: '16e1864099a10d6b985615e698cb3607b9627274', "onKup-drop": (e) => {
10382
10399
  this.kupDataTableDrop.emit(e.detail);
10383
10400
  }, "onKup-cell-input": (e) => {
10384
10401
  autoselectOnAction(e);
@@ -10387,7 +10404,7 @@ const KupDataTable = class {
10387
10404
  }, "onKup-cell-update": (e) => {
10388
10405
  autoselectOnAction(e);
10389
10406
  __classPrivateFieldGet$8(this, _KupDataTable_modifiedRowsIds, "f").push(e.detail.row.id);
10390
- }, "onKup-cell-blur": __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_onBlurHandler), "onKup-cell-click": (e) => {
10407
+ }, "onKup-cell-blur": __classPrivateFieldGet$8(this, _KupDataTable_onBlurHandler, "f"), "onKup-cell-click": (e) => {
10391
10408
  this.kupDataTableCellClick.emit(e.detail);
10392
10409
  }, "onKup-cell-iconclick": (e) => {
10393
10410
  this.kupDataTableCellIconClick.emit(e.detail);
@@ -10397,11 +10414,11 @@ const KupDataTable = class {
10397
10414
  this.kupDataTableObjectFieldOpenSearchMenu.emit(e.detail);
10398
10415
  }, "onKup-objectfield-selectedmenuitem": (e) => {
10399
10416
  this.kupDataTableObjectFieldSelectedMenuItem.emit(e.detail);
10400
- } }, h("style", { key: 'af7a795d409543e5f62b26d48335507b8f5940ae' }, __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: '874d510d8c102a0471263f410091fcc3794a3c97', id: componentWrapperId, class: wrapClass }, h("div", { key: 'fa53972d4872fc9afb4c54fb38ec15b11e2dee13', class: "group-wrapper" }, groupChips), h("div", { key: 'f95b256b8e0459de0168f29d98e96ced6abdcd9c', 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) => {
10417
+ } }, h("style", { key: '74a7dd047a70bffcb1548afa3575203438216fbc' }, __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: 'e653450fa57e3fc9df96ce54c8cbb00d3aa0933e', id: componentWrapperId, class: wrapClass }, h("div", { key: '434d50847b4c48e8430375687a722a0a94a1c925', class: "group-wrapper" }, groupChips), h("div", { key: '13d7d7c4266292d6a8f4fffeeed092428e917988', 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) => {
10401
10418
  const t = event.target;
10402
10419
  window.clearTimeout(__classPrivateFieldGet$8(this, _KupDataTable_globalFilterTimeout, "f"));
10403
10420
  __classPrivateFieldSet$4(this, _KupDataTable_globalFilterTimeout, window.setTimeout(() => __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_onGlobalFilterChange).call(this, t), 600, t), "f");
10404
- } }))) : null, paginatorTop && (h("div", { key: 'eb5f291d69815048ea2fb8cb93069de09a30c363', class: "above-wrapper paginator-top" }, paginatorTop)), this.insertMode !== '' &&
10421
+ } }))) : null, paginatorTop && (h("div", { key: 'e3e5ade9221e8d972a64ee7d17d22e978ff56e6d', class: "above-wrapper paginator-top" }, paginatorTop)), this.insertMode !== '' &&
10405
10422
  this.selectedRows.length > 0 ? (h(FButton, { icon: "save", onClick: () => {
10406
10423
  this.kupSave.emit({
10407
10424
  comp: this,
@@ -10451,9 +10468,9 @@ const KupDataTable = class {
10451
10468
  this.data.rows.unshift(row);
10452
10469
  await this.refresh(true);
10453
10470
  }
10454
- }, sizing: KupComponentSizing.MEDIUM, styling: FButtonStyling.RAISED, title: "Insert row", wrapperClass: "insert-button" })) : null), h("div", { key: '567e94b440417fc6e500330f2ac50cdf6811c4a8', 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
10471
+ }, sizing: KupComponentSizing.MEDIUM, styling: FButtonStyling.RAISED, title: "Insert row", wrapperClass: "insert-button" })) : null), h("div", { key: '4007ba684928cf77c72973e4be70c1f14c54d376', 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
10455
10472
  ? __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_columnRemoveArea).call(this)
10456
- : null), h("div", { key: 'a31aff862d338f8d64284353be3304b410bea0a4', style: elStyle, class: belowClass, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_tableAreaRef, el, "f")) }, this.showCustomization
10473
+ : null), h("div", { key: 'b66d6a31fc0ec341117f0b654ed3c18d60db4b92', style: elStyle, class: belowClass, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_tableAreaRef, el, "f")) }, this.showCustomization
10457
10474
  ? [
10458
10475
  h("div", { class: "settings-trigger", onClick: () => {
10459
10476
  __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_onCustomSettingsClick).call(this);
@@ -10462,7 +10479,7 @@ const KupDataTable = class {
10462
10479
  } }, h(FImage, { color: `var(${KupThemeColorValues.TITLE})`, resource: "settings", sizeX: "10px" })),
10463
10480
  this.renderCustomizePanel(),
10464
10481
  ]
10465
- : null, h("table", { key: 'fda6b1d54fe51e6a2b220c50939d2aefdf24b021', class: tableClass, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_tableRef, el, "f")), onKeyDown: (e) => __classPrivateFieldGet$8(this, _KupDataTable_onKupKeyDown, "f").call(this, e), onMouseLeave: (ev) => {
10482
+ : null, h("table", { key: '3a60004cb227fa5b11aa8dcac8153452b87bcc31', class: tableClass, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_tableRef, el, "f")), onKeyDown: (e) => __classPrivateFieldGet$8(this, _KupDataTable_onKupKeyDown, "f").call(this, e), onMouseLeave: (ev) => {
10466
10483
  ev.stopPropagation();
10467
10484
  }, onPointerDown: (e) => {
10468
10485
  __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,7 +10487,7 @@ const KupDataTable = class {
10470
10487
  __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");
10471
10488
  }, onContextMenu: (e) => {
10472
10489
  e.preventDefault();
10473
- } }, h("thead", { key: '65316e4d127b82f98859fec46867d048ec9b0a1b', hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_theadRef, el, "f")) }, h("tr", { key: 'a460b2405d1a649df45b328322c42364676a27c0' }, header)), h("tbody", { key: 'd96947358aad1bcfb48ffd1522234c556c2ee5b5' }, rows), this.showFooter && this.renderFooter()), stickyEl), paginatorBottom)));
10490
+ } }, h("thead", { key: 'a69c0ee9bc171e4d8875689b0aa644c19733c4cc', hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_theadRef, el, "f")) }, h("tr", { key: '7a40dfab1ed197d17fe3590f382dba1a8e36149c' }, header)), h("tbody", { key: 'b29fc9f944a10e0ba0319a4e5e34c534dbe1ec63' }, rows), this.showFooter && this.renderFooter()), stickyEl), paginatorBottom)));
10474
10491
  __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").perfMonitoring.measure('componentRender', 'kup-data-table');
10475
10492
  return compCreated;
10476
10493
  }
@@ -10518,7 +10535,7 @@ const KupDataTable = class {
10518
10535
  "transpose": ["recalculateData"]
10519
10536
  }; }
10520
10537
  };
10521
- _KupDataTable_initialized = new WeakMap(), _KupDataTable_rows = new WeakMap(), _KupDataTable_rowsLength = new WeakMap(), _KupDataTable_paginatedRows = new WeakMap(), _KupDataTable_paginatedRowsLength = new WeakMap(), _KupDataTable_footer = new WeakMap(), _KupDataTable_kupManager = new WeakMap(), _KupDataTable_renderedRows = new WeakMap(), _KupDataTable_loadMoreEventCounter = new WeakMap(), _KupDataTable_loadMoreEventPreviousQuantity = new WeakMap(), _KupDataTable_theadRef = new WeakMap(), _KupDataTable_tableRef = new WeakMap(), _KupDataTable_originalData = new WeakMap(), _KupDataTable_originalDataLoaded = new WeakMap(), _KupDataTable_originalDataLoadedMaxId = new WeakMap(), _KupDataTable_insertedRowIds = new WeakMap(), _KupDataTable_modifiedRowsIds = new WeakMap(), _KupDataTable_tableAreaRef = new WeakMap(), _KupDataTable_stickyTheadRef = new WeakMap(), _KupDataTable_lastPointerDetails = new WeakMap(), _KupDataTable_customizeTopButtonRef = new WeakMap(), _KupDataTable_customizeTopPanelRef = new WeakMap(), _KupDataTable_sizedColumns = new WeakMap(), _KupDataTable_intObserver = new WeakMap(), _KupDataTable_navBarHeight = new WeakMap(), _KupDataTable_theadIntersecting = new WeakMap(), _KupDataTable_tableIntersecting = new WeakMap(), _KupDataTable_isSafariBrowser = new WeakMap(), _KupDataTable_isRestoringState = new WeakMap(), _KupDataTable_globalFilterTimeout = new WeakMap(), _KupDataTable_totalMenuCoords = new WeakMap(), _KupDataTable_clickTimeout = new WeakMap(), _KupDataTable_thRefs = new WeakMap(), _KupDataTable_rowsRefs = new WeakMap(), _KupDataTable_oldWidth = new WeakMap(), _KupDataTable_hold = new WeakMap(), _KupDataTable_interactableDrag = new WeakMap(), _KupDataTable_interactableDrop = new WeakMap(), _KupDataTable_interactableResize = new WeakMap(), _KupDataTable_interactableTouch = new WeakMap(), _KupDataTable_dropareaRef = new WeakMap(), _KupDataTable_removeDropareaRef = new WeakMap(), _KupDataTable_groupsDropareaRef = new WeakMap(), _KupDataTable_clickCb = new WeakMap(), _KupDataTable_clickCbCustomPanel = new WeakMap(), _KupDataTable_clickCbDropCard = new WeakMap(), _KupDataTable_resizeTimeout = new WeakMap(), _KupDataTable_columnMenuInstance = new WeakMap(), _KupDataTable_filtersColumnMenuInstance = new WeakMap(), _KupDataTable_filtersRowsInstance = new WeakMap(), _KupDataTable_detailCard = new WeakMap(), _KupDataTable_insertCard = new WeakMap(), _KupDataTable_actionsCard = new WeakMap(), _KupDataTable_confirmDeleteCard = new WeakMap(), _KupDataTable_confirmDeleteDialog = new WeakMap(), _KupDataTable_columnMenuCard = new WeakMap(), _KupDataTable_columnDropCard = new WeakMap(), _KupDataTable_columnDropCardAnchor = new WeakMap(), _KupDataTable_dropDownActionCardAnchor = new WeakMap(), _KupDataTable_insertCount = new WeakMap(), _KupDataTable_lastFocusedColumn = new WeakMap(), _KupDataTable_lastFocusedCell = new WeakMap(), _KupDataTable_lastFocusedRow = new WeakMap(), _KupDataTable_maxRowsPerPage = new WeakMap(), _KupDataTable_readyPromise = new WeakMap(), _KupDataTable_readyResolve = new WeakMap(), _KupDataTable_BUTTON_CANCEL_ID = new WeakMap(), _KupDataTable_BUTTON_SUBMIT_ID = new WeakMap(), _KupDataTable_FIELDS_FORM_ID = new WeakMap(), _KupDataTable_MESSAGE_ID = new WeakMap(), _KupDataTable_MESSAGE_WRAPPER_ID = new WeakMap(), _KupDataTable_INSERT_PREFIX = new WeakMap(), _KupDataTable_DEFAULT_ROWS_FOR_GLOBAL_FILTER = new WeakMap(), _KupDataTable_stickyHeaderPosition = new WeakMap(), _KupDataTable_horNav = new WeakMap(), _KupDataTable_verNav = new WeakMap(), _KupDataTable_onKupKeyDown = new WeakMap(), _KupDataTable_handleUpdateClick = new WeakMap(), _KupDataTable_FONTSIZE_CODES = new WeakMap(), _KupDataTable_FONTSIZE_DECODES = new WeakMap(), _KupDataTable_FONTSIZE_ICONS = new WeakMap(), _KupDataTable_DENSITY_DECODES = new WeakMap(), _KupDataTable_DENSITY_ICONS = new WeakMap(), _KupDataTable_GRID_CODES = new WeakMap(), _KupDataTable_GRID_DECODES = new WeakMap(), _KupDataTable_GRID_ICONS = new WeakMap(), _KupDataTable_addRowHandler = new WeakMap(), _KupDataTable_createRowWithInputFields = new WeakMap(), _KupDataTable_instances = new WeakSet(), _KupDataTable_checkUpdateState = function _KupDataTable_checkUpdateState() {
10538
+ _KupDataTable_initialized = new WeakMap(), _KupDataTable_rows = new WeakMap(), _KupDataTable_rowsLength = new WeakMap(), _KupDataTable_paginatedRows = new WeakMap(), _KupDataTable_paginatedRowsLength = new WeakMap(), _KupDataTable_footer = new WeakMap(), _KupDataTable_kupManager = new WeakMap(), _KupDataTable_renderedRows = new WeakMap(), _KupDataTable_loadMoreEventCounter = new WeakMap(), _KupDataTable_loadMoreEventPreviousQuantity = new WeakMap(), _KupDataTable_theadRef = new WeakMap(), _KupDataTable_tableRef = new WeakMap(), _KupDataTable_originalData = new WeakMap(), _KupDataTable_originalDataLoaded = new WeakMap(), _KupDataTable_originalDataLoadedMaxId = new WeakMap(), _KupDataTable_insertedRowIds = new WeakMap(), _KupDataTable_modifiedRowsIds = new WeakMap(), _KupDataTable_tableAreaRef = new WeakMap(), _KupDataTable_stickyTheadRef = new WeakMap(), _KupDataTable_lastPointerDetails = new WeakMap(), _KupDataTable_customizeTopButtonRef = new WeakMap(), _KupDataTable_customizeTopPanelRef = new WeakMap(), _KupDataTable_sizedColumns = new WeakMap(), _KupDataTable_intObserver = new WeakMap(), _KupDataTable_navBarHeight = new WeakMap(), _KupDataTable_theadIntersecting = new WeakMap(), _KupDataTable_tableIntersecting = new WeakMap(), _KupDataTable_isSafariBrowser = new WeakMap(), _KupDataTable_isRestoringState = new WeakMap(), _KupDataTable_globalFilterTimeout = new WeakMap(), _KupDataTable_totalMenuCoords = new WeakMap(), _KupDataTable_clickTimeout = new WeakMap(), _KupDataTable_thRefs = new WeakMap(), _KupDataTable_rowsRefs = new WeakMap(), _KupDataTable_oldWidth = new WeakMap(), _KupDataTable_hold = new WeakMap(), _KupDataTable_interactableDrag = new WeakMap(), _KupDataTable_interactableDrop = new WeakMap(), _KupDataTable_interactableResize = new WeakMap(), _KupDataTable_interactableTouch = new WeakMap(), _KupDataTable_dropareaRef = new WeakMap(), _KupDataTable_removeDropareaRef = new WeakMap(), _KupDataTable_groupsDropareaRef = new WeakMap(), _KupDataTable_clickCb = new WeakMap(), _KupDataTable_clickCbCustomPanel = new WeakMap(), _KupDataTable_clickCbDropCard = new WeakMap(), _KupDataTable_resizeTimeout = new WeakMap(), _KupDataTable_columnMenuInstance = new WeakMap(), _KupDataTable_filtersColumnMenuInstance = new WeakMap(), _KupDataTable_filtersRowsInstance = new WeakMap(), _KupDataTable_detailCard = new WeakMap(), _KupDataTable_insertCard = new WeakMap(), _KupDataTable_actionsCard = new WeakMap(), _KupDataTable_confirmDeleteCard = new WeakMap(), _KupDataTable_confirmDeleteDialog = new WeakMap(), _KupDataTable_columnMenuCard = new WeakMap(), _KupDataTable_columnDropCard = new WeakMap(), _KupDataTable_columnDropCardAnchor = new WeakMap(), _KupDataTable_dropDownActionCardAnchor = new WeakMap(), _KupDataTable_insertCount = new WeakMap(), _KupDataTable_lastFocusedColumn = new WeakMap(), _KupDataTable_lastFocusedCell = new WeakMap(), _KupDataTable_lastFocusedRow = new WeakMap(), _KupDataTable_maxRowsPerPage = new WeakMap(), _KupDataTable_readyPromise = new WeakMap(), _KupDataTable_readyResolve = new WeakMap(), _KupDataTable_BUTTON_CANCEL_ID = new WeakMap(), _KupDataTable_BUTTON_SUBMIT_ID = new WeakMap(), _KupDataTable_FIELDS_FORM_ID = new WeakMap(), _KupDataTable_MESSAGE_ID = new WeakMap(), _KupDataTable_MESSAGE_WRAPPER_ID = new WeakMap(), _KupDataTable_INSERT_PREFIX = new WeakMap(), _KupDataTable_DEFAULT_ROWS_FOR_GLOBAL_FILTER = new WeakMap(), _KupDataTable_stickyHeaderPosition = new WeakMap(), _KupDataTable_horNav = new WeakMap(), _KupDataTable_verNav = new WeakMap(), _KupDataTable_onKupKeyDown = new WeakMap(), _KupDataTable_handleUpdateClick = new WeakMap(), _KupDataTable_onBlurHandler = new WeakMap(), _KupDataTable_FONTSIZE_CODES = new WeakMap(), _KupDataTable_FONTSIZE_DECODES = new WeakMap(), _KupDataTable_FONTSIZE_ICONS = new WeakMap(), _KupDataTable_DENSITY_DECODES = new WeakMap(), _KupDataTable_DENSITY_ICONS = new WeakMap(), _KupDataTable_GRID_CODES = new WeakMap(), _KupDataTable_GRID_DECODES = new WeakMap(), _KupDataTable_GRID_ICONS = new WeakMap(), _KupDataTable_addRowHandler = new WeakMap(), _KupDataTable_createRowWithInputFields = new WeakMap(), _KupDataTable_instances = new WeakSet(), _KupDataTable_checkUpdateState = function _KupDataTable_checkUpdateState() {
10522
10539
  let somethingChanged = false;
10523
10540
  if (!__classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").objects.deepEqual(this.state.filters, this.filters)) {
10524
10541
  this.state.filters = Object.assign({}, this.filters);
@@ -12434,22 +12451,6 @@ _KupDataTable_initialized = new WeakMap(), _KupDataTable_rows = new WeakMap(), _
12434
12451
  const remove = columns.splice(sortedColumnIndex, 1);
12435
12452
  columns.splice(receivingColumnIndex, 0, remove[0]);
12436
12453
  this.refresh();
12437
- }, _KupDataTable_onBlurHandler = function _KupDataTable_onBlurHandler({ detail: { cell, column, row }, }) {
12438
- var _a, _b, _c;
12439
- if (this.updatableData &&
12440
- cell.isEditable &&
12441
- ((_a = cell.inputSettings) === null || _a === void 0 ? void 0 : _a.checkValueOnExit) &&
12442
- cell.shape !== FCellShapes.CHECKBOX &&
12443
- cell.shape !== FCellShapes.SWITCH &&
12444
- ((_c = (_b = __classPrivateFieldGet$8(this, _KupDataTable_originalDataLoaded, "f").rows.find((r) => r.id == row.id)) === null || _b === void 0 ? void 0 : _b.cells[column.name]) === null || _c === void 0 ? void 0 : _c.value) !== cell.value) {
12445
- this.kupCellCheck.emit({
12446
- comp: this,
12447
- id: this.rootElement.id,
12448
- originalData: __classPrivateFieldGet$8(this, _KupDataTable_originalDataLoaded, "f"),
12449
- updatedData: getDiffData(__classPrivateFieldGet$8(this, _KupDataTable_originalDataLoaded, "f"), this.data, true),
12450
- cell: cell,
12451
- });
12452
- }
12453
12454
  }, _KupDataTable_applyLineBreaks = function _KupDataTable_applyLineBreaks(content) {
12454
12455
  if (!content) {
12455
12456
  return '';
@@ -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-9c966073.js';
3
- import { f as filterRows, p as paginateRows, s as sortRows } from './kup-data-table-helper-b5b09e78.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-c0eb6d84.js';
3
+ import { f as filterRows, p as paginateRows, s as sortRows } from './kup-data-table-helper-51ee39b6.js';
4
4
  import { F as FImage } from './f-image-40b4e64b.js';
5
- import { d as FChip } from './f-chip-f4658ed9.js';
5
+ import { d as FChip } from './f-chip-afad71fb.js';
6
6
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
7
- import { F as FCell } from './f-cell-3ed82a9a.js';
8
- import { p as pageChange, r as rowsPerPageChange, F as FPaginator } from './f-paginator-utils-21f8ead9.js';
7
+ import { F as FCell } from './f-cell-aed312f3.js';
8
+ import { p as pageChange, r as rowsPerPageChange, F as FPaginator } from './f-paginator-utils-51bcddea.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-958eafe3.js';
15
- import './f-text-field-e9515bd5.js';
14
+ import './f-object-field-d0794db5.js';
15
+ import './f-text-field-5deae7b7.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-9c966073.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, x as getColumnByName, h as KupDebugCategory } from './kup-manager-c0eb6d84.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-f4658ed9.js';
5
+ import { d as FChip, F as FChipType } from './f-chip-afad71fb.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-9c966073.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, v as KupCardFamily, aj as getCellValueForDisplay } from './kup-manager-c0eb6d84.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import './kup-dates-bf500166.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-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-9c966073.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-c0eb6d84.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-3ed82a9a.js';
5
+ import { F as FCell } from './f-cell-aed312f3.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-f4658ed9.js';
11
- import './f-object-field-958eafe3.js';
12
- import './f-text-field-e9515bd5.js';
10
+ import './f-chip-afad71fb.js';
11
+ import './f-object-field-d0794db5.js';
12
+ import './f-text-field-5deae7b7.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-e9515bd5.js';
4
+ import { F as FTextField } from './f-text-field-5deae7b7.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-9c966073.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-c0eb6d84.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-9c966073.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-c0eb6d84.js';
2
2
  import { K as KupDatesFormats } from './kup-dates-bf500166.js';
3
3
 
4
4
  /**
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-9c966073.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-c0eb6d84.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-9c966073.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-c0eb6d84.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-9c966073.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-c0eb6d84.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-9c966073.js';
5
+ import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, W as KupPointerEventTypes } from './kup-manager-c0eb6d84.js';
6
6
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
7
7
  import './kup-dates-bf500166.js';
8
8
 
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, h as KupDebugCategory } from './kup-manager-9c966073.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, h as KupDebugCategory } from './kup-manager-c0eb6d84.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-9c966073.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric } from './kup-manager-c0eb6d84.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-9c966073.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, h as KupDebugCategory } from './kup-manager-c0eb6d84.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-3ed82a9a.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';
3
+ import { F as FCell, e as FLabel } from './f-cell-aed312f3.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-c0eb6d84.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-f4658ed9.js';
12
- import './f-object-field-958eafe3.js';
13
- import './f-text-field-e9515bd5.js';
11
+ import './f-chip-afad71fb.js';
12
+ import './f-object-field-d0794db5.js';
13
+ import './f-text-field-5deae7b7.js';
14
14
  import './kup-dates-bf500166.js';
15
15
  import './component-a35bc7f1.js';
16
16
 
@@ -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-9c966073.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-c0eb6d84.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-9c966073.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-c0eb6d84.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';
@@ -1761,6 +1761,9 @@ class KupInteract {
1761
1761
  * @param {KupResizeCallbacks} callback - Callback to invoke when the event fires.
1762
1762
  */
1763
1763
  on(el, event, callback) {
1764
+ if (!el) {
1765
+ return;
1766
+ }
1764
1767
  interact(el).on(event, callback);
1765
1768
  this.managedElements.add(el);
1766
1769
  }
@@ -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-9c966073.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-c0eb6d84.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import './kup-dates-bf500166.js';
5
5
 
@@ -1,7 +1,7 @@
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, e as KupDynamicPositionPlacement, v as KupCardFamily } from './kup-manager-9c966073.js';
2
+ import { k as kupManagerInstance, g as getProps, e as KupDynamicPositionPlacement, v as KupCardFamily } from './kup-manager-c0eb6d84.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import { F as FTextField } from './f-text-field-e9515bd5.js';
4
+ import { F as FTextField } from './f-text-field-5deae7b7.js';
5
5
  import { F as FTextFieldMDC } from './f-text-field-mdc-81ce6c7c.js';
6
6
  import './kup-dates-bf500166.js';
7
7
  import './f-image-40b4e64b.js';
@@ -1,11 +1,11 @@
1
1
  import { r as registerInstance, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { F as FObjectField } from './f-object-field-958eafe3.js';
3
- import { k as kupManagerInstance, g as getProps } from './kup-manager-9c966073.js';
2
+ import { F as FObjectField } from './f-object-field-d0794db5.js';
3
+ import { k as kupManagerInstance, g as getProps } from './kup-manager-c0eb6d84.js';
4
4
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
5
5
  import './f-button-3e022953.js';
6
6
  import './f-button-declarations-6c8f8abe.js';
7
7
  import './f-image-40b4e64b.js';
8
- import './f-text-field-e9515bd5.js';
8
+ import './f-text-field-5deae7b7.js';
9
9
  import './kup-dates-bf500166.js';
10
10
 
11
11
  /**
@@ -1,8 +1,8 @@
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, aj as getCellValueForDisplay, g as getProps, s as setProps, d as KupThemeIconValues, u as KupLanguageSearch } from './kup-manager-9c966073.js';
2
+ import { k as kupManagerInstance, aj as getCellValueForDisplay, g as getProps, s as setProps, d as KupThemeIconValues, u as KupLanguageSearch } from './kup-manager-c0eb6d84.js';
3
3
  import { K as KupPlannerGanttRowType, d as defaultStylingOptions, a as KupPlannerTaskAction, b as KupPlannerLastOnChangeReceived, c as KupPlannerProps } from './kup-planner-declarations-0704bc6c.js';
4
4
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
5
- import { F as FTextField } from './f-text-field-e9515bd5.js';
5
+ import { F as FTextField } from './f-text-field-5deae7b7.js';
6
6
  import { F as FTextFieldMDC } from './f-text-field-mdc-81ce6c7c.js';
7
7
  import './kup-dates-bf500166.js';
8
8
  import './f-image-40b4e64b.js';
@@ -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 } from './kup-manager-9c966073.js';
2
+ import { k as kupManagerInstance } from './kup-manager-c0eb6d84.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, h, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance } from './kup-manager-9c966073.js';
2
+ import { k as kupManagerInstance } from './kup-manager-c0eb6d84.js';
3
3
  import './kup-dates-bf500166.js';
4
4
 
5
5
  const kupQlikCss = ".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}.kup-qlik-container-fluid{width:100%}.kup-qlik-container{width:100%}@media (min-width: 576px){.kup-qlik-container{width:576px}.kup-qlik-row>.qvobject{flex:0 0 auto;min-width:100px;margin:0px auto 5px auto}}@media (min-width: 768px){.kup-qlik-container{width:768px}.kup-qlik-row>.qvobject{flex:0 0 auto;min-width:100px;margin:0px auto 5px auto}}@media (min-width: 992px){.kup-qlik-container{width:992px}.kup-qlik-row>.qvobject{flex:0 0 auto;min-width:100px;margin:0px auto 5px auto}}@media (min-width: 1200px){.kup-qlik-container{width:1200px}.kup-qlik-row>.qvobject{flex:0 0 auto;min-width:100px;margin:0px auto 5px auto}}.kup-qlik-row{display:flex;display:ms-flexbox;flex-wrap:wrap;-ms-flex-wrap:wrap;margin-bottom:5px}.kup-qlik-row .size-M{height:var(--lyo_obj-height)}.kup-qlik-row .size-S{height:calc(var(--lyo_obj-height) / 2)}.kup-qlik-row .size-XS{height:calc(var(--lyo_obj-height) / 3)}.kup-qlik-row .size-L{height:calc(var(--lyo_obj-height) * 2)}.kup-qlik-row .size-XL{height:calc(var(--lyo_obj-height) * 3)}.kup-qlik-row .bordered{border:1px solid var(--kup-border-subtle, #969696)}.kup-qlik-row .width-1{width:8.3333%}.kup-qlik-row .width-2{width:16.6666%}.kup-qlik-row .width-3{width:25%}.kup-qlik-row .width-4{width:33.3333%}.kup-qlik-row .width-5{width:41.6666%}.kup-qlik-row .width-6{width:50%}.kup-qlik-row .width-7{width:58.3333%}.kup-qlik-row .width-8{width:66.6666%}.kup-qlik-row .width-9{width:75%}.kup-qlik-row .width-10{width:83.3333%}.kup-qlik-row .width-11{width:91.6666%}.kup-qlik-row .width-12{width:100%}";
@@ -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-9c966073.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-c0eb6d84.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import { F as FButton } from './f-button-3e022953.js';
5
5
  import './kup-dates-bf500166.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 } from './kup-manager-9c966073.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-c0eb6d84.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, h as KupDebugCategory, g as getProps, s as setProps } from './kup-manager-9c966073.js';
2
+ import { k as kupManagerInstance, h as KupDebugCategory, g as getProps, s as setProps } from './kup-manager-c0eb6d84.js';
3
3
  import { a as FTypographyType, F as FTypography } from './f-typography-8c914ec6.js';
4
4
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
5
5
  import './kup-dates-bf500166.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, e as KupDynamicPositionPlacement, g as getProps, s as setProps } from './kup-manager-9c966073.js';
2
+ import { k as kupManagerInstance, e as KupDynamicPositionPlacement, g as getProps, s as setProps } from './kup-manager-c0eb6d84.js';
3
3
  import { a as FTypographyType, F as FTypography } from './f-typography-8c914ec6.js';
4
4
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
5
5
  import { F as FImage } from './f-image-40b4e64b.js';
@@ -1 +1 @@
1
- import{K as p}from"./p-54ae75bb.js";import"./p-adadf8b5.js";import"./p-710d0a7d.js";function r(r){return new p(r)}export{r as newKupManager}
1
+ import{K as p}from"./p-c98fb668.js";import"./p-adadf8b5.js";import"./p-710d0a7d.js";function r(r){return new p(r)}export{r as newKupManager}