@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.
- package/dist/cjs/kup-autocomplete_28.cjs.entry.js +14 -10
- package/dist/cjs/kup-autocomplete_28.cjs.entry.js.map +1 -1
- package/dist/collection/components/kup-data-table/kup-data-table.js +14 -10
- package/dist/collection/components/kup-data-table/kup-data-table.js.map +1 -1
- package/dist/components/kup-autocomplete2.js +14 -10
- package/dist/components/kup-autocomplete2.js.map +1 -1
- package/dist/esm/kup-autocomplete_28.entry.js +14 -10
- package/dist/esm/kup-autocomplete_28.entry.js.map +1 -1
- package/dist/ketchup/ketchup.esm.js +1 -1
- package/dist/ketchup/{p-1b23ecb9.entry.js → p-c8654f3e.entry.js} +2 -2
- package/dist/ketchup/{p-1b23ecb9.entry.js.map → p-c8654f3e.entry.js.map} +1 -1
- package/package.json +1 -1
|
@@ -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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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
|
-
|
|
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;
|