@sme.up/ketchup 8.3.2 → 8.3.3

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 (238) hide show
  1. package/dist/cjs/{f-button-be5c564a.js → f-button-7687085a.js} +3 -3
  2. package/dist/cjs/{f-cell-d034bcb0.js → f-cell-37ef6f00.js} +6 -6
  3. package/dist/cjs/{f-checkbox-cff77b2c.js → f-checkbox-758d1d34.js} +1 -1
  4. package/dist/cjs/{f-chip-bc678bf1.js → f-chip-cf59bdb3.js} +3 -3
  5. package/dist/cjs/{f-image-8542c984.js → f-image-1245b0cf.js} +2 -2
  6. package/dist/cjs/{f-paginator-utils-f48afc35.js → f-paginator-utils-b1af2a8f.js} +4 -4
  7. package/dist/cjs/{f-text-field-acfc1717.js → f-text-field-9c745112.js} +2 -2
  8. package/dist/cjs/{f-text-field-mdc-d38d80b5.js → f-text-field-mdc-b1fa6fd6.js} +1 -1
  9. package/dist/cjs/{index-a9a3b467.js → index-eac07680.js} +4 -11
  10. package/dist/cjs/ketchup.cjs.js +3 -6
  11. package/dist/cjs/kup-accordion.cjs.entry.js +5 -5
  12. package/dist/cjs/kup-autocomplete_27.cjs.entry.js +16 -16
  13. package/dist/cjs/kup-box.cjs.entry.js +14 -14
  14. package/dist/cjs/kup-calendar.cjs.entry.js +15 -9
  15. package/dist/cjs/kup-cell.cjs.entry.js +8 -8
  16. package/dist/cjs/kup-dash-list.cjs.entry.js +2 -2
  17. package/dist/cjs/kup-dash_2.cjs.entry.js +3 -3
  18. package/dist/cjs/kup-dashboard.cjs.entry.js +10 -10
  19. package/dist/cjs/kup-drawer.cjs.entry.js +3 -3
  20. package/dist/cjs/kup-echart.cjs.entry.js +27 -15
  21. package/dist/cjs/kup-family-tree.cjs.entry.js +6 -6
  22. package/dist/cjs/kup-iframe.cjs.entry.js +2 -2
  23. package/dist/cjs/kup-image-list.cjs.entry.js +11 -11
  24. package/dist/cjs/kup-lazy.cjs.entry.js +3 -3
  25. package/dist/cjs/kup-magic-box.cjs.entry.js +5 -5
  26. package/dist/cjs/{kup-manager-b3677c1d.js → kup-manager-38caaef3.js} +1 -1
  27. package/dist/cjs/kup-nav-bar.cjs.entry.js +3 -3
  28. package/dist/cjs/kup-numeric-picker.cjs.entry.js +6 -6
  29. package/dist/cjs/kup-photo-frame.cjs.entry.js +3 -3
  30. package/dist/cjs/kup-planner.cjs.entry.js +26 -18
  31. package/dist/cjs/kup-probe.cjs.entry.js +3 -3
  32. package/dist/cjs/kup-qlik.cjs.entry.js +2 -2
  33. package/dist/cjs/kup-snackbar.cjs.entry.js +6 -6
  34. package/dist/cjs/loader.cjs.js +3 -12
  35. package/dist/collection/assets/data-table.js +0 -44
  36. package/dist/collection/assets/echart.js +168 -90
  37. package/dist/collection/collection-manifest.json +50 -50
  38. package/dist/collection/components/kup-accordion/kup-accordion.js +28 -18
  39. package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +47 -29
  40. package/dist/collection/components/kup-badge/kup-badge.js +21 -14
  41. package/dist/collection/components/kup-box/kup-box.js +62 -41
  42. package/dist/collection/components/kup-button/kup-button.js +26 -17
  43. package/dist/collection/components/kup-button-list/kup-button-list.e2e.js +1 -1
  44. package/dist/collection/components/kup-button-list/kup-button-list.js +24 -16
  45. package/dist/collection/components/kup-calendar/kup-calendar-declarations.js +2 -1
  46. package/dist/collection/components/kup-calendar/kup-calendar.css +13 -0
  47. package/dist/collection/components/kup-calendar/kup-calendar.js +73 -35
  48. package/dist/collection/components/kup-card/box/kup-card-box.js +3 -3
  49. package/dist/collection/components/kup-card/built-in/kup-card-built-in.js +7 -7
  50. package/dist/collection/components/kup-card/built-in/kup-card-calendar.js +6 -6
  51. package/dist/collection/components/kup-card/built-in/kup-card-clock.js +5 -5
  52. package/dist/collection/components/kup-card/built-in/kup-card-column-drop-menu.js +4 -4
  53. package/dist/collection/components/kup-card/built-in/kup-card-message-box.js +4 -4
  54. package/dist/collection/components/kup-card/built-in/kup-card-numeric.js +2 -2
  55. package/dist/collection/components/kup-card/collapsible/kup-card-collapsible.js +5 -5
  56. package/dist/collection/components/kup-card/dialog/kup-card-dialog.js +5 -5
  57. package/dist/collection/components/kup-card/free/kup-card-free.js +2 -2
  58. package/dist/collection/components/kup-card/kup-card-helper.js +5 -5
  59. package/dist/collection/components/kup-card/kup-card.js +42 -30
  60. package/dist/collection/components/kup-card/scalable/kup-card-scalable.js +4 -4
  61. package/dist/collection/components/kup-card/standard/kup-card-standard.js +9 -9
  62. package/dist/collection/components/kup-cell/kup-cell.js +27 -18
  63. package/dist/collection/components/kup-chart/kup-chart-builder.js +5 -5
  64. package/dist/collection/components/kup-chart/kup-chart.js +47 -28
  65. package/dist/collection/components/kup-checkbox/kup-checkbox.js +22 -14
  66. package/dist/collection/components/kup-chip/kup-chip.js +32 -20
  67. package/dist/collection/components/kup-color-picker/kup-color-picker.js +30 -20
  68. package/dist/collection/components/kup-combobox/kup-combobox.js +47 -29
  69. package/dist/collection/components/kup-dash/kup-dash.js +2 -2
  70. package/dist/collection/components/kup-dash-list/kup-dash-list.js +11 -7
  71. package/dist/collection/components/kup-dashboard/kup-dashboard.js +26 -19
  72. package/dist/collection/components/kup-data-table/kup-data-table-helper.js +4 -4
  73. package/dist/collection/components/kup-data-table/kup-data-table-state.js +2 -2
  74. package/dist/collection/components/kup-data-table/kup-data-table.js +178 -106
  75. package/dist/collection/components/kup-date-picker/kup-date-picker.js +42 -26
  76. package/dist/collection/components/kup-dialog/kup-dialog.js +30 -18
  77. package/dist/collection/components/kup-drawer/kup-drawer.e2e.js +1 -1
  78. package/dist/collection/components/kup-drawer/kup-drawer.js +29 -17
  79. package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.js +42 -26
  80. package/dist/collection/components/kup-echart/kup-echart.js +64 -37
  81. package/dist/collection/components/kup-family-tree/kup-family-tree.js +42 -26
  82. package/dist/collection/components/kup-form/kup-form.js +32 -21
  83. package/dist/collection/components/kup-gauge/kup-gauge.js +18 -13
  84. package/dist/collection/components/kup-grid/kup-grid.js +16 -11
  85. package/dist/collection/components/kup-iframe/kup-iframe.js +21 -13
  86. package/dist/collection/components/kup-image/canvas/kup-image-canvas-declarations.js +1 -1
  87. package/dist/collection/components/kup-image/canvas/kup-image-canvas-helper.js +1 -1
  88. package/dist/collection/components/kup-image/canvas/kup-image-canvas.js +2 -2
  89. package/dist/collection/components/kup-image/kup-image.js +27 -18
  90. package/dist/collection/components/kup-image-list/kup-image-list.js +35 -24
  91. package/dist/collection/components/kup-lazy/kup-lazy.js +25 -15
  92. package/dist/collection/components/kup-list/kup-list-helper.js +1 -1
  93. package/dist/collection/components/kup-list/kup-list.js +45 -27
  94. package/dist/collection/components/kup-magic-box/kup-magic-box.js +23 -17
  95. package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +23 -14
  96. package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.js +40 -24
  97. package/dist/collection/components/kup-photo-frame/kup-photo-frame.js +23 -14
  98. package/dist/collection/components/kup-planner/kup-planner-helper.js +3 -3
  99. package/dist/collection/components/kup-planner/kup-planner.css +277 -277
  100. package/dist/collection/components/kup-planner/kup-planner.js +51 -33
  101. package/dist/collection/components/kup-probe/kup-probe.js +7 -5
  102. package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +15 -10
  103. package/dist/collection/components/kup-qlik/kup-qlik.js +8 -5
  104. package/dist/collection/components/kup-radio/kup-radio.js +23 -14
  105. package/dist/collection/components/kup-rating/kup-rating.js +17 -11
  106. package/dist/collection/components/kup-snackbar/kup-snackbar.js +26 -16
  107. package/dist/collection/components/kup-spinner/kup-spinner.js +17 -11
  108. package/dist/collection/components/kup-state/mock-store.js +1 -1
  109. package/dist/collection/components/kup-switch/kup-switch.js +22 -14
  110. package/dist/collection/components/kup-tab-bar/kup-tab-bar.js +31 -20
  111. package/dist/collection/components/kup-text-field/kup-text-field.js +40 -24
  112. package/dist/collection/components/kup-time-picker/kup-time-picker.js +47 -29
  113. package/dist/collection/components/kup-tree/kup-tree.js +104 -63
  114. package/dist/collection/f-components/f-button/f-button.js +3 -3
  115. package/dist/collection/f-components/f-cell/f-cell-declarations.js +1 -1
  116. package/dist/collection/f-components/f-cell/f-cell.js +12 -12
  117. package/dist/collection/f-components/f-checkbox/f-checkbox.js +1 -1
  118. package/dist/collection/f-components/f-chip/f-chip.js +5 -5
  119. package/dist/collection/f-components/f-image/f-image.js +3 -3
  120. package/dist/collection/f-components/f-paginator/f-paginator.js +5 -5
  121. package/dist/collection/f-components/f-switch/f-switch.js +1 -1
  122. package/dist/collection/f-components/f-text-field/f-text-field-mdc.js +2 -2
  123. package/dist/collection/f-components/f-text-field/f-text-field.js +2 -2
  124. package/dist/collection/managers/kup-data/kup-data-cell-helper.js +4 -4
  125. package/dist/collection/managers/kup-data/kup-data-column-helper.js +3 -3
  126. package/dist/collection/managers/kup-data/kup-data.js +8 -8
  127. package/dist/collection/managers/kup-dates/kup-dates.js +11 -11
  128. package/dist/collection/managers/kup-debug/kup-debug.js +3 -3
  129. package/dist/collection/managers/kup-dynamic-position/kup-dynamic-position.js +2 -2
  130. package/dist/collection/managers/kup-interact/kup-interact.js +2 -2
  131. package/dist/collection/managers/kup-language/kup-language.js +3 -3
  132. package/dist/collection/managers/kup-manager/kup-manager.js +20 -20
  133. package/dist/collection/managers/kup-math/kup-math-helper.js +1 -1
  134. package/dist/collection/managers/kup-math/kup-math.js +11 -11
  135. package/dist/collection/managers/kup-objects/kup-objects.js +1 -1
  136. package/dist/collection/managers/kup-scroll-on-hover/kup-scroll-on-hover.js +1 -1
  137. package/dist/collection/managers/kup-search/kup-search.js +2 -2
  138. package/dist/collection/managers/kup-theme/kup-theme-declarations.js +1 -1
  139. package/dist/collection/managers/kup-theme/kup-theme.js +15 -15
  140. package/dist/collection/managers/kup-toolbar/kup-toolbar.js +1 -1
  141. package/dist/collection/managers/kup-tooltip/kup-tooltip.js +1 -1
  142. package/dist/collection/utils/cell-utils.js +1 -1
  143. package/dist/collection/utils/filters/filters-column-menu.js +3 -3
  144. package/dist/collection/utils/filters/filters-rows.js +6 -6
  145. package/dist/collection/utils/filters/filters-tree-items.js +4 -4
  146. package/dist/collection/utils/filters/filters.js +3 -3
  147. package/dist/collection/utils/kup-column-menu/kup-column-menu.js +12 -12
  148. package/dist/collection/utils/utils.js +1 -1
  149. package/dist/components/kup-autocomplete2.js +3 -3
  150. package/dist/components/kup-calendar.js +9 -2
  151. package/dist/components/kup-echart2.js +24 -12
  152. package/dist/components/kup-planner.js +20 -12
  153. package/dist/esm/{f-button-3b97025a.js → f-button-e54ce8d5.js} +3 -3
  154. package/dist/esm/{f-cell-ae537010.js → f-cell-4149a05d.js} +6 -6
  155. package/dist/esm/{f-checkbox-91358c27.js → f-checkbox-7b113dd8.js} +1 -1
  156. package/dist/esm/{f-chip-69df7df4.js → f-chip-c3c86f7b.js} +3 -3
  157. package/dist/esm/{f-image-705c1694.js → f-image-adceee49.js} +2 -2
  158. package/dist/esm/{f-paginator-utils-b7009f00.js → f-paginator-utils-e559dac8.js} +4 -4
  159. package/dist/esm/{f-text-field-fa349928.js → f-text-field-aa4497a8.js} +2 -2
  160. package/dist/esm/{f-text-field-mdc-a1b4a919.js → f-text-field-mdc-32a1ffd9.js} +1 -1
  161. package/dist/esm/{index-bb15ce14.js → index-d413187a.js} +5 -11
  162. package/dist/esm/ketchup.js +4 -7
  163. package/dist/esm/kup-accordion.entry.js +5 -5
  164. package/dist/esm/kup-autocomplete_27.entry.js +16 -16
  165. package/dist/esm/kup-box.entry.js +14 -14
  166. package/dist/esm/kup-calendar.entry.js +15 -9
  167. package/dist/esm/kup-cell.entry.js +8 -8
  168. package/dist/esm/kup-dash-list.entry.js +2 -2
  169. package/dist/esm/kup-dash_2.entry.js +3 -3
  170. package/dist/esm/kup-dashboard.entry.js +10 -10
  171. package/dist/esm/kup-drawer.entry.js +3 -3
  172. package/dist/esm/kup-echart.entry.js +27 -15
  173. package/dist/esm/kup-family-tree.entry.js +6 -6
  174. package/dist/esm/kup-iframe.entry.js +2 -2
  175. package/dist/esm/kup-image-list.entry.js +11 -11
  176. package/dist/esm/kup-lazy.entry.js +3 -3
  177. package/dist/esm/kup-magic-box.entry.js +5 -5
  178. package/dist/esm/{kup-manager-bad7bec3.js → kup-manager-a4153fb2.js} +1 -1
  179. package/dist/esm/kup-nav-bar.entry.js +3 -3
  180. package/dist/esm/kup-numeric-picker.entry.js +6 -6
  181. package/dist/esm/kup-photo-frame.entry.js +3 -3
  182. package/dist/esm/kup-planner.entry.js +26 -18
  183. package/dist/esm/kup-probe.entry.js +3 -3
  184. package/dist/esm/kup-qlik.entry.js +2 -2
  185. package/dist/esm/kup-snackbar.entry.js +6 -6
  186. package/dist/esm/loader.js +4 -13
  187. package/dist/ketchup/ketchup.esm.js +1 -1
  188. package/dist/ketchup/{p-a8eccd10.entry.js → p-0848391f.entry.js} +1 -1
  189. package/dist/ketchup/{p-aa373c37.entry.js → p-23d54fb2.entry.js} +1 -1
  190. package/dist/ketchup/{p-e6cf7db3.entry.js → p-25d45dc9.entry.js} +1 -1
  191. package/dist/ketchup/{p-e1f0ade4.entry.js → p-2739b7ac.entry.js} +1 -1
  192. package/dist/ketchup/p-283ca113.entry.js +1 -0
  193. package/dist/ketchup/{p-afa2af1e.js → p-2f0798d3.js} +1 -1
  194. package/dist/ketchup/{p-be89bc7b.entry.js → p-3081ed82.entry.js} +1 -1
  195. package/dist/ketchup/{p-c455cc67.entry.js → p-384137d7.entry.js} +2 -2
  196. package/dist/ketchup/{p-ef21d377.entry.js → p-3972b97c.entry.js} +1 -1
  197. package/dist/ketchup/{p-31da4bae.entry.js → p-3bbcae45.entry.js} +1 -1
  198. package/dist/ketchup/{p-68c5029f.entry.js → p-3c44e838.entry.js} +1 -1
  199. package/dist/ketchup/{p-fefa9ae4.entry.js → p-3d671241.entry.js} +1 -1
  200. package/dist/ketchup/{p-4c79ea53.entry.js → p-44b5c573.entry.js} +1 -1
  201. package/dist/ketchup/{p-82b5fac1.js → p-47752f3b.js} +1 -1
  202. package/dist/ketchup/{p-0b24a2ed.entry.js → p-5ce0e645.entry.js} +1 -1
  203. package/dist/ketchup/{p-55182fcf.js → p-698442ed.js} +1 -1
  204. package/dist/ketchup/{p-fb03f2f5.js → p-6d9ffb32.js} +1 -1
  205. package/dist/ketchup/{p-fd1323da.js → p-7360a410.js} +1 -1
  206. package/dist/ketchup/{p-af50bc6b.entry.js → p-b415fe84.entry.js} +1 -1
  207. package/dist/ketchup/{p-ee39977d.entry.js → p-b623c774.entry.js} +1 -1
  208. package/dist/ketchup/{p-2587abcf.entry.js → p-b8fcbcc9.entry.js} +1 -1
  209. package/dist/ketchup/{p-1ad1cf92.entry.js → p-be864593.entry.js} +2 -2
  210. package/dist/ketchup/{p-15ffcd21.entry.js → p-c0878519.entry.js} +1 -1
  211. package/dist/ketchup/{p-bd21cdea.entry.js → p-c39ddeae.entry.js} +1 -1
  212. package/dist/ketchup/{p-fb0b5466.js → p-d680bdde.js} +1 -1
  213. package/dist/ketchup/{p-3879be61.js → p-d817be2a.js} +1 -1
  214. package/dist/ketchup/{p-bd5ece4c.js → p-e76b646c.js} +1 -1
  215. package/dist/ketchup/{p-7664a38d.entry.js → p-e917200c.entry.js} +2 -2
  216. package/dist/ketchup/{p-b3eeb140.entry.js → p-eec864dd.entry.js} +1 -1
  217. package/dist/ketchup/{p-6c995fb2.entry.js → p-f3c8c1da.entry.js} +1 -1
  218. package/dist/ketchup/{p-68cd7d9a.js → p-f79d544a.js} +1 -1
  219. package/dist/ketchup/p-fd75d5bf.js +2 -0
  220. package/dist/loader/index.d.ts +1 -1
  221. package/dist/types/components/kup-calendar/kup-calendar-declarations.d.ts +2 -1
  222. package/dist/types/components/kup-calendar/kup-calendar.d.ts +5 -0
  223. package/dist/types/components/kup-data-table/kup-data-table-state.d.ts +1 -1
  224. package/dist/types/components.d.ts +10 -0
  225. package/dist/types/stencil-public-runtime.d.ts +1 -1
  226. package/package.json +5 -5
  227. package/dist/esm/polyfills/css-shim.js +0 -1
  228. package/dist/ketchup/p-15e6bfaf.entry.js +0 -1
  229. package/dist/ketchup/p-b5deb573.js +0 -2
  230. /package/dist/cjs/{GenericVariables-9cd88034.js → GenericVariables-1d52ba57.js} +0 -0
  231. /package/dist/cjs/{component-2c7ddef7.js → component-24811409.js} +0 -0
  232. /package/dist/cjs/{f-button-declarations-76b4fb4c.js → f-button-declarations-3fd791a8.js} +0 -0
  233. /package/dist/esm/{GenericVariables-6dfdd433.js → GenericVariables-d8d0541e.js} +0 -0
  234. /package/dist/esm/{component-e86c51ea.js → component-cc25b031.js} +0 -0
  235. /package/dist/esm/{f-button-declarations-fd4965d1.js → f-button-declarations-8a009df1.js} +0 -0
  236. /package/dist/ketchup/{p-6507e9eb.js → p-124f3f42.js} +0 -0
  237. /package/dist/ketchup/{p-ad2e21d2.js → p-635bb4b3.js} +0 -0
  238. /package/dist/ketchup/{p-0fd98ab4.js → p-b00f3575.js} +0 -0
@@ -1,7 +1,7 @@
1
- import { h } from '@stencil/core';
2
- import { FImage } from '../../../f-components/f-image/f-image';
3
- import { KupThemeColorValues } from '../../../managers/kup-theme/kup-theme-declarations';
4
- import { FButton } from '../../../f-components/f-button/f-button';
1
+ import { h } from "@stencil/core";
2
+ import { FImage } from "../../../f-components/f-image/f-image";
3
+ import { KupThemeColorValues } from "../../../managers/kup-theme/kup-theme-declarations";
4
+ import { FButton } from "../../../f-components/f-button/f-button";
5
5
  const dom = document.documentElement;
6
6
  /**
7
7
  * 1st scalable card layout, column of 2 texts.
@@ -1,12 +1,12 @@
1
- import { h } from '@stencil/core';
2
- import { FImage } from '../../../f-components/f-image/f-image';
3
- import { compList } from '../kup-card-helper';
4
- import { KupLanguageColumn, KupLanguageGeneric, } from '../../../managers/kup-language/kup-language-declarations';
5
- import { FChipType } from '../../../f-components/f-chip/f-chip-declarations';
6
- import { KupCardCSSClasses, KupCardIds } from '../kup-card-declarations';
7
- import { KupColumnMenuIds } from '../../../utils/kup-column-menu/kup-column-menu-declarations';
8
- import { KupThemeColorValues } from '../../../managers/kup-theme/kup-theme-declarations';
9
- import { FButtonStyling } from '../../../f-components/f-button/f-button-declarations';
1
+ import { h } from "@stencil/core";
2
+ import { FImage } from "../../../f-components/f-image/f-image";
3
+ import { compList } from "../kup-card-helper";
4
+ import { KupLanguageColumn, KupLanguageGeneric, } from "../../../managers/kup-language/kup-language-declarations";
5
+ import { FChipType } from "../../../f-components/f-chip/f-chip-declarations";
6
+ import { KupCardCSSClasses, KupCardIds } from "../kup-card-declarations";
7
+ import { KupColumnMenuIds } from "../../../utils/kup-column-menu/kup-column-menu-declarations";
8
+ import { KupThemeColorValues } from "../../../managers/kup-theme/kup-theme-declarations";
9
+ import { FButtonStyling } from "../../../f-components/f-button/f-button-declarations";
10
10
  const dom = document.documentElement;
11
11
  /**
12
12
  * 1st standard card layout, inspired by Material Design.
@@ -1,12 +1,12 @@
1
- import { forceUpdate, h, Host, } from '@stencil/core';
2
- import { kupManagerInstance, } from '../../managers/kup-manager/kup-manager';
3
- import { getProps, setProps } from '../../utils/utils';
4
- import { componentWrapperId } from '../../variables/GenericVariables';
5
- import { KupCellProps } from './kup-cell-declarations';
6
- import { FCell } from '../../f-components/f-cell/f-cell';
7
- import { FCellPadding, } from '../../f-components/f-cell/f-cell-declarations';
8
- import { KupDragEffect, } from '../../managers/kup-interact/kup-interact-declarations';
9
- import { KupLanguageGeneric } from '../../managers/kup-language/kup-language-declarations';
1
+ import { forceUpdate, h, Host, } from "@stencil/core";
2
+ import { kupManagerInstance, } from "../../managers/kup-manager/kup-manager";
3
+ import { getProps, setProps } from "../../utils/utils";
4
+ import { componentWrapperId } from "../../variables/GenericVariables";
5
+ import { KupCellProps } from "./kup-cell-declarations";
6
+ import { FCell } from "../../f-components/f-cell/f-cell";
7
+ import { FCellPadding, } from "../../f-components/f-cell/f-cell-declarations";
8
+ import { KupDragEffect, } from "../../managers/kup-interact/kup-interact-declarations";
9
+ import { KupLanguageGeneric } from "../../managers/kup-language/kup-language-declarations";
10
10
  export class KupCell {
11
11
  constructor() {
12
12
  /*-------------------------------------------------*/
@@ -205,7 +205,8 @@ export class KupCell {
205
205
  "references": {
206
206
  "KupDataCell": {
207
207
  "location": "import",
208
- "path": "../../managers/kup-data/kup-data-declarations"
208
+ "path": "../../managers/kup-data/kup-data-declarations",
209
+ "id": "src/managers/kup-data/kup-data-declarations.ts::KupDataCell"
209
210
  }
210
211
  }
211
212
  },
@@ -229,7 +230,8 @@ export class KupCell {
229
230
  "references": {
230
231
  "FCellPadding": {
231
232
  "location": "import",
232
- "path": "../../f-components/f-cell/f-cell-declarations"
233
+ "path": "../../f-components/f-cell/f-cell-declarations",
234
+ "id": "src/f-components/f-cell/f-cell-declarations.ts::FCellPadding"
233
235
  }
234
236
  }
235
237
  },
@@ -280,7 +282,8 @@ export class KupCell {
280
282
  }],
281
283
  "references": {
282
284
  "Promise": {
283
- "location": "global"
285
+ "location": "global",
286
+ "id": "global::Promise"
284
287
  }
285
288
  },
286
289
  "return": "Promise<void>"
@@ -305,11 +308,13 @@ export class KupCell {
305
308
  }],
306
309
  "references": {
307
310
  "Promise": {
308
- "location": "global"
311
+ "location": "global",
312
+ "id": "global::Promise"
309
313
  },
310
314
  "GenericObject": {
311
315
  "location": "import",
312
- "path": "../../types/GenericTypes"
316
+ "path": "../../types/GenericTypes",
317
+ "id": "src/types/GenericTypes.ts::GenericObject"
313
318
  }
314
319
  },
315
320
  "return": "Promise<GenericObject>"
@@ -331,7 +336,8 @@ export class KupCell {
331
336
  "parameters": [],
332
337
  "references": {
333
338
  "Promise": {
334
- "location": "global"
339
+ "location": "global",
340
+ "id": "global::Promise"
335
341
  }
336
342
  },
337
343
  "return": "Promise<void>"
@@ -353,7 +359,8 @@ export class KupCell {
353
359
  }],
354
360
  "references": {
355
361
  "Promise": {
356
- "location": "global"
362
+ "location": "global",
363
+ "id": "global::Promise"
357
364
  }
358
365
  },
359
366
  "return": "Promise<void>"
@@ -378,11 +385,13 @@ export class KupCell {
378
385
  }],
379
386
  "references": {
380
387
  "Promise": {
381
- "location": "global"
388
+ "location": "global",
389
+ "id": "global::Promise"
382
390
  },
383
391
  "GenericObject": {
384
392
  "location": "import",
385
- "path": "../../types/GenericTypes"
393
+ "path": "../../types/GenericTypes",
394
+ "id": "src/types/GenericTypes.ts::GenericObject"
386
395
  }
387
396
  },
388
397
  "return": "Promise<void>"
@@ -1,8 +1,8 @@
1
- import { formatToNumber } from '../../utils/cell-utils';
2
- import { getColumnByName } from '../../utils/cell-utils';
3
- import { KupObjects } from '../../managers/kup-objects/kup-objects';
4
- import { KupDates } from '../../managers/kup-dates/kup-dates';
5
- import { KupDatesNormalize } from '../../managers/kup-dates/kup-dates-declarations';
1
+ import { formatToNumber } from "../../utils/cell-utils";
2
+ import { getColumnByName } from "../../utils/cell-utils";
3
+ import { KupObjects } from "../../managers/kup-objects/kup-objects";
4
+ import { KupDates } from "../../managers/kup-dates/kup-dates";
5
+ import { KupDatesNormalize } from "../../managers/kup-dates/kup-dates-declarations";
6
6
  export function getSerieDecode(serie, series) {
7
7
  if (serie == null || series == null) {
8
8
  return null;
@@ -1,12 +1,12 @@
1
- import { forceUpdate, h, Host, } from '@stencil/core';
2
- import { ChartType, ChartAspect, KupChartProps, } from './kup-chart-declarations';
3
- import { convertColumns, convertRows, getSerieDecode, } from './kup-chart-builder';
4
- import { kupManagerInstance, } from '../../managers/kup-manager/kup-manager';
5
- import { getProps, identify, setProps } from '../../utils/utils';
6
- import { getColumnByName } from '../../utils/cell-utils';
7
- import { KupDebugCategory } from '../../managers/kup-debug/kup-debug-declarations';
8
- import { KupThemeColorValues } from '../../managers/kup-theme/kup-theme-declarations';
9
- import { componentWrapperId } from '../../variables/GenericVariables';
1
+ import { forceUpdate, h, Host, } from "@stencil/core";
2
+ import { ChartType, ChartAspect, KupChartProps, } from "./kup-chart-declarations";
3
+ import { convertColumns, convertRows, getSerieDecode, } from "./kup-chart-builder";
4
+ import { kupManagerInstance, } from "../../managers/kup-manager/kup-manager";
5
+ import { getProps, identify, setProps } from "../../utils/utils";
6
+ import { getColumnByName } from "../../utils/cell-utils";
7
+ import { KupDebugCategory } from "../../managers/kup-debug/kup-debug-declarations";
8
+ import { KupThemeColorValues } from "../../managers/kup-theme/kup-theme-declarations";
9
+ import { componentWrapperId } from "../../variables/GenericVariables";
10
10
  export class KupChart {
11
11
  constructor() {
12
12
  /**
@@ -499,7 +499,8 @@ export class KupChart {
499
499
  "references": {
500
500
  "ChartAspect": {
501
501
  "location": "import",
502
- "path": "./kup-chart-declarations"
502
+ "path": "./kup-chart-declarations",
503
+ "id": "src/components/kup-chart/kup-chart-declarations.ts::ChartAspect"
503
504
  }
504
505
  }
505
506
  },
@@ -544,7 +545,8 @@ export class KupChart {
544
545
  "references": {
545
546
  "ChartTitle": {
546
547
  "location": "import",
547
- "path": "./kup-chart-declarations"
548
+ "path": "./kup-chart-declarations",
549
+ "id": "src/components/kup-chart/kup-chart-declarations.ts::ChartTitle"
548
550
  }
549
551
  }
550
552
  },
@@ -610,7 +612,8 @@ export class KupChart {
610
612
  "references": {
611
613
  "KupDataDataset": {
612
614
  "location": "import",
613
- "path": "../../managers/kup-data/kup-data-declarations"
615
+ "path": "../../managers/kup-data/kup-data-declarations",
616
+ "id": "src/managers/kup-data/kup-data-declarations.ts::KupDataDataset"
614
617
  }
615
618
  }
616
619
  },
@@ -633,7 +636,8 @@ export class KupChart {
633
636
  "references": {
634
637
  "ChartAxis": {
635
638
  "location": "import",
636
- "path": "./kup-chart-declarations"
639
+ "path": "./kup-chart-declarations",
640
+ "id": "src/components/kup-chart/kup-chart-declarations.ts::ChartAxis"
637
641
  }
638
642
  }
639
643
  },
@@ -656,7 +660,8 @@ export class KupChart {
656
660
  "references": {
657
661
  "ChartAxis": {
658
662
  "location": "import",
659
- "path": "./kup-chart-declarations"
663
+ "path": "./kup-chart-declarations",
664
+ "id": "src/components/kup-chart/kup-chart-declarations.ts::ChartAxis"
660
665
  }
661
666
  }
662
667
  },
@@ -697,7 +702,8 @@ export class KupChart {
697
702
  "references": {
698
703
  "ChartOfflineMode": {
699
704
  "location": "import",
700
- "path": "./kup-chart-declarations"
705
+ "path": "./kup-chart-declarations",
706
+ "id": "src/components/kup-chart/kup-chart-declarations.ts::ChartOfflineMode"
701
707
  }
702
708
  }
703
709
  },
@@ -721,7 +727,8 @@ export class KupChart {
721
727
  "references": {
722
728
  "ChartSerie": {
723
729
  "location": "import",
724
- "path": "./kup-chart-declarations"
730
+ "path": "./kup-chart-declarations",
731
+ "id": "src/components/kup-chart/kup-chart-declarations.ts::ChartSerie"
725
732
  }
726
733
  }
727
734
  },
@@ -807,7 +814,8 @@ export class KupChart {
807
814
  "references": {
808
815
  "KupChartSort": {
809
816
  "location": "import",
810
- "path": "./kup-chart-declarations"
817
+ "path": "./kup-chart-declarations",
818
+ "id": "src/components/kup-chart/kup-chart-declarations.ts::KupChartSort"
811
819
  }
812
820
  }
813
821
  },
@@ -849,7 +857,8 @@ export class KupChart {
849
857
  "references": {
850
858
  "ChartType": {
851
859
  "location": "import",
852
- "path": "./kup-chart-declarations"
860
+ "path": "./kup-chart-declarations",
861
+ "id": "src/components/kup-chart/kup-chart-declarations.ts::ChartType"
853
862
  }
854
863
  }
855
864
  },
@@ -873,7 +882,8 @@ export class KupChart {
873
882
  "references": {
874
883
  "ChartAxis": {
875
884
  "location": "import",
876
- "path": "./kup-chart-declarations"
885
+ "path": "./kup-chart-declarations",
886
+ "id": "src/components/kup-chart/kup-chart-declarations.ts::ChartAxis"
877
887
  }
878
888
  }
879
889
  },
@@ -893,7 +903,8 @@ export class KupChart {
893
903
  "references": {
894
904
  "ChartAxis": {
895
905
  "location": "import",
896
- "path": "./kup-chart-declarations"
906
+ "path": "./kup-chart-declarations",
907
+ "id": "src/components/kup-chart/kup-chart-declarations.ts::ChartAxis"
897
908
  }
898
909
  }
899
910
  },
@@ -916,7 +927,8 @@ export class KupChart {
916
927
  "references": {
917
928
  "KupChartTrendlines": {
918
929
  "location": "import",
919
- "path": "./kup-chart-declarations"
930
+ "path": "./kup-chart-declarations",
931
+ "id": "src/components/kup-chart/kup-chart-declarations.ts::KupChartTrendlines"
920
932
  }
921
933
  }
922
934
  },
@@ -967,7 +979,8 @@ export class KupChart {
967
979
  "references": {
968
980
  "KupChartClickEvent": {
969
981
  "location": "import",
970
- "path": "./kup-chart-declarations"
982
+ "path": "./kup-chart-declarations",
983
+ "id": "src/components/kup-chart/kup-chart-declarations.ts::KupChartClickEvent"
971
984
  }
972
985
  }
973
986
  }
@@ -987,11 +1000,13 @@ export class KupChart {
987
1000
  }],
988
1001
  "references": {
989
1002
  "Promise": {
990
- "location": "global"
1003
+ "location": "global",
1004
+ "id": "global::Promise"
991
1005
  },
992
1006
  "GenericObject": {
993
1007
  "location": "import",
994
- "path": "../../types/GenericTypes"
1008
+ "path": "../../types/GenericTypes",
1009
+ "id": "src/types/GenericTypes.ts::GenericObject"
995
1010
  }
996
1011
  },
997
1012
  "return": "Promise<GenericObject>"
@@ -1013,7 +1028,8 @@ export class KupChart {
1013
1028
  "parameters": [],
1014
1029
  "references": {
1015
1030
  "Promise": {
1016
- "location": "global"
1031
+ "location": "global",
1032
+ "id": "global::Promise"
1017
1033
  }
1018
1034
  },
1019
1035
  "return": "Promise<void>"
@@ -1029,7 +1045,8 @@ export class KupChart {
1029
1045
  "parameters": [],
1030
1046
  "references": {
1031
1047
  "Promise": {
1032
- "location": "global"
1048
+ "location": "global",
1049
+ "id": "global::Promise"
1033
1050
  }
1034
1051
  },
1035
1052
  "return": "Promise<void>"
@@ -1051,11 +1068,13 @@ export class KupChart {
1051
1068
  }],
1052
1069
  "references": {
1053
1070
  "Promise": {
1054
- "location": "global"
1071
+ "location": "global",
1072
+ "id": "global::Promise"
1055
1073
  },
1056
1074
  "GenericObject": {
1057
1075
  "location": "import",
1058
- "path": "../../types/GenericTypes"
1076
+ "path": "../../types/GenericTypes",
1077
+ "id": "src/types/GenericTypes.ts::GenericObject"
1059
1078
  }
1060
1079
  },
1061
1080
  "return": "Promise<void>"
@@ -1,9 +1,9 @@
1
- import { forceUpdate, h, Host, } from '@stencil/core';
2
- import { kupManagerInstance, } from '../../managers/kup-manager/kup-manager';
3
- import { FCheckbox } from '../../f-components/f-checkbox/f-checkbox';
4
- import { KupCheckboxProps, } from './kup-checkbox-declarations';
5
- import { getProps, setProps } from '../../utils/utils';
6
- import { componentWrapperId } from '../../variables/GenericVariables';
1
+ import { forceUpdate, h, Host, } from "@stencil/core";
2
+ import { kupManagerInstance, } from "../../managers/kup-manager/kup-manager";
3
+ import { FCheckbox } from "../../f-components/f-checkbox/f-checkbox";
4
+ import { KupCheckboxProps, } from "./kup-checkbox-declarations";
5
+ import { getProps, setProps } from "../../utils/utils";
6
+ import { componentWrapperId } from "../../variables/GenericVariables";
7
7
  export class KupCheckbox {
8
8
  constructor() {
9
9
  /*-------------------------------------------------*/
@@ -302,7 +302,8 @@ export class KupCheckbox {
302
302
  "references": {
303
303
  "KupCheckboxEventPayload": {
304
304
  "location": "import",
305
- "path": "./kup-checkbox-declarations"
305
+ "path": "./kup-checkbox-declarations",
306
+ "id": "src/components/kup-checkbox/kup-checkbox-declarations.ts::KupCheckboxEventPayload"
306
307
  }
307
308
  }
308
309
  }
@@ -322,7 +323,8 @@ export class KupCheckbox {
322
323
  "references": {
323
324
  "KupCheckboxEventPayload": {
324
325
  "location": "import",
325
- "path": "./kup-checkbox-declarations"
326
+ "path": "./kup-checkbox-declarations",
327
+ "id": "src/components/kup-checkbox/kup-checkbox-declarations.ts::KupCheckboxEventPayload"
326
328
  }
327
329
  }
328
330
  }
@@ -342,7 +344,8 @@ export class KupCheckbox {
342
344
  "references": {
343
345
  "KupCheckboxEventPayload": {
344
346
  "location": "import",
345
- "path": "./kup-checkbox-declarations"
347
+ "path": "./kup-checkbox-declarations",
348
+ "id": "src/components/kup-checkbox/kup-checkbox-declarations.ts::KupCheckboxEventPayload"
346
349
  }
347
350
  }
348
351
  }
@@ -362,11 +365,13 @@ export class KupCheckbox {
362
365
  }],
363
366
  "references": {
364
367
  "Promise": {
365
- "location": "global"
368
+ "location": "global",
369
+ "id": "global::Promise"
366
370
  },
367
371
  "GenericObject": {
368
372
  "location": "import",
369
- "path": "../../types/GenericTypes"
373
+ "path": "../../types/GenericTypes",
374
+ "id": "src/types/GenericTypes.ts::GenericObject"
370
375
  }
371
376
  },
372
377
  "return": "Promise<GenericObject>"
@@ -388,7 +393,8 @@ export class KupCheckbox {
388
393
  "parameters": [],
389
394
  "references": {
390
395
  "Promise": {
391
- "location": "global"
396
+ "location": "global",
397
+ "id": "global::Promise"
392
398
  }
393
399
  },
394
400
  "return": "Promise<void>"
@@ -410,11 +416,13 @@ export class KupCheckbox {
410
416
  }],
411
417
  "references": {
412
418
  "Promise": {
413
- "location": "global"
419
+ "location": "global",
420
+ "id": "global::Promise"
414
421
  },
415
422
  "GenericObject": {
416
423
  "location": "import",
417
- "path": "../../types/GenericTypes"
424
+ "path": "../../types/GenericTypes",
425
+ "id": "src/types/GenericTypes.ts::GenericObject"
418
426
  }
419
427
  },
420
428
  "return": "Promise<void>"
@@ -6,14 +6,14 @@ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (
6
6
  return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
7
7
  };
8
8
  var _KupChip_instances, _KupChip_changeHandler, _KupChip_stringifiedValues;
9
- import { forceUpdate, h, Host, } from '@stencil/core';
10
- import { kupManagerInstance, } from '../../managers/kup-manager/kup-manager';
11
- import { FChip } from '../../f-components/f-chip/f-chip';
12
- import { FChipType, } from '../../f-components/f-chip/f-chip-declarations';
13
- import { KupChipProps, } from './kup-chip-declarations';
14
- import { KupDebugCategory } from '../../managers/kup-debug/kup-debug-declarations';
15
- import { getProps, setProps } from '../../utils/utils';
16
- import { componentWrapperId } from '../../variables/GenericVariables';
9
+ import { forceUpdate, h, Host, } from "@stencil/core";
10
+ import { kupManagerInstance, } from "../../managers/kup-manager/kup-manager";
11
+ import { FChip } from "../../f-components/f-chip/f-chip";
12
+ import { FChipType, } from "../../f-components/f-chip/f-chip-declarations";
13
+ import { KupChipProps, } from "./kup-chip-declarations";
14
+ import { KupDebugCategory } from "../../managers/kup-debug/kup-debug-declarations";
15
+ import { getProps, setProps } from "../../utils/utils";
16
+ import { componentWrapperId } from "../../variables/GenericVariables";
17
17
  export class KupChip {
18
18
  constructor() {
19
19
  _KupChip_instances.add(this);
@@ -243,7 +243,8 @@ export class KupChip {
243
243
  "references": {
244
244
  "KupChipNode": {
245
245
  "location": "import",
246
- "path": "./kup-chip-declarations"
246
+ "path": "./kup-chip-declarations",
247
+ "id": "src/components/kup-chip/kup-chip-declarations.ts::KupChipNode"
247
248
  }
248
249
  }
249
250
  },
@@ -309,7 +310,8 @@ export class KupChip {
309
310
  "references": {
310
311
  "FChipType": {
311
312
  "location": "import",
312
- "path": "../../f-components/f-chip/f-chip-declarations"
313
+ "path": "../../f-components/f-chip/f-chip-declarations",
314
+ "id": "src/f-components/f-chip/f-chip-declarations.ts::FChipType"
313
315
  }
314
316
  }
315
317
  },
@@ -345,7 +347,8 @@ export class KupChip {
345
347
  "references": {
346
348
  "KupChipEventPayload": {
347
349
  "location": "import",
348
- "path": "./kup-chip-declarations"
350
+ "path": "./kup-chip-declarations",
351
+ "id": "src/components/kup-chip/kup-chip-declarations.ts::KupChipEventPayload"
349
352
  }
350
353
  }
351
354
  }
@@ -365,7 +368,8 @@ export class KupChip {
365
368
  "references": {
366
369
  "KupChipChangeEventPayload": {
367
370
  "location": "import",
368
- "path": "./kup-chip-declarations"
371
+ "path": "./kup-chip-declarations",
372
+ "id": "src/components/kup-chip/kup-chip-declarations.ts::KupChipChangeEventPayload"
369
373
  }
370
374
  }
371
375
  }
@@ -385,7 +389,8 @@ export class KupChip {
385
389
  "references": {
386
390
  "KupChipEventPayload": {
387
391
  "location": "import",
388
- "path": "./kup-chip-declarations"
392
+ "path": "./kup-chip-declarations",
393
+ "id": "src/components/kup-chip/kup-chip-declarations.ts::KupChipEventPayload"
389
394
  }
390
395
  }
391
396
  }
@@ -405,7 +410,8 @@ export class KupChip {
405
410
  "references": {
406
411
  "KupChipEventPayload": {
407
412
  "location": "import",
408
- "path": "./kup-chip-declarations"
413
+ "path": "./kup-chip-declarations",
414
+ "id": "src/components/kup-chip/kup-chip-declarations.ts::KupChipEventPayload"
409
415
  }
410
416
  }
411
417
  }
@@ -425,7 +431,8 @@ export class KupChip {
425
431
  "references": {
426
432
  "KupChipEventPayload": {
427
433
  "location": "import",
428
- "path": "./kup-chip-declarations"
434
+ "path": "./kup-chip-declarations",
435
+ "id": "src/components/kup-chip/kup-chip-declarations.ts::KupChipEventPayload"
429
436
  }
430
437
  }
431
438
  }
@@ -445,11 +452,13 @@ export class KupChip {
445
452
  }],
446
453
  "references": {
447
454
  "Promise": {
448
- "location": "global"
455
+ "location": "global",
456
+ "id": "global::Promise"
449
457
  },
450
458
  "GenericObject": {
451
459
  "location": "import",
452
- "path": "../../types/GenericTypes"
460
+ "path": "../../types/GenericTypes",
461
+ "id": "src/types/GenericTypes.ts::GenericObject"
453
462
  }
454
463
  },
455
464
  "return": "Promise<GenericObject>"
@@ -471,7 +480,8 @@ export class KupChip {
471
480
  "parameters": [],
472
481
  "references": {
473
482
  "Promise": {
474
- "location": "global"
483
+ "location": "global",
484
+ "id": "global::Promise"
475
485
  }
476
486
  },
477
487
  "return": "Promise<void>"
@@ -493,11 +503,13 @@ export class KupChip {
493
503
  }],
494
504
  "references": {
495
505
  "Promise": {
496
- "location": "global"
506
+ "location": "global",
507
+ "id": "global::Promise"
497
508
  },
498
509
  "GenericObject": {
499
510
  "location": "import",
500
- "path": "../../types/GenericTypes"
511
+ "path": "../../types/GenericTypes",
512
+ "id": "src/types/GenericTypes.ts::GenericObject"
501
513
  }
502
514
  },
503
515
  "return": "Promise<void>"