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