@sme.up/ketchup 11.0.0-SNAPSHOT-20241118154002 → 11.0.0-SNAPSHOT-20241118161105

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.
@@ -9820,9 +9820,10 @@ const KupDataTable = class {
9820
9820
  let elStyle = undefined;
9821
9821
  let actionWrapperWidth = undefined;
9822
9822
  __classPrivateFieldSet$3(this, _KupDataTable_sizedColumns, __classPrivateFieldGet$6(this, _KupDataTable_instances, "m", _KupDataTable_getSizedColumns).call(this), "f");
9823
+ __classPrivateFieldGet$6(this, _KupDataTable_kupManager, "f").keysBinding.unregister('enter');
9823
9824
  let rows = null;
9824
9825
  if (__classPrivateFieldGet$6(this, _KupDataTable_paginatedRowsLength, "f") === 0) {
9825
- rows = (h("tr", { key: '6b8d55eb44502d96fc42e1019767e32dab7320e4', ref: (el) => __classPrivateFieldGet$6(this, _KupDataTable_rowsRefs, "f").push(el) }, h("td", { key: '530dbd4e23e46667e8c632016729f9623baf01f9', colSpan: __classPrivateFieldGet$6(this, _KupDataTable_instances, "m", _KupDataTable_calculateColspan).call(this) }, this.emptyDataLabel)));
9826
+ rows = (h("tr", { key: '58196b55afe0e914fc3cf00c3131d6d609f1c40d', ref: (el) => __classPrivateFieldGet$6(this, _KupDataTable_rowsRefs, "f").push(el) }, h("td", { key: '40bcadfa5714386f6845567e0e411b384b67e0c2', colSpan: __classPrivateFieldGet$6(this, _KupDataTable_instances, "m", _KupDataTable_calculateColspan).call(this) }, this.emptyDataLabel)));
9826
9827
  }
9827
9828
  else {
9828
9829
  rows = [];
@@ -9886,7 +9887,7 @@ const KupDataTable = class {
9886
9887
  for (let i = 0; i < chipsData.length; i++) {
9887
9888
  props.onIconClick.push(() => __classPrivateFieldGet$6(this, _KupDataTable_instances, "m", _KupDataTable_removeGroup).call(this, i));
9888
9889
  }
9889
- groupChips = h(FChip, Object.assign({ key: '5a883b639e44700c89928d5ba9cf839b9732cd53' }, props));
9890
+ groupChips = h(FChip, Object.assign({ key: '70af7419b624423c92ea27e9502717fd981e6543' }, props));
9890
9891
  }
9891
9892
  }
9892
9893
  const tableClass = {
@@ -9918,7 +9919,7 @@ const KupDataTable = class {
9918
9919
  if (this.headerIsPersistent &&
9919
9920
  this.tableHeight === undefined &&
9920
9921
  this.tableWidth === undefined) {
9921
- stickyEl = (h("sticky-header", { key: '3aad96e7a17b35c2fc7f70bc604991899b44d351', class: "hover-scrolling-child", hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$3(this, _KupDataTable_stickyTheadRef, el, "f")) }, h("thead-sticky", { key: 'd31b1083a18c9ed37b814d5623148c0f5a00ec82' }, h("tr-sticky", { key: '4b7ed8bb31654ec2b8b06e0b79a877ea72e0ab00' }, stickyHeader))));
9922
+ stickyEl = (h("sticky-header", { key: '39b59bec2ce42e0cbfc9de67f3ed51b1e99905c4', class: "hover-scrolling-child", hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$3(this, _KupDataTable_stickyTheadRef, el, "f")) }, h("thead-sticky", { key: '938d07ee61d1389d0a205aa98579c24e04d075f6' }, h("tr-sticky", { key: 'a836ef6e8efcbd69f7d08e3a5a3977ec423d1e66' }, stickyHeader))));
9922
9923
  }
9923
9924
  let belowClass = 'below-wrapper';
9924
9925
  if (!!this.tableHeight || !!this.tableWidth) {
@@ -9944,11 +9945,11 @@ const KupDataTable = class {
9944
9945
  }
9945
9946
  }
9946
9947
  };
9947
- const compCreated = (h(Host, { key: 'bd40d3b3201d4b07a6b6044a794921650887c860', "onKup-cell-input": autoselectOnAction, "onKup-cell-update": autoselectOnAction }, h("style", { key: 'b3352603dcf0f8d99b563b1e578dc4f763f3b71f' }, __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: '26d58f205a28000267ce1532626a53ff31ac2a2a', id: componentWrapperId, class: wrapClass }, h("div", { key: 'c908dccaed7692530330e51e551879ef0f694369', class: "group-wrapper" }, groupChips), h("div", { key: '0a915dafeb40e9e8e6a06e4b7a7eef753606e1cd', 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) => {
9948
+ const compCreated = (h(Host, { key: '3462500743a56d303584e2691d8ed6016fb0ad39', "onKup-cell-input": autoselectOnAction, "onKup-cell-update": autoselectOnAction }, h("style", { key: '71ab4d698102f9eadc3bf6123965ffe2fdd66603' }, __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: 'ecf9c6ec18dfdbf3a0a682b09a343de4e388444c', id: componentWrapperId, class: wrapClass }, h("div", { key: '1543fc449cabcbc245eb7ab6207b50a5104936ac', class: "group-wrapper" }, groupChips), h("div", { key: 'a8cf1fe60de0d07858b8e0264b2ec1145a6d0000', 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) => {
9948
9949
  const t = event.target;
9949
9950
  window.clearTimeout(__classPrivateFieldGet$6(this, _KupDataTable_globalFilterTimeout, "f"));
9950
9951
  __classPrivateFieldSet$3(this, _KupDataTable_globalFilterTimeout, window.setTimeout(() => __classPrivateFieldGet$6(this, _KupDataTable_instances, "m", _KupDataTable_onGlobalFilterChange).call(this, t), 600, t), "f");
9951
- } }))) : null, h("div", { key: '56b37466bf8be7d0b266222231114c0e12ed83a9', class: "above-wrapper paginator-top" }, paginatorTop), this.insertMode !== '' &&
9952
+ } }))) : null, h("div", { key: 'b8e9d699a095abf8057cb9654a49a004fec54c28', class: "above-wrapper paginator-top" }, paginatorTop), this.insertMode !== '' &&
9952
9953
  this.selectedRows.length > 0 ? (h(FButton, { icon: "save", onClick: () => {
9953
9954
  this.kupSave.emit({
9954
9955
  comp: this,
@@ -9998,9 +9999,9 @@ const KupDataTable = class {
9998
9999
  this.data.rows.unshift(row);
9999
10000
  await this.refresh(true);
10000
10001
  }
10001
- }, sizing: KupComponentSizing.MEDIUM, styling: FButtonStyling.RAISED, title: "Insert row", wrapperClass: "insert-button" })) : null), h("div", { key: 'a0ce57237f6fe553d3e4658c1f9d5b2decc6fee8', 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
10002
+ }, sizing: KupComponentSizing.MEDIUM, styling: FButtonStyling.RAISED, title: "Insert row", wrapperClass: "insert-button" })) : null), h("div", { key: 'ac5ae08d6af06604b74a867b4cd5e56bf5145330', 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
10002
10003
  ? __classPrivateFieldGet$6(this, _KupDataTable_instances, "m", _KupDataTable_columnRemoveArea).call(this)
10003
- : null), h("div", { key: 'f2f17b2c91f3a09192c05d7d02d101bf67496820', style: elStyle, class: belowClass, ref: (el) => (__classPrivateFieldSet$3(this, _KupDataTable_tableAreaRef, el, "f")) }, this.showCustomization
10004
+ : null), h("div", { key: 'c8d31229418340d9709720a5831b31ef61027f65', style: elStyle, class: belowClass, ref: (el) => (__classPrivateFieldSet$3(this, _KupDataTable_tableAreaRef, el, "f")) }, this.showCustomization
10004
10005
  ? [
10005
10006
  h("div", { class: "settings-trigger", onClick: () => {
10006
10007
  __classPrivateFieldGet$6(this, _KupDataTable_instances, "m", _KupDataTable_onCustomSettingsClick).call(this);
@@ -10009,7 +10010,7 @@ const KupDataTable = class {
10009
10010
  } }, h(FImage, { color: `var(${KupThemeColorValues.TITLE})`, resource: "settings", sizeX: "10px" })),
10010
10011
  this.renderCustomizePanel(),
10011
10012
  ]
10012
- : null, h("table", { key: '908967a2e798f5ff4fdf3ffd0691a5328030305e', class: tableClass, ref: (el) => (__classPrivateFieldSet$3(this, _KupDataTable_tableRef, el, "f")), onMouseLeave: (ev) => {
10013
+ : null, h("table", { key: '00b9d9546870eec3cbefb47d84f0f31f3cbb0464', class: tableClass, ref: (el) => (__classPrivateFieldSet$3(this, _KupDataTable_tableRef, el, "f")), onMouseLeave: (ev) => {
10013
10014
  ev.stopPropagation();
10014
10015
  }, onPointerDown: (e) => {
10015
10016
  __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");
@@ -10017,7 +10018,7 @@ const KupDataTable = class {
10017
10018
  __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");
10018
10019
  }, onContextMenu: (e) => {
10019
10020
  e.preventDefault();
10020
- } }, h("thead", { key: 'c3f7b74941208f5f9f388f363d0188f853d867a4', hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$3(this, _KupDataTable_theadRef, el, "f")) }, h("tr", { key: '4bca48880507e9c22995f7632f47c64e1bb7ba1d' }, header)), h("tbody", { key: '115258ef46d6967bd58cc530f86e3fe31078f77a' }, rows), this.showFooter || __classPrivateFieldGet$6(this, _KupDataTable_instances, "m", _KupDataTable_hasTotals).call(this)
10021
+ } }, h("thead", { key: 'cbc52433e310b919a94fcb276655d6647b6f44b3', hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$3(this, _KupDataTable_theadRef, el, "f")) }, h("tr", { key: 'cae2222b4c79c64085be28869a0386d5d25df456' }, header)), h("tbody", { key: '337ac7499d2e39eda33151e7493921d8eb12a025' }, rows), this.showFooter || __classPrivateFieldGet$6(this, _KupDataTable_instances, "m", _KupDataTable_hasTotals).call(this)
10021
10022
  ? this.renderFooter()
10022
10023
  : null), stickyEl), paginatorBottom)));
10023
10024
  return compCreated;
@@ -12474,7 +12475,10 @@ _KupDataTable_initialized = new WeakMap(), _KupDataTable_rows = new WeakMap(), _
12474
12475
  this.deleteRows(ids);
12475
12476
  };
12476
12477
  const addConfirmButton = () => {
12477
- commandButtons.push(h("kup-button", { styling: styling, icon: "check", "onKup-button-click": () => __classPrivateFieldGet$6(this, _KupDataTable_handleUpdateClick, "f").call(this), label: __classPrivateFieldGet$6(this, _KupDataTable_kupManager, "f").language.translate(KupLanguageGeneric.CONFIRM) }));
12478
+ __classPrivateFieldGet$6(this, _KupDataTable_kupManager, "f").keysBinding.register('enter', () => __classPrivateFieldGet$6(this, _KupDataTable_handleUpdateClick, "f").call(this));
12479
+ commandButtons.push(h("kup-button", { styling: styling, icon: "check", "onKup-button-click": () => {
12480
+ __classPrivateFieldGet$6(this, _KupDataTable_handleUpdateClick, "f").call(this);
12481
+ }, label: __classPrivateFieldGet$6(this, _KupDataTable_kupManager, "f").language.translate(KupLanguageGeneric.CONFIRM) }));
12478
12482
  };
12479
12483
  const addCommands = () => {
12480
12484
  var _a, _b, _c;