@sme.up/ketchup 8.3.1 → 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-d073c79d.js → f-button-7687085a.js} +3 -3
  2. package/dist/cjs/{f-cell-b7ddd6b3.js → f-cell-37ef6f00.js} +7 -7
  3. package/dist/cjs/{f-checkbox-aa34efd5.js → f-checkbox-758d1d34.js} +1 -1
  4. package/dist/cjs/{f-chip-e51596be.js → f-chip-cf59bdb3.js} +3 -3
  5. package/dist/cjs/{f-image-fb2721a7.js → f-image-1245b0cf.js} +2 -2
  6. package/dist/cjs/{f-paginator-utils-5bce6819.js → f-paginator-utils-b1af2a8f.js} +4 -4
  7. package/dist/cjs/{f-text-field-acb225f3.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-dd9f2b9b.js → index-eac07680.js} +4 -8
  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 +15 -15
  13. package/dist/cjs/kup-box.cjs.entry.js +13 -13
  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-39f99670.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/echart.js +168 -90
  36. package/dist/collection/assets/planner.js +0 -2
  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 +1 -1
  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 +13 -13
  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-38ee97e6.js → f-button-e54ce8d5.js} +3 -3
  154. package/dist/esm/{f-cell-763793f8.js → f-cell-4149a05d.js} +7 -7
  155. package/dist/esm/{f-checkbox-11b32f83.js → f-checkbox-7b113dd8.js} +1 -1
  156. package/dist/esm/{f-chip-010179a2.js → f-chip-c3c86f7b.js} +3 -3
  157. package/dist/esm/{f-image-77ac3ca0.js → f-image-adceee49.js} +2 -2
  158. package/dist/esm/{f-paginator-utils-32b2c046.js → f-paginator-utils-e559dac8.js} +4 -4
  159. package/dist/esm/{f-text-field-8a683258.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-b45996ce.js → index-d413187a.js} +4 -8
  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 +15 -15
  165. package/dist/esm/kup-box.entry.js +13 -13
  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-e2f7edf1.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-9fe8bcf4.entry.js → p-0848391f.entry.js} +1 -1
  189. package/dist/ketchup/{p-5d7b542c.entry.js → p-23d54fb2.entry.js} +1 -1
  190. package/dist/ketchup/{p-e0e4e3e2.entry.js → p-25d45dc9.entry.js} +1 -1
  191. package/dist/ketchup/{p-eb42d212.entry.js → p-2739b7ac.entry.js} +1 -1
  192. package/dist/ketchup/{p-46ad61d1.entry.js → p-283ca113.entry.js} +1 -1
  193. package/dist/ketchup/{p-5b1ae769.js → p-2f0798d3.js} +1 -1
  194. package/dist/ketchup/{p-07e56ef4.entry.js → p-3081ed82.entry.js} +1 -1
  195. package/dist/ketchup/{p-f3c25aae.entry.js → p-384137d7.entry.js} +2 -2
  196. package/dist/ketchup/{p-3a64fbe0.entry.js → p-3972b97c.entry.js} +1 -1
  197. package/dist/ketchup/{p-dd183d2f.entry.js → p-3bbcae45.entry.js} +1 -1
  198. package/dist/ketchup/{p-bab43d3f.entry.js → p-3c44e838.entry.js} +1 -1
  199. package/dist/ketchup/{p-e96d0d28.entry.js → p-3d671241.entry.js} +1 -1
  200. package/dist/ketchup/{p-be933dfa.entry.js → p-44b5c573.entry.js} +1 -1
  201. package/dist/ketchup/{p-fe8c8e11.js → p-47752f3b.js} +1 -1
  202. package/dist/ketchup/{p-40312367.entry.js → p-5ce0e645.entry.js} +1 -1
  203. package/dist/ketchup/{p-d938d1cd.js → p-698442ed.js} +1 -1
  204. package/dist/ketchup/{p-fb03f2f5.js → p-6d9ffb32.js} +1 -1
  205. package/dist/ketchup/{p-90576709.js → p-7360a410.js} +1 -1
  206. package/dist/ketchup/{p-86a3a9ef.entry.js → p-b415fe84.entry.js} +1 -1
  207. package/dist/ketchup/{p-166356dc.entry.js → p-b623c774.entry.js} +1 -1
  208. package/dist/ketchup/p-b8fcbcc9.entry.js +1 -0
  209. package/dist/ketchup/{p-3fe1eada.entry.js → p-be864593.entry.js} +2 -2
  210. package/dist/ketchup/{p-4cb43c62.entry.js → p-c0878519.entry.js} +1 -1
  211. package/dist/ketchup/{p-f520b898.entry.js → p-c39ddeae.entry.js} +1 -1
  212. package/dist/ketchup/{p-79f78bdc.js → p-d680bdde.js} +1 -1
  213. package/dist/ketchup/p-d817be2a.js +1 -0
  214. package/dist/ketchup/{p-2751c4ba.js → p-e76b646c.js} +1 -1
  215. package/dist/ketchup/{p-6814b44c.entry.js → p-e917200c.entry.js} +2 -2
  216. package/dist/ketchup/{p-7c9ca424.entry.js → p-eec864dd.entry.js} +1 -1
  217. package/dist/ketchup/{p-d942bfd3.entry.js → p-f3c8c1da.entry.js} +1 -1
  218. package/dist/ketchup/p-f79d544a.js +1 -0
  219. package/dist/ketchup/{p-3da7e4c6.js → p-fd75d5bf.js} +1 -1
  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.d.ts +10 -0
  224. package/dist/types/stencil-public-runtime.d.ts +1 -1
  225. package/package.json +5 -5
  226. package/dist/esm/polyfills/css-shim.js +0 -1
  227. package/dist/ketchup/p-0e961148.js +0 -1
  228. package/dist/ketchup/p-2866e08c.entry.js +0 -1
  229. package/dist/ketchup/p-5443df89.js +0 -1
  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
@@ -15,17 +15,17 @@ 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 _KupAutocomplete_instances, _KupAutocomplete_doConsistencyCheck, _KupAutocomplete_elStyle, _KupAutocomplete_listEl, _KupAutocomplete_kupManager, _KupAutocomplete_textfieldWrapper, _KupAutocomplete_textfieldEl, _KupAutocomplete_clickCb, _KupAutocomplete_inputTimeout, _KupAutocomplete_openList, _KupAutocomplete_closeList, _KupAutocomplete_isListOpened, _KupAutocomplete_consistencyCheck, _KupAutocomplete_prepList;
18
- import { forceUpdate, h, Host, } from '@stencil/core';
19
- import { kupManagerInstance, } from '../../managers/kup-manager/kup-manager';
20
- import { FTextField } from '../../f-components/f-text-field/f-text-field';
21
- import { FTextFieldMDC } from '../../f-components/f-text-field/f-text-field-mdc';
22
- import { KupAutocompleteProps, } from './kup-autocomplete-declarations';
23
- import { ItemsDisplayMode, } from '../kup-list/kup-list-declarations';
24
- import { consistencyCheck } from '../kup-list/kup-list-helper';
25
- import { KupThemeIconValues } from '../../managers/kup-theme/kup-theme-declarations';
26
- import { getProps, setProps } from '../../utils/utils';
27
- import { componentWrapperId } from '../../variables/GenericVariables';
28
- import { KupDynamicPositionPlacement } from '../../managers/kup-dynamic-position/kup-dynamic-position-declarations';
18
+ import { forceUpdate, h, Host, } from "@stencil/core";
19
+ import { kupManagerInstance, } from "../../managers/kup-manager/kup-manager";
20
+ import { FTextField } from "../../f-components/f-text-field/f-text-field";
21
+ import { FTextFieldMDC } from "../../f-components/f-text-field/f-text-field-mdc";
22
+ import { KupAutocompleteProps, } from "./kup-autocomplete-declarations";
23
+ import { ItemsDisplayMode, } from "../kup-list/kup-list-declarations";
24
+ import { consistencyCheck } from "../kup-list/kup-list-helper";
25
+ import { KupThemeIconValues } from "../../managers/kup-theme/kup-theme-declarations";
26
+ import { getProps, setProps } from "../../utils/utils";
27
+ import { componentWrapperId } from "../../variables/GenericVariables";
28
+ import { KupDynamicPositionPlacement } from "../../managers/kup-dynamic-position/kup-dynamic-position-declarations";
29
29
  export class KupAutocomplete {
30
30
  constructor() {
31
31
  _KupAutocomplete_instances.add(this);
@@ -350,7 +350,8 @@ export class KupAutocomplete {
350
350
  "resolved": "Object",
351
351
  "references": {
352
352
  "Object": {
353
- "location": "global"
353
+ "location": "global",
354
+ "id": "global::Object"
354
355
  }
355
356
  }
356
357
  },
@@ -395,7 +396,8 @@ export class KupAutocomplete {
395
396
  "references": {
396
397
  "ItemsDisplayMode": {
397
398
  "location": "import",
398
- "path": "../kup-list/kup-list-declarations"
399
+ "path": "../kup-list/kup-list-declarations",
400
+ "id": "src/components/kup-list/kup-list-declarations.ts::ItemsDisplayMode"
399
401
  }
400
402
  }
401
403
  },
@@ -484,7 +486,8 @@ export class KupAutocomplete {
484
486
  "references": {
485
487
  "ItemsDisplayMode": {
486
488
  "location": "import",
487
- "path": "../kup-list/kup-list-declarations"
489
+ "path": "../kup-list/kup-list-declarations",
490
+ "id": "src/components/kup-list/kup-list-declarations.ts::ItemsDisplayMode"
488
491
  }
489
492
  }
490
493
  },
@@ -568,7 +571,8 @@ export class KupAutocomplete {
568
571
  "references": {
569
572
  "KupAutocompleteEventPayload": {
570
573
  "location": "import",
571
- "path": "./kup-autocomplete-declarations"
574
+ "path": "./kup-autocomplete-declarations",
575
+ "id": "src/components/kup-autocomplete/kup-autocomplete-declarations.ts::KupAutocompleteEventPayload"
572
576
  }
573
577
  }
574
578
  }
@@ -588,7 +592,8 @@ export class KupAutocomplete {
588
592
  "references": {
589
593
  "KupAutocompleteEventPayload": {
590
594
  "location": "import",
591
- "path": "./kup-autocomplete-declarations"
595
+ "path": "./kup-autocomplete-declarations",
596
+ "id": "src/components/kup-autocomplete/kup-autocomplete-declarations.ts::KupAutocompleteEventPayload"
592
597
  }
593
598
  }
594
599
  }
@@ -608,7 +613,8 @@ export class KupAutocomplete {
608
613
  "references": {
609
614
  "KupAutocompleteEventPayload": {
610
615
  "location": "import",
611
- "path": "./kup-autocomplete-declarations"
616
+ "path": "./kup-autocomplete-declarations",
617
+ "id": "src/components/kup-autocomplete/kup-autocomplete-declarations.ts::KupAutocompleteEventPayload"
612
618
  }
613
619
  }
614
620
  }
@@ -628,7 +634,8 @@ export class KupAutocomplete {
628
634
  "references": {
629
635
  "KupAutocompleteEventPayload": {
630
636
  "location": "import",
631
- "path": "./kup-autocomplete-declarations"
637
+ "path": "./kup-autocomplete-declarations",
638
+ "id": "src/components/kup-autocomplete/kup-autocomplete-declarations.ts::KupAutocompleteEventPayload"
632
639
  }
633
640
  }
634
641
  }
@@ -648,7 +655,8 @@ export class KupAutocomplete {
648
655
  "references": {
649
656
  "KupAutocompleteEventPayload": {
650
657
  "location": "import",
651
- "path": "./kup-autocomplete-declarations"
658
+ "path": "./kup-autocomplete-declarations",
659
+ "id": "src/components/kup-autocomplete/kup-autocomplete-declarations.ts::KupAutocompleteEventPayload"
652
660
  }
653
661
  }
654
662
  }
@@ -668,7 +676,8 @@ export class KupAutocomplete {
668
676
  "references": {
669
677
  "KupAutocompleteIconClickEventPayload": {
670
678
  "location": "import",
671
- "path": "./kup-autocomplete-declarations"
679
+ "path": "./kup-autocomplete-declarations",
680
+ "id": "src/components/kup-autocomplete/kup-autocomplete-declarations.ts::KupAutocompleteIconClickEventPayload"
672
681
  }
673
682
  }
674
683
  }
@@ -688,7 +697,8 @@ export class KupAutocomplete {
688
697
  "references": {
689
698
  "KupAutocompleteEventPayload": {
690
699
  "location": "import",
691
- "path": "./kup-autocomplete-declarations"
700
+ "path": "./kup-autocomplete-declarations",
701
+ "id": "src/components/kup-autocomplete/kup-autocomplete-declarations.ts::KupAutocompleteEventPayload"
692
702
  }
693
703
  }
694
704
  }
@@ -708,11 +718,13 @@ export class KupAutocomplete {
708
718
  }],
709
719
  "references": {
710
720
  "Promise": {
711
- "location": "global"
721
+ "location": "global",
722
+ "id": "global::Promise"
712
723
  },
713
724
  "GenericObject": {
714
725
  "location": "import",
715
- "path": "../../types/GenericTypes"
726
+ "path": "../../types/GenericTypes",
727
+ "id": "src/types/GenericTypes.ts::GenericObject"
716
728
  }
717
729
  },
718
730
  "return": "Promise<GenericObject>"
@@ -734,7 +746,8 @@ export class KupAutocomplete {
734
746
  "parameters": [],
735
747
  "references": {
736
748
  "Promise": {
737
- "location": "global"
749
+ "location": "global",
750
+ "id": "global::Promise"
738
751
  }
739
752
  },
740
753
  "return": "Promise<string>"
@@ -753,7 +766,8 @@ export class KupAutocomplete {
753
766
  "parameters": [],
754
767
  "references": {
755
768
  "Promise": {
756
- "location": "global"
769
+ "location": "global",
770
+ "id": "global::Promise"
757
771
  }
758
772
  },
759
773
  "return": "Promise<void>"
@@ -769,7 +783,8 @@ export class KupAutocomplete {
769
783
  "parameters": [],
770
784
  "references": {
771
785
  "Promise": {
772
- "location": "global"
786
+ "location": "global",
787
+ "id": "global::Promise"
773
788
  }
774
789
  },
775
790
  "return": "Promise<void>"
@@ -791,11 +806,13 @@ export class KupAutocomplete {
791
806
  }],
792
807
  "references": {
793
808
  "Promise": {
794
- "location": "global"
809
+ "location": "global",
810
+ "id": "global::Promise"
795
811
  },
796
812
  "GenericObject": {
797
813
  "location": "import",
798
- "path": "../../types/GenericTypes"
814
+ "path": "../../types/GenericTypes",
815
+ "id": "src/types/GenericTypes.ts::GenericObject"
799
816
  }
800
817
  },
801
818
  "return": "Promise<void>"
@@ -820,7 +837,8 @@ export class KupAutocomplete {
820
837
  }],
821
838
  "references": {
822
839
  "Promise": {
823
- "location": "global"
840
+ "location": "global",
841
+ "id": "global::Promise"
824
842
  }
825
843
  },
826
844
  "return": "Promise<void>"
@@ -1,10 +1,10 @@
1
- import { forceUpdate, h, Host, } from '@stencil/core';
2
- import { FImage } from '../../f-components/f-image/f-image';
3
- import { kupManagerInstance, } from '../../managers/kup-manager/kup-manager';
4
- import { KupThemeColorValues } from '../../managers/kup-theme/kup-theme-declarations';
5
- import { getProps, setProps } from '../../utils/utils';
6
- import { componentWrapperId } from '../../variables/GenericVariables';
7
- import { KupBadgeProps } from './kup-badge-declarations';
1
+ import { forceUpdate, h, Host, } from "@stencil/core";
2
+ import { FImage } from "../../f-components/f-image/f-image";
3
+ import { kupManagerInstance, } from "../../managers/kup-manager/kup-manager";
4
+ import { KupThemeColorValues } from "../../managers/kup-theme/kup-theme-declarations";
5
+ import { getProps, setProps } from "../../utils/utils";
6
+ import { componentWrapperId } from "../../variables/GenericVariables";
7
+ import { KupBadgeProps } from "./kup-badge-declarations";
8
8
  export class KupBadge {
9
9
  constructor() {
10
10
  /*-------------------------------------------------*/
@@ -130,7 +130,8 @@ export class KupBadge {
130
130
  "references": {
131
131
  "GenericObject": {
132
132
  "location": "import",
133
- "path": "../../types/GenericTypes"
133
+ "path": "../../types/GenericTypes",
134
+ "id": "src/types/GenericTypes.ts::GenericObject"
134
135
  }
135
136
  }
136
137
  },
@@ -185,7 +186,8 @@ export class KupBadge {
185
186
  "references": {
186
187
  "KupEventPayload": {
187
188
  "location": "import",
188
- "path": "../../types/GenericTypes"
189
+ "path": "../../types/GenericTypes",
190
+ "id": "src/types/GenericTypes.ts::KupEventPayload"
189
191
  }
190
192
  }
191
193
  }
@@ -205,11 +207,13 @@ export class KupBadge {
205
207
  }],
206
208
  "references": {
207
209
  "Promise": {
208
- "location": "global"
210
+ "location": "global",
211
+ "id": "global::Promise"
209
212
  },
210
213
  "GenericObject": {
211
214
  "location": "import",
212
- "path": "../../types/GenericTypes"
215
+ "path": "../../types/GenericTypes",
216
+ "id": "src/types/GenericTypes.ts::GenericObject"
213
217
  }
214
218
  },
215
219
  "return": "Promise<GenericObject>"
@@ -231,7 +235,8 @@ export class KupBadge {
231
235
  "parameters": [],
232
236
  "references": {
233
237
  "Promise": {
234
- "location": "global"
238
+ "location": "global",
239
+ "id": "global::Promise"
235
240
  }
236
241
  },
237
242
  "return": "Promise<void>"
@@ -253,11 +258,13 @@ export class KupBadge {
253
258
  }],
254
259
  "references": {
255
260
  "Promise": {
256
- "location": "global"
261
+ "location": "global",
262
+ "id": "global::Promise"
257
263
  },
258
264
  "GenericObject": {
259
265
  "location": "import",
260
- "path": "../../types/GenericTypes"
266
+ "path": "../../types/GenericTypes",
267
+ "id": "src/types/GenericTypes.ts::GenericObject"
261
268
  }
262
269
  },
263
270
  "return": "Promise<void>"
@@ -15,26 +15,26 @@ 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 _KupBox_instances, _KupBox_intObserver, _KupBox_rowsRefs, _KupBox_navBarHeight, _KupBox_didRenderObservers, _KupBox_setObserver;
18
- import { forceUpdate, h, Host, } from '@stencil/core';
19
- import { SortMode, } from '../kup-data-table/kup-data-table-declarations';
20
- import { KupBoxProps, } from './kup-box-declarations';
21
- import { getColumnByName } from '../../utils/cell-utils';
22
- import { filterRows, sortRows, paginateRows, } from '../kup-data-table/kup-data-table-helper';
23
- import { kupManagerInstance, } from '../../managers/kup-manager/kup-manager';
24
- import { KupBoxState } from './kup-box-state';
25
- import { getProps, identify, setProps } from '../../utils/utils';
26
- import { FImage } from '../../f-components/f-image/f-image';
27
- import { FChip } from '../../f-components/f-chip/f-chip';
28
- import { KupDebugCategory } from '../../managers/kup-debug/kup-debug-declarations';
29
- import { KupLanguageGeneric, KupLanguageSearch, } from '../../managers/kup-language/kup-language-declarations';
30
- import { componentWrapperId } from '../../variables/GenericVariables';
31
- import { KupThemeIconValues } from '../../managers/kup-theme/kup-theme-declarations';
32
- import { KupDragEffect, kupDraggableCellAttr, KupDropEventTypes, KupPointerEventTypes, } from '../../managers/kup-interact/kup-interact-declarations';
33
- import { FCell } from '../../f-components/f-cell/f-cell';
34
- import { FPaginator } from '../../f-components/f-paginator/f-paginator';
35
- import { FPaginatorMode } from '../../f-components/f-paginator/f-paginator-declarations';
36
- import { pageChange, rowsPerPageChange, } from '../../f-components/f-paginator/f-paginator-utils';
37
- import { FTextFieldMDC } from '../../f-components/f-text-field/f-text-field-mdc';
18
+ import { forceUpdate, h, Host, } from "@stencil/core";
19
+ import { SortMode, } from "../kup-data-table/kup-data-table-declarations";
20
+ import { KupBoxProps, } from "./kup-box-declarations";
21
+ import { getColumnByName } from "../../utils/cell-utils";
22
+ import { filterRows, sortRows, paginateRows, } from "../kup-data-table/kup-data-table-helper";
23
+ import { kupManagerInstance, } from "../../managers/kup-manager/kup-manager";
24
+ import { KupBoxState } from "./kup-box-state";
25
+ import { getProps, identify, setProps } from "../../utils/utils";
26
+ import { FImage } from "../../f-components/f-image/f-image";
27
+ import { FChip } from "../../f-components/f-chip/f-chip";
28
+ import { KupDebugCategory } from "../../managers/kup-debug/kup-debug-declarations";
29
+ import { KupLanguageGeneric, KupLanguageSearch, } from "../../managers/kup-language/kup-language-declarations";
30
+ import { componentWrapperId } from "../../variables/GenericVariables";
31
+ import { KupThemeIconValues } from "../../managers/kup-theme/kup-theme-declarations";
32
+ import { KupDragEffect, kupDraggableCellAttr, KupDropEventTypes, KupPointerEventTypes, } from "../../managers/kup-interact/kup-interact-declarations";
33
+ import { FCell } from "../../f-components/f-cell/f-cell";
34
+ import { FPaginator } from "../../f-components/f-paginator/f-paginator";
35
+ import { FPaginatorMode } from "../../f-components/f-paginator/f-paginator-declarations";
36
+ import { pageChange, rowsPerPageChange, } from "../../f-components/f-paginator/f-paginator-utils";
37
+ import { FTextFieldMDC } from "../../f-components/f-text-field/f-text-field-mdc";
38
38
  export class KupBox {
39
39
  constructor() {
40
40
  _KupBox_instances.add(this);
@@ -1223,7 +1223,8 @@ export class KupBox {
1223
1223
  "references": {
1224
1224
  "GenericObject": {
1225
1225
  "location": "import",
1226
- "path": "../../types/GenericTypes"
1226
+ "path": "../../types/GenericTypes",
1227
+ "id": "src/types/GenericTypes.ts::GenericObject"
1227
1228
  }
1228
1229
  }
1229
1230
  },
@@ -1292,7 +1293,8 @@ export class KupBox {
1292
1293
  "references": {
1293
1294
  "KupBoxData": {
1294
1295
  "location": "import",
1295
- "path": "./kup-box-declarations"
1296
+ "path": "./kup-box-declarations",
1297
+ "id": "src/components/kup-box/kup-box-declarations.ts::KupBoxData"
1296
1298
  }
1297
1299
  }
1298
1300
  },
@@ -1463,7 +1465,8 @@ export class KupBox {
1463
1465
  "references": {
1464
1466
  "KupBoxKanban": {
1465
1467
  "location": "import",
1466
- "path": "./kup-box-declarations"
1468
+ "path": "./kup-box-declarations",
1469
+ "id": "src/components/kup-box/kup-box-declarations.ts::KupBoxKanban"
1467
1470
  }
1468
1471
  }
1469
1472
  },
@@ -1487,7 +1490,8 @@ export class KupBox {
1487
1490
  "references": {
1488
1491
  "KupBoxLayout": {
1489
1492
  "location": "import",
1490
- "path": "./kup-box-declarations"
1493
+ "path": "./kup-box-declarations",
1494
+ "id": "src/components/kup-box/kup-box-declarations.ts::KupBoxLayout"
1491
1495
  }
1492
1496
  }
1493
1497
  },
@@ -1752,7 +1756,8 @@ export class KupBox {
1752
1756
  "references": {
1753
1757
  "KupStore": {
1754
1758
  "location": "import",
1755
- "path": "../kup-state/kup-store"
1759
+ "path": "../kup-state/kup-store",
1760
+ "id": "src/components/kup-state/kup-store.ts::KupStore"
1756
1761
  }
1757
1762
  }
1758
1763
  },
@@ -1812,7 +1817,8 @@ export class KupBox {
1812
1817
  "references": {
1813
1818
  "KupBoxClickEventPayload": {
1814
1819
  "location": "import",
1815
- "path": "./kup-box-declarations"
1820
+ "path": "./kup-box-declarations",
1821
+ "id": "src/components/kup-box/kup-box-declarations.ts::KupBoxClickEventPayload"
1816
1822
  }
1817
1823
  }
1818
1824
  }
@@ -1832,7 +1838,8 @@ export class KupBox {
1832
1838
  "references": {
1833
1839
  "KupBoxSelectedEventPayload": {
1834
1840
  "location": "import",
1835
- "path": "./kup-box-declarations"
1841
+ "path": "./kup-box-declarations",
1842
+ "id": "src/components/kup-box/kup-box-declarations.ts::KupBoxSelectedEventPayload"
1836
1843
  }
1837
1844
  }
1838
1845
  }
@@ -1852,7 +1859,8 @@ export class KupBox {
1852
1859
  "references": {
1853
1860
  "KupBoxAutoSelectEventPayload": {
1854
1861
  "location": "import",
1855
- "path": "./kup-box-declarations"
1862
+ "path": "./kup-box-declarations",
1863
+ "id": "src/components/kup-box/kup-box-declarations.ts::KupBoxAutoSelectEventPayload"
1856
1864
  }
1857
1865
  }
1858
1866
  }
@@ -1872,7 +1880,8 @@ export class KupBox {
1872
1880
  "references": {
1873
1881
  "KupBoxAutoSelectEventPayload": {
1874
1882
  "location": "import",
1875
- "path": "./kup-box-declarations"
1883
+ "path": "./kup-box-declarations",
1884
+ "id": "src/components/kup-box/kup-box-declarations.ts::KupBoxAutoSelectEventPayload"
1876
1885
  }
1877
1886
  }
1878
1887
  }
@@ -1892,7 +1901,8 @@ export class KupBox {
1892
1901
  "references": {
1893
1902
  "KupBoxRowActionClickEventPayload": {
1894
1903
  "location": "import",
1895
- "path": "./kup-box-declarations"
1904
+ "path": "./kup-box-declarations",
1905
+ "id": "src/components/kup-box/kup-box-declarations.ts::KupBoxRowActionClickEventPayload"
1896
1906
  }
1897
1907
  }
1898
1908
  }
@@ -1912,7 +1922,8 @@ export class KupBox {
1912
1922
  "references": {
1913
1923
  "KupEventPayload": {
1914
1924
  "location": "import",
1915
- "path": "../../types/GenericTypes"
1925
+ "path": "../../types/GenericTypes",
1926
+ "id": "src/types/GenericTypes.ts::KupEventPayload"
1916
1927
  }
1917
1928
  }
1918
1929
  }
@@ -1932,7 +1943,8 @@ export class KupBox {
1932
1943
  "references": {
1933
1944
  "KupEventPayload": {
1934
1945
  "location": "import",
1935
- "path": "../../types/GenericTypes"
1946
+ "path": "../../types/GenericTypes",
1947
+ "id": "src/types/GenericTypes.ts::KupEventPayload"
1936
1948
  }
1937
1949
  }
1938
1950
  }
@@ -1952,7 +1964,8 @@ export class KupBox {
1952
1964
  "references": {
1953
1965
  "KupBoxContextMenuEventPayload": {
1954
1966
  "location": "import",
1955
- "path": "./kup-box-declarations"
1967
+ "path": "./kup-box-declarations",
1968
+ "id": "src/components/kup-box/kup-box-declarations.ts::KupBoxContextMenuEventPayload"
1956
1969
  }
1957
1970
  }
1958
1971
  }
@@ -1972,11 +1985,13 @@ export class KupBox {
1972
1985
  }],
1973
1986
  "references": {
1974
1987
  "Promise": {
1975
- "location": "global"
1988
+ "location": "global",
1989
+ "id": "global::Promise"
1976
1990
  },
1977
1991
  "GenericObject": {
1978
1992
  "location": "import",
1979
- "path": "../../types/GenericTypes"
1993
+ "path": "../../types/GenericTypes",
1994
+ "id": "src/types/GenericTypes.ts::GenericObject"
1980
1995
  }
1981
1996
  },
1982
1997
  "return": "Promise<GenericObject>"
@@ -2004,15 +2019,18 @@ export class KupBox {
2004
2019
  }],
2005
2020
  "references": {
2006
2021
  "Promise": {
2007
- "location": "global"
2022
+ "location": "global",
2023
+ "id": "global::Promise"
2008
2024
  },
2009
2025
  "KupBoxRow": {
2010
2026
  "location": "import",
2011
- "path": "./kup-box-declarations"
2027
+ "path": "./kup-box-declarations",
2028
+ "id": "src/components/kup-box/kup-box-declarations.ts::KupBoxRow"
2012
2029
  },
2013
2030
  "KupDataRowAction": {
2014
2031
  "location": "import",
2015
- "path": "../../managers/kup-data/kup-data-declarations"
2032
+ "path": "../../managers/kup-data/kup-data-declarations",
2033
+ "id": "src/managers/kup-data/kup-data-declarations.ts::KupDataRowAction"
2016
2034
  }
2017
2035
  },
2018
2036
  "return": "Promise<void>"
@@ -2028,7 +2046,8 @@ export class KupBox {
2028
2046
  "parameters": [],
2029
2047
  "references": {
2030
2048
  "Promise": {
2031
- "location": "global"
2049
+ "location": "global",
2050
+ "id": "global::Promise"
2032
2051
  }
2033
2052
  },
2034
2053
  "return": "Promise<void>"
@@ -2050,11 +2069,13 @@ export class KupBox {
2050
2069
  }],
2051
2070
  "references": {
2052
2071
  "Promise": {
2053
- "location": "global"
2072
+ "location": "global",
2073
+ "id": "global::Promise"
2054
2074
  },
2055
2075
  "GenericObject": {
2056
2076
  "location": "import",
2057
- "path": "../../types/GenericTypes"
2077
+ "path": "../../types/GenericTypes",
2078
+ "id": "src/types/GenericTypes.ts::GenericObject"
2058
2079
  }
2059
2080
  },
2060
2081
  "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 { FButton } from '../../f-components/f-button/f-button';
4
- import { FButtonStyling, } from '../../f-components/f-button/f-button-declarations';
5
- import { KupButtonProps, } from './kup-button-declarations';
6
- import { KupDebugCategory } from '../../managers/kup-debug/kup-debug-declarations';
7
- import { getProps, setProps } from '../../utils/utils';
8
- import { componentWrapperId } from '../../variables/GenericVariables';
1
+ import { forceUpdate, h, Host, } from "@stencil/core";
2
+ import { kupManagerInstance, } from "../../managers/kup-manager/kup-manager";
3
+ import { FButton } from "../../f-components/f-button/f-button";
4
+ import { FButtonStyling, } from "../../f-components/f-button/f-button-declarations";
5
+ import { KupButtonProps, } from "./kup-button-declarations";
6
+ import { KupDebugCategory } from "../../managers/kup-debug/kup-debug-declarations";
7
+ import { getProps, setProps } from "../../utils/utils";
8
+ import { componentWrapperId } from "../../variables/GenericVariables";
9
9
  export class KupButton {
10
10
  constructor() {
11
11
  /*-------------------------------------------------*/
@@ -345,7 +345,8 @@ export class KupButton {
345
345
  "references": {
346
346
  "FButtonStyling": {
347
347
  "location": "import",
348
- "path": "../../f-components/f-button/f-button-declarations"
348
+ "path": "../../f-components/f-button/f-button-declarations",
349
+ "id": "src/f-components/f-button/f-button-declarations.ts::FButtonStyling"
349
350
  }
350
351
  }
351
352
  },
@@ -449,7 +450,8 @@ export class KupButton {
449
450
  "references": {
450
451
  "KupButtonClickEventPayload": {
451
452
  "location": "import",
452
- "path": "./kup-button-declarations"
453
+ "path": "./kup-button-declarations",
454
+ "id": "src/components/kup-button/kup-button-declarations.ts::KupButtonClickEventPayload"
453
455
  }
454
456
  }
455
457
  }
@@ -469,7 +471,8 @@ export class KupButton {
469
471
  "references": {
470
472
  "KupButtonClickEventPayload": {
471
473
  "location": "import",
472
- "path": "./kup-button-declarations"
474
+ "path": "./kup-button-declarations",
475
+ "id": "src/components/kup-button/kup-button-declarations.ts::KupButtonClickEventPayload"
473
476
  }
474
477
  }
475
478
  }
@@ -489,7 +492,8 @@ export class KupButton {
489
492
  "references": {
490
493
  "KupButtonClickEventPayload": {
491
494
  "location": "import",
492
- "path": "./kup-button-declarations"
495
+ "path": "./kup-button-declarations",
496
+ "id": "src/components/kup-button/kup-button-declarations.ts::KupButtonClickEventPayload"
493
497
  }
494
498
  }
495
499
  }
@@ -509,11 +513,13 @@ export class KupButton {
509
513
  }],
510
514
  "references": {
511
515
  "Promise": {
512
- "location": "global"
516
+ "location": "global",
517
+ "id": "global::Promise"
513
518
  },
514
519
  "GenericObject": {
515
520
  "location": "import",
516
- "path": "../../types/GenericTypes"
521
+ "path": "../../types/GenericTypes",
522
+ "id": "src/types/GenericTypes.ts::GenericObject"
517
523
  }
518
524
  },
519
525
  "return": "Promise<GenericObject>"
@@ -535,7 +541,8 @@ export class KupButton {
535
541
  "parameters": [],
536
542
  "references": {
537
543
  "Promise": {
538
- "location": "global"
544
+ "location": "global",
545
+ "id": "global::Promise"
539
546
  }
540
547
  },
541
548
  "return": "Promise<void>"
@@ -557,11 +564,13 @@ export class KupButton {
557
564
  }],
558
565
  "references": {
559
566
  "Promise": {
560
- "location": "global"
567
+ "location": "global",
568
+ "id": "global::Promise"
561
569
  },
562
570
  "GenericObject": {
563
571
  "location": "import",
564
- "path": "../../types/GenericTypes"
572
+ "path": "../../types/GenericTypes",
573
+ "id": "src/types/GenericTypes.ts::GenericObject"
565
574
  }
566
575
  },
567
576
  "return": "Promise<void>"
@@ -1,4 +1,4 @@
1
- import { newE2EPage } from '@stencil/core/testing';
1
+ import { newE2EPage } from "@stencil/core/testing";
2
2
  describe('kup-button-list', () => {
3
3
  it('renders', async () => {
4
4
  const page = await newE2EPage();