@sme.up/ketchup 11.0.0-SNAPSHOT-20241115171325 → 11.0.0-SNAPSHOT-20241118094932
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 +1 -1
- package/dist/cjs/kup-autocomplete_28.cjs.entry.js.map +1 -1
- package/dist/cjs/kup-input-panel.cjs.entry.js +1 -3
- package/dist/cjs/kup-input-panel.cjs.entry.js.map +1 -1
- package/dist/collection/components/kup-dialog/kup-dialog.js +1 -1
- package/dist/collection/components/kup-dialog/kup-dialog.js.map +1 -1
- package/dist/collection/components/kup-input-panel/kup-input-panel.js +1 -3
- package/dist/collection/components/kup-input-panel/kup-input-panel.js.map +1 -1
- package/dist/components/kup-autocomplete2.js +1 -1
- package/dist/components/kup-autocomplete2.js.map +1 -1
- package/dist/components/kup-input-panel.js +1 -3
- package/dist/components/kup-input-panel.js.map +1 -1
- package/dist/esm/kup-autocomplete_28.entry.js +1 -1
- package/dist/esm/kup-autocomplete_28.entry.js.map +1 -1
- package/dist/esm/kup-input-panel.entry.js +1 -3
- package/dist/esm/kup-input-panel.entry.js.map +1 -1
- package/dist/ketchup/ketchup.esm.js +1 -1
- package/dist/ketchup/{p-43fb9001.entry.js → p-acb3d8df.entry.js} +2 -2
- package/dist/ketchup/{p-43fb9001.entry.js.map → p-acb3d8df.entry.js.map} +1 -1
- package/dist/ketchup/p-f2063dac.entry.js +2 -0
- package/dist/ketchup/p-f2063dac.entry.js.map +1 -0
- package/package.json +1 -1
- package/dist/ketchup/p-f60baaa2.entry.js +0 -2
- package/dist/ketchup/p-f60baaa2.entry.js.map +0 -1
|
@@ -13071,7 +13071,7 @@ const KupDialog = class {
|
|
|
13071
13071
|
'--kup_dialog_height': this.sizeY ? this.sizeY : 'auto',
|
|
13072
13072
|
'--kup_dialog_width': this.sizeX ? this.sizeX : 'auto',
|
|
13073
13073
|
};
|
|
13074
|
-
return (index.h(index.Host, { key: '4f74b02d375c0ed0bdae000e98d34f62f6f52501', "fade-in": true, style: style }, index.h("style", { key: '42a84bac7c78d2810ea5247340fd80ba53e35b6a' }, __classPrivateFieldGet$5(this, _KupDialog_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: '037d928dd1d5931a5995cf2a838b7d6a4dacae30', 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)) :
|
|
13074
|
+
return (index.h(index.Host, { key: '4f74b02d375c0ed0bdae000e98d34f62f6f52501', "fade-in": true, style: style }, index.h("style", { key: '42a84bac7c78d2810ea5247340fd80ba53e35b6a' }, __classPrivateFieldGet$5(this, _KupDialog_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: '037d928dd1d5931a5995cf2a838b7d6a4dacae30', 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)) : (index.h("slot", { name: "header", ref: (el) => (__classPrivateFieldSet$2(this, _KupDialog_header, el, "f")) })), index.h("div", { key: 'a304e4f2e2455033f00a51db18dff006f33fdafe', class: "content" }, index.h("slot", { key: '228933df417a9c4cc195869d6347a18244ff12fb', name: "content" })))));
|
|
13075
13075
|
}
|
|
13076
13076
|
disconnectedCallback() {
|
|
13077
13077
|
if (this.modal) {
|