@sme.up/ketchup 8.3.2 → 9.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (293) hide show
  1. package/dist/cjs/{component-2c7ddef7.js → component-cb3b32f5.js} +7 -2
  2. package/dist/cjs/{f-button-be5c564a.js → f-button-b2cfce1c.js} +3 -3
  3. package/dist/cjs/{f-cell-d034bcb0.js → f-cell-75fca92b.js} +24 -17
  4. package/dist/cjs/{f-checkbox-cff77b2c.js → f-checkbox-48d7af02.js} +1 -1
  5. package/dist/cjs/{f-chip-bc678bf1.js → f-chip-3e504f3e.js} +3 -3
  6. package/dist/cjs/{f-image-8542c984.js → f-image-270d39ae.js} +2 -2
  7. package/dist/cjs/{f-paginator-utils-f48afc35.js → f-paginator-utils-6d0c4678.js} +4 -4
  8. package/dist/cjs/{f-text-field-acfc1717.js → f-text-field-bbcd2143.js} +2 -2
  9. package/dist/cjs/{f-text-field-mdc-d38d80b5.js → f-text-field-mdc-4fda9705.js} +1 -1
  10. package/dist/cjs/{index-a9a3b467.js → index-c3d10561.js} +90 -19
  11. package/dist/cjs/ketchup.cjs.js +3 -6
  12. package/dist/cjs/kup-accordion.cjs.entry.js +5 -5
  13. package/dist/cjs/kup-autocomplete_27.cjs.entry.js +151 -156
  14. package/dist/cjs/kup-box.cjs.entry.js +14 -14
  15. package/dist/cjs/kup-calendar.cjs.entry.js +16 -10
  16. package/dist/cjs/kup-card-list.cjs.entry.js +244 -0
  17. package/dist/cjs/kup-cell.cjs.entry.js +8 -8
  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 +4604 -4444
  21. package/dist/cjs/kup-family-tree.cjs.entry.js +6 -6
  22. package/dist/cjs/kup-grid.cjs.entry.js +109 -0
  23. package/dist/cjs/kup-iframe.cjs.entry.js +2 -2
  24. package/dist/cjs/kup-image-list.cjs.entry.js +11 -11
  25. package/dist/cjs/kup-lazy.cjs.entry.js +3 -3
  26. package/dist/cjs/kup-magic-box.cjs.entry.js +5 -5
  27. package/dist/cjs/{kup-manager-b3677c1d.js → kup-manager-130bbd9d.js} +7 -7
  28. package/dist/cjs/kup-nav-bar.cjs.entry.js +3 -3
  29. package/dist/cjs/kup-numeric-picker.cjs.entry.js +6 -6
  30. package/dist/cjs/kup-photo-frame.cjs.entry.js +3 -3
  31. package/dist/cjs/kup-planner.cjs.entry.js +26 -18
  32. package/dist/cjs/kup-probe.cjs.entry.js +3 -3
  33. package/dist/cjs/kup-qlik.cjs.entry.js +2 -2
  34. package/dist/cjs/kup-snackbar.cjs.entry.js +6 -6
  35. package/dist/cjs/loader.cjs.js +3 -12
  36. package/dist/collection/assets/card-list.js +709 -0
  37. package/dist/collection/assets/data-table-performance.js +6 -0
  38. package/dist/collection/assets/echart.js +168 -90
  39. package/dist/collection/assets/image-list.js +2 -12
  40. package/dist/collection/assets/index.js +4 -4
  41. package/dist/collection/collection-manifest.json +49 -50
  42. package/dist/collection/components/kup-accordion/kup-accordion.js +28 -18
  43. package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +47 -29
  44. package/dist/collection/components/kup-badge/kup-badge.js +21 -14
  45. package/dist/collection/components/kup-box/kup-box.js +62 -41
  46. package/dist/collection/components/kup-button/kup-button.js +26 -17
  47. package/dist/collection/components/kup-button-list/kup-button-list.e2e.js +1 -1
  48. package/dist/collection/components/kup-button-list/kup-button-list.js +24 -16
  49. package/dist/collection/components/kup-calendar/kup-calendar-declarations.js +3 -2
  50. package/dist/collection/components/kup-calendar/kup-calendar.css +13 -0
  51. package/dist/collection/components/kup-calendar/kup-calendar.js +73 -35
  52. package/dist/collection/components/kup-card/box/kup-card-box.js +3 -3
  53. package/dist/collection/components/kup-card/built-in/kup-card-built-in.js +7 -7
  54. package/dist/collection/components/kup-card/built-in/kup-card-calendar.js +6 -6
  55. package/dist/collection/components/kup-card/built-in/kup-card-clock.js +5 -5
  56. package/dist/collection/components/kup-card/built-in/kup-card-column-drop-menu.js +4 -4
  57. package/dist/collection/components/kup-card/built-in/kup-card-message-box.js +4 -4
  58. package/dist/collection/components/kup-card/built-in/kup-card-numeric.js +2 -2
  59. package/dist/collection/components/kup-card/collapsible/kup-card-collapsible.js +5 -5
  60. package/dist/collection/components/kup-card/dialog/kup-card-dialog.js +5 -5
  61. package/dist/collection/components/kup-card/free/kup-card-free.js +2 -2
  62. package/dist/collection/components/kup-card/kup-card-helper.js +5 -5
  63. package/dist/collection/components/kup-card/kup-card.css +20 -7
  64. package/dist/collection/components/kup-card/kup-card.js +67 -52
  65. package/dist/collection/components/kup-card/scalable/kup-card-scalable.js +49 -58
  66. package/dist/collection/components/kup-card/standard/kup-card-standard.js +9 -9
  67. package/dist/collection/components/kup-card-list/kup-card-list-declarations.js +13 -0
  68. package/dist/collection/components/kup-card-list/kup-card-list.css +34 -0
  69. package/dist/collection/components/kup-card-list/kup-card-list.js +481 -0
  70. package/dist/collection/components/kup-cell/kup-cell.js +27 -18
  71. package/dist/collection/components/kup-chart/kup-chart-builder.js +5 -5
  72. package/dist/collection/components/kup-chart/kup-chart.js +47 -28
  73. package/dist/collection/components/kup-checkbox/kup-checkbox.js +22 -14
  74. package/dist/collection/components/kup-chip/kup-chip.js +32 -20
  75. package/dist/collection/components/kup-color-picker/kup-color-picker.js +30 -20
  76. package/dist/collection/components/kup-combobox/kup-combobox.js +47 -29
  77. package/dist/collection/components/kup-dashboard/kup-dashboard.js +26 -19
  78. package/dist/collection/components/kup-data-table/kup-data-table-helper.js +4 -4
  79. package/dist/collection/components/kup-data-table/kup-data-table-state.js +1 -1
  80. package/dist/collection/components/kup-data-table/kup-data-table.js +178 -106
  81. package/dist/collection/components/kup-date-picker/kup-date-picker.js +42 -26
  82. package/dist/collection/components/kup-dialog/kup-dialog.js +30 -18
  83. package/dist/collection/components/kup-drawer/kup-drawer.e2e.js +1 -1
  84. package/dist/collection/components/kup-drawer/kup-drawer.js +29 -17
  85. package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.js +42 -26
  86. package/dist/collection/components/kup-echart/kup-echart.js +64 -39
  87. package/dist/collection/components/kup-family-tree/kup-family-tree.js +42 -26
  88. package/dist/collection/components/kup-form/kup-form.js +32 -21
  89. package/dist/collection/components/kup-gauge/kup-gauge.js +18 -13
  90. package/dist/collection/components/kup-grid/kup-grid.css +10 -0
  91. package/dist/collection/components/kup-grid/kup-grid.js +16 -11
  92. package/dist/collection/components/kup-iframe/kup-iframe.js +21 -13
  93. package/dist/collection/components/kup-image/canvas/kup-image-canvas-declarations.js +1 -1
  94. package/dist/collection/components/kup-image/canvas/kup-image-canvas-helper.js +1 -1
  95. package/dist/collection/components/kup-image/canvas/kup-image-canvas.js +2 -2
  96. package/dist/collection/components/kup-image/kup-image.js +27 -18
  97. package/dist/collection/components/kup-image-list/kup-image-list.js +35 -24
  98. package/dist/collection/components/kup-lazy/kup-lazy.js +25 -15
  99. package/dist/collection/components/kup-list/kup-list-helper.js +1 -1
  100. package/dist/collection/components/kup-list/kup-list.js +45 -27
  101. package/dist/collection/components/kup-magic-box/kup-magic-box.js +23 -17
  102. package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +23 -14
  103. package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.js +40 -24
  104. package/dist/collection/components/kup-photo-frame/kup-photo-frame.js +23 -14
  105. package/dist/collection/components/kup-planner/kup-planner-helper.js +3 -3
  106. package/dist/collection/components/kup-planner/kup-planner.css +277 -277
  107. package/dist/collection/components/kup-planner/kup-planner.js +51 -33
  108. package/dist/collection/components/kup-probe/kup-probe.js +7 -5
  109. package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +15 -10
  110. package/dist/collection/components/kup-qlik/kup-qlik.js +8 -5
  111. package/dist/collection/components/kup-radio/kup-radio.js +23 -14
  112. package/dist/collection/components/kup-rating/kup-rating.js +17 -11
  113. package/dist/collection/components/kup-snackbar/kup-snackbar.js +26 -16
  114. package/dist/collection/components/kup-spinner/kup-spinner.js +17 -11
  115. package/dist/collection/components/kup-state/mock-store.js +1 -1
  116. package/dist/collection/components/kup-switch/kup-switch.js +22 -14
  117. package/dist/collection/components/kup-tab-bar/kup-tab-bar.js +31 -20
  118. package/dist/collection/components/kup-text-field/kup-text-field.js +40 -24
  119. package/dist/collection/components/kup-time-picker/kup-time-picker.js +47 -29
  120. package/dist/collection/components/kup-tree/kup-tree.js +104 -63
  121. package/dist/collection/f-components/f-button/f-button.js +3 -3
  122. package/dist/collection/f-components/f-cell/f-cell-declarations.js +2 -1
  123. package/dist/collection/f-components/f-cell/f-cell.js +30 -23
  124. package/dist/collection/f-components/f-checkbox/f-checkbox.js +1 -1
  125. package/dist/collection/f-components/f-chip/f-chip.js +5 -5
  126. package/dist/collection/f-components/f-image/f-image.js +3 -3
  127. package/dist/collection/f-components/f-paginator/f-paginator.js +5 -5
  128. package/dist/collection/f-components/f-switch/f-switch.js +1 -1
  129. package/dist/collection/f-components/f-text-field/f-text-field-mdc.js +2 -2
  130. package/dist/collection/f-components/f-text-field/f-text-field.js +2 -2
  131. package/dist/collection/managers/kup-data/kup-data-cell-helper.js +4 -4
  132. package/dist/collection/managers/kup-data/kup-data-column-helper.js +3 -3
  133. package/dist/collection/managers/kup-data/kup-data.js +8 -8
  134. package/dist/collection/managers/kup-dates/kup-dates.js +11 -11
  135. package/dist/collection/managers/kup-debug/kup-debug.js +3 -3
  136. package/dist/collection/managers/kup-dynamic-position/kup-dynamic-position.js +2 -2
  137. package/dist/collection/managers/kup-interact/kup-interact.js +2 -2
  138. package/dist/collection/managers/kup-language/kup-language.js +3 -3
  139. package/dist/collection/managers/kup-manager/kup-manager.js +20 -20
  140. package/dist/collection/managers/kup-math/kup-math-helper.js +1 -1
  141. package/dist/collection/managers/kup-math/kup-math.js +12 -12
  142. package/dist/collection/managers/kup-objects/kup-objects.js +1 -1
  143. package/dist/collection/managers/kup-scroll-on-hover/kup-scroll-on-hover.js +1 -1
  144. package/dist/collection/managers/kup-search/kup-search.js +2 -2
  145. package/dist/collection/managers/kup-theme/kup-theme-declarations.js +1 -1
  146. package/dist/collection/managers/kup-theme/kup-theme.js +15 -15
  147. package/dist/collection/managers/kup-toolbar/kup-toolbar.js +1 -1
  148. package/dist/collection/managers/kup-tooltip/kup-tooltip.js +1 -1
  149. package/dist/collection/types/GenericTypes.js +1 -2
  150. package/dist/collection/utils/cell-utils.js +1 -1
  151. package/dist/collection/utils/filters/filters-column-menu.js +3 -3
  152. package/dist/collection/utils/filters/filters-rows.js +6 -6
  153. package/dist/collection/utils/filters/filters-tree-items.js +4 -4
  154. package/dist/collection/utils/filters/filters.js +3 -3
  155. package/dist/collection/utils/kup-column-menu/kup-column-menu.js +12 -12
  156. package/dist/collection/utils/utils.js +1 -1
  157. package/dist/components/kup-autocomplete2.js +393 -386
  158. package/dist/components/kup-calendar.js +10 -3
  159. package/dist/components/{kup-dash-list.d.ts → kup-card-list.d.ts} +4 -4
  160. package/dist/components/kup-card-list.js +408 -0
  161. package/dist/components/kup-cell.js +1 -1
  162. package/dist/components/kup-chart.js +1 -1
  163. package/dist/components/kup-checkbox.js +1 -1
  164. package/dist/components/kup-chip.js +1 -1
  165. package/dist/components/kup-color-picker.js +1 -1
  166. package/dist/components/kup-combobox.js +1 -1
  167. package/dist/components/kup-dashboard.js +1 -1
  168. package/dist/components/kup-data-table.js +1 -1
  169. package/dist/components/kup-date-picker.js +1 -1
  170. package/dist/components/kup-dialog.js +1 -1
  171. package/dist/components/kup-dropdown-button.js +1 -1
  172. package/dist/components/kup-echart2.js +4602 -4442
  173. package/dist/components/kup-family-tree.js +1 -1
  174. package/dist/components/kup-form.js +1 -1
  175. package/dist/components/kup-gauge.js +1 -1
  176. package/dist/components/kup-grid2.js +1 -1
  177. package/dist/components/kup-image-list.js +1 -1
  178. package/dist/components/kup-image.js +1 -1
  179. package/dist/components/kup-list.js +1 -1
  180. package/dist/components/kup-magic-box.js +1 -1
  181. package/dist/components/kup-numeric-picker.js +1 -1
  182. package/dist/components/kup-planner.js +21 -13
  183. package/dist/esm/{component-e86c51ea.js → component-879e99bf.js} +7 -2
  184. package/dist/esm/{f-button-3b97025a.js → f-button-baa419dc.js} +3 -3
  185. package/dist/esm/{f-cell-ae537010.js → f-cell-18ee3afa.js} +24 -17
  186. package/dist/esm/{f-checkbox-91358c27.js → f-checkbox-00a1e020.js} +1 -1
  187. package/dist/esm/{f-chip-69df7df4.js → f-chip-311500f4.js} +3 -3
  188. package/dist/esm/{f-image-705c1694.js → f-image-da03494c.js} +2 -2
  189. package/dist/esm/{f-paginator-utils-b7009f00.js → f-paginator-utils-d63a195e.js} +4 -4
  190. package/dist/esm/{f-text-field-fa349928.js → f-text-field-e5f1f1fd.js} +2 -2
  191. package/dist/esm/{f-text-field-mdc-a1b4a919.js → f-text-field-mdc-1143cf21.js} +1 -1
  192. package/dist/esm/{index-bb15ce14.js → index-3336c3b1.js} +91 -19
  193. package/dist/esm/ketchup.js +4 -7
  194. package/dist/esm/kup-accordion.entry.js +5 -5
  195. package/dist/esm/kup-autocomplete_27.entry.js +151 -156
  196. package/dist/esm/kup-box.entry.js +14 -14
  197. package/dist/esm/kup-calendar.entry.js +16 -10
  198. package/dist/esm/kup-card-list.entry.js +240 -0
  199. package/dist/esm/kup-cell.entry.js +8 -8
  200. package/dist/esm/kup-dashboard.entry.js +10 -10
  201. package/dist/esm/kup-drawer.entry.js +3 -3
  202. package/dist/esm/kup-echart.entry.js +4604 -4444
  203. package/dist/esm/kup-family-tree.entry.js +6 -6
  204. package/dist/esm/kup-grid.entry.js +105 -0
  205. package/dist/esm/kup-iframe.entry.js +2 -2
  206. package/dist/esm/kup-image-list.entry.js +11 -11
  207. package/dist/esm/kup-lazy.entry.js +3 -3
  208. package/dist/esm/kup-magic-box.entry.js +5 -5
  209. package/dist/esm/{kup-manager-bad7bec3.js → kup-manager-c8d5c94d.js} +7 -7
  210. package/dist/esm/kup-nav-bar.entry.js +3 -3
  211. package/dist/esm/kup-numeric-picker.entry.js +6 -6
  212. package/dist/esm/kup-photo-frame.entry.js +3 -3
  213. package/dist/esm/kup-planner.entry.js +26 -18
  214. package/dist/esm/kup-probe.entry.js +3 -3
  215. package/dist/esm/kup-qlik.entry.js +2 -2
  216. package/dist/esm/kup-snackbar.entry.js +6 -6
  217. package/dist/esm/loader.js +4 -13
  218. package/dist/ketchup/ketchup.esm.js +1 -1
  219. package/dist/ketchup/{p-fb0b5466.js → p-008ad26c.js} +1 -1
  220. package/dist/ketchup/{p-15ffcd21.entry.js → p-07707cd1.entry.js} +1 -1
  221. package/dist/ketchup/p-0c19d485.entry.js +9 -0
  222. package/dist/ketchup/{p-4c79ea53.entry.js → p-13eac183.entry.js} +1 -1
  223. package/dist/ketchup/{p-bd5ece4c.js → p-25de68e5.js} +1 -1
  224. package/dist/ketchup/{p-bd21cdea.entry.js → p-2a2a18bf.entry.js} +1 -1
  225. package/dist/ketchup/{p-31da4bae.entry.js → p-2d192def.entry.js} +1 -1
  226. package/dist/ketchup/p-2d42477d.js +2 -0
  227. package/dist/ketchup/{p-ee39977d.entry.js → p-2dab9c4f.entry.js} +1 -1
  228. package/dist/ketchup/{p-afa2af1e.js → p-39602629.js} +1 -1
  229. package/dist/ketchup/{p-fd1323da.js → p-4597f25d.js} +1 -1
  230. package/dist/ketchup/{p-7664a38d.entry.js → p-51aa248f.entry.js} +2 -2
  231. package/dist/ketchup/{p-af50bc6b.entry.js → p-55fd3f46.entry.js} +1 -1
  232. package/dist/ketchup/p-5c15661d.entry.js +1 -0
  233. package/dist/ketchup/p-5cfaa673.entry.js +1 -0
  234. package/dist/ketchup/{p-2587abcf.entry.js → p-5f583257.entry.js} +1 -1
  235. package/dist/ketchup/{p-55182fcf.js → p-7555c10d.js} +1 -1
  236. package/dist/ketchup/{p-fefa9ae4.entry.js → p-76130e83.entry.js} +1 -1
  237. package/dist/ketchup/{p-be89bc7b.entry.js → p-7bf649f0.entry.js} +1 -1
  238. package/dist/ketchup/{p-aa373c37.entry.js → p-7e1c8fc0.entry.js} +1 -1
  239. package/dist/ketchup/p-80699a95.js +1 -0
  240. package/dist/ketchup/{p-68c5029f.entry.js → p-81debebe.entry.js} +1 -1
  241. package/dist/ketchup/{p-82b5fac1.js → p-8281c9e5.js} +1 -1
  242. package/dist/ketchup/{p-e1f0ade4.entry.js → p-a0f59b05.entry.js} +1 -1
  243. package/dist/ketchup/{p-b3eeb140.entry.js → p-a8a39b08.entry.js} +1 -1
  244. package/dist/ketchup/{p-a8eccd10.entry.js → p-bb854cf5.entry.js} +1 -1
  245. package/dist/ketchup/{p-fb03f2f5.js → p-cd2af1a6.js} +1 -1
  246. package/dist/ketchup/{p-6507e9eb.js → p-d4a879fc.js} +1 -1
  247. package/dist/ketchup/{p-6c995fb2.entry.js → p-d6a7498b.entry.js} +1 -1
  248. package/dist/ketchup/p-d8384990.entry.js +1 -0
  249. package/dist/ketchup/p-da58f8ab.entry.js +39 -0
  250. package/dist/ketchup/p-ecb9fe91.entry.js +1 -0
  251. package/dist/ketchup/{p-3879be61.js → p-f729449f.js} +1 -1
  252. package/dist/loader/index.d.ts +1 -1
  253. package/dist/types/components/kup-calendar/kup-calendar-declarations.d.ts +3 -2
  254. package/dist/types/components/kup-calendar/kup-calendar.d.ts +6 -1
  255. package/dist/types/components/kup-card/kup-card.d.ts +3 -3
  256. package/dist/types/components/kup-card-list/kup-card-list-declarations.d.ts +35 -0
  257. package/dist/types/components/kup-card-list/kup-card-list.d.ts +62 -0
  258. package/dist/types/components.d.ts +107 -92
  259. package/dist/types/f-components/f-cell/f-cell-declarations.d.ts +1 -0
  260. package/dist/types/managers/kup-math/kup-math.d.ts +1 -1
  261. package/dist/types/stencil-public-runtime.d.ts +12 -2
  262. package/dist/types/types/GenericTypes.d.ts +1 -2
  263. package/package.json +8 -5
  264. package/dist/cjs/kup-dash-list.cjs.entry.js +0 -116
  265. package/dist/cjs/kup-dash_2.cjs.entry.js +0 -179
  266. package/dist/collection/assets/dash-list.js +0 -474
  267. package/dist/collection/components/kup-dash/kup-dash.css +0 -136
  268. package/dist/collection/components/kup-dash/kup-dash.js +0 -171
  269. package/dist/collection/components/kup-dash-list/kup-dash-list.css +0 -10
  270. package/dist/collection/components/kup-dash-list/kup-dash-list.js +0 -327
  271. package/dist/components/kup-dash-list.js +0 -288
  272. package/dist/components/kup-dash.d.ts +0 -11
  273. package/dist/components/kup-dash.js +0 -6
  274. package/dist/components/kup-dash2.js +0 -228
  275. package/dist/esm/kup-dash-list.entry.js +0 -112
  276. package/dist/esm/kup-dash_2.entry.js +0 -174
  277. package/dist/esm/polyfills/css-shim.js +0 -1
  278. package/dist/ketchup/p-0b24a2ed.entry.js +0 -1
  279. package/dist/ketchup/p-15e6bfaf.entry.js +0 -1
  280. package/dist/ketchup/p-1ad1cf92.entry.js +0 -9
  281. package/dist/ketchup/p-68cd7d9a.js +0 -1
  282. package/dist/ketchup/p-b5deb573.js +0 -2
  283. package/dist/ketchup/p-c455cc67.entry.js +0 -39
  284. package/dist/ketchup/p-e6cf7db3.entry.js +0 -1
  285. package/dist/ketchup/p-ef21d377.entry.js +0 -1
  286. package/dist/types/components/kup-dash/kup-dash.d.ts +0 -33
  287. package/dist/types/components/kup-dash-list/kup-dash-list.d.ts +0 -22
  288. /package/dist/cjs/{GenericVariables-9cd88034.js → GenericVariables-1d52ba57.js} +0 -0
  289. /package/dist/cjs/{f-button-declarations-76b4fb4c.js → f-button-declarations-3fd791a8.js} +0 -0
  290. /package/dist/esm/{GenericVariables-6dfdd433.js → GenericVariables-d8d0541e.js} +0 -0
  291. /package/dist/esm/{f-button-declarations-fd4965d1.js → f-button-declarations-8a009df1.js} +0 -0
  292. /package/dist/ketchup/{p-ad2e21d2.js → p-635bb4b3.js} +0 -0
  293. /package/dist/ketchup/{p-0fd98ab4.js → p-b00f3575.js} +0 -0
@@ -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>"
@@ -1,14 +1,14 @@
1
- import { forceUpdate, h, Host, } from '@stencil/core';
2
- import { kupManagerInstance } from '../../managers/kup-manager/kup-manager';
3
- import { FButtonStyling } from '../../f-components/f-button/f-button-declarations';
4
- import { FImage } from '../../f-components/f-image/f-image';
5
- import { KupMagicBoxProps, KupMagicBoxDisplay, } from './kup-magic-box-declarations';
6
- import { KupDebugCategory } from '../../managers/kup-debug/kup-debug-declarations';
7
- import { KupLanguageGeneric } from '../../managers/kup-language/kup-language-declarations';
8
- import { KupThemeColorValues } from '../../managers/kup-theme/kup-theme-declarations';
9
- import { getProps, setProps } from '../../utils/utils';
10
- import { componentWrapperId } from '../../variables/GenericVariables';
11
- import { kupDraggableColumnAttr, kupDraggableRowAttr, kupDropEvent, KupDropEventTypes, } from '../../managers/kup-interact/kup-interact-declarations';
1
+ import { forceUpdate, h, Host, } from "@stencil/core";
2
+ import { kupManagerInstance } from "../../managers/kup-manager/kup-manager";
3
+ import { FButtonStyling } from "../../f-components/f-button/f-button-declarations";
4
+ import { FImage } from "../../f-components/f-image/f-image";
5
+ import { KupMagicBoxProps, KupMagicBoxDisplay, } from "./kup-magic-box-declarations";
6
+ import { KupDebugCategory } from "../../managers/kup-debug/kup-debug-declarations";
7
+ import { KupLanguageGeneric } from "../../managers/kup-language/kup-language-declarations";
8
+ import { KupThemeColorValues } from "../../managers/kup-theme/kup-theme-declarations";
9
+ import { getProps, setProps } from "../../utils/utils";
10
+ import { componentWrapperId } from "../../variables/GenericVariables";
11
+ import { kupDraggableColumnAttr, kupDraggableRowAttr, kupDropEvent, KupDropEventTypes, } from "../../managers/kup-interact/kup-interact-declarations";
12
12
  export class KupMagicBox {
13
13
  constructor() {
14
14
  /*-------------------------------------------------*/
@@ -324,7 +324,8 @@ export class KupMagicBox {
324
324
  "references": {
325
325
  "KupDataDataset": {
326
326
  "location": "import",
327
- "path": "../../managers/kup-data/kup-data-declarations"
327
+ "path": "../../managers/kup-data/kup-data-declarations",
328
+ "id": "src/managers/kup-data/kup-data-declarations.ts::KupDataDataset"
328
329
  }
329
330
  }
330
331
  },
@@ -360,11 +361,13 @@ export class KupMagicBox {
360
361
  }],
361
362
  "references": {
362
363
  "Promise": {
363
- "location": "global"
364
+ "location": "global",
365
+ "id": "global::Promise"
364
366
  },
365
367
  "GenericObject": {
366
368
  "location": "import",
367
- "path": "../../types/GenericTypes"
369
+ "path": "../../types/GenericTypes",
370
+ "id": "src/types/GenericTypes.ts::GenericObject"
368
371
  }
369
372
  },
370
373
  "return": "Promise<GenericObject>"
@@ -386,7 +389,8 @@ export class KupMagicBox {
386
389
  "parameters": [],
387
390
  "references": {
388
391
  "Promise": {
389
- "location": "global"
392
+ "location": "global",
393
+ "id": "global::Promise"
390
394
  }
391
395
  },
392
396
  "return": "Promise<void>"
@@ -408,11 +412,13 @@ export class KupMagicBox {
408
412
  }],
409
413
  "references": {
410
414
  "Promise": {
411
- "location": "global"
415
+ "location": "global",
416
+ "id": "global::Promise"
412
417
  },
413
418
  "GenericObject": {
414
419
  "location": "import",
415
- "path": "../../types/GenericTypes"
420
+ "path": "../../types/GenericTypes",
421
+ "id": "src/types/GenericTypes.ts::GenericObject"
416
422
  }
417
423
  },
418
424
  "return": "Promise<void>"
@@ -1,8 +1,8 @@
1
- import { forceUpdate, h, Host, } from '@stencil/core';
2
- import { KupNavBarStyling, KupNavBarProps, navbarClass, } from './kup-nav-bar-declarations';
3
- import { kupManagerInstance, } from '../../managers/kup-manager/kup-manager';
4
- import { getProps, setProps } from '../../utils/utils';
5
- import { componentWrapperId } from '../../variables/GenericVariables';
1
+ import { forceUpdate, h, Host, } from "@stencil/core";
2
+ import { KupNavBarStyling, KupNavBarProps, navbarClass, } from "./kup-nav-bar-declarations";
3
+ import { kupManagerInstance, } from "../../managers/kup-manager/kup-manager";
4
+ import { getProps, setProps } from "../../utils/utils";
5
+ import { componentWrapperId } from "../../variables/GenericVariables";
6
6
  export class KupNavBar {
7
7
  constructor() {
8
8
  /*-------------------------------------------------*/
@@ -152,7 +152,8 @@ export class KupNavBar {
152
152
  "references": {
153
153
  "KupNavBarStyling": {
154
154
  "location": "import",
155
- "path": "./kup-nav-bar-declarations"
155
+ "path": "./kup-nav-bar-declarations",
156
+ "id": "src/components/kup-nav-bar/kup-nav-bar-declarations.ts::KupNavBarStyling"
156
157
  }
157
158
  }
158
159
  },
@@ -188,7 +189,8 @@ export class KupNavBar {
188
189
  "references": {
189
190
  "KupEventPayload": {
190
191
  "location": "import",
191
- "path": "../../types/GenericTypes"
192
+ "path": "../../types/GenericTypes",
193
+ "id": "src/types/GenericTypes.ts::KupEventPayload"
192
194
  }
193
195
  }
194
196
  }
@@ -208,7 +210,8 @@ export class KupNavBar {
208
210
  "references": {
209
211
  "KupEventPayload": {
210
212
  "location": "import",
211
- "path": "../../types/GenericTypes"
213
+ "path": "../../types/GenericTypes",
214
+ "id": "src/types/GenericTypes.ts::KupEventPayload"
212
215
  }
213
216
  }
214
217
  }
@@ -228,11 +231,13 @@ export class KupNavBar {
228
231
  }],
229
232
  "references": {
230
233
  "Promise": {
231
- "location": "global"
234
+ "location": "global",
235
+ "id": "global::Promise"
232
236
  },
233
237
  "GenericObject": {
234
238
  "location": "import",
235
- "path": "../../types/GenericTypes"
239
+ "path": "../../types/GenericTypes",
240
+ "id": "src/types/GenericTypes.ts::GenericObject"
236
241
  }
237
242
  },
238
243
  "return": "Promise<GenericObject>"
@@ -254,7 +259,8 @@ export class KupNavBar {
254
259
  "parameters": [],
255
260
  "references": {
256
261
  "Promise": {
257
- "location": "global"
262
+ "location": "global",
263
+ "id": "global::Promise"
258
264
  }
259
265
  },
260
266
  "return": "Promise<void>"
@@ -270,7 +276,8 @@ export class KupNavBar {
270
276
  "parameters": [],
271
277
  "references": {
272
278
  "Promise": {
273
- "location": "global"
279
+ "location": "global",
280
+ "id": "global::Promise"
274
281
  }
275
282
  },
276
283
  "return": "Promise<void>"
@@ -292,11 +299,13 @@ export class KupNavBar {
292
299
  }],
293
300
  "references": {
294
301
  "Promise": {
295
- "location": "global"
302
+ "location": "global",
303
+ "id": "global::Promise"
296
304
  },
297
305
  "GenericObject": {
298
306
  "location": "import",
299
- "path": "../../types/GenericTypes"
307
+ "path": "../../types/GenericTypes",
308
+ "id": "src/types/GenericTypes.ts::GenericObject"
300
309
  }
301
310
  },
302
311
  "return": "Promise<void>"
@@ -1,11 +1,11 @@
1
- import { forceUpdate, h, Host, } from '@stencil/core';
2
- import { kupManagerInstance, } from '../../managers/kup-manager/kup-manager';
3
- import { KupNumericPickerProps, } from './kup-numeric-picker-declarations';
4
- import { componentWrapperId } from '../../variables/GenericVariables';
5
- import { FTextField } from '../../f-components/f-text-field/f-text-field';
6
- import { FTextFieldMDC } from '../../f-components/f-text-field/f-text-field-mdc';
7
- import { KupDynamicPositionPlacement } from '../../managers/kup-dynamic-position/kup-dynamic-position-declarations';
8
- import { KupCardFamily, } from '../kup-card/kup-card-declarations';
1
+ import { forceUpdate, h, Host, } from "@stencil/core";
2
+ import { kupManagerInstance, } from "../../managers/kup-manager/kup-manager";
3
+ import { KupNumericPickerProps, } from "./kup-numeric-picker-declarations";
4
+ import { componentWrapperId } from "../../variables/GenericVariables";
5
+ import { FTextField } from "../../f-components/f-text-field/f-text-field";
6
+ import { FTextFieldMDC } from "../../f-components/f-text-field/f-text-field-mdc";
7
+ import { KupDynamicPositionPlacement } from "../../managers/kup-dynamic-position/kup-dynamic-position-declarations";
8
+ import { KupCardFamily, } from "../kup-card/kup-card-declarations";
9
9
  export class KupNumericPicker {
10
10
  constructor() {
11
11
  /*-------------------------------------------------*/
@@ -386,7 +386,8 @@ export class KupNumericPicker {
386
386
  "resolved": "Object",
387
387
  "references": {
388
388
  "Object": {
389
- "location": "global"
389
+ "location": "global",
390
+ "id": "global::Object"
390
391
  }
391
392
  }
392
393
  },
@@ -573,7 +574,8 @@ export class KupNumericPicker {
573
574
  "references": {
574
575
  "KupNumericPickerEventPayload": {
575
576
  "location": "import",
576
- "path": "./kup-numeric-picker-declarations"
577
+ "path": "./kup-numeric-picker-declarations",
578
+ "id": "src/components/kup-numeric-picker/kup-numeric-picker-declarations.ts::KupNumericPickerEventPayload"
577
579
  }
578
580
  }
579
581
  }
@@ -593,7 +595,8 @@ export class KupNumericPicker {
593
595
  "references": {
594
596
  "KupNumericPickerEventPayload": {
595
597
  "location": "import",
596
- "path": "./kup-numeric-picker-declarations"
598
+ "path": "./kup-numeric-picker-declarations",
599
+ "id": "src/components/kup-numeric-picker/kup-numeric-picker-declarations.ts::KupNumericPickerEventPayload"
597
600
  }
598
601
  }
599
602
  }
@@ -613,7 +616,8 @@ export class KupNumericPicker {
613
616
  "references": {
614
617
  "KupNumericPickerEventPayload": {
615
618
  "location": "import",
616
- "path": "./kup-numeric-picker-declarations"
619
+ "path": "./kup-numeric-picker-declarations",
620
+ "id": "src/components/kup-numeric-picker/kup-numeric-picker-declarations.ts::KupNumericPickerEventPayload"
617
621
  }
618
622
  }
619
623
  }
@@ -633,7 +637,8 @@ export class KupNumericPicker {
633
637
  "references": {
634
638
  "KupNumericPickerEventPayload": {
635
639
  "location": "import",
636
- "path": "./kup-numeric-picker-declarations"
640
+ "path": "./kup-numeric-picker-declarations",
641
+ "id": "src/components/kup-numeric-picker/kup-numeric-picker-declarations.ts::KupNumericPickerEventPayload"
637
642
  }
638
643
  }
639
644
  }
@@ -653,7 +658,8 @@ export class KupNumericPicker {
653
658
  "references": {
654
659
  "KupNumericPickerEventPayload": {
655
660
  "location": "import",
656
- "path": "./kup-numeric-picker-declarations"
661
+ "path": "./kup-numeric-picker-declarations",
662
+ "id": "src/components/kup-numeric-picker/kup-numeric-picker-declarations.ts::KupNumericPickerEventPayload"
657
663
  }
658
664
  }
659
665
  }
@@ -673,7 +679,8 @@ export class KupNumericPicker {
673
679
  "references": {
674
680
  "KupNumericPickerEventPayload": {
675
681
  "location": "import",
676
- "path": "./kup-numeric-picker-declarations"
682
+ "path": "./kup-numeric-picker-declarations",
683
+ "id": "src/components/kup-numeric-picker/kup-numeric-picker-declarations.ts::KupNumericPickerEventPayload"
677
684
  }
678
685
  }
679
686
  }
@@ -693,7 +700,8 @@ export class KupNumericPicker {
693
700
  "references": {
694
701
  "KupNumericPickerEventPayload": {
695
702
  "location": "import",
696
- "path": "./kup-numeric-picker-declarations"
703
+ "path": "./kup-numeric-picker-declarations",
704
+ "id": "src/components/kup-numeric-picker/kup-numeric-picker-declarations.ts::KupNumericPickerEventPayload"
697
705
  }
698
706
  }
699
707
  }
@@ -713,7 +721,8 @@ export class KupNumericPicker {
713
721
  "references": {
714
722
  "KupNumericPickerEventPayload": {
715
723
  "location": "import",
716
- "path": "./kup-numeric-picker-declarations"
724
+ "path": "./kup-numeric-picker-declarations",
725
+ "id": "src/components/kup-numeric-picker/kup-numeric-picker-declarations.ts::KupNumericPickerEventPayload"
717
726
  }
718
727
  }
719
728
  }
@@ -733,7 +742,8 @@ export class KupNumericPicker {
733
742
  "references": {
734
743
  "KupEventPayload": {
735
744
  "location": "import",
736
- "path": "../../types/GenericTypes"
745
+ "path": "../../types/GenericTypes",
746
+ "id": "src/types/GenericTypes.ts::KupEventPayload"
737
747
  }
738
748
  }
739
749
  }
@@ -747,7 +757,8 @@ export class KupNumericPicker {
747
757
  "parameters": [],
748
758
  "references": {
749
759
  "Promise": {
750
- "location": "global"
760
+ "location": "global",
761
+ "id": "global::Promise"
751
762
  }
752
763
  },
753
764
  "return": "Promise<string>"
@@ -772,11 +783,13 @@ export class KupNumericPicker {
772
783
  }],
773
784
  "references": {
774
785
  "Promise": {
775
- "location": "global"
786
+ "location": "global",
787
+ "id": "global::Promise"
776
788
  },
777
789
  "GenericObject": {
778
790
  "location": "import",
779
- "path": "../../types/GenericTypes"
791
+ "path": "../../types/GenericTypes",
792
+ "id": "src/types/GenericTypes.ts::GenericObject"
780
793
  }
781
794
  },
782
795
  "return": "Promise<GenericObject>"
@@ -798,7 +811,8 @@ export class KupNumericPicker {
798
811
  "parameters": [],
799
812
  "references": {
800
813
  "Promise": {
801
- "location": "global"
814
+ "location": "global",
815
+ "id": "global::Promise"
802
816
  }
803
817
  },
804
818
  "return": "Promise<void>"
@@ -814,7 +828,8 @@ export class KupNumericPicker {
814
828
  "parameters": [],
815
829
  "references": {
816
830
  "Promise": {
817
- "location": "global"
831
+ "location": "global",
832
+ "id": "global::Promise"
818
833
  }
819
834
  },
820
835
  "return": "Promise<void>"
@@ -836,7 +851,8 @@ export class KupNumericPicker {
836
851
  }],
837
852
  "references": {
838
853
  "Promise": {
839
- "location": "global"
854
+ "location": "global",
855
+ "id": "global::Promise"
840
856
  }
841
857
  },
842
858
  "return": "Promise<void>"
@@ -15,11 +15,11 @@ 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 _KupPhotoFrame_intObserver, _KupPhotoFrame_kupManager, _KupPhotoFrame_placeholderEl, _KupPhotoFrame_resourceEl, _KupPhotoFrame_renderResource, _KupPhotoFrame_wrapperEl;
18
- import { forceUpdate, h, Host, } from '@stencil/core';
19
- import { kupManagerInstance } from '../../managers/kup-manager/kup-manager';
20
- import { getProps, setProps } from '../../utils/utils';
21
- import { componentWrapperId } from '../../variables/GenericVariables';
22
- import { KupPhotoFrameProps } from './kup-photo-frame-declarations';
18
+ import { forceUpdate, h, Host, } from "@stencil/core";
19
+ import { kupManagerInstance } from "../../managers/kup-manager/kup-manager";
20
+ import { getProps, setProps } from "../../utils/utils";
21
+ import { componentWrapperId } from "../../variables/GenericVariables";
22
+ import { KupPhotoFrameProps } from "./kup-photo-frame-declarations";
23
23
  export class KupPhotoFrame {
24
24
  constructor() {
25
25
  /*-------------------------------------------------*/
@@ -176,7 +176,8 @@ export class KupPhotoFrame {
176
176
  "references": {
177
177
  "GenericObject": {
178
178
  "location": "import",
179
- "path": "../../types/GenericTypes"
179
+ "path": "../../types/GenericTypes",
180
+ "id": "src/types/GenericTypes.ts::GenericObject"
180
181
  }
181
182
  }
182
183
  },
@@ -200,7 +201,8 @@ export class KupPhotoFrame {
200
201
  "references": {
201
202
  "GenericObject": {
202
203
  "location": "import",
203
- "path": "../../types/GenericTypes"
204
+ "path": "../../types/GenericTypes",
205
+ "id": "src/types/GenericTypes.ts::GenericObject"
204
206
  }
205
207
  }
206
208
  },
@@ -260,7 +262,8 @@ export class KupPhotoFrame {
260
262
  "references": {
261
263
  "KupEventPayload": {
262
264
  "location": "import",
263
- "path": "../../types/GenericTypes"
265
+ "path": "../../types/GenericTypes",
266
+ "id": "src/types/GenericTypes.ts::KupEventPayload"
264
267
  }
265
268
  }
266
269
  }
@@ -280,7 +283,8 @@ export class KupPhotoFrame {
280
283
  "references": {
281
284
  "KupEventPayload": {
282
285
  "location": "import",
283
- "path": "../../types/GenericTypes"
286
+ "path": "../../types/GenericTypes",
287
+ "id": "src/types/GenericTypes.ts::KupEventPayload"
284
288
  }
285
289
  }
286
290
  }
@@ -300,11 +304,13 @@ export class KupPhotoFrame {
300
304
  }],
301
305
  "references": {
302
306
  "Promise": {
303
- "location": "global"
307
+ "location": "global",
308
+ "id": "global::Promise"
304
309
  },
305
310
  "GenericObject": {
306
311
  "location": "import",
307
- "path": "../../types/GenericTypes"
312
+ "path": "../../types/GenericTypes",
313
+ "id": "src/types/GenericTypes.ts::GenericObject"
308
314
  }
309
315
  },
310
316
  "return": "Promise<GenericObject>"
@@ -326,7 +332,8 @@ export class KupPhotoFrame {
326
332
  "parameters": [],
327
333
  "references": {
328
334
  "Promise": {
329
- "location": "global"
335
+ "location": "global",
336
+ "id": "global::Promise"
330
337
  }
331
338
  },
332
339
  "return": "Promise<void>"
@@ -348,11 +355,13 @@ export class KupPhotoFrame {
348
355
  }],
349
356
  "references": {
350
357
  "Promise": {
351
- "location": "global"
358
+ "location": "global",
359
+ "id": "global::Promise"
352
360
  },
353
361
  "GenericObject": {
354
362
  "location": "import",
355
- "path": "../../types/GenericTypes"
363
+ "path": "../../types/GenericTypes",
364
+ "id": "src/types/GenericTypes.ts::GenericObject"
356
365
  }
357
366
  },
358
367
  "return": "Promise<void>"
@@ -1,6 +1,6 @@
1
- import { KupDatesFormats } from '../../managers/kup-dates/kup-dates-declarations';
2
- import { kupManagerInstance } from '../../managers/kup-manager/kup-manager';
3
- import { getCellValueForDisplay } from '../../utils/cell-utils';
1
+ import { KupDatesFormats } from "../../managers/kup-dates/kup-dates-declarations";
2
+ import { kupManagerInstance } from "../../managers/kup-manager/kup-manager";
3
+ import { getCellValueForDisplay } from "../../utils/cell-utils";
4
4
  const kupManager = kupManagerInstance();
5
5
  export function sanitizeAllDates(startDateCell, endDateCell, secStartDateCell, secEndDateCell) {
6
6
  const sanitizedDateValues = sanitizeDates(startDateCell, endDateCell);