@sme.up/ketchup 11.0.0-SNAPSHOT-20241118162146 → 11.0.0-SNAPSHOT-20241118173527
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 +5 -1
- package/dist/cjs/kup-autocomplete_28.cjs.entry.js.map +1 -1
- package/dist/cjs/kup-input-panel.cjs.entry.js +3 -3
- package/dist/cjs/kup-input-panel.cjs.entry.js.map +1 -1
- package/dist/collection/components/kup-dialog/kup-dialog.js +5 -1
- package/dist/collection/components/kup-dialog/kup-dialog.js.map +1 -1
- package/dist/collection/components/kup-input-panel/kup-input-panel.js +3 -3
- package/dist/collection/components/kup-input-panel/kup-input-panel.js.map +1 -1
- package/dist/components/kup-autocomplete2.js +5 -1
- package/dist/components/kup-autocomplete2.js.map +1 -1
- package/dist/components/kup-input-panel.js +4 -4
- package/dist/components/kup-input-panel.js.map +1 -1
- package/dist/esm/kup-autocomplete_28.entry.js +5 -1
- package/dist/esm/kup-autocomplete_28.entry.js.map +1 -1
- package/dist/esm/kup-input-panel.entry.js +4 -4
- package/dist/esm/kup-input-panel.entry.js.map +1 -1
- package/dist/ketchup/ketchup.esm.js +1 -1
- package/dist/ketchup/{p-fc202622.entry.js → p-7bb78fa5.entry.js} +2 -2
- package/dist/ketchup/p-7bb78fa5.entry.js.map +1 -0
- package/dist/ketchup/{p-4973e63b.entry.js → p-ba5d1b55.entry.js} +2 -2
- package/dist/ketchup/p-ba5d1b55.entry.js.map +1 -0
- package/package.json +1 -1
- package/dist/ketchup/p-4973e63b.entry.js.map +0 -1
- package/dist/ketchup/p-fc202622.entry.js.map +0 -1
|
@@ -13075,7 +13075,11 @@ const KupDialog = class {
|
|
|
13075
13075
|
'--kup_dialog_height': this.sizeY ? this.sizeY : 'auto',
|
|
13076
13076
|
'--kup_dialog_width': this.sizeX ? this.sizeX : 'auto',
|
|
13077
13077
|
};
|
|
13078
|
-
|
|
13078
|
+
const headerSlot = this.rootElement.querySelector('[slot="header"]');
|
|
13079
|
+
if (headerSlot) {
|
|
13080
|
+
__classPrivateFieldSet$2(this, _KupDialog_header, headerSlot, "f");
|
|
13081
|
+
}
|
|
13082
|
+
return (index.h(index.Host, { key: 'cd86c206a6f003f913a288b40b41127b96cd87ea', "fade-in": true, style: style }, index.h("style", { key: '6c691bca16376a84bf6291273baacb60e438c671' }, __classPrivateFieldGet$5(this, _KupDialog_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: 'f6dcfb0a6d0a4ba1f27b08d5b67e5527d6690739', id: GenericVariables.componentWrapperId }, this.header ? (index.h("div", { class: "header", ref: (el) => (__classPrivateFieldSet$2(this, _KupDialog_header, el, "f")) }, this.header.title ? (index.h("div", { class: "header__title" }, this.header.title)) : null, ((_a = this.header.icons) === null || _a === void 0 ? void 0 : _a.close) ? (index.h(fImage.FImage, { onClick: () => this.close(), sizeX: "1.25em", sizeY: "100%", resource: "clear", wrapperClass: "header__close" })) : null)) : headerSlot ? (index.h("slot", { name: "header" })) : null, index.h("div", { key: 'f4785e7790c9120a25e00483ca4b427d824684ed', class: "content" }, index.h("slot", { key: 'e32121655c6d1cb1fa6d686ef5e5306b8a5ea3a0', name: "content" })))));
|
|
13079
13083
|
}
|
|
13080
13084
|
disconnectedCallback() {
|
|
13081
13085
|
if (this.modal) {
|