@sme.up/ketchup 11.0.0-SNAPSHOT-20250205143327 → 11.0.0-SNAPSHOT-20250205143637

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.
Files changed (198) hide show
  1. package/dist/cjs/{f-cell-1ebce571.js → f-cell-3ea5d847.js} +4 -4
  2. package/dist/cjs/{f-chip-65b2bdfd.js → f-chip-a97b36ac.js} +1 -1
  3. package/dist/cjs/{f-object-field-055e8cca.js → f-object-field-bd06c446.js} +2 -2
  4. package/dist/cjs/{f-paginator-utils-17dbcca2.js → f-paginator-utils-d7196260.js} +1 -1
  5. package/dist/cjs/{f-text-field-87c9a930.js → f-text-field-4ca281d8.js} +1 -1
  6. package/dist/cjs/index.cjs.js +1 -1
  7. package/dist/cjs/ketchup.cjs.js +1 -1
  8. package/dist/cjs/kup-accordion.cjs.entry.js +1 -1
  9. package/dist/cjs/kup-activity-timeline.cjs.entry.js +2 -2
  10. package/dist/cjs/kup-autocomplete_29.cjs.entry.js +122 -21
  11. package/dist/cjs/kup-box.cjs.entry.js +7 -7
  12. package/dist/cjs/kup-calendar.cjs.entry.js +2 -2
  13. package/dist/cjs/kup-card-list.cjs.entry.js +1 -1
  14. package/dist/cjs/kup-cell.cjs.entry.js +5 -5
  15. package/dist/cjs/kup-dashboard.cjs.entry.js +2 -2
  16. package/dist/cjs/{kup-data-table-helper-dc9310f6.js → kup-data-table-helper-152abe38.js} +1 -1
  17. package/dist/cjs/kup-drawer.cjs.entry.js +1 -1
  18. package/dist/cjs/kup-echart.cjs.entry.js +1 -1
  19. package/dist/cjs/kup-editor.cjs.entry.js +1 -1
  20. package/dist/cjs/kup-family-tree.cjs.entry.js +1 -1
  21. package/dist/cjs/kup-grid.cjs.entry.js +1 -1
  22. package/dist/cjs/kup-htm.cjs.entry.js +1 -1
  23. package/dist/cjs/kup-iframe.cjs.entry.js +1 -1
  24. package/dist/cjs/kup-image-list.cjs.entry.js +5 -5
  25. package/dist/cjs/kup-input-panel.cjs.entry.js +5 -5
  26. package/dist/cjs/kup-lazy.cjs.entry.js +1 -1
  27. package/dist/cjs/kup-magic-box.cjs.entry.js +1 -1
  28. package/dist/cjs/{kup-manager-bf9935c7.js → kup-manager-03d0fd95.js} +43 -22
  29. package/dist/cjs/kup-nav-bar.cjs.entry.js +1 -1
  30. package/dist/cjs/kup-numeric-picker.cjs.entry.js +2 -2
  31. package/dist/cjs/kup-object-field.cjs.entry.js +3 -3
  32. package/dist/cjs/kup-pdf.cjs.entry.js +1 -1
  33. package/dist/cjs/kup-planner.cjs.entry.js +2 -2
  34. package/dist/cjs/kup-probe.cjs.entry.js +1 -1
  35. package/dist/cjs/kup-qlik.cjs.entry.js +1 -1
  36. package/dist/cjs/kup-snackbar.cjs.entry.js +1 -1
  37. package/dist/cjs/kup-txt.cjs.entry.js +1 -1
  38. package/dist/cjs/kup-typography-list.cjs.entry.js +1 -1
  39. package/dist/cjs/kup-typography.cjs.entry.js +1 -1
  40. package/dist/cjs/loader.cjs.js +1 -1
  41. package/dist/collection/components/kup-card/kup-card.js +5 -2
  42. package/dist/collection/components/kup-dialog/kup-dialog-declarations.js +3 -0
  43. package/dist/collection/components/kup-dialog/kup-dialog.css +27 -2
  44. package/dist/collection/components/kup-dialog/kup-dialog.js +169 -11
  45. package/dist/collection/managers/kup-interact/kup-interact.js +43 -22
  46. package/dist/components/index.js +1 -1
  47. package/dist/components/kup-accordion.js +2 -2
  48. package/dist/components/kup-activity-timeline.js +2 -2
  49. package/dist/components/kup-autocomplete.js +1 -1
  50. package/dist/components/kup-badge.js +1 -1
  51. package/dist/components/kup-box.js +1 -1
  52. package/dist/components/kup-button-list.js +1 -1
  53. package/dist/components/kup-button.js +1 -1
  54. package/dist/components/kup-calendar.js +2 -2
  55. package/dist/components/kup-card-list.js +3 -3
  56. package/dist/components/kup-card.js +1 -1
  57. package/dist/components/kup-cell.js +2 -2
  58. package/dist/components/kup-chart.js +1 -1
  59. package/dist/components/kup-checkbox.js +1 -1
  60. package/dist/components/kup-chip.js +1 -1
  61. package/dist/components/kup-color-picker.js +1 -1
  62. package/dist/components/kup-combobox.js +1 -1
  63. package/dist/components/kup-dashboard.js +2 -2
  64. package/dist/components/kup-data-table.js +1 -1
  65. package/dist/components/kup-date-picker.js +1 -1
  66. package/dist/components/kup-dialog.js +1 -1
  67. package/dist/components/kup-drawer.js +2 -2
  68. package/dist/components/kup-dropdown-button.js +1 -1
  69. package/dist/components/kup-echart.js +1 -1
  70. package/dist/components/kup-editor.js +1 -1
  71. package/dist/components/kup-family-tree.js +3 -3
  72. package/dist/components/kup-file-upload.js +1 -1
  73. package/dist/components/kup-form.js +1 -1
  74. package/dist/components/kup-gauge.js +1 -1
  75. package/dist/components/kup-grid.js +1 -1
  76. package/dist/components/kup-htm.js +2 -2
  77. package/dist/components/kup-iframe.js +2 -2
  78. package/dist/components/kup-image-list.js +2 -2
  79. package/dist/components/kup-image.js +1 -1
  80. package/dist/components/kup-input-panel.js +3 -3
  81. package/dist/components/kup-lazy.js +2 -2
  82. package/dist/components/kup-list.js +1 -1
  83. package/dist/components/kup-magic-box.js +4 -4
  84. package/dist/components/kup-nav-bar.js +2 -2
  85. package/dist/components/kup-numeric-picker.js +2 -2
  86. package/dist/components/kup-object-field.js +2 -2
  87. package/dist/components/kup-pdf.js +2 -2
  88. package/dist/components/kup-planner.js +2 -2
  89. package/dist/components/kup-probe.js +2 -2
  90. package/dist/components/kup-progress-bar.js +1 -1
  91. package/dist/components/kup-qlik.js +2 -2
  92. package/dist/components/kup-radio.js +1 -1
  93. package/dist/components/kup-rating.js +1 -1
  94. package/dist/components/kup-snackbar.js +2 -2
  95. package/dist/components/kup-spinner.js +1 -1
  96. package/dist/components/kup-switch.js +1 -1
  97. package/dist/components/kup-tab-bar.js +1 -1
  98. package/dist/components/kup-text-field.js +1 -1
  99. package/dist/components/kup-time-picker.js +1 -1
  100. package/dist/components/kup-toolbar.js +1 -1
  101. package/dist/components/kup-tree.js +1 -1
  102. package/dist/components/kup-txt.js +2 -2
  103. package/dist/components/kup-typography-list.js +2 -2
  104. package/dist/components/kup-typography.js +2 -2
  105. package/dist/components/{p-700a322b.js → p-09fe5413.js} +43 -22
  106. package/dist/components/{p-741bddcb.js → p-5b0d7ced.js} +2 -2
  107. package/dist/components/{p-9fe00131.js → p-9dd16ce7.js} +119 -15
  108. package/dist/components/{p-b4f7e6d0.js → p-a2637946.js} +2 -2
  109. package/dist/components/{p-45b84d94.js → p-a4c08043.js} +2 -2
  110. package/dist/components/{p-47327b2b.js → p-ecb94be7.js} +2 -2
  111. package/dist/esm/{f-cell-c7bbb5a9.js → f-cell-f70fc3f1.js} +4 -4
  112. package/dist/esm/{f-chip-28f0f666.js → f-chip-474adb94.js} +1 -1
  113. package/dist/esm/{f-object-field-db698ceb.js → f-object-field-4601200a.js} +2 -2
  114. package/dist/esm/{f-paginator-utils-b8c8e0b6.js → f-paginator-utils-ec173eb2.js} +1 -1
  115. package/dist/esm/{f-text-field-f48cb7e9.js → f-text-field-da98216d.js} +1 -1
  116. package/dist/esm/index.js +1 -1
  117. package/dist/esm/ketchup.js +1 -1
  118. package/dist/esm/kup-accordion.entry.js +1 -1
  119. package/dist/esm/kup-activity-timeline.entry.js +2 -2
  120. package/dist/esm/kup-autocomplete_29.entry.js +122 -21
  121. package/dist/esm/kup-box.entry.js +7 -7
  122. package/dist/esm/kup-calendar.entry.js +2 -2
  123. package/dist/esm/kup-card-list.entry.js +1 -1
  124. package/dist/esm/kup-cell.entry.js +5 -5
  125. package/dist/esm/kup-dashboard.entry.js +2 -2
  126. package/dist/esm/{kup-data-table-helper-d4578d59.js → kup-data-table-helper-19df55c1.js} +1 -1
  127. package/dist/esm/kup-drawer.entry.js +1 -1
  128. package/dist/esm/kup-echart.entry.js +1 -1
  129. package/dist/esm/kup-editor.entry.js +1 -1
  130. package/dist/esm/kup-family-tree.entry.js +1 -1
  131. package/dist/esm/kup-grid.entry.js +1 -1
  132. package/dist/esm/kup-htm.entry.js +1 -1
  133. package/dist/esm/kup-iframe.entry.js +1 -1
  134. package/dist/esm/kup-image-list.entry.js +5 -5
  135. package/dist/esm/kup-input-panel.entry.js +5 -5
  136. package/dist/esm/kup-lazy.entry.js +1 -1
  137. package/dist/esm/kup-magic-box.entry.js +1 -1
  138. package/dist/esm/{kup-manager-a08b1823.js → kup-manager-e4341ce1.js} +43 -22
  139. package/dist/esm/kup-nav-bar.entry.js +1 -1
  140. package/dist/esm/kup-numeric-picker.entry.js +2 -2
  141. package/dist/esm/kup-object-field.entry.js +3 -3
  142. package/dist/esm/kup-pdf.entry.js +1 -1
  143. package/dist/esm/kup-planner.entry.js +2 -2
  144. package/dist/esm/kup-probe.entry.js +1 -1
  145. package/dist/esm/kup-qlik.entry.js +1 -1
  146. package/dist/esm/kup-snackbar.entry.js +1 -1
  147. package/dist/esm/kup-txt.entry.js +1 -1
  148. package/dist/esm/kup-typography-list.entry.js +1 -1
  149. package/dist/esm/kup-typography.entry.js +1 -1
  150. package/dist/esm/loader.js +1 -1
  151. package/dist/ketchup/index.esm.js +1 -1
  152. package/dist/ketchup/ketchup.esm.js +1 -1
  153. package/dist/ketchup/{p-24658ca7.entry.js → p-0c190203.entry.js} +1 -1
  154. package/dist/ketchup/{p-4f9d0919.js → p-13dd83ac.js} +1 -1
  155. package/dist/ketchup/{p-680efa51.entry.js → p-383797f8.entry.js} +1 -1
  156. package/dist/ketchup/{p-5c22a877.entry.js → p-3cb9a415.entry.js} +1 -1
  157. package/dist/ketchup/{p-d4ee5b08.entry.js → p-3f07de9e.entry.js} +1 -1
  158. package/dist/ketchup/{p-e21bc514.entry.js → p-43646b7c.entry.js} +1 -1
  159. package/dist/ketchup/{p-cf03bba4.entry.js → p-43cddbb0.entry.js} +1 -1
  160. package/dist/ketchup/{p-2b513e41.entry.js → p-4686d137.entry.js} +1 -1
  161. package/dist/ketchup/{p-3587239e.entry.js → p-48131b40.entry.js} +1 -1
  162. package/dist/ketchup/{p-6fdd06a8.entry.js → p-485a0681.entry.js} +1 -1
  163. package/dist/ketchup/{p-26a8754b.entry.js → p-4f371390.entry.js} +1 -1
  164. package/dist/ketchup/{p-6fdc73c2.js → p-55470e36.js} +1 -1
  165. package/dist/ketchup/{p-0c57cfc5.entry.js → p-57822922.entry.js} +1 -1
  166. package/dist/ketchup/{p-5ee4d84e.entry.js → p-5932594b.entry.js} +1 -1
  167. package/dist/ketchup/{p-171c5fae.js → p-5d01a486.js} +1 -1
  168. package/dist/ketchup/{p-9d813868.entry.js → p-5f96aca0.entry.js} +1 -1
  169. package/dist/ketchup/{p-25218b3b.entry.js → p-6559719a.entry.js} +1 -1
  170. package/dist/ketchup/{p-27d7d8a7.entry.js → p-7a5b6098.entry.js} +1 -1
  171. package/dist/ketchup/{p-1c6cde19.entry.js → p-82619ea9.entry.js} +1 -1
  172. package/dist/ketchup/{p-5fc94093.entry.js → p-9253017a.entry.js} +1 -1
  173. package/dist/ketchup/{p-2d229381.entry.js → p-9a146521.entry.js} +1 -1
  174. package/dist/ketchup/{p-fa7058e5.entry.js → p-9d73aadf.entry.js} +1 -1
  175. package/dist/ketchup/{p-cef2c364.js → p-9fd40422.js} +1 -1
  176. package/dist/ketchup/{p-06360264.entry.js → p-a00333bf.entry.js} +1 -1
  177. package/dist/ketchup/p-a4cc23f9.entry.js +9 -0
  178. package/dist/ketchup/{p-b7a96594.entry.js → p-a5533a5b.entry.js} +1 -1
  179. package/dist/ketchup/{p-24111ebd.entry.js → p-a9cba8fa.entry.js} +1 -1
  180. package/dist/ketchup/{p-d8cca5ee.entry.js → p-abb84a06.entry.js} +1 -1
  181. package/dist/ketchup/{p-6cae6b15.entry.js → p-b3fbf426.entry.js} +1 -1
  182. package/dist/ketchup/p-bccb0dd8.js +21 -0
  183. package/dist/ketchup/{p-6fdcb531.entry.js → p-c36bf35a.entry.js} +1 -1
  184. package/dist/ketchup/{p-d2872e96.entry.js → p-c5e20fe2.entry.js} +1 -1
  185. package/dist/ketchup/{p-b1528297.entry.js → p-c9f73041.entry.js} +1 -1
  186. package/dist/ketchup/{p-53e2645c.entry.js → p-cedd66f8.entry.js} +1 -1
  187. package/dist/ketchup/{p-60b147f3.entry.js → p-d30ae9d4.entry.js} +1 -1
  188. package/dist/ketchup/{p-742e1ca0.js → p-dcd875f8.js} +1 -1
  189. package/dist/ketchup/p-efa16bc4.js +1 -0
  190. package/dist/types/components/kup-dialog/kup-dialog-declarations.d.ts +3 -0
  191. package/dist/types/components/kup-dialog/kup-dialog.d.ts +16 -0
  192. package/dist/types/components.d.ts +30 -0
  193. package/dist/types/managers/kup-interact/kup-interact-declarations.d.ts +20 -1
  194. package/dist/types/managers/kup-interact/kup-interact.d.ts +7 -3
  195. package/package.json +1 -1
  196. package/dist/ketchup/p-03ecb09e.entry.js +0 -9
  197. package/dist/ketchup/p-25f1e4bf.js +0 -1
  198. package/dist/ketchup/p-b2ed96d1.js +0 -21
@@ -14,7 +14,7 @@ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (
14
14
  throw new TypeError("Cannot write private member to an object whose class did not declare it");
15
15
  return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
16
16
  };
17
- var _KupDialog_instances, _KupDialog_header, _KupDialog_kupManager, _KupDialog_recalcSafeguard, _KupDialog_disconnectedCallback;
17
+ var _KupDialog_instances, _KupDialog_header, _KupDialog_kupManager, _KupDialog_recalcSafeguard, _KupDialog_disconnectedCallback, _KupDialog_getMinMaxDimensions, _KupDialog_onResize, _KupDialog_dialogify, _KupDialog_undialogify, _KupDialog_getEdgeOptions, _KupDialog_getStyles;
18
18
  import { forceUpdate, h, Host, } from "@stencil/core";
19
19
  import { FImage } from "../../f-components/f-image/f-image";
20
20
  import { kupManagerInstance } from "../../managers/kup-manager/kup-manager";
@@ -36,6 +36,9 @@ export class KupDialog {
36
36
  this.header = { icons: { close: true } };
37
37
  this.modal = { closeOnBackdropClick: true };
38
38
  this.resizable = true;
39
+ this.anchor = 'none';
40
+ this.minSizeX = '20dvw';
41
+ this.minSizeY = '20dvh';
39
42
  this.sizeX = 'auto';
40
43
  this.sizeY = 'auto';
41
44
  this.maxSizeX = '90dvw';
@@ -114,8 +117,8 @@ export class KupDialog {
114
117
  }
115
118
  componentDidLoad() {
116
119
  var _a;
117
- __classPrivateFieldGet(this, _KupDialog_kupManager, "f").interact.dialogify(this.rootElement, __classPrivateFieldGet(this, _KupDialog_header, "f") ? __classPrivateFieldGet(this, _KupDialog_header, "f") : null, !this.resizable);
118
- if ((_a = this.autoCenter) === null || _a === void 0 ? void 0 : _a.onReady) {
120
+ __classPrivateFieldGet(this, _KupDialog_instances, "m", _KupDialog_dialogify).call(this);
121
+ if (((_a = this.autoCenter) === null || _a === void 0 ? void 0 : _a.onReady) && this.anchor == 'none') {
119
122
  this.recalcPosition();
120
123
  }
121
124
  else {
@@ -134,6 +137,12 @@ export class KupDialog {
134
137
  });
135
138
  __classPrivateFieldGet(this, _KupDialog_kupManager, "f").debug.logLoad(this, true);
136
139
  }
140
+ componentDidUpdate() {
141
+ // unregister dialog
142
+ __classPrivateFieldGet(this, _KupDialog_instances, "m", _KupDialog_undialogify).call(this);
143
+ // register it again
144
+ __classPrivateFieldGet(this, _KupDialog_instances, "m", _KupDialog_dialogify).call(this);
145
+ }
137
146
  componentWillRender() {
138
147
  __classPrivateFieldGet(this, _KupDialog_kupManager, "f").debug.logRender(this, false);
139
148
  }
@@ -141,18 +150,13 @@ export class KupDialog {
141
150
  __classPrivateFieldGet(this, _KupDialog_kupManager, "f").debug.logRender(this, true);
142
151
  }
143
152
  render() {
144
- var _a;
145
- const style = {
146
- '--kup_dialog_height': this.sizeY ? this.sizeY : 'auto',
147
- '--kup_dialog_width': this.sizeX ? this.sizeX : 'auto',
148
- '--kup_dialog_max_width': this.maxSizeX ? this.maxSizeX : '90dvw',
149
- '--kup_dialog_max_height': this.maxSizeY ? this.maxSizeY : '90dvh',
150
- };
153
+ var _a, _b;
154
+ let style = __classPrivateFieldGet(this, _KupDialog_instances, "m", _KupDialog_getStyles).call(this);
151
155
  const headerSlot = this.rootElement.querySelector('[slot="header"]');
152
156
  if (headerSlot) {
153
157
  __classPrivateFieldSet(this, _KupDialog_header, headerSlot, "f");
154
158
  }
155
- return (h(Host, { key: '85b3008a0040995bdac981d0482852f53f696989', "fade-in": true, style: style }, h("style", { key: 'fe88280e675258f5604ee2abb4b944a4f8f11f17' }, __classPrivateFieldGet(this, _KupDialog_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '872122d576446bb73d501de1a5248c650c1c9268', id: componentWrapperId }, this.header ? (h("div", { class: "header", ref: (el) => (__classPrivateFieldSet(this, _KupDialog_header, el, "f")) }, this.header.title ? (h("div", { class: "header__title" }, this.header.title)) : null, ((_a = this.header.icons) === null || _a === void 0 ? void 0 : _a.close) ? (h(FImage, { onClick: () => this.close(), sizeX: "1.25em", sizeY: "100%", resource: "clear", wrapperClass: "header__close" })) : null)) : headerSlot ? (h("slot", { name: "header" })) : null, h("div", { key: 'c367d4b6a2308ef03b6fb0440a27c77a396f6cb7', class: "content" }, h("slot", { key: '619582bc343d3cd073289a8261844d1fc5bd9fc4', name: "content" })))));
159
+ return (h(Host, { key: '6b77e120901ad4af2375f3f39aa278645820735e', "fade-in": true, style: style, "data-anchor": ((_a = this.anchor) === null || _a === void 0 ? void 0 : _a.toString()) || 'none' }, h("style", { key: 'd8c4a1d878c71cf48259c2a749a18863b04bee2f' }, __classPrivateFieldGet(this, _KupDialog_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: 'ee15ebb743fe59fc3e4a926eac8e21953b223d29', id: componentWrapperId }, this.header ? (h("div", { class: "header", ref: (el) => (__classPrivateFieldSet(this, _KupDialog_header, el, "f")) }, this.header.title ? (h("div", { class: "header__title" }, this.header.title)) : null, ((_b = this.header.icons) === null || _b === void 0 ? void 0 : _b.close) ? (h(FImage, { onClick: () => this.close(), sizeX: "1.25em", sizeY: "100%", resource: "clear", wrapperClass: "header__close" })) : null)) : headerSlot ? (h("slot", { name: "header" })) : null, h("div", { key: '57fca041982e0a1f47479ce0ccc1369917b0c984', class: "content" }, h("slot", { key: 'a0397c07bb34449de093d0290ef4f981d5c70109', name: "content" })))));
156
160
  }
157
161
  disconnectedCallback() {
158
162
  __classPrivateFieldGet(this, _KupDialog_instances, "m", _KupDialog_disconnectedCallback).call(this);
@@ -291,6 +295,69 @@ export class KupDialog {
291
295
  "reflect": false,
292
296
  "defaultValue": "true"
293
297
  },
298
+ "anchor": {
299
+ "type": "string",
300
+ "mutable": false,
301
+ "complexType": {
302
+ "original": "'none' | 'left' | 'top' | 'right' | 'bottom'",
303
+ "resolved": "\"bottom\" | \"left\" | \"none\" | \"right\" | \"top\"",
304
+ "references": {}
305
+ },
306
+ "required": false,
307
+ "optional": false,
308
+ "docs": {
309
+ "tags": [{
310
+ "name": "default",
311
+ "text": "\"none\""
312
+ }],
313
+ "text": "Sets anchor position (\"none\", \"left\", \"top\", \"right\", \"bottom\")."
314
+ },
315
+ "attribute": "anchor",
316
+ "reflect": false,
317
+ "defaultValue": "'none'"
318
+ },
319
+ "minSizeX": {
320
+ "type": "string",
321
+ "mutable": false,
322
+ "complexType": {
323
+ "original": "string",
324
+ "resolved": "string",
325
+ "references": {}
326
+ },
327
+ "required": false,
328
+ "optional": false,
329
+ "docs": {
330
+ "tags": [{
331
+ "name": "default",
332
+ "text": "\"auto\""
333
+ }],
334
+ "text": "The min width of the dialog."
335
+ },
336
+ "attribute": "min-size-x",
337
+ "reflect": false,
338
+ "defaultValue": "'20dvw'"
339
+ },
340
+ "minSizeY": {
341
+ "type": "string",
342
+ "mutable": false,
343
+ "complexType": {
344
+ "original": "string",
345
+ "resolved": "string",
346
+ "references": {}
347
+ },
348
+ "required": false,
349
+ "optional": false,
350
+ "docs": {
351
+ "tags": [{
352
+ "name": "default",
353
+ "text": "\"auto\""
354
+ }],
355
+ "text": "The min height of the dialog."
356
+ },
357
+ "attribute": "min-size-y",
358
+ "reflect": false,
359
+ "defaultValue": "'20dvh'"
360
+ },
294
361
  "sizeX": {
295
362
  "type": "string",
296
363
  "mutable": false,
@@ -545,4 +612,95 @@ _KupDialog_header = new WeakMap(), _KupDialog_kupManager = new WeakMap(), _KupDi
545
612
  __classPrivateFieldGet(this, _KupDialog_kupManager, "f").interact.hideModalBackdrop();
546
613
  }
547
614
  __classPrivateFieldGet(this, _KupDialog_kupManager, "f").theme.unregister(this);
615
+ }, _KupDialog_getMinMaxDimensions = function _KupDialog_getMinMaxDimensions(element) {
616
+ const minWidth = getComputedStyle(element).minWidth.replace('px', '');
617
+ const minHeight = getComputedStyle(element).minHeight.replace('px', '');
618
+ const maxWidth = getComputedStyle(element).maxWidth.replace('px', '');
619
+ const maxHeight = getComputedStyle(element).maxHeight.replace('px', '');
620
+ return {
621
+ min: {
622
+ width: parseFloat(minWidth),
623
+ height: parseFloat(minHeight),
624
+ },
625
+ max: {
626
+ width: parseFloat(maxWidth),
627
+ height: parseFloat(maxHeight),
628
+ },
629
+ };
630
+ }, _KupDialog_onResize = function _KupDialog_onResize(e) {
631
+ let { width, height } = e.rect;
632
+ const target = e.target;
633
+ const dim = __classPrivateFieldGet(this, _KupDialog_instances, "m", _KupDialog_getMinMaxDimensions).call(this, this.rootElement);
634
+ const isDetatched = this.anchor == 'none';
635
+ const isHorizontalShiftAllowed = width >= dim.min.width - 1 &&
636
+ width <= dim.max.width + 1 &&
637
+ isDetatched;
638
+ const isVerticalShiftAllowed = height >= dim.min.height - 1 &&
639
+ height <= dim.max.height + 1 &&
640
+ isDetatched;
641
+ if (e.edges.left && isHorizontalShiftAllowed) {
642
+ target.style.left = `${parseFloat(target.style.left || '0') + e.deltaRect.left}px`;
643
+ }
644
+ if (e.edges.top && isVerticalShiftAllowed) {
645
+ target.style.top = `${parseFloat(target.style.top || '0') + e.deltaRect.top}px`;
646
+ }
647
+ if (e.edges.right && isHorizontalShiftAllowed) {
648
+ target.style.right = `${parseFloat(target.style.right || '0') - e.deltaRect.right}px`;
649
+ }
650
+ if (e.edges.bottom && isVerticalShiftAllowed) {
651
+ target.style.bottom = `${parseFloat(target.style.bottom || '0') - e.deltaRect.bottom}px`;
652
+ }
653
+ }, _KupDialog_dialogify = function _KupDialog_dialogify() {
654
+ const isDetatched = this.anchor == 'none';
655
+ __classPrivateFieldGet(this, _KupDialog_kupManager, "f").interact.dialogify(this.rootElement, __classPrivateFieldGet(this, _KupDialog_header, "f") ? __classPrivateFieldGet(this, _KupDialog_header, "f") : null, {
656
+ isResizable: this.resizable || !isDetatched,
657
+ isDraggable: isDetatched,
658
+ onResize: __classPrivateFieldGet(this, _KupDialog_instances, "m", _KupDialog_onResize).bind(this),
659
+ resizeConstraints: __classPrivateFieldGet(this, _KupDialog_instances, "m", _KupDialog_getMinMaxDimensions).call(this, this.rootElement),
660
+ edges: __classPrivateFieldGet(this, _KupDialog_instances, "m", _KupDialog_getEdgeOptions).call(this),
661
+ });
662
+ }, _KupDialog_undialogify = function _KupDialog_undialogify() {
663
+ __classPrivateFieldGet(this, _KupDialog_kupManager, "f").interact.undialogify(this.rootElement);
664
+ }, _KupDialog_getEdgeOptions = function _KupDialog_getEdgeOptions() {
665
+ switch (this.anchor) {
666
+ case 'none':
667
+ return { left: true, top: true, right: true, bottom: true };
668
+ case 'left':
669
+ return { left: false, top: false, right: true, bottom: false };
670
+ case 'top':
671
+ return { left: false, top: false, right: false, bottom: true };
672
+ case 'right':
673
+ return { left: true, top: false, right: false, bottom: false };
674
+ case 'bottom':
675
+ return { left: false, top: true, right: false, bottom: false };
676
+ }
677
+ }, _KupDialog_getStyles = function _KupDialog_getStyles() {
678
+ const minHeight = '--kup_dialog_min_height';
679
+ const minWidth = '--kup_dialog_min_width';
680
+ const height = '--kup_dialog_height';
681
+ const width = '--kup_dialog_width';
682
+ const maxHeight = '--kup_dialog_max_height';
683
+ const maxWidth = '--kup_dialog_max_width';
684
+ const styles = {};
685
+ if (this.anchor == 'none') {
686
+ styles[minHeight] = this.minSizeY ? this.minSizeY : '20dvh';
687
+ styles[minWidth] = this.minSizeX ? this.minSizeX : '20dvw';
688
+ styles[height] = this.sizeY ? this.sizeY : 'auto';
689
+ styles[width] = this.sizeX ? this.sizeX : 'auto';
690
+ styles[maxHeight] = this.maxSizeY ? this.maxSizeY : '90dvh';
691
+ styles[maxWidth] = this.maxSizeX ? this.maxSizeX : '90dvw';
692
+ }
693
+ if (this.anchor == 'left' || this.anchor == 'right') {
694
+ styles[minHeight] = '100dvh';
695
+ styles[minWidth] = this.minSizeX ? this.minSizeX : '20dvw';
696
+ styles[maxHeight] = this.maxSizeY ? this.maxSizeY : '100dvh';
697
+ styles[maxWidth] = this.maxSizeX ? this.maxSizeX : '80dvw';
698
+ }
699
+ if (this.anchor == 'top' || this.anchor == 'bottom') {
700
+ styles[minHeight] = this.minSizeY ? this.minSizeY : '20dvh';
701
+ styles[minWidth] = '100dvw';
702
+ styles[maxHeight] = this.maxSizeY ? this.maxSizeY : '80dvh';
703
+ styles[maxWidth] = this.maxSizeX ? this.maxSizeX : '100dvw';
704
+ }
705
+ return styles;
548
706
  };
@@ -328,10 +328,11 @@ export class KupInteract {
328
328
  * This method gives the element dialog-like features, by activating moving on drag and, optionally, the resize.
329
329
  * @param {HTMLElement} el - Dialog element.
330
330
  * @param {HTMLElement} handleEl - Element that must be dragged in order to trigger movement. When not provided, dragging anywhere on "el" will move it.
331
- * @param {boolean} unresizable - When true, the dialog can't be resized.
331
+ * @param {KupDialogifyOptions} options - Sets the options for dialogify.
332
332
  * @param {RectResolvable<[number, number, Interaction<keyof ActionMap>]>} restrictContainer - When present, it will set the constraint of "el": it can't be moved outside this container.
333
333
  */
334
- dialogify(el, handleEl, unresizable, restrictContainer) {
334
+ dialogify(el, handleEl, options, restrictContainer) {
335
+ var _a;
335
336
  el.setAttribute(kupDialogAttribute, '');
336
337
  el.style.zIndex = (this.zIndex++).toString();
337
338
  const callbacks = {
@@ -340,34 +341,54 @@ export class KupInteract {
340
341
  el.style.zIndex = (dom.ketchup.interact.zIndex++).toString();
341
342
  },
342
343
  };
343
- this.draggable(el, {
344
- allowFrom: handleEl ? handleEl : null,
345
- modifiers: [
346
- interact.modifiers.restrictRect({
347
- restriction: restrictContainer
348
- ? restrictContainer
349
- : dom.ketchup.interact.restrictContainer,
350
- endOnly: true,
351
- }),
352
- ],
353
- }, null, KupDragEffect.MOVE, callbacks);
354
- if (!unresizable) {
344
+ if (options === null || options === void 0 ? void 0 : options.isDraggable) {
345
+ this.draggable(el, {
346
+ allowFrom: handleEl ? handleEl : null,
347
+ modifiers: [
348
+ interact.modifiers.restrictRect({
349
+ restriction: restrictContainer
350
+ ? restrictContainer
351
+ : dom.ketchup.interact.restrictContainer,
352
+ endOnly: true,
353
+ }),
354
+ ],
355
+ }, null, KupDragEffect.MOVE, callbacks);
356
+ }
357
+ if (options === null || options === void 0 ? void 0 : options.isResizable) {
355
358
  el.classList.add(kupDialogResizableClass);
356
359
  this.resizable(el, {
357
- edges: {
358
- left: true,
359
- right: true,
360
- bottom: true,
361
- top: false,
362
- },
360
+ edges: options.edges,
363
361
  modifiers: [
364
- interact.modifiers.restrictSize({
362
+ interact.modifiers.restrictSize((_a = options === null || options === void 0 ? void 0 : options.resizeConstraints) !== null && _a !== void 0 ? _a : {
365
363
  min: { width: 100, height: 100 },
366
364
  }),
367
365
  ],
368
- }, null, true, true);
366
+ }, {
367
+ move(e) {
368
+ if (options.onResize) {
369
+ options.onResize(e);
370
+ }
371
+ },
372
+ }, (options === null || options === void 0 ? void 0 : options.onResize) ? false : true, true);
369
373
  }
370
374
  }
375
+ /**
376
+ * Undialogify element
377
+ */
378
+ undialogify(el) {
379
+ // unregister dialog
380
+ this.unregister([el]);
381
+ // reset Interact.js properties to prevent switch to a wrong position when changing anchor
382
+ el.style.removeProperty('left');
383
+ el.style.removeProperty('top');
384
+ el.style.removeProperty('right');
385
+ el.style.removeProperty('bottom');
386
+ el.style.removeProperty('width');
387
+ el.style.removeProperty('height');
388
+ el.style.removeProperty('transform');
389
+ el.removeAttribute('data-x');
390
+ el.removeAttribute('data-y');
391
+ }
371
392
  /**
372
393
  * Hides the modal's backdrop.
373
394
  */
@@ -1,5 +1,5 @@
1
1
  export { g as getAssetPath, s as setAssetPath, a as setNonce, b as setPlatformOptions } from './p-2e5f2e07.js';
2
- import { K as KupManager } from './p-700a322b.js';
2
+ import { K as KupManager } from './p-09fe5413.js';
3
3
 
4
4
  /** used for obtain a KupManager instance without a dom document (for UT) */
5
5
  function newKupManager(init) {
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H, c as createEvent, f as forceUpdate, h, d as Host } from './p-2e5f2e07.js';
2
- import { k as kupManagerInstance, a as KupComponentSizing, g as getProps, s as setProps, b as KupThemeColorValues, c as KupThemeIconValues } from './p-700a322b.js';
3
- import { M as MDCRipple, F as FImage, c as componentWrapperId, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t, D as defineCustomElement$u } from './p-9fe00131.js';
2
+ import { k as kupManagerInstance, a as KupComponentSizing, g as getProps, s as setProps, b as KupThemeColorValues, c as KupThemeIconValues } from './p-09fe5413.js';
3
+ import { M as MDCRipple, F as FImage, c as componentWrapperId, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t, D as defineCustomElement$u } from './p-9dd16ce7.js';
4
4
 
5
5
  /**
6
6
  * Props of the kup-accordion component.
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H, c as createEvent, f as forceUpdate, h, F as Fragment, d as Host } from './p-2e5f2e07.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, t as KupDebugCategory, m as getCellValueForDisplay } from './p-700a322b.js';
3
- import { c as componentWrapperId, E as sortRows, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t, D as defineCustomElement$u, F as FImage } from './p-9fe00131.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, t as KupDebugCategory, m as getCellValueForDisplay } from './p-09fe5413.js';
3
+ import { c as componentWrapperId, E as sortRows, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t, D as defineCustomElement$u, F as FImage } from './p-9dd16ce7.js';
4
4
 
5
5
  var KupActivityTimelineProps;
6
6
  (function (KupActivityTimelineProps) {
@@ -1,4 +1,4 @@
1
- import { K as KupAutocomplete$1, D as defineCustomElement$1 } from './p-9fe00131.js';
1
+ import { K as KupAutocomplete$1, D as defineCustomElement$1 } from './p-9dd16ce7.js';
2
2
 
3
3
  const KupAutocomplete = KupAutocomplete$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { G as KupBadge$1, C as defineCustomElement$1 } from './p-9fe00131.js';
1
+ import { G as KupBadge$1, C as defineCustomElement$1 } from './p-9dd16ce7.js';
2
2
 
3
3
  const KupBadge = KupBadge$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { K as KupBox$1, d as defineCustomElement$1 } from './p-45b84d94.js';
1
+ import { K as KupBox$1, d as defineCustomElement$1 } from './p-a4c08043.js';
2
2
 
3
3
  const KupBox = KupBox$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { S as KupButtonList$1, A as defineCustomElement$1 } from './p-9fe00131.js';
1
+ import { S as KupButtonList$1, A as defineCustomElement$1 } from './p-9dd16ce7.js';
2
2
 
3
3
  const KupButtonList = KupButtonList$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { R as KupButton$1, B as defineCustomElement$1 } from './p-9fe00131.js';
1
+ import { R as KupButton$1, B as defineCustomElement$1 } from './p-9dd16ce7.js';
2
2
 
3
3
  const KupButton = KupButton$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H as H$2, c as createEvent, g as getAssetPath, f as forceUpdate, h as h$1, d as Host } from './p-2e5f2e07.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, d as KupLanguageGeneric, H as getColumnByName, t as KupDebugCategory } from './p-700a322b.js';
3
- import { c as componentWrapperId, T as FButton, O as FChip, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t, D as defineCustomElement$u, U as FChipType } from './p-9fe00131.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, d as KupLanguageGeneric, H as getColumnByName, t as KupDebugCategory } from './p-09fe5413.js';
3
+ import { c as componentWrapperId, T as FButton, O as FChip, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t, D as defineCustomElement$u, U as FChipType } from './p-9dd16ce7.js';
4
4
  import { b as KupDatesLocales, K as KupDatesFormats } from './p-1581348d.js';
5
5
 
6
6
  var n,l$1,u$1,i$1,t,r$1,o,f$1,e$1,c$1={},s=[],a$1=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;function h(n,l){for(var u in l)n[u]=l[u];return n}function v$1(n){var l=n.parentNode;l&&l.removeChild(n);}function y(l,u,i){var t,r,o,f={};for(o in u)"key"==o?t=u[o]:"ref"==o?r=u[o]:f[o]=u[o];if(arguments.length>2&&(f.children=arguments.length>3?n.call(arguments,2):i),"function"==typeof l&&null!=l.defaultProps)for(o in l.defaultProps)void 0===f[o]&&(f[o]=l.defaultProps[o]);return p(l,f,t,r,null)}function p(n,i,t,r,o){var f={type:n,props:i,key:t,ref:r,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:null==o?++u$1:o};return null==o&&null!=l$1.vnode&&l$1.vnode(f),f}function d(){return {current:null}}function _(n){return n.children}function k$1(n,l,u,i,t){var r;for(r in u)"children"===r||"key"===r||r in l||g$2(n,r,null,u[r],i);for(r in l)t&&"function"!=typeof l[r]||"children"===r||"key"===r||"value"===r||"checked"===r||u[r]===l[r]||g$2(n,r,l[r],u[r],i);}function b$1(n,l,u){"-"===l[0]?n.setProperty(l,null==u?"":u):n[l]=null==u?"":"number"!=typeof u||a$1.test(l)?u:u+"px";}function g$2(n,l,u,i,t){var r;n:if("style"===l)if("string"==typeof u)n.style.cssText=u;else {if("string"==typeof i&&(n.style.cssText=i=""),i)for(l in i)u&&l in u||b$1(n.style,l,"");if(u)for(l in u)i&&u[l]===i[l]||b$1(n.style,l,u[l]);}else if("o"===l[0]&&"n"===l[1])r=l!==(l=l.replace(/Capture$/,"")),l=l.toLowerCase()in n?l.toLowerCase().slice(2):l.slice(2),n.l||(n.l={}),n.l[l+r]=u,u?i||n.addEventListener(l,r?w$2:m$1,r):n.removeEventListener(l,r?w$2:m$1,r);else if("dangerouslySetInnerHTML"!==l){if(t)l=l.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!==l&&"height"!==l&&"href"!==l&&"list"!==l&&"form"!==l&&"tabIndex"!==l&&"download"!==l&&l in n)try{n[l]=null==u?"":u;break n}catch(n){}"function"==typeof u||(null==u||!1===u&&-1==l.indexOf("-")?n.removeAttribute(l):n.setAttribute(l,u));}}function m$1(n){t=!0;try{return this.l[n.type+!1](l$1.event?l$1.event(n):n)}finally{t=!1;}}function w$2(n){t=!0;try{return this.l[n.type+!0](l$1.event?l$1.event(n):n)}finally{t=!1;}}function x$1(n,l){this.props=n,this.context=l;}function A(n,l){if(null==l)return n.__?A(n.__,n.__.__k.indexOf(n)+1):null;for(var u;l<n.__k.length;l++)if(null!=(u=n.__k[l])&&null!=u.__e)return u.__e;return "function"==typeof n.type?A(n):null}function P$1(n){var l,u;if(null!=(n=n.__)&&null!=n.__c){for(n.__e=n.__c.base=null,l=0;l<n.__k.length;l++)if(null!=(u=n.__k[l])&&null!=u.__e){n.__e=n.__c.base=u.__e;break}return P$1(n)}}function C$1(n){t?setTimeout(n):f$1(n);}function T$1(n){(!n.__d&&(n.__d=!0)&&r$1.push(n)&&!$$1.__r++||o!==l$1.debounceRendering)&&((o=l$1.debounceRendering)||C$1)($$1);}function $$1(){var n,l,u,i,t,o,f,e;for(r$1.sort(function(n,l){return n.__v.__b-l.__v.__b});n=r$1.shift();)n.__d&&(l=r$1.length,i=void 0,t=void 0,f=(o=(u=n).__v).__e,(e=u.__P)&&(i=[],(t=h({},o)).__v=o.__v+1,M(e,o,t,u.__n,void 0!==e.ownerSVGElement,null!=o.__h?[f]:null,i,null==f?A(o):f,o.__h),N(i,o),o.__e!=f&&P$1(o)),r$1.length>l&&r$1.sort(function(n,l){return n.__v.__b-l.__v.__b}));$$1.__r=0;}function H$1(n,l,u,i,t,r,o,f,e,a){var h,v,y,d,k,b,g,m=i&&i.__k||s,w=m.length;for(u.__k=[],h=0;h<l.length;h++)if(null!=(d=u.__k[h]=null==(d=l[h])||"boolean"==typeof d?null:"string"==typeof d||"number"==typeof d||"bigint"==typeof d?p(null,d,null,null,d):Array.isArray(d)?p(_,{children:d},null,null,null):d.__b>0?p(d.type,d.props,d.key,d.ref?d.ref:null,d.__v):d)){if(d.__=u,d.__b=u.__b+1,null===(y=m[h])||y&&d.key==y.key&&d.type===y.type)m[h]=void 0;else for(v=0;v<w;v++){if((y=m[v])&&d.key==y.key&&d.type===y.type){m[v]=void 0;break}y=null;}M(n,d,y=y||c$1,t,r,o,f,e,a),k=d.__e,(v=d.ref)&&y.ref!=v&&(g||(g=[]),y.ref&&g.push(y.ref,null,d),g.push(v,d.__c||k,d)),null!=k?(null==b&&(b=k),"function"==typeof d.type&&d.__k===y.__k?d.__d=e=I$1(d,e,n):e=z$1(n,d,y,m,k,e),"function"==typeof u.type&&(u.__d=e)):e&&y.__e==e&&e.parentNode!=n&&(e=A(y));}for(u.__e=b,h=w;h--;)null!=m[h]&&("function"==typeof u.type&&null!=m[h].__e&&m[h].__e==u.__d&&(u.__d=L$1(i).nextSibling),q(m[h],m[h]));if(g)for(h=0;h<g.length;h++)S(g[h],g[++h],g[++h]);}function I$1(n,l,u){for(var i,t=n.__k,r=0;t&&r<t.length;r++)(i=t[r])&&(i.__=n,l="function"==typeof i.type?I$1(i,l,u):z$1(u,i,i,t,i.__e,l));return l}function j$2(n,l){return l=l||[],null==n||"boolean"==typeof n||(Array.isArray(n)?n.some(function(n){j$2(n,l);}):l.push(n)),l}function z$1(n,l,u,i,t,r){var o,f,e;if(void 0!==l.__d)o=l.__d,l.__d=void 0;else if(null==u||t!=r||null==t.parentNode)n:if(null==r||r.parentNode!==n)n.appendChild(t),o=null;else {for(f=r,e=0;(f=f.nextSibling)&&e<i.length;e+=1)if(f==t)break n;n.insertBefore(t,r),o=r;}return void 0!==o?o:t.nextSibling}function L$1(n){var l,u,i;if(null==n.type||"string"==typeof n.type)return n.__e;if(n.__k)for(l=n.__k.length-1;l>=0;l--)if((u=n.__k[l])&&(i=L$1(u)))return i;return null}function M(n,u,i,t,r,o,f,e,c){var s,a,v,y,p,d,k,b,g,m,w,A,P,C,T,$=u.type;if(void 0!==u.constructor)return null;null!=i.__h&&(c=i.__h,e=u.__e=i.__e,u.__h=null,o=[e]),(s=l$1.__b)&&s(u);try{n:if("function"==typeof $){if(b=u.props,g=(s=$.contextType)&&t[s.__c],m=s?g?g.props.value:s.__:t,i.__c?k=(a=u.__c=i.__c).__=a.__E:("prototype"in $&&$.prototype.render?u.__c=a=new $(b,m):(u.__c=a=new x$1(b,m),a.constructor=$,a.render=B$1),g&&g.sub(a),a.props=b,a.state||(a.state={}),a.context=m,a.__n=t,v=a.__d=!0,a.__h=[],a._sb=[]),null==a.__s&&(a.__s=a.state),null!=$.getDerivedStateFromProps&&(a.__s==a.state&&(a.__s=h({},a.__s)),h(a.__s,$.getDerivedStateFromProps(b,a.__s))),y=a.props,p=a.state,a.__v=u,v)null==$.getDerivedStateFromProps&&null!=a.componentWillMount&&a.componentWillMount(),null!=a.componentDidMount&&a.__h.push(a.componentDidMount);else {if(null==$.getDerivedStateFromProps&&b!==y&&null!=a.componentWillReceiveProps&&a.componentWillReceiveProps(b,m),!a.__e&&null!=a.shouldComponentUpdate&&!1===a.shouldComponentUpdate(b,a.__s,m)||u.__v===i.__v){for(u.__v!==i.__v&&(a.props=b,a.state=a.__s,a.__d=!1),u.__e=i.__e,u.__k=i.__k,u.__k.forEach(function(n){n&&(n.__=u);}),w=0;w<a._sb.length;w++)a.__h.push(a._sb[w]);a._sb=[],a.__h.length&&f.push(a);break n}null!=a.componentWillUpdate&&a.componentWillUpdate(b,a.__s,m),null!=a.componentDidUpdate&&a.__h.push(function(){a.componentDidUpdate(y,p,d);});}if(a.context=m,a.props=b,a.__P=n,A=l$1.__r,P=0,"prototype"in $&&$.prototype.render){for(a.state=a.__s,a.__d=!1,A&&A(u),s=a.render(a.props,a.state,a.context),C=0;C<a._sb.length;C++)a.__h.push(a._sb[C]);a._sb=[];}else do{a.__d=!1,A&&A(u),s=a.render(a.props,a.state,a.context),a.state=a.__s;}while(a.__d&&++P<25);a.state=a.__s,null!=a.getChildContext&&(t=h(h({},t),a.getChildContext())),v||null==a.getSnapshotBeforeUpdate||(d=a.getSnapshotBeforeUpdate(y,p)),T=null!=s&&s.type===_&&null==s.key?s.props.children:s,H$1(n,Array.isArray(T)?T:[T],u,i,t,r,o,f,e,c),a.base=u.__e,u.__h=null,a.__h.length&&f.push(a),k&&(a.__E=a.__=null),a.__e=!1;}else null==o&&u.__v===i.__v?(u.__k=i.__k,u.__e=i.__e):u.__e=O(i.__e,u,i,t,r,o,f,c);(s=l$1.diffed)&&s(u);}catch(n){u.__v=null,(c||null!=o)&&(u.__e=e,u.__h=!!c,o[o.indexOf(e)]=null),l$1.__e(n,u,i);}}function N(n,u){l$1.__c&&l$1.__c(u,n),n.some(function(u){try{n=u.__h,u.__h=[],n.some(function(n){n.call(u);});}catch(n){l$1.__e(n,u.__v);}});}function O(l,u,i,t,r,o,f,e){var s,a,h,y=i.props,p=u.props,d=u.type,_=0;if("svg"===d&&(r=!0),null!=o)for(;_<o.length;_++)if((s=o[_])&&"setAttribute"in s==!!d&&(d?s.localName===d:3===s.nodeType)){l=s,o[_]=null;break}if(null==l){if(null===d)return document.createTextNode(p);l=r?document.createElementNS("http://www.w3.org/2000/svg",d):document.createElement(d,p.is&&p),o=null,e=!1;}if(null===d)y===p||e&&l.data===p||(l.data=p);else {if(o=o&&n.call(l.childNodes),a=(y=i.props||c$1).dangerouslySetInnerHTML,h=p.dangerouslySetInnerHTML,!e){if(null!=o)for(y={},_=0;_<l.attributes.length;_++)y[l.attributes[_].name]=l.attributes[_].value;(h||a)&&(h&&(a&&h.__html==a.__html||h.__html===l.innerHTML)||(l.innerHTML=h&&h.__html||""));}if(k$1(l,p,y,r,e),h)u.__k=[];else if(_=u.props.children,H$1(l,Array.isArray(_)?_:[_],u,i,t,r&&"foreignObject"!==d,o,f,o?o[0]:i.__k&&A(i,0),e),null!=o)for(_=o.length;_--;)null!=o[_]&&v$1(o[_]);e||("value"in p&&void 0!==(_=p.value)&&(_!==l.value||"progress"===d&&!_||"option"===d&&_!==y.value)&&g$2(l,"value",_,y.value,!1),"checked"in p&&void 0!==(_=p.checked)&&_!==l.checked&&g$2(l,"checked",_,y.checked,!1));}return l}function S(n,u,i){try{"function"==typeof n?n(u):n.current=u;}catch(n){l$1.__e(n,i);}}function q(n,u,i){var t,r;if(l$1.unmount&&l$1.unmount(n),(t=n.ref)&&(t.current&&t.current!==n.__e||S(t,null,u)),null!=(t=n.__c)){if(t.componentWillUnmount)try{t.componentWillUnmount();}catch(n){l$1.__e(n,u);}t.base=t.__P=null,n.__c=void 0;}if(t=n.__k)for(r=0;r<t.length;r++)t[r]&&q(t[r],u,i||"function"!=typeof n.type);i||null==n.__e||v$1(n.__e),n.__=n.__e=n.__d=void 0;}function B$1(n,l,u){return this.constructor(n,u)}function D$1(u,i,t){var r,o,f;l$1.__&&l$1.__(u,i),o=(r="function"==typeof t)?null:t&&t.__k||i.__k,f=[],M(i,u=(!r&&t||i).__k=y(_,null,[u]),o||c$1,c$1,void 0!==i.ownerSVGElement,!r&&t?[t]:o?null:i.firstChild?n.call(i.childNodes):null,f,!r&&t?t:o?o.__e:i.firstChild,r),N(f,u);}function G$1(n,l){var u={__c:l="__cC"+e$1++,__:n,Consumer:function(n,l){return n.children(l)},Provider:function(n){var u,i;return this.getChildContext||(u=[],(i={})[l]=this,this.getChildContext=function(){return i},this.shouldComponentUpdate=function(n){this.props.value!==n.value&&u.some(function(n){n.__e=!0,T$1(n);});},this.sub=function(n){u.push(n);var l=n.componentWillUnmount;n.componentWillUnmount=function(){u.splice(u.indexOf(n),1),l&&l.call(n);};}),n.children}};return u.Provider.__=u.Consumer.contextType=u}n=s.slice,l$1={__e:function(n,l,u,i){for(var t,r,o;l=l.__;)if((t=l.__c)&&!t.__)try{if((r=t.constructor)&&null!=r.getDerivedStateFromError&&(t.setState(r.getDerivedStateFromError(n)),o=t.__d),null!=t.componentDidCatch&&(t.componentDidCatch(n,i||{}),o=t.__d),o)return t.__E=t}catch(l){n=l;}throw n}},u$1=0,i$1=function(n){return null!=n&&void 0===n.constructor},t=!1,x$1.prototype.setState=function(n,l){var u;u=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=h({},this.state),"function"==typeof n&&(n=n(h({},u),this.props)),n&&h(u,n),null!=n&&this.__v&&(l&&this._sb.push(l),T$1(this));},x$1.prototype.forceUpdate=function(n){this.__v&&(this.__e=!0,n&&this.__h.push(n),T$1(this));},x$1.prototype.render=_,r$1=[],f$1="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,$$1.__r=0,e$1=0;
@@ -1,7 +1,7 @@
1
1
  import { p as proxyCustomElement, H, c as createEvent, f as forceUpdate, h, d as Host } from './p-2e5f2e07.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, aa as KupCardFamily, m as getCellValueForDisplay } from './p-700a322b.js';
3
- import { c as componentWrapperId, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$f, o as defineCustomElement$g, p as defineCustomElement$h, q as defineCustomElement$i, r as defineCustomElement$j, s as defineCustomElement$k, t as defineCustomElement$l, u as defineCustomElement$m, v as defineCustomElement$n, w as defineCustomElement$o, x as defineCustomElement$p, y as defineCustomElement$q, z as defineCustomElement$r, A as defineCustomElement$s, B as defineCustomElement$t, C as defineCustomElement$u, D as defineCustomElement$v } from './p-9fe00131.js';
4
- import { d as defineCustomElement$e } from './p-b4f7e6d0.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, aa as KupCardFamily, m as getCellValueForDisplay } from './p-09fe5413.js';
3
+ import { c as componentWrapperId, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$f, o as defineCustomElement$g, p as defineCustomElement$h, q as defineCustomElement$i, r as defineCustomElement$j, s as defineCustomElement$k, t as defineCustomElement$l, u as defineCustomElement$m, v as defineCustomElement$n, w as defineCustomElement$o, x as defineCustomElement$p, y as defineCustomElement$q, z as defineCustomElement$r, A as defineCustomElement$s, B as defineCustomElement$t, C as defineCustomElement$u, D as defineCustomElement$v } from './p-9dd16ce7.js';
4
+ import { d as defineCustomElement$e } from './p-a2637946.js';
5
5
 
6
6
  /**
7
7
  * Props of the kup-card-list component.
@@ -1,4 +1,4 @@
1
- import { V as KupCard$1, z as defineCustomElement$1 } from './p-9fe00131.js';
1
+ import { V as KupCard$1, z as defineCustomElement$1 } from './p-9dd16ce7.js';
2
2
 
3
3
  const KupCard = KupCard$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H, c as createEvent, f as forceUpdate, h, d as Host } from './p-2e5f2e07.js';
2
- import { k as kupManagerInstance, v as FCellPadding, ay as KupCellElementsPosition, g as getProps, s as setProps, aj as KupDragEffect, az as submitPositionAdapter, d as KupLanguageGeneric, aA as KupCellProps } from './p-700a322b.js';
3
- import { c as componentWrapperId, N as FCell, T as FButton, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t, D as defineCustomElement$u } from './p-9fe00131.js';
2
+ import { k as kupManagerInstance, v as FCellPadding, ay as KupCellElementsPosition, g as getProps, s as setProps, aj as KupDragEffect, az as submitPositionAdapter, d as KupLanguageGeneric, aA as KupCellProps } from './p-09fe5413.js';
3
+ import { c as componentWrapperId, N as FCell, T as FButton, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t, D as defineCustomElement$u } from './p-9dd16ce7.js';
4
4
 
5
5
  const kupCellCss = ".kup-body-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-body-compact-01-font-size, 14px);line-height:18px;font-weight:400;letter-spacing:0.16px}.kup-body-01{font-family:var(--kup-font-family);font-size:var(--kup-body-01-font-size, 14px);line-height:20px;font-weight:400;letter-spacing:0.16px}.kup-code-01{font-family:var(--kup-font-family-monospace);font-size:12px;line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-label-01{font-family:var(--kup-font-family);font-size:12px;line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-caption-02{font-family:var(--kup-font-family);font-size:12px;line-height:15px;font-weight:500;letter-spacing:1px}.kup-caption-01{font-family:var(--kup-font-family);font-size:10px;line-height:13px;font-weight:400;letter-spacing:1px}.kup-small-label-01{font-family:var(--kup-font-family);font-size:6px;line-height:9px;font-weight:400;letter-spacing:1px}.kup-heading-compact-01{font-family:var(--kup-font-family);font-size:14px;line-height:18px;font-weight:600;letter-spacing:0.16px}.kup-heading-01{font-family:var(--kup-font-family);font-size:14px;line-height:20px;font-weight:600;letter-spacing:0.16px}.kup-heading-02{font-family:var(--kup-font-family);font-size:16px;line-height:24px;font-weight:500;letter-spacing:0}.kup-heading-03{font-family:var(--kup-font-family);font-size:20px;line-height:28px;font-weight:400;letter-spacing:0}.kup-heading-04{font-family:var(--kup-font-family);font-size:28px;line-height:36px;font-weight:400;letter-spacing:0}.kup-heading-05{font-family:var(--kup-font-family);font-size:32px;line-height:40px;font-weight:300;letter-spacing:0}.kup-heading-06{font-family:var(--kup-font-family);font-size:42px;line-height:50px;font-weight:300;letter-spacing:0}.kup-heading-07{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:300;letter-spacing:0}.kup-heading-08{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:600;letter-spacing:0}:host{display:block;height:fit-content;width:100%}#kup-component{height:fit-content;width:100%}";
6
6
  const KupCellStyle0 = kupCellCss;
@@ -1,4 +1,4 @@
1
- import { W as KupChart$1, y as defineCustomElement$1 } from './p-9fe00131.js';
1
+ import { W as KupChart$1, y as defineCustomElement$1 } from './p-9dd16ce7.js';
2
2
 
3
3
  const KupChart = KupChart$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { X as KupCheckbox$1, x as defineCustomElement$1 } from './p-9fe00131.js';
1
+ import { X as KupCheckbox$1, x as defineCustomElement$1 } from './p-9dd16ce7.js';
2
2
 
3
3
  const KupCheckbox = KupCheckbox$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { Y as KupChip$1, w as defineCustomElement$1 } from './p-9fe00131.js';
1
+ import { Y as KupChip$1, w as defineCustomElement$1 } from './p-9dd16ce7.js';
2
2
 
3
3
  const KupChip = KupChip$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { Z as KupColorPicker$1, v as defineCustomElement$1 } from './p-9fe00131.js';
1
+ import { Z as KupColorPicker$1, v as defineCustomElement$1 } from './p-9dd16ce7.js';
2
2
 
3
3
  const KupColorPicker = KupColorPicker$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { _ as KupCombobox$1, u as defineCustomElement$1 } from './p-9fe00131.js';
1
+ import { _ as KupCombobox$1, u as defineCustomElement$1 } from './p-9dd16ce7.js';
2
2
 
3
3
  const KupCombobox = KupCombobox$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H, c as createEvent, f as forceUpdate, h, d as Host } from './p-2e5f2e07.js';
2
- import { T as FButton, $ as FTextField, a0 as FCheckbox, P as FTextFieldMDC, c as componentWrapperId, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t, D as defineCustomElement$u } from './p-9fe00131.js';
3
- import { k as kupManagerInstance, g as getProps, s as setProps, aB as KupLanguageDashboard, d as KupLanguageGeneric, aj as KupDragEffect, t as KupDebugCategory } from './p-700a322b.js';
2
+ import { T as FButton, $ as FTextField, a0 as FCheckbox, P as FTextFieldMDC, c as componentWrapperId, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t, D as defineCustomElement$u } from './p-9dd16ce7.js';
3
+ import { k as kupManagerInstance, g as getProps, s as setProps, aB as KupLanguageDashboard, d as KupLanguageGeneric, aj as KupDragEffect, t as KupDebugCategory } from './p-09fe5413.js';
4
4
 
5
5
  /**
6
6
  * Props of the kup-dashboard component.
@@ -1,4 +1,4 @@
1
- import { a1 as KupDataTable$1, t as defineCustomElement$1 } from './p-9fe00131.js';
1
+ import { a1 as KupDataTable$1, t as defineCustomElement$1 } from './p-9dd16ce7.js';
2
2
 
3
3
  const KupDataTable = KupDataTable$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { a2 as KupDatePicker$1, s as defineCustomElement$1 } from './p-9fe00131.js';
1
+ import { a2 as KupDatePicker$1, s as defineCustomElement$1 } from './p-9dd16ce7.js';
2
2
 
3
3
  const KupDatePicker = KupDatePicker$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { a3 as KupDialog$1, r as defineCustomElement$1 } from './p-9fe00131.js';
1
+ import { a3 as KupDialog$1, r as defineCustomElement$1 } from './p-9dd16ce7.js';
2
2
 
3
3
  const KupDialog = KupDialog$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H, c as createEvent, f as forceUpdate, h, d as Host } from './p-2e5f2e07.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './p-700a322b.js';
3
- import { c as componentWrapperId, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t, D as defineCustomElement$u } from './p-9fe00131.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './p-09fe5413.js';
3
+ import { c as componentWrapperId, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t, D as defineCustomElement$u } from './p-9dd16ce7.js';
4
4
 
5
5
  const drawerClass = 'drawer';
6
6
  /**
@@ -1,4 +1,4 @@
1
- import { a4 as KupDropdownButton$1, q as defineCustomElement$1 } from './p-9fe00131.js';
1
+ import { a4 as KupDropdownButton$1, q as defineCustomElement$1 } from './p-9dd16ce7.js';
2
2
 
3
3
  const KupDropdownButton = KupDropdownButton$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { K as KupEchart$1, d as defineCustomElement$1 } from './p-741bddcb.js';
1
+ import { K as KupEchart$1, d as defineCustomElement$1 } from './p-5b0d7ced.js';
2
2
 
3
3
  const KupEchart = KupEchart$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { K as KupEditor$1, d as defineCustomElement$1 } from './p-47327b2b.js';
1
+ import { K as KupEditor$1, d as defineCustomElement$1 } from './p-ecb94be7.js';
2
2
 
3
3
  const KupEditor = KupEditor$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,7 +1,7 @@
1
1
  import { p as proxyCustomElement, H, c as createEvent, f as forceUpdate, h, d as Host } from './p-2e5f2e07.js';
2
- import { c as componentWrapperId, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$u, D as defineCustomElement$v, a5 as FButtonStyling, T as FButton, F as FImage } from './p-9fe00131.js';
3
- import { k as kupManagerInstance, g as getProps, s as setProps, d as KupLanguageGeneric, a7 as KupPointerEventTypes } from './p-700a322b.js';
4
- import { d as defineCustomElement$t } from './p-45b84d94.js';
2
+ import { c as componentWrapperId, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$u, D as defineCustomElement$v, a5 as FButtonStyling, T as FButton, F as FImage } from './p-9dd16ce7.js';
3
+ import { k as kupManagerInstance, g as getProps, s as setProps, d as KupLanguageGeneric, a7 as KupPointerEventTypes } from './p-09fe5413.js';
4
+ import { d as defineCustomElement$t } from './p-a4c08043.js';
5
5
 
6
6
  /**
7
7
  * Props of the kup-family-tree component.
@@ -1,4 +1,4 @@
1
- import { a6 as KupFileUpload$1, p as defineCustomElement$1 } from './p-9fe00131.js';
1
+ import { a6 as KupFileUpload$1, p as defineCustomElement$1 } from './p-9dd16ce7.js';
2
2
 
3
3
  const KupFileUpload = KupFileUpload$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { a7 as KupForm$1, o as defineCustomElement$1 } from './p-9fe00131.js';
1
+ import { a7 as KupForm$1, o as defineCustomElement$1 } from './p-9dd16ce7.js';
2
2
 
3
3
  const KupForm = KupForm$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { a8 as KupGauge$1, n as defineCustomElement$1 } from './p-9fe00131.js';
1
+ import { a8 as KupGauge$1, n as defineCustomElement$1 } from './p-9dd16ce7.js';
2
2
 
3
3
  const KupGauge = KupGauge$1;
4
4
  const defineCustomElement = defineCustomElement$1;