@sme.up/ketchup 6.6.0 → 6.8.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 (211) hide show
  1. package/README.md +7 -1
  2. package/dist/cjs/{f-button-a531feb2.js → f-button-229c63fd.js} +2 -2
  3. package/dist/cjs/{f-cell-75cb7933.js → f-cell-dd006395.js} +22 -22
  4. package/dist/cjs/{f-checkbox-cd977193.js → f-checkbox-1097ca5d.js} +1 -1
  5. package/dist/cjs/{f-chip-9508a2e4.js → f-chip-f2c369fd.js} +3 -3
  6. package/dist/cjs/{f-image-c21cc616.js → f-image-847a6ddf.js} +2 -2
  7. package/dist/cjs/{f-paginator-utils-2b72d7e8.js → f-paginator-utils-cedc4b3e.js} +3 -3
  8. package/dist/cjs/{f-text-field-a5b2bd0e.js → f-text-field-fe85187d.js} +2 -2
  9. package/dist/cjs/{index-31125378.js → index-ffdb46f6.js} +423 -252
  10. package/dist/cjs/ketchup.cjs.js +3 -3
  11. package/dist/cjs/kup-accordion.cjs.entry.js +7 -30
  12. package/dist/cjs/{kup-autocomplete_25.cjs.entry.js → kup-autocomplete_26.cjs.entry.js} +3925 -4288
  13. package/dist/cjs/kup-box.cjs.entry.js +33 -113
  14. package/dist/cjs/kup-calendar.cjs.entry.js +10 -34
  15. package/dist/cjs/kup-cell.cjs.entry.js +10 -29
  16. package/dist/cjs/kup-dash-list.cjs.entry.js +10 -9
  17. package/dist/cjs/kup-dash_2.cjs.entry.js +7 -35
  18. package/dist/cjs/kup-dashboard.cjs.entry.js +10 -32
  19. package/dist/cjs/kup-drawer.cjs.entry.js +4 -19
  20. package/dist/cjs/kup-echart.cjs.entry.js +16 -77
  21. package/dist/cjs/kup-family-tree.cjs.entry.js +12 -48
  22. package/dist/cjs/kup-iframe.cjs.entry.js +5 -17
  23. package/dist/cjs/kup-image-list.cjs.entry.js +16 -34
  24. package/dist/cjs/kup-lazy.cjs.entry.js +10 -37
  25. package/dist/cjs/kup-magic-box.cjs.entry.js +6 -25
  26. package/dist/cjs/{kup-manager-8e67afec.js → kup-manager-c53468cd.js} +82 -7
  27. package/dist/cjs/kup-nav-bar.cjs.entry.js +4 -16
  28. package/dist/cjs/kup-numeric-picker.cjs.entry.js +14 -57
  29. package/dist/cjs/kup-photo-frame.cjs.entry.js +9 -31
  30. package/dist/cjs/kup-probe.cjs.entry.js +13 -33
  31. package/dist/cjs/kup-qlik.cjs.entry.js +6 -60
  32. package/dist/cjs/kup-snackbar.cjs.entry.js +7 -38
  33. package/dist/cjs/loader.cjs.js +3 -3
  34. package/dist/collection/assets/box.js +9 -6
  35. package/dist/collection/collection-manifest.json +3 -3
  36. package/dist/collection/components/kup-accordion/kup-accordion.js +243 -261
  37. package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +560 -594
  38. package/dist/collection/components/kup-badge/kup-badge.js +179 -189
  39. package/dist/collection/components/kup-box/kup-box.js +911 -1010
  40. package/dist/collection/components/kup-button/kup-button.js +382 -428
  41. package/dist/collection/components/kup-button-list/kup-button-list.js +254 -278
  42. package/dist/collection/components/kup-calendar/kup-calendar.js +306 -329
  43. package/dist/collection/components/kup-card/box/kup-card-box.js +10 -24
  44. package/dist/collection/components/kup-card/built-in/kup-card-built-in.js +10 -2
  45. package/dist/collection/components/kup-card/built-in/kup-card-calendar.js +14 -28
  46. package/dist/collection/components/kup-card/built-in/kup-card-clock.js +6 -19
  47. package/dist/collection/components/kup-card/built-in/kup-card-column-drop-menu.js +1 -2
  48. package/dist/collection/components/kup-card/built-in/kup-card-form.js +11 -0
  49. package/dist/collection/components/kup-card/built-in/kup-card-numeric.js +9 -44
  50. package/dist/collection/components/kup-card/collapsible/kup-card-collapsible.js +2 -21
  51. package/dist/collection/components/kup-card/dialog/kup-card-dialog.js +6 -33
  52. package/dist/collection/components/kup-card/kup-card-helper.js +3 -8
  53. package/dist/collection/components/kup-card/kup-card.css +118 -12
  54. package/dist/collection/components/kup-card/kup-card.js +394 -385
  55. package/dist/collection/components/kup-card/scalable/kup-card-scalable.js +68 -81
  56. package/dist/collection/components/kup-card/standard/kup-card-standard.js +98 -278
  57. package/dist/collection/components/kup-cell/kup-cell.js +224 -238
  58. package/dist/collection/components/kup-chart/kup-chart.js +562 -586
  59. package/dist/collection/components/kup-checkbox/kup-checkbox.js +278 -304
  60. package/dist/collection/components/kup-chip/kup-chip.js +243 -250
  61. package/dist/collection/components/kup-color-picker/kup-color-picker.js +278 -299
  62. package/dist/collection/components/kup-combobox/kup-combobox.js +467 -482
  63. package/dist/collection/components/kup-dash/kup-dash.js +112 -172
  64. package/dist/collection/components/kup-dash-list/kup-dash-list.js +218 -220
  65. package/dist/collection/components/kup-dashboard/kup-dashboard.js +200 -229
  66. package/dist/collection/components/kup-data-table/kup-data-table-declarations.js +2 -0
  67. package/dist/collection/components/kup-data-table/kup-data-table.css +9 -0
  68. package/dist/collection/components/kup-data-table/kup-data-table.js +4700 -4452
  69. package/dist/collection/components/kup-date-picker/kup-date-picker.js +415 -429
  70. package/dist/collection/components/kup-drawer/kup-drawer.js +246 -253
  71. package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.js +486 -527
  72. package/dist/collection/components/kup-echart/kup-echart.js +450 -498
  73. package/dist/collection/components/kup-family-tree/kup-family-tree.js +416 -465
  74. package/dist/collection/components/kup-form/kup-form.js +226 -248
  75. package/dist/collection/components/kup-gauge/kup-gauge.js +460 -521
  76. package/dist/collection/components/kup-grid/kup-grid.js +159 -172
  77. package/dist/collection/components/kup-iframe/kup-iframe.js +184 -188
  78. package/dist/collection/components/kup-image/canvas/kup-image-canvas.js +9 -3
  79. package/dist/collection/components/kup-image/kup-image.js +305 -340
  80. package/dist/collection/components/kup-image-list/kup-image-list.js +300 -311
  81. package/dist/collection/components/kup-lazy/kup-lazy.js +261 -288
  82. package/dist/collection/components/kup-list/kup-list.js +546 -572
  83. package/dist/collection/components/kup-magic-box/kup-magic-box.js +148 -167
  84. package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +192 -198
  85. package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.js +501 -532
  86. package/dist/collection/components/kup-photo-frame/kup-photo-frame.js +261 -271
  87. package/dist/collection/components/kup-probe/kup-probe.js +98 -114
  88. package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +240 -276
  89. package/dist/collection/components/kup-qlik/kup-qlik.js +182 -228
  90. package/dist/collection/components/kup-radio/kup-radio.js +261 -289
  91. package/dist/collection/components/kup-rating/kup-rating.js +212 -224
  92. package/dist/collection/components/kup-snackbar/kup-snackbar.js +252 -280
  93. package/dist/collection/components/kup-spinner/kup-spinner.js +277 -308
  94. package/dist/collection/components/kup-switch/kup-switch.js +258 -280
  95. package/dist/collection/components/kup-tab-bar/kup-tab-bar.js +268 -247
  96. package/dist/collection/components/kup-text-field/kup-text-field.js +816 -920
  97. package/dist/collection/components/kup-time-picker/kup-time-picker.js +472 -493
  98. package/dist/collection/components/kup-tree/kup-tree-faker.js +3 -2
  99. package/dist/collection/components/kup-tree/kup-tree.js +1107 -1205
  100. package/dist/collection/f-components/f-button/f-button.js +11 -20
  101. package/dist/collection/f-components/f-cell/f-cell.js +20 -22
  102. package/dist/collection/f-components/f-checkbox/f-checkbox.js +1 -9
  103. package/dist/collection/f-components/f-chip/f-chip.js +18 -31
  104. package/dist/collection/f-components/f-image/f-image.js +1 -3
  105. package/dist/collection/f-components/f-paginator/f-paginator.js +1 -6
  106. package/dist/collection/f-components/f-switch/f-switch.js +1 -8
  107. package/dist/collection/f-components/f-text-field/f-text-field.js +18 -40
  108. package/dist/collection/managers/kup-debug/kup-debug.js +10 -5
  109. package/dist/collection/managers/kup-language/kup-language-declarations.js +6 -0
  110. package/dist/collection/managers/kup-scroll-on-hover/kup-scroll-on-hover.js +25 -10
  111. package/dist/collection/managers/kup-toolbar/kup-toolbar.js +10 -5
  112. package/dist/collection/managers/kup-tooltip/kup-tooltip.js +10 -5
  113. package/dist/collection/utils/kup-column-menu/kup-column-menu.js +0 -21
  114. package/dist/esm/{f-button-15719ec1.js → f-button-d1aba968.js} +2 -2
  115. package/dist/esm/{f-cell-692c37bf.js → f-cell-646406bb.js} +22 -22
  116. package/dist/esm/{f-checkbox-e06cf07b.js → f-checkbox-b721178e.js} +1 -1
  117. package/dist/esm/{f-chip-abab04bf.js → f-chip-d94e9e81.js} +3 -3
  118. package/dist/esm/{f-image-98783644.js → f-image-57c88302.js} +2 -2
  119. package/dist/esm/{f-paginator-utils-d12ee737.js → f-paginator-utils-2c865e9a.js} +3 -3
  120. package/dist/esm/{f-text-field-282025dd.js → f-text-field-b0a1fea6.js} +2 -2
  121. package/dist/esm/{index-e41330a5.js → index-a2197376.js} +423 -252
  122. package/dist/esm/ketchup.js +3 -3
  123. package/dist/esm/kup-accordion.entry.js +7 -30
  124. package/dist/esm/{kup-autocomplete_25.entry.js → kup-autocomplete_26.entry.js} +3925 -4289
  125. package/dist/esm/kup-box.entry.js +33 -113
  126. package/dist/esm/kup-calendar.entry.js +10 -34
  127. package/dist/esm/kup-cell.entry.js +10 -29
  128. package/dist/esm/kup-dash-list.entry.js +10 -9
  129. package/dist/esm/kup-dash_2.entry.js +7 -35
  130. package/dist/esm/kup-dashboard.entry.js +10 -32
  131. package/dist/esm/kup-drawer.entry.js +4 -19
  132. package/dist/esm/kup-echart.entry.js +16 -77
  133. package/dist/esm/kup-family-tree.entry.js +12 -48
  134. package/dist/esm/kup-iframe.entry.js +5 -17
  135. package/dist/esm/kup-image-list.entry.js +16 -34
  136. package/dist/esm/kup-lazy.entry.js +10 -37
  137. package/dist/esm/kup-magic-box.entry.js +6 -25
  138. package/dist/esm/{kup-manager-abbae73e.js → kup-manager-c0fbb180.js} +83 -8
  139. package/dist/esm/kup-nav-bar.entry.js +4 -16
  140. package/dist/esm/kup-numeric-picker.entry.js +14 -57
  141. package/dist/esm/kup-photo-frame.entry.js +9 -31
  142. package/dist/esm/kup-probe.entry.js +13 -33
  143. package/dist/esm/kup-qlik.entry.js +6 -60
  144. package/dist/esm/kup-snackbar.entry.js +7 -38
  145. package/dist/esm/loader.js +3 -3
  146. package/dist/esm/polyfills/css-shim.js +1 -1
  147. package/dist/ketchup/ketchup.esm.js +1 -1
  148. package/dist/ketchup/{p-eeadd688.entry.js → p-1914969e.entry.js} +1 -1
  149. package/dist/ketchup/{p-5552f156.js → p-23cd5a68.js} +1 -1
  150. package/dist/ketchup/{p-a4a30e0e.entry.js → p-250118e3.entry.js} +1 -1
  151. package/dist/ketchup/{p-ccef2553.entry.js → p-30766296.entry.js} +1 -1
  152. package/dist/ketchup/{p-5933aa02.entry.js → p-351cecba.entry.js} +1 -1
  153. package/dist/ketchup/p-35e16ea2.entry.js +1 -0
  154. package/dist/ketchup/{p-e6ebdb80.js → p-395675b8.js} +1 -1
  155. package/dist/ketchup/p-3cf97e3a.js +1 -0
  156. package/dist/ketchup/p-4fdb684f.js +2 -0
  157. package/dist/ketchup/{p-9419919c.entry.js → p-596bdc10.entry.js} +1 -1
  158. package/dist/ketchup/{p-6f3040fb.js → p-61ff1761.js} +1 -1
  159. package/dist/ketchup/p-72d4fa26.entry.js +1 -0
  160. package/dist/ketchup/{p-fd930a34.entry.js → p-738685f9.entry.js} +1 -1
  161. package/dist/ketchup/{p-f6409c42.entry.js → p-7c8c5444.entry.js} +1 -1
  162. package/dist/ketchup/p-86154e2b.js +1 -0
  163. package/dist/ketchup/{p-7e16265d.entry.js → p-9214ef33.entry.js} +1 -1
  164. package/dist/ketchup/{p-62f3ec78.entry.js → p-980ed953.entry.js} +1 -1
  165. package/dist/ketchup/p-991bd70d.entry.js +1 -0
  166. package/dist/ketchup/{p-7d37ea62.entry.js → p-a1fe329f.entry.js} +1 -1
  167. package/dist/ketchup/p-a740352c.js +30 -0
  168. package/dist/ketchup/{p-62421bcf.js → p-a992cf87.js} +1 -1
  169. package/dist/ketchup/{p-3760a159.entry.js → p-b1da1ba7.entry.js} +2 -2
  170. package/dist/ketchup/{p-5ea2a1ff.entry.js → p-cee3635a.entry.js} +1 -1
  171. package/dist/ketchup/p-d05ed931.entry.js +9 -0
  172. package/dist/ketchup/{p-a450d60a.entry.js → p-d422151a.entry.js} +2 -2
  173. package/dist/ketchup/p-e6f19333.entry.js +1 -0
  174. package/dist/ketchup/{p-1ef5d16d.entry.js → p-eb10958a.entry.js} +1 -1
  175. package/dist/ketchup/{p-20221a50.js → p-ecac6269.js} +1 -1
  176. package/dist/ketchup/p-f43b445e.entry.js +1 -0
  177. package/dist/ketchup/{p-725c6268.entry.js → p-fa37e92e.entry.js} +1 -1
  178. package/dist/loader/package.json +1 -0
  179. package/dist/types/components/kup-box/kup-box-declarations.d.ts +3 -0
  180. package/dist/types/components/kup-card/built-in/kup-card-built-in.d.ts +7 -2
  181. package/dist/types/components/kup-card/built-in/kup-card-form.d.ts +3 -0
  182. package/dist/types/components/kup-card/kup-card-declarations.d.ts +11 -1
  183. package/dist/types/components/kup-card/kup-card.d.ts +5 -0
  184. package/dist/types/components/kup-card/scalable/kup-card-scalable.d.ts +6 -0
  185. package/dist/types/components/kup-data-table/kup-data-table-declarations.d.ts +9 -0
  186. package/dist/types/components/kup-data-table/kup-data-table.d.ts +54 -201
  187. package/dist/types/components/kup-list/kup-list.d.ts +5 -0
  188. package/dist/types/components/kup-tab-bar/kup-tab-bar.d.ts +5 -0
  189. package/dist/types/components/kup-tree/kup-tree.d.ts +0 -1
  190. package/dist/types/components.d.ts +78 -2
  191. package/dist/types/managers/kup-data/kup-data-declarations.d.ts +1 -0
  192. package/dist/types/managers/kup-language/kup-language-declarations.d.ts +7 -1
  193. package/dist/types/managers/kup-scroll-on-hover/kup-scroll-on-hover-declarations.d.ts +1 -0
  194. package/dist/types/managers/kup-scroll-on-hover/kup-scroll-on-hover.d.ts +2 -1
  195. package/dist/types/managers/kup-theme/kup-theme-declarations.d.ts +1 -0
  196. package/dist/types/stencil-public-runtime.d.ts +20 -4
  197. package/package.json +2 -2
  198. package/CHANGELOG.md +0 -5
  199. package/dist/cjs/kup-form.cjs.entry.js +0 -486
  200. package/dist/esm/kup-form.entry.js +0 -482
  201. package/dist/ketchup/p-1d2dea0a.entry.js +0 -1
  202. package/dist/ketchup/p-27538d6f.entry.js +0 -1
  203. package/dist/ketchup/p-29d72040.entry.js +0 -1
  204. package/dist/ketchup/p-3e74e1ed.js +0 -1
  205. package/dist/ketchup/p-680a8cb4.entry.js +0 -9
  206. package/dist/ketchup/p-6946b614.entry.js +0 -1
  207. package/dist/ketchup/p-b0b3989b.js +0 -2
  208. package/dist/ketchup/p-c05f2638.js +0 -30
  209. package/dist/ketchup/p-d7a92197.entry.js +0 -1
  210. package/dist/ketchup/p-d8af7ba6.entry.js +0 -1
  211. package/dist/ketchup/p-e07a10fb.js +0 -1
@@ -1,4 +1,4 @@
1
- import { Component, Element, Event, forceUpdate, h, Host, Method, Prop, Watch, } from '@stencil/core';
1
+ import { forceUpdate, h, Host, } from '@stencil/core';
2
2
  import { ChartType, ChartAspect, KupChartProps, } from './kup-chart-declarations';
3
3
  import { convertColumns, convertRows, getSerieDecode, } from './kup-chart-builder';
4
4
  import { kupManagerInstance, } from '../../managers/kup-manager/kup-manager';
@@ -10,67 +10,33 @@ import { componentWrapperId } from '../../variables/GenericVariables';
10
10
  export class KupChart {
11
11
  constructor() {
12
12
  /**
13
- * Colors of the chart.
14
- * @default []
13
+ * Instance of the KupManager class.
15
14
  */
15
+ this.kupManager = kupManagerInstance();
16
+ this.elStyle = undefined;
17
+ this.themeColors = null;
18
+ this.themeText = null;
19
+ this.asp = undefined;
20
+ this.axis = undefined;
21
+ this.chartTitle = undefined;
16
22
  this.colors = [];
17
- /**
18
- * Custom style of the component.
19
- * @default ""
20
- * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
21
- */
22
23
  this.customStyle = '';
23
- /**
24
- * Sets the position of the legend. Supported values: bottom, labeled, left, none, right, top. Keep in mind that legend types are tied to chart types, some combinations might not work.
25
- * @default "right"
26
- */
24
+ this.data = undefined;
25
+ this.hAxis = undefined;
26
+ this.hAxes = undefined;
27
27
  this.legend = 'right';
28
- /**
29
- * Renders charts without the Google API and using jQuery Sparkline.
30
- * @default undefined
31
- */
32
28
  this.offlineMode = undefined;
33
- /**
34
- * Displays the numerical values.
35
- * @default false
36
- */
29
+ this.series = undefined;
37
30
  this.showMarks = false;
38
- /**
39
- * The width of the chart, defaults to 100%. Accepts any valid CSS format (px, %, vw, etc.).
40
- * @default "100%"
41
- */
42
31
  this.sizeX = '100%';
43
- /**
44
- * The height of the chart, defaults to 100%. Accepts any valid CSS format (px, %, vh, etc.).
45
- * @default "100%"
46
- */
47
32
  this.sizeY = '100%';
48
- /**
49
- * Used to sort series.
50
- * @default null
51
- */
52
33
  this.sorting = null;
53
- /**
54
- * Displays the data columns of an object on top of each other.
55
- */
56
34
  this.stacked = false;
57
- /**
58
- * The type of the chart. Supported formats: Area, Bubble, Cal, Candlestick, Combo, Geo, Hbar, Line, Ohlc, Pie, Sankey, Scatter, Unk, Vbar.
59
- * @default [ChartType.Hbar]
60
- */
61
35
  this.types = [ChartType.Hbar];
62
- /**
63
- * Google chart version to load
64
- * @default "45.2"
65
- */
36
+ this.vAxes = undefined;
37
+ this.vAxis = undefined;
38
+ this.trendlines = undefined;
66
39
  this.version = '45.2';
67
- /**
68
- * Instance of the KupManager class.
69
- */
70
- this.kupManager = kupManagerInstance();
71
- this.elStyle = undefined;
72
- this.themeColors = null;
73
- this.themeText = null;
74
40
  }
75
41
  /*-------------------------------------------------*/
76
42
  /* W a t c h e r s */
@@ -504,9 +470,7 @@ export class KupChart {
504
470
  width: this.sizeX,
505
471
  minWidth: this.sizeX,
506
472
  };
507
- return (h(Host, { style: this.elStyle },
508
- h("style", null, this.kupManager.theme.setKupStyle(this.rootElement)),
509
- h("div", { id: componentWrapperId, ref: (chartContainer) => (this.chartContainer = chartContainer) })));
473
+ return (h(Host, { style: this.elStyle }, h("style", null, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { id: componentWrapperId, ref: (chartContainer) => (this.chartContainer = chartContainer) })));
510
474
  }
511
475
  disconnectedCallback() {
512
476
  this.kupManager.theme.unregister(this);
@@ -514,591 +478,603 @@ export class KupChart {
514
478
  }
515
479
  static get is() { return "kup-chart"; }
516
480
  static get encapsulation() { return "shadow"; }
517
- static get originalStyleUrls() { return {
518
- "$": ["kup-chart.scss"]
519
- }; }
520
- static get styleUrls() { return {
521
- "$": ["kup-chart.css"]
522
- }; }
523
- static get properties() { return {
524
- "asp": {
525
- "type": "string",
526
- "mutable": false,
527
- "complexType": {
528
- "original": "ChartAspect",
529
- "resolved": "ChartAspect.D2 | ChartAspect.D3",
530
- "references": {
531
- "ChartAspect": {
532
- "location": "import",
533
- "path": "./kup-chart-declarations"
481
+ static get originalStyleUrls() {
482
+ return {
483
+ "$": ["kup-chart.scss"]
484
+ };
485
+ }
486
+ static get styleUrls() {
487
+ return {
488
+ "$": ["kup-chart.css"]
489
+ };
490
+ }
491
+ static get properties() {
492
+ return {
493
+ "asp": {
494
+ "type": "string",
495
+ "mutable": false,
496
+ "complexType": {
497
+ "original": "ChartAspect",
498
+ "resolved": "ChartAspect.D2 | ChartAspect.D3",
499
+ "references": {
500
+ "ChartAspect": {
501
+ "location": "import",
502
+ "path": "./kup-chart-declarations"
503
+ }
534
504
  }
535
- }
536
- },
537
- "required": false,
538
- "optional": false,
539
- "docs": {
540
- "tags": [{
541
- "name": "default",
542
- "text": "undefined"
543
- }],
544
- "text": "Sets the chart to a 2D or 3D aspect. 3D only works for Pie graphs."
545
- },
546
- "attribute": "asp",
547
- "reflect": false
548
- },
549
- "axis": {
550
- "type": "string",
551
- "mutable": false,
552
- "complexType": {
553
- "original": "string",
554
- "resolved": "string",
555
- "references": {}
505
+ },
506
+ "required": false,
507
+ "optional": false,
508
+ "docs": {
509
+ "tags": [{
510
+ "name": "default",
511
+ "text": "undefined"
512
+ }],
513
+ "text": "Sets the chart to a 2D or 3D aspect. 3D only works for Pie graphs."
514
+ },
515
+ "attribute": "asp",
516
+ "reflect": false
556
517
  },
557
- "required": false,
558
- "optional": false,
559
- "docs": {
560
- "tags": [{
561
- "name": "default",
562
- "text": "undefined"
563
- }],
564
- "text": "Sets the axis of the chart."
518
+ "axis": {
519
+ "type": "string",
520
+ "mutable": false,
521
+ "complexType": {
522
+ "original": "string",
523
+ "resolved": "string",
524
+ "references": {}
525
+ },
526
+ "required": false,
527
+ "optional": false,
528
+ "docs": {
529
+ "tags": [{
530
+ "name": "default",
531
+ "text": "undefined"
532
+ }],
533
+ "text": "Sets the axis of the chart."
534
+ },
535
+ "attribute": "axis",
536
+ "reflect": false
565
537
  },
566
- "attribute": "axis",
567
- "reflect": false
568
- },
569
- "chartTitle": {
570
- "type": "unknown",
571
- "mutable": false,
572
- "complexType": {
573
- "original": "ChartTitle",
574
- "resolved": "ChartTitle",
575
- "references": {
576
- "ChartTitle": {
577
- "location": "import",
578
- "path": "./kup-chart-declarations"
538
+ "chartTitle": {
539
+ "type": "unknown",
540
+ "mutable": false,
541
+ "complexType": {
542
+ "original": "ChartTitle",
543
+ "resolved": "ChartTitle",
544
+ "references": {
545
+ "ChartTitle": {
546
+ "location": "import",
547
+ "path": "./kup-chart-declarations"
548
+ }
579
549
  }
550
+ },
551
+ "required": false,
552
+ "optional": false,
553
+ "docs": {
554
+ "tags": [{
555
+ "name": "default",
556
+ "text": "undefined"
557
+ }],
558
+ "text": "Title of the graph."
580
559
  }
581
560
  },
582
- "required": false,
583
- "optional": false,
584
- "docs": {
585
- "tags": [{
586
- "name": "default",
587
- "text": "undefined"
588
- }],
589
- "text": "Title of the graph."
590
- }
591
- },
592
- "colors": {
593
- "type": "unknown",
594
- "mutable": false,
595
- "complexType": {
596
- "original": "string[]",
597
- "resolved": "string[]",
598
- "references": {}
599
- },
600
- "required": false,
601
- "optional": false,
602
- "docs": {
603
- "tags": [{
604
- "name": "default",
605
- "text": "[]"
606
- }],
607
- "text": "Colors of the chart."
608
- },
609
- "defaultValue": "[]"
610
- },
611
- "customStyle": {
612
- "type": "string",
613
- "mutable": false,
614
- "complexType": {
615
- "original": "string",
616
- "resolved": "string",
617
- "references": {}
561
+ "colors": {
562
+ "type": "unknown",
563
+ "mutable": false,
564
+ "complexType": {
565
+ "original": "string[]",
566
+ "resolved": "string[]",
567
+ "references": {}
568
+ },
569
+ "required": false,
570
+ "optional": false,
571
+ "docs": {
572
+ "tags": [{
573
+ "name": "default",
574
+ "text": "[]"
575
+ }],
576
+ "text": "Colors of the chart."
577
+ },
578
+ "defaultValue": "[]"
618
579
  },
619
- "required": false,
620
- "optional": false,
621
- "docs": {
622
- "tags": [{
623
- "name": "default",
624
- "text": "\"\""
625
- }, {
626
- "name": "see",
627
- "text": "https://ketchup.smeup.com/ketchup-showcase/#/customization"
628
- }],
629
- "text": "Custom style of the component."
580
+ "customStyle": {
581
+ "type": "string",
582
+ "mutable": false,
583
+ "complexType": {
584
+ "original": "string",
585
+ "resolved": "string",
586
+ "references": {}
587
+ },
588
+ "required": false,
589
+ "optional": false,
590
+ "docs": {
591
+ "tags": [{
592
+ "name": "default",
593
+ "text": "\"\""
594
+ }, {
595
+ "name": "see",
596
+ "text": "https://ketchup.smeup.com/ketchup-showcase/#/customization"
597
+ }],
598
+ "text": "Custom style of the component."
599
+ },
600
+ "attribute": "custom-style",
601
+ "reflect": false,
602
+ "defaultValue": "''"
630
603
  },
631
- "attribute": "custom-style",
632
- "reflect": false,
633
- "defaultValue": "''"
634
- },
635
- "data": {
636
- "type": "unknown",
637
- "mutable": false,
638
- "complexType": {
639
- "original": "KupDataDataset",
640
- "resolved": "KupDataDataset",
641
- "references": {
642
- "KupDataDataset": {
643
- "location": "import",
644
- "path": "../../managers/kup-data/kup-data-declarations"
604
+ "data": {
605
+ "type": "unknown",
606
+ "mutable": false,
607
+ "complexType": {
608
+ "original": "KupDataDataset",
609
+ "resolved": "KupDataDataset",
610
+ "references": {
611
+ "KupDataDataset": {
612
+ "location": "import",
613
+ "path": "../../managers/kup-data/kup-data-declarations"
614
+ }
645
615
  }
616
+ },
617
+ "required": false,
618
+ "optional": false,
619
+ "docs": {
620
+ "tags": [{
621
+ "name": "default",
622
+ "text": "undefined"
623
+ }],
624
+ "text": "The actual data of the chart."
646
625
  }
647
626
  },
648
- "required": false,
649
- "optional": false,
650
- "docs": {
651
- "tags": [{
652
- "name": "default",
653
- "text": "undefined"
654
- }],
655
- "text": "The actual data of the chart."
656
- }
657
- },
658
- "hAxis": {
659
- "type": "unknown",
660
- "mutable": false,
661
- "complexType": {
662
- "original": "ChartAxis",
663
- "resolved": "ChartAxis",
664
- "references": {
665
- "ChartAxis": {
666
- "location": "import",
667
- "path": "./kup-chart-declarations"
627
+ "hAxis": {
628
+ "type": "unknown",
629
+ "mutable": false,
630
+ "complexType": {
631
+ "original": "ChartAxis",
632
+ "resolved": "ChartAxis",
633
+ "references": {
634
+ "ChartAxis": {
635
+ "location": "import",
636
+ "path": "./kup-chart-declarations"
637
+ }
668
638
  }
639
+ },
640
+ "required": false,
641
+ "optional": false,
642
+ "docs": {
643
+ "tags": [{
644
+ "name": "default",
645
+ "text": "undefined"
646
+ }],
647
+ "text": "Customize the hAxis."
669
648
  }
670
649
  },
671
- "required": false,
672
- "optional": false,
673
- "docs": {
674
- "tags": [{
675
- "name": "default",
676
- "text": "undefined"
677
- }],
678
- "text": "Customize the hAxis."
679
- }
680
- },
681
- "hAxes": {
682
- "type": "unknown",
683
- "mutable": false,
684
- "complexType": {
685
- "original": "ChartAxis[]",
686
- "resolved": "ChartAxis[]",
687
- "references": {
688
- "ChartAxis": {
689
- "location": "import",
690
- "path": "./kup-chart-declarations"
650
+ "hAxes": {
651
+ "type": "unknown",
652
+ "mutable": false,
653
+ "complexType": {
654
+ "original": "ChartAxis[]",
655
+ "resolved": "ChartAxis[]",
656
+ "references": {
657
+ "ChartAxis": {
658
+ "location": "import",
659
+ "path": "./kup-chart-declarations"
660
+ }
691
661
  }
662
+ },
663
+ "required": false,
664
+ "optional": false,
665
+ "docs": {
666
+ "tags": [],
667
+ "text": "Customize the hAxes for multiple-chart."
692
668
  }
693
669
  },
694
- "required": false,
695
- "optional": false,
696
- "docs": {
697
- "tags": [],
698
- "text": "Customize the hAxes for multiple-chart."
699
- }
700
- },
701
- "legend": {
702
- "type": "string",
703
- "mutable": false,
704
- "complexType": {
705
- "original": "string",
706
- "resolved": "string",
707
- "references": {}
708
- },
709
- "required": false,
710
- "optional": false,
711
- "docs": {
712
- "tags": [{
713
- "name": "default",
714
- "text": "\"right\""
715
- }],
716
- "text": "Sets the position of the legend. Supported values: bottom, labeled, left, none, right, top. Keep in mind that legend types are tied to chart types, some combinations might not work."
670
+ "legend": {
671
+ "type": "string",
672
+ "mutable": false,
673
+ "complexType": {
674
+ "original": "string",
675
+ "resolved": "string",
676
+ "references": {}
677
+ },
678
+ "required": false,
679
+ "optional": false,
680
+ "docs": {
681
+ "tags": [{
682
+ "name": "default",
683
+ "text": "\"right\""
684
+ }],
685
+ "text": "Sets the position of the legend. Supported values: bottom, labeled, left, none, right, top. Keep in mind that legend types are tied to chart types, some combinations might not work."
686
+ },
687
+ "attribute": "legend",
688
+ "reflect": false,
689
+ "defaultValue": "'right'"
717
690
  },
718
- "attribute": "legend",
719
- "reflect": false,
720
- "defaultValue": "'right'"
721
- },
722
- "offlineMode": {
723
- "type": "unknown",
724
- "mutable": false,
725
- "complexType": {
726
- "original": "ChartOfflineMode",
727
- "resolved": "ChartOfflineMode",
728
- "references": {
729
- "ChartOfflineMode": {
730
- "location": "import",
731
- "path": "./kup-chart-declarations"
691
+ "offlineMode": {
692
+ "type": "unknown",
693
+ "mutable": false,
694
+ "complexType": {
695
+ "original": "ChartOfflineMode",
696
+ "resolved": "ChartOfflineMode",
697
+ "references": {
698
+ "ChartOfflineMode": {
699
+ "location": "import",
700
+ "path": "./kup-chart-declarations"
701
+ }
732
702
  }
733
- }
734
- },
735
- "required": false,
736
- "optional": false,
737
- "docs": {
738
- "tags": [{
739
- "name": "default",
740
- "text": "undefined"
741
- }],
742
- "text": "Renders charts without the Google API and using jQuery Sparkline."
703
+ },
704
+ "required": false,
705
+ "optional": false,
706
+ "docs": {
707
+ "tags": [{
708
+ "name": "default",
709
+ "text": "undefined"
710
+ }],
711
+ "text": "Renders charts without the Google API and using jQuery Sparkline."
712
+ },
713
+ "defaultValue": "undefined"
743
714
  },
744
- "defaultValue": "undefined"
745
- },
746
- "series": {
747
- "type": "unknown",
748
- "mutable": false,
749
- "complexType": {
750
- "original": "ChartSerie[]",
751
- "resolved": "ChartSerie[]",
752
- "references": {
753
- "ChartSerie": {
754
- "location": "import",
755
- "path": "./kup-chart-declarations"
715
+ "series": {
716
+ "type": "unknown",
717
+ "mutable": false,
718
+ "complexType": {
719
+ "original": "ChartSerie[]",
720
+ "resolved": "ChartSerie[]",
721
+ "references": {
722
+ "ChartSerie": {
723
+ "location": "import",
724
+ "path": "./kup-chart-declarations"
725
+ }
756
726
  }
727
+ },
728
+ "required": false,
729
+ "optional": false,
730
+ "docs": {
731
+ "tags": [{
732
+ "name": "default",
733
+ "text": "undefined"
734
+ }],
735
+ "text": "The data series to be displayed. They must be of the same type."
757
736
  }
758
737
  },
759
- "required": false,
760
- "optional": false,
761
- "docs": {
762
- "tags": [{
763
- "name": "default",
764
- "text": "undefined"
765
- }],
766
- "text": "The data series to be displayed. They must be of the same type."
767
- }
768
- },
769
- "showMarks": {
770
- "type": "boolean",
771
- "mutable": false,
772
- "complexType": {
773
- "original": "boolean",
774
- "resolved": "boolean",
775
- "references": {}
776
- },
777
- "required": false,
778
- "optional": false,
779
- "docs": {
780
- "tags": [{
781
- "name": "default",
782
- "text": "false"
783
- }],
784
- "text": "Displays the numerical values."
785
- },
786
- "attribute": "show-marks",
787
- "reflect": false,
788
- "defaultValue": "false"
789
- },
790
- "sizeX": {
791
- "type": "string",
792
- "mutable": false,
793
- "complexType": {
794
- "original": "string",
795
- "resolved": "string",
796
- "references": {}
797
- },
798
- "required": false,
799
- "optional": false,
800
- "docs": {
801
- "tags": [{
802
- "name": "default",
803
- "text": "\"100%\""
804
- }],
805
- "text": "The width of the chart, defaults to 100%. Accepts any valid CSS format (px, %, vw, etc.)."
738
+ "showMarks": {
739
+ "type": "boolean",
740
+ "mutable": false,
741
+ "complexType": {
742
+ "original": "boolean",
743
+ "resolved": "boolean",
744
+ "references": {}
745
+ },
746
+ "required": false,
747
+ "optional": false,
748
+ "docs": {
749
+ "tags": [{
750
+ "name": "default",
751
+ "text": "false"
752
+ }],
753
+ "text": "Displays the numerical values."
754
+ },
755
+ "attribute": "show-marks",
756
+ "reflect": false,
757
+ "defaultValue": "false"
806
758
  },
807
- "attribute": "size-x",
808
- "reflect": false,
809
- "defaultValue": "'100%'"
810
- },
811
- "sizeY": {
812
- "type": "string",
813
- "mutable": false,
814
- "complexType": {
815
- "original": "string",
816
- "resolved": "string",
817
- "references": {}
759
+ "sizeX": {
760
+ "type": "string",
761
+ "mutable": false,
762
+ "complexType": {
763
+ "original": "string",
764
+ "resolved": "string",
765
+ "references": {}
766
+ },
767
+ "required": false,
768
+ "optional": false,
769
+ "docs": {
770
+ "tags": [{
771
+ "name": "default",
772
+ "text": "\"100%\""
773
+ }],
774
+ "text": "The width of the chart, defaults to 100%. Accepts any valid CSS format (px, %, vw, etc.)."
775
+ },
776
+ "attribute": "size-x",
777
+ "reflect": false,
778
+ "defaultValue": "'100%'"
818
779
  },
819
- "required": false,
820
- "optional": false,
821
- "docs": {
822
- "tags": [{
823
- "name": "default",
824
- "text": "\"100%\""
825
- }],
826
- "text": "The height of the chart, defaults to 100%. Accepts any valid CSS format (px, %, vh, etc.)."
780
+ "sizeY": {
781
+ "type": "string",
782
+ "mutable": false,
783
+ "complexType": {
784
+ "original": "string",
785
+ "resolved": "string",
786
+ "references": {}
787
+ },
788
+ "required": false,
789
+ "optional": false,
790
+ "docs": {
791
+ "tags": [{
792
+ "name": "default",
793
+ "text": "\"100%\""
794
+ }],
795
+ "text": "The height of the chart, defaults to 100%. Accepts any valid CSS format (px, %, vh, etc.)."
796
+ },
797
+ "attribute": "size-y",
798
+ "reflect": false,
799
+ "defaultValue": "'100%'"
827
800
  },
828
- "attribute": "size-y",
829
- "reflect": false,
830
- "defaultValue": "'100%'"
831
- },
832
- "sorting": {
833
- "type": "unknown",
834
- "mutable": false,
835
- "complexType": {
836
- "original": "KupChartSort[]",
837
- "resolved": "KupChartSort[]",
838
- "references": {
839
- "KupChartSort": {
840
- "location": "import",
841
- "path": "./kup-chart-declarations"
801
+ "sorting": {
802
+ "type": "unknown",
803
+ "mutable": false,
804
+ "complexType": {
805
+ "original": "KupChartSort[]",
806
+ "resolved": "KupChartSort[]",
807
+ "references": {
808
+ "KupChartSort": {
809
+ "location": "import",
810
+ "path": "./kup-chart-declarations"
811
+ }
842
812
  }
843
- }
844
- },
845
- "required": false,
846
- "optional": false,
847
- "docs": {
848
- "tags": [{
849
- "name": "default",
850
- "text": "null"
851
- }],
852
- "text": "Used to sort series."
853
- },
854
- "defaultValue": "null"
855
- },
856
- "stacked": {
857
- "type": "boolean",
858
- "mutable": false,
859
- "complexType": {
860
- "original": "boolean",
861
- "resolved": "boolean",
862
- "references": {}
813
+ },
814
+ "required": false,
815
+ "optional": false,
816
+ "docs": {
817
+ "tags": [{
818
+ "name": "default",
819
+ "text": "null"
820
+ }],
821
+ "text": "Used to sort series."
822
+ },
823
+ "defaultValue": "null"
863
824
  },
864
- "required": false,
865
- "optional": false,
866
- "docs": {
867
- "tags": [],
868
- "text": "Displays the data columns of an object on top of each other."
825
+ "stacked": {
826
+ "type": "boolean",
827
+ "mutable": false,
828
+ "complexType": {
829
+ "original": "boolean",
830
+ "resolved": "boolean",
831
+ "references": {}
832
+ },
833
+ "required": false,
834
+ "optional": false,
835
+ "docs": {
836
+ "tags": [],
837
+ "text": "Displays the data columns of an object on top of each other."
838
+ },
839
+ "attribute": "stacked",
840
+ "reflect": false,
841
+ "defaultValue": "false"
869
842
  },
870
- "attribute": "stacked",
871
- "reflect": false,
872
- "defaultValue": "false"
873
- },
874
- "types": {
875
- "type": "unknown",
876
- "mutable": false,
877
- "complexType": {
878
- "original": "ChartType[]",
879
- "resolved": "ChartType[]",
880
- "references": {
881
- "ChartType": {
882
- "location": "import",
883
- "path": "./kup-chart-declarations"
843
+ "types": {
844
+ "type": "unknown",
845
+ "mutable": false,
846
+ "complexType": {
847
+ "original": "ChartType[]",
848
+ "resolved": "ChartType[]",
849
+ "references": {
850
+ "ChartType": {
851
+ "location": "import",
852
+ "path": "./kup-chart-declarations"
853
+ }
884
854
  }
885
- }
886
- },
887
- "required": false,
888
- "optional": false,
889
- "docs": {
890
- "tags": [{
891
- "name": "default",
892
- "text": "[ChartType.Hbar]"
893
- }],
894
- "text": "The type of the chart. Supported formats: Area, Bubble, Cal, Candlestick, Combo, Geo, Hbar, Line, Ohlc, Pie, Sankey, Scatter, Unk, Vbar."
855
+ },
856
+ "required": false,
857
+ "optional": false,
858
+ "docs": {
859
+ "tags": [{
860
+ "name": "default",
861
+ "text": "[ChartType.Hbar]"
862
+ }],
863
+ "text": "The type of the chart. Supported formats: Area, Bubble, Cal, Candlestick, Combo, Geo, Hbar, Line, Ohlc, Pie, Sankey, Scatter, Unk, Vbar."
864
+ },
865
+ "defaultValue": "[ChartType.Hbar]"
895
866
  },
896
- "defaultValue": "[ChartType.Hbar]"
897
- },
898
- "vAxes": {
899
- "type": "unknown",
900
- "mutable": false,
901
- "complexType": {
902
- "original": "ChartAxis[]",
903
- "resolved": "ChartAxis[]",
904
- "references": {
905
- "ChartAxis": {
906
- "location": "import",
907
- "path": "./kup-chart-declarations"
867
+ "vAxes": {
868
+ "type": "unknown",
869
+ "mutable": false,
870
+ "complexType": {
871
+ "original": "ChartAxis[]",
872
+ "resolved": "ChartAxis[]",
873
+ "references": {
874
+ "ChartAxis": {
875
+ "location": "import",
876
+ "path": "./kup-chart-declarations"
877
+ }
908
878
  }
879
+ },
880
+ "required": false,
881
+ "optional": false,
882
+ "docs": {
883
+ "tags": [],
884
+ "text": "Customize the vAxes for multiple-chart."
909
885
  }
910
886
  },
911
- "required": false,
912
- "optional": false,
913
- "docs": {
914
- "tags": [],
915
- "text": "Customize the vAxes for multiple-chart."
916
- }
917
- },
918
- "vAxis": {
919
- "type": "unknown",
920
- "mutable": false,
921
- "complexType": {
922
- "original": "ChartAxis",
923
- "resolved": "ChartAxis",
924
- "references": {
925
- "ChartAxis": {
926
- "location": "import",
927
- "path": "./kup-chart-declarations"
887
+ "vAxis": {
888
+ "type": "unknown",
889
+ "mutable": false,
890
+ "complexType": {
891
+ "original": "ChartAxis",
892
+ "resolved": "ChartAxis",
893
+ "references": {
894
+ "ChartAxis": {
895
+ "location": "import",
896
+ "path": "./kup-chart-declarations"
897
+ }
928
898
  }
899
+ },
900
+ "required": false,
901
+ "optional": false,
902
+ "docs": {
903
+ "tags": [{
904
+ "name": "default",
905
+ "text": "undefined"
906
+ }],
907
+ "text": "Customize the vAxis."
929
908
  }
930
909
  },
931
- "required": false,
932
- "optional": false,
933
- "docs": {
934
- "tags": [{
935
- "name": "default",
936
- "text": "undefined"
937
- }],
938
- "text": "Customize the vAxis."
939
- }
940
- },
941
- "trendlines": {
942
- "type": "unknown",
943
- "mutable": false,
944
- "complexType": {
945
- "original": "KupChartTrendlines",
946
- "resolved": "KupChartTrendlines",
947
- "references": {
948
- "KupChartTrendlines": {
949
- "location": "import",
950
- "path": "./kup-chart-declarations"
910
+ "trendlines": {
911
+ "type": "unknown",
912
+ "mutable": false,
913
+ "complexType": {
914
+ "original": "KupChartTrendlines",
915
+ "resolved": "KupChartTrendlines",
916
+ "references": {
917
+ "KupChartTrendlines": {
918
+ "location": "import",
919
+ "path": "./kup-chart-declarations"
920
+ }
951
921
  }
922
+ },
923
+ "required": false,
924
+ "optional": false,
925
+ "docs": {
926
+ "tags": [],
927
+ "text": "KupChartTrendlines."
952
928
  }
953
929
  },
954
- "required": false,
955
- "optional": false,
956
- "docs": {
957
- "tags": [],
958
- "text": "KupChartTrendlines."
930
+ "version": {
931
+ "type": "string",
932
+ "mutable": false,
933
+ "complexType": {
934
+ "original": "string",
935
+ "resolved": "string",
936
+ "references": {}
937
+ },
938
+ "required": false,
939
+ "optional": false,
940
+ "docs": {
941
+ "tags": [{
942
+ "name": "default",
943
+ "text": "\"45.2\""
944
+ }],
945
+ "text": "Google chart version to load"
946
+ },
947
+ "attribute": "version",
948
+ "reflect": false,
949
+ "defaultValue": "'45.2'"
959
950
  }
960
- },
961
- "version": {
962
- "type": "string",
963
- "mutable": false,
964
- "complexType": {
965
- "original": "string",
966
- "resolved": "string",
967
- "references": {}
968
- },
969
- "required": false,
970
- "optional": false,
971
- "docs": {
972
- "tags": [{
973
- "name": "default",
974
- "text": "\"45.2\""
975
- }],
976
- "text": "Google chart version to load"
977
- },
978
- "attribute": "version",
979
- "reflect": false,
980
- "defaultValue": "'45.2'"
981
- }
982
- }; }
983
- static get events() { return [{
984
- "method": "kupChartClick",
985
- "name": "kup-chart-click",
986
- "bubbles": true,
987
- "cancelable": false,
988
- "composed": true,
989
- "docs": {
990
- "tags": [],
991
- "text": "Triggered when a chart serie is clicked"
992
- },
993
- "complexType": {
994
- "original": "KupChartClickEvent",
995
- "resolved": "KupChartClickEvent",
996
- "references": {
997
- "KupChartClickEvent": {
998
- "location": "import",
999
- "path": "./kup-chart-declarations"
951
+ };
952
+ }
953
+ static get events() {
954
+ return [{
955
+ "method": "kupChartClick",
956
+ "name": "kup-chart-click",
957
+ "bubbles": true,
958
+ "cancelable": false,
959
+ "composed": true,
960
+ "docs": {
961
+ "tags": [],
962
+ "text": "Triggered when a chart serie is clicked"
963
+ },
964
+ "complexType": {
965
+ "original": "KupChartClickEvent",
966
+ "resolved": "KupChartClickEvent",
967
+ "references": {
968
+ "KupChartClickEvent": {
969
+ "location": "import",
970
+ "path": "./kup-chart-declarations"
971
+ }
1000
972
  }
1001
973
  }
1002
- }
1003
- }]; }
1004
- static get methods() { return {
1005
- "getProps": {
1006
- "complexType": {
1007
- "signature": "(descriptions?: boolean) => Promise<GenericObject>",
1008
- "parameters": [{
1009
- "tags": [{
1010
- "name": "param",
1011
- "text": "descriptions - When provided and true, the result will be the list of props with their description."
1012
- }],
1013
- "text": "- When provided and true, the result will be the list of props with their description."
1014
- }],
1015
- "references": {
1016
- "Promise": {
1017
- "location": "global"
974
+ }];
975
+ }
976
+ static get methods() {
977
+ return {
978
+ "getProps": {
979
+ "complexType": {
980
+ "signature": "(descriptions?: boolean) => Promise<GenericObject>",
981
+ "parameters": [{
982
+ "tags": [{
983
+ "name": "param",
984
+ "text": "descriptions - When provided and true, the result will be the list of props with their description."
985
+ }],
986
+ "text": "- When provided and true, the result will be the list of props with their description."
987
+ }],
988
+ "references": {
989
+ "Promise": {
990
+ "location": "global"
991
+ },
992
+ "GenericObject": {
993
+ "location": "import",
994
+ "path": "../../types/GenericTypes"
995
+ }
1018
996
  },
1019
- "GenericObject": {
1020
- "location": "import",
1021
- "path": "../../types/GenericTypes"
1022
- }
997
+ "return": "Promise<GenericObject>"
1023
998
  },
1024
- "return": "Promise<GenericObject>"
999
+ "docs": {
1000
+ "text": "Used to retrieve component's props values.",
1001
+ "tags": [{
1002
+ "name": "param",
1003
+ "text": "descriptions - When provided and true, the result will be the list of props with their description."
1004
+ }, {
1005
+ "name": "returns",
1006
+ "text": "List of props as object, each key will be a prop."
1007
+ }]
1008
+ }
1025
1009
  },
1026
- "docs": {
1027
- "text": "Used to retrieve component's props values.",
1028
- "tags": [{
1029
- "name": "param",
1030
- "text": "descriptions - When provided and true, the result will be the list of props with their description."
1031
- }, {
1032
- "name": "returns",
1033
- "text": "List of props as object, each key will be a prop."
1034
- }]
1035
- }
1036
- },
1037
- "refresh": {
1038
- "complexType": {
1039
- "signature": "() => Promise<void>",
1040
- "parameters": [],
1041
- "references": {
1042
- "Promise": {
1043
- "location": "global"
1044
- }
1010
+ "refresh": {
1011
+ "complexType": {
1012
+ "signature": "() => Promise<void>",
1013
+ "parameters": [],
1014
+ "references": {
1015
+ "Promise": {
1016
+ "location": "global"
1017
+ }
1018
+ },
1019
+ "return": "Promise<void>"
1045
1020
  },
1046
- "return": "Promise<void>"
1021
+ "docs": {
1022
+ "text": "This method is used to trigger a new render of the component.",
1023
+ "tags": []
1024
+ }
1047
1025
  },
1048
- "docs": {
1049
- "text": "This method is used to trigger a new render of the component.",
1050
- "tags": []
1051
- }
1052
- },
1053
- "resizeCallback": {
1054
- "complexType": {
1055
- "signature": "() => Promise<void>",
1056
- "parameters": [],
1057
- "references": {
1058
- "Promise": {
1059
- "location": "global"
1060
- }
1026
+ "resizeCallback": {
1027
+ "complexType": {
1028
+ "signature": "() => Promise<void>",
1029
+ "parameters": [],
1030
+ "references": {
1031
+ "Promise": {
1032
+ "location": "global"
1033
+ }
1034
+ },
1035
+ "return": "Promise<void>"
1061
1036
  },
1062
- "return": "Promise<void>"
1037
+ "docs": {
1038
+ "text": "This method is invoked by KupManager whenever the component changes size.",
1039
+ "tags": []
1040
+ }
1063
1041
  },
1064
- "docs": {
1065
- "text": "This method is invoked by KupManager whenever the component changes size.",
1066
- "tags": []
1067
- }
1068
- },
1069
- "setProps": {
1070
- "complexType": {
1071
- "signature": "(props: GenericObject) => Promise<void>",
1072
- "parameters": [{
1073
- "tags": [{
1074
- "name": "param",
1075
- "text": "props - Object containing props that will be set to the component."
1076
- }],
1077
- "text": "- Object containing props that will be set to the component."
1078
- }],
1079
- "references": {
1080
- "Promise": {
1081
- "location": "global"
1042
+ "setProps": {
1043
+ "complexType": {
1044
+ "signature": "(props: GenericObject) => Promise<void>",
1045
+ "parameters": [{
1046
+ "tags": [{
1047
+ "name": "param",
1048
+ "text": "props - Object containing props that will be set to the component."
1049
+ }],
1050
+ "text": "- Object containing props that will be set to the component."
1051
+ }],
1052
+ "references": {
1053
+ "Promise": {
1054
+ "location": "global"
1055
+ },
1056
+ "GenericObject": {
1057
+ "location": "import",
1058
+ "path": "../../types/GenericTypes"
1059
+ }
1082
1060
  },
1083
- "GenericObject": {
1084
- "location": "import",
1085
- "path": "../../types/GenericTypes"
1086
- }
1061
+ "return": "Promise<void>"
1087
1062
  },
1088
- "return": "Promise<void>"
1089
- },
1090
- "docs": {
1091
- "text": "Sets the props to the component.",
1092
- "tags": [{
1093
- "name": "param",
1094
- "text": "props - Object containing props that will be set to the component."
1095
- }]
1063
+ "docs": {
1064
+ "text": "Sets the props to the component.",
1065
+ "tags": [{
1066
+ "name": "param",
1067
+ "text": "props - Object containing props that will be set to the component."
1068
+ }]
1069
+ }
1096
1070
  }
1097
- }
1098
- }; }
1071
+ };
1072
+ }
1099
1073
  static get elementRef() { return "rootElement"; }
1100
- static get watchers() { return [{
1101
- "propName": "data",
1102
- "methodName": "identifyRows"
1103
- }]; }
1074
+ static get watchers() {
1075
+ return [{
1076
+ "propName": "data",
1077
+ "methodName": "identifyRows"
1078
+ }];
1079
+ }
1104
1080
  }