@sme.up/ketchup 8.3.3 → 9.0.0

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 (184) hide show
  1. package/dist/cjs/{component-24811409.js → component-cb3b32f5.js} +7 -2
  2. package/dist/cjs/{f-button-7687085a.js → f-button-b2cfce1c.js} +2 -2
  3. package/dist/cjs/{f-cell-37ef6f00.js → f-cell-75fca92b.js} +24 -17
  4. package/dist/cjs/{f-checkbox-758d1d34.js → f-checkbox-48d7af02.js} +1 -1
  5. package/dist/cjs/{f-chip-cf59bdb3.js → f-chip-3e504f3e.js} +3 -3
  6. package/dist/cjs/{f-image-1245b0cf.js → f-image-270d39ae.js} +2 -2
  7. package/dist/cjs/{f-paginator-utils-b1af2a8f.js → f-paginator-utils-6d0c4678.js} +3 -3
  8. package/dist/cjs/{f-text-field-9c745112.js → f-text-field-bbcd2143.js} +2 -2
  9. package/dist/cjs/{f-text-field-mdc-b1fa6fd6.js → f-text-field-mdc-4fda9705.js} +1 -1
  10. package/dist/cjs/{index-eac07680.js → index-c3d10561.js} +86 -8
  11. package/dist/cjs/ketchup.cjs.js +3 -3
  12. package/dist/cjs/kup-accordion.cjs.entry.js +4 -4
  13. package/dist/cjs/kup-autocomplete_27.cjs.entry.js +148 -153
  14. package/dist/cjs/kup-box.cjs.entry.js +11 -11
  15. package/dist/cjs/kup-calendar.cjs.entry.js +6 -6
  16. package/dist/cjs/kup-card-list.cjs.entry.js +244 -0
  17. package/dist/cjs/kup-cell.cjs.entry.js +7 -7
  18. package/dist/cjs/kup-dashboard.cjs.entry.js +8 -8
  19. package/dist/cjs/kup-drawer.cjs.entry.js +2 -2
  20. package/dist/cjs/kup-echart.cjs.entry.js +4579 -4431
  21. package/dist/cjs/kup-family-tree.cjs.entry.js +4 -4
  22. package/dist/cjs/kup-grid.cjs.entry.js +109 -0
  23. package/dist/cjs/kup-iframe.cjs.entry.js +2 -2
  24. package/dist/cjs/kup-image-list.cjs.entry.js +9 -9
  25. package/dist/cjs/kup-lazy.cjs.entry.js +2 -2
  26. package/dist/cjs/kup-magic-box.cjs.entry.js +3 -3
  27. package/dist/cjs/{kup-manager-38caaef3.js → kup-manager-130bbd9d.js} +7 -7
  28. package/dist/cjs/kup-nav-bar.cjs.entry.js +2 -2
  29. package/dist/cjs/kup-numeric-picker.cjs.entry.js +5 -5
  30. package/dist/cjs/kup-photo-frame.cjs.entry.js +2 -2
  31. package/dist/cjs/kup-planner.cjs.entry.js +5 -5
  32. package/dist/cjs/kup-probe.cjs.entry.js +2 -2
  33. package/dist/cjs/kup-qlik.cjs.entry.js +2 -2
  34. package/dist/cjs/kup-snackbar.cjs.entry.js +4 -4
  35. package/dist/cjs/loader.cjs.js +2 -2
  36. package/dist/collection/assets/card-list.js +709 -0
  37. package/dist/collection/assets/data-table-performance.js +6 -0
  38. package/dist/collection/assets/data-table.js +44 -0
  39. package/dist/collection/assets/image-list.js +2 -12
  40. package/dist/collection/assets/index.js +4 -4
  41. package/dist/collection/collection-manifest.json +2 -3
  42. package/dist/collection/components/kup-calendar/kup-calendar-declarations.js +1 -1
  43. package/dist/collection/components/kup-card/kup-card.css +20 -7
  44. package/dist/collection/components/kup-card/kup-card.js +25 -22
  45. package/dist/collection/components/kup-card/scalable/kup-card-scalable.js +45 -54
  46. package/dist/collection/components/kup-card-list/kup-card-list-declarations.js +13 -0
  47. package/dist/collection/components/kup-card-list/kup-card-list.css +34 -0
  48. package/dist/collection/components/kup-card-list/kup-card-list.js +481 -0
  49. package/dist/collection/components/kup-data-table/kup-data-table-state.js +1 -1
  50. package/dist/collection/components/kup-echart/kup-echart.js +0 -2
  51. package/dist/collection/components/kup-grid/kup-grid.css +10 -0
  52. package/dist/collection/f-components/f-cell/f-cell-declarations.js +1 -0
  53. package/dist/collection/f-components/f-cell/f-cell.js +19 -12
  54. package/dist/collection/managers/kup-math/kup-math.js +1 -1
  55. package/dist/collection/types/GenericTypes.js +1 -2
  56. package/dist/components/kup-autocomplete2.js +392 -385
  57. package/dist/components/kup-calendar.js +1 -1
  58. package/dist/components/{kup-dash-list.d.ts → kup-card-list.d.ts} +4 -4
  59. package/dist/components/kup-card-list.js +408 -0
  60. package/dist/components/kup-cell.js +1 -1
  61. package/dist/components/kup-chart.js +1 -1
  62. package/dist/components/kup-checkbox.js +1 -1
  63. package/dist/components/kup-chip.js +1 -1
  64. package/dist/components/kup-color-picker.js +1 -1
  65. package/dist/components/kup-combobox.js +1 -1
  66. package/dist/components/kup-dashboard.js +1 -1
  67. package/dist/components/kup-data-table.js +1 -1
  68. package/dist/components/kup-date-picker.js +1 -1
  69. package/dist/components/kup-dialog.js +1 -1
  70. package/dist/components/kup-dropdown-button.js +1 -1
  71. package/dist/components/kup-echart2.js +4578 -4430
  72. package/dist/components/kup-family-tree.js +1 -1
  73. package/dist/components/kup-form.js +1 -1
  74. package/dist/components/kup-gauge.js +1 -1
  75. package/dist/components/kup-grid2.js +1 -1
  76. package/dist/components/kup-image-list.js +1 -1
  77. package/dist/components/kup-image.js +1 -1
  78. package/dist/components/kup-list.js +1 -1
  79. package/dist/components/kup-magic-box.js +1 -1
  80. package/dist/components/kup-numeric-picker.js +1 -1
  81. package/dist/components/kup-planner.js +1 -1
  82. package/dist/esm/{component-cc25b031.js → component-879e99bf.js} +7 -2
  83. package/dist/esm/{f-button-e54ce8d5.js → f-button-baa419dc.js} +2 -2
  84. package/dist/esm/{f-cell-4149a05d.js → f-cell-18ee3afa.js} +24 -17
  85. package/dist/esm/{f-checkbox-7b113dd8.js → f-checkbox-00a1e020.js} +1 -1
  86. package/dist/esm/{f-chip-c3c86f7b.js → f-chip-311500f4.js} +3 -3
  87. package/dist/esm/{f-image-adceee49.js → f-image-da03494c.js} +2 -2
  88. package/dist/esm/{f-paginator-utils-e559dac8.js → f-paginator-utils-d63a195e.js} +3 -3
  89. package/dist/esm/{f-text-field-aa4497a8.js → f-text-field-e5f1f1fd.js} +2 -2
  90. package/dist/esm/{f-text-field-mdc-32a1ffd9.js → f-text-field-mdc-1143cf21.js} +1 -1
  91. package/dist/esm/{index-d413187a.js → index-3336c3b1.js} +86 -8
  92. package/dist/esm/ketchup.js +4 -4
  93. package/dist/esm/kup-accordion.entry.js +4 -4
  94. package/dist/esm/kup-autocomplete_27.entry.js +148 -153
  95. package/dist/esm/kup-box.entry.js +11 -11
  96. package/dist/esm/kup-calendar.entry.js +6 -6
  97. package/dist/esm/kup-card-list.entry.js +240 -0
  98. package/dist/esm/kup-cell.entry.js +7 -7
  99. package/dist/esm/kup-dashboard.entry.js +8 -8
  100. package/dist/esm/kup-drawer.entry.js +2 -2
  101. package/dist/esm/kup-echart.entry.js +4579 -4431
  102. package/dist/esm/kup-family-tree.entry.js +4 -4
  103. package/dist/esm/kup-grid.entry.js +105 -0
  104. package/dist/esm/kup-iframe.entry.js +2 -2
  105. package/dist/esm/kup-image-list.entry.js +9 -9
  106. package/dist/esm/kup-lazy.entry.js +2 -2
  107. package/dist/esm/kup-magic-box.entry.js +3 -3
  108. package/dist/esm/{kup-manager-a4153fb2.js → kup-manager-c8d5c94d.js} +7 -7
  109. package/dist/esm/kup-nav-bar.entry.js +2 -2
  110. package/dist/esm/kup-numeric-picker.entry.js +5 -5
  111. package/dist/esm/kup-photo-frame.entry.js +2 -2
  112. package/dist/esm/kup-planner.entry.js +5 -5
  113. package/dist/esm/kup-probe.entry.js +2 -2
  114. package/dist/esm/kup-qlik.entry.js +2 -2
  115. package/dist/esm/kup-snackbar.entry.js +4 -4
  116. package/dist/esm/loader.js +3 -3
  117. package/dist/ketchup/ketchup.esm.js +1 -1
  118. package/dist/ketchup/{p-d680bdde.js → p-008ad26c.js} +1 -1
  119. package/dist/ketchup/{p-c0878519.entry.js → p-07707cd1.entry.js} +1 -1
  120. package/dist/ketchup/p-0c19d485.entry.js +9 -0
  121. package/dist/ketchup/{p-44b5c573.entry.js → p-13eac183.entry.js} +1 -1
  122. package/dist/ketchup/{p-e76b646c.js → p-25de68e5.js} +1 -1
  123. package/dist/ketchup/{p-c39ddeae.entry.js → p-2a2a18bf.entry.js} +1 -1
  124. package/dist/ketchup/{p-3bbcae45.entry.js → p-2d192def.entry.js} +1 -1
  125. package/dist/ketchup/p-2d42477d.js +2 -0
  126. package/dist/ketchup/{p-b623c774.entry.js → p-2dab9c4f.entry.js} +1 -1
  127. package/dist/ketchup/{p-2f0798d3.js → p-39602629.js} +1 -1
  128. package/dist/ketchup/{p-7360a410.js → p-4597f25d.js} +1 -1
  129. package/dist/ketchup/{p-e917200c.entry.js → p-51aa248f.entry.js} +1 -1
  130. package/dist/ketchup/{p-b415fe84.entry.js → p-55fd3f46.entry.js} +1 -1
  131. package/dist/ketchup/p-5c15661d.entry.js +1 -0
  132. package/dist/ketchup/{p-283ca113.entry.js → p-5cfaa673.entry.js} +1 -1
  133. package/dist/ketchup/{p-b8fcbcc9.entry.js → p-5f583257.entry.js} +1 -1
  134. package/dist/ketchup/{p-698442ed.js → p-7555c10d.js} +1 -1
  135. package/dist/ketchup/{p-3d671241.entry.js → p-76130e83.entry.js} +1 -1
  136. package/dist/ketchup/{p-3081ed82.entry.js → p-7bf649f0.entry.js} +1 -1
  137. package/dist/ketchup/{p-23d54fb2.entry.js → p-7e1c8fc0.entry.js} +1 -1
  138. package/dist/ketchup/p-80699a95.js +1 -0
  139. package/dist/ketchup/{p-3c44e838.entry.js → p-81debebe.entry.js} +1 -1
  140. package/dist/ketchup/{p-47752f3b.js → p-8281c9e5.js} +1 -1
  141. package/dist/ketchup/{p-2739b7ac.entry.js → p-a0f59b05.entry.js} +1 -1
  142. package/dist/ketchup/{p-eec864dd.entry.js → p-a8a39b08.entry.js} +1 -1
  143. package/dist/ketchup/{p-0848391f.entry.js → p-bb854cf5.entry.js} +1 -1
  144. package/dist/ketchup/{p-6d9ffb32.js → p-cd2af1a6.js} +1 -1
  145. package/dist/ketchup/{p-124f3f42.js → p-d4a879fc.js} +1 -1
  146. package/dist/ketchup/{p-f3c8c1da.entry.js → p-d6a7498b.entry.js} +1 -1
  147. package/dist/ketchup/p-d8384990.entry.js +1 -0
  148. package/dist/ketchup/p-da58f8ab.entry.js +39 -0
  149. package/dist/ketchup/p-ecb9fe91.entry.js +1 -0
  150. package/dist/ketchup/{p-d817be2a.js → p-f729449f.js} +1 -1
  151. package/dist/types/components/kup-calendar/kup-calendar-declarations.d.ts +1 -1
  152. package/dist/types/components/kup-calendar/kup-calendar.d.ts +1 -1
  153. package/dist/types/components/kup-card/kup-card.d.ts +3 -3
  154. package/dist/types/components/kup-card-list/kup-card-list-declarations.d.ts +35 -0
  155. package/dist/types/components/kup-card-list/kup-card-list.d.ts +62 -0
  156. package/dist/types/components/kup-data-table/kup-data-table-state.d.ts +1 -1
  157. package/dist/types/components.d.ts +97 -92
  158. package/dist/types/f-components/f-cell/f-cell-declarations.d.ts +1 -0
  159. package/dist/types/managers/kup-math/kup-math.d.ts +1 -1
  160. package/dist/types/stencil-public-runtime.d.ts +11 -1
  161. package/dist/types/types/GenericTypes.d.ts +1 -2
  162. package/package.json +5 -2
  163. package/dist/cjs/kup-dash-list.cjs.entry.js +0 -116
  164. package/dist/cjs/kup-dash_2.cjs.entry.js +0 -179
  165. package/dist/collection/assets/dash-list.js +0 -474
  166. package/dist/collection/components/kup-dash/kup-dash.css +0 -136
  167. package/dist/collection/components/kup-dash/kup-dash.js +0 -171
  168. package/dist/collection/components/kup-dash-list/kup-dash-list.css +0 -10
  169. package/dist/collection/components/kup-dash-list/kup-dash-list.js +0 -331
  170. package/dist/components/kup-dash-list.js +0 -288
  171. package/dist/components/kup-dash.d.ts +0 -11
  172. package/dist/components/kup-dash.js +0 -6
  173. package/dist/components/kup-dash2.js +0 -228
  174. package/dist/esm/kup-dash-list.entry.js +0 -112
  175. package/dist/esm/kup-dash_2.entry.js +0 -174
  176. package/dist/ketchup/p-25d45dc9.entry.js +0 -1
  177. package/dist/ketchup/p-384137d7.entry.js +0 -39
  178. package/dist/ketchup/p-3972b97c.entry.js +0 -1
  179. package/dist/ketchup/p-5ce0e645.entry.js +0 -1
  180. package/dist/ketchup/p-be864593.entry.js +0 -9
  181. package/dist/ketchup/p-f79d544a.js +0 -1
  182. package/dist/ketchup/p-fd75d5bf.js +0 -2
  183. package/dist/types/components/kup-dash/kup-dash.d.ts +0 -33
  184. package/dist/types/components/kup-dash-list/kup-dash-list.d.ts +0 -22
@@ -1,16 +1,16 @@
1
- import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-d413187a.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-a4153fb2.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-e559dac8.js';
4
- import { F as FImage } from './f-image-adceee49.js';
5
- import { a as FChip } from './f-chip-c3c86f7b.js';
1
+ import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-3336c3b1.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-c8d5c94d.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-d63a195e.js';
4
+ import { F as FImage } from './f-image-da03494c.js';
5
+ import { a as FChip } from './f-chip-311500f4.js';
6
6
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
7
- import { F as FCell } from './f-cell-4149a05d.js';
8
- import { F as FTextFieldMDC } from './f-text-field-mdc-32a1ffd9.js';
9
- import './f-button-e54ce8d5.js';
7
+ import { F as FCell } from './f-cell-18ee3afa.js';
8
+ import { F as FTextFieldMDC } from './f-text-field-mdc-1143cf21.js';
9
+ import './f-button-baa419dc.js';
10
10
  import './f-button-declarations-8a009df1.js';
11
- import './f-checkbox-7b113dd8.js';
12
- import './f-text-field-aa4497a8.js';
13
- import './component-cc25b031.js';
11
+ import './f-checkbox-00a1e020.js';
12
+ import './f-text-field-e5f1f1fd.js';
13
+ import './component-879e99bf.js';
14
14
 
15
15
  /**
16
16
  * Props of the kup-box component.
@@ -1,10 +1,10 @@
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-d413187a.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, ak as KupDatesLocales, m as KupLanguageGeneric, v as getColumnByName } from './kup-manager-a4153fb2.js';
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-3336c3b1.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, ak as KupDatesLocales, m as KupLanguageGeneric, v as getColumnByName } from './kup-manager-c8d5c94d.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import { F as FButton } from './f-button-e54ce8d5.js';
5
- import { a as FChip, F as FChipType } from './f-chip-c3c86f7b.js';
4
+ import { F as FButton } from './f-button-baa419dc.js';
5
+ import { a as FChip, F as FChipType } from './f-chip-311500f4.js';
6
6
  import './f-button-declarations-8a009df1.js';
7
- import './f-image-adceee49.js';
7
+ import './f-image-da03494c.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
 
@@ -13799,7 +13799,7 @@ var KupCalendarViewTypes;
13799
13799
  KupCalendarViewTypes["WEEK"] = "timeGridWeek";
13800
13800
  })(KupCalendarViewTypes || (KupCalendarViewTypes = {}));
13801
13801
  /**
13802
- * Available view types.
13802
+ * Available column options.
13803
13803
  */
13804
13804
  var KupCalendarOptions;
13805
13805
  (function (KupCalendarOptions) {
@@ -0,0 +1,240 @@
1
+ import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-3336c3b1.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, t as KupCardFamily, af as getCellValueForDisplay } from './kup-manager-c8d5c94d.js';
3
+ import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
+
5
+ /**
6
+ * Props of the kup-card-list component.
7
+ * Used to export every prop in an object.
8
+ */
9
+ var KupCardListProps;
10
+ (function (KupCardListProps) {
11
+ KupCardListProps["columnsNumber"] = "Sets the number of columns.";
12
+ KupCardListProps["customStyle"] = "Custom style of the component.";
13
+ KupCardListProps["data"] = "Actual data of the component.";
14
+ KupCardListProps["fullWidth"] = "Sets whether the component occupies all available width.";
15
+ KupCardListProps["horizontal"] = "Sets whether the cards are placed horizontally or not.";
16
+ KupCardListProps["isClickable"] = "Sets whether a single card is clickable or not.";
17
+ })(KupCardListProps || (KupCardListProps = {}));
18
+
19
+ const kupCardListCss = ":host{--kup_cardlist_cards_max_height:var(--kup-cardlist-cards-max-height, unset);--kup_cardlist_cards_min_height:var(--kup-cardlist-cards-min-height, unset);--kup_cardlist_cards_max_width:var(--kup-cardlist-cards-max-width, unset);--kup_cardlist_cards_min_width:var(--kup-cardlist-cards-min-width, unset);display:block;height:100%;width:100%}#kup-component{height:100%;width:100%}kup-card{max-height:var(--kup_cardlist_cards_max_height);min-height:var(--kup_cardlist_cards_min_height);max-width:var(--kup_cardlist_cards_max_width);min-width:var(--kup_cardlist_cards_min_width)}kup-card.is-clickable{cursor:pointer}kup-grid{--kup-grid-padding:0}";
20
+
21
+ var __classPrivateFieldGet = (undefined && undefined.__classPrivateFieldGet) || function (receiver, state, kind, f) {
22
+ if (kind === "a" && !f)
23
+ throw new TypeError("Private accessor was defined without a getter");
24
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
25
+ throw new TypeError("Cannot read private member from an object whose class did not declare it");
26
+ return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
27
+ };
28
+ var _KupCardList_kupManager;
29
+ const KupCardList = class {
30
+ constructor(hostRef) {
31
+ registerInstance(this, hostRef);
32
+ this.kupCardListClickEvent = createEvent(this, "kup-cardlist-click", 7);
33
+ /*-------------------------------------------------*/
34
+ /* I n t e r n a l V a r i a b l e s */
35
+ /*-------------------------------------------------*/
36
+ _KupCardList_kupManager.set(this, kupManagerInstance());
37
+ this.columnsNumber = 1;
38
+ this.customStyle = '';
39
+ this.data = null;
40
+ this.fullWidth = true;
41
+ this.horizontal = false;
42
+ this.isClickable = false;
43
+ }
44
+ /*-------------------------------------------------*/
45
+ /* P u b l i c M e t h o d s */
46
+ /*-------------------------------------------------*/
47
+ /**
48
+ * Used to retrieve component's props values.
49
+ * @param {boolean} descriptions - When provided and true, the result will be the list of props with their description.
50
+ * @returns {Promise<GenericObject>} List of props as object, each key will be a prop.
51
+ */
52
+ async getProps(descriptions) {
53
+ return getProps(this, KupCardListProps, descriptions);
54
+ }
55
+ /**
56
+ * This method is used to trigger a new render of the component.
57
+ */
58
+ async refresh() {
59
+ forceUpdate(this);
60
+ }
61
+ /**
62
+ * Sets the props to the component.
63
+ * @param {GenericObject} props - Object containing props that will be set to the component.
64
+ */
65
+ async setProps(props) {
66
+ setProps(this, KupCardListProps, props);
67
+ }
68
+ /*-------------------------------------------------*/
69
+ /* L i f e c y c l e H o o k s */
70
+ /*-------------------------------------------------*/
71
+ componentWillLoad() {
72
+ __classPrivateFieldGet(this, _KupCardList_kupManager, "f").debug.logLoad(this, false);
73
+ __classPrivateFieldGet(this, _KupCardList_kupManager, "f").theme.register(this);
74
+ }
75
+ componentDidLoad() {
76
+ __classPrivateFieldGet(this, _KupCardList_kupManager, "f").debug.logLoad(this, true);
77
+ }
78
+ componentDidRender() {
79
+ __classPrivateFieldGet(this, _KupCardList_kupManager, "f").debug.logRender(this, true);
80
+ }
81
+ render() {
82
+ if (!this.data || !this.data.columns || !this.data.columns.length) {
83
+ return;
84
+ }
85
+ const content = [];
86
+ let decvalueCol, descrCol, iconCol, iconcolorCol, intvalueCol, layoutCol, measureCol, textcolorCol, valueCol, valuecolorCol;
87
+ for (let index = 0; index < this.data.columns.length; index++) {
88
+ const column = this.data.columns[index];
89
+ if (column.cardListOption) {
90
+ switch (column.cardListOption) {
91
+ case 'decvalue':
92
+ decvalueCol = column;
93
+ break;
94
+ case 'descr':
95
+ descrCol = column;
96
+ break;
97
+ case 'icon':
98
+ iconCol = column;
99
+ break;
100
+ case 'iconcolor':
101
+ iconcolorCol = column;
102
+ break;
103
+ case 'intvalue':
104
+ intvalueCol = column;
105
+ break;
106
+ case 'layout':
107
+ layoutCol = column;
108
+ break;
109
+ case 'measure':
110
+ measureCol = column;
111
+ break;
112
+ case 'textcolor':
113
+ textcolorCol = column;
114
+ break;
115
+ case 'value':
116
+ valueCol = column;
117
+ break;
118
+ case 'valuecolor':
119
+ valuecolorCol = column;
120
+ break;
121
+ }
122
+ }
123
+ }
124
+ for (let index = 0; index < this.data.rows.length; index++) {
125
+ const row = this.data.rows[index];
126
+ const data = {
127
+ color: [],
128
+ image: [],
129
+ text: [],
130
+ };
131
+ const layout = layoutCol && row.cells[layoutCol.name].value
132
+ ? parseInt(row.cells[layoutCol.name].value)
133
+ : 1;
134
+ const card = (h("kup-card", { class: this.isClickable ? 'is-clickable' : '', customStyle: "#kup-component, .scalable-card { min-height: var(--kup_cardlist_cardsminheight) }", data: data, layoutFamily: KupCardFamily.SCALABLE, layoutNumber: layout, key: index, "onKup-card-click": () => {
135
+ if (this.isClickable) {
136
+ this.kupCardListClickEvent.emit({
137
+ comp: this,
138
+ id: this.rootElement.id,
139
+ index,
140
+ row: row,
141
+ });
142
+ }
143
+ }, slot: index.toString() }));
144
+ const loadData = (col, prop, index) => {
145
+ if (col) {
146
+ const cell = row.cells[col.name];
147
+ if (cell) {
148
+ const value = cell.value;
149
+ switch (prop) {
150
+ case 'color':
151
+ data[prop][index] =
152
+ __classPrivateFieldGet(this, _KupCardList_kupManager, "f").theme.colorCheck(value).hexColor;
153
+ break;
154
+ case 'image':
155
+ data[prop][index] = { resource: value };
156
+ break;
157
+ default:
158
+ data[prop][index] = getCellValueForDisplay(col, cell);
159
+ break;
160
+ }
161
+ }
162
+ }
163
+ };
164
+ switch (layout) {
165
+ case 1:
166
+ loadData(textcolorCol, 'color', 0);
167
+ loadData(valuecolorCol, 'color', 1);
168
+ loadData(descrCol, 'text', 0);
169
+ loadData(valueCol, 'text', 1);
170
+ break;
171
+ case 2:
172
+ loadData(iconcolorCol, 'color', 0);
173
+ loadData(valuecolorCol, 'color', 1);
174
+ loadData(iconCol, 'image', 0);
175
+ loadData(intvalueCol, 'text', 0);
176
+ loadData(decvalueCol, 'text', 1);
177
+ loadData(measureCol, 'text', 2);
178
+ break;
179
+ case 3:
180
+ loadData(valuecolorCol, 'color', 0);
181
+ loadData(textcolorCol, 'color', 1);
182
+ loadData(valueCol, 'text', 0);
183
+ loadData(descrCol, 'text', 1);
184
+ break;
185
+ case 4:
186
+ loadData(iconcolorCol, 'color', 0);
187
+ loadData(valuecolorCol, 'color', 1);
188
+ loadData(textcolorCol, 'color', 2);
189
+ loadData(iconCol, 'image', 0);
190
+ loadData(intvalueCol, 'text', 0);
191
+ loadData(decvalueCol, 'text', 1);
192
+ loadData(measureCol, 'text', 2);
193
+ loadData(descrCol, 'text', 3);
194
+ break;
195
+ case 5:
196
+ loadData(iconcolorCol, 'color', 0);
197
+ loadData(textcolorCol, 'color', 1);
198
+ loadData(valuecolorCol, 'color', 2);
199
+ loadData(iconCol, 'image', 0);
200
+ loadData(descrCol, 'text', 0);
201
+ loadData(valueCol, 'text', 1);
202
+ break;
203
+ case 6:
204
+ loadData(iconcolorCol, 'color', 0);
205
+ loadData(valuecolorCol, 'color', 1);
206
+ loadData(textcolorCol, 'color', 2);
207
+ loadData(iconCol, 'image', 0);
208
+ loadData(valueCol, 'text', 0);
209
+ loadData(descrCol, 'text', 1);
210
+ break;
211
+ case 7:
212
+ loadData(iconcolorCol, 'color', 0);
213
+ loadData(valuecolorCol, 'color', 1);
214
+ loadData(textcolorCol, 'color', 2);
215
+ loadData(iconCol, 'image', 0);
216
+ loadData(valueCol, 'text', 0);
217
+ loadData(descrCol, 'text', 1);
218
+ break;
219
+ case 8:
220
+ loadData(iconcolorCol, 'color', 0);
221
+ loadData(valuecolorCol, 'color', 1);
222
+ loadData(textcolorCol, 'color', 2);
223
+ loadData(iconCol, 'image', 0);
224
+ loadData(valueCol, 'text', 0);
225
+ loadData(descrCol, 'text', 1);
226
+ break;
227
+ }
228
+ content.push(card);
229
+ }
230
+ return (h(Host, null, h("style", null, __classPrivateFieldGet(this, _KupCardList_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { id: componentWrapperId }, h("kup-grid", { class: `${this.fullWidth ? 'kup-full-width' : ''} scalable-cards`, columns: this.columnsNumber, singleLine: this.horizontal }, content))));
231
+ }
232
+ disconnectedCallback() {
233
+ __classPrivateFieldGet(this, _KupCardList_kupManager, "f").theme.unregister(this);
234
+ }
235
+ get rootElement() { return getElement(this); }
236
+ };
237
+ _KupCardList_kupManager = new WeakMap();
238
+ KupCardList.style = kupCardListCss;
239
+
240
+ export { KupCardList as kup_card_list };
@@ -1,11 +1,11 @@
1
- import { r as registerInstance, f as forceUpdate, h, H as Host, g as getElement } from './index-d413187a.js';
2
- import { k as kupManagerInstance, d as FCellPadding, g as getProps, s as setProps, V as KupDragEffect, m as KupLanguageGeneric } from './kup-manager-a4153fb2.js';
1
+ import { r as registerInstance, f as forceUpdate, h, H as Host, g as getElement } from './index-3336c3b1.js';
2
+ import { k as kupManagerInstance, d as FCellPadding, g as getProps, s as setProps, V as KupDragEffect, m as KupLanguageGeneric } from './kup-manager-c8d5c94d.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import { F as FCell } from './f-cell-4149a05d.js';
5
- import './f-checkbox-7b113dd8.js';
6
- import './f-text-field-aa4497a8.js';
7
- import './f-image-adceee49.js';
8
- import './f-chip-c3c86f7b.js';
4
+ import { F as FCell } from './f-cell-18ee3afa.js';
5
+ import './f-checkbox-00a1e020.js';
6
+ import './f-text-field-e5f1f1fd.js';
7
+ import './f-image-da03494c.js';
8
+ import './f-chip-311500f4.js';
9
9
 
10
10
  /**
11
11
  * Props of the kup-cell component.
@@ -1,13 +1,13 @@
1
- import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-d413187a.js';
2
- import { F as FButton } from './f-button-e54ce8d5.js';
3
- import { F as FCheckbox } from './f-checkbox-7b113dd8.js';
4
- import { F as FTextField } from './f-text-field-aa4497a8.js';
5
- import { F as FTextFieldMDC } from './f-text-field-mdc-32a1ffd9.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-a4153fb2.js';
1
+ import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-3336c3b1.js';
2
+ import { F as FButton } from './f-button-baa419dc.js';
3
+ import { F as FCheckbox } from './f-checkbox-00a1e020.js';
4
+ import { F as FTextField } from './f-text-field-e5f1f1fd.js';
5
+ import { F as FTextFieldMDC } from './f-text-field-mdc-1143cf21.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-c8d5c94d.js';
7
7
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
8
8
  import './f-button-declarations-8a009df1.js';
9
- import './f-image-adceee49.js';
10
- import './component-cc25b031.js';
9
+ import './f-image-da03494c.js';
10
+ import './component-879e99bf.js';
11
11
 
12
12
  /**
13
13
  * Props of the kup-dashboard component.
@@ -1,5 +1,5 @@
1
- import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-d413187a.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-a4153fb2.js';
1
+ import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-3336c3b1.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-c8d5c94d.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
 
5
5
  const drawerClass = 'drawer';