@sme.up/ketchup 11.0.0-SNAPSHOT-20250110101023 → 11.0.0-SNAPSHOT-20250110121112

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 (93) hide show
  1. package/dist/cjs/{f-cell-45213331.js → f-cell-d983064c.js} +1 -1
  2. package/dist/cjs/kup-autocomplete_28.cjs.entry.js +20 -11
  3. package/dist/cjs/kup-box.cjs.entry.js +1 -1
  4. package/dist/cjs/kup-cell.cjs.entry.js +1 -1
  5. package/dist/cjs/kup-image-list.cjs.entry.js +1 -1
  6. package/dist/cjs/kup-input-panel.cjs.entry.js +12 -3
  7. package/dist/collection/components/kup-data-table/kup-data-table.js +79 -10
  8. package/dist/collection/components/kup-input-panel/kup-input-panel.js +71 -2
  9. package/dist/collection/f-components/f-cell/f-cell.js +1 -1
  10. package/dist/components/index.js +1 -1
  11. package/dist/components/kup-accordion.js +2 -2
  12. package/dist/components/kup-activity-timeline.js +2 -2
  13. package/dist/components/kup-autocomplete.js +1 -1
  14. package/dist/components/kup-badge.js +1 -1
  15. package/dist/components/kup-box.js +1 -1
  16. package/dist/components/kup-button-list.js +1 -1
  17. package/dist/components/kup-button.js +1 -1
  18. package/dist/components/kup-calendar.js +2 -2
  19. package/dist/components/kup-card-list.js +3 -3
  20. package/dist/components/kup-card.js +1 -1
  21. package/dist/components/kup-cell.js +2 -2
  22. package/dist/components/kup-chart.js +1 -1
  23. package/dist/components/kup-checkbox.js +1 -1
  24. package/dist/components/kup-chip.js +1 -1
  25. package/dist/components/kup-color-picker.js +1 -1
  26. package/dist/components/kup-combobox.js +1 -1
  27. package/dist/components/kup-dashboard.js +2 -2
  28. package/dist/components/kup-data-table.js +1 -1
  29. package/dist/components/kup-date-picker.js +1 -1
  30. package/dist/components/kup-dialog.js +1 -1
  31. package/dist/components/kup-drawer.js +2 -2
  32. package/dist/components/kup-dropdown-button.js +1 -1
  33. package/dist/components/kup-echart.js +1 -1
  34. package/dist/components/kup-editor.js +1 -1
  35. package/dist/components/kup-family-tree.js +3 -3
  36. package/dist/components/kup-form.js +1 -1
  37. package/dist/components/kup-gauge.js +1 -1
  38. package/dist/components/kup-grid.js +1 -1
  39. package/dist/components/kup-htm.js +2 -2
  40. package/dist/components/kup-iframe.js +2 -2
  41. package/dist/components/kup-image-list.js +2 -2
  42. package/dist/components/kup-image.js +1 -1
  43. package/dist/components/kup-input-panel.js +14 -5
  44. package/dist/components/kup-lazy.js +2 -2
  45. package/dist/components/kup-list.js +1 -1
  46. package/dist/components/kup-magic-box.js +4 -4
  47. package/dist/components/kup-nav-bar.js +2 -2
  48. package/dist/components/kup-numeric-picker.js +2 -2
  49. package/dist/components/kup-object-field.js +2 -2
  50. package/dist/components/kup-pdf.js +2 -2
  51. package/dist/components/kup-photo-frame.js +2 -2
  52. package/dist/components/kup-planner.js +2 -2
  53. package/dist/components/kup-probe.js +2 -2
  54. package/dist/components/kup-progress-bar.js +1 -1
  55. package/dist/components/kup-qlik.js +2 -2
  56. package/dist/components/kup-radio.js +1 -1
  57. package/dist/components/kup-rating.js +1 -1
  58. package/dist/components/kup-snackbar.js +2 -2
  59. package/dist/components/kup-spinner.js +1 -1
  60. package/dist/components/kup-switch.js +1 -1
  61. package/dist/components/kup-tab-bar.js +1 -1
  62. package/dist/components/kup-text-field.js +1 -1
  63. package/dist/components/kup-time-picker.js +1 -1
  64. package/dist/components/kup-toolbar.js +1 -1
  65. package/dist/components/kup-tree.js +1 -1
  66. package/dist/components/kup-txt.js +2 -2
  67. package/dist/components/kup-typography-list.js +2 -2
  68. package/dist/components/kup-typography.js +2 -2
  69. package/dist/components/{p-13875920.js → p-1b527609.js} +2 -2
  70. package/dist/components/{p-240c81fa.js → p-25e2b132.js} +21 -12
  71. package/dist/components/{p-009bdee7.js → p-547a1270.js} +1 -1
  72. package/dist/components/{p-a988a243.js → p-9ecd7cbb.js} +2 -2
  73. package/dist/components/{p-664854bf.js → p-b1d8aa26.js} +2 -2
  74. package/dist/components/{p-ee8432da.js → p-e9630c56.js} +2 -2
  75. package/dist/esm/{f-cell-b484e3c7.js → f-cell-1ea7aba2.js} +2 -2
  76. package/dist/esm/kup-autocomplete_28.entry.js +20 -11
  77. package/dist/esm/kup-box.entry.js +1 -1
  78. package/dist/esm/kup-cell.entry.js +1 -1
  79. package/dist/esm/kup-image-list.entry.js +1 -1
  80. package/dist/esm/kup-input-panel.entry.js +12 -3
  81. package/dist/ketchup/ketchup.esm.js +1 -1
  82. package/dist/ketchup/{p-8df5caf6.entry.js → p-334a82ad.entry.js} +1 -1
  83. package/dist/ketchup/p-85890c9e.entry.js +9 -0
  84. package/dist/ketchup/{p-8765b1d8.entry.js → p-957d2864.entry.js} +1 -1
  85. package/dist/ketchup/{p-d3857c06.js → p-da7e333d.js} +1 -1
  86. package/dist/ketchup/{p-6ced9d0e.entry.js → p-dfd6a93e.entry.js} +1 -1
  87. package/dist/ketchup/p-ef170b6a.entry.js +1 -0
  88. package/dist/types/components/kup-data-table/kup-data-table.d.ts +4 -0
  89. package/dist/types/components/kup-input-panel/kup-input-panel.d.ts +4 -0
  90. package/dist/types/components.d.ts +16 -0
  91. package/package.json +1 -1
  92. package/dist/ketchup/p-7bc6b673.entry.js +0 -1
  93. package/dist/ketchup/p-bb6a9abd.entry.js +0 -9
@@ -647,7 +647,7 @@ function setEditableCell(cellType, classObj, cell, column, props) {
647
647
  };
648
648
  const type = cellType === kupManager.FCellTypes.NUMBER ? 'number' : null;
649
649
  const value = cellType === kupManager.FCellTypes.NUMBER && cell.value
650
- ? dom.ketchup.math.numberifySafe(cell.value).toString()
650
+ ? kupManager.getCellValueForDisplay(column, cell)
651
651
  : cell.value;
652
652
  if (cell.shape === kupManager.FCellShapes.INPUT_FIELD) {
653
653
  return (index.h("input", { class: 'input-field', onChange: onChange, onInput: onInput, onKeyDown: onKeyDown, type: type, value: value, maxLength: (_e = (_d = column.cellData) === null || _d === void 0 ? void 0 : _d.maxLength) !== null && _e !== void 0 ? _e : -1 }));
@@ -10,7 +10,7 @@ const GenericVariables = require('./GenericVariables-1d52ba57.js');
10
10
  const fImage = require('./f-image-819dca29.js');
11
11
  const fButton = require('./f-button-2994335b.js');
12
12
  const fButtonDeclarations = require('./f-button-declarations-76ef9f87.js');
13
- const fCell = require('./f-cell-45213331.js');
13
+ const fCell = require('./f-cell-d983064c.js');
14
14
  const kupDates = require('./kup-dates-bc4cf9d0.js');
15
15
  const fChip = require('./f-chip-6df032a5.js');
16
16
  const component = require('./component-a6dd6c14.js');
@@ -8659,6 +8659,9 @@ const KupDataTable = class {
8659
8659
  this.kupDataTableCellClick = index.createEvent(this, "kup-datatable-cell-click", 6);
8660
8660
  this.kupDataTableCellIconClick = index.createEvent(this, "kup-datatable-cell-iconclick", 6);
8661
8661
  this.kupDataTableCellInput = index.createEvent(this, "kup-datatable-cell-input", 6);
8662
+ this.kupDataTableObjectFieldSearchPayload = index.createEvent(this, "kup-datatable-objectfield-searchpayload", 6);
8663
+ this.kupDataTableObjectFieldOpenSearchMenu = index.createEvent(this, "kup-datatable-objectfield-opensearchmenu", 6);
8664
+ this.kupDataTableObjectFieldSelectedMenuItem = index.createEvent(this, "kup-datatable-objectfield-selectedmenuitem", 6);
8662
8665
  _KupDataTable_instances.add(this);
8663
8666
  this.state = new KupDataTableState();
8664
8667
  _KupDataTable_initialized.set(this, false);
@@ -9911,7 +9914,7 @@ const KupDataTable = class {
9911
9914
  }
9912
9915
  let rows = null;
9913
9916
  if (__classPrivateFieldGet$6(this, _KupDataTable_paginatedRowsLength, "f") === 0) {
9914
- rows = (index.h("tr", { key: '22041489de952652c34fde2a8f72b0d1eafa9746', ref: (el) => __classPrivateFieldGet$6(this, _KupDataTable_rowsRefs, "f").push(el) }, index.h("td", { key: 'e7257f30b9deb20406effa38702bae8cb5b5a264', colSpan: __classPrivateFieldGet$6(this, _KupDataTable_instances, "m", _KupDataTable_calculateColspan).call(this) }, this.emptyDataLabel)));
9917
+ rows = (index.h("tr", { key: 'ebb97941c286f0ef82492880c190270fc39364bf', ref: (el) => __classPrivateFieldGet$6(this, _KupDataTable_rowsRefs, "f").push(el) }, index.h("td", { key: '0863ad2cee2f8d8690ebc2cba28bccc6c67e0494', colSpan: __classPrivateFieldGet$6(this, _KupDataTable_instances, "m", _KupDataTable_calculateColspan).call(this) }, this.emptyDataLabel)));
9915
9918
  }
9916
9919
  else {
9917
9920
  rows = [];
@@ -9976,7 +9979,7 @@ const KupDataTable = class {
9976
9979
  for (let i = 0; i < chipsData.length; i++) {
9977
9980
  props.onIconClick.push(() => __classPrivateFieldGet$6(this, _KupDataTable_instances, "m", _KupDataTable_removeGroup).call(this, i));
9978
9981
  }
9979
- groupChips = index.h(fChip.FChip, Object.assign({ key: 'bb2304da020f8727572133b9a11a8a2bbcff6efe' }, props));
9982
+ groupChips = index.h(fChip.FChip, Object.assign({ key: '986f12aebe1f8b79e0321481e7afb0b558f42f4c' }, props));
9980
9983
  }
9981
9984
  }
9982
9985
  const tableClass = {
@@ -10008,7 +10011,7 @@ const KupDataTable = class {
10008
10011
  if (this.headerIsPersistent &&
10009
10012
  this.tableHeight === undefined &&
10010
10013
  this.tableWidth === undefined) {
10011
- stickyEl = (index.h("sticky-header", { key: '5b2131faa5f2fcc59086725074313c1ea34344a0', class: "hover-scrolling-child", hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$3(this, _KupDataTable_stickyTheadRef, el, "f")) }, index.h("thead-sticky", { key: 'e941bfd4c980e4de255f32b510d096e0ff3f55d6' }, index.h("tr-sticky", { key: 'a6f50e70c2d81a8cbc2f862284393673f42de048' }, stickyHeader))));
10014
+ stickyEl = (index.h("sticky-header", { key: '232a7d0df0bd6ef6696c6d24165d93c8165173cd', class: "hover-scrolling-child", hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$3(this, _KupDataTable_stickyTheadRef, el, "f")) }, index.h("thead-sticky", { key: 'c35320cfeed9f9d87215f1c15e97e65736a1137c' }, index.h("tr-sticky", { key: '6666b6858381ab1d5e2a51d7bd830abcb8d30d2f' }, stickyHeader))));
10012
10015
  }
10013
10016
  let belowClass = 'below-wrapper';
10014
10017
  if (!!this.tableHeight || !!this.tableWidth) {
@@ -10036,18 +10039,24 @@ const KupDataTable = class {
10036
10039
  };
10037
10040
  const useGlobalFilter = this.globalFilter ||
10038
10041
  this.getRows().length > __classPrivateFieldGet$6(this, _KupDataTable_DEFAULT_ROWS_FOR_GLOBAL_FILTER, "f");
10039
- const compCreated = (index.h(index.Host, { key: '58a4f08512586862b0d9e0b45b2e0839cb1a4659', "onKup-cell-input": (e) => {
10042
+ const compCreated = (index.h(index.Host, { key: 'f264e72a7a737e496d093e0c91ca21842955883a', "onKup-cell-input": (e) => {
10040
10043
  autoselectOnAction(e);
10041
10044
  this.kupDataTableCellInput.emit(e.detail);
10042
10045
  }, "onKup-cell-update": autoselectOnAction, "onKup-cell-blur": __classPrivateFieldGet$6(this, _KupDataTable_instances, "m", _KupDataTable_onBlurHandler), "onKup-cell-click": (e) => {
10043
10046
  this.kupDataTableCellClick.emit(e.detail);
10044
10047
  }, "onKup-cell-iconclick": (e) => {
10045
10048
  this.kupDataTableCellIconClick.emit(e.detail);
10046
- } }, index.h("style", { key: 'd523b889742923ea4ab8e38d3004f84c2790734d' }, __classPrivateFieldGet$6(this, _KupDataTable_kupManager, "f").theme.setKupStyle(this.rootElement)), this.updatableData ? __classPrivateFieldGet$6(this, _KupDataTable_instances, "m", _KupDataTable_renderUpdateButtons).call(this) : null, index.h("div", { key: '39aef19fdc5dc55a1eac62d5158b621fb17350cf', id: GenericVariables.componentWrapperId, class: wrapClass }, index.h("div", { key: 'bef884d4dbb7da02a4a5e9681b13990e6732c29a', class: "group-wrapper" }, groupChips), index.h("div", { key: '392dfb9f6da295e145d8cc89fa4ef09deeeb261d', class: "actions-wrapper", style: actionWrapperWidth }, useGlobalFilter ? (index.h("div", { id: "global-filter" }, index.h(fTextField.FTextField, { fullWidth: true, icon: kupManager$1.KupThemeIconValues.SEARCH, label: __classPrivateFieldGet$6(this, _KupDataTable_kupManager, "f").language.translate(kupManager$1.KupLanguageSearch.SEARCH), value: this.globalFilterValue, onInput: (event) => {
10049
+ }, "onKup-objectfield-searchpayload": (e) => {
10050
+ this.kupDataTableObjectFieldSearchPayload.emit(e.detail);
10051
+ }, "onKup-objectfield-opensearchmenu": (e) => {
10052
+ this.kupDataTableObjectFieldOpenSearchMenu.emit(e.detail);
10053
+ }, "onKup-objectfield-selectedmenuitem": (e) => {
10054
+ this.kupDataTableObjectFieldSelectedMenuItem.emit(e.detail);
10055
+ } }, index.h("style", { key: 'fd9be8e451c5ffa9eac38b77fe7cdcec5bb4ac25' }, __classPrivateFieldGet$6(this, _KupDataTable_kupManager, "f").theme.setKupStyle(this.rootElement)), this.updatableData ? __classPrivateFieldGet$6(this, _KupDataTable_instances, "m", _KupDataTable_renderUpdateButtons).call(this) : null, index.h("div", { key: 'ded2bb3eab1088b42e3cd875474b184496416c20', id: GenericVariables.componentWrapperId, class: wrapClass }, index.h("div", { key: '7ea62e6a9223e9dfb12aa99eb50327f78f7ef07d', class: "group-wrapper" }, groupChips), index.h("div", { key: 'ccaca957644c051769e6a7111234f90b4afbb702', class: "actions-wrapper", style: actionWrapperWidth }, useGlobalFilter ? (index.h("div", { id: "global-filter" }, index.h(fTextField.FTextField, { fullWidth: true, icon: kupManager$1.KupThemeIconValues.SEARCH, label: __classPrivateFieldGet$6(this, _KupDataTable_kupManager, "f").language.translate(kupManager$1.KupLanguageSearch.SEARCH), value: this.globalFilterValue, onInput: (event) => {
10047
10056
  const t = event.target;
10048
10057
  window.clearTimeout(__classPrivateFieldGet$6(this, _KupDataTable_globalFilterTimeout, "f"));
10049
10058
  __classPrivateFieldSet$3(this, _KupDataTable_globalFilterTimeout, window.setTimeout(() => __classPrivateFieldGet$6(this, _KupDataTable_instances, "m", _KupDataTable_onGlobalFilterChange).call(this, t), 600, t), "f");
10050
- } }))) : null, index.h("div", { key: 'ead4ee4413a4cf8416b2cc08e84eedeb9a2e451a', class: "above-wrapper paginator-top" }, paginatorTop), this.insertMode !== '' &&
10059
+ } }))) : null, index.h("div", { key: 'ff21e85e544067d692d59efc0669a516f898ffc1', class: "above-wrapper paginator-top" }, paginatorTop), this.insertMode !== '' &&
10051
10060
  this.selectedRows.length > 0 ? (index.h(fButton.FButton, { icon: "save", onClick: () => {
10052
10061
  this.kupSave.emit({
10053
10062
  comp: this,
@@ -10097,9 +10106,9 @@ const KupDataTable = class {
10097
10106
  this.data.rows.unshift(row);
10098
10107
  await this.refresh(true);
10099
10108
  }
10100
- }, sizing: kupManager$1.KupComponentSizing.MEDIUM, styling: fButtonDeclarations.FButtonStyling.RAISED, title: "Insert row", wrapperClass: "insert-button" })) : null), index.h("div", { key: 'd72965ab6642c8533954c75c6149d85bd7d7c7da', class: "droparea", ref: (el) => (__classPrivateFieldSet$3(this, _KupDataTable_dropareaRef, el, "f")) }, this.showGroups ? __classPrivateFieldGet$6(this, _KupDataTable_instances, "m", _KupDataTable_columnGroupArea).call(this) : null, this.removableColumns
10109
+ }, sizing: kupManager$1.KupComponentSizing.MEDIUM, styling: fButtonDeclarations.FButtonStyling.RAISED, title: "Insert row", wrapperClass: "insert-button" })) : null), index.h("div", { key: 'a4e1cb8725a776c63418a7271de3dd5b4e12b8eb', class: "droparea", ref: (el) => (__classPrivateFieldSet$3(this, _KupDataTable_dropareaRef, el, "f")) }, this.showGroups ? __classPrivateFieldGet$6(this, _KupDataTable_instances, "m", _KupDataTable_columnGroupArea).call(this) : null, this.removableColumns
10101
10110
  ? __classPrivateFieldGet$6(this, _KupDataTable_instances, "m", _KupDataTable_columnRemoveArea).call(this)
10102
- : null), index.h("div", { key: 'ccececf10df1e7a66a826de8380152159f79d2a8', style: elStyle, class: belowClass, ref: (el) => (__classPrivateFieldSet$3(this, _KupDataTable_tableAreaRef, el, "f")) }, this.showCustomization
10111
+ : null), index.h("div", { key: 'c76f9556d25ff8fbe7c05ca6446ac3e637942b40', style: elStyle, class: belowClass, ref: (el) => (__classPrivateFieldSet$3(this, _KupDataTable_tableAreaRef, el, "f")) }, this.showCustomization
10103
10112
  ? [
10104
10113
  index.h("div", { class: "settings-trigger", onClick: () => {
10105
10114
  __classPrivateFieldGet$6(this, _KupDataTable_instances, "m", _KupDataTable_onCustomSettingsClick).call(this);
@@ -10108,7 +10117,7 @@ const KupDataTable = class {
10108
10117
  } }, index.h(fImage.FImage, { color: `var(${kupManager$1.KupThemeColorValues.TITLE})`, resource: "settings", sizeX: "10px" })),
10109
10118
  this.renderCustomizePanel(),
10110
10119
  ]
10111
- : null, index.h("table", { key: 'fca903a950967dda04155806b1fb6cf7c249faea', class: tableClass, ref: (el) => (__classPrivateFieldSet$3(this, _KupDataTable_tableRef, el, "f")), onMouseLeave: (ev) => {
10120
+ : null, index.h("table", { key: '5bbaa3f6a4c117719a0cc26773f0d9334e0a4d6c', class: tableClass, ref: (el) => (__classPrivateFieldSet$3(this, _KupDataTable_tableRef, el, "f")), onMouseLeave: (ev) => {
10112
10121
  ev.stopPropagation();
10113
10122
  }, onPointerDown: (e) => {
10114
10123
  __classPrivateFieldSet$3(this, _KupDataTable_lastPointerDetails, __classPrivateFieldGet$6(this, _KupDataTable_instances, "m", _KupDataTable_getEventDetails).call(this, __classPrivateFieldGet$6(this, _KupDataTable_kupManager, "f").getEventPath(e.target, this.rootElement), e), "f");
@@ -10116,7 +10125,7 @@ const KupDataTable = class {
10116
10125
  __classPrivateFieldSet$3(this, _KupDataTable_lastPointerDetails, __classPrivateFieldGet$6(this, _KupDataTable_instances, "m", _KupDataTable_getEventDetails).call(this, __classPrivateFieldGet$6(this, _KupDataTable_kupManager, "f").getEventPath(e.target, this.rootElement), e), "f");
10117
10126
  }, onContextMenu: (e) => {
10118
10127
  e.preventDefault();
10119
- } }, index.h("thead", { key: '6c97fe238bc6bb31eddc320d9d1396452f6d0055', hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$3(this, _KupDataTable_theadRef, el, "f")) }, index.h("tr", { key: '53b657fc0ee4c24f78a561703d22a0e0101739b3' }, header)), index.h("tbody", { key: '5a641158098affbeabaa521a94b1c3b2775de1e3' }, rows), this.showFooter || __classPrivateFieldGet$6(this, _KupDataTable_instances, "m", _KupDataTable_hasTotals).call(this)
10128
+ } }, index.h("thead", { key: 'ac5823cb2dcbdcf6c1460e02ac7fcbc1584107cc', hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$3(this, _KupDataTable_theadRef, el, "f")) }, index.h("tr", { key: '9c03ce09a2f07277258202df7ac1bf7d04f274ee' }, header)), index.h("tbody", { key: 'bb48749b9290b673bc588a28536a06023d069da3' }, rows), this.showFooter || __classPrivateFieldGet$6(this, _KupDataTable_instances, "m", _KupDataTable_hasTotals).call(this)
10120
10129
  ? this.renderFooter()
10121
10130
  : null), stickyEl), paginatorBottom)));
10122
10131
  return compCreated;
@@ -8,7 +8,7 @@ const kupDataTableHelper = require('./kup-data-table-helper-8981fb6a.js');
8
8
  const fImage = require('./f-image-819dca29.js');
9
9
  const fChip = require('./f-chip-6df032a5.js');
10
10
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
11
- const fCell = require('./f-cell-45213331.js');
11
+ const fCell = require('./f-cell-d983064c.js');
12
12
  const fPaginatorUtils = require('./f-paginator-utils-c6892f51.js');
13
13
  const fTextFieldMdc = require('./f-text-field-mdc-29aae9c9.js');
14
14
  require('./kup-dates-bc4cf9d0.js');
@@ -6,7 +6,7 @@ const index = require('./index-e8aa3c73.js');
6
6
  const kupManager = require('./kup-manager-e865005c.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
8
  const fButton = require('./f-button-2994335b.js');
9
- const fCell = require('./f-cell-45213331.js');
9
+ const fCell = require('./f-cell-d983064c.js');
10
10
  require('./kup-dates-bc4cf9d0.js');
11
11
  require('./f-button-declarations-76ef9f87.js');
12
12
  require('./f-image-819dca29.js');
@@ -8,7 +8,7 @@ const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
8
  const fImage = require('./f-image-819dca29.js');
9
9
  const fButton = require('./f-button-2994335b.js');
10
10
  const fButtonDeclarations = require('./f-button-declarations-76ef9f87.js');
11
- const fCell = require('./f-cell-45213331.js');
11
+ const fCell = require('./f-cell-d983064c.js');
12
12
  const component = require('./component-a6dd6c14.js');
13
13
  require('./kup-dates-bc4cf9d0.js');
14
14
  require('./f-checkbox-989b9645.js');
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e8aa3c73.js');
6
6
  const fButton = require('./f-button-2994335b.js');
7
- const fCell = require('./f-cell-45213331.js');
7
+ const fCell = require('./f-cell-d983064c.js');
8
8
  const kupManager = require('./kup-manager-e865005c.js');
9
9
  const fTextFieldMdc = require('./f-text-field-mdc-29aae9c9.js');
10
10
  const fTypography = require('./f-typography-271f5037.js');
@@ -167,6 +167,9 @@ const KupInputPanel = class {
167
167
  index.registerInstance(this, hostRef);
168
168
  this.kupReady = index.createEvent(this, "kup-input-panel-ready", 6);
169
169
  this.kupDataTableContextMenu = index.createEvent(this, "kup-inputpanel-contextmenu", 6);
170
+ this.kupInputPanelObjectFieldSearchPayload = index.createEvent(this, "kup-inputpanel-objectfield-searchpayload", 6);
171
+ this.kupInputPanelObjectFieldOpenSearchMenu = index.createEvent(this, "kup-inputpanel-objectfield-opensearchmenu", 6);
172
+ this.kupInputPanelObjectFieldSelectedMenuItem = index.createEvent(this, "kup-inputpanel-objectfield-selectedmenuitem", 6);
170
173
  _KupInputPanel_instances.add(this);
171
174
  //#endregion
172
175
  //#region VARIABLES
@@ -310,9 +313,15 @@ const KupInputPanel = class {
310
313
  index.h("p", null, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").language.translate(kupManager.KupLanguageGeneric.EMPTY_DATA)),
311
314
  ]
312
315
  : this.inputPanelCells.map((inputPanelCell) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_renderRow).call(this, inputPanelCell));
313
- return (index.h(index.Host, { key: '46ca5065f8b29c17cbf82792698ca30b49b7aebb', "onKup-cell-blur": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_onBlurHandler).bind(this), "onKup-tabbar-click": (e) => {
316
+ return (index.h(index.Host, { key: '495a5f5199a4ef356dc78d33bd9c55bc931cb775', "onKup-cell-blur": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_onBlurHandler).bind(this), "onKup-tabbar-click": (e) => {
314
317
  this.tabSelected = e.detail.node.id;
315
- }, "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) }, index.h("style", { key: '3b47a0c817308efdd984e9abfd86fad33d9e37bd' }, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: '5aa429efa68411c420beba6ec7d58395740d8968', id: GenericVariables.componentWrapperId }, inputPanelContent)));
318
+ }, "onKup-autocomplete-input": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getOptionHandler).bind(this), "onKup-autocomplete-iconclick": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getOptionHandler).bind(this), "onKup-combobox-iconclick": (e) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getOptionHandler).call(this, e, true), "onKup-objectfield-searchpayload": (e) => {
319
+ this.kupInputPanelObjectFieldSearchPayload.emit(e.detail);
320
+ }, "onKup-objectfield-opensearchmenu": (e) => {
321
+ this.kupInputPanelObjectFieldOpenSearchMenu.emit(e.detail);
322
+ }, "onKup-objectfield-selectedmenuitem": (e) => {
323
+ this.kupInputPanelObjectFieldSelectedMenuItem.emit(e.detail);
324
+ } }, index.h("style", { key: '14698d6dcf396ae3c1c6257cceda4913d7463cd0' }, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: '21ea9655e020abf22b7517157f8446adcd98b390', id: GenericVariables.componentWrapperId }, inputPanelContent)));
316
325
  }
317
326
  disconnectedCallback() {
318
327
  __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").language.unregister(this);
@@ -1304,7 +1304,7 @@ export class KupDataTable {
1304
1304
  }
1305
1305
  let rows = null;
1306
1306
  if (__classPrivateFieldGet(this, _KupDataTable_paginatedRowsLength, "f") === 0) {
1307
- rows = (h("tr", { key: '22041489de952652c34fde2a8f72b0d1eafa9746', ref: (el) => __classPrivateFieldGet(this, _KupDataTable_rowsRefs, "f").push(el) }, h("td", { key: 'e7257f30b9deb20406effa38702bae8cb5b5a264', colSpan: __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_calculateColspan).call(this) }, this.emptyDataLabel)));
1307
+ rows = (h("tr", { key: 'ebb97941c286f0ef82492880c190270fc39364bf', ref: (el) => __classPrivateFieldGet(this, _KupDataTable_rowsRefs, "f").push(el) }, h("td", { key: '0863ad2cee2f8d8690ebc2cba28bccc6c67e0494', colSpan: __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_calculateColspan).call(this) }, this.emptyDataLabel)));
1308
1308
  }
1309
1309
  else {
1310
1310
  rows = [];
@@ -1369,7 +1369,7 @@ export class KupDataTable {
1369
1369
  for (let i = 0; i < chipsData.length; i++) {
1370
1370
  props.onIconClick.push(() => __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_removeGroup).call(this, i));
1371
1371
  }
1372
- groupChips = h(FChip, Object.assign({ key: 'bb2304da020f8727572133b9a11a8a2bbcff6efe' }, props));
1372
+ groupChips = h(FChip, Object.assign({ key: '986f12aebe1f8b79e0321481e7afb0b558f42f4c' }, props));
1373
1373
  }
1374
1374
  }
1375
1375
  const tableClass = {
@@ -1401,7 +1401,7 @@ export class KupDataTable {
1401
1401
  if (this.headerIsPersistent &&
1402
1402
  this.tableHeight === undefined &&
1403
1403
  this.tableWidth === undefined) {
1404
- stickyEl = (h("sticky-header", { key: '5b2131faa5f2fcc59086725074313c1ea34344a0', class: "hover-scrolling-child", hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet(this, _KupDataTable_stickyTheadRef, el, "f")) }, h("thead-sticky", { key: 'e941bfd4c980e4de255f32b510d096e0ff3f55d6' }, h("tr-sticky", { key: 'a6f50e70c2d81a8cbc2f862284393673f42de048' }, stickyHeader))));
1404
+ stickyEl = (h("sticky-header", { key: '232a7d0df0bd6ef6696c6d24165d93c8165173cd', class: "hover-scrolling-child", hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet(this, _KupDataTable_stickyTheadRef, el, "f")) }, h("thead-sticky", { key: 'c35320cfeed9f9d87215f1c15e97e65736a1137c' }, h("tr-sticky", { key: '6666b6858381ab1d5e2a51d7bd830abcb8d30d2f' }, stickyHeader))));
1405
1405
  }
1406
1406
  let belowClass = 'below-wrapper';
1407
1407
  if (!!this.tableHeight || !!this.tableWidth) {
@@ -1429,18 +1429,24 @@ export class KupDataTable {
1429
1429
  };
1430
1430
  const useGlobalFilter = this.globalFilter ||
1431
1431
  this.getRows().length > __classPrivateFieldGet(this, _KupDataTable_DEFAULT_ROWS_FOR_GLOBAL_FILTER, "f");
1432
- const compCreated = (h(Host, { key: '58a4f08512586862b0d9e0b45b2e0839cb1a4659', "onKup-cell-input": (e) => {
1432
+ const compCreated = (h(Host, { key: 'f264e72a7a737e496d093e0c91ca21842955883a', "onKup-cell-input": (e) => {
1433
1433
  autoselectOnAction(e);
1434
1434
  this.kupDataTableCellInput.emit(e.detail);
1435
1435
  }, "onKup-cell-update": autoselectOnAction, "onKup-cell-blur": __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_onBlurHandler), "onKup-cell-click": (e) => {
1436
1436
  this.kupDataTableCellClick.emit(e.detail);
1437
1437
  }, "onKup-cell-iconclick": (e) => {
1438
1438
  this.kupDataTableCellIconClick.emit(e.detail);
1439
- } }, h("style", { key: 'd523b889742923ea4ab8e38d3004f84c2790734d' }, __classPrivateFieldGet(this, _KupDataTable_kupManager, "f").theme.setKupStyle(this.rootElement)), this.updatableData ? __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_renderUpdateButtons).call(this) : null, h("div", { key: '39aef19fdc5dc55a1eac62d5158b621fb17350cf', id: componentWrapperId, class: wrapClass }, h("div", { key: 'bef884d4dbb7da02a4a5e9681b13990e6732c29a', class: "group-wrapper" }, groupChips), h("div", { key: '392dfb9f6da295e145d8cc89fa4ef09deeeb261d', class: "actions-wrapper", style: actionWrapperWidth }, useGlobalFilter ? (h("div", { id: "global-filter" }, h(FTextField, { fullWidth: true, icon: KupThemeIconValues.SEARCH, label: __classPrivateFieldGet(this, _KupDataTable_kupManager, "f").language.translate(KupLanguageSearch.SEARCH), value: this.globalFilterValue, onInput: (event) => {
1439
+ }, "onKup-objectfield-searchpayload": (e) => {
1440
+ this.kupDataTableObjectFieldSearchPayload.emit(e.detail);
1441
+ }, "onKup-objectfield-opensearchmenu": (e) => {
1442
+ this.kupDataTableObjectFieldOpenSearchMenu.emit(e.detail);
1443
+ }, "onKup-objectfield-selectedmenuitem": (e) => {
1444
+ this.kupDataTableObjectFieldSelectedMenuItem.emit(e.detail);
1445
+ } }, h("style", { key: 'fd9be8e451c5ffa9eac38b77fe7cdcec5bb4ac25' }, __classPrivateFieldGet(this, _KupDataTable_kupManager, "f").theme.setKupStyle(this.rootElement)), this.updatableData ? __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_renderUpdateButtons).call(this) : null, h("div", { key: 'ded2bb3eab1088b42e3cd875474b184496416c20', id: componentWrapperId, class: wrapClass }, h("div", { key: '7ea62e6a9223e9dfb12aa99eb50327f78f7ef07d', class: "group-wrapper" }, groupChips), h("div", { key: 'ccaca957644c051769e6a7111234f90b4afbb702', class: "actions-wrapper", style: actionWrapperWidth }, useGlobalFilter ? (h("div", { id: "global-filter" }, h(FTextField, { fullWidth: true, icon: KupThemeIconValues.SEARCH, label: __classPrivateFieldGet(this, _KupDataTable_kupManager, "f").language.translate(KupLanguageSearch.SEARCH), value: this.globalFilterValue, onInput: (event) => {
1440
1446
  const t = event.target;
1441
1447
  window.clearTimeout(__classPrivateFieldGet(this, _KupDataTable_globalFilterTimeout, "f"));
1442
1448
  __classPrivateFieldSet(this, _KupDataTable_globalFilterTimeout, window.setTimeout(() => __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_onGlobalFilterChange).call(this, t), 600, t), "f");
1443
- } }))) : null, h("div", { key: 'ead4ee4413a4cf8416b2cc08e84eedeb9a2e451a', class: "above-wrapper paginator-top" }, paginatorTop), this.insertMode !== '' &&
1449
+ } }))) : null, h("div", { key: 'ff21e85e544067d692d59efc0669a516f898ffc1', class: "above-wrapper paginator-top" }, paginatorTop), this.insertMode !== '' &&
1444
1450
  this.selectedRows.length > 0 ? (h(FButton, { icon: "save", onClick: () => {
1445
1451
  this.kupSave.emit({
1446
1452
  comp: this,
@@ -1490,9 +1496,9 @@ export class KupDataTable {
1490
1496
  this.data.rows.unshift(row);
1491
1497
  await this.refresh(true);
1492
1498
  }
1493
- }, sizing: KupComponentSizing.MEDIUM, styling: FButtonStyling.RAISED, title: "Insert row", wrapperClass: "insert-button" })) : null), h("div", { key: 'd72965ab6642c8533954c75c6149d85bd7d7c7da', class: "droparea", ref: (el) => (__classPrivateFieldSet(this, _KupDataTable_dropareaRef, el, "f")) }, this.showGroups ? __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_columnGroupArea).call(this) : null, this.removableColumns
1499
+ }, sizing: KupComponentSizing.MEDIUM, styling: FButtonStyling.RAISED, title: "Insert row", wrapperClass: "insert-button" })) : null), h("div", { key: 'a4e1cb8725a776c63418a7271de3dd5b4e12b8eb', class: "droparea", ref: (el) => (__classPrivateFieldSet(this, _KupDataTable_dropareaRef, el, "f")) }, this.showGroups ? __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_columnGroupArea).call(this) : null, this.removableColumns
1494
1500
  ? __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_columnRemoveArea).call(this)
1495
- : null), h("div", { key: 'ccececf10df1e7a66a826de8380152159f79d2a8', style: elStyle, class: belowClass, ref: (el) => (__classPrivateFieldSet(this, _KupDataTable_tableAreaRef, el, "f")) }, this.showCustomization
1501
+ : null), h("div", { key: 'c76f9556d25ff8fbe7c05ca6446ac3e637942b40', style: elStyle, class: belowClass, ref: (el) => (__classPrivateFieldSet(this, _KupDataTable_tableAreaRef, el, "f")) }, this.showCustomization
1496
1502
  ? [
1497
1503
  h("div", { class: "settings-trigger", onClick: () => {
1498
1504
  __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_onCustomSettingsClick).call(this);
@@ -1501,7 +1507,7 @@ export class KupDataTable {
1501
1507
  } }, h(FImage, { color: `var(${KupThemeColorValues.TITLE})`, resource: "settings", sizeX: "10px" })),
1502
1508
  this.renderCustomizePanel(),
1503
1509
  ]
1504
- : null, h("table", { key: 'fca903a950967dda04155806b1fb6cf7c249faea', class: tableClass, ref: (el) => (__classPrivateFieldSet(this, _KupDataTable_tableRef, el, "f")), onMouseLeave: (ev) => {
1510
+ : null, h("table", { key: '5bbaa3f6a4c117719a0cc26773f0d9334e0a4d6c', class: tableClass, ref: (el) => (__classPrivateFieldSet(this, _KupDataTable_tableRef, el, "f")), onMouseLeave: (ev) => {
1505
1511
  ev.stopPropagation();
1506
1512
  }, onPointerDown: (e) => {
1507
1513
  __classPrivateFieldSet(this, _KupDataTable_lastPointerDetails, __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_getEventDetails).call(this, __classPrivateFieldGet(this, _KupDataTable_kupManager, "f").getEventPath(e.target, this.rootElement), e), "f");
@@ -1509,7 +1515,7 @@ export class KupDataTable {
1509
1515
  __classPrivateFieldSet(this, _KupDataTable_lastPointerDetails, __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_getEventDetails).call(this, __classPrivateFieldGet(this, _KupDataTable_kupManager, "f").getEventPath(e.target, this.rootElement), e), "f");
1510
1516
  }, onContextMenu: (e) => {
1511
1517
  e.preventDefault();
1512
- } }, h("thead", { key: '6c97fe238bc6bb31eddc320d9d1396452f6d0055', hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet(this, _KupDataTable_theadRef, el, "f")) }, h("tr", { key: '53b657fc0ee4c24f78a561703d22a0e0101739b3' }, header)), h("tbody", { key: '5a641158098affbeabaa521a94b1c3b2775de1e3' }, rows), this.showFooter || __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_hasTotals).call(this)
1518
+ } }, h("thead", { key: 'ac5823cb2dcbdcf6c1460e02ac7fcbc1584107cc', hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet(this, _KupDataTable_theadRef, el, "f")) }, h("tr", { key: '9c03ce09a2f07277258202df7ac1bf7d04f274ee' }, header)), h("tbody", { key: 'bb48749b9290b673bc588a28536a06023d069da3' }, rows), this.showFooter || __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_hasTotals).call(this)
1513
1519
  ? this.renderFooter()
1514
1520
  : null), stickyEl), paginatorBottom)));
1515
1521
  return compCreated;
@@ -3273,6 +3279,69 @@ export class KupDataTable {
3273
3279
  }
3274
3280
  }
3275
3281
  }
3282
+ }, {
3283
+ "method": "kupDataTableObjectFieldSearchPayload",
3284
+ "name": "kup-datatable-objectfield-searchpayload",
3285
+ "bubbles": true,
3286
+ "cancelable": false,
3287
+ "composed": true,
3288
+ "docs": {
3289
+ "tags": [],
3290
+ "text": ""
3291
+ },
3292
+ "complexType": {
3293
+ "original": "FObjectFieldEventPayload",
3294
+ "resolved": "FObjectFieldEventPayload",
3295
+ "references": {
3296
+ "FObjectFieldEventPayload": {
3297
+ "location": "import",
3298
+ "path": "../../f-components/f-object-field/f-object-field-declarations",
3299
+ "id": "src/f-components/f-object-field/f-object-field-declarations.ts::FObjectFieldEventPayload"
3300
+ }
3301
+ }
3302
+ }
3303
+ }, {
3304
+ "method": "kupDataTableObjectFieldOpenSearchMenu",
3305
+ "name": "kup-datatable-objectfield-opensearchmenu",
3306
+ "bubbles": true,
3307
+ "cancelable": false,
3308
+ "composed": true,
3309
+ "docs": {
3310
+ "tags": [],
3311
+ "text": ""
3312
+ },
3313
+ "complexType": {
3314
+ "original": "FObjectFieldEventPayload",
3315
+ "resolved": "FObjectFieldEventPayload",
3316
+ "references": {
3317
+ "FObjectFieldEventPayload": {
3318
+ "location": "import",
3319
+ "path": "../../f-components/f-object-field/f-object-field-declarations",
3320
+ "id": "src/f-components/f-object-field/f-object-field-declarations.ts::FObjectFieldEventPayload"
3321
+ }
3322
+ }
3323
+ }
3324
+ }, {
3325
+ "method": "kupDataTableObjectFieldSelectedMenuItem",
3326
+ "name": "kup-datatable-objectfield-selectedmenuitem",
3327
+ "bubbles": true,
3328
+ "cancelable": false,
3329
+ "composed": true,
3330
+ "docs": {
3331
+ "tags": [],
3332
+ "text": ""
3333
+ },
3334
+ "complexType": {
3335
+ "original": "FObjectFieldEventPayload",
3336
+ "resolved": "FObjectFieldEventPayload",
3337
+ "references": {
3338
+ "FObjectFieldEventPayload": {
3339
+ "location": "import",
3340
+ "path": "../../f-components/f-object-field/f-object-field-declarations",
3341
+ "id": "src/f-components/f-object-field/f-object-field-declarations.ts::FObjectFieldEventPayload"
3342
+ }
3343
+ }
3344
+ }
3276
3345
  }];
3277
3346
  }
3278
3347
  static get methods() {
@@ -189,9 +189,15 @@ export class KupInputPanel {
189
189
  h("p", null, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").language.translate(KupLanguageGeneric.EMPTY_DATA)),
190
190
  ]
191
191
  : this.inputPanelCells.map((inputPanelCell) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_renderRow).call(this, inputPanelCell));
192
- return (h(Host, { key: '46ca5065f8b29c17cbf82792698ca30b49b7aebb', "onKup-cell-blur": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_onBlurHandler).bind(this), "onKup-tabbar-click": (e) => {
192
+ return (h(Host, { key: '495a5f5199a4ef356dc78d33bd9c55bc931cb775', "onKup-cell-blur": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_onBlurHandler).bind(this), "onKup-tabbar-click": (e) => {
193
193
  this.tabSelected = e.detail.node.id;
194
- }, "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) }, h("style", { key: '3b47a0c817308efdd984e9abfd86fad33d9e37bd' }, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '5aa429efa68411c420beba6ec7d58395740d8968', id: componentWrapperId }, inputPanelContent)));
194
+ }, "onKup-autocomplete-input": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getOptionHandler).bind(this), "onKup-autocomplete-iconclick": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getOptionHandler).bind(this), "onKup-combobox-iconclick": (e) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getOptionHandler).call(this, e, true), "onKup-objectfield-searchpayload": (e) => {
195
+ this.kupInputPanelObjectFieldSearchPayload.emit(e.detail);
196
+ }, "onKup-objectfield-opensearchmenu": (e) => {
197
+ this.kupInputPanelObjectFieldOpenSearchMenu.emit(e.detail);
198
+ }, "onKup-objectfield-selectedmenuitem": (e) => {
199
+ this.kupInputPanelObjectFieldSelectedMenuItem.emit(e.detail);
200
+ } }, h("style", { key: '14698d6dcf396ae3c1c6257cceda4913d7463cd0' }, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '21ea9655e020abf22b7517157f8446adcd98b390', id: componentWrapperId }, inputPanelContent)));
195
201
  }
196
202
  disconnectedCallback() {
197
203
  __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").language.unregister(this);
@@ -575,6 +581,69 @@ export class KupInputPanel {
575
581
  }
576
582
  }
577
583
  }
584
+ }, {
585
+ "method": "kupInputPanelObjectFieldSearchPayload",
586
+ "name": "kup-inputpanel-objectfield-searchpayload",
587
+ "bubbles": true,
588
+ "cancelable": false,
589
+ "composed": true,
590
+ "docs": {
591
+ "tags": [],
592
+ "text": ""
593
+ },
594
+ "complexType": {
595
+ "original": "FObjectFieldEventPayload",
596
+ "resolved": "FObjectFieldEventPayload",
597
+ "references": {
598
+ "FObjectFieldEventPayload": {
599
+ "location": "import",
600
+ "path": "../../components",
601
+ "id": "src/components.d.ts::FObjectFieldEventPayload"
602
+ }
603
+ }
604
+ }
605
+ }, {
606
+ "method": "kupInputPanelObjectFieldOpenSearchMenu",
607
+ "name": "kup-inputpanel-objectfield-opensearchmenu",
608
+ "bubbles": true,
609
+ "cancelable": false,
610
+ "composed": true,
611
+ "docs": {
612
+ "tags": [],
613
+ "text": ""
614
+ },
615
+ "complexType": {
616
+ "original": "FObjectFieldEventPayload",
617
+ "resolved": "FObjectFieldEventPayload",
618
+ "references": {
619
+ "FObjectFieldEventPayload": {
620
+ "location": "import",
621
+ "path": "../../components",
622
+ "id": "src/components.d.ts::FObjectFieldEventPayload"
623
+ }
624
+ }
625
+ }
626
+ }, {
627
+ "method": "kupInputPanelObjectFieldSelectedMenuItem",
628
+ "name": "kup-inputpanel-objectfield-selectedmenuitem",
629
+ "bubbles": true,
630
+ "cancelable": false,
631
+ "composed": true,
632
+ "docs": {
633
+ "tags": [],
634
+ "text": ""
635
+ },
636
+ "complexType": {
637
+ "original": "FObjectFieldEventPayload",
638
+ "resolved": "FObjectFieldEventPayload",
639
+ "references": {
640
+ "FObjectFieldEventPayload": {
641
+ "location": "import",
642
+ "path": "../../components",
643
+ "id": "src/components.d.ts::FObjectFieldEventPayload"
644
+ }
645
+ }
646
+ }
578
647
  }];
579
648
  }
580
649
  static get methods() {
@@ -441,7 +441,7 @@ function setEditableCell(cellType, classObj, cell, column, props) {
441
441
  };
442
442
  const type = cellType === FCellTypes.NUMBER ? 'number' : null;
443
443
  const value = cellType === FCellTypes.NUMBER && cell.value
444
- ? dom.ketchup.math.numberifySafe(cell.value).toString()
444
+ ? getCellValueForDisplay(column, cell)
445
445
  : cell.value;
446
446
  if (cell.shape === FCellShapes.INPUT_FIELD) {
447
447
  return (h("input", { class: 'input-field', onChange: onChange, onInput: onInput, onKeyDown: onKeyDown, type: type, value: value, maxLength: (_e = (_d = column.cellData) === null || _d === void 0 ? void 0 : _d.maxLength) !== null && _e !== void 0 ? _e : -1 }));
@@ -1,5 +1,5 @@
1
1
  export { g as getAssetPath, s as setAssetPath, a as setNonce, b as setPlatformOptions } from './p-2e5f2e07.js';
2
- import { K as KupManager } from './p-009bdee7.js';
2
+ import { K as KupManager } from './p-547a1270.js';
3
3
 
4
4
  /** used for obtain a KupManager instance without a dom document (for UT) */
5
5
  function newKupManager(init) {
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H, c as createEvent, f as forceUpdate, h, d as Host } from './p-2e5f2e07.js';
2
- import { k as kupManagerInstance, a as KupComponentSizing, g as getProps, s as setProps, b as KupThemeColorValues, c as KupThemeIconValues } from './p-009bdee7.js';
3
- import { M as MDCRipple, F as FImage, c as componentWrapperId, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t } from './p-240c81fa.js';
2
+ import { k as kupManagerInstance, a as KupComponentSizing, g as getProps, s as setProps, b as KupThemeColorValues, c as KupThemeIconValues } from './p-547a1270.js';
3
+ import { M as MDCRipple, F as FImage, c as componentWrapperId, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t } from './p-25e2b132.js';
4
4
 
5
5
  /**
6
6
  * Props of the kup-accordion component.
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H, c as createEvent, f as forceUpdate, h, F as Fragment, d as Host } from './p-2e5f2e07.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, u as KupDebugCategory, p as getCellValueForDisplay } from './p-009bdee7.js';
3
- import { c as componentWrapperId, D as sortRows, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t, F as FImage } from './p-240c81fa.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, u as KupDebugCategory, l as getCellValueForDisplay } from './p-547a1270.js';
3
+ import { c as componentWrapperId, D as sortRows, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t, F as FImage } from './p-25e2b132.js';
4
4
 
5
5
  var KupActivityTimelineProps;
6
6
  (function (KupActivityTimelineProps) {
@@ -1,4 +1,4 @@
1
- import { K as KupAutocomplete$1, C as defineCustomElement$1 } from './p-240c81fa.js';
1
+ import { K as KupAutocomplete$1, C as defineCustomElement$1 } from './p-25e2b132.js';
2
2
 
3
3
  const KupAutocomplete = KupAutocomplete$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { E as KupBadge$1, B as defineCustomElement$1 } from './p-240c81fa.js';
1
+ import { E as KupBadge$1, B as defineCustomElement$1 } from './p-25e2b132.js';
2
2
 
3
3
  const KupBadge = KupBadge$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { K as KupBox$1, d as defineCustomElement$1 } from './p-ee8432da.js';
1
+ import { K as KupBox$1, d as defineCustomElement$1 } from './p-e9630c56.js';
2
2
 
3
3
  const KupBox = KupBox$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { R as KupButtonList$1, z as defineCustomElement$1 } from './p-240c81fa.js';
1
+ import { R as KupButtonList$1, z as defineCustomElement$1 } from './p-25e2b132.js';
2
2
 
3
3
  const KupButtonList = KupButtonList$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { Q as KupButton$1, A as defineCustomElement$1 } from './p-240c81fa.js';
1
+ import { Q as KupButton$1, A as defineCustomElement$1 } from './p-25e2b132.js';
2
2
 
3
3
  const KupButton = KupButton$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H as H$2, c as createEvent, g as getAssetPath, f as forceUpdate, h as h$1, d as Host } from './p-2e5f2e07.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, d as KupLanguageGeneric, H as getColumnByName, u as KupDebugCategory } from './p-009bdee7.js';
3
- import { c as componentWrapperId, S as FButton, N as FChip, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t, T as FChipType } from './p-240c81fa.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, d as KupLanguageGeneric, H as getColumnByName, u as KupDebugCategory } from './p-547a1270.js';
3
+ import { c as componentWrapperId, S as FButton, N as FChip, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t, T as FChipType } from './p-25e2b132.js';
4
4
  import { b as KupDatesLocales, K as KupDatesFormats } from './p-1581348d.js';
5
5
 
6
6
  var n,l$1,u$1,i$1,t,r$1,o,f$1,e$1,c$1={},s=[],a$1=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;function h(n,l){for(var u in l)n[u]=l[u];return n}function v$1(n){var l=n.parentNode;l&&l.removeChild(n);}function y(l,u,i){var t,r,o,f={};for(o in u)"key"==o?t=u[o]:"ref"==o?r=u[o]:f[o]=u[o];if(arguments.length>2&&(f.children=arguments.length>3?n.call(arguments,2):i),"function"==typeof l&&null!=l.defaultProps)for(o in l.defaultProps)void 0===f[o]&&(f[o]=l.defaultProps[o]);return p(l,f,t,r,null)}function p(n,i,t,r,o){var f={type:n,props:i,key:t,ref:r,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:null==o?++u$1:o};return null==o&&null!=l$1.vnode&&l$1.vnode(f),f}function d(){return {current:null}}function _(n){return n.children}function k$1(n,l,u,i,t){var r;for(r in u)"children"===r||"key"===r||r in l||g$2(n,r,null,u[r],i);for(r in l)t&&"function"!=typeof l[r]||"children"===r||"key"===r||"value"===r||"checked"===r||u[r]===l[r]||g$2(n,r,l[r],u[r],i);}function b$1(n,l,u){"-"===l[0]?n.setProperty(l,null==u?"":u):n[l]=null==u?"":"number"!=typeof u||a$1.test(l)?u:u+"px";}function g$2(n,l,u,i,t){var r;n:if("style"===l)if("string"==typeof u)n.style.cssText=u;else {if("string"==typeof i&&(n.style.cssText=i=""),i)for(l in i)u&&l in u||b$1(n.style,l,"");if(u)for(l in u)i&&u[l]===i[l]||b$1(n.style,l,u[l]);}else if("o"===l[0]&&"n"===l[1])r=l!==(l=l.replace(/Capture$/,"")),l=l.toLowerCase()in n?l.toLowerCase().slice(2):l.slice(2),n.l||(n.l={}),n.l[l+r]=u,u?i||n.addEventListener(l,r?w$2:m$1,r):n.removeEventListener(l,r?w$2:m$1,r);else if("dangerouslySetInnerHTML"!==l){if(t)l=l.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!==l&&"height"!==l&&"href"!==l&&"list"!==l&&"form"!==l&&"tabIndex"!==l&&"download"!==l&&l in n)try{n[l]=null==u?"":u;break n}catch(n){}"function"==typeof u||(null==u||!1===u&&-1==l.indexOf("-")?n.removeAttribute(l):n.setAttribute(l,u));}}function m$1(n){t=!0;try{return this.l[n.type+!1](l$1.event?l$1.event(n):n)}finally{t=!1;}}function w$2(n){t=!0;try{return this.l[n.type+!0](l$1.event?l$1.event(n):n)}finally{t=!1;}}function x$1(n,l){this.props=n,this.context=l;}function A(n,l){if(null==l)return n.__?A(n.__,n.__.__k.indexOf(n)+1):null;for(var u;l<n.__k.length;l++)if(null!=(u=n.__k[l])&&null!=u.__e)return u.__e;return "function"==typeof n.type?A(n):null}function P$1(n){var l,u;if(null!=(n=n.__)&&null!=n.__c){for(n.__e=n.__c.base=null,l=0;l<n.__k.length;l++)if(null!=(u=n.__k[l])&&null!=u.__e){n.__e=n.__c.base=u.__e;break}return P$1(n)}}function C$1(n){t?setTimeout(n):f$1(n);}function T$1(n){(!n.__d&&(n.__d=!0)&&r$1.push(n)&&!$$1.__r++||o!==l$1.debounceRendering)&&((o=l$1.debounceRendering)||C$1)($$1);}function $$1(){var n,l,u,i,t,o,f,e;for(r$1.sort(function(n,l){return n.__v.__b-l.__v.__b});n=r$1.shift();)n.__d&&(l=r$1.length,i=void 0,t=void 0,f=(o=(u=n).__v).__e,(e=u.__P)&&(i=[],(t=h({},o)).__v=o.__v+1,M(e,o,t,u.__n,void 0!==e.ownerSVGElement,null!=o.__h?[f]:null,i,null==f?A(o):f,o.__h),N(i,o),o.__e!=f&&P$1(o)),r$1.length>l&&r$1.sort(function(n,l){return n.__v.__b-l.__v.__b}));$$1.__r=0;}function H$1(n,l,u,i,t,r,o,f,e,a){var h,v,y,d,k,b,g,m=i&&i.__k||s,w=m.length;for(u.__k=[],h=0;h<l.length;h++)if(null!=(d=u.__k[h]=null==(d=l[h])||"boolean"==typeof d?null:"string"==typeof d||"number"==typeof d||"bigint"==typeof d?p(null,d,null,null,d):Array.isArray(d)?p(_,{children:d},null,null,null):d.__b>0?p(d.type,d.props,d.key,d.ref?d.ref:null,d.__v):d)){if(d.__=u,d.__b=u.__b+1,null===(y=m[h])||y&&d.key==y.key&&d.type===y.type)m[h]=void 0;else for(v=0;v<w;v++){if((y=m[v])&&d.key==y.key&&d.type===y.type){m[v]=void 0;break}y=null;}M(n,d,y=y||c$1,t,r,o,f,e,a),k=d.__e,(v=d.ref)&&y.ref!=v&&(g||(g=[]),y.ref&&g.push(y.ref,null,d),g.push(v,d.__c||k,d)),null!=k?(null==b&&(b=k),"function"==typeof d.type&&d.__k===y.__k?d.__d=e=I$1(d,e,n):e=z$1(n,d,y,m,k,e),"function"==typeof u.type&&(u.__d=e)):e&&y.__e==e&&e.parentNode!=n&&(e=A(y));}for(u.__e=b,h=w;h--;)null!=m[h]&&("function"==typeof u.type&&null!=m[h].__e&&m[h].__e==u.__d&&(u.__d=L$1(i).nextSibling),q(m[h],m[h]));if(g)for(h=0;h<g.length;h++)S(g[h],g[++h],g[++h]);}function I$1(n,l,u){for(var i,t=n.__k,r=0;t&&r<t.length;r++)(i=t[r])&&(i.__=n,l="function"==typeof i.type?I$1(i,l,u):z$1(u,i,i,t,i.__e,l));return l}function j$2(n,l){return l=l||[],null==n||"boolean"==typeof n||(Array.isArray(n)?n.some(function(n){j$2(n,l);}):l.push(n)),l}function z$1(n,l,u,i,t,r){var o,f,e;if(void 0!==l.__d)o=l.__d,l.__d=void 0;else if(null==u||t!=r||null==t.parentNode)n:if(null==r||r.parentNode!==n)n.appendChild(t),o=null;else {for(f=r,e=0;(f=f.nextSibling)&&e<i.length;e+=1)if(f==t)break n;n.insertBefore(t,r),o=r;}return void 0!==o?o:t.nextSibling}function L$1(n){var l,u,i;if(null==n.type||"string"==typeof n.type)return n.__e;if(n.__k)for(l=n.__k.length-1;l>=0;l--)if((u=n.__k[l])&&(i=L$1(u)))return i;return null}function M(n,u,i,t,r,o,f,e,c){var s,a,v,y,p,d,k,b,g,m,w,A,P,C,T,$=u.type;if(void 0!==u.constructor)return null;null!=i.__h&&(c=i.__h,e=u.__e=i.__e,u.__h=null,o=[e]),(s=l$1.__b)&&s(u);try{n:if("function"==typeof $){if(b=u.props,g=(s=$.contextType)&&t[s.__c],m=s?g?g.props.value:s.__:t,i.__c?k=(a=u.__c=i.__c).__=a.__E:("prototype"in $&&$.prototype.render?u.__c=a=new $(b,m):(u.__c=a=new x$1(b,m),a.constructor=$,a.render=B$1),g&&g.sub(a),a.props=b,a.state||(a.state={}),a.context=m,a.__n=t,v=a.__d=!0,a.__h=[],a._sb=[]),null==a.__s&&(a.__s=a.state),null!=$.getDerivedStateFromProps&&(a.__s==a.state&&(a.__s=h({},a.__s)),h(a.__s,$.getDerivedStateFromProps(b,a.__s))),y=a.props,p=a.state,a.__v=u,v)null==$.getDerivedStateFromProps&&null!=a.componentWillMount&&a.componentWillMount(),null!=a.componentDidMount&&a.__h.push(a.componentDidMount);else {if(null==$.getDerivedStateFromProps&&b!==y&&null!=a.componentWillReceiveProps&&a.componentWillReceiveProps(b,m),!a.__e&&null!=a.shouldComponentUpdate&&!1===a.shouldComponentUpdate(b,a.__s,m)||u.__v===i.__v){for(u.__v!==i.__v&&(a.props=b,a.state=a.__s,a.__d=!1),u.__e=i.__e,u.__k=i.__k,u.__k.forEach(function(n){n&&(n.__=u);}),w=0;w<a._sb.length;w++)a.__h.push(a._sb[w]);a._sb=[],a.__h.length&&f.push(a);break n}null!=a.componentWillUpdate&&a.componentWillUpdate(b,a.__s,m),null!=a.componentDidUpdate&&a.__h.push(function(){a.componentDidUpdate(y,p,d);});}if(a.context=m,a.props=b,a.__P=n,A=l$1.__r,P=0,"prototype"in $&&$.prototype.render){for(a.state=a.__s,a.__d=!1,A&&A(u),s=a.render(a.props,a.state,a.context),C=0;C<a._sb.length;C++)a.__h.push(a._sb[C]);a._sb=[];}else do{a.__d=!1,A&&A(u),s=a.render(a.props,a.state,a.context),a.state=a.__s;}while(a.__d&&++P<25);a.state=a.__s,null!=a.getChildContext&&(t=h(h({},t),a.getChildContext())),v||null==a.getSnapshotBeforeUpdate||(d=a.getSnapshotBeforeUpdate(y,p)),T=null!=s&&s.type===_&&null==s.key?s.props.children:s,H$1(n,Array.isArray(T)?T:[T],u,i,t,r,o,f,e,c),a.base=u.__e,u.__h=null,a.__h.length&&f.push(a),k&&(a.__E=a.__=null),a.__e=!1;}else null==o&&u.__v===i.__v?(u.__k=i.__k,u.__e=i.__e):u.__e=O(i.__e,u,i,t,r,o,f,c);(s=l$1.diffed)&&s(u);}catch(n){u.__v=null,(c||null!=o)&&(u.__e=e,u.__h=!!c,o[o.indexOf(e)]=null),l$1.__e(n,u,i);}}function N(n,u){l$1.__c&&l$1.__c(u,n),n.some(function(u){try{n=u.__h,u.__h=[],n.some(function(n){n.call(u);});}catch(n){l$1.__e(n,u.__v);}});}function O(l,u,i,t,r,o,f,e){var s,a,h,y=i.props,p=u.props,d=u.type,_=0;if("svg"===d&&(r=!0),null!=o)for(;_<o.length;_++)if((s=o[_])&&"setAttribute"in s==!!d&&(d?s.localName===d:3===s.nodeType)){l=s,o[_]=null;break}if(null==l){if(null===d)return document.createTextNode(p);l=r?document.createElementNS("http://www.w3.org/2000/svg",d):document.createElement(d,p.is&&p),o=null,e=!1;}if(null===d)y===p||e&&l.data===p||(l.data=p);else {if(o=o&&n.call(l.childNodes),a=(y=i.props||c$1).dangerouslySetInnerHTML,h=p.dangerouslySetInnerHTML,!e){if(null!=o)for(y={},_=0;_<l.attributes.length;_++)y[l.attributes[_].name]=l.attributes[_].value;(h||a)&&(h&&(a&&h.__html==a.__html||h.__html===l.innerHTML)||(l.innerHTML=h&&h.__html||""));}if(k$1(l,p,y,r,e),h)u.__k=[];else if(_=u.props.children,H$1(l,Array.isArray(_)?_:[_],u,i,t,r&&"foreignObject"!==d,o,f,o?o[0]:i.__k&&A(i,0),e),null!=o)for(_=o.length;_--;)null!=o[_]&&v$1(o[_]);e||("value"in p&&void 0!==(_=p.value)&&(_!==l.value||"progress"===d&&!_||"option"===d&&_!==y.value)&&g$2(l,"value",_,y.value,!1),"checked"in p&&void 0!==(_=p.checked)&&_!==l.checked&&g$2(l,"checked",_,y.checked,!1));}return l}function S(n,u,i){try{"function"==typeof n?n(u):n.current=u;}catch(n){l$1.__e(n,i);}}function q(n,u,i){var t,r;if(l$1.unmount&&l$1.unmount(n),(t=n.ref)&&(t.current&&t.current!==n.__e||S(t,null,u)),null!=(t=n.__c)){if(t.componentWillUnmount)try{t.componentWillUnmount();}catch(n){l$1.__e(n,u);}t.base=t.__P=null,n.__c=void 0;}if(t=n.__k)for(r=0;r<t.length;r++)t[r]&&q(t[r],u,i||"function"!=typeof n.type);i||null==n.__e||v$1(n.__e),n.__=n.__e=n.__d=void 0;}function B$1(n,l,u){return this.constructor(n,u)}function D$1(u,i,t){var r,o,f;l$1.__&&l$1.__(u,i),o=(r="function"==typeof t)?null:t&&t.__k||i.__k,f=[],M(i,u=(!r&&t||i).__k=y(_,null,[u]),o||c$1,c$1,void 0!==i.ownerSVGElement,!r&&t?[t]:o?null:i.firstChild?n.call(i.childNodes):null,f,!r&&t?t:o?o.__e:i.firstChild,r),N(f,u);}function G$1(n,l){var u={__c:l="__cC"+e$1++,__:n,Consumer:function(n,l){return n.children(l)},Provider:function(n){var u,i;return this.getChildContext||(u=[],(i={})[l]=this,this.getChildContext=function(){return i},this.shouldComponentUpdate=function(n){this.props.value!==n.value&&u.some(function(n){n.__e=!0,T$1(n);});},this.sub=function(n){u.push(n);var l=n.componentWillUnmount;n.componentWillUnmount=function(){u.splice(u.indexOf(n),1),l&&l.call(n);};}),n.children}};return u.Provider.__=u.Consumer.contextType=u}n=s.slice,l$1={__e:function(n,l,u,i){for(var t,r,o;l=l.__;)if((t=l.__c)&&!t.__)try{if((r=t.constructor)&&null!=r.getDerivedStateFromError&&(t.setState(r.getDerivedStateFromError(n)),o=t.__d),null!=t.componentDidCatch&&(t.componentDidCatch(n,i||{}),o=t.__d),o)return t.__E=t}catch(l){n=l;}throw n}},u$1=0,i$1=function(n){return null!=n&&void 0===n.constructor},t=!1,x$1.prototype.setState=function(n,l){var u;u=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=h({},this.state),"function"==typeof n&&(n=n(h({},u),this.props)),n&&h(u,n),null!=n&&this.__v&&(l&&this._sb.push(l),T$1(this));},x$1.prototype.forceUpdate=function(n){this.__v&&(this.__e=!0,n&&this.__h.push(n),T$1(this));},x$1.prototype.render=_,r$1=[],f$1="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,$$1.__r=0,e$1=0;
@@ -1,7 +1,7 @@
1
1
  import { p as proxyCustomElement, H, c as createEvent, f as forceUpdate, h, d as Host } from './p-2e5f2e07.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, a8 as KupCardFamily, p as getCellValueForDisplay } from './p-009bdee7.js';
3
- import { c as componentWrapperId, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$f, o as defineCustomElement$g, p as defineCustomElement$h, q as defineCustomElement$i, r as defineCustomElement$j, s as defineCustomElement$k, t as defineCustomElement$l, u as defineCustomElement$m, v as defineCustomElement$n, w as defineCustomElement$o, x as defineCustomElement$p, y as defineCustomElement$q, z as defineCustomElement$r, A as defineCustomElement$s, B as defineCustomElement$t, C as defineCustomElement$u } from './p-240c81fa.js';
4
- import { d as defineCustomElement$e } from './p-664854bf.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, a8 as KupCardFamily, l as getCellValueForDisplay } from './p-547a1270.js';
3
+ import { c as componentWrapperId, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$f, o as defineCustomElement$g, p as defineCustomElement$h, q as defineCustomElement$i, r as defineCustomElement$j, s as defineCustomElement$k, t as defineCustomElement$l, u as defineCustomElement$m, v as defineCustomElement$n, w as defineCustomElement$o, x as defineCustomElement$p, y as defineCustomElement$q, z as defineCustomElement$r, A as defineCustomElement$s, B as defineCustomElement$t, C as defineCustomElement$u } from './p-25e2b132.js';
4
+ import { d as defineCustomElement$e } from './p-b1d8aa26.js';
5
5
 
6
6
  /**
7
7
  * Props of the kup-card-list component.
@@ -1,4 +1,4 @@
1
- import { U as KupCard$1, y as defineCustomElement$1 } from './p-240c81fa.js';
1
+ import { U as KupCard$1, y as defineCustomElement$1 } from './p-25e2b132.js';
2
2
 
3
3
  const KupCard = KupCard$1;
4
4
  const defineCustomElement = defineCustomElement$1;