@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,8 +1,8 @@
1
- import { forceUpdate, h, Host, } from '@stencil/core';
2
- import { KupDebugCategory } from '../../managers/kup-debug/kup-debug-declarations';
3
- import { kupManagerInstance, } from '../../managers/kup-manager/kup-manager';
4
- import { getProps, setProps } from '../../utils/utils';
5
- import { KupIframeProps } from './kup-iframe-declarations';
1
+ import { forceUpdate, h, Host, } from "@stencil/core";
2
+ import { KupDebugCategory } from "../../managers/kup-debug/kup-debug-declarations";
3
+ import { kupManagerInstance, } from "../../managers/kup-manager/kup-manager";
4
+ import { getProps, setProps } from "../../utils/utils";
5
+ import { KupIframeProps } from "./kup-iframe-declarations";
6
6
  export class KupIframe {
7
7
  constructor() {
8
8
  /*-------------------------------------------------*/
@@ -103,7 +103,8 @@ export class KupIframe {
103
103
  "resolved": "Object",
104
104
  "references": {
105
105
  "Object": {
106
- "location": "global"
106
+ "location": "global",
107
+ "id": "global::Object"
107
108
  }
108
109
  }
109
110
  },
@@ -170,7 +171,8 @@ export class KupIframe {
170
171
  "references": {
171
172
  "KupEventPayload": {
172
173
  "location": "import",
173
- "path": "../../types/GenericTypes"
174
+ "path": "../../types/GenericTypes",
175
+ "id": "src/types/GenericTypes.ts::KupEventPayload"
174
176
  }
175
177
  }
176
178
  }
@@ -190,7 +192,8 @@ export class KupIframe {
190
192
  "references": {
191
193
  "KupEventPayload": {
192
194
  "location": "import",
193
- "path": "../../types/GenericTypes"
195
+ "path": "../../types/GenericTypes",
196
+ "id": "src/types/GenericTypes.ts::KupEventPayload"
194
197
  }
195
198
  }
196
199
  }
@@ -210,11 +213,13 @@ export class KupIframe {
210
213
  }],
211
214
  "references": {
212
215
  "Promise": {
213
- "location": "global"
216
+ "location": "global",
217
+ "id": "global::Promise"
214
218
  },
215
219
  "GenericObject": {
216
220
  "location": "import",
217
- "path": "../../types/GenericTypes"
221
+ "path": "../../types/GenericTypes",
222
+ "id": "src/types/GenericTypes.ts::GenericObject"
218
223
  }
219
224
  },
220
225
  "return": "Promise<GenericObject>"
@@ -236,7 +241,8 @@ export class KupIframe {
236
241
  "parameters": [],
237
242
  "references": {
238
243
  "Promise": {
239
- "location": "global"
244
+ "location": "global",
245
+ "id": "global::Promise"
240
246
  }
241
247
  },
242
248
  "return": "Promise<void>"
@@ -258,11 +264,13 @@ export class KupIframe {
258
264
  }],
259
265
  "references": {
260
266
  "Promise": {
261
- "location": "global"
267
+ "location": "global",
268
+ "id": "global::Promise"
262
269
  },
263
270
  "GenericObject": {
264
271
  "location": "import",
265
- "path": "../../types/GenericTypes"
272
+ "path": "../../types/GenericTypes",
273
+ "id": "src/types/GenericTypes.ts::GenericObject"
266
274
  }
267
275
  },
268
276
  "return": "Promise<void>"
@@ -1,4 +1,4 @@
1
- import { getColorFromString } from './kup-image-canvas-helper';
1
+ import { getColorFromString } from "./kup-image-canvas-helper";
2
2
  export class GraphicElement {
3
3
  constructor() {
4
4
  this.width = 100.0;
@@ -1,4 +1,4 @@
1
- import { Color } from './kup-image-canvas-declarations';
1
+ import { Color } from "./kup-image-canvas-declarations";
2
2
  export function getColorFromString(rgb) {
3
3
  const rIndex = rgb.indexOf('R');
4
4
  const gIndex = rgb.indexOf('G');
@@ -1,5 +1,5 @@
1
- import { GraphicElement, Color } from './kup-image-canvas-declarations';
2
- import { getColorFromString } from './kup-image-canvas-helper';
1
+ import { GraphicElement, Color } from "./kup-image-canvas-declarations";
2
+ import { getColorFromString } from "./kup-image-canvas-helper";
3
3
  export class imageCanvas {
4
4
  constructor() {
5
5
  this.graphic_element_marker_splitter = '\\\\';
@@ -1,12 +1,12 @@
1
- import { forceUpdate, h, Host, } from '@stencil/core';
2
- import { kupManagerInstance, } from '../../managers/kup-manager/kup-manager';
3
- import { imageCanvas } from './canvas/kup-image-canvas';
4
- import { FImage } from '../../f-components/f-image/f-image';
5
- import { KupImageProps, } from './kup-image-declarations';
6
- import { KupDebugCategory } from '../../managers/kup-debug/kup-debug-declarations';
7
- import { KupThemeColorValues } from '../../managers/kup-theme/kup-theme-declarations';
8
- import { getProps, setProps } from '../../utils/utils';
9
- import { componentWrapperId } from '../../variables/GenericVariables';
1
+ import { forceUpdate, h, Host, } from "@stencil/core";
2
+ import { kupManagerInstance, } from "../../managers/kup-manager/kup-manager";
3
+ import { imageCanvas } from "./canvas/kup-image-canvas";
4
+ import { FImage } from "../../f-components/f-image/f-image";
5
+ import { KupImageProps, } from "./kup-image-declarations";
6
+ import { KupDebugCategory } from "../../managers/kup-debug/kup-debug-declarations";
7
+ import { KupThemeColorValues } from "../../managers/kup-theme/kup-theme-declarations";
8
+ import { getProps, setProps } from "../../utils/utils";
9
+ import { componentWrapperId } from "../../variables/GenericVariables";
10
10
  export class KupImage {
11
11
  constructor() {
12
12
  /**
@@ -172,7 +172,8 @@ export class KupImage {
172
172
  "references": {
173
173
  "KupBadge": {
174
174
  "location": "import",
175
- "path": "../kup-badge/kup-badge"
175
+ "path": "../kup-badge/kup-badge",
176
+ "id": "src/components/kup-badge/kup-badge.tsx::KupBadge"
176
177
  }
177
178
  }
178
179
  },
@@ -241,7 +242,8 @@ export class KupImage {
241
242
  "references": {
242
243
  "FImageData": {
243
244
  "location": "import",
244
- "path": "../../f-components/f-image/f-image-declarations"
245
+ "path": "../../f-components/f-image/f-image-declarations",
246
+ "id": "src/f-components/f-image/f-image-declarations.ts::FImageData"
245
247
  }
246
248
  }
247
249
  },
@@ -380,7 +382,8 @@ export class KupImage {
380
382
  "references": {
381
383
  "KupImageClickEventPayload": {
382
384
  "location": "import",
383
- "path": "./kup-image-declarations"
385
+ "path": "./kup-image-declarations",
386
+ "id": "src/components/kup-image/kup-image-declarations.ts::KupImageClickEventPayload"
384
387
  }
385
388
  }
386
389
  }
@@ -400,7 +403,8 @@ export class KupImage {
400
403
  "references": {
401
404
  "KupImageClickEventPayload": {
402
405
  "location": "import",
403
- "path": "./kup-image-declarations"
406
+ "path": "./kup-image-declarations",
407
+ "id": "src/components/kup-image/kup-image-declarations.ts::KupImageClickEventPayload"
404
408
  }
405
409
  }
406
410
  }
@@ -420,11 +424,13 @@ export class KupImage {
420
424
  }],
421
425
  "references": {
422
426
  "Promise": {
423
- "location": "global"
427
+ "location": "global",
428
+ "id": "global::Promise"
424
429
  },
425
430
  "GenericObject": {
426
431
  "location": "import",
427
- "path": "../../types/GenericTypes"
432
+ "path": "../../types/GenericTypes",
433
+ "id": "src/types/GenericTypes.ts::GenericObject"
428
434
  }
429
435
  },
430
436
  "return": "Promise<GenericObject>"
@@ -446,7 +452,8 @@ export class KupImage {
446
452
  "parameters": [],
447
453
  "references": {
448
454
  "Promise": {
449
- "location": "global"
455
+ "location": "global",
456
+ "id": "global::Promise"
450
457
  }
451
458
  },
452
459
  "return": "Promise<void>"
@@ -468,11 +475,13 @@ export class KupImage {
468
475
  }],
469
476
  "references": {
470
477
  "Promise": {
471
- "location": "global"
478
+ "location": "global",
479
+ "id": "global::Promise"
472
480
  },
473
481
  "GenericObject": {
474
482
  "location": "import",
475
- "path": "../../types/GenericTypes"
483
+ "path": "../../types/GenericTypes",
484
+ "id": "src/types/GenericTypes.ts::GenericObject"
476
485
  }
477
486
  },
478
487
  "return": "Promise<void>"
@@ -15,19 +15,19 @@ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (
15
15
  return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
16
16
  };
17
17
  var _KupImageList_instances, _KupImageList_clickTimeout, _KupImageList_kupManager, _KupImageList_backProps, _KupImageList_topProps, _KupImageList_createItem, _KupImageList_createList;
18
- import { forceUpdate, h, Host, } from '@stencil/core';
19
- import { MDCRipple } from '@material/ripple';
20
- import { kupManagerInstance, } from '../../managers/kup-manager/kup-manager';
21
- import { KupImageListProps, } from './kup-image-list-declarations';
22
- import { getProps, setProps } from '../../utils/utils';
23
- import { componentWrapperId } from '../../variables/GenericVariables';
24
- import { FImage } from '../../f-components/f-image/f-image';
25
- import { FButton } from '../../f-components/f-button/f-button';
26
- import { FButtonStyling, } from '../../f-components/f-button/f-button-declarations';
27
- import { KupLanguageGeneric } from '../../managers/kup-language/kup-language-declarations';
28
- import { FCell } from '../../f-components/f-cell/f-cell';
29
- import { FCellPadding } from '../../f-components/f-cell/f-cell-declarations';
30
- import { KupImageListState } from './kup-image-list-state';
18
+ import { forceUpdate, h, Host, } from "@stencil/core";
19
+ import { MDCRipple } from "@material/ripple";
20
+ import { kupManagerInstance, } from "../../managers/kup-manager/kup-manager";
21
+ import { KupImageListProps, } from "./kup-image-list-declarations";
22
+ import { getProps, setProps } from "../../utils/utils";
23
+ import { componentWrapperId } from "../../variables/GenericVariables";
24
+ import { FImage } from "../../f-components/f-image/f-image";
25
+ import { FButton } from "../../f-components/f-button/f-button";
26
+ import { FButtonStyling, } from "../../f-components/f-button/f-button-declarations";
27
+ import { KupLanguageGeneric } from "../../managers/kup-language/kup-language-declarations";
28
+ import { FCell } from "../../f-components/f-cell/f-cell";
29
+ import { FCellPadding } from "../../f-components/f-cell/f-cell-declarations";
30
+ import { KupImageListState } from "./kup-image-list-state";
31
31
  export class KupImageList {
32
32
  constructor() {
33
33
  _KupImageList_instances.add(this);
@@ -250,7 +250,8 @@ export class KupImageList {
250
250
  "references": {
251
251
  "KupDataNode": {
252
252
  "location": "import",
253
- "path": "../../managers/kup-data/kup-data-declarations"
253
+ "path": "../../managers/kup-data/kup-data-declarations",
254
+ "id": "src/managers/kup-data/kup-data-declarations.ts::KupDataNode"
254
255
  }
255
256
  }
256
257
  },
@@ -295,7 +296,8 @@ export class KupImageList {
295
296
  "references": {
296
297
  "TreeNodePath": {
297
298
  "location": "import",
298
- "path": "../kup-tree/kup-tree-declarations"
299
+ "path": "../kup-tree/kup-tree-declarations",
300
+ "id": "src/components/kup-tree/kup-tree-declarations.ts::TreeNodePath"
299
301
  }
300
302
  }
301
303
  },
@@ -334,7 +336,8 @@ export class KupImageList {
334
336
  "references": {
335
337
  "KupStore": {
336
338
  "location": "import",
337
- "path": "../kup-state/kup-store"
339
+ "path": "../kup-state/kup-store",
340
+ "id": "src/components/kup-state/kup-store.ts::KupStore"
338
341
  }
339
342
  }
340
343
  },
@@ -370,7 +373,8 @@ export class KupImageList {
370
373
  "references": {
371
374
  "KupImageListEventPayload": {
372
375
  "location": "import",
373
- "path": "./kup-image-list-declarations"
376
+ "path": "./kup-image-list-declarations",
377
+ "id": "src/components/kup-image-list/kup-image-list-declarations.ts::KupImageListEventPayload"
374
378
  }
375
379
  }
376
380
  }
@@ -390,7 +394,8 @@ export class KupImageList {
390
394
  "references": {
391
395
  "KupImageListEventPayload": {
392
396
  "location": "import",
393
- "path": "./kup-image-list-declarations"
397
+ "path": "./kup-image-list-declarations",
398
+ "id": "src/components/kup-image-list/kup-image-list-declarations.ts::KupImageListEventPayload"
394
399
  }
395
400
  }
396
401
  }
@@ -410,7 +415,8 @@ export class KupImageList {
410
415
  "references": {
411
416
  "KupImageListEventPayload": {
412
417
  "location": "import",
413
- "path": "./kup-image-list-declarations"
418
+ "path": "./kup-image-list-declarations",
419
+ "id": "src/components/kup-image-list/kup-image-list-declarations.ts::KupImageListEventPayload"
414
420
  }
415
421
  }
416
422
  }
@@ -430,11 +436,13 @@ export class KupImageList {
430
436
  }],
431
437
  "references": {
432
438
  "Promise": {
433
- "location": "global"
439
+ "location": "global",
440
+ "id": "global::Promise"
434
441
  },
435
442
  "GenericObject": {
436
443
  "location": "import",
437
- "path": "../../types/GenericTypes"
444
+ "path": "../../types/GenericTypes",
445
+ "id": "src/types/GenericTypes.ts::GenericObject"
438
446
  }
439
447
  },
440
448
  "return": "Promise<GenericObject>"
@@ -456,7 +464,8 @@ export class KupImageList {
456
464
  "parameters": [],
457
465
  "references": {
458
466
  "Promise": {
459
- "location": "global"
467
+ "location": "global",
468
+ "id": "global::Promise"
460
469
  }
461
470
  },
462
471
  "return": "Promise<void>"
@@ -478,11 +487,13 @@ export class KupImageList {
478
487
  }],
479
488
  "references": {
480
489
  "Promise": {
481
- "location": "global"
490
+ "location": "global",
491
+ "id": "global::Promise"
482
492
  },
483
493
  "GenericObject": {
484
494
  "location": "import",
485
- "path": "../../types/GenericTypes"
495
+ "path": "../../types/GenericTypes",
496
+ "id": "src/types/GenericTypes.ts::GenericObject"
486
497
  }
487
498
  },
488
499
  "return": "Promise<void>"
@@ -1,8 +1,8 @@
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 { KupLazyProps, KupLazyRender } from './kup-lazy-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 { KupLazyProps, KupLazyRender } from "./kup-lazy-declarations";
6
6
  export class KupLazy {
7
7
  constructor() {
8
8
  /*-------------------------------------------------*/
@@ -231,7 +231,8 @@ export class KupLazy {
231
231
  "references": {
232
232
  "GenericObject": {
233
233
  "location": "import",
234
- "path": "../../types/GenericTypes"
234
+ "path": "../../types/GenericTypes",
235
+ "id": "src/types/GenericTypes.ts::GenericObject"
235
236
  }
236
237
  }
237
238
  },
@@ -255,7 +256,8 @@ export class KupLazy {
255
256
  "references": {
256
257
  "KupLazyRender": {
257
258
  "location": "import",
258
- "path": "./kup-lazy-declarations"
259
+ "path": "./kup-lazy-declarations",
260
+ "id": "src/components/kup-lazy/kup-lazy-declarations.ts::KupLazyRender"
259
261
  }
260
262
  }
261
263
  },
@@ -317,7 +319,8 @@ export class KupLazy {
317
319
  "references": {
318
320
  "KupEventPayload": {
319
321
  "location": "import",
320
- "path": "../../types/GenericTypes"
322
+ "path": "../../types/GenericTypes",
323
+ "id": "src/types/GenericTypes.ts::KupEventPayload"
321
324
  }
322
325
  }
323
326
  }
@@ -337,11 +340,13 @@ export class KupLazy {
337
340
  }],
338
341
  "references": {
339
342
  "Promise": {
340
- "location": "global"
343
+ "location": "global",
344
+ "id": "global::Promise"
341
345
  },
342
346
  "GenericObject": {
343
347
  "location": "import",
344
- "path": "../../types/GenericTypes"
348
+ "path": "../../types/GenericTypes",
349
+ "id": "src/types/GenericTypes.ts::GenericObject"
345
350
  }
346
351
  },
347
352
  "return": "Promise<GenericObject>"
@@ -363,10 +368,12 @@ export class KupLazy {
363
368
  "parameters": [],
364
369
  "references": {
365
370
  "Promise": {
366
- "location": "global"
371
+ "location": "global",
372
+ "id": "global::Promise"
367
373
  },
368
374
  "HTMLElement": {
369
- "location": "global"
375
+ "location": "global",
376
+ "id": "global::HTMLElement"
370
377
  }
371
378
  },
372
379
  "return": "Promise<HTMLElement>"
@@ -385,7 +392,8 @@ export class KupLazy {
385
392
  "parameters": [],
386
393
  "references": {
387
394
  "Promise": {
388
- "location": "global"
395
+ "location": "global",
396
+ "id": "global::Promise"
389
397
  }
390
398
  },
391
399
  "return": "Promise<void>"
@@ -407,11 +415,13 @@ export class KupLazy {
407
415
  }],
408
416
  "references": {
409
417
  "Promise": {
410
- "location": "global"
418
+ "location": "global",
419
+ "id": "global::Promise"
411
420
  },
412
421
  "GenericObject": {
413
422
  "location": "import",
414
- "path": "../../types/GenericTypes"
423
+ "path": "../../types/GenericTypes",
424
+ "id": "src/types/GenericTypes.ts::GenericObject"
415
425
  }
416
426
  },
417
427
  "return": "Promise<void>"
@@ -1,4 +1,4 @@
1
- import { ItemsDisplayMode, } from './kup-list-declarations';
1
+ import { ItemsDisplayMode, } from "./kup-list-declarations";
2
2
  export function getIdOfItemByDisplayMode(item, mode, separator) {
3
3
  if (mode == ItemsDisplayMode.CODE) {
4
4
  return item.id;
@@ -15,15 +15,15 @@ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (
15
15
  return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
16
16
  };
17
17
  var _KupList_instances, _KupList_kupManager, _KupList_radios, _KupList_listItems, _KupList_handleSelection, _KupList_isNested, _KupList_renderListItem, _KupList_getIconTag, _KupList_isMultiSelection, _KupList_isCheckBoxRule, _KupList_isRadioButtonRule, _KupList_isListBoxRule, _KupList_checkRoleType, _KupList_itemCompliant;
18
- import { forceUpdate, h, Host, } from '@stencil/core';
19
- import { KupListProps, KupListRole, } from './kup-list-declarations';
20
- import { ItemsDisplayMode } from './kup-list-declarations';
21
- import { getIdOfItemByDisplayMode } from './kup-list-helper';
22
- import { kupManagerInstance, } from '../../managers/kup-manager/kup-manager';
23
- import { FImage } from '../../f-components/f-image/f-image';
24
- import { KupThemeColorValues } from '../../managers/kup-theme/kup-theme-declarations';
25
- import { getProps, setProps } from '../../utils/utils';
26
- import { FCheckbox } from '../../f-components/f-checkbox/f-checkbox';
18
+ import { forceUpdate, h, Host, } from "@stencil/core";
19
+ import { KupListProps, KupListRole, } from "./kup-list-declarations";
20
+ import { ItemsDisplayMode } from "./kup-list-declarations";
21
+ import { getIdOfItemByDisplayMode } from "./kup-list-helper";
22
+ import { kupManagerInstance, } from "../../managers/kup-manager/kup-manager";
23
+ import { FImage } from "../../f-components/f-image/f-image";
24
+ import { KupThemeColorValues } from "../../managers/kup-theme/kup-theme-declarations";
25
+ import { getProps, setProps } from "../../utils/utils";
26
+ import { FCheckbox } from "../../f-components/f-checkbox/f-checkbox";
27
27
  export class KupList {
28
28
  constructor() {
29
29
  _KupList_instances.add(this);
@@ -297,7 +297,8 @@ export class KupList {
297
297
  "references": {
298
298
  "KupListNode": {
299
299
  "location": "import",
300
- "path": "./kup-list-declarations"
300
+ "path": "./kup-list-declarations",
301
+ "id": "src/components/kup-list/kup-list-declarations.ts::KupListNode"
301
302
  }
302
303
  }
303
304
  },
@@ -321,7 +322,8 @@ export class KupList {
321
322
  "references": {
322
323
  "ItemsDisplayMode": {
323
324
  "location": "import",
324
- "path": "./kup-list-declarations"
325
+ "path": "./kup-list-declarations",
326
+ "id": "src/components/kup-list/kup-list-declarations.ts::ItemsDisplayMode"
325
327
  }
326
328
  }
327
329
  },
@@ -452,7 +454,8 @@ export class KupList {
452
454
  "references": {
453
455
  "KupListRole": {
454
456
  "location": "import",
455
- "path": "./kup-list-declarations"
457
+ "path": "./kup-list-declarations",
458
+ "id": "src/components/kup-list/kup-list-declarations.ts::KupListRole"
456
459
  }
457
460
  }
458
461
  },
@@ -557,7 +560,8 @@ export class KupList {
557
560
  "references": {
558
561
  "KupEventPayload": {
559
562
  "location": "import",
560
- "path": "../../types/GenericTypes"
563
+ "path": "../../types/GenericTypes",
564
+ "id": "src/types/GenericTypes.ts::KupEventPayload"
561
565
  }
562
566
  }
563
567
  }
@@ -577,7 +581,8 @@ export class KupList {
577
581
  "references": {
578
582
  "KupEventPayload": {
579
583
  "location": "import",
580
- "path": "../../types/GenericTypes"
584
+ "path": "../../types/GenericTypes",
585
+ "id": "src/types/GenericTypes.ts::KupEventPayload"
581
586
  }
582
587
  }
583
588
  }
@@ -597,7 +602,8 @@ export class KupList {
597
602
  "references": {
598
603
  "KupListEventPayload": {
599
604
  "location": "import",
600
- "path": "./kup-list-declarations"
605
+ "path": "./kup-list-declarations",
606
+ "id": "src/components/kup-list/kup-list-declarations.ts::KupListEventPayload"
601
607
  }
602
608
  }
603
609
  }
@@ -611,11 +617,13 @@ export class KupList {
611
617
  "parameters": [],
612
618
  "references": {
613
619
  "Promise": {
614
- "location": "global"
620
+ "location": "global",
621
+ "id": "global::Promise"
615
622
  },
616
623
  "KupListNode": {
617
624
  "location": "import",
618
- "path": "./kup-list-declarations"
625
+ "path": "./kup-list-declarations",
626
+ "id": "src/components/kup-list/kup-list-declarations.ts::KupListNode"
619
627
  }
620
628
  },
621
629
  "return": "Promise<void>"
@@ -631,11 +639,13 @@ export class KupList {
631
639
  "parameters": [],
632
640
  "references": {
633
641
  "Promise": {
634
- "location": "global"
642
+ "location": "global",
643
+ "id": "global::Promise"
635
644
  },
636
645
  "KupListNode": {
637
646
  "location": "import",
638
- "path": "./kup-list-declarations"
647
+ "path": "./kup-list-declarations",
648
+ "id": "src/components/kup-list/kup-list-declarations.ts::KupListNode"
639
649
  }
640
650
  },
641
651
  "return": "Promise<void>"
@@ -657,11 +667,13 @@ export class KupList {
657
667
  }],
658
668
  "references": {
659
669
  "Promise": {
660
- "location": "global"
670
+ "location": "global",
671
+ "id": "global::Promise"
661
672
  },
662
673
  "GenericObject": {
663
674
  "location": "import",
664
- "path": "../../types/GenericTypes"
675
+ "path": "../../types/GenericTypes",
676
+ "id": "src/types/GenericTypes.ts::GenericObject"
665
677
  }
666
678
  },
667
679
  "return": "Promise<GenericObject>"
@@ -683,11 +695,13 @@ export class KupList {
683
695
  "parameters": [],
684
696
  "references": {
685
697
  "Promise": {
686
- "location": "global"
698
+ "location": "global",
699
+ "id": "global::Promise"
687
700
  },
688
701
  "KupListNode": {
689
702
  "location": "import",
690
- "path": "./kup-list-declarations"
703
+ "path": "./kup-list-declarations",
704
+ "id": "src/components/kup-list/kup-list-declarations.ts::KupListNode"
691
705
  }
692
706
  },
693
707
  "return": "Promise<KupListNode[]>"
@@ -706,7 +720,8 @@ export class KupList {
706
720
  "parameters": [],
707
721
  "references": {
708
722
  "Promise": {
709
- "location": "global"
723
+ "location": "global",
724
+ "id": "global::Promise"
710
725
  }
711
726
  },
712
727
  "return": "Promise<void>"
@@ -728,7 +743,8 @@ export class KupList {
728
743
  }],
729
744
  "references": {
730
745
  "Promise": {
731
- "location": "global"
746
+ "location": "global",
747
+ "id": "global::Promise"
732
748
  }
733
749
  },
734
750
  "return": "Promise<void>"
@@ -753,11 +769,13 @@ export class KupList {
753
769
  }],
754
770
  "references": {
755
771
  "Promise": {
756
- "location": "global"
772
+ "location": "global",
773
+ "id": "global::Promise"
757
774
  },
758
775
  "GenericObject": {
759
776
  "location": "import",
760
- "path": "../../types/GenericTypes"
777
+ "path": "../../types/GenericTypes",
778
+ "id": "src/types/GenericTypes.ts::GenericObject"
761
779
  }
762
780
  },
763
781
  "return": "Promise<void>"