@sme.up/ketchup 11.0.0-SNAPSHOT-20250410104333 → 11.0.0-SNAPSHOT-20250414143939

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 (98) hide show
  1. package/dist/cjs/ketchup.cjs.js +1 -1
  2. package/dist/cjs/kup-accordion.cjs.entry.js +236 -27
  3. package/dist/cjs/kup-autocomplete_29.cjs.entry.js +7 -3
  4. package/dist/cjs/loader.cjs.js +1 -1
  5. package/dist/collection/assets/accordion.js +24 -23
  6. package/dist/collection/assets/dashboard.js +3 -9
  7. package/dist/collection/components/kup-accordion/kup-accordion-declarations.js +6 -1
  8. package/dist/collection/components/kup-accordion/kup-accordion.css +10 -2
  9. package/dist/collection/components/kup-accordion/kup-accordion.js +442 -40
  10. package/dist/collection/components/kup-image/assets/svg/bullseye-arrow.svg +1 -0
  11. package/dist/collection/components/kup-image/assets/svg/email-stacked.svg +1 -0
  12. package/dist/collection/components/kup-image/assets/svg/filter-off.svg +1 -0
  13. package/dist/collection/components/kup-image/assets/svg/status.svg +9 -0
  14. package/dist/collection/components/kup-tab-bar/kup-tab-bar-declarations.js +4 -0
  15. package/dist/collection/components/kup-tab-bar/kup-tab-bar.js +4 -4
  16. package/dist/components/index.js +1 -1
  17. package/dist/components/kup-accordion.js +242 -29
  18. package/dist/components/kup-activity-timeline.js +2 -2
  19. package/dist/components/kup-autocomplete.js +1 -1
  20. package/dist/components/kup-badge.js +1 -1
  21. package/dist/components/kup-box.js +1 -1
  22. package/dist/components/kup-button-list.js +1 -1
  23. package/dist/components/kup-button.js +1 -1
  24. package/dist/components/kup-calendar.js +2 -2
  25. package/dist/components/kup-card-list.js +3 -3
  26. package/dist/components/kup-card.js +1 -1
  27. package/dist/components/kup-cell.js +2 -2
  28. package/dist/components/kup-chart.js +1 -1
  29. package/dist/components/kup-checkbox.js +1 -1
  30. package/dist/components/kup-chip.js +1 -1
  31. package/dist/components/kup-color-picker.js +1 -1
  32. package/dist/components/kup-combobox.js +1 -1
  33. package/dist/components/kup-dashboard.js +2 -2
  34. package/dist/components/kup-data-table.js +1 -1
  35. package/dist/components/kup-date-picker.js +1 -1
  36. package/dist/components/kup-dialog.js +1 -1
  37. package/dist/components/kup-drawer.js +2 -2
  38. package/dist/components/kup-dropdown-button.js +1 -1
  39. package/dist/components/kup-echart.js +1 -1
  40. package/dist/components/kup-editor.js +1 -1
  41. package/dist/components/kup-family-tree.js +3 -3
  42. package/dist/components/kup-file-upload.js +1 -1
  43. package/dist/components/kup-form.js +1 -1
  44. package/dist/components/kup-gauge.js +1 -1
  45. package/dist/components/kup-grid.js +1 -1
  46. package/dist/components/kup-htm.js +2 -2
  47. package/dist/components/kup-iframe.js +2 -2
  48. package/dist/components/kup-image-list.js +2 -2
  49. package/dist/components/kup-image.js +1 -1
  50. package/dist/components/kup-input-panel.js +3 -3
  51. package/dist/components/kup-lazy.js +2 -2
  52. package/dist/components/kup-list.js +1 -1
  53. package/dist/components/kup-magic-box.js +4 -4
  54. package/dist/components/kup-nav-bar.js +2 -2
  55. package/dist/components/kup-numeric-picker.js +2 -2
  56. package/dist/components/kup-object-field.js +2 -2
  57. package/dist/components/kup-pdf.js +2 -2
  58. package/dist/components/kup-planner.js +2 -2
  59. package/dist/components/kup-probe.js +2 -2
  60. package/dist/components/kup-progress-bar.js +1 -1
  61. package/dist/components/kup-qlik.js +2 -2
  62. package/dist/components/kup-radio.js +1 -1
  63. package/dist/components/kup-rating.js +1 -1
  64. package/dist/components/kup-snackbar.js +2 -2
  65. package/dist/components/kup-spinner.js +1 -1
  66. package/dist/components/kup-switch.js +1 -1
  67. package/dist/components/kup-tab-bar.js +1 -1
  68. package/dist/components/kup-text-field.js +1 -1
  69. package/dist/components/kup-time-picker.js +1 -1
  70. package/dist/components/kup-toolbar.js +1 -1
  71. package/dist/components/kup-tree.js +1 -1
  72. package/dist/components/kup-txt.js +2 -2
  73. package/dist/components/kup-typography-list.js +2 -2
  74. package/dist/components/kup-typography.js +2 -2
  75. package/dist/components/{p-73922583.js → p-04bdcde6.js} +1 -1
  76. package/dist/components/{p-9cadb89a.js → p-154aa772.js} +2 -2
  77. package/dist/components/{p-2d17a388.js → p-9604d7b8.js} +2 -2
  78. package/dist/components/{p-f4cbdb5d.js → p-d814a4cb.js} +2 -2
  79. package/dist/components/{p-76ce24eb.js → p-e22a9cfc.js} +2 -2
  80. package/dist/components/{p-c50f899f.js → p-ece73808.js} +1868 -1859
  81. package/dist/esm/ketchup.js +1 -1
  82. package/dist/esm/kup-accordion.entry.js +237 -28
  83. package/dist/esm/kup-autocomplete_29.entry.js +7 -3
  84. package/dist/esm/loader.js +1 -1
  85. package/dist/ketchup/assets/svg/bullseye-arrow.svg +1 -0
  86. package/dist/ketchup/assets/svg/email-stacked.svg +1 -0
  87. package/dist/ketchup/assets/svg/filter-off.svg +1 -0
  88. package/dist/ketchup/assets/svg/status.svg +9 -0
  89. package/dist/ketchup/ketchup.esm.js +1 -1
  90. package/dist/ketchup/p-527998c8.entry.js +1 -0
  91. package/dist/ketchup/{p-e9f77e3a.entry.js → p-b2a5caf8.entry.js} +1 -1
  92. package/dist/types/components/kup-accordion/kup-accordion-declarations.d.ts +14 -7
  93. package/dist/types/components/kup-accordion/kup-accordion.d.ts +67 -6
  94. package/dist/types/components/kup-tab-bar/kup-tab-bar-declarations.d.ts +6 -1
  95. package/dist/types/components/kup-tab-bar/kup-tab-bar.d.ts +1 -1
  96. package/dist/types/components.d.ts +61 -12
  97. package/package.json +1 -1
  98. package/dist/ketchup/p-c832734a.entry.js +0 -1
@@ -6,9 +6,13 @@ export var KupTabBarProps;
6
6
  (function (KupTabBarProps) {
7
7
  KupTabBarProps["customStyle"] = "Custom style of the component.";
8
8
  KupTabBarProps["data"] = "List of elements.";
9
+ KupTabBarProps["dense"] = "When true, the component will be more compact.";
10
+ KupTabBarProps["infoIcon"] = "Icon to be shown in the info button";
9
11
  KupTabBarProps["ripple"] = "When enabled displays Material's ripple effect on item headers.";
10
12
  KupTabBarProps["toolbar"] = "when true, it will show the toolbar activation icon";
11
13
  KupTabBarProps["variant"] = "Variant of the component. It is either flat or contained";
14
+ KupTabBarProps["toolbarCallback"] = "Callback to be called when the toolbar icon is clicked";
15
+ KupTabBarProps["infoCallback"] = "Callback to be called when the info icon is clicked";
12
16
  })(KupTabBarProps || (KupTabBarProps = {}));
13
17
  /**
14
18
  * Styling options for the f-button component.
@@ -99,7 +99,7 @@ export class KupTabBar {
99
99
  });
100
100
  }
101
101
  onKupToolbarItemClick(e) {
102
- this.kupItemClick.emit({
102
+ this.kupToolbarItemClick.emit({
103
103
  comp: this,
104
104
  id: this.rootElement.id,
105
105
  value: this.value,
@@ -313,7 +313,7 @@ export class KupTabBar {
313
313
  'kup-dense': this.dense,
314
314
  'kup-danger': node.danger,
315
315
  };
316
- const tabEl = (h("f-button", { class: tabClass, role: "tab", "aria-selected": this.data[i].active ? true : false, tabIndex: i, title: node.title ? node.title : null, onBlur: () => this.onKupBlur(i, node), onClick: () => this.onKupClick(i, node), onFocus: () => this.onKupFocus(i, node) }, h("span", { class: "tab__content" }, node.icon ? (h(FImage, { color: `var(${KupThemeColorValues.PRIMARY})`, resource: node.icon, placeholderResource: node.placeholderIcon, wrapperClass: "tab__icon" })) : null, node.value ? (h("span", { class: "tab__text-label" }, this.data[i].value)) : null), this.infoIcon && (h(FImage, { resource: "info_outline", sizeX: "16px", sizeY: "16px", onClick: async (event) => {
316
+ const tabEl = (h("f-button", { class: tabClass, role: "tab", "aria-selected": node.active ? true : false, tabIndex: i, title: node.title ? node.title : null, onBlur: () => this.onKupBlur(i, node), onClick: () => this.onKupClick(i, node), onFocus: () => this.onKupFocus(i, node) }, h("span", { class: "tab__content" }, node.icon ? (h(FImage, { color: `var(${KupThemeColorValues.PRIMARY})`, resource: node.icon, placeholderResource: node.placeholderIcon, wrapperClass: "tab__icon" })) : null, node.value ? (h("span", { class: "tab__text-label" }, node.value)) : null), this.infoIcon && (h(FImage, { resource: "info_outline", sizeX: "16px", sizeY: "16px", onClick: async (event) => {
317
317
  event.stopPropagation();
318
318
  const el = event.currentTarget;
319
319
  const data = await this.infoCallback();
@@ -693,8 +693,8 @@ export class KupTabBar {
693
693
  }
694
694
  }
695
695
  }, {
696
- "method": "kupItemClick",
697
- "name": "kup-tabbar-itemclick",
696
+ "method": "kupToolbarItemClick",
697
+ "name": "kup-tabbar-toolbaritemclick",
698
698
  "bubbles": true,
699
699
  "cancelable": false,
700
700
  "composed": true,
@@ -1,5 +1,5 @@
1
1
  export { g as getAssetPath, s as setAssetPath, a as setNonce, b as setPlatformOptions } from './p-ef8cbd35.js';
2
- import { K as KupManager } from './p-73922583.js';
2
+ import { K as KupManager } from './p-04bdcde6.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-ef8cbd35.js';
2
- import { k as kupManagerInstance, a as KupComponentSizing, g as getProps, s as setProps, b as KupThemeColorValues, c as KupThemeIconValues } from './p-73922583.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-c50f899f.js';
2
+ import { k as kupManagerInstance, a as KupComponentSizing, g as getProps, s as setProps, b as KupThemeIconValues, c as KupThemeColorValues, d as KupDynamicPositionPlacement } from './p-04bdcde6.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-ece73808.js';
4
4
 
5
5
  /**
6
6
  * Props of the kup-accordion component.
@@ -9,35 +9,116 @@ import { M as MDCRipple, F as FImage, c as componentWrapperId, d as defineCustom
9
9
  var KupAccordionProps;
10
10
  (function (KupAccordionProps) {
11
11
  KupAccordionProps["customStyle"] = "Custom style of the component. For more information: https://smeup.github.io/ketchup/#/customization";
12
- KupAccordionProps["data"] = "Data of the accordion.";
12
+ KupAccordionProps["data"] = "List of elements.";
13
+ KupAccordionProps["infoIcon"] = "When true, it will show the info activation icon";
13
14
  KupAccordionProps["ripple"] = "When enabled displays Material's ripple effect on item headers.";
15
+ KupAccordionProps["toolbar"] = "When true, it will show the toolbar activation icon";
16
+ KupAccordionProps["sizing"] = "Sets the type of the component sizing.";
17
+ KupAccordionProps["toolbarCallback"] = "Callback to be called when the toolbar icon is clicked";
18
+ KupAccordionProps["infoCallback"] = "Callback to be called when the info icon is clicked";
14
19
  })(KupAccordionProps || (KupAccordionProps = {}));
15
20
 
16
- const kupAccordionCss = ".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:var(--kup-label-01-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:var(--kup-heading-compact-01-font-size, 14px);line-height:18px;font-weight:600;letter-spacing:0.16px}.kup-heading-01{font-family:var(--kup-font-family);font-size:var(--kup-heading-01-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{--kup_accordion_border_top_color:var(\n --kup-accordion-border-top-color,\n var(--kup-border-subtle)\n );--kup_accordion_item_small_height:var(\n --kup-accordion-item-small-height,\n 32px\n );--kup_accordion_item_medium_height:var(\n --kup-accordion-item-medium-height,\n 40px\n );--kup_accordion_item_outline_color_active:var(\n --kup-accordion-item-outline-color-focus,\n var(--kup-border-interactive)\n );--kup_accordion_item_large_height:var(\n --kup-accordion-item-medium-height,\n 48px\n );--kup_accordion_header_background_color:var(\n --kup-accordion-header-background-color,\n var(--kup-layer-0)\n );--kup_accordion_header_background_color_hover:var(\n --kup-accordion-header-background-color-hover,\n var(--kup-layer-0-hover)\n );--kup_accordion_header_padding:var(\n --kup-accordion-header-padding,\n var(--kup-space-05)\n );--kup_accordion_dropdown_icon_color:var(\n --kup-accordio-dropdown-icon-color,\n var(--kup-text-primary)\n );--kup_accordion_transition:var(--kup-accordion-transition, 80ms);display:block;font-family:var(--kup_accordion_font_family);font-size:var(--kup_accordion_font_size)}.accordion{border-radius:var(--kup_accordion_border_radius);display:flex;flex-wrap:wrap;flex-direction:column;width:100%}.accordion-item{border-top:1px solid var(--kup_accordion_border_top_color);box-sizing:border-box;width:100%}.accordion-item--visible{display:block}.accordion-item:is(:last-of-type){border-bottom:1px solid var(--kup_accordion_border_top_color)}.accordion-item__header{height:var(--kup_accordion_item_medium_height);align-items:center;border:none;box-sizing:border-box;color:var(--kup_accordion_text_color);cursor:pointer;display:flex;line-height:1.75em;outline:none;padding:var(--kup_accordion_padding);text-align:left;transition:background-color var(--kup_accordion_transition), color var(--kup_accordion_transition);width:100%;outline:2px solid transparent;outline-offset:-2px;padding-left:16px;padding-right:16px}.accordion-item__header:focus{outline:2px solid var(--kup_accordion_item_outline_color_active)}.accordion-item__header.accordion-item--small{height:var(--kup_accordion_item_small_height)}.accordion-item__header.accordion-item--large{height:var(--kup_accordion_item_large_height)}.accordion-item__header:hover:not(.accordion-item__header--selected){background-color:var(--kup_accordion_header_background_color_hover)}.accordion-item__header:focus(.accordion-item__header--selected){outline:2px solid var(--kup_accordion_item_outline_color_active)}.accordion-item__header--expanded{background-color:var(--kup_accordion_background_color)}.accordion-item__header--expanded .accordion-item__dropdown{transform:rotate(-180deg)}.accordion-item__text{margin-right:0.5em;overflow:hidden;text-overflow:ellipsis;white-space:pre}.accordion-item__text--highlighted{color:var(--kup_accordion_text_on_primary_color);background-color:var(--kup_accordion_primary_color)}.accordion-item__icon{margin-left:0;margin-right:0.5em}.accordion-item__dropdown{background-color:var(--kup_accordion_dropdown_icon_color);height:1.5em;margin-left:auto;margin-right:0;min-width:1.5em;width:1.5em;transition:transform var(--kup_accordion_transition)}.accordion-item__content{padding-left:16px;padding-top:8px;padding-bottom:24px;padding-right:80px;animation:fade-in 0.25s ease-out;display:none;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}.accordion-item__content--selected{display:block}.mdc-ripple-surface{--mdc-ripple-fg-opacity:0.24}.mdc-ripple-surface:before,.mdc-ripple-surface:after{background-color:var(--kup_accordion_primary_color)}.kup-icon.kup-dropdown-icon{-webkit-mask:var(--kup-dropdown-icon);mask:var(--kup-dropdown-icon)}:host(.kup-borderless){--kup-accordion-border:none}:host(.kup-full-height){height:100%}:host(.kup-full-width){width:100%}:host(.kup-danger){--kup-accordion-primary-color:var(--kup-danger-color-60);--kup-accordion-primary-color-rgb:var(--kup-danger-color-60-rgb);--kup-accordion-text-on-primary-color:white}:host(.kup-info){--kup-accordion-primary-color:var(--kup-info-50-color);--kup-accordion-primary-color-rgb:var(--kup-info-color-50-rgb);--kup-accordion-text-on-primary-color:white}:host(.kup-secondary){--kup-accordion-primary-color:var(--kup-secondary-color);--kup-accordion-primary-color-rgb:var(--kup-secondary-color-rgb);--kup-accordion-text-on-primary-color:var(--kup-text-on-secondary-color)}:host(.kup-success){--kup-accordion-primary-color:var(--kup-success-color-40);--kup-accordion-primary-color-rgb:var(--kup-success-color-40-rgb);--kup-accordion-text-on-primary-color:white}:host(.kup-warning){--kup-accordion-primary-color:var(--kup-warning-color-50);--kup-accordion-primary-color-rgb:var(--kup-warning-color-50-rgb);--kup-accordion-text-on-primary-color:white}";
21
+ const kupAccordionCss = ".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:var(--kup-label-01-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:var(--kup-heading-compact-01-font-size, 14px);line-height:18px;font-weight:600;letter-spacing:0.16px}.kup-heading-01{font-family:var(--kup-font-family);font-size:var(--kup-heading-01-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{--kup_accordion_border_top_color:var(\n --kup-accordion-border-top-color,\n var(--kup-border-subtle)\n );--kup_accordion_item_small_height:var(\n --kup-accordion-item-small-height,\n 32px\n );--kup_accordion_item_medium_height:var(\n --kup-accordion-item-medium-height,\n 40px\n );--kup_accordion_item_outline_color_active:var(\n --kup-accordion-item-outline-color-focus,\n var(--kup-border-interactive)\n );--kup_accordion_item_large_height:var(\n --kup-accordion-item-medium-height,\n 48px\n );--kup_accordion_header_background_color:var(\n --kup-accordion-header-background-color,\n var(--kup-layer-0)\n );--kup_accordion_header_background_color_hover:var(\n --kup-accordion-header-background-color-hover,\n var(--kup-layer-0-hover)\n );--kup_accordion_header_padding:var(\n --kup-accordion-header-padding,\n var(--kup-space-05)\n );--kup_accordion_dropdown_icon_color:var(\n --kup-accordio-dropdown-icon-color,\n var(--kup-text-primary)\n );--kup_accordion_transition:var(--kup-accordion-transition, 80ms);display:block;font-family:var(--kup_accordion_font_family);font-size:var(--kup_accordion_font_size)}.accordion{border-radius:var(--kup_accordion_border_radius);display:flex;flex-wrap:wrap;flex-direction:column;width:100%}.accordion-item{border-top:1px solid var(--kup_accordion_border_top_color);box-sizing:border-box;width:100%}.accordion-item--visible{display:block}.accordion-item:is(:last-of-type){border-bottom:1px solid var(--kup_accordion_border_top_color)}.accordion-item__header{height:var(--kup_accordion_item_medium_height);align-items:center;border:none;box-sizing:border-box;color:var(--kup_accordion_text_color);cursor:pointer;display:flex;line-height:1.75em;outline:none;padding:var(--kup_accordion_padding);text-align:left;transition:background-color var(--kup_accordion_transition), color var(--kup_accordion_transition);width:100%;outline:2px solid transparent;outline-offset:-2px;padding-left:16px;padding-right:16px;gap:var(--kup-space-03)}.accordion-item__header:focus{outline:2px solid var(--kup_accordion_item_outline_color_active)}.accordion-item__header.accordion-item--small{height:var(--kup_accordion_item_small_height)}.accordion-item__header.accordion-item--large{height:var(--kup_accordion_item_large_height)}.accordion-item__header:hover:not(.accordion-item__header--selected){background-color:var(--kup_accordion_header_background_color_hover)}.accordion-item__header:focus(.accordion-item__header--selected){outline:2px solid var(--kup_accordion_item_outline_color_active)}.accordion-item__header--expanded{background-color:var(--kup_accordion_background_color)}.accordion-item__header--expanded .accordion-item__dropdown{transform:rotate(-180deg)}.accordion-item__header .f-image{margin:0}.accordion-item__header .accordion-rigtbuttons{margin-left:auto;margin-right:0;display:flex;gap:var(--kup-space-03)}.accordion-item__text{margin-right:0.5em;overflow:hidden;text-overflow:ellipsis;white-space:pre}.accordion-item__text--highlighted{color:var(--kup_accordion_text_on_primary_color);background-color:var(--kup_accordion_primary_color)}.accordion-item__icon{margin-left:0;margin-right:0.5em}.accordion-item__dropdown{background-color:var(--kup_accordion_dropdown_icon_color);height:1.5em;min-width:1.5em;width:1.5em;transition:transform var(--kup_accordion_transition)}.accordion-item__content{padding-left:16px;padding-top:8px;padding-bottom:24px;padding-right:80px;animation:fade-in 0.25s ease-out;display:none;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}.accordion-item__content--selected{display:block}.mdc-ripple-surface{--mdc-ripple-fg-opacity:0.24}.mdc-ripple-surface:before,.mdc-ripple-surface:after{background-color:var(--kup_accordion_primary_color)}.kup-icon.kup-dropdown-icon{-webkit-mask:var(--kup-dropdown-icon);mask:var(--kup-dropdown-icon)}:host(.kup-borderless){--kup-accordion-border:none}:host(.kup-full-height){height:100%}:host(.kup-full-width){width:100%}:host(.kup-danger){--kup-accordion-primary-color:var(--kup-danger-color-60);--kup-accordion-primary-color-rgb:var(--kup-danger-color-60-rgb);--kup-accordion-text-on-primary-color:white}:host(.kup-info){--kup-accordion-primary-color:var(--kup-info-50-color);--kup-accordion-primary-color-rgb:var(--kup-info-color-50-rgb);--kup-accordion-text-on-primary-color:white}:host(.kup-secondary){--kup-accordion-primary-color:var(--kup-secondary-color);--kup-accordion-primary-color-rgb:var(--kup-secondary-color-rgb);--kup-accordion-text-on-primary-color:var(--kup-text-on-secondary-color)}:host(.kup-success){--kup-accordion-primary-color:var(--kup-success-color-40);--kup-accordion-primary-color-rgb:var(--kup-success-color-40-rgb);--kup-accordion-text-on-primary-color:white}:host(.kup-warning){--kup-accordion-primary-color:var(--kup-warning-color-50);--kup-accordion-primary-color-rgb:var(--kup-warning-color-50-rgb);--kup-accordion-text-on-primary-color:white}";
17
22
  const KupAccordionStyle0 = kupAccordionCss;
18
23
 
24
+ var __classPrivateFieldSet = (undefined && undefined.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
25
+ if (kind === "m")
26
+ throw new TypeError("Private method is not writable");
27
+ if (kind === "a" && !f)
28
+ throw new TypeError("Private accessor was defined without a setter");
29
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
30
+ throw new TypeError("Cannot write private member to an object whose class did not declare it");
31
+ return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
32
+ };
33
+ var __classPrivateFieldGet = (undefined && undefined.__classPrivateFieldGet) || function (receiver, state, kind, f) {
34
+ if (kind === "a" && !f)
35
+ throw new TypeError("Private accessor was defined without a getter");
36
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
37
+ throw new TypeError("Cannot read private member from an object whose class did not declare it");
38
+ return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
39
+ };
40
+ var _KupAccordion_clickCbDropCard, _KupAccordion_dropDownActionCardAnchor;
19
41
  const KupAccordion$1 = /*@__PURE__*/ proxyCustomElement(class KupAccordion extends H {
20
42
  constructor() {
21
43
  super();
22
44
  this.__registerHost();
23
45
  this.__attachShadow();
24
- this.kupAccordionItemSelected = createEvent(this, "kup-accordion-itemselected", 6);
46
+ this.kupBlur = createEvent(this, "kup-accordion-blur", 6);
47
+ this.kupClick = createEvent(this, "kup-accordion-click", 6);
48
+ this.kupIconClick = createEvent(this, "kup-accordion-iconclick", 6);
49
+ this.kupInfoIconClick = createEvent(this, "kup-accordion-infoiconclick", 6);
50
+ this.kupFocus = createEvent(this, "kup-accordion-focus", 6);
51
+ this.kupToolbarItemClick = createEvent(this, "kup-accordion-toolbaritemclick", 6);
25
52
  /*-------------------------------------------------*/
26
53
  /* I n t e r n a l V a r i a b l e s */
27
54
  /*-------------------------------------------------*/
55
+ this.toolbarState = [];
56
+ this.infoState = [];
28
57
  /**
29
58
  * Instance of the KupManager class.
30
59
  */
31
60
  this.kupManager = kupManagerInstance();
61
+ _KupAccordion_clickCbDropCard.set(this, null);
32
62
  /**
33
63
  * Instance of the KupManager class.
34
64
  */
35
65
  this.slotsNames = [];
66
+ _KupAccordion_dropDownActionCardAnchor.set(this, null);
36
67
  this.selectedItems = [];
37
68
  this.customStyle = '';
38
69
  this.data = null;
70
+ this.infoIcon = false;
39
71
  this.ripple = false;
72
+ this.toolbar = false;
40
73
  this.sizing = KupComponentSizing.SMALL;
74
+ this.toolbarCallback = undefined;
75
+ this.infoCallback = undefined;
76
+ }
77
+ onKupBlur(node) {
78
+ this.kupBlur.emit({
79
+ comp: this,
80
+ id: this.rootElement.id,
81
+ node: node,
82
+ });
83
+ }
84
+ onKupClick(i, node) {
85
+ this.data[i].contentVisible = !this.data[i].contentVisible;
86
+ this.updateSelectedItems();
87
+ this.kupClick.emit({
88
+ comp: this,
89
+ id: this.rootElement.id,
90
+ node: node,
91
+ });
92
+ }
93
+ onKupIconClick(el) {
94
+ if (!el) {
95
+ this.kupManager.debug.logMessage(this, 'onKupIconClick: Element is null');
96
+ return;
97
+ }
98
+ __classPrivateFieldSet(this, _KupAccordion_dropDownActionCardAnchor, el, "f");
99
+ this.createDropDownToolbarList();
100
+ }
101
+ onKupInfoIconClick(el) {
102
+ if (!el) {
103
+ this.kupManager.debug.logMessage(this, 'onKupIconClick: Element is null');
104
+ return;
105
+ }
106
+ __classPrivateFieldSet(this, _KupAccordion_dropDownActionCardAnchor, el, "f");
107
+ this.createDropDownInfoList();
108
+ }
109
+ onKupFocus(node) {
110
+ this.kupFocus.emit({
111
+ comp: this,
112
+ id: this.rootElement.id,
113
+ node: node,
114
+ });
115
+ }
116
+ onKupToolbarItemClick(e) {
117
+ this.kupToolbarItemClick.emit({
118
+ comp: this,
119
+ id: this.rootElement.id,
120
+ node: e.detail.selected,
121
+ });
41
122
  }
42
123
  /*-------------------------------------------------*/
43
124
  /* W a t c h e r s */
@@ -61,9 +142,9 @@ const KupAccordion$1 = /*@__PURE__*/ proxyCustomElement(class KupAccordion exten
61
142
  */
62
143
  async collapseAll() {
63
144
  const ids = [];
64
- for (let i = 0; i < this.data.columns.length; i++) {
65
- const column = this.data.columns[i];
66
- const itemName = column.name;
145
+ for (let i = 0; i < this.data.length; i++) {
146
+ const node = this.data[i];
147
+ const itemName = node.id;
67
148
  if (!this.isItemExpandible(itemName) &&
68
149
  this.isItemSelected(itemName)) {
69
150
  ids.push(itemName);
@@ -76,9 +157,9 @@ const KupAccordion$1 = /*@__PURE__*/ proxyCustomElement(class KupAccordion exten
76
157
  */
77
158
  async expandAll() {
78
159
  const ids = [];
79
- for (let i = 0; i < this.data.columns.length; i++) {
80
- const column = this.data.columns[i];
81
- const itemName = column.name;
160
+ for (let i = 0; i < this.data.length; i++) {
161
+ const node = this.data[i];
162
+ const itemName = node.id;
82
163
  if (this.isItemExpandible(itemName)) {
83
164
  ids.push(itemName);
84
165
  }
@@ -110,27 +191,34 @@ const KupAccordion$1 = /*@__PURE__*/ proxyCustomElement(class KupAccordion exten
110
191
  * This method activates or deactivates an item
111
192
  * @param {string} itemName - Name of the item.
112
193
  */
113
- async toggleItem(itemName) {
114
- const isItemExpandible = this.isItemExpandible(itemName);
194
+ async toggleItem(node) {
115
195
  const ids = [...this.selectedItems];
116
- if (ids.includes(itemName)) {
117
- ids.splice(ids.indexOf(itemName), 1);
196
+ if (ids.includes(node.id)) {
197
+ ids.splice(ids.indexOf(node.id), 1);
118
198
  }
119
199
  else {
120
- ids.push(itemName);
200
+ ids.push(node.id);
121
201
  }
122
202
  this.selectedItems = ids;
123
- if (!isItemExpandible) {
124
- this.kupAccordionItemSelected.emit({
125
- comp: this,
126
- id: this.rootElement.id,
127
- itemName: itemName,
128
- });
129
- }
203
+ this.kupClick.emit({
204
+ comp: this,
205
+ id: this.rootElement.id,
206
+ node: node,
207
+ });
130
208
  }
131
209
  /*-------------------------------------------------*/
132
210
  /* P r i v a t e M e t h o d s */
133
211
  /*-------------------------------------------------*/
212
+ updateSelectedItems() {
213
+ const ids = [];
214
+ for (let i = 0; i < this.data.length; i++) {
215
+ const node = this.data[i];
216
+ if (node.contentVisible) {
217
+ ids.push(node.id);
218
+ }
219
+ }
220
+ this.selectedItems = ids;
221
+ }
134
222
  isItemExpandible(itemName) {
135
223
  return this.slotsNames.includes(itemName);
136
224
  }
@@ -138,6 +226,7 @@ const KupAccordion$1 = /*@__PURE__*/ proxyCustomElement(class KupAccordion exten
138
226
  return this.selectedItems.includes(itemName);
139
227
  }
140
228
  renderItems() {
229
+ var _a, _b;
141
230
  const items = [];
142
231
  const slots = Array.prototype.slice.call(this.rootElement.children, 0);
143
232
  this.slotsNames = [];
@@ -145,9 +234,9 @@ const KupAccordion$1 = /*@__PURE__*/ proxyCustomElement(class KupAccordion exten
145
234
  const slot = slots[index];
146
235
  this.slotsNames.push(slot.slot);
147
236
  }
148
- for (let i = 0; i < this.data.columns.length; i++) {
149
- const column = this.data.columns[i];
150
- const itemName = column.name;
237
+ for (let i = 0; i < this.data.length; i++) {
238
+ const node = this.data[i];
239
+ const itemName = node.id;
151
240
  const isItemSelected = this.isItemSelected(itemName);
152
241
  const isItemExpandible = this.isItemExpandible(itemName);
153
242
  const itemHeaderClass = {
@@ -163,10 +252,128 @@ const KupAccordion$1 = /*@__PURE__*/ proxyCustomElement(class KupAccordion exten
163
252
  ? true
164
253
  : false,
165
254
  };
166
- items.push(h("div", { class: "accordion-item" }, h("div", { tabindex: "1", title: column.title, class: itemHeaderClass, onClick: () => this.toggleItem(itemName) }, column.icon ? (h(FImage, { color: `var(${KupThemeColorValues.ICON})`, resource: column.icon, sizeX: "1.5em", sizeY: "1.5em", wrapperClass: "accordion-item__icon" })) : null, h("span", { class: "accordion-item__text" }, column.title), isItemExpandible ? (h("span", { class: `accordion-item__dropdown kup-icon ${KupThemeIconValues.DROPDOWN.replace('--', '')}` })) : null), h("div", { class: itemContentClass }, h("slot", { name: column.name }))));
255
+ const wrapper = (h("div", { class: "accordion-rigtbuttons" }, this.infoIcon && (h(FImage, { resource: "info_outline", sizeX: "16px", sizeY: "16px", onClick: async (event) => {
256
+ event.stopPropagation();
257
+ const el = event.currentTarget;
258
+ const data = await this.infoCallback();
259
+ this.infoState = data;
260
+ if (this.infoState.length > 0) {
261
+ this.onKupInfoIconClick(el);
262
+ }
263
+ else {
264
+ this.kupManager.debug.logMessage(this, 'InfoIcon data is empty, not opening dropdown.');
265
+ }
266
+ }, wrapperClass: "tab__iconToolbar iconInfo" })), this.toolbar && (h(FImage, { resource: "more_vert", sizeX: "16px", sizeY: "16px", onClick: async (event) => {
267
+ event.stopPropagation();
268
+ const el = event.currentTarget;
269
+ const data = await this.toolbarCallback();
270
+ this.toolbarState = data;
271
+ if (this.toolbarState.length > 0) {
272
+ this.onKupIconClick(el);
273
+ }
274
+ else {
275
+ this.kupManager.debug.logMessage(this, 'Toolbar data is empty, not opening dropdown.');
276
+ }
277
+ }, wrapperClass: "tab__iconToolbar iconToolbar" })), isItemExpandible ? (h("div", { class: `accordion-item__dropdown kup-icon ${KupThemeIconValues.DROPDOWN.replace('--', '')}` })) : null));
278
+ items.push(h("div", { class: "accordion-item" }, h("div", { tabindex: i, title: (_a = node.title) !== null && _a !== void 0 ? _a : null, class: itemHeaderClass, onClick: () => this.toggleItem(node), onBlur: () => this.onKupBlur(node),
279
+ // onClick={() => this.onKupClick(i, node)}
280
+ onFocus: () => this.onKupFocus(node) }, node.icon ? (h(FImage, { color: `var(${KupThemeColorValues.PRIMARY})`, resource: node.icon, placeholderResource: node.placeholderIcon, sizeX: "1.5em", sizeY: "1.5em", wrapperClass: "accordion-item__icon" })) : null, node.value ? (h("span", { class: "accordion-item__text" }, (_b = node.value) !== null && _b !== void 0 ? _b : '')) : null, wrapper), h("div", { class: itemContentClass }, h("slot", { name: node.id }))));
167
281
  }
168
282
  return items;
169
283
  }
284
+ closeRowToolbarList() {
285
+ if (this.toolbarList) {
286
+ this.kupManager.dynamicPosition.stop(this.toolbarList);
287
+ this.kupManager.removeClickCallback(__classPrivateFieldGet(this, _KupAccordion_clickCbDropCard, "f"));
288
+ this.toolbarList.remove();
289
+ this.kupManager.dynamicPosition.unregister([this.toolbarList]);
290
+ this.toolbarList = null;
291
+ }
292
+ }
293
+ /**
294
+ * Create dropdown list for toolbar
295
+ */
296
+ createDropDownToolbarList() {
297
+ if (!__classPrivateFieldGet(this, _KupAccordion_dropDownActionCardAnchor, "f")) {
298
+ this.kupManager.debug.logMessage(this, 'createDropDownToolbarList: Anchor is null!');
299
+ return;
300
+ }
301
+ if (this.toolbarList) {
302
+ this.closeRowToolbarList();
303
+ }
304
+ if (this.toolbarState.length === 0) {
305
+ this.kupManager.debug.logMessage(this, 'No toolbar state available.');
306
+ return;
307
+ }
308
+ const listEl = document.createElement('kup-toolbar');
309
+ listEl.data = this.toolbarState;
310
+ listEl.addEventListener('kup-toolbar-click', (e) => {
311
+ this.onKupToolbarItemClick(e);
312
+ setTimeout(() => {
313
+ this.closeRowToolbarList();
314
+ }, 0);
315
+ });
316
+ this.toolbarList = listEl;
317
+ __classPrivateFieldSet(this, _KupAccordion_clickCbDropCard, {
318
+ cb: () => {
319
+ this.closeRowToolbarList();
320
+ },
321
+ el: this.toolbarList,
322
+ }, "f");
323
+ this.kupManager.addClickCallback(__classPrivateFieldGet(this, _KupAccordion_clickCbDropCard, "f"), true);
324
+ this.rootElement.shadowRoot.appendChild(this.toolbarList);
325
+ requestAnimationFrame(() => {
326
+ if (!__classPrivateFieldGet(this, _KupAccordion_dropDownActionCardAnchor, "f")) {
327
+ this.kupManager.debug.logMessage(this, 'DropDown anchor is still null after delay!');
328
+ return;
329
+ }
330
+ this.kupManager.dynamicPosition.register(this.toolbarList, __classPrivateFieldGet(this, _KupAccordion_dropDownActionCardAnchor, "f"), 0, KupDynamicPositionPlacement.AUTO, true);
331
+ this.kupManager.dynamicPosition.start(this.toolbarList);
332
+ });
333
+ }
334
+ /**
335
+ * Create dropdown list for tab info icon
336
+ */
337
+ createDropDownInfoList() {
338
+ if (!__classPrivateFieldGet(this, _KupAccordion_dropDownActionCardAnchor, "f")) {
339
+ this.kupManager.debug.logMessage(this, 'createDropDownToolbarList: Anchor is null!');
340
+ return;
341
+ }
342
+ if (this.infoList) {
343
+ this.closeInfoDataList();
344
+ }
345
+ if (this.infoState.length === 0) {
346
+ this.kupManager.debug.logMessage(this, 'No toolbar state available.');
347
+ return;
348
+ }
349
+ const listEl = document.createElement('kup-list');
350
+ listEl.data = this.infoState;
351
+ this.infoList = listEl;
352
+ __classPrivateFieldSet(this, _KupAccordion_clickCbDropCard, {
353
+ cb: () => {
354
+ this.closeInfoDataList();
355
+ },
356
+ el: this.infoList,
357
+ }, "f");
358
+ this.kupManager.addClickCallback(__classPrivateFieldGet(this, _KupAccordion_clickCbDropCard, "f"), true);
359
+ this.rootElement.shadowRoot.appendChild(this.infoList);
360
+ requestAnimationFrame(() => {
361
+ this.kupManager.dynamicPosition.register(this.infoList, __classPrivateFieldGet(this, _KupAccordion_dropDownActionCardAnchor, "f"), 0, KupDynamicPositionPlacement.AUTO, true);
362
+ this.kupManager.dynamicPosition.start(this.infoList);
363
+ });
364
+ }
365
+ /**
366
+ * Destroy dropdown list for tab info icon
367
+ */
368
+ closeInfoDataList() {
369
+ if (this.infoList) {
370
+ this.kupManager.dynamicPosition.stop(this.infoList);
371
+ this.kupManager.removeClickCallback(__classPrivateFieldGet(this, _KupAccordion_clickCbDropCard, "f"));
372
+ this.infoList.remove();
373
+ this.kupManager.dynamicPosition.unregister([this.infoList]);
374
+ this.infoList = null;
375
+ }
376
+ }
170
377
  /*-------------------------------------------------*/
171
378
  /* L i f e c y c l e H o o k s */
172
379
  /*-------------------------------------------------*/
@@ -175,6 +382,7 @@ const KupAccordion$1 = /*@__PURE__*/ proxyCustomElement(class KupAccordion exten
175
382
  this.kupManager.theme.register(this);
176
383
  }
177
384
  componentDidLoad() {
385
+ this.updateSelectedItems();
178
386
  this.applyRipple();
179
387
  this.kupManager.debug.logLoad(this, true);
180
388
  }
@@ -194,8 +402,8 @@ const KupAccordion$1 = /*@__PURE__*/ proxyCustomElement(class KupAccordion exten
194
402
  this.kupManager.debug.logRender(this, true);
195
403
  }
196
404
  render() {
197
- const content = this.data && this.data.columns ? this.renderItems() : null;
198
- return (h(Host, { key: 'e833d2f12eaadc0a52bbfa292e29c92e3a7d737c' }, h("style", { key: '93b4315cd2a0f9834ec9f4cf70c0c2cf6baf91cb' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'a9cbd70c8e08f1b00cdee843c8b34540e49a7541', id: componentWrapperId }, h("div", { key: '9ddf2bd8d16f97c3004948e31dcd2bb17ee155b6', class: "accordion" }, content))));
405
+ const content = this.data && this.data.length ? this.renderItems() : null;
406
+ return (h(Host, { key: '1eab0235eab32cfa1132d4f918b56e2788f10e3e' }, h("style", { key: '5562ce0c27752221054bfe75c5bc0fa73483c551' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '8023ab06eb1040fd72788e4e94f8cf520da31a12', id: componentWrapperId }, h("div", { key: '8cfc0ba359969c76ff2dab13ed3c80f3e03e5828', class: "accordion" }, content))));
199
407
  }
200
408
  disconnectedCallback() {
201
409
  this.kupManager.theme.unregister(this);
@@ -208,8 +416,12 @@ const KupAccordion$1 = /*@__PURE__*/ proxyCustomElement(class KupAccordion exten
208
416
  }, [1, "kup-accordion", {
209
417
  "customStyle": [1, "custom-style"],
210
418
  "data": [16],
419
+ "infoIcon": [4, "info-icon"],
211
420
  "ripple": [4],
421
+ "toolbar": [4],
212
422
  "sizing": [1],
423
+ "toolbarCallback": [16],
424
+ "infoCallback": [16],
213
425
  "selectedItems": [32],
214
426
  "collapseAll": [64],
215
427
  "expandAll": [64],
@@ -220,6 +432,7 @@ const KupAccordion$1 = /*@__PURE__*/ proxyCustomElement(class KupAccordion exten
220
432
  }, undefined, {
221
433
  "ripple": ["applyRipple"]
222
434
  }]);
435
+ _KupAccordion_clickCbDropCard = new WeakMap(), _KupAccordion_dropDownActionCardAnchor = new WeakMap();
223
436
  function defineCustomElement$1() {
224
437
  if (typeof customElements === "undefined") {
225
438
  return;
@@ -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-ef8cbd35.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, u as KupDebugCategory, n as getCellValueForDisplay } from './p-73922583.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-c50f899f.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, u as KupDebugCategory, n as getCellValueForDisplay } from './p-04bdcde6.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-ece73808.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-c50f899f.js';
1
+ import { K as KupAutocomplete$1, D as defineCustomElement$1 } from './p-ece73808.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-c50f899f.js';
1
+ import { G as KupBadge$1, C as defineCustomElement$1 } from './p-ece73808.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-9cadb89a.js';
1
+ import { K as KupBox$1, d as defineCustomElement$1 } from './p-154aa772.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-c50f899f.js';
1
+ import { S as KupButtonList$1, A as defineCustomElement$1 } from './p-ece73808.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-c50f899f.js';
1
+ import { R as KupButton$1, B as defineCustomElement$1 } from './p-ece73808.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, f as forceUpdate, h as h$1, d as Host } from './p-ef8cbd35.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, d as KupLanguageGeneric, L as getColumnByName, u as KupDebugCategory } from './p-73922583.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-c50f899f.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, e as KupLanguageGeneric, L as getColumnByName, u as KupDebugCategory } from './p-04bdcde6.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-ece73808.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-ef8cbd35.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, aa as KupCardFamily, n as getCellValueForDisplay } from './p-73922583.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-c50f899f.js';
4
- import { d as defineCustomElement$e } from './p-76ce24eb.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, ab as KupCardFamily, n as getCellValueForDisplay } from './p-04bdcde6.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-ece73808.js';
4
+ import { d as defineCustomElement$e } from './p-e22a9cfc.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-c50f899f.js';
1
+ import { V as KupCard$1, z as defineCustomElement$1 } from './p-ece73808.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-ef8cbd35.js';
2
- import { k as kupManagerInstance, w as FCellPadding, aA as KupCellElementsPosition, g as getProps, s as setProps, ak as KupDragEffect, aB as submitPositionAdapter, d as KupLanguageGeneric, aC as KupCellProps } from './p-73922583.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-c50f899f.js';
2
+ import { k as kupManagerInstance, w as FCellPadding, aA as KupCellElementsPosition, g as getProps, s as setProps, ak as KupDragEffect, aB as submitPositionAdapter, e as KupLanguageGeneric, aC as KupCellProps } from './p-04bdcde6.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-ece73808.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:var(--kup-label-01-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:var(--kup-heading-compact-01-font-size, 14px);line-height:18px;font-weight:600;letter-spacing:0.16px}.kup-heading-01{font-family:var(--kup-font-family);font-size:var(--kup-heading-01-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-c50f899f.js';
1
+ import { W as KupChart$1, y as defineCustomElement$1 } from './p-ece73808.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-c50f899f.js';
1
+ import { X as KupCheckbox$1, x as defineCustomElement$1 } from './p-ece73808.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-c50f899f.js';
1
+ import { Y as KupChip$1, w as defineCustomElement$1 } from './p-ece73808.js';
2
2
 
3
3
  const KupChip = KupChip$1;
4
4
  const defineCustomElement = defineCustomElement$1;