@sme.up/ketchup 7.1.1 → 7.2.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 (211) hide show
  1. package/dist/cjs/{f-button-40953600.js → f-button-1d63db82.js} +2 -2
  2. package/dist/cjs/{f-cell-e603ae4f.js → f-cell-abc20cee.js} +59 -6
  3. package/dist/cjs/{f-checkbox-1097ca5d.js → f-checkbox-1148e791.js} +1 -1
  4. package/dist/cjs/{f-chip-01efabde.js → f-chip-ae40e47a.js} +6 -4
  5. package/dist/cjs/{f-image-f741cb4c.js → f-image-c5f5880a.js} +2 -2
  6. package/dist/cjs/{f-paginator-utils-35a6a848.js → f-paginator-utils-e8449af2.js} +3 -3
  7. package/dist/cjs/{f-text-field-60a2f24c.js → f-text-field-d200b904.js} +2 -2
  8. package/dist/cjs/{index-ffdb46f6.js → index-1f177abc.js} +120 -2
  9. package/dist/cjs/ketchup.cjs.js +10 -3
  10. package/dist/cjs/kup-accordion.cjs.entry.js +3 -3
  11. package/dist/cjs/{kup-autocomplete_26.cjs.entry.js → kup-autocomplete_27.cjs.entry.js} +1022 -858
  12. package/dist/cjs/kup-box.cjs.entry.js +9 -9
  13. package/dist/cjs/kup-calendar.cjs.entry.js +5 -5
  14. package/dist/cjs/kup-cell.cjs.entry.js +7 -7
  15. package/dist/cjs/kup-dash-list.cjs.entry.js +2 -2
  16. package/dist/cjs/kup-dash_2.cjs.entry.js +2 -2
  17. package/dist/cjs/kup-dashboard.cjs.entry.js +6 -6
  18. package/dist/cjs/kup-drawer.cjs.entry.js +2 -2
  19. package/dist/cjs/kup-echart.cjs.entry.js +89 -16
  20. package/dist/cjs/kup-family-tree.cjs.entry.js +4 -4
  21. package/dist/cjs/kup-iframe.cjs.entry.js +2 -2
  22. package/dist/cjs/kup-image-list.cjs.entry.js +8 -8
  23. package/dist/cjs/kup-lazy.cjs.entry.js +2 -2
  24. package/dist/cjs/kup-magic-box.cjs.entry.js +3 -3
  25. package/dist/cjs/{kup-manager-6f05ebe1.js → kup-manager-bbbe0491.js} +58 -13
  26. package/dist/cjs/kup-nav-bar.cjs.entry.js +2 -2
  27. package/dist/cjs/kup-numeric-picker.cjs.entry.js +3 -3
  28. package/dist/cjs/kup-photo-frame.cjs.entry.js +2 -2
  29. package/dist/cjs/kup-probe.cjs.entry.js +2 -2
  30. package/dist/cjs/kup-qlik.cjs.entry.js +2 -2
  31. package/dist/cjs/kup-snackbar.cjs.entry.js +4 -4
  32. package/dist/cjs/loader.cjs.js +4 -3
  33. package/dist/collection/assets/dialog.js +0 -0
  34. package/dist/collection/assets/echart.js +146 -0
  35. package/dist/collection/assets/index.js +4 -0
  36. package/dist/collection/collection-manifest.json +3 -2
  37. package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +4 -1
  38. package/dist/collection/components/kup-card/dialog/kup-card-dialog.js +12 -0
  39. package/dist/collection/components/kup-card/kup-card.css +0 -22
  40. package/dist/collection/components/kup-card/kup-card.js +1 -40
  41. package/dist/collection/components/kup-chip/kup-chip-declarations.js +2 -0
  42. package/dist/collection/components/kup-chip/kup-chip.js +122 -4
  43. package/dist/collection/components/kup-combobox/kup-combobox.js +4 -2
  44. package/dist/collection/components/kup-data-table/kup-data-table.js +12 -23
  45. package/dist/collection/components/kup-dialog/kup-dialog-declarations.js +14 -0
  46. package/dist/collection/components/kup-dialog/kup-dialog.css +64 -0
  47. package/dist/collection/components/kup-dialog/kup-dialog.js +467 -0
  48. package/dist/collection/components/kup-echart/kup-echart-declarations.js +1 -0
  49. package/dist/collection/components/kup-echart/kup-echart.js +86 -14
  50. package/dist/collection/components/kup-list/kup-list-helper.js +6 -4
  51. package/dist/collection/components/kup-list/kup-list.js +0 -6
  52. package/dist/collection/f-components/f-cell/f-cell-declarations.js +7 -0
  53. package/dist/collection/f-components/f-cell/f-cell.js +17 -0
  54. package/dist/collection/f-components/f-chip/f-chip.js +3 -1
  55. package/dist/collection/managers/kup-data/kup-data.js +4 -0
  56. package/dist/collection/managers/kup-interact/kup-interact.js +33 -1
  57. package/dist/collection/managers/kup-theme/kup-theme-declarations.js +1 -0
  58. package/dist/collection/types/GenericTypes.js +1 -0
  59. package/dist/components/index.d.ts +9 -50
  60. package/dist/components/index.js +1 -48
  61. package/dist/components/kup-accordion.js +18 -13
  62. package/dist/components/kup-autocomplete.js +1 -1
  63. package/dist/components/kup-autocomplete2.js +1616 -1184
  64. package/dist/components/kup-badge.js +1 -1
  65. package/dist/components/kup-box2.js +18 -13
  66. package/dist/components/kup-button-list.js +1 -1
  67. package/dist/components/kup-button.js +1 -1
  68. package/dist/components/kup-calendar.js +18 -13
  69. package/dist/components/kup-card.js +1 -1
  70. package/dist/components/kup-cell.js +18 -13
  71. package/dist/components/kup-chart.js +1 -1
  72. package/dist/components/kup-checkbox.js +1 -1
  73. package/dist/components/kup-chip.js +1 -1
  74. package/dist/components/kup-color-picker.js +1 -1
  75. package/dist/components/kup-combobox.js +1 -1
  76. package/dist/components/kup-dash-list.js +20 -15
  77. package/dist/components/kup-dash2.js +18 -13
  78. package/dist/components/kup-dashboard.js +18 -13
  79. package/dist/components/kup-data-table.js +1 -1
  80. package/dist/components/kup-date-picker.js +1 -1
  81. package/dist/components/kup-dialog.d.ts +11 -0
  82. package/dist/components/kup-dialog.js +6 -0
  83. package/dist/components/kup-drawer.js +18 -13
  84. package/dist/components/kup-dropdown-button.js +1 -1
  85. package/dist/components/kup-echart2.js +105 -27
  86. package/dist/components/kup-family-tree.js +20 -15
  87. package/dist/components/kup-form.js +1 -1
  88. package/dist/components/kup-gauge.js +1 -1
  89. package/dist/components/kup-grid2.js +18 -13
  90. package/dist/components/kup-iframe.js +18 -13
  91. package/dist/components/kup-image-list.js +18 -13
  92. package/dist/components/kup-image.js +1 -1
  93. package/dist/components/kup-lazy.js +18 -13
  94. package/dist/components/kup-list.js +1 -1
  95. package/dist/components/kup-magic-box.js +20 -15
  96. package/dist/components/kup-nav-bar.js +18 -13
  97. package/dist/components/kup-numeric-picker.js +18 -13
  98. package/dist/components/kup-photo-frame.js +18 -13
  99. package/dist/components/kup-probe.js +18 -13
  100. package/dist/components/kup-progress-bar.js +1 -1
  101. package/dist/components/kup-qlik.js +18 -13
  102. package/dist/components/kup-radio.js +1 -1
  103. package/dist/components/kup-rating.js +1 -1
  104. package/dist/components/kup-snackbar.js +18 -13
  105. package/dist/components/kup-spinner.js +1 -1
  106. package/dist/components/kup-switch.js +1 -1
  107. package/dist/components/kup-tab-bar.js +1 -1
  108. package/dist/components/kup-text-field.js +1 -1
  109. package/dist/components/kup-time-picker.js +1 -1
  110. package/dist/components/kup-tree.js +1 -1
  111. package/dist/esm/{f-button-9aec1bc5.js → f-button-a8843fb2.js} +2 -2
  112. package/dist/esm/{f-cell-556937d0.js → f-cell-aa0acc55.js} +60 -7
  113. package/dist/esm/{f-checkbox-b721178e.js → f-checkbox-9b3f5f5b.js} +1 -1
  114. package/dist/esm/{f-chip-677db32a.js → f-chip-4555fb98.js} +6 -4
  115. package/dist/esm/{f-image-52bb5950.js → f-image-fed7623c.js} +2 -2
  116. package/dist/esm/{f-paginator-utils-d472e336.js → f-paginator-utils-8c88fab3.js} +3 -3
  117. package/dist/esm/{f-text-field-88f92118.js → f-text-field-b74f4b58.js} +2 -2
  118. package/dist/esm/{index-a2197376.js → index-8bd38435.js} +120 -3
  119. package/dist/esm/ketchup.js +7 -3
  120. package/dist/esm/kup-accordion.entry.js +3 -3
  121. package/dist/esm/{kup-autocomplete_26.entry.js → kup-autocomplete_27.entry.js} +1003 -840
  122. package/dist/esm/kup-box.entry.js +9 -9
  123. package/dist/esm/kup-calendar.entry.js +5 -5
  124. package/dist/esm/kup-cell.entry.js +7 -7
  125. package/dist/esm/kup-dash-list.entry.js +2 -2
  126. package/dist/esm/kup-dash_2.entry.js +2 -2
  127. package/dist/esm/kup-dashboard.entry.js +6 -6
  128. package/dist/esm/kup-drawer.entry.js +2 -2
  129. package/dist/esm/kup-echart.entry.js +89 -16
  130. package/dist/esm/kup-family-tree.entry.js +4 -4
  131. package/dist/esm/kup-iframe.entry.js +2 -2
  132. package/dist/esm/kup-image-list.entry.js +8 -8
  133. package/dist/esm/kup-lazy.entry.js +2 -2
  134. package/dist/esm/kup-magic-box.entry.js +3 -3
  135. package/dist/esm/{kup-manager-12e99c22.js → kup-manager-311c87ab.js} +59 -14
  136. package/dist/esm/kup-nav-bar.entry.js +2 -2
  137. package/dist/esm/kup-numeric-picker.entry.js +3 -3
  138. package/dist/esm/kup-photo-frame.entry.js +2 -2
  139. package/dist/esm/kup-probe.entry.js +2 -2
  140. package/dist/esm/kup-qlik.entry.js +2 -2
  141. package/dist/esm/kup-snackbar.entry.js +4 -4
  142. package/dist/esm/loader.js +4 -3
  143. package/dist/esm/polyfills/css-shim.js +1 -1
  144. package/dist/ketchup/ketchup.esm.js +1 -1
  145. package/dist/ketchup/{p-c59e6bc7.entry.js → p-028e4c1d.entry.js} +1 -1
  146. package/dist/ketchup/p-06d55b09.entry.js +39 -0
  147. package/dist/ketchup/p-09b2668f.entry.js +27 -0
  148. package/dist/ketchup/p-115220b5.entry.js +1 -0
  149. package/dist/ketchup/{p-ce1da4a8.entry.js → p-17d827e8.entry.js} +1 -1
  150. package/dist/ketchup/{p-60609877.entry.js → p-1d7f90be.entry.js} +1 -1
  151. package/dist/ketchup/p-1e5fda58.entry.js +1 -0
  152. package/dist/ketchup/{p-ac33139e.entry.js → p-247362de.entry.js} +1 -1
  153. package/dist/ketchup/{p-25617855.js → p-388d18a1.js} +1 -1
  154. package/dist/ketchup/{p-88adddcf.entry.js → p-3a0cf42a.entry.js} +1 -1
  155. package/dist/ketchup/{p-9570ebfa.js → p-48be0d93.js} +1 -1
  156. package/dist/ketchup/p-4c0206cf.entry.js +1 -0
  157. package/dist/ketchup/{p-85c7a3a4.js → p-519f4074.js} +1 -1
  158. package/dist/ketchup/{p-053824eb.entry.js → p-5f920acd.entry.js} +1 -1
  159. package/dist/ketchup/{p-ad3e7b2b.entry.js → p-6ae98bb0.entry.js} +1 -1
  160. package/dist/ketchup/p-6dde2079.entry.js +1 -0
  161. package/dist/ketchup/p-79b0730b.js +1 -1
  162. package/dist/ketchup/{p-4f7302a9.js → p-7e9f8adf.js} +1 -1
  163. package/dist/ketchup/p-7f9912b1.js +1 -0
  164. package/dist/ketchup/p-8df0191d.entry.js +9 -0
  165. package/dist/ketchup/{p-e094ebb8.entry.js → p-910249f5.entry.js} +1 -1
  166. package/dist/ketchup/{p-52f19c4f.entry.js → p-9174622b.entry.js} +1 -1
  167. package/dist/ketchup/p-9dcfbb1e.js +2 -0
  168. package/dist/ketchup/{p-23cd5a68.js → p-9f9b6656.js} +1 -1
  169. package/dist/ketchup/{p-3a7a05a7.entry.js → p-a1708266.entry.js} +1 -1
  170. package/dist/ketchup/p-b67a295b.js +30 -0
  171. package/dist/ketchup/{p-485883cb.entry.js → p-bc68a9de.entry.js} +1 -1
  172. package/dist/ketchup/p-cb28bc8c.js +1 -0
  173. package/dist/ketchup/p-de9375f7.entry.js +1 -0
  174. package/dist/ketchup/{p-f44aba79.entry.js → p-df6617bc.entry.js} +1 -1
  175. package/dist/ketchup/{p-94290b09.entry.js → p-fb6ee94f.entry.js} +1 -1
  176. package/dist/loader/index.d.ts +9 -0
  177. package/dist/types/components/kup-autocomplete/kup-autocomplete-declarations.d.ts +4 -2
  178. package/dist/types/components/kup-card/dialog/kup-card-dialog.d.ts +6 -0
  179. package/dist/types/components/kup-card/kup-card.d.ts +0 -5
  180. package/dist/types/components/kup-chip/kup-chip-declarations.d.ts +5 -0
  181. package/dist/types/components/kup-chip/kup-chip.d.ts +16 -1
  182. package/dist/types/components/kup-data-table/kup-data-table-declarations.d.ts +1 -1
  183. package/dist/types/components/kup-dialog/kup-dialog-declarations.d.ts +26 -0
  184. package/dist/types/components/kup-dialog/kup-dialog.d.ts +77 -0
  185. package/dist/types/components/kup-echart/kup-echart-declarations.d.ts +2 -1
  186. package/dist/types/components/kup-family-tree/kup-family-tree-declarations.d.ts +1 -1
  187. package/dist/types/components/kup-tree/kup-tree-declarations.d.ts +1 -1
  188. package/dist/types/components.d.ts +185 -11
  189. package/dist/types/f-components/f-cell/f-cell-declarations.d.ts +4 -0
  190. package/dist/types/f-components/f-chip/f-chip-declarations.d.ts +1 -0
  191. package/dist/types/managers/kup-data/kup-data-declarations.d.ts +2 -1
  192. package/dist/types/managers/kup-dynamic-position/kup-dynamic-position-declarations.d.ts +1 -1
  193. package/dist/types/managers/kup-interact/kup-interact-declarations.d.ts +2 -2
  194. package/dist/types/managers/kup-interact/kup-interact.d.ts +11 -0
  195. package/dist/types/managers/kup-language/kup-language-declarations.d.ts +1 -1
  196. package/dist/types/stencil-public-runtime.d.ts +71 -15
  197. package/dist/types/types/GenericTypes.d.ts +1 -0
  198. package/dist/types/utils/filters/filters-declarations.d.ts +2 -0
  199. package/package.json +2 -2
  200. package/dist/ketchup/p-1c371df3.entry.js +0 -39
  201. package/dist/ketchup/p-278188bf.js +0 -1
  202. package/dist/ketchup/p-4021d751.entry.js +0 -1
  203. package/dist/ketchup/p-4fdb684f.js +0 -2
  204. package/dist/ketchup/p-5483f20e.js +0 -30
  205. package/dist/ketchup/p-584369be.entry.js +0 -1
  206. package/dist/ketchup/p-6a6c3e69.entry.js +0 -27
  207. package/dist/ketchup/p-751b5708.js +0 -1
  208. package/dist/ketchup/p-775e0d34.entry.js +0 -1
  209. package/dist/ketchup/p-7e013c24.entry.js +0 -1
  210. package/dist/ketchup/p-a3c849ae.entry.js +0 -9
  211. package/dist/ketchup/p-e0135ce0.entry.js +0 -1
@@ -1,15 +1,15 @@
1
- import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-a2197376.js';
2
- import { k as kupManagerInstance, z as identify, g as getProps, s as setProps, u as getColumnByName, l as KupLanguageGeneric, K as KupThemeIconValues, c as KupDebugCategory, R as KupPointerEventTypes, W as KupDragEffect, X as kupDraggableCellAttr, Y as KupDropEventTypes, I as KupLanguageSearch, a3 as SortMode } from './kup-manager-12e99c22.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-d472e336.js';
4
- import { F as FImage } from './f-image-52bb5950.js';
5
- import { a as FChip } from './f-chip-677db32a.js';
1
+ import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-8bd38435.js';
2
+ import { k as kupManagerInstance, z as identify, g as getProps, s as setProps, u as getColumnByName, l as KupLanguageGeneric, K as KupThemeIconValues, c as KupDebugCategory, R as KupPointerEventTypes, W as KupDragEffect, X as kupDraggableCellAttr, Y as KupDropEventTypes, I as KupLanguageSearch, a3 as SortMode } from './kup-manager-311c87ab.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-8c88fab3.js';
4
+ import { F as FImage } from './f-image-fed7623c.js';
5
+ import { a as FChip } from './f-chip-4555fb98.js';
6
6
  import { c as componentWrapperId } from './GenericVariables-665de00a.js';
7
- import { F as FCell } from './f-cell-556937d0.js';
7
+ import { F as FCell } from './f-cell-aa0acc55.js';
8
8
  import { F as FTextFieldMDC } from './f-text-field-mdc-d42d3f9e.js';
9
- import './f-button-9aec1bc5.js';
9
+ import './f-button-a8843fb2.js';
10
10
  import './f-button-declarations-b1b4cac4.js';
11
- import './f-checkbox-b721178e.js';
12
- import './f-text-field-88f92118.js';
11
+ import './f-checkbox-9b3f5f5b.js';
12
+ import './f-text-field-b74f4b58.js';
13
13
  import './tslib.es6-3eea2234.js';
14
14
  import './component-b1bedf1d.js';
15
15
 
@@ -1,11 +1,11 @@
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-a2197376.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-8bd38435.js';
2
2
  import { _ as __extends, a as __assign, c as __spreadArray } from './tslib.es6-3eea2234.js';
3
- import { as as createCommonjsModule, at as getDefaultExportFromCjs, k as kupManagerInstance, g as getProps, s as setProps, au as KupDatesLocales, l as KupLanguageGeneric, u as getColumnByName } from './kup-manager-12e99c22.js';
3
+ import { as as createCommonjsModule, at as getDefaultExportFromCjs, k as kupManagerInstance, g as getProps, s as setProps, au as KupDatesLocales, l as KupLanguageGeneric, u as getColumnByName } from './kup-manager-311c87ab.js';
4
4
  import { c as componentWrapperId } from './GenericVariables-665de00a.js';
5
- import { F as FButton } from './f-button-9aec1bc5.js';
6
- import { a as FChip, F as FChipType } from './f-chip-677db32a.js';
5
+ import { F as FButton } from './f-button-a8843fb2.js';
6
+ import { a as FChip, F as FChipType } from './f-chip-4555fb98.js';
7
7
  import './f-button-declarations-b1b4cac4.js';
8
- import './f-image-52bb5950.js';
8
+ import './f-image-fed7623c.js';
9
9
 
10
10
  var n,l,u$1,t,o,r$1,f$1,e$1={},c$1=[],s=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;function a$1(n,l){for(var u in l)n[u]=l[u];return n}function h(n){var l=n.parentNode;l&&l.removeChild(n);}function v$1(l,u,i){var t,o,r,f={};for(r in u)"key"==r?t=u[r]:"ref"==r?o=u[r]:f[r]=u[r];if(arguments.length>2&&(f.children=arguments.length>3?n.call(arguments,2):i),"function"==typeof l&&null!=l.defaultProps)for(r in l.defaultProps)void 0===f[r]&&(f[r]=l.defaultProps[r]);return y(l,f,t,o,null)}function y(n,i,t,o,r){var f={type:n,props:i,key:t,ref:o,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:null==r?++u$1:r};return null==r&&null!=l.vnode&&l.vnode(f),f}function p(){return {current:null}}function d(n){return n.children}function _(n,l){this.props=n,this.context=l;}function k(n,l){if(null==l)return n.__?k(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?k(n):null}function b$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 b$1(n)}}function m(n){(!n.__d&&(n.__d=!0)&&t.push(n)&&!g$1.__r++||r$1!==l.debounceRendering)&&((r$1=l.debounceRendering)||o)(g$1);}function g$1(){for(var n;g$1.__r=t.length;)n=t.sort(function(n,l){return n.__v.__b-l.__v.__b}),t=[],n.some(function(n){var l,u,i,t,o,r;n.__d&&(o=(t=(l=n).__v).__e,(r=l.__P)&&(u=[],(i=a$1({},t)).__v=t.__v+1,j$2(r,t,i,l.__n,void 0!==r.ownerSVGElement,null!=t.__h?[o]:null,u,null==o?k(t):o,t.__h),z$1(u,t),t.__e!=o&&b$1(t)));});}function w$1(n,l,u,i,t,o,r,f,s,a){var h,v,p,_,b,m,g,w=i&&i.__k||c$1,A=w.length;for(u.__k=[],h=0;h<l.length;h++)if(null!=(_=u.__k[h]=null==(_=l[h])||"boolean"==typeof _?null:"string"==typeof _||"number"==typeof _||"bigint"==typeof _?y(null,_,null,null,_):Array.isArray(_)?y(d,{children:_},null,null,null):_.__b>0?y(_.type,_.props,_.key,null,_.__v):_)){if(_.__=u,_.__b=u.__b+1,null===(p=w[h])||p&&_.key==p.key&&_.type===p.type)w[h]=void 0;else for(v=0;v<A;v++){if((p=w[v])&&_.key==p.key&&_.type===p.type){w[v]=void 0;break}p=null;}j$2(n,_,p=p||e$1,t,o,r,f,s,a),b=_.__e,(v=_.ref)&&p.ref!=v&&(g||(g=[]),p.ref&&g.push(p.ref,null,_),g.push(v,_.__c||b,_)),null!=b?(null==m&&(m=b),"function"==typeof _.type&&_.__k===p.__k?_.__d=s=x$1(_,s,n):s=P$1(n,_,p,w,b,s),"function"==typeof u.type&&(u.__d=s)):s&&p.__e==s&&s.parentNode!=n&&(s=k(p));}for(u.__e=m,h=A;h--;)null!=w[h]&&("function"==typeof u.type&&null!=w[h].__e&&w[h].__e==u.__d&&(u.__d=k(i,h+1)),N(w[h],w[h]));if(g)for(h=0;h<g.length;h++)M$1(g[h],g[++h],g[++h]);}function x$1(n,l,u){for(var i,t=n.__k,o=0;t&&o<t.length;o++)(i=t[o])&&(i.__=n,l="function"==typeof i.type?x$1(i,l,u):P$1(u,i,i,t,i.__e,l));return l}function A$1(n,l){return l=l||[],null==n||"boolean"==typeof n||(Array.isArray(n)?n.some(function(n){A$1(n,l);}):l.push(n)),l}function P$1(n,l,u,i,t,o){var r,f,e;if(void 0!==l.__d)r=l.__d,l.__d=void 0;else if(null==u||t!=o||null==t.parentNode)n:if(null==o||o.parentNode!==n)n.appendChild(t),r=null;else {for(f=o,e=0;(f=f.nextSibling)&&e<i.length;e+=2)if(f==t)break n;n.insertBefore(t,o),r=o;}return void 0!==r?r:t.nextSibling}function C$1(n,l,u,i,t){var o;for(o in u)"children"===o||"key"===o||o in l||H$1(n,o,null,u[o],i);for(o in l)t&&"function"!=typeof l[o]||"children"===o||"key"===o||"value"===o||"checked"===o||u[o]===l[o]||H$1(n,o,l[o],u[o],i);}function $(n,l,u){"-"===l[0]?n.setProperty(l,u):n[l]=null==u?"":"number"!=typeof u||s.test(l)?u:u+"px";}function H$1(n,l,u,i,t){var o;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||$(n.style,l,"");if(u)for(l in u)i&&u[l]===i[l]||$(n.style,l,u[l]);}else if("o"===l[0]&&"n"===l[1])o=l!==(l=l.replace(/Capture$/,"")),l=l.toLowerCase()in n?l.toLowerCase().slice(2):l.slice(2),n.l||(n.l={}),n.l[l+o]=u,u?i||n.addEventListener(l,o?T$1:I$1,o):n.removeEventListener(l,o?T$1:I$1,o);else if("dangerouslySetInnerHTML"!==l){if(t)l=l.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("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||"a"===l[0]&&"r"===l[1])?n.setAttribute(l,u):n.removeAttribute(l));}}function I$1(n){this.l[n.type+!1](l.event?l.event(n):n);}function T$1(n){this.l[n.type+!0](l.event?l.event(n):n);}function j$2(n,u,i,t,o,r,f,e,c){var s,h,v,y,p,k,b,m,g,x,A,P=u.type;if(void 0!==u.constructor)return null;null!=i.__h&&(c=i.__h,e=u.__e=i.__e,u.__h=null,r=[e]),(s=l.__b)&&s(u);try{n:if("function"==typeof P){if(m=u.props,g=(s=P.contextType)&&t[s.__c],x=s?g?g.props.value:s.__:t,i.__c?b=(h=u.__c=i.__c).__=h.__E:("prototype"in P&&P.prototype.render?u.__c=h=new P(m,x):(u.__c=h=new _(m,x),h.constructor=P,h.render=O$1),g&&g.sub(h),h.props=m,h.state||(h.state={}),h.context=x,h.__n=t,v=h.__d=!0,h.__h=[]),null==h.__s&&(h.__s=h.state),null!=P.getDerivedStateFromProps&&(h.__s==h.state&&(h.__s=a$1({},h.__s)),a$1(h.__s,P.getDerivedStateFromProps(m,h.__s))),y=h.props,p=h.state,v)null==P.getDerivedStateFromProps&&null!=h.componentWillMount&&h.componentWillMount(),null!=h.componentDidMount&&h.__h.push(h.componentDidMount);else {if(null==P.getDerivedStateFromProps&&m!==y&&null!=h.componentWillReceiveProps&&h.componentWillReceiveProps(m,x),!h.__e&&null!=h.shouldComponentUpdate&&!1===h.shouldComponentUpdate(m,h.__s,x)||u.__v===i.__v){h.props=m,h.state=h.__s,u.__v!==i.__v&&(h.__d=!1),h.__v=u,u.__e=i.__e,u.__k=i.__k,u.__k.forEach(function(n){n&&(n.__=u);}),h.__h.length&&f.push(h);break n}null!=h.componentWillUpdate&&h.componentWillUpdate(m,h.__s,x),null!=h.componentDidUpdate&&h.__h.push(function(){h.componentDidUpdate(y,p,k);});}h.context=x,h.props=m,h.state=h.__s,(s=l.__r)&&s(u),h.__d=!1,h.__v=u,h.__P=n,s=h.render(h.props,h.state,h.context),h.state=h.__s,null!=h.getChildContext&&(t=a$1(a$1({},t),h.getChildContext())),v||null==h.getSnapshotBeforeUpdate||(k=h.getSnapshotBeforeUpdate(y,p)),A=null!=s&&s.type===d&&null==s.key?s.props.children:s,w$1(n,Array.isArray(A)?A:[A],u,i,t,o,r,f,e,c),h.base=u.__e,u.__h=null,h.__h.length&&f.push(h),b&&(h.__E=h.__=null),h.__e=!1;}else null==r&&u.__v===i.__v?(u.__k=i.__k,u.__e=i.__e):u.__e=L$1(i.__e,u,i,t,o,r,f,c);(s=l.diffed)&&s(u);}catch(n){u.__v=null,(c||null!=r)&&(u.__e=e,u.__h=!!c,r[r.indexOf(e)]=null),l.__e(n,u,i);}}function z$1(n,u){l.__c&&l.__c(u,n),n.some(function(u){try{n=u.__h,u.__h=[],n.some(function(n){n.call(u);});}catch(n){l.__e(n,u.__v);}});}function L$1(l,u,i,t,o,r,f,c){var s,a,v,y=i.props,p=u.props,d=u.type,_=0;if("svg"===d&&(o=!0),null!=r)for(;_<r.length;_++)if((s=r[_])&&"setAttribute"in s==!!d&&(d?s.localName===d:3===s.nodeType)){l=s,r[_]=null;break}if(null==l){if(null===d)return document.createTextNode(p);l=o?document.createElementNS("http://www.w3.org/2000/svg",d):document.createElement(d,p.is&&p),r=null,c=!1;}if(null===d)y===p||c&&l.data===p||(l.data=p);else {if(r=r&&n.call(l.childNodes),a=(y=i.props||e$1).dangerouslySetInnerHTML,v=p.dangerouslySetInnerHTML,!c){if(null!=r)for(y={},_=0;_<l.attributes.length;_++)y[l.attributes[_].name]=l.attributes[_].value;(v||a)&&(v&&(a&&v.__html==a.__html||v.__html===l.innerHTML)||(l.innerHTML=v&&v.__html||""));}if(C$1(l,p,y,o,c),v)u.__k=[];else if(_=u.props.children,w$1(l,Array.isArray(_)?_:[_],u,i,t,o&&"foreignObject"!==d,r,f,r?r[0]:i.__k&&k(i,0),c),null!=r)for(_=r.length;_--;)null!=r[_]&&h(r[_]);c||("value"in p&&void 0!==(_=p.value)&&(_!==l.value||"progress"===d&&!_||"option"===d&&_!==y.value)&&H$1(l,"value",_,y.value,!1),"checked"in p&&void 0!==(_=p.checked)&&_!==l.checked&&H$1(l,"checked",_,y.checked,!1));}return l}function M$1(n,u,i){try{"function"==typeof n?n(u):n.current=u;}catch(n){l.__e(n,i);}}function N(n,u,i){var t,o;if(l.unmount&&l.unmount(n),(t=n.ref)&&(t.current&&t.current!==n.__e||M$1(t,null,u)),null!=(t=n.__c)){if(t.componentWillUnmount)try{t.componentWillUnmount();}catch(n){l.__e(n,u);}t.base=t.__P=null;}if(t=n.__k)for(o=0;o<t.length;o++)t[o]&&N(t[o],u,"function"!=typeof n.type);i||null==n.__e||h(n.__e),n.__e=n.__d=void 0;}function O$1(n,l,u){return this.constructor(n,u)}function S$1(u,i,t){var o,r,f;l.__&&l.__(u,i),r=(o="function"==typeof t)?null:t&&t.__k||i.__k,f=[],j$2(i,u=(!o&&t||i).__k=v$1(d,null,[u]),r||e$1,e$1,void 0!==i.ownerSVGElement,!o&&t?[t]:r?null:i.firstChild?n.call(i.childNodes):null,f,!o&&t?t:r?r.__e:i.firstChild,o),z$1(f,u);}function D$1(n,l){var u={__c:l="__cC"+f$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(m);},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=c$1.slice,l={__e:function(n,l,u,i){for(var t,o,r;l=l.__;)if((t=l.__c)&&!t.__)try{if((o=t.constructor)&&null!=o.getDerivedStateFromError&&(t.setState(o.getDerivedStateFromError(n)),r=t.__d),null!=t.componentDidCatch&&(t.componentDidCatch(n,i||{}),r=t.__d),r)return t.__E=t}catch(l){n=l;}throw n}},u$1=0,_.prototype.setState=function(n,l){var u;u=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=a$1({},this.state),"function"==typeof n&&(n=n(a$1({},u),this.props)),n&&a$1(u,n),null!=n&&this.__v&&(l&&this.__h.push(l),m(this));},_.prototype.forceUpdate=function(n){this.__v&&(this.__e=!0,n&&this.__h.push(n),m(this));},_.prototype.render=d,t=[],o="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,g$1.__r=0,f$1=0;
11
11
 
@@ -1,11 +1,11 @@
1
- import { r as registerInstance, f as forceUpdate, h, H as Host, g as getElement } from './index-a2197376.js';
2
- import { k as kupManagerInstance, d as FCellPadding, g as getProps, s as setProps, W as KupDragEffect, l as KupLanguageGeneric } from './kup-manager-12e99c22.js';
1
+ import { r as registerInstance, f as forceUpdate, h, H as Host, g as getElement } from './index-8bd38435.js';
2
+ import { k as kupManagerInstance, d as FCellPadding, g as getProps, s as setProps, W as KupDragEffect, l as KupLanguageGeneric } from './kup-manager-311c87ab.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-665de00a.js';
4
- import { F as FCell } from './f-cell-556937d0.js';
5
- import './f-checkbox-b721178e.js';
6
- import './f-text-field-88f92118.js';
7
- import './f-image-52bb5950.js';
8
- import './f-chip-677db32a.js';
4
+ import { F as FCell } from './f-cell-aa0acc55.js';
5
+ import './f-checkbox-9b3f5f5b.js';
6
+ import './f-text-field-b74f4b58.js';
7
+ import './f-image-fed7623c.js';
8
+ import './f-chip-4555fb98.js';
9
9
 
10
10
  /**
11
11
  * Props of the kup-cell component.
@@ -1,5 +1,5 @@
1
- import { r as registerInstance, c as createEvent, h } from './index-a2197376.js';
2
- import { k as kupManagerInstance, af as getCellValueForDisplay, av as getDecimalSeparator } from './kup-manager-12e99c22.js';
1
+ import { r as registerInstance, c as createEvent, h } from './index-8bd38435.js';
2
+ import { k as kupManagerInstance, am as getCellValueForDisplay, av as getDecimalSeparator } from './kup-manager-311c87ab.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
- import { r as registerInstance, c as createEvent, h, g as getElement, f as forceUpdate, H as Host } from './index-a2197376.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, c as KupDebugCategory } from './kup-manager-12e99c22.js';
1
+ import { r as registerInstance, c as createEvent, h, g as getElement, f as forceUpdate, H as Host } from './index-8bd38435.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, c as KupDebugCategory } from './kup-manager-311c87ab.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-665de00a.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
- import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-a2197376.js';
2
- import { F as FButton } from './f-button-9aec1bc5.js';
3
- import { F as FCheckbox } from './f-checkbox-b721178e.js';
4
- import { F as FTextField } from './f-text-field-88f92118.js';
1
+ import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-8bd38435.js';
2
+ import { F as FButton } from './f-button-a8843fb2.js';
3
+ import { F as FCheckbox } from './f-checkbox-9b3f5f5b.js';
4
+ import { F as FTextField } from './f-text-field-b74f4b58.js';
5
5
  import { F as FTextFieldMDC } from './f-text-field-mdc-d42d3f9e.js';
6
- import { k as kupManagerInstance, g as getProps, s as setProps, aw as KupLanguageDashboard, l as KupLanguageGeneric, W as KupDragEffect, c as KupDebugCategory } from './kup-manager-12e99c22.js';
6
+ import { k as kupManagerInstance, g as getProps, s as setProps, aw as KupLanguageDashboard, l as KupLanguageGeneric, W as KupDragEffect, c as KupDebugCategory } from './kup-manager-311c87ab.js';
7
7
  import { c as componentWrapperId } from './GenericVariables-665de00a.js';
8
8
  import './f-button-declarations-b1b4cac4.js';
9
- import './f-image-52bb5950.js';
9
+ import './f-image-fed7623c.js';
10
10
  import './tslib.es6-3eea2234.js';
11
11
  import './component-b1bedf1d.js';
12
12
 
@@ -1,5 +1,5 @@
1
- import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-a2197376.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-12e99c22.js';
1
+ import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-8bd38435.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-311c87ab.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-665de00a.js';
4
4
 
5
5
  const drawerClass = 'drawer';
@@ -1,5 +1,5 @@
1
- import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement, a as getAssetPath } from './index-a2197376.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, c as KupDebugCategory, b as KupThemeColorValues, n as KupDataNewColumnTypes, u as getColumnByName } from './kup-manager-12e99c22.js';
1
+ import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement, a as getAssetPath } from './index-8bd38435.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, b as KupThemeColorValues, c as KupDebugCategory, u as getColumnByName, n as KupDataNewColumnTypes } from './kup-manager-311c87ab.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-665de00a.js';
4
4
 
5
5
  /*! *****************************************************************************
@@ -93303,6 +93303,7 @@ var KupEchartTypes;
93303
93303
  KupEchartTypes["MAP"] = "Map";
93304
93304
  KupEchartTypes["PIE"] = "Pie";
93305
93305
  KupEchartTypes["SCATTER"] = "Scatter";
93306
+ KupEchartTypes["FUNNEL"] = "Funnel";
93306
93307
  })(KupEchartTypes || (KupEchartTypes = {}));
93307
93308
 
93308
93309
  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}";
@@ -93323,7 +93324,7 @@ var __classPrivateFieldSet = (undefined && undefined.__classPrivateFieldSet) ||
93323
93324
  throw new TypeError("Cannot write private member to an object whose class did not declare it");
93324
93325
  return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
93325
93326
  };
93326
- var _KupEchart_instances, _KupEchart_chartContainer, _KupEchart_chartEl, _KupEchart_gaussianDatasets, _KupEchart_kupManager, _KupEchart_mapObj, _KupEchart_resizeTimeout, _KupEchart_sortedDataset, _KupEchart_themeBorder, _KupEchart_themeBackground, _KupEchart_computedColors, _KupEchart_minColorHeatMap, _KupEchart_maxColorHeatMap, _KupEchart_themeFont, _KupEchart_themeText, _KupEchart_initChart, _KupEchart_createChart, _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_fetchcomputedColors, _KupEchart_checks;
93327
+ 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_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;
93327
93328
  const KupEchart = class {
93328
93329
  constructor(hostRef) {
93329
93330
  registerInstance(this, hostRef);
@@ -93341,7 +93342,6 @@ const KupEchart = class {
93341
93342
  _KupEchart_sortedDataset.set(this, null);
93342
93343
  _KupEchart_themeBorder.set(this, null);
93343
93344
  _KupEchart_themeBackground.set(this, null);
93344
- _KupEchart_computedColors.set(this, null);
93345
93345
  _KupEchart_minColorHeatMap.set(this, null);
93346
93346
  _KupEchart_maxColorHeatMap.set(this, null);
93347
93347
  _KupEchart_themeFont.set(this, null);
@@ -93419,8 +93419,11 @@ const KupEchart = class {
93419
93419
  __classPrivateFieldGet(this, _KupEchart_kupManager, "f").debug.logLoad(this, true);
93420
93420
  }
93421
93421
  componentWillRender() {
93422
+ __classPrivateFieldSet(this, _KupEchart_themeBackground, __classPrivateFieldGet(this, _KupEchart_kupManager, "f").theme.cssVars[KupThemeColorValues.BACKGROUND], "f");
93423
+ __classPrivateFieldSet(this, _KupEchart_themeBorder, __classPrivateFieldGet(this, _KupEchart_kupManager, "f").theme.cssVars[KupThemeColorValues.BORDER], "f");
93424
+ __classPrivateFieldSet(this, _KupEchart_themeFont, __classPrivateFieldGet(this, _KupEchart_kupManager, "f").theme.cssVars['--kup-font-family'], "f");
93425
+ __classPrivateFieldSet(this, _KupEchart_themeText, __classPrivateFieldGet(this, _KupEchart_kupManager, "f").theme.cssVars[KupThemeColorValues.TEXT], "f");
93422
93426
  __classPrivateFieldGet(this, _KupEchart_kupManager, "f").debug.logRender(this, false);
93423
- __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_fetchcomputedColors).call(this);
93424
93427
  }
93425
93428
  componentDidRender() {
93426
93429
  if (this.data && this.data.columns && this.data.rows) {
@@ -93445,7 +93448,7 @@ const KupEchart = class {
93445
93448
  static get assetsDirs() { return ["assets/maps"]; }
93446
93449
  get rootElement() { return getElement(this); }
93447
93450
  };
93448
- _KupEchart_chartContainer = new WeakMap(), _KupEchart_chartEl = new WeakMap(), _KupEchart_gaussianDatasets = new WeakMap(), _KupEchart_kupManager = new WeakMap(), _KupEchart_mapObj = new WeakMap(), _KupEchart_resizeTimeout = new WeakMap(), _KupEchart_sortedDataset = new WeakMap(), _KupEchart_themeBorder = new WeakMap(), _KupEchart_themeBackground = new WeakMap(), _KupEchart_computedColors = new WeakMap(), _KupEchart_minColorHeatMap = new WeakMap(), _KupEchart_maxColorHeatMap = new WeakMap(), _KupEchart_themeFont = new WeakMap(), _KupEchart_themeText = new WeakMap(), _KupEchart_instances = new WeakSet(), _KupEchart_initChart = function _KupEchart_initChart() {
93451
+ _KupEchart_chartContainer = new WeakMap(), _KupEchart_chartEl = new WeakMap(), _KupEchart_gaussianDatasets = new WeakMap(), _KupEchart_kupManager = new WeakMap(), _KupEchart_mapObj = new WeakMap(), _KupEchart_resizeTimeout = new WeakMap(), _KupEchart_sortedDataset = new WeakMap(), _KupEchart_themeBorder = new WeakMap(), _KupEchart_themeBackground = new WeakMap(), _KupEchart_minColorHeatMap = new WeakMap(), _KupEchart_maxColorHeatMap = new WeakMap(), _KupEchart_themeFont = new WeakMap(), _KupEchart_themeText = new WeakMap(), _KupEchart_instances = new WeakSet(), _KupEchart_initChart = function _KupEchart_initChart() {
93449
93452
  if (__classPrivateFieldGet(this, _KupEchart_chartEl, "f")) {
93450
93453
  dispose(__classPrivateFieldGet(this, _KupEchart_chartContainer, "f"));
93451
93454
  }
@@ -93487,6 +93490,9 @@ _KupEchart_chartContainer = new WeakMap(), _KupEchart_chartEl = new WeakMap(), _
93487
93490
  case KupEchartTypes.PIE:
93488
93491
  options = __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setPieOptions).call(this);
93489
93492
  break;
93493
+ case KupEchartTypes.FUNNEL:
93494
+ options = __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_funnelChart).call(this);
93495
+ break;
93490
93496
  default:
93491
93497
  options = __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setOptions).call(this);
93492
93498
  break;
@@ -93517,6 +93523,73 @@ _KupEchart_chartContainer = new WeakMap(), _KupEchart_chartEl = new WeakMap(), _
93517
93523
  y: Array.isArray(e.data) ? e.data[1] : e.value,
93518
93524
  });
93519
93525
  });
93526
+ }, _KupEchart_funnelChart = function _KupEchart_funnelChart() {
93527
+ const x = __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_createX).call(this);
93528
+ const y = __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_createY).call(this);
93529
+ const cellsSum = {};
93530
+ const data = [];
93531
+ let highest = 0;
93532
+ for (let key in y) {
93533
+ for (let j = 0; j < y[key].length; j++) {
93534
+ if (cellsSum[x[j]]) {
93535
+ cellsSum[x[j]] += parseFloat(y[key][j]);
93536
+ }
93537
+ else {
93538
+ cellsSum[x[j]] = parseFloat(y[key][j]);
93539
+ }
93540
+ }
93541
+ }
93542
+ for (let key in cellsSum) {
93543
+ const value = cellsSum[key];
93544
+ if (value > highest) {
93545
+ highest = value;
93546
+ }
93547
+ }
93548
+ for (const key in cellsSum) {
93549
+ const value = cellsSum[key];
93550
+ data.push({
93551
+ name: key,
93552
+ value: ((100 * value) / highest).toFixed(2),
93553
+ });
93554
+ }
93555
+ return {
93556
+ color: __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setColors).call(this, Object.keys(cellsSum).length),
93557
+ title: __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setTitle).call(this),
93558
+ tooltip: Object.assign(Object.assign({}, __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setTooltip).call(this)), { trigger: 'item', formatter: (value) => {
93559
+ const name = value.data.name;
93560
+ const percentage = value.data
93561
+ .value;
93562
+ return `${name}: <strong>${cellsSum[name]}</strong> (${__classPrivateFieldGet(this, _KupEchart_kupManager, "f").math.format(percentage)}%)`;
93563
+ } }),
93564
+ legend: __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setLegend).call(this, cellsSum),
93565
+ series: [
93566
+ {
93567
+ name: __classPrivateFieldGet(this, _KupEchart_kupManager, "f").data.column.find(this.data, {
93568
+ name: this.axis,
93569
+ })[0].title,
93570
+ type: 'funnel',
93571
+ gap: 2,
93572
+ label: {
93573
+ show: true,
93574
+ position: 'right',
93575
+ },
93576
+ labelLine: {
93577
+ lineStyle: {
93578
+ width: 1,
93579
+ type: 'solid',
93580
+ },
93581
+ },
93582
+ itemStyle: {
93583
+ borderColor: __classPrivateFieldGet(this, _KupEchart_themeBackground, "f"),
93584
+ borderWidth: 1,
93585
+ },
93586
+ left: '10%',
93587
+ right: '10%',
93588
+ width: '80%',
93589
+ data,
93590
+ },
93591
+ ],
93592
+ };
93520
93593
  }, _KupEchart_createX = function _KupEchart_createX(dataset = null) {
93521
93594
  const x = [];
93522
93595
  if (!dataset)
@@ -93666,6 +93739,7 @@ _KupEchart_chartContainer = new WeakMap(), _KupEchart_chartEl = new WeakMap(), _
93666
93739
  }
93667
93740
  return opts;
93668
93741
  }, _KupEchart_setMapOptions = function _KupEchart_setMapOptions(map) {
93742
+ const computedColors = __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setColors).call(this, 3);
93669
93743
  const mapJson = JSON.parse(map);
93670
93744
  const isoA2 = [];
93671
93745
  const names = [];
@@ -93798,7 +93872,7 @@ _KupEchart_chartContainer = new WeakMap(), _KupEchart_chartEl = new WeakMap(), _
93798
93872
  roam: true,
93799
93873
  select: {
93800
93874
  itemStyle: {
93801
- areaColor: __classPrivateFieldGet(this, _KupEchart_computedColors, "f")[0],
93875
+ areaColor: computedColors[0],
93802
93876
  },
93803
93877
  label: {
93804
93878
  color: __classPrivateFieldGet(this, _KupEchart_themeText, "f"),
@@ -93824,7 +93898,7 @@ _KupEchart_chartContainer = new WeakMap(), _KupEchart_chartEl = new WeakMap(), _
93824
93898
  });
93825
93899
  }
93826
93900
  return {
93827
- color: __classPrivateFieldGet(this, _KupEchart_computedColors, "f"),
93901
+ color: __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setColors).call(this, Object.keys(y).length),
93828
93902
  legend: __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setLegend).call(this, y),
93829
93903
  title: __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setTitle).call(this),
93830
93904
  tooltip: Object.assign(Object.assign({}, __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setTooltip).call(this)), { trigger: 'item', formatter: '{a} <br/>{b}: {c} ({d}%)' }),
@@ -93975,7 +94049,7 @@ _KupEchart_chartContainer = new WeakMap(), _KupEchart_chartEl = new WeakMap(), _
93975
94049
  yAxisTmp.splice(0, 1);
93976
94050
  }
93977
94051
  return {
93978
- color: __classPrivateFieldGet(this, _KupEchart_computedColors, "f"),
94052
+ color: __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setColors).call(this, Object.keys(y).length),
93979
94053
  legend: __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setLegend).call(this, y),
93980
94054
  series: series,
93981
94055
  title: __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setTitle).call(this),
@@ -94038,7 +94112,7 @@ _KupEchart_chartContainer = new WeakMap(), _KupEchart_chartEl = new WeakMap(), _
94038
94112
  i++;
94039
94113
  }
94040
94114
  return {
94041
- color: __classPrivateFieldGet(this, _KupEchart_computedColors, "f"),
94115
+ color: __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setColors).call(this, Object.keys(y).length),
94042
94116
  legend: __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setLegend).call(this, y),
94043
94117
  series: series,
94044
94118
  title: __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setTitle).call(this),
@@ -94046,17 +94120,12 @@ _KupEchart_chartContainer = new WeakMap(), _KupEchart_chartEl = new WeakMap(), _
94046
94120
  xAxis: Object.assign(Object.assign(Object.assign({}, __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setAxisColors).call(this)), { data: x, type: 'category' }), this.xAxis),
94047
94121
  yAxis: Object.assign(Object.assign(Object.assign({}, __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setAxisColors).call(this)), { type: 'value' }), this.yAxis),
94048
94122
  };
94049
- }, _KupEchart_fetchcomputedColors = function _KupEchart_fetchcomputedColors() {
94123
+ }, _KupEchart_setColors = function _KupEchart_setColors(requiredNumber) {
94050
94124
  let colorArray = this.colors && this.colors.length > 0 ? [...this.colors] : [];
94051
94125
  let key = '--kup-chart-color-';
94052
94126
  for (let index = 1; __classPrivateFieldGet(this, _KupEchart_kupManager, "f").theme.cssVars[key + index]; index++) {
94053
94127
  colorArray.push(__classPrivateFieldGet(this, _KupEchart_kupManager, "f").theme.cssVars[key + index]);
94054
94128
  }
94055
- __classPrivateFieldSet(this, _KupEchart_themeBackground, __classPrivateFieldGet(this, _KupEchart_kupManager, "f").theme.cssVars[KupThemeColorValues.BACKGROUND], "f");
94056
- __classPrivateFieldSet(this, _KupEchart_themeBorder, __classPrivateFieldGet(this, _KupEchart_kupManager, "f").theme.cssVars[KupThemeColorValues.BORDER], "f");
94057
- __classPrivateFieldSet(this, _KupEchart_themeFont, __classPrivateFieldGet(this, _KupEchart_kupManager, "f").theme.cssVars['--kup-font-family'], "f");
94058
- __classPrivateFieldSet(this, _KupEchart_themeText, __classPrivateFieldGet(this, _KupEchart_kupManager, "f").theme.cssVars[KupThemeColorValues.TEXT], "f");
94059
- __classPrivateFieldSet(this, _KupEchart_computedColors, colorArray, "f");
94060
94129
  if (this.colors && this.colors[0]) {
94061
94130
  __classPrivateFieldSet(this, _KupEchart_maxColorHeatMap, this.colors[0], "f");
94062
94131
  }
@@ -94071,6 +94140,10 @@ _KupEchart_chartContainer = new WeakMap(), _KupEchart_chartEl = new WeakMap(), _
94071
94140
  const colorCheckBright = __classPrivateFieldGet(this, _KupEchart_kupManager, "f").theme.colorCheck(colorArray[0]);
94072
94141
  __classPrivateFieldSet(this, _KupEchart_minColorHeatMap, `hsl(${colorCheckBright.hue}, ${colorCheckBright.saturation}, ${(parseFloat(colorCheckBright.lightness) + 30).toString()}%)`, "f");
94073
94142
  }
94143
+ for (let index = colorArray.length; requiredNumber && index < requiredNumber; index++) {
94144
+ colorArray.push(__classPrivateFieldGet(this, _KupEchart_kupManager, "f").theme.randomColor(128));
94145
+ }
94146
+ return colorArray;
94074
94147
  }, _KupEchart_checks = function _KupEchart_checks() {
94075
94148
  const gaussianCount = this.types.filter((type) => type === KupEchartTypes.GAUSSIAN).length;
94076
94149
  const nonGaussianCount = this.types.filter((type) => type === KupEchartTypes.GAUSSIAN).length;
@@ -1,8 +1,8 @@
1
- import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-a2197376.js';
2
- import { F as FButton } from './f-button-9aec1bc5.js';
1
+ import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-8bd38435.js';
2
+ import { F as FButton } from './f-button-a8843fb2.js';
3
3
  import { F as FButtonStyling } from './f-button-declarations-b1b4cac4.js';
4
- import { F as FImage } from './f-image-52bb5950.js';
5
- import { k as kupManagerInstance, g as getProps, s as setProps, l as KupLanguageGeneric, R as KupPointerEventTypes } from './kup-manager-12e99c22.js';
4
+ import { F as FImage } from './f-image-fed7623c.js';
5
+ import { k as kupManagerInstance, g as getProps, s as setProps, l as KupLanguageGeneric, R as KupPointerEventTypes } from './kup-manager-311c87ab.js';
6
6
  import { c as componentWrapperId } from './GenericVariables-665de00a.js';
7
7
 
8
8
  /**
@@ -1,5 +1,5 @@
1
- import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-a2197376.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, c as KupDebugCategory } from './kup-manager-12e99c22.js';
1
+ import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-8bd38435.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, c as KupDebugCategory } from './kup-manager-311c87ab.js';
3
3
 
4
4
  /**
5
5
  * Props of the kup-iframe component.
@@ -1,14 +1,14 @@
1
- import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-a2197376.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, l as KupLanguageGeneric, d as FCellPadding } from './kup-manager-12e99c22.js';
1
+ import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-8bd38435.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, l as KupLanguageGeneric, d as FCellPadding } from './kup-manager-311c87ab.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-665de00a.js';
4
- import { F as FImage } from './f-image-52bb5950.js';
5
- import { F as FButton } from './f-button-9aec1bc5.js';
4
+ import { F as FImage } from './f-image-fed7623c.js';
5
+ import { F as FButton } from './f-button-a8843fb2.js';
6
6
  import { F as FButtonStyling } from './f-button-declarations-b1b4cac4.js';
7
- import { F as FCell } from './f-cell-556937d0.js';
7
+ import { F as FCell } from './f-cell-aa0acc55.js';
8
8
  import { M as MDCRipple } from './component-b1bedf1d.js';
9
- import './f-checkbox-b721178e.js';
10
- import './f-text-field-88f92118.js';
11
- import './f-chip-677db32a.js';
9
+ import './f-checkbox-9b3f5f5b.js';
10
+ import './f-text-field-b74f4b58.js';
11
+ import './f-chip-4555fb98.js';
12
12
  import './tslib.es6-3eea2234.js';
13
13
 
14
14
  /**
@@ -1,5 +1,5 @@
1
- import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-a2197376.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-12e99c22.js';
1
+ import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-8bd38435.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-311c87ab.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-665de00a.js';
4
4
 
5
5
  /**
@@ -1,7 +1,7 @@
1
- import { r as registerInstance, f as forceUpdate, h, H as Host, g as getElement } from './index-a2197376.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, l as KupLanguageGeneric, c as KupDebugCategory, ax as kupDropEvent, U as kupDraggableColumnAttr, ay as kupDraggableRowAttr, Y as KupDropEventTypes, b as KupThemeColorValues } from './kup-manager-12e99c22.js';
1
+ import { r as registerInstance, f as forceUpdate, h, H as Host, g as getElement } from './index-8bd38435.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, l as KupLanguageGeneric, c as KupDebugCategory, ax as kupDropEvent, U as kupDraggableColumnAttr, ay as kupDraggableRowAttr, Y as KupDropEventTypes, b as KupThemeColorValues } from './kup-manager-311c87ab.js';
3
3
  import { F as FButtonStyling } from './f-button-declarations-b1b4cac4.js';
4
- import { F as FImage } from './f-image-52bb5950.js';
4
+ import { F as FImage } from './f-image-fed7623c.js';
5
5
  import { c as componentWrapperId } from './GenericVariables-665de00a.js';
6
6
 
7
7
  /**