@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,13 +1,13 @@
1
- import { forceUpdate, h, Host, } from '@stencil/core';
2
- import { kupManagerInstance, } from '../../managers/kup-manager/kup-manager';
3
- import { KupColorPickerProps, } from './kup-color-picker-declarations';
4
- import { KupLanguageGeneric } from '../../managers/kup-language/kup-language-declarations';
5
- import { getProps, setProps } from '../../utils/utils';
6
- import { componentWrapperId } from '../../variables/GenericVariables';
7
- import { FTextField } from '../../f-components/f-text-field/f-text-field';
8
- import { FTextFieldMDC } from '../../f-components/f-text-field/f-text-field-mdc';
9
- import { KupCardFamily, } from '../kup-card/kup-card-declarations';
10
- import { KupDynamicPositionPlacement } from '../../managers/kup-dynamic-position/kup-dynamic-position-declarations';
1
+ import { forceUpdate, h, Host, } from "@stencil/core";
2
+ import { kupManagerInstance, } from "../../managers/kup-manager/kup-manager";
3
+ import { KupColorPickerProps, } from "./kup-color-picker-declarations";
4
+ import { KupLanguageGeneric } from "../../managers/kup-language/kup-language-declarations";
5
+ import { getProps, setProps } from "../../utils/utils";
6
+ import { componentWrapperId } from "../../variables/GenericVariables";
7
+ import { FTextField } from "../../f-components/f-text-field/f-text-field";
8
+ import { FTextFieldMDC } from "../../f-components/f-text-field/f-text-field-mdc";
9
+ import { KupCardFamily, } from "../kup-card/kup-card-declarations";
10
+ import { KupDynamicPositionPlacement } from "../../managers/kup-dynamic-position/kup-dynamic-position-declarations";
11
11
  export class KupColorPicker {
12
12
  constructor() {
13
13
  /*-------------------------------------------------*/
@@ -293,7 +293,8 @@ export class KupColorPicker {
293
293
  "resolved": "Object",
294
294
  "references": {
295
295
  "Object": {
296
- "location": "global"
296
+ "location": "global",
297
+ "id": "global::Object"
297
298
  }
298
299
  }
299
300
  },
@@ -395,7 +396,8 @@ export class KupColorPicker {
395
396
  "references": {
396
397
  "KupColorPickerEventPayload": {
397
398
  "location": "import",
398
- "path": "./kup-color-picker-declarations"
399
+ "path": "./kup-color-picker-declarations",
400
+ "id": "src/components/kup-color-picker/kup-color-picker-declarations.ts::KupColorPickerEventPayload"
399
401
  }
400
402
  }
401
403
  }
@@ -415,11 +417,13 @@ export class KupColorPicker {
415
417
  }],
416
418
  "references": {
417
419
  "Promise": {
418
- "location": "global"
420
+ "location": "global",
421
+ "id": "global::Promise"
419
422
  },
420
423
  "GenericObject": {
421
424
  "location": "import",
422
- "path": "../../types/GenericTypes"
425
+ "path": "../../types/GenericTypes",
426
+ "id": "src/types/GenericTypes.ts::GenericObject"
423
427
  }
424
428
  },
425
429
  "return": "Promise<GenericObject>"
@@ -441,7 +445,8 @@ export class KupColorPicker {
441
445
  "parameters": [],
442
446
  "references": {
443
447
  "Promise": {
444
- "location": "global"
448
+ "location": "global",
449
+ "id": "global::Promise"
445
450
  }
446
451
  },
447
452
  "return": "Promise<string>"
@@ -460,7 +465,8 @@ export class KupColorPicker {
460
465
  "parameters": [],
461
466
  "references": {
462
467
  "Promise": {
463
- "location": "global"
468
+ "location": "global",
469
+ "id": "global::Promise"
464
470
  }
465
471
  },
466
472
  "return": "Promise<void>"
@@ -482,11 +488,13 @@ export class KupColorPicker {
482
488
  }],
483
489
  "references": {
484
490
  "Promise": {
485
- "location": "global"
491
+ "location": "global",
492
+ "id": "global::Promise"
486
493
  },
487
494
  "GenericObject": {
488
495
  "location": "import",
489
- "path": "../../types/GenericTypes"
496
+ "path": "../../types/GenericTypes",
497
+ "id": "src/types/GenericTypes.ts::GenericObject"
490
498
  }
491
499
  },
492
500
  "return": "Promise<void>"
@@ -511,7 +519,8 @@ export class KupColorPicker {
511
519
  }],
512
520
  "references": {
513
521
  "Promise": {
514
- "location": "global"
522
+ "location": "global",
523
+ "id": "global::Promise"
515
524
  }
516
525
  },
517
526
  "return": "Promise<void>"
@@ -530,7 +539,8 @@ export class KupColorPicker {
530
539
  "parameters": [],
531
540
  "references": {
532
541
  "Promise": {
533
- "location": "global"
542
+ "location": "global",
543
+ "id": "global::Promise"
534
544
  }
535
545
  },
536
546
  "return": "Promise<void>"
@@ -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 _KupCombobox_instances, _KupCombobox_kupManager, _KupCombobox_elStyle, _KupCombobox_listEl, _KupCombobox_textfieldWrapper, _KupCombobox_textfieldEl, _KupCombobox_clickCb, _KupCombobox_openList, _KupCombobox_closeList, _KupCombobox_isListOpened, _KupCombobox_consistencyCheck, _KupCombobox_prepList;
18
- import { forceUpdate, h, Host, } from '@stencil/core';
19
- import { kupManagerInstance, } from '../../managers/kup-manager/kup-manager';
20
- import { ItemsDisplayMode, } from '../kup-list/kup-list-declarations';
21
- import { consistencyCheck } from '../kup-list/kup-list-helper';
22
- import { FTextField } from '../../f-components/f-text-field/f-text-field';
23
- import { FTextFieldMDC } from '../../f-components/f-text-field/f-text-field-mdc';
24
- import { KupComboboxProps, } from './kup-combobox-declarations';
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 { ItemsDisplayMode, } from "../kup-list/kup-list-declarations";
21
+ import { consistencyCheck } from "../kup-list/kup-list-helper";
22
+ import { FTextField } from "../../f-components/f-text-field/f-text-field";
23
+ import { FTextFieldMDC } from "../../f-components/f-text-field/f-text-field-mdc";
24
+ import { KupComboboxProps, } from "./kup-combobox-declarations";
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 KupCombobox {
30
30
  constructor() {
31
31
  _KupCombobox_instances.add(this);
@@ -325,7 +325,8 @@ export class KupCombobox {
325
325
  "resolved": "Object",
326
326
  "references": {
327
327
  "Object": {
328
- "location": "global"
328
+ "location": "global",
329
+ "id": "global::Object"
329
330
  }
330
331
  }
331
332
  },
@@ -364,7 +365,8 @@ export class KupCombobox {
364
365
  "references": {
365
366
  "ItemsDisplayMode": {
366
367
  "location": "import",
367
- "path": "../kup-list/kup-list-declarations"
368
+ "path": "../kup-list/kup-list-declarations",
369
+ "id": "src/components/kup-list/kup-list-declarations.ts::ItemsDisplayMode"
368
370
  }
369
371
  }
370
372
  },
@@ -423,7 +425,8 @@ export class KupCombobox {
423
425
  "references": {
424
426
  "ItemsDisplayMode": {
425
427
  "location": "import",
426
- "path": "../kup-list/kup-list-declarations"
428
+ "path": "../kup-list/kup-list-declarations",
429
+ "id": "src/components/kup-list/kup-list-declarations.ts::ItemsDisplayMode"
427
430
  }
428
431
  }
429
432
  },
@@ -480,7 +483,8 @@ export class KupCombobox {
480
483
  "references": {
481
484
  "KupComboboxEventPayload": {
482
485
  "location": "import",
483
- "path": "./kup-combobox-declarations"
486
+ "path": "./kup-combobox-declarations",
487
+ "id": "src/components/kup-combobox/kup-combobox-declarations.ts::KupComboboxEventPayload"
484
488
  }
485
489
  }
486
490
  }
@@ -500,7 +504,8 @@ export class KupCombobox {
500
504
  "references": {
501
505
  "KupComboboxEventPayload": {
502
506
  "location": "import",
503
- "path": "./kup-combobox-declarations"
507
+ "path": "./kup-combobox-declarations",
508
+ "id": "src/components/kup-combobox/kup-combobox-declarations.ts::KupComboboxEventPayload"
504
509
  }
505
510
  }
506
511
  }
@@ -520,7 +525,8 @@ export class KupCombobox {
520
525
  "references": {
521
526
  "KupComboboxEventPayload": {
522
527
  "location": "import",
523
- "path": "./kup-combobox-declarations"
528
+ "path": "./kup-combobox-declarations",
529
+ "id": "src/components/kup-combobox/kup-combobox-declarations.ts::KupComboboxEventPayload"
524
530
  }
525
531
  }
526
532
  }
@@ -540,7 +546,8 @@ export class KupCombobox {
540
546
  "references": {
541
547
  "KupComboboxEventPayload": {
542
548
  "location": "import",
543
- "path": "./kup-combobox-declarations"
549
+ "path": "./kup-combobox-declarations",
550
+ "id": "src/components/kup-combobox/kup-combobox-declarations.ts::KupComboboxEventPayload"
544
551
  }
545
552
  }
546
553
  }
@@ -560,7 +567,8 @@ export class KupCombobox {
560
567
  "references": {
561
568
  "KupComboboxEventPayload": {
562
569
  "location": "import",
563
- "path": "./kup-combobox-declarations"
570
+ "path": "./kup-combobox-declarations",
571
+ "id": "src/components/kup-combobox/kup-combobox-declarations.ts::KupComboboxEventPayload"
564
572
  }
565
573
  }
566
574
  }
@@ -580,7 +588,8 @@ export class KupCombobox {
580
588
  "references": {
581
589
  "KupComboboxIconClickEventPayload": {
582
590
  "location": "import",
583
- "path": "./kup-combobox-declarations"
591
+ "path": "./kup-combobox-declarations",
592
+ "id": "src/components/kup-combobox/kup-combobox-declarations.ts::KupComboboxIconClickEventPayload"
584
593
  }
585
594
  }
586
595
  }
@@ -600,7 +609,8 @@ export class KupCombobox {
600
609
  "references": {
601
610
  "KupComboboxEventPayload": {
602
611
  "location": "import",
603
- "path": "./kup-combobox-declarations"
612
+ "path": "./kup-combobox-declarations",
613
+ "id": "src/components/kup-combobox/kup-combobox-declarations.ts::KupComboboxEventPayload"
604
614
  }
605
615
  }
606
616
  }
@@ -620,11 +630,13 @@ export class KupCombobox {
620
630
  }],
621
631
  "references": {
622
632
  "Promise": {
623
- "location": "global"
633
+ "location": "global",
634
+ "id": "global::Promise"
624
635
  },
625
636
  "GenericObject": {
626
637
  "location": "import",
627
- "path": "../../types/GenericTypes"
638
+ "path": "../../types/GenericTypes",
639
+ "id": "src/types/GenericTypes.ts::GenericObject"
628
640
  }
629
641
  },
630
642
  "return": "Promise<GenericObject>"
@@ -646,7 +658,8 @@ export class KupCombobox {
646
658
  "parameters": [],
647
659
  "references": {
648
660
  "Promise": {
649
- "location": "global"
661
+ "location": "global",
662
+ "id": "global::Promise"
650
663
  }
651
664
  },
652
665
  "return": "Promise<string>"
@@ -665,7 +678,8 @@ export class KupCombobox {
665
678
  "parameters": [],
666
679
  "references": {
667
680
  "Promise": {
668
- "location": "global"
681
+ "location": "global",
682
+ "id": "global::Promise"
669
683
  }
670
684
  },
671
685
  "return": "Promise<void>"
@@ -681,7 +695,8 @@ export class KupCombobox {
681
695
  "parameters": [],
682
696
  "references": {
683
697
  "Promise": {
684
- "location": "global"
698
+ "location": "global",
699
+ "id": "global::Promise"
685
700
  }
686
701
  },
687
702
  "return": "Promise<void>"
@@ -703,11 +718,13 @@ export class KupCombobox {
703
718
  }],
704
719
  "references": {
705
720
  "Promise": {
706
- "location": "global"
721
+ "location": "global",
722
+ "id": "global::Promise"
707
723
  },
708
724
  "GenericObject": {
709
725
  "location": "import",
710
- "path": "../../types/GenericTypes"
726
+ "path": "../../types/GenericTypes",
727
+ "id": "src/types/GenericTypes.ts::GenericObject"
711
728
  }
712
729
  },
713
730
  "return": "Promise<void>"
@@ -732,7 +749,8 @@ export class KupCombobox {
732
749
  }],
733
750
  "references": {
734
751
  "Promise": {
735
- "location": "global"
752
+ "location": "global",
753
+ "id": "global::Promise"
736
754
  }
737
755
  },
738
756
  "return": "Promise<void>"
@@ -1,5 +1,5 @@
1
- import { h, } from '@stencil/core';
2
- import { kupManagerInstance, } from '../../managers/kup-manager/kup-manager';
1
+ import { h, } from "@stencil/core";
2
+ import { kupManagerInstance, } from "../../managers/kup-manager/kup-manager";
3
3
  export class KupDash {
4
4
  constructor() {
5
5
  /**
@@ -1,6 +1,6 @@
1
- import { h } from '@stencil/core';
2
- import { getCellValueForDisplay } from '../../utils/cell-utils';
3
- import { kupManagerInstance, } from '../../managers/kup-manager/kup-manager';
1
+ import { h } from "@stencil/core";
2
+ import { getCellValueForDisplay } from "../../utils/cell-utils";
3
+ import { kupManagerInstance, } from "../../managers/kup-manager/kup-manager";
4
4
  export class KupDashList {
5
5
  constructor() {
6
6
  /*-------------------------------------------------*/
@@ -232,7 +232,8 @@ export class KupDashList {
232
232
  "resolved": "any[]",
233
233
  "references": {
234
234
  "Array": {
235
- "location": "global"
235
+ "location": "global",
236
+ "id": "global::Array"
236
237
  }
237
238
  }
238
239
  },
@@ -252,7 +253,8 @@ export class KupDashList {
252
253
  "resolved": "any[]",
253
254
  "references": {
254
255
  "Array": {
255
- "location": "global"
256
+ "location": "global",
257
+ "id": "global::Array"
256
258
  }
257
259
  }
258
260
  },
@@ -272,7 +274,8 @@ export class KupDashList {
272
274
  "resolved": "any[]",
273
275
  "references": {
274
276
  "Array": {
275
- "location": "global"
277
+ "location": "global",
278
+ "id": "global::Array"
276
279
  }
277
280
  }
278
281
  },
@@ -293,7 +296,8 @@ export class KupDashList {
293
296
  "references": {
294
297
  "KupDataDataset": {
295
298
  "location": "import",
296
- "path": "../../managers/kup-data/kup-data-declarations"
299
+ "path": "../../managers/kup-data/kup-data-declarations",
300
+ "id": "src/managers/kup-data/kup-data-declarations.ts::KupDataDataset"
297
301
  }
298
302
  }
299
303
  },
@@ -1,15 +1,15 @@
1
- import { forceUpdate, h, Host, } from '@stencil/core';
2
- import { FButton } from '../../f-components/f-button/f-button';
3
- import { FCheckbox } from '../../f-components/f-checkbox/f-checkbox';
4
- import { FTextField } from '../../f-components/f-text-field/f-text-field';
5
- import { FTextFieldMDC } from '../../f-components/f-text-field/f-text-field-mdc';
6
- import { KupDebugCategory } from '../../managers/kup-debug/kup-debug-declarations';
7
- import { KupDragEffect } from '../../managers/kup-interact/kup-interact-declarations';
8
- import { KupLanguageDashboard, KupLanguageGeneric, } from '../../managers/kup-language/kup-language-declarations';
9
- import { kupManagerInstance, } from '../../managers/kup-manager/kup-manager';
10
- import { getProps, setProps } from '../../utils/utils';
11
- import { componentWrapperId } from '../../variables/GenericVariables';
12
- import { KupDashboardProps, } from './kup-dashboard-declarations';
1
+ import { forceUpdate, h, Host, } from "@stencil/core";
2
+ import { FButton } from "../../f-components/f-button/f-button";
3
+ import { FCheckbox } from "../../f-components/f-checkbox/f-checkbox";
4
+ import { FTextField } from "../../f-components/f-text-field/f-text-field";
5
+ import { FTextFieldMDC } from "../../f-components/f-text-field/f-text-field-mdc";
6
+ import { KupDebugCategory } from "../../managers/kup-debug/kup-debug-declarations";
7
+ import { KupDragEffect } from "../../managers/kup-interact/kup-interact-declarations";
8
+ import { KupLanguageDashboard, KupLanguageGeneric, } from "../../managers/kup-language/kup-language-declarations";
9
+ import { kupManagerInstance, } from "../../managers/kup-manager/kup-manager";
10
+ import { getProps, setProps } from "../../utils/utils";
11
+ import { componentWrapperId } from "../../variables/GenericVariables";
12
+ import { KupDashboardProps, } from "./kup-dashboard-declarations";
13
13
  export class KupDashboard {
14
14
  constructor() {
15
15
  /*-------------------------------------------------*/
@@ -431,7 +431,8 @@ export class KupDashboard {
431
431
  "references": {
432
432
  "KupDataDashboard": {
433
433
  "location": "import",
434
- "path": "./kup-dashboard-declarations"
434
+ "path": "./kup-dashboard-declarations",
435
+ "id": "src/components/kup-dashboard/kup-dashboard-declarations.ts::KupDataDashboard"
435
436
  }
436
437
  }
437
438
  },
@@ -491,7 +492,8 @@ export class KupDashboard {
491
492
  "references": {
492
493
  "KupDashboardEventPayload": {
493
494
  "location": "import",
494
- "path": "./kup-dashboard-declarations"
495
+ "path": "./kup-dashboard-declarations",
496
+ "id": "src/components/kup-dashboard/kup-dashboard-declarations.ts::KupDashboardEventPayload"
495
497
  }
496
498
  }
497
499
  }
@@ -511,11 +513,13 @@ export class KupDashboard {
511
513
  }],
512
514
  "references": {
513
515
  "Promise": {
514
- "location": "global"
516
+ "location": "global",
517
+ "id": "global::Promise"
515
518
  },
516
519
  "GenericObject": {
517
520
  "location": "import",
518
- "path": "../../types/GenericTypes"
521
+ "path": "../../types/GenericTypes",
522
+ "id": "src/types/GenericTypes.ts::GenericObject"
519
523
  }
520
524
  },
521
525
  "return": "Promise<GenericObject>"
@@ -537,7 +541,8 @@ export class KupDashboard {
537
541
  "parameters": [],
538
542
  "references": {
539
543
  "Promise": {
540
- "location": "global"
544
+ "location": "global",
545
+ "id": "global::Promise"
541
546
  }
542
547
  },
543
548
  "return": "Promise<void>"
@@ -559,11 +564,13 @@ export class KupDashboard {
559
564
  }],
560
565
  "references": {
561
566
  "Promise": {
562
- "location": "global"
567
+ "location": "global",
568
+ "id": "global::Promise"
563
569
  },
564
570
  "GenericObject": {
565
571
  "location": "import",
566
- "path": "../../types/GenericTypes"
572
+ "path": "../../types/GenericTypes",
573
+ "id": "src/types/GenericTypes.ts::GenericObject"
567
574
  }
568
575
  },
569
576
  "return": "Promise<void>"
@@ -1,7 +1,7 @@
1
- import { SortMode, TotalMode, } from './kup-data-table-declarations';
2
- import { getCellValueForDisplay, getColumnByName, compareCell, } from '../../utils/cell-utils';
3
- import { FiltersRows } from '../../utils/filters/filters-rows';
4
- import { KupDatesFormats } from '../../managers/kup-dates/kup-dates-declarations';
1
+ import { SortMode, TotalMode, } from "./kup-data-table-declarations";
2
+ import { getCellValueForDisplay, getColumnByName, compareCell, } from "../../utils/cell-utils";
3
+ import { FiltersRows } from "../../utils/filters/filters-rows";
4
+ import { KupDatesFormats } from "../../managers/kup-dates/kup-dates-declarations";
5
5
  const dom = document.documentElement;
6
6
  export function sortRows(rows = [], sort = []) {
7
7
  if (!rows || rows.length === 0) {
@@ -1,12 +1,12 @@
1
- import { GroupLabelDisplayMode, SelectionMode, } from './kup-data-table-declarations';
1
+ import { GroupLabelDisplayMode, SelectionMode, } from "./kup-data-table-declarations";
2
2
  export class KupDataTableState {
3
3
  constructor() {
4
4
  this.filters = {};
5
5
  this.expandGroups = false;
6
6
  this.groupLabelDisplay = GroupLabelDisplayMode.BOTH;
7
7
  this.density = 'small';
8
- this.enableExtraColumns = true;
9
8
  this.enableSortableColumns = false;
9
+ this.enableExtraColumns = true;
10
10
  this.forceOneLine = false;
11
11
  this.globalFilter = false;
12
12
  this.globalFilterValue = '';