@sme.up/ketchup 8.2.2 → 8.3.1

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 (101) hide show
  1. package/dist/cjs/{f-button-76a75669.js → f-button-d073c79d.js} +1 -1
  2. package/dist/cjs/{f-cell-6f902849.js → f-cell-b7ddd6b3.js} +6 -4
  3. package/dist/cjs/{f-chip-fe9cffed.js → f-chip-e51596be.js} +2 -2
  4. package/dist/cjs/{f-image-47976ad7.js → f-image-fb2721a7.js} +1 -1
  5. package/dist/cjs/{f-paginator-utils-f13f036f.js → f-paginator-utils-5bce6819.js} +2 -2
  6. package/dist/cjs/{f-text-field-865a6386.js → f-text-field-acb225f3.js} +1 -1
  7. package/dist/cjs/kup-accordion.cjs.entry.js +2 -2
  8. package/dist/cjs/kup-autocomplete_27.cjs.entry.js +10 -8
  9. package/dist/cjs/kup-box.cjs.entry.js +7 -7
  10. package/dist/cjs/kup-calendar.cjs.entry.js +4 -4
  11. package/dist/cjs/kup-cell.cjs.entry.js +5 -5
  12. package/dist/cjs/kup-dash-list.cjs.entry.js +1 -1
  13. package/dist/cjs/kup-dash_2.cjs.entry.js +1 -1
  14. package/dist/cjs/kup-dashboard.cjs.entry.js +4 -4
  15. package/dist/cjs/kup-drawer.cjs.entry.js +1 -1
  16. package/dist/cjs/kup-echart.cjs.entry.js +128 -2
  17. package/dist/cjs/kup-family-tree.cjs.entry.js +3 -3
  18. package/dist/cjs/kup-iframe.cjs.entry.js +1 -1
  19. package/dist/cjs/kup-image-list.cjs.entry.js +6 -6
  20. package/dist/cjs/kup-lazy.cjs.entry.js +1 -1
  21. package/dist/cjs/kup-magic-box.cjs.entry.js +2 -2
  22. package/dist/cjs/{kup-manager-695bbbe3.js → kup-manager-39f99670.js} +2 -0
  23. package/dist/cjs/kup-nav-bar.cjs.entry.js +1 -1
  24. package/dist/cjs/kup-numeric-picker.cjs.entry.js +2 -2
  25. package/dist/cjs/kup-photo-frame.cjs.entry.js +1 -1
  26. package/dist/cjs/kup-planner.cjs.entry.js +2 -2
  27. package/dist/cjs/kup-probe.cjs.entry.js +1 -1
  28. package/dist/cjs/kup-qlik.cjs.entry.js +1 -1
  29. package/dist/cjs/kup-snackbar.cjs.entry.js +3 -3
  30. package/dist/collection/assets/echart.js +248 -0
  31. package/dist/collection/components/kup-data-table/kup-data-table.js +2 -0
  32. package/dist/collection/components/kup-echart/kup-echart-declarations.js +2 -0
  33. package/dist/collection/components/kup-echart/kup-echart.js +125 -1
  34. package/dist/collection/components/kup-form/kup-form.css +3 -1
  35. package/dist/collection/f-components/f-cell/f-cell-declarations.js +2 -0
  36. package/dist/collection/f-components/f-cell/f-cell.js +2 -0
  37. package/dist/components/kup-autocomplete2.js +7 -1
  38. package/dist/components/kup-echart2.js +127 -1
  39. package/dist/esm/{f-button-c5b36ae1.js → f-button-38ee97e6.js} +1 -1
  40. package/dist/esm/{f-cell-fbfe9fe0.js → f-cell-763793f8.js} +6 -4
  41. package/dist/esm/{f-chip-038e9404.js → f-chip-010179a2.js} +2 -2
  42. package/dist/esm/{f-image-c356f4c5.js → f-image-77ac3ca0.js} +1 -1
  43. package/dist/esm/{f-paginator-utils-58466d55.js → f-paginator-utils-32b2c046.js} +2 -2
  44. package/dist/esm/{f-text-field-98905f74.js → f-text-field-8a683258.js} +1 -1
  45. package/dist/esm/kup-accordion.entry.js +2 -2
  46. package/dist/esm/kup-autocomplete_27.entry.js +10 -8
  47. package/dist/esm/kup-box.entry.js +7 -7
  48. package/dist/esm/kup-calendar.entry.js +4 -4
  49. package/dist/esm/kup-cell.entry.js +5 -5
  50. package/dist/esm/kup-dash-list.entry.js +1 -1
  51. package/dist/esm/kup-dash_2.entry.js +1 -1
  52. package/dist/esm/kup-dashboard.entry.js +4 -4
  53. package/dist/esm/kup-drawer.entry.js +1 -1
  54. package/dist/esm/kup-echart.entry.js +128 -2
  55. package/dist/esm/kup-family-tree.entry.js +3 -3
  56. package/dist/esm/kup-iframe.entry.js +1 -1
  57. package/dist/esm/kup-image-list.entry.js +6 -6
  58. package/dist/esm/kup-lazy.entry.js +1 -1
  59. package/dist/esm/kup-magic-box.entry.js +2 -2
  60. package/dist/esm/{kup-manager-74e46edc.js → kup-manager-e2f7edf1.js} +2 -0
  61. package/dist/esm/kup-nav-bar.entry.js +1 -1
  62. package/dist/esm/kup-numeric-picker.entry.js +2 -2
  63. package/dist/esm/kup-photo-frame.entry.js +1 -1
  64. package/dist/esm/kup-planner.entry.js +2 -2
  65. package/dist/esm/kup-probe.entry.js +1 -1
  66. package/dist/esm/kup-qlik.entry.js +1 -1
  67. package/dist/esm/kup-snackbar.entry.js +3 -3
  68. package/dist/ketchup/ketchup.esm.js +1 -1
  69. package/dist/ketchup/{p-b813af24.entry.js → p-07e56ef4.entry.js} +1 -1
  70. package/dist/ketchup/{p-9c7b9ff2.js → p-0e961148.js} +1 -1
  71. package/dist/ketchup/{p-f1da8b9c.entry.js → p-166356dc.entry.js} +1 -1
  72. package/dist/ketchup/{p-46daf529.js → p-2751c4ba.js} +1 -1
  73. package/dist/ketchup/p-2866e08c.entry.js +1 -0
  74. package/dist/ketchup/{p-0d533d24.entry.js → p-3a64fbe0.entry.js} +1 -1
  75. package/dist/ketchup/{p-487f4a33.entry.js → p-3fe1eada.entry.js} +2 -2
  76. package/dist/ketchup/{p-1f5eb8e6.entry.js → p-40312367.entry.js} +1 -1
  77. package/dist/ketchup/{p-2cc57793.entry.js → p-46ad61d1.entry.js} +1 -1
  78. package/dist/ketchup/{p-008cde2a.entry.js → p-4cb43c62.entry.js} +1 -1
  79. package/dist/ketchup/{p-e16c04d8.js → p-5443df89.js} +1 -1
  80. package/dist/ketchup/{p-78eaa526.js → p-5b1ae769.js} +1 -1
  81. package/dist/ketchup/{p-73ab15cd.entry.js → p-5d7b542c.entry.js} +1 -1
  82. package/dist/ketchup/{p-6efda31f.entry.js → p-6814b44c.entry.js} +1 -1
  83. package/dist/ketchup/{p-c20c4f66.js → p-79f78bdc.js} +1 -1
  84. package/dist/ketchup/{p-a9151ee8.entry.js → p-7c9ca424.entry.js} +1 -1
  85. package/dist/ketchup/{p-cd1f9e76.entry.js → p-86a3a9ef.entry.js} +1 -1
  86. package/dist/ketchup/{p-efd07a7f.entry.js → p-9fe8bcf4.entry.js} +1 -1
  87. package/dist/ketchup/{p-c3e84081.entry.js → p-bab43d3f.entry.js} +1 -1
  88. package/dist/ketchup/{p-8d992de0.entry.js → p-be933dfa.entry.js} +1 -1
  89. package/dist/ketchup/{p-d5491e4f.js → p-d938d1cd.js} +1 -1
  90. package/dist/ketchup/{p-2ac7d95a.entry.js → p-d942bfd3.entry.js} +1 -1
  91. package/dist/ketchup/{p-26765429.entry.js → p-dd183d2f.entry.js} +1 -1
  92. package/dist/ketchup/{p-a015c95b.entry.js → p-e0e4e3e2.entry.js} +1 -1
  93. package/dist/ketchup/{p-bb93aa7e.entry.js → p-e96d0d28.entry.js} +1 -1
  94. package/dist/ketchup/{p-f023195c.entry.js → p-eb42d212.entry.js} +1 -1
  95. package/dist/ketchup/{p-e9d2a964.entry.js → p-f3c25aae.entry.js} +4 -4
  96. package/dist/ketchup/{p-dfab37a3.entry.js → p-f520b898.entry.js} +1 -1
  97. package/dist/ketchup/{p-ffbd77d5.js → p-fe8c8e11.js} +1 -1
  98. package/dist/types/components/kup-echart/kup-echart-declarations.d.ts +3 -1
  99. package/dist/types/managers/kup-data/kup-data-declarations.d.ts +2 -0
  100. package/package.json +1 -1
  101. package/dist/ketchup/p-59919641.entry.js +0 -1
@@ -1,9 +1,9 @@
1
- import { a9 as editableTypes, aa as kupTypes, b as KupThemeColorValues, a6 as FCellTypes, ab as KupTagNames, ac as fullWidthFieldsComps, ad as FCellClasses, ae as autoCenterComps, af as getCellValueForDisplay, ag as FCellEvents } from './kup-manager-74e46edc.js';
1
+ import { a9 as editableTypes, aa as kupTypes, b as KupThemeColorValues, a6 as FCellTypes, ab as KupTagNames, ac as fullWidthFieldsComps, ad as FCellClasses, ae as autoCenterComps, af as getCellValueForDisplay, ag as FCellEvents } from './kup-manager-e2f7edf1.js';
2
2
  import { h } from './index-b45996ce.js';
3
3
  import { F as FCheckbox } from './f-checkbox-11b32f83.js';
4
- import { F as FTextField } from './f-text-field-98905f74.js';
5
- import { F as FImage } from './f-image-c356f4c5.js';
6
- import { F as FChipType, a as FChip } from './f-chip-038e9404.js';
4
+ import { F as FTextField } from './f-text-field-8a683258.js';
5
+ import { F as FImage } from './f-image-77ac3ca0.js';
6
+ import { F as FChipType, a as FChip } from './f-chip-010179a2.js';
7
7
 
8
8
  /**
9
9
  * Props of the kup-list component.
@@ -380,6 +380,8 @@ function setKupCell(cellType, classObj, subcomponentProps, cell, row, column, pr
380
380
  classObj[FCellClasses.C_CENTERED] = true;
381
381
  }
382
382
  return (h("kup-chart", Object.assign({ key: column.name + props.row.id }, subcomponentProps)));
383
+ case FCellTypes.MULTI_AUTOCOMPLETE:
384
+ case FCellTypes.MULTI_COMBOBOX:
383
385
  case FCellTypes.CHIP:
384
386
  return h(FChip, Object.assign({}, subcomponentProps));
385
387
  case FCellTypes.COLOR_PICKER:
@@ -1,6 +1,6 @@
1
1
  import { h } from './index-b45996ce.js';
2
- import { F as FImage } from './f-image-c356f4c5.js';
3
- import { K as KupThemeIconValues, m as KupLanguageGeneric, b as KupThemeColorValues } from './kup-manager-74e46edc.js';
2
+ import { F as FImage } from './f-image-77ac3ca0.js';
3
+ import { K as KupThemeIconValues, m as KupLanguageGeneric, b as KupThemeColorValues } from './kup-manager-e2f7edf1.js';
4
4
 
5
5
  /**
6
6
  * Types of the f-chip component.
@@ -1,5 +1,5 @@
1
1
  import { h, a as getAssetPath } from './index-b45996ce.js';
2
- import { b as KupThemeColorValues } from './kup-manager-74e46edc.js';
2
+ import { b as KupThemeColorValues } from './kup-manager-e2f7edf1.js';
3
3
 
4
4
  /**
5
5
  * The type of a CSS step in CSS-drawing mode.
@@ -1,6 +1,6 @@
1
- import { E as Filters, J as FilterInterval, H as getValueForDisplay, D as getValueForDisplay2, af as getCellValueForDisplay, v as getColumnByName, z as KupObjects, ah as KupData, ai as compareCell, N as TotalMode, h as KupDatesFormats, a2 as SortMode, aj as KupLanguagePage, r as KupLanguageRow, m as KupLanguageGeneric } from './kup-manager-74e46edc.js';
1
+ import { E as Filters, J as FilterInterval, H as getValueForDisplay, D as getValueForDisplay2, af as getCellValueForDisplay, v as getColumnByName, z as KupObjects, ah as KupData, ai as compareCell, N as TotalMode, h as KupDatesFormats, a2 as SortMode, aj as KupLanguagePage, r as KupLanguageRow, m as KupLanguageGeneric } from './kup-manager-e2f7edf1.js';
2
2
  import { h } from './index-b45996ce.js';
3
- import { F as FButton } from './f-button-c5b36ae1.js';
3
+ import { F as FButton } from './f-button-38ee97e6.js';
4
4
  import { F as FButtonStyling } from './f-button-declarations-fd4965d1.js';
5
5
 
6
6
  /**
@@ -1,5 +1,5 @@
1
1
  import { h, a as getAssetPath } from './index-b45996ce.js';
2
- import { K as KupThemeIconValues } from './kup-manager-74e46edc.js';
2
+ import { K as KupThemeIconValues } from './kup-manager-e2f7edf1.js';
3
3
 
4
4
  const dom = document.documentElement;
5
5
  /*-------------------------------------------------*/
@@ -1,6 +1,6 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-b45996ce.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, b as KupThemeColorValues, K as KupThemeIconValues } from './kup-manager-74e46edc.js';
3
- import { F as FImage } from './f-image-c356f4c5.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, b as KupThemeColorValues, K as KupThemeIconValues } from './kup-manager-e2f7edf1.js';
3
+ import { F as FImage } from './f-image-77ac3ca0.js';
4
4
  import { c as componentWrapperId } from './GenericVariables-6dfdd433.js';
5
5
  import { M as MDCRipple } from './component-e86c51ea.js';
6
6
 
@@ -1,16 +1,16 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement$1, a as getAssetPath } from './index-b45996ce.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, K as KupThemeIconValues, a as KupDynamicPositionPlacement, b as KupThemeColorValues, c as KupDebugCategory, F as FCellShapes, d as FCellPadding, f as fillString, e as KupDateTimeFormatOptionsMonth, h as KupDatesFormats, i as KupCardBuiltInClockElements, j as KupCardCSSClasses, l as KupLanguageTotals, m as KupLanguageGeneric, n as KupLanguageColumn, o as KupDataNewColumnTypes, p as KupCardSubEvents, q as KupCardIds, r as KupLanguageRow, t as KupCardFamily, u as KupCardProps, v as getColumnByName, w as KupDates, x as formatToNumber, y as KupDatesNormalize, z as KupObjects, A as identify, G as GroupLabelDisplayMode, S as SelectionMode, B as KupLanguageGrouping, C as KupLanguageCheckbox, D as getValueForDisplay2, E as Filters, H as getValueForDisplay, I as KupLanguageSearch, J as FilterInterval, L as LoadMoreMode, P as PaginatorPos, M as ShowGrid, T as TotalLabel, N as TotalMode, O as kupDynamicPositionAttribute, Q as KupPointerEventTypes, R as kupDraggableColumnAttr, U as kupDragActiveAttr, V as KupDragEffect, W as kupDraggableCellAttr, X as KupDropEventTypes, Y as FixedCellsCSSVarsBase, Z as KupLanguageFontsize, _ as KupLanguageDensity, $ as KupLanguageGrid, a0 as KupDataTableProps, a1 as FixedCellsClasses, a2 as SortMode, a3 as iconColumn, a4 as keyColumn, a5 as fieldColumn, a6 as FCellTypes, a7 as addColumnValueFromRow, a8 as KupGlobalFilterMode } from './kup-manager-74e46edc.js';
3
- import { F as FTextField } from './f-text-field-98905f74.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, K as KupThemeIconValues, a as KupDynamicPositionPlacement, b as KupThemeColorValues, c as KupDebugCategory, F as FCellShapes, d as FCellPadding, f as fillString, e as KupDateTimeFormatOptionsMonth, h as KupDatesFormats, i as KupCardBuiltInClockElements, j as KupCardCSSClasses, l as KupLanguageTotals, m as KupLanguageGeneric, n as KupLanguageColumn, o as KupDataNewColumnTypes, p as KupCardSubEvents, q as KupCardIds, r as KupLanguageRow, t as KupCardFamily, u as KupCardProps, v as getColumnByName, w as KupDates, x as formatToNumber, y as KupDatesNormalize, z as KupObjects, A as identify, G as GroupLabelDisplayMode, S as SelectionMode, B as KupLanguageGrouping, C as KupLanguageCheckbox, D as getValueForDisplay2, E as Filters, H as getValueForDisplay, I as KupLanguageSearch, J as FilterInterval, L as LoadMoreMode, P as PaginatorPos, M as ShowGrid, T as TotalLabel, N as TotalMode, O as kupDynamicPositionAttribute, Q as KupPointerEventTypes, R as kupDraggableColumnAttr, U as kupDragActiveAttr, V as KupDragEffect, W as kupDraggableCellAttr, X as KupDropEventTypes, Y as FixedCellsCSSVarsBase, Z as KupLanguageFontsize, _ as KupLanguageDensity, $ as KupLanguageGrid, a0 as KupDataTableProps, a1 as FixedCellsClasses, a2 as SortMode, a3 as iconColumn, a4 as keyColumn, a5 as fieldColumn, a6 as FCellTypes, a7 as addColumnValueFromRow, a8 as KupGlobalFilterMode } from './kup-manager-e2f7edf1.js';
3
+ import { F as FTextField } from './f-text-field-8a683258.js';
4
4
  import { F as FTextFieldMDC } from './f-text-field-mdc-a1b4a919.js';
5
- import { I as ItemsDisplayMode, F as FCell, K as KupListRole, a as KupListProps, b as FSwitch } from './f-cell-fbfe9fe0.js';
5
+ import { I as ItemsDisplayMode, F as FCell, K as KupListRole, a as KupListProps, b as FSwitch } from './f-cell-763793f8.js';
6
6
  import { c as componentWrapperId } from './GenericVariables-6dfdd433.js';
7
- import { F as FImage } from './f-image-c356f4c5.js';
8
- import { F as FButton } from './f-button-c5b36ae1.js';
7
+ import { F as FImage } from './f-image-77ac3ca0.js';
8
+ import { F as FButton } from './f-button-38ee97e6.js';
9
9
  import { F as FButtonStyling } from './f-button-declarations-fd4965d1.js';
10
- import { F as FChipType, a as FChip } from './f-chip-038e9404.js';
10
+ import { F as FChipType, a as FChip } from './f-chip-010179a2.js';
11
11
  import { M as MDCRipple } from './component-e86c51ea.js';
12
12
  import { F as FCheckbox } from './f-checkbox-11b32f83.js';
13
- import { F as FiltersColumnMenu, a as FiltersRows, c as calcTotals, n as normalizeRows, p as paginateRows, f as filterRows, g as groupRows, s as sortRows, b as FPaginator, d as pageChange, r as rowsPerPageChange, t as treeMainColumnName, K as KupTreeExpansionMode, e as KupTreeProps } from './f-paginator-utils-58466d55.js';
13
+ import { F as FiltersColumnMenu, a as FiltersRows, c as calcTotals, n as normalizeRows, p as paginateRows, f as filterRows, g as groupRows, s as sortRows, b as FPaginator, d as pageChange, r as rowsPerPageChange, t as treeMainColumnName, K as KupTreeExpansionMode, e as KupTreeProps } from './f-paginator-utils-32b2c046.js';
14
14
 
15
15
  /**
16
16
  * Props of the kup-autocomplete component.
@@ -9246,6 +9246,8 @@ const KupDataTable = class {
9246
9246
  for (let index = 0; index < this.data.columns.length; index++) {
9247
9247
  const column = this.data.columns[index];
9248
9248
  cells[column.name] = {
9249
+ data: column.cellData,
9250
+ slotData: column.cellSlotData,
9249
9251
  isEditable: column.isKey ||
9250
9252
  column.isEditable,
9251
9253
  obj: Object.assign({}, column.obj),
@@ -12420,7 +12422,7 @@ var KupFormLabelPlacement;
12420
12422
  KupFormLabelPlacement["TOP"] = "top";
12421
12423
  })(KupFormLabelPlacement || (KupFormLabelPlacement = {}));
12422
12424
 
12423
- const kupFormCss = ":host{--kup_form_background_color:var(\n --kup-form-background-color,\n var(--kup-background-color)\n );--kup_form_color:var(--kup-form-color, var(--kup-text-color));--kup_form_font_family:var(--kup-form-font-family, var(--kup-font-family));--kup_form_font_size:var(--kup-form-font-size, var(--kup-font-size));--kup_form_label_alignment:var(--kup-form-label-alignment);--kup_form_label_width:var(--kup-form-label-width);display:block;font-family:var(--kup_form_font_family);font-size:var(--kup_form_font_size)}.form{background:var(--kup_form_background_color);color:var(--kup_form_color);display:flex;flex-grow:1;overflow:auto;padding:1em 0;position:relative}.form--column{flex-direction:column}.form__section{display:flex;flex:1 1 1%;flex-direction:row;flex-wrap:wrap}.form__section--column{flex-direction:column;flex-wrap:unset}.form__section--column>.form__section{flex:0 0 auto}.form__section--grid{display:grid}.form__section--titled{border:1px solid var(--kup-border-color);padding-top:5px;position:relative;margin:10px}.form__section--titled>h3{background:var(--kup-background-color);font-size:calc(var(--kup-font-size) * 1.15);position:absolute;margin:0px;padding:0 8px;top:-11px;left:5px;transition:background-color 0.25s ease}.form__section--left .form__label{width:var(--kup_form_label_width, 0)}.form__section--right .form__field{min-width:200px;width:0}.form__label{-webkit-font-smoothing:antialiased;box-sizing:border-box;font-size:0.875em;letter-spacing:0.0178571429em;white-space:nowrap;width:var(--kup_form_label_width)}.form__label--center{text-align:var(--kup_form_label_alignment, center)}.form__label--left{text-align:var(--kup_form_label_alignment, left)}.form__label--right{text-align:var(--kup_form_label_alignment, right)}.form__field{min-height:16px}.form__field img{height:auto}.form__submit{height:0;opacity:0;overflow:hidden;position:absolute;width:0}.form .f-cell.c-right-aligned:not(.c-centered) .f-cell__content{justify-content:flex-start}";
12425
+ const kupFormCss = ":host{--kup_form_background_color:var(\n --kup-form-background-color,\n var(--kup-background-color)\n );--kup_form_color:var(--kup-form-color, var(--kup-text-color));--kup_form_font_family:var(--kup-form-font-family, var(--kup-font-family));--kup_form_font_size:var(--kup-form-font-size, var(--kup-font-size));--kup_form_label_alignment:var(--kup-form-label-alignment);--kup_form_label_width:var(--kup-form-label-width);--kup_form_padding:var(--kup-form-padding, 1em 0);display:block;font-family:var(--kup_form_font_family);font-size:var(--kup_form_font_size)}.form{background:var(--kup_form_background_color);color:var(--kup_form_color);display:flex;flex-grow:1;overflow:auto;padding:var(--kup_form_padding);position:relative}.form--column{flex-direction:column}.form__section{display:flex;flex:1 1 1%;flex-direction:row;flex-wrap:wrap}.form__section--column{flex-direction:column;flex-wrap:unset}.form__section--column>.form__section{flex:0 0 auto}.form__section--grid{display:grid}.form__section--titled{border:1px solid var(--kup-border-color);padding-top:5px;position:relative;margin:10px}.form__section--titled>h3{background:var(--kup-background-color);font-size:calc(var(--kup-font-size) * 1.15);position:absolute;margin:0px;padding:0 8px;top:-11px;left:5px;transition:background-color 0.25s ease}.form__section--left .form__label{width:var(--kup_form_label_width, 0)}.form__section--right .form__field{min-width:200px;width:0}.form__label{-webkit-font-smoothing:antialiased;box-sizing:border-box;font-size:0.875em;letter-spacing:0.0178571429em;white-space:nowrap;width:var(--kup_form_label_width)}.form__label--center{text-align:var(--kup_form_label_alignment, center)}.form__label--left{text-align:var(--kup_form_label_alignment, left)}.form__label--right{text-align:var(--kup_form_label_alignment, right)}.form__field{min-height:16px}.form__field img{height:auto}.form__submit{height:0;opacity:0;overflow:hidden;position:absolute;width:0}.form .f-cell.c-right-aligned:not(.c-centered) .f-cell__content{justify-content:flex-start}";
12424
12426
 
12425
12427
  const dom = document.documentElement;
12426
12428
  const KupForm = class {
@@ -1,15 +1,15 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-b45996ce.js';
2
- import { k as kupManagerInstance, A as identify, g as getProps, s as setProps, v as getColumnByName, m as KupLanguageGeneric, K as KupThemeIconValues, c as KupDebugCategory, Q as KupPointerEventTypes, V as KupDragEffect, W as kupDraggableCellAttr, X as KupDropEventTypes, I as KupLanguageSearch, a2 as SortMode } from './kup-manager-74e46edc.js';
3
- import { f as filterRows, p as paginateRows, s as sortRows, d as pageChange, r as rowsPerPageChange, h as FPaginatorMode, b as FPaginator } from './f-paginator-utils-58466d55.js';
4
- import { F as FImage } from './f-image-c356f4c5.js';
5
- import { a as FChip } from './f-chip-038e9404.js';
2
+ import { k as kupManagerInstance, A as identify, g as getProps, s as setProps, v as getColumnByName, m as KupLanguageGeneric, K as KupThemeIconValues, c as KupDebugCategory, Q as KupPointerEventTypes, V as KupDragEffect, W as kupDraggableCellAttr, X as KupDropEventTypes, I as KupLanguageSearch, a2 as SortMode } from './kup-manager-e2f7edf1.js';
3
+ import { f as filterRows, p as paginateRows, s as sortRows, d as pageChange, r as rowsPerPageChange, h as FPaginatorMode, b as FPaginator } from './f-paginator-utils-32b2c046.js';
4
+ import { F as FImage } from './f-image-77ac3ca0.js';
5
+ import { a as FChip } from './f-chip-010179a2.js';
6
6
  import { c as componentWrapperId } from './GenericVariables-6dfdd433.js';
7
- import { F as FCell } from './f-cell-fbfe9fe0.js';
7
+ import { F as FCell } from './f-cell-763793f8.js';
8
8
  import { F as FTextFieldMDC } from './f-text-field-mdc-a1b4a919.js';
9
- import './f-button-c5b36ae1.js';
9
+ import './f-button-38ee97e6.js';
10
10
  import './f-button-declarations-fd4965d1.js';
11
11
  import './f-checkbox-11b32f83.js';
12
- import './f-text-field-98905f74.js';
12
+ import './f-text-field-8a683258.js';
13
13
  import './component-e86c51ea.js';
14
14
 
15
15
  /**
@@ -1,10 +1,10 @@
1
1
  import { r as registerInstance, c as createEvent, a as getAssetPath, f as forceUpdate, h as h$1, H as Host, g as getElement } from './index-b45996ce.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, ak as KupDatesLocales, m as KupLanguageGeneric, v as getColumnByName } from './kup-manager-74e46edc.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, ak as KupDatesLocales, m as KupLanguageGeneric, v as getColumnByName } from './kup-manager-e2f7edf1.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-6dfdd433.js';
4
- import { F as FButton } from './f-button-c5b36ae1.js';
5
- import { a as FChip, F as FChipType } from './f-chip-038e9404.js';
4
+ import { F as FButton } from './f-button-38ee97e6.js';
5
+ import { a as FChip, F as FChipType } from './f-chip-010179a2.js';
6
6
  import './f-button-declarations-fd4965d1.js';
7
- import './f-image-c356f4c5.js';
7
+ import './f-image-77ac3ca0.js';
8
8
 
9
9
  var n,l$1,u$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,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;
10
10
 
@@ -1,11 +1,11 @@
1
1
  import { r as registerInstance, f as forceUpdate, h, H as Host, g as getElement } from './index-b45996ce.js';
2
- import { k as kupManagerInstance, d as FCellPadding, g as getProps, s as setProps, V as KupDragEffect, m as KupLanguageGeneric } from './kup-manager-74e46edc.js';
2
+ import { k as kupManagerInstance, d as FCellPadding, g as getProps, s as setProps, V as KupDragEffect, m as KupLanguageGeneric } from './kup-manager-e2f7edf1.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-6dfdd433.js';
4
- import { F as FCell } from './f-cell-fbfe9fe0.js';
4
+ import { F as FCell } from './f-cell-763793f8.js';
5
5
  import './f-checkbox-11b32f83.js';
6
- import './f-text-field-98905f74.js';
7
- import './f-image-c356f4c5.js';
8
- import './f-chip-038e9404.js';
6
+ import './f-text-field-8a683258.js';
7
+ import './f-image-77ac3ca0.js';
8
+ import './f-chip-010179a2.js';
9
9
 
10
10
  /**
11
11
  * Props of the kup-cell component.
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, h } from './index-b45996ce.js';
2
- import { k as kupManagerInstance, af as getCellValueForDisplay } from './kup-manager-74e46edc.js';
2
+ import { k as kupManagerInstance, af as getCellValueForDisplay } from './kup-manager-e2f7edf1.js';
3
3
 
4
4
  const kupDashListCss = ".horizontal{display:inline-block;min-width:300px;max-width:100%;overflow:visible;white-space:nowrap;border:solid;border-width:1px;margin:2px}";
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, h, g as getElement, f as forceUpdate, H as Host } from './index-b45996ce.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, c as KupDebugCategory } from './kup-manager-74e46edc.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, c as KupDebugCategory } from './kup-manager-e2f7edf1.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-6dfdd433.js';
4
4
 
5
5
  const kupDashCss = "#dash{color:var(--kup-text-color);font-size:2vw;display:flex;align-items:center;justify-content:center;position:relative;text-align:center;position:relative;word-break:normal}#dash.with-dyn{cursor:pointer}#dash #content .icon{margin:auto;font-size:90%}#dash #content.layout-1,#dash #content.layout-3{text-align:center}#dash #content.layout-1 .descr,#dash #content.layout-3 .descr{font-size:70%;width:100%}#dash #content.layout-1 .value,#dash #content.layout-3 .value{font-size:220%}#dash #content.layout-2>div{display:flex}#dash #content.layout-2>div .icon{margin:auto;font-size:150%;margin-right:5%}#dash #content.layout-2>div .value-int{font-size:250%}#dash #content.layout-2>div .value-dec,#dash #content.layout-2>div .unit{font-size:130%;margin-top:auto;margin-bottom:7%}#dash #content.layout-2>div .value-dec{margin-left:2%}#dash #content.layout-2>div .unit{margin-left:4%}#dash #content.layout-4>div{display:grid;grid-template-columns:2fr 5fr}#dash #content.layout-4>div .icon{margin:auto;font-size:150%;margin-right:5%}#dash #content.layout-4>div .value-and-unit{display:flex}#dash #content.layout-4>div .value-and-unit .value-int{font-size:250%}#dash #content.layout-4>div .value-and-unit .value-dec,#dash #content.layout-4>div .value-and-unit .unit{font-size:130%;margin-top:auto;margin-bottom:7%}#dash #content.layout-4>div .value-and-unit .value-dec{margin-left:2%}#dash #content.layout-4>div .value-and-unit .unit{margin-left:4%}#dash #content.layout-4>div .descr{margin-left:4%;text-align:left;font-size:80%;width:100%;min-width:max-content}#dash #content.layout-5>div,#dash #content.layout-7>div{display:flex}#dash #content.layout-5>div .icon,#dash #content.layout-7>div .icon{font-size:150%;margin:auto;margin-left:10%}#dash #content.layout-5>div .value,#dash #content.layout-7>div .value{font-size:200%}#dash #content.layout-5>div .descr,#dash #content.layout-7>div .descr{text-align:right;font-size:65%;width:100%;min-width:max-content}#dash #content.layout-6>div{display:flex;justify-content:space-between}#dash #content.layout-6>div .icon{font-size:150%;margin-right:10%}#dash #content.layout-6>div .value{font-size:220%;text-align:right}#dash #content.layout-6>div .descr{font-size:80%;text-align:right;width:100%;min-width:max-content}#dash #content.layout-8>div{display:flex;align-items:center}#dash #content.layout-8>div .icon{margin-right:4%;font-size:75%}#dash #content.layout-8>div .value{margin:0 10%;font-size:250%}#dash #content.layout-8>div .descr{font-size:60%;text-align:left}";
@@ -1,12 +1,12 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-b45996ce.js';
2
- import { F as FButton } from './f-button-c5b36ae1.js';
2
+ import { F as FButton } from './f-button-38ee97e6.js';
3
3
  import { F as FCheckbox } from './f-checkbox-11b32f83.js';
4
- import { F as FTextField } from './f-text-field-98905f74.js';
4
+ import { F as FTextField } from './f-text-field-8a683258.js';
5
5
  import { F as FTextFieldMDC } from './f-text-field-mdc-a1b4a919.js';
6
- import { k as kupManagerInstance, g as getProps, s as setProps, al as KupLanguageDashboard, m as KupLanguageGeneric, V as KupDragEffect, c as KupDebugCategory } from './kup-manager-74e46edc.js';
6
+ import { k as kupManagerInstance, g as getProps, s as setProps, al as KupLanguageDashboard, m as KupLanguageGeneric, V as KupDragEffect, c as KupDebugCategory } from './kup-manager-e2f7edf1.js';
7
7
  import { c as componentWrapperId } from './GenericVariables-6dfdd433.js';
8
8
  import './f-button-declarations-fd4965d1.js';
9
- import './f-image-c356f4c5.js';
9
+ import './f-image-77ac3ca0.js';
10
10
  import './component-e86c51ea.js';
11
11
 
12
12
  /**
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-b45996ce.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-74e46edc.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-e2f7edf1.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-6dfdd433.js';
4
4
 
5
5
  const drawerClass = 'drawer';
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement, a as getAssetPath } from './index-b45996ce.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, b as KupThemeColorValues, c as KupDebugCategory, v as getColumnByName, o as KupDataNewColumnTypes } from './kup-manager-74e46edc.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, b as KupThemeColorValues, c as KupDebugCategory, v as getColumnByName, o as KupDataNewColumnTypes } from './kup-manager-e2f7edf1.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-6dfdd433.js';
4
4
 
5
5
  /*! *****************************************************************************
@@ -93856,6 +93856,8 @@ var KupEchartTypes;
93856
93856
  KupEchartTypes["RADAR"] = "Radar";
93857
93857
  KupEchartTypes["BUBBLE"] = "Bubble";
93858
93858
  KupEchartTypes["SANKEY"] = "Sankey";
93859
+ KupEchartTypes["CANDLE"] = "Candle";
93860
+ KupEchartTypes["CALENDAR"] = "Calendar";
93859
93861
  })(KupEchartTypes || (KupEchartTypes = {}));
93860
93862
 
93861
93863
  const kupEchartCss = ":host{display:block;height:var(--kup_echart_height, 100%);min-height:var(--kup_echart_height, 100%);min-width:var(--kup_echart_width, 100%);width:var(--kup_echart_width, 100%)}#kup-component{width:100%;height:100%;position:relative}";
@@ -93876,7 +93878,7 @@ var __classPrivateFieldSet = (undefined && undefined.__classPrivateFieldSet) ||
93876
93878
  throw new TypeError("Cannot write private member to an object whose class did not declare it");
93877
93879
  return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
93878
93880
  };
93879
- var _KupEchart_instances, _KupEchart_chartContainer, _KupEchart_chartEl, _KupEchart_gaussianDatasets, _KupEchart_kupManager, _KupEchart_mapObj, _KupEchart_resizeTimeout, _KupEchart_sortedDataset, _KupEchart_themeBorder, _KupEchart_themeBackground, _KupEchart_minColorHeatMap, _KupEchart_maxColorHeatMap, _KupEchart_themeFont, _KupEchart_themeText, _KupEchart_initChart, _KupEchart_createChart, _KupEchart_funnelChart, _KupEchart_radarChart, _KupEchart_bubbleChart, _KupEchart_sankeyChart, _KupEchart_createX, _KupEchart_createY, _KupEchart_setAxisColors, _KupEchart_setLegend, _KupEchart_setTitle, _KupEchart_setTooltip, _KupEchart_setVisualMap, _KupEchart_setMapOptions, _KupEchart_setPieOptions, _KupEchart_setGaussianOptions, _KupEchart_addSeries, _KupEchart_setOptions, _KupEchart_setColors, _KupEchart_checks;
93881
+ var _KupEchart_instances, _KupEchart_chartContainer, _KupEchart_chartEl, _KupEchart_gaussianDatasets, _KupEchart_kupManager, _KupEchart_mapObj, _KupEchart_resizeTimeout, _KupEchart_sortedDataset, _KupEchart_themeBorder, _KupEchart_themeBackground, _KupEchart_minColorHeatMap, _KupEchart_maxColorHeatMap, _KupEchart_themeFont, _KupEchart_themeText, _KupEchart_initChart, _KupEchart_createChart, _KupEchart_funnelChart, _KupEchart_radarChart, _KupEchart_bubbleChart, _KupEchart_sankeyChart, _KupEchart_candleChart, _KupEchart_calendarChart, _KupEchart_createX, _KupEchart_createY, _KupEchart_setAxisColors, _KupEchart_setLegend, _KupEchart_setTitle, _KupEchart_setTooltip, _KupEchart_setVisualMap, _KupEchart_setMapOptions, _KupEchart_setPieOptions, _KupEchart_setGaussianOptions, _KupEchart_addSeries, _KupEchart_setOptions, _KupEchart_setColors, _KupEchart_checks;
93880
93882
  const KupEchart = class {
93881
93883
  constructor(hostRef) {
93882
93884
  registerInstance(this, hostRef);
@@ -94054,6 +94056,13 @@ _KupEchart_chartContainer = new WeakMap(), _KupEchart_chartEl = new WeakMap(), _
94054
94056
  case KupEchartTypes.SANKEY:
94055
94057
  options = __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_sankeyChart).call(this);
94056
94058
  break;
94059
+ case KupEchartTypes.CANDLE:
94060
+ options = __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_candleChart).call(this);
94061
+ break;
94062
+ case KupEchartTypes.CALENDAR:
94063
+ console.log('virtual 0');
94064
+ options = __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_calendarChart).call(this);
94065
+ break;
94057
94066
  default:
94058
94067
  options = __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setOptions).call(this);
94059
94068
  break;
@@ -94303,6 +94312,123 @@ _KupEchart_chartContainer = new WeakMap(), _KupEchart_chartEl = new WeakMap(), _
94303
94312
  left: '10%',
94304
94313
  },
94305
94314
  };
94315
+ }, _KupEchart_candleChart = function _KupEchart_candleChart() {
94316
+ const y = __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_createY).call(this), answer = [], itemStyle = {
94317
+ color: 'red',
94318
+ borderColor: 'red',
94319
+ color0: 'green',
94320
+ borderColor0: 'green',
94321
+ };
94322
+ let caseInsensitiveObj = new Proxy(y, {
94323
+ get: function (target, prop) {
94324
+ // Convert the property name to lowercase
94325
+ const lowercaseProp = prop.toLowerCase();
94326
+ // Search for the property case-insensitively
94327
+ for (let key in target) {
94328
+ if (key.toLowerCase() === lowercaseProp) {
94329
+ return target[key];
94330
+ }
94331
+ }
94332
+ // Property not found, return undefined
94333
+ return undefined;
94334
+ },
94335
+ });
94336
+ const date = caseInsensitiveObj['date'];
94337
+ for (let i = 0; i < caseInsensitiveObj['Open'].length; i++) {
94338
+ answer.push([
94339
+ parseInt(caseInsensitiveObj['close'][i]),
94340
+ parseInt(caseInsensitiveObj['Open'][i]),
94341
+ parseInt(caseInsensitiveObj['Low'][i]),
94342
+ parseInt(caseInsensitiveObj['High'][i]),
94343
+ ]);
94344
+ }
94345
+ let legend = {};
94346
+ date.forEach((e, i) => {
94347
+ legend[e] = i;
94348
+ });
94349
+ return {
94350
+ legend: __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setLegend).call(this, legend),
94351
+ tooltip: Object.assign(Object.assign({}, __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setTooltip).call(this)), { trigger: 'item' }),
94352
+ title: __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setTitle).call(this),
94353
+ xAxis: {
94354
+ data: date,
94355
+ },
94356
+ yAxis: {},
94357
+ series: [
94358
+ {
94359
+ type: 'candlestick',
94360
+ data: answer,
94361
+ itemStyle: itemStyle,
94362
+ },
94363
+ ],
94364
+ };
94365
+ }, _KupEchart_calendarChart = function _KupEchart_calendarChart() {
94366
+ const y = __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_createY).call(this);
94367
+ let caseInsensitiveObj = new Proxy(y, {
94368
+ get: function (target, prop) {
94369
+ // Convert the property name to lowercase
94370
+ const lowercaseProp = prop.toLowerCase();
94371
+ // Search for the property case-insensitively
94372
+ for (let key in target) {
94373
+ if (key.toLowerCase() === lowercaseProp) {
94374
+ return target[key];
94375
+ }
94376
+ }
94377
+ // Property not found, return undefined
94378
+ return undefined;
94379
+ },
94380
+ });
94381
+ const date = caseInsensitiveObj['Date'], answer = [], keys = Object.keys(y), year = new Date(date[0]).getFullYear(), arrayLength = date.length;
94382
+ date.forEach((element, i) => {
94383
+ answer.push([element, caseInsensitiveObj['Value'][i]]);
94384
+ });
94385
+ return {
94386
+ tooltip: Object.assign(Object.assign({}, __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setTooltip).call(this)), { trigger: 'item', formatter: (value) => {
94387
+ const name = value.data;
94388
+ console.log('data', name);
94389
+ const data = keys.map((e, i) => {
94390
+ return `<li> ${e}: ${name[i]} </li>`;
94391
+ });
94392
+ let showContent = '';
94393
+ data.forEach((r) => {
94394
+ showContent += r;
94395
+ });
94396
+ return `<ul>${showContent}</ul> `;
94397
+ } }),
94398
+ gradientColor: __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setColors).call(this, arrayLength),
94399
+ title: __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setTitle).call(this),
94400
+ visualMap: {
94401
+ show: false,
94402
+ min: 0,
94403
+ max: 10000,
94404
+ },
94405
+ calendar: {
94406
+ range: year,
94407
+ itemStyle: {
94408
+ color: __classPrivateFieldGet(this, _KupEchart_themeBackground, "f"),
94409
+ },
94410
+ dayLabel: {
94411
+ color: __classPrivateFieldGet(this, _KupEchart_themeText, "f"),
94412
+ },
94413
+ yearLabel: {
94414
+ color: __classPrivateFieldGet(this, _KupEchart_themeText, "f"),
94415
+ },
94416
+ monthLabel: {
94417
+ color: __classPrivateFieldGet(this, _KupEchart_themeText, "f"),
94418
+ },
94419
+ splitLine: {
94420
+ show: true,
94421
+ lineStyle: {
94422
+ color: __classPrivateFieldGet(this, _KupEchart_themeText, "f"),
94423
+ },
94424
+ },
94425
+ },
94426
+ series: {
94427
+ type: 'heatmap',
94428
+ coordinateSystem: 'calendar',
94429
+ data: answer,
94430
+ },
94431
+ };
94306
94432
  }, _KupEchart_createX = function _KupEchart_createX(dataset = null) {
94307
94433
  const x = [];
94308
94434
  if (!dataset)
@@ -1,8 +1,8 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-b45996ce.js';
2
- import { F as FButton } from './f-button-c5b36ae1.js';
2
+ import { F as FButton } from './f-button-38ee97e6.js';
3
3
  import { F as FButtonStyling } from './f-button-declarations-fd4965d1.js';
4
- import { F as FImage } from './f-image-c356f4c5.js';
5
- import { k as kupManagerInstance, g as getProps, s as setProps, m as KupLanguageGeneric, Q as KupPointerEventTypes } from './kup-manager-74e46edc.js';
4
+ import { F as FImage } from './f-image-77ac3ca0.js';
5
+ import { k as kupManagerInstance, g as getProps, s as setProps, m as KupLanguageGeneric, Q as KupPointerEventTypes } from './kup-manager-e2f7edf1.js';
6
6
  import { c as componentWrapperId } from './GenericVariables-6dfdd433.js';
7
7
 
8
8
  /**
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-b45996ce.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, c as KupDebugCategory } from './kup-manager-74e46edc.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, c as KupDebugCategory } from './kup-manager-e2f7edf1.js';
3
3
 
4
4
  /**
5
5
  * Props of the kup-iframe component.
@@ -1,14 +1,14 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-b45996ce.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, m as KupLanguageGeneric, d as FCellPadding } from './kup-manager-74e46edc.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, m as KupLanguageGeneric, d as FCellPadding } from './kup-manager-e2f7edf1.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-6dfdd433.js';
4
- import { F as FImage } from './f-image-c356f4c5.js';
5
- import { F as FButton } from './f-button-c5b36ae1.js';
4
+ import { F as FImage } from './f-image-77ac3ca0.js';
5
+ import { F as FButton } from './f-button-38ee97e6.js';
6
6
  import { F as FButtonStyling } from './f-button-declarations-fd4965d1.js';
7
- import { F as FCell } from './f-cell-fbfe9fe0.js';
7
+ import { F as FCell } from './f-cell-763793f8.js';
8
8
  import { M as MDCRipple } from './component-e86c51ea.js';
9
9
  import './f-checkbox-11b32f83.js';
10
- import './f-text-field-98905f74.js';
11
- import './f-chip-038e9404.js';
10
+ import './f-text-field-8a683258.js';
11
+ import './f-chip-010179a2.js';
12
12
 
13
13
  /**
14
14
  * Props of the kup-image-list component.
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-b45996ce.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-74e46edc.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-e2f7edf1.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-6dfdd433.js';
4
4
 
5
5
  /**
@@ -1,7 +1,7 @@
1
1
  import { r as registerInstance, f as forceUpdate, h, H as Host, g as getElement } from './index-b45996ce.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, m as KupLanguageGeneric, c as KupDebugCategory, am as kupDropEvent, R as kupDraggableColumnAttr, an as kupDraggableRowAttr, X as KupDropEventTypes, b as KupThemeColorValues } from './kup-manager-74e46edc.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, m as KupLanguageGeneric, c as KupDebugCategory, am as kupDropEvent, R as kupDraggableColumnAttr, an as kupDraggableRowAttr, X as KupDropEventTypes, b as KupThemeColorValues } from './kup-manager-e2f7edf1.js';
3
3
  import { F as FButtonStyling } from './f-button-declarations-fd4965d1.js';
4
- import { F as FImage } from './f-image-c356f4c5.js';
4
+ import { F as FImage } from './f-image-77ac3ca0.js';
5
5
  import { c as componentWrapperId } from './GenericVariables-6dfdd433.js';
6
6
 
7
7
  /**
@@ -7208,6 +7208,8 @@ const kupTypes = [
7208
7208
  FCellTypes.COLOR_PICKER,
7209
7209
  FCellTypes.GAUGE,
7210
7210
  FCellTypes.KNOB,
7211
+ FCellTypes.MULTI_AUTOCOMPLETE,
7212
+ FCellTypes.MULTI_COMBOBOX,
7211
7213
  FCellTypes.PROGRESS_BAR,
7212
7214
  FCellTypes.RADIO,
7213
7215
  FCellTypes.RATING,
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-b45996ce.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-74e46edc.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-e2f7edf1.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-6dfdd433.js';
4
4
 
5
5
  const navbarClass = 'nav-bar';
@@ -1,7 +1,7 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-b45996ce.js';
2
- import { k as kupManagerInstance, a as KupDynamicPositionPlacement, t as KupCardFamily } from './kup-manager-74e46edc.js';
2
+ import { k as kupManagerInstance, a as KupDynamicPositionPlacement, t as KupCardFamily } from './kup-manager-e2f7edf1.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-6dfdd433.js';
4
- import { F as FTextField } from './f-text-field-98905f74.js';
4
+ import { F as FTextField } from './f-text-field-8a683258.js';
5
5
  import { F as FTextFieldMDC } from './f-text-field-mdc-a1b4a919.js';
6
6
  import './component-e86c51ea.js';
7
7
 
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-b45996ce.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-74e46edc.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-e2f7edf1.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-6dfdd433.js';
4
4
 
5
5
  /**
@@ -1,7 +1,7 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement, a as getAssetPath } from './index-b45996ce.js';
2
- import { ao as createCommonjsModule, ap as commonjsGlobal, k as kupManagerInstance, h as KupDatesFormats, af as getCellValueForDisplay, g as getProps, s as setProps, K as KupThemeIconValues, I as KupLanguageSearch } from './kup-manager-74e46edc.js';
2
+ import { ao as createCommonjsModule, ap as commonjsGlobal, k as kupManagerInstance, h as KupDatesFormats, af as getCellValueForDisplay, g as getProps, s as setProps, K as KupThemeIconValues, I as KupLanguageSearch } from './kup-manager-e2f7edf1.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-6dfdd433.js';
4
- import { F as FTextField } from './f-text-field-98905f74.js';
4
+ import { F as FTextField } from './f-text-field-8a683258.js';
5
5
  import { F as FTextFieldMDC } from './f-text-field-mdc-a1b4a919.js';
6
6
  import './component-e86c51ea.js';
7
7
 
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, f as forceUpdate, h, H as Host, g as getElement } from './index-b45996ce.js';
2
- import { k as kupManagerInstance } from './kup-manager-74e46edc.js';
2
+ import { k as kupManagerInstance } from './kup-manager-e2f7edf1.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-6dfdd433.js';
4
4
 
5
5
  const KupProbe = class {
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, h, g as getElement } from './index-b45996ce.js';
2
- import { k as kupManagerInstance } from './kup-manager-74e46edc.js';
2
+ import { k as kupManagerInstance } from './kup-manager-e2f7edf1.js';
3
3
 
4
4
  const kupQlikCss = ".kup-qlik-container-fluid{width:100%}.kup-qlik-container{width:100%}@media (min-width: 576px){.kup-qlik-container{width:576px}.kup-qlik-row>.qvobject{flex:0 0 auto;min-width:100px;margin:0px auto 5px auto}}@media (min-width: 768px){.kup-qlik-container{width:768px}.kup-qlik-row>.qvobject{flex:0 0 auto;min-width:100px;margin:0px auto 5px auto}}@media (min-width: 992px){.kup-qlik-container{width:992px}.kup-qlik-row>.qvobject{flex:0 0 auto;min-width:100px;margin:0px auto 5px auto}}@media (min-width: 1200px){.kup-qlik-container{width:1200px}.kup-qlik-row>.qvobject{flex:0 0 auto;min-width:100px;margin:0px auto 5px auto}}.kup-qlik-row{display:flex;display:ms-flexbox;flex-wrap:wrap;-ms-flex-wrap:wrap;margin-bottom:5px}.kup-qlik-row .size-M{height:var(--lyo_obj-height)}.kup-qlik-row .size-S{height:calc(var(--lyo_obj-height) / 2)}.kup-qlik-row .size-XS{height:calc(var(--lyo_obj-height) / 3)}.kup-qlik-row .size-L{height:calc(var(--lyo_obj-height) * 2)}.kup-qlik-row .size-XL{height:calc(var(--lyo_obj-height) * 3)}.kup-qlik-row .bordered{border:1px solid var(--kup-border-color, #969696)}.kup-qlik-row .width-1{width:8.3333%}.kup-qlik-row .width-2{width:16.6666%}.kup-qlik-row .width-3{width:25%}.kup-qlik-row .width-4{width:33.3333%}.kup-qlik-row .width-5{width:41.6666%}.kup-qlik-row .width-6{width:50%}.kup-qlik-row .width-7{width:58.3333%}.kup-qlik-row .width-8{width:66.6666%}.kup-qlik-row .width-9{width:75%}.kup-qlik-row .width-10{width:83.3333%}.kup-qlik-row .width-11{width:91.6666%}.kup-qlik-row .width-12{width:100%}";
5
5
 
@@ -1,9 +1,9 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-b45996ce.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-74e46edc.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-e2f7edf1.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-6dfdd433.js';
4
- import { F as FButton } from './f-button-c5b36ae1.js';
4
+ import { F as FButton } from './f-button-38ee97e6.js';
5
5
  import './f-button-declarations-fd4965d1.js';
6
- import './f-image-c356f4c5.js';
6
+ import './f-image-77ac3ca0.js';
7
7
 
8
8
  const snackbarClass = 'snackbar';
9
9
  /**