@sme.up/ketchup 11.0.0-SNAPSHOT-20241129144428 → 11.0.0-SNAPSHOT-20241129171423

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.
@@ -9042,6 +9042,7 @@ const KupDataTable = class {
9042
9042
  this.selection = ((_b = (_a = this.data.setup) === null || _a === void 0 ? void 0 : _a.operations) === null || _b === void 0 ? void 0 : _b.delete)
9043
9043
  ? SelectionMode.MULTIPLE_CHECKBOX
9044
9044
  : this.selection;
9045
+ __classPrivateFieldSet$3(this, _KupDataTable_insertedRowIds, [], "f");
9045
9046
  __classPrivateFieldSet$3(this, _KupDataTable_originalDataLoadedMaxId, ((_c = __classPrivateFieldGet$6(this, _KupDataTable_originalDataLoaded, "f").rows) === null || _c === void 0 ? void 0 : _c.length) > 0
9046
9047
  ? Math.max(...__classPrivateFieldGet$6(this, _KupDataTable_originalDataLoaded, "f").rows.map((r) => parseInt(r.id)))
9047
9048
  : -1, "f");
@@ -9834,7 +9835,7 @@ const KupDataTable = class {
9834
9835
  __classPrivateFieldGet$6(this, _KupDataTable_kupManager, "f").keysBinding.unregister('enter');
9835
9836
  let rows = null;
9836
9837
  if (__classPrivateFieldGet$6(this, _KupDataTable_paginatedRowsLength, "f") === 0) {
9837
- rows = (h("tr", { key: 'ff1d80a278d9fd972f746237d99faab65f203d08', ref: (el) => __classPrivateFieldGet$6(this, _KupDataTable_rowsRefs, "f").push(el) }, h("td", { key: 'e39628c0448d45152b9fab69377c0ca44281c6a9', colSpan: __classPrivateFieldGet$6(this, _KupDataTable_instances, "m", _KupDataTable_calculateColspan).call(this) }, this.emptyDataLabel)));
9838
+ rows = (h("tr", { key: 'a42f58a17b498cab979ae51d1838360d6a56b401', ref: (el) => __classPrivateFieldGet$6(this, _KupDataTable_rowsRefs, "f").push(el) }, h("td", { key: '0e25b2f510866f1ae9d0e5aaecf5998c4e917e07', colSpan: __classPrivateFieldGet$6(this, _KupDataTable_instances, "m", _KupDataTable_calculateColspan).call(this) }, this.emptyDataLabel)));
9838
9839
  }
9839
9840
  else {
9840
9841
  rows = [];
@@ -9898,7 +9899,7 @@ const KupDataTable = class {
9898
9899
  for (let i = 0; i < chipsData.length; i++) {
9899
9900
  props.onIconClick.push(() => __classPrivateFieldGet$6(this, _KupDataTable_instances, "m", _KupDataTable_removeGroup).call(this, i));
9900
9901
  }
9901
- groupChips = h(FChip, Object.assign({ key: '8861c89cf556a2bd7883da7876c9ff2b4094253b' }, props));
9902
+ groupChips = h(FChip, Object.assign({ key: '7c702d6120704f6ac2e41f44a6ace3e03679b43f' }, props));
9902
9903
  }
9903
9904
  }
9904
9905
  const tableClass = {
@@ -9930,7 +9931,7 @@ const KupDataTable = class {
9930
9931
  if (this.headerIsPersistent &&
9931
9932
  this.tableHeight === undefined &&
9932
9933
  this.tableWidth === undefined) {
9933
- stickyEl = (h("sticky-header", { key: '495dc13b94f6d58aa59e7f58405b26169a5cea47', class: "hover-scrolling-child", hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$3(this, _KupDataTable_stickyTheadRef, el, "f")) }, h("thead-sticky", { key: '44f0736e018a9c01283e31c53f4ea771bdcb71e6' }, h("tr-sticky", { key: '69d3bd55880002e2456cd3ab71f1029f6bf4f8d4' }, stickyHeader))));
9934
+ stickyEl = (h("sticky-header", { key: '0b098575e5ca9472eea712d09c70b1717929b920', class: "hover-scrolling-child", hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$3(this, _KupDataTable_stickyTheadRef, el, "f")) }, h("thead-sticky", { key: 'c39c79e7658a947d70fe3587b464d1feca5d51c1' }, h("tr-sticky", { key: '3762a552466f25912b05924517901ba4ef6ac65f' }, stickyHeader))));
9934
9935
  }
9935
9936
  let belowClass = 'below-wrapper';
9936
9937
  if (!!this.tableHeight || !!this.tableWidth) {
@@ -9956,11 +9957,11 @@ const KupDataTable = class {
9956
9957
  }
9957
9958
  }
9958
9959
  };
9959
- const compCreated = (h(Host, { key: 'b7433dfb48feafe7037d0b09aed6632cdeff521a', "onKup-cell-input": autoselectOnAction, "onKup-cell-update": autoselectOnAction }, h("style", { key: 'cd46f375ac9ac412a3b57cb4bc426a28a014e07b' }, __classPrivateFieldGet$6(this, _KupDataTable_kupManager, "f").theme.setKupStyle(this.rootElement)), this.updatableData ? __classPrivateFieldGet$6(this, _KupDataTable_instances, "m", _KupDataTable_renderUpdateButtons).call(this) : null, h("div", { key: '0abd35abb1da2cb5102d5b5ade622a7896545bd9', id: componentWrapperId, class: wrapClass }, h("div", { key: '7519fd08a29694496f28d1ecf16046b720aad3e7', class: "group-wrapper" }, groupChips), h("div", { key: 'c3a291509653ae68562fa30f54f3eb6d42cb120d', class: "actions-wrapper", style: actionWrapperWidth }, this.globalFilter ? (h("div", { id: "global-filter" }, h(FTextField, { fullWidth: true, icon: KupThemeIconValues.SEARCH, label: __classPrivateFieldGet$6(this, _KupDataTable_kupManager, "f").language.translate(KupLanguageSearch.SEARCH), value: this.globalFilterValue, onInput: (event) => {
9960
+ const compCreated = (h(Host, { key: '7aa619415ed15977c6b306c48d3b4cc03bb28b68', "onKup-cell-input": autoselectOnAction, "onKup-cell-update": autoselectOnAction }, h("style", { key: '29711c5a24ea6608afa6701564cabe8699a65928' }, __classPrivateFieldGet$6(this, _KupDataTable_kupManager, "f").theme.setKupStyle(this.rootElement)), this.updatableData ? __classPrivateFieldGet$6(this, _KupDataTable_instances, "m", _KupDataTable_renderUpdateButtons).call(this) : null, h("div", { key: 'b11b9a1fa00753ecd393de259dbb373fb93c4bf1', id: componentWrapperId, class: wrapClass }, h("div", { key: '92a37236924743aac262049936b0e17dd41523a4', class: "group-wrapper" }, groupChips), h("div", { key: '1f9e270cc2e5359bf9069a6862a4d66066385892', class: "actions-wrapper", style: actionWrapperWidth }, this.globalFilter ? (h("div", { id: "global-filter" }, h(FTextField, { fullWidth: true, icon: KupThemeIconValues.SEARCH, label: __classPrivateFieldGet$6(this, _KupDataTable_kupManager, "f").language.translate(KupLanguageSearch.SEARCH), value: this.globalFilterValue, onInput: (event) => {
9960
9961
  const t = event.target;
9961
9962
  window.clearTimeout(__classPrivateFieldGet$6(this, _KupDataTable_globalFilterTimeout, "f"));
9962
9963
  __classPrivateFieldSet$3(this, _KupDataTable_globalFilterTimeout, window.setTimeout(() => __classPrivateFieldGet$6(this, _KupDataTable_instances, "m", _KupDataTable_onGlobalFilterChange).call(this, t), 600, t), "f");
9963
- } }))) : null, h("div", { key: '464a55feb0158ee43897257cb8ca30d3011d6880', class: "above-wrapper paginator-top" }, paginatorTop), this.insertMode !== '' &&
9964
+ } }))) : null, h("div", { key: '16d22620bacb19f9eea0f5cec273f01c56946c44', class: "above-wrapper paginator-top" }, paginatorTop), this.insertMode !== '' &&
9964
9965
  this.selectedRows.length > 0 ? (h(FButton, { icon: "save", onClick: () => {
9965
9966
  this.kupSave.emit({
9966
9967
  comp: this,
@@ -10010,9 +10011,9 @@ const KupDataTable = class {
10010
10011
  this.data.rows.unshift(row);
10011
10012
  await this.refresh(true);
10012
10013
  }
10013
- }, sizing: KupComponentSizing.MEDIUM, styling: FButtonStyling.RAISED, title: "Insert row", wrapperClass: "insert-button" })) : null), h("div", { key: '0bd3eb5d519932672a018b2c16e1c6ac78724ab1', 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
10014
+ }, sizing: KupComponentSizing.MEDIUM, styling: FButtonStyling.RAISED, title: "Insert row", wrapperClass: "insert-button" })) : null), h("div", { key: 'fa44a73256a8bad172796cd1ed2963e99299c453', 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
10014
10015
  ? __classPrivateFieldGet$6(this, _KupDataTable_instances, "m", _KupDataTable_columnRemoveArea).call(this)
10015
- : null), h("div", { key: '52d8adb2f3e98986b5327b22da1808df0d2d081e', style: elStyle, class: belowClass, ref: (el) => (__classPrivateFieldSet$3(this, _KupDataTable_tableAreaRef, el, "f")) }, this.showCustomization
10016
+ : null), h("div", { key: 'b6289afc5ded2d75c5507ee65a088d059fdc3086', style: elStyle, class: belowClass, ref: (el) => (__classPrivateFieldSet$3(this, _KupDataTable_tableAreaRef, el, "f")) }, this.showCustomization
10016
10017
  ? [
10017
10018
  h("div", { class: "settings-trigger", onClick: () => {
10018
10019
  __classPrivateFieldGet$6(this, _KupDataTable_instances, "m", _KupDataTable_onCustomSettingsClick).call(this);
@@ -10021,7 +10022,7 @@ const KupDataTable = class {
10021
10022
  } }, h(FImage, { color: `var(${KupThemeColorValues.TITLE})`, resource: "settings", sizeX: "10px" })),
10022
10023
  this.renderCustomizePanel(),
10023
10024
  ]
10024
- : null, h("table", { key: 'c0e78f70bd337d7acce22bfeffad25fd83128904', class: tableClass, ref: (el) => (__classPrivateFieldSet$3(this, _KupDataTable_tableRef, el, "f")), onMouseLeave: (ev) => {
10025
+ : null, h("table", { key: 'ed9c7477cf90332b1a6316e97789605eebd9fc00', class: tableClass, ref: (el) => (__classPrivateFieldSet$3(this, _KupDataTable_tableRef, el, "f")), onMouseLeave: (ev) => {
10025
10026
  ev.stopPropagation();
10026
10027
  }, onPointerDown: (e) => {
10027
10028
  __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");
@@ -10029,7 +10030,7 @@ const KupDataTable = class {
10029
10030
  __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");
10030
10031
  }, onContextMenu: (e) => {
10031
10032
  e.preventDefault();
10032
- } }, h("thead", { key: '98c1aac24bb77daee11938abdf7664d6af118c6a', hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$3(this, _KupDataTable_theadRef, el, "f")) }, h("tr", { key: 'f1293827ba613e808b01ed5db229c04c0ddcbf30' }, header)), h("tbody", { key: '8771fa283be082ef4501798df5b457788531007b' }, rows), this.showFooter || __classPrivateFieldGet$6(this, _KupDataTable_instances, "m", _KupDataTable_hasTotals).call(this)
10033
+ } }, h("thead", { key: '7e1f4717a6fff07c6d371a6dc418cbe9588e9723', hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$3(this, _KupDataTable_theadRef, el, "f")) }, h("tr", { key: '9565ea78928490d95b4558390c5942fed14d8c92' }, header)), h("tbody", { key: '7d9fd0d904e3fe76f80cd13b9e9d98c337522f60' }, rows), this.showFooter || __classPrivateFieldGet$6(this, _KupDataTable_instances, "m", _KupDataTable_hasTotals).call(this)
10033
10034
  ? this.renderFooter()
10034
10035
  : null), stickyEl), paginatorBottom)));
10035
10036
  return compCreated;