@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, Listen, Method, Prop, State, } from '@stencil/core';
1
+ import { forceUpdate, h, Host, } from '@stencil/core';
2
2
  import { kupManagerInstance, } from '../../managers/kup-manager/kup-manager';
3
3
  import { ItemsDisplayMode } from '../kup-list/kup-list-declarations';
4
4
  import { consistencyCheck } from '../kup-list/kup-list-helper';
@@ -10,69 +10,6 @@ import { componentWrapperId } from '../../variables/GenericVariables';
10
10
  import { KupDynamicPositionPlacement } from '../../managers/kup-dynamic-position/kup-dynamic-position-declarations';
11
11
  export class KupDropdownButton {
12
12
  constructor() {
13
- /*-------------------------------------------------*/
14
- /* S t a t e s */
15
- /*-------------------------------------------------*/
16
- this.id = '';
17
- /*-------------------------------------------------*/
18
- /* P r o p s */
19
- /*-------------------------------------------------*/
20
- /**
21
- * Custom style of the component.
22
- * @default ""
23
- * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
24
- */
25
- this.customStyle = '';
26
- /**
27
- * Props of the sub-components.
28
- * @default null
29
- */
30
- this.data = null;
31
- /**
32
- * Defaults at false. When set to true, the component is disabled.
33
- * @default false
34
- */
35
- this.disabled = false;
36
- /**
37
- * Sets how to show the selected item value. Suported values: "code", "description", "both".
38
- * @default ItemsDisplayMode.DESCRIPTION
39
- */
40
- this.displayMode = ItemsDisplayMode.DESCRIPTION;
41
- /**
42
- * Default value is false. When set to true, the arrow dropdown button is the only button displayed.
43
- * @default false
44
- */
45
- this.dropdownOnly = false;
46
- /**
47
- * Defaults at null. When set, the button will show this icon.
48
- * @default icon
49
- */
50
- this.icon = null;
51
- /**
52
- * Sets the initial value of the component.
53
- * @default ""
54
- */
55
- this.initialValue = '';
56
- /**
57
- * Defaults at null. When set, the button will show this text.
58
- * @default ""
59
- */
60
- this.label = null;
61
- /**
62
- * Sets how to return the selected item value. Suported values: "code", "description", "both".
63
- * @default ItemsDisplayMode.CODE
64
- */
65
- this.selectMode = ItemsDisplayMode.CODE;
66
- /**
67
- * Defines the style of the button. Styles available: "flat", "outlined" and "raised" which is also the default.
68
- * @default FButtonStyling.RAISED
69
- */
70
- this.styling = FButtonStyling.RAISED;
71
- /**
72
- * Defaults at null. When set, the icon will be shown after the text.
73
- * @default false
74
- */
75
- this.trailingIcon = false;
76
13
  /*-------------------------------------------------*/
77
14
  /* I n t e r n a l V a r i a b l e s */
78
15
  /*-------------------------------------------------*/
@@ -93,6 +30,18 @@ export class KupDropdownButton {
93
30
  */
94
31
  this.listEl = null;
95
32
  this.clickCb = null;
33
+ this.id = '';
34
+ this.customStyle = '';
35
+ this.data = null;
36
+ this.disabled = false;
37
+ this.displayMode = ItemsDisplayMode.DESCRIPTION;
38
+ this.dropdownOnly = false;
39
+ this.icon = null;
40
+ this.initialValue = '';
41
+ this.label = null;
42
+ this.selectMode = ItemsDisplayMode.CODE;
43
+ this.styling = FButtonStyling.RAISED;
44
+ this.trailingIcon = false;
96
45
  }
97
46
  /**
98
47
  * Handles the navigation of the dropdown menu with the keyboard.
@@ -338,11 +287,7 @@ export class KupDropdownButton {
338
287
  return buttons;
339
288
  }
340
289
  render() {
341
- return (h(Host, null,
342
- h("style", null, this.kupManager.theme.setKupStyle(this.rootElement)),
343
- h("div", { id: componentWrapperId },
344
- h("div", { class: "dropdown-button--wrapper" }, this.renderButtons()),
345
- h("kup-list", Object.assign({}, this.data['kup-list'], { displayMode: this.displayMode, isMenu: true, "onkup-list-click": (e) => this.onKupItemClick(e), id: this.rootElement.id + '_list', ref: (el) => (this.listEl = el) })))));
290
+ return (h(Host, null, h("style", null, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { id: componentWrapperId }, h("div", { class: "dropdown-button--wrapper" }, this.renderButtons()), h("kup-list", Object.assign({}, this.data['kup-list'], { displayMode: this.displayMode, isMenu: true, "onkup-list-click": (e) => this.onKupItemClick(e), id: this.rootElement.id + '_list', ref: (el) => (this.listEl = el) })))));
346
291
  }
347
292
  disconnectedCallback() {
348
293
  if (this.listEl) {
@@ -353,489 +298,503 @@ export class KupDropdownButton {
353
298
  }
354
299
  static get is() { return "kup-dropdown-button"; }
355
300
  static get encapsulation() { return "shadow"; }
356
- static get originalStyleUrls() { return {
357
- "$": ["kup-dropdown-button.scss"]
358
- }; }
359
- static get styleUrls() { return {
360
- "$": ["kup-dropdown-button.css"]
361
- }; }
362
- static get properties() { return {
363
- "customStyle": {
364
- "type": "string",
365
- "mutable": false,
366
- "complexType": {
367
- "original": "string",
368
- "resolved": "string",
369
- "references": {}
370
- },
371
- "required": false,
372
- "optional": false,
373
- "docs": {
374
- "tags": [{
375
- "name": "default",
376
- "text": "\"\""
377
- }, {
378
- "name": "see",
379
- "text": "https://ketchup.smeup.com/ketchup-showcase/#/customization"
380
- }],
381
- "text": "Custom style of the component."
382
- },
383
- "attribute": "custom-style",
384
- "reflect": false,
385
- "defaultValue": "''"
386
- },
387
- "data": {
388
- "type": "unknown",
389
- "mutable": false,
390
- "complexType": {
391
- "original": "Object",
392
- "resolved": "Object",
393
- "references": {
394
- "Object": {
395
- "location": "global"
301
+ static get originalStyleUrls() {
302
+ return {
303
+ "$": ["kup-dropdown-button.scss"]
304
+ };
305
+ }
306
+ static get styleUrls() {
307
+ return {
308
+ "$": ["kup-dropdown-button.css"]
309
+ };
310
+ }
311
+ static get properties() {
312
+ return {
313
+ "customStyle": {
314
+ "type": "string",
315
+ "mutable": false,
316
+ "complexType": {
317
+ "original": "string",
318
+ "resolved": "string",
319
+ "references": {}
320
+ },
321
+ "required": false,
322
+ "optional": false,
323
+ "docs": {
324
+ "tags": [{
325
+ "name": "default",
326
+ "text": "\"\""
327
+ }, {
328
+ "name": "see",
329
+ "text": "https://ketchup.smeup.com/ketchup-showcase/#/customization"
330
+ }],
331
+ "text": "Custom style of the component."
332
+ },
333
+ "attribute": "custom-style",
334
+ "reflect": false,
335
+ "defaultValue": "''"
336
+ },
337
+ "data": {
338
+ "type": "unknown",
339
+ "mutable": false,
340
+ "complexType": {
341
+ "original": "Object",
342
+ "resolved": "Object",
343
+ "references": {
344
+ "Object": {
345
+ "location": "global"
346
+ }
396
347
  }
397
- }
398
- },
399
- "required": false,
400
- "optional": false,
401
- "docs": {
402
- "tags": [{
403
- "name": "default",
404
- "text": "null"
405
- }],
406
- "text": "Props of the sub-components."
407
- },
408
- "defaultValue": "null"
409
- },
410
- "disabled": {
411
- "type": "boolean",
412
- "mutable": false,
413
- "complexType": {
414
- "original": "boolean",
415
- "resolved": "boolean",
416
- "references": {}
417
- },
418
- "required": false,
419
- "optional": false,
420
- "docs": {
421
- "tags": [{
422
- "name": "default",
423
- "text": "false"
424
- }],
425
- "text": "Defaults at false. When set to true, the component is disabled."
426
- },
427
- "attribute": "disabled",
428
- "reflect": false,
429
- "defaultValue": "false"
430
- },
431
- "displayMode": {
432
- "type": "string",
433
- "mutable": false,
434
- "complexType": {
435
- "original": "ItemsDisplayMode",
436
- "resolved": "ItemsDisplayMode.CODE | ItemsDisplayMode.DESCRIPTION | ItemsDisplayMode.DESCRIPTION_AND_CODE",
437
- "references": {
438
- "ItemsDisplayMode": {
439
- "location": "import",
440
- "path": "../kup-list/kup-list-declarations"
348
+ },
349
+ "required": false,
350
+ "optional": false,
351
+ "docs": {
352
+ "tags": [{
353
+ "name": "default",
354
+ "text": "null"
355
+ }],
356
+ "text": "Props of the sub-components."
357
+ },
358
+ "defaultValue": "null"
359
+ },
360
+ "disabled": {
361
+ "type": "boolean",
362
+ "mutable": false,
363
+ "complexType": {
364
+ "original": "boolean",
365
+ "resolved": "boolean",
366
+ "references": {}
367
+ },
368
+ "required": false,
369
+ "optional": false,
370
+ "docs": {
371
+ "tags": [{
372
+ "name": "default",
373
+ "text": "false"
374
+ }],
375
+ "text": "Defaults at false. When set to true, the component is disabled."
376
+ },
377
+ "attribute": "disabled",
378
+ "reflect": false,
379
+ "defaultValue": "false"
380
+ },
381
+ "displayMode": {
382
+ "type": "string",
383
+ "mutable": false,
384
+ "complexType": {
385
+ "original": "ItemsDisplayMode",
386
+ "resolved": "ItemsDisplayMode.CODE | ItemsDisplayMode.DESCRIPTION | ItemsDisplayMode.DESCRIPTION_AND_CODE",
387
+ "references": {
388
+ "ItemsDisplayMode": {
389
+ "location": "import",
390
+ "path": "../kup-list/kup-list-declarations"
391
+ }
441
392
  }
442
- }
443
- },
444
- "required": false,
445
- "optional": false,
446
- "docs": {
447
- "tags": [{
448
- "name": "default",
449
- "text": "ItemsDisplayMode.DESCRIPTION"
450
- }],
451
- "text": "Sets how to show the selected item value. Suported values: \"code\", \"description\", \"both\"."
452
- },
453
- "attribute": "display-mode",
454
- "reflect": false,
455
- "defaultValue": "ItemsDisplayMode.DESCRIPTION"
456
- },
457
- "dropdownOnly": {
458
- "type": "boolean",
459
- "mutable": false,
460
- "complexType": {
461
- "original": "boolean",
462
- "resolved": "boolean",
463
- "references": {}
464
- },
465
- "required": false,
466
- "optional": false,
467
- "docs": {
468
- "tags": [{
469
- "name": "default",
470
- "text": "false"
471
- }],
472
- "text": "Default value is false. When set to true, the arrow dropdown button is the only button displayed."
473
- },
474
- "attribute": "dropdown-only",
475
- "reflect": false,
476
- "defaultValue": "false"
477
- },
478
- "icon": {
479
- "type": "string",
480
- "mutable": false,
481
- "complexType": {
482
- "original": "string",
483
- "resolved": "string",
484
- "references": {}
485
- },
486
- "required": false,
487
- "optional": false,
488
- "docs": {
489
- "tags": [{
490
- "name": "default",
491
- "text": "icon"
492
- }],
493
- "text": "Defaults at null. When set, the button will show this icon."
494
- },
495
- "attribute": "icon",
496
- "reflect": false,
497
- "defaultValue": "null"
498
- },
499
- "initialValue": {
500
- "type": "string",
501
- "mutable": false,
502
- "complexType": {
503
- "original": "string",
504
- "resolved": "string",
505
- "references": {}
506
- },
507
- "required": false,
508
- "optional": false,
509
- "docs": {
510
- "tags": [{
511
- "name": "default",
512
- "text": "\"\""
513
- }],
514
- "text": "Sets the initial value of the component."
515
- },
516
- "attribute": "initial-value",
517
- "reflect": false,
518
- "defaultValue": "''"
519
- },
520
- "label": {
521
- "type": "string",
522
- "mutable": false,
523
- "complexType": {
524
- "original": "string",
525
- "resolved": "string",
526
- "references": {}
527
- },
528
- "required": false,
529
- "optional": false,
530
- "docs": {
531
- "tags": [{
532
- "name": "default",
533
- "text": "\"\""
534
- }],
535
- "text": "Defaults at null. When set, the button will show this text."
536
- },
537
- "attribute": "label",
538
- "reflect": false,
539
- "defaultValue": "null"
540
- },
541
- "selectMode": {
542
- "type": "string",
543
- "mutable": false,
544
- "complexType": {
545
- "original": "ItemsDisplayMode",
546
- "resolved": "ItemsDisplayMode.CODE | ItemsDisplayMode.DESCRIPTION | ItemsDisplayMode.DESCRIPTION_AND_CODE",
547
- "references": {
548
- "ItemsDisplayMode": {
549
- "location": "import",
550
- "path": "../kup-list/kup-list-declarations"
393
+ },
394
+ "required": false,
395
+ "optional": false,
396
+ "docs": {
397
+ "tags": [{
398
+ "name": "default",
399
+ "text": "ItemsDisplayMode.DESCRIPTION"
400
+ }],
401
+ "text": "Sets how to show the selected item value. Suported values: \"code\", \"description\", \"both\"."
402
+ },
403
+ "attribute": "display-mode",
404
+ "reflect": false,
405
+ "defaultValue": "ItemsDisplayMode.DESCRIPTION"
406
+ },
407
+ "dropdownOnly": {
408
+ "type": "boolean",
409
+ "mutable": false,
410
+ "complexType": {
411
+ "original": "boolean",
412
+ "resolved": "boolean",
413
+ "references": {}
414
+ },
415
+ "required": false,
416
+ "optional": false,
417
+ "docs": {
418
+ "tags": [{
419
+ "name": "default",
420
+ "text": "false"
421
+ }],
422
+ "text": "Default value is false. When set to true, the arrow dropdown button is the only button displayed."
423
+ },
424
+ "attribute": "dropdown-only",
425
+ "reflect": false,
426
+ "defaultValue": "false"
427
+ },
428
+ "icon": {
429
+ "type": "string",
430
+ "mutable": false,
431
+ "complexType": {
432
+ "original": "string",
433
+ "resolved": "string",
434
+ "references": {}
435
+ },
436
+ "required": false,
437
+ "optional": false,
438
+ "docs": {
439
+ "tags": [{
440
+ "name": "default",
441
+ "text": "icon"
442
+ }],
443
+ "text": "Defaults at null. When set, the button will show this icon."
444
+ },
445
+ "attribute": "icon",
446
+ "reflect": false,
447
+ "defaultValue": "null"
448
+ },
449
+ "initialValue": {
450
+ "type": "string",
451
+ "mutable": false,
452
+ "complexType": {
453
+ "original": "string",
454
+ "resolved": "string",
455
+ "references": {}
456
+ },
457
+ "required": false,
458
+ "optional": false,
459
+ "docs": {
460
+ "tags": [{
461
+ "name": "default",
462
+ "text": "\"\""
463
+ }],
464
+ "text": "Sets the initial value of the component."
465
+ },
466
+ "attribute": "initial-value",
467
+ "reflect": false,
468
+ "defaultValue": "''"
469
+ },
470
+ "label": {
471
+ "type": "string",
472
+ "mutable": false,
473
+ "complexType": {
474
+ "original": "string",
475
+ "resolved": "string",
476
+ "references": {}
477
+ },
478
+ "required": false,
479
+ "optional": false,
480
+ "docs": {
481
+ "tags": [{
482
+ "name": "default",
483
+ "text": "\"\""
484
+ }],
485
+ "text": "Defaults at null. When set, the button will show this text."
486
+ },
487
+ "attribute": "label",
488
+ "reflect": false,
489
+ "defaultValue": "null"
490
+ },
491
+ "selectMode": {
492
+ "type": "string",
493
+ "mutable": false,
494
+ "complexType": {
495
+ "original": "ItemsDisplayMode",
496
+ "resolved": "ItemsDisplayMode.CODE | ItemsDisplayMode.DESCRIPTION | ItemsDisplayMode.DESCRIPTION_AND_CODE",
497
+ "references": {
498
+ "ItemsDisplayMode": {
499
+ "location": "import",
500
+ "path": "../kup-list/kup-list-declarations"
501
+ }
551
502
  }
552
- }
553
- },
554
- "required": false,
555
- "optional": false,
556
- "docs": {
557
- "tags": [{
558
- "name": "default",
559
- "text": "ItemsDisplayMode.CODE"
560
- }],
561
- "text": "Sets how to return the selected item value. Suported values: \"code\", \"description\", \"both\"."
562
- },
563
- "attribute": "select-mode",
564
- "reflect": false,
565
- "defaultValue": "ItemsDisplayMode.CODE"
566
- },
567
- "styling": {
568
- "type": "string",
569
- "mutable": false,
570
- "complexType": {
571
- "original": "FButtonStyling",
572
- "resolved": "FButtonStyling.FLAT | FButtonStyling.FLOATING | FButtonStyling.ICON | FButtonStyling.OUTLINED | FButtonStyling.RAISED",
573
- "references": {
574
- "FButtonStyling": {
575
- "location": "import",
576
- "path": "../../f-components/f-button/f-button-declarations"
503
+ },
504
+ "required": false,
505
+ "optional": false,
506
+ "docs": {
507
+ "tags": [{
508
+ "name": "default",
509
+ "text": "ItemsDisplayMode.CODE"
510
+ }],
511
+ "text": "Sets how to return the selected item value. Suported values: \"code\", \"description\", \"both\"."
512
+ },
513
+ "attribute": "select-mode",
514
+ "reflect": false,
515
+ "defaultValue": "ItemsDisplayMode.CODE"
516
+ },
517
+ "styling": {
518
+ "type": "string",
519
+ "mutable": false,
520
+ "complexType": {
521
+ "original": "FButtonStyling",
522
+ "resolved": "FButtonStyling.FLAT | FButtonStyling.FLOATING | FButtonStyling.ICON | FButtonStyling.OUTLINED | FButtonStyling.RAISED",
523
+ "references": {
524
+ "FButtonStyling": {
525
+ "location": "import",
526
+ "path": "../../f-components/f-button/f-button-declarations"
527
+ }
577
528
  }
578
- }
579
- },
580
- "required": false,
581
- "optional": false,
582
- "docs": {
583
- "tags": [{
584
- "name": "default",
585
- "text": "FButtonStyling.RAISED"
586
- }],
587
- "text": "Defines the style of the button. Styles available: \"flat\", \"outlined\" and \"raised\" which is also the default."
588
- },
589
- "attribute": "styling",
590
- "reflect": false,
591
- "defaultValue": "FButtonStyling.RAISED"
592
- },
593
- "trailingIcon": {
594
- "type": "boolean",
595
- "mutable": false,
596
- "complexType": {
597
- "original": "boolean",
598
- "resolved": "boolean",
599
- "references": {}
600
- },
601
- "required": false,
602
- "optional": false,
603
- "docs": {
604
- "tags": [{
605
- "name": "default",
606
- "text": "false"
607
- }],
608
- "text": "Defaults at null. When set, the icon will be shown after the text."
609
- },
610
- "attribute": "trailing-icon",
611
- "reflect": false,
612
- "defaultValue": "false"
613
- }
614
- }; }
615
- static get states() { return {
616
- "id": {}
617
- }; }
618
- static get events() { return [{
619
- "method": "kupBlur",
620
- "name": "kup-dropdownbutton-blur",
621
- "bubbles": true,
622
- "cancelable": false,
623
- "composed": true,
624
- "docs": {
625
- "tags": [],
626
- "text": "Triggered when the primary button loses focus."
627
- },
628
- "complexType": {
629
- "original": "KupDropdownButtonEventPayload",
630
- "resolved": "KupDropdownButtonEventPayload",
631
- "references": {
632
- "KupDropdownButtonEventPayload": {
633
- "location": "import",
634
- "path": "./kup-dropdown-button-declarations"
529
+ },
530
+ "required": false,
531
+ "optional": false,
532
+ "docs": {
533
+ "tags": [{
534
+ "name": "default",
535
+ "text": "FButtonStyling.RAISED"
536
+ }],
537
+ "text": "Defines the style of the button. Styles available: \"flat\", \"outlined\" and \"raised\" which is also the default."
538
+ },
539
+ "attribute": "styling",
540
+ "reflect": false,
541
+ "defaultValue": "FButtonStyling.RAISED"
542
+ },
543
+ "trailingIcon": {
544
+ "type": "boolean",
545
+ "mutable": false,
546
+ "complexType": {
547
+ "original": "boolean",
548
+ "resolved": "boolean",
549
+ "references": {}
550
+ },
551
+ "required": false,
552
+ "optional": false,
553
+ "docs": {
554
+ "tags": [{
555
+ "name": "default",
556
+ "text": "false"
557
+ }],
558
+ "text": "Defaults at null. When set, the icon will be shown after the text."
559
+ },
560
+ "attribute": "trailing-icon",
561
+ "reflect": false,
562
+ "defaultValue": "false"
563
+ }
564
+ };
565
+ }
566
+ static get states() {
567
+ return {
568
+ "id": {}
569
+ };
570
+ }
571
+ static get events() {
572
+ return [{
573
+ "method": "kupBlur",
574
+ "name": "kup-dropdownbutton-blur",
575
+ "bubbles": true,
576
+ "cancelable": false,
577
+ "composed": true,
578
+ "docs": {
579
+ "tags": [],
580
+ "text": "Triggered when the primary button loses focus."
581
+ },
582
+ "complexType": {
583
+ "original": "KupDropdownButtonEventPayload",
584
+ "resolved": "KupDropdownButtonEventPayload",
585
+ "references": {
586
+ "KupDropdownButtonEventPayload": {
587
+ "location": "import",
588
+ "path": "./kup-dropdown-button-declarations"
589
+ }
635
590
  }
636
591
  }
637
- }
638
- }, {
639
- "method": "kupClick",
640
- "name": "kup-dropdownbutton-click",
641
- "bubbles": true,
642
- "cancelable": false,
643
- "composed": true,
644
- "docs": {
645
- "tags": [],
646
- "text": "Triggered when the primary button is clicked."
647
- },
648
- "complexType": {
649
- "original": "KupDropdownButtonEventPayload",
650
- "resolved": "KupDropdownButtonEventPayload",
651
- "references": {
652
- "KupDropdownButtonEventPayload": {
653
- "location": "import",
654
- "path": "./kup-dropdown-button-declarations"
592
+ }, {
593
+ "method": "kupClick",
594
+ "name": "kup-dropdownbutton-click",
595
+ "bubbles": true,
596
+ "cancelable": false,
597
+ "composed": true,
598
+ "docs": {
599
+ "tags": [],
600
+ "text": "Triggered when the primary button is clicked."
601
+ },
602
+ "complexType": {
603
+ "original": "KupDropdownButtonEventPayload",
604
+ "resolved": "KupDropdownButtonEventPayload",
605
+ "references": {
606
+ "KupDropdownButtonEventPayload": {
607
+ "location": "import",
608
+ "path": "./kup-dropdown-button-declarations"
609
+ }
655
610
  }
656
611
  }
657
- }
658
- }, {
659
- "method": "kupFocus",
660
- "name": "kup-dropdownbutton-focus",
661
- "bubbles": true,
662
- "cancelable": false,
663
- "composed": true,
664
- "docs": {
665
- "tags": [],
666
- "text": "Triggered when the primary button is focused."
667
- },
668
- "complexType": {
669
- "original": "KupDropdownButtonEventPayload",
670
- "resolved": "KupDropdownButtonEventPayload",
671
- "references": {
672
- "KupDropdownButtonEventPayload": {
673
- "location": "import",
674
- "path": "./kup-dropdown-button-declarations"
612
+ }, {
613
+ "method": "kupFocus",
614
+ "name": "kup-dropdownbutton-focus",
615
+ "bubbles": true,
616
+ "cancelable": false,
617
+ "composed": true,
618
+ "docs": {
619
+ "tags": [],
620
+ "text": "Triggered when the primary button is focused."
621
+ },
622
+ "complexType": {
623
+ "original": "KupDropdownButtonEventPayload",
624
+ "resolved": "KupDropdownButtonEventPayload",
625
+ "references": {
626
+ "KupDropdownButtonEventPayload": {
627
+ "location": "import",
628
+ "path": "./kup-dropdown-button-declarations"
629
+ }
675
630
  }
676
631
  }
677
- }
678
- }, {
679
- "method": "kupChange",
680
- "name": "kup-dropdownbutton-change",
681
- "bubbles": true,
682
- "cancelable": false,
683
- "composed": true,
684
- "docs": {
685
- "tags": [],
686
- "text": "Triggered when a list item changes."
687
- },
688
- "complexType": {
689
- "original": "KupDropdownButtonEventPayload",
690
- "resolved": "KupDropdownButtonEventPayload",
691
- "references": {
692
- "KupDropdownButtonEventPayload": {
693
- "location": "import",
694
- "path": "./kup-dropdown-button-declarations"
632
+ }, {
633
+ "method": "kupChange",
634
+ "name": "kup-dropdownbutton-change",
635
+ "bubbles": true,
636
+ "cancelable": false,
637
+ "composed": true,
638
+ "docs": {
639
+ "tags": [],
640
+ "text": "Triggered when a list item changes."
641
+ },
642
+ "complexType": {
643
+ "original": "KupDropdownButtonEventPayload",
644
+ "resolved": "KupDropdownButtonEventPayload",
645
+ "references": {
646
+ "KupDropdownButtonEventPayload": {
647
+ "location": "import",
648
+ "path": "./kup-dropdown-button-declarations"
649
+ }
695
650
  }
696
651
  }
697
- }
698
- }, {
699
- "method": "kupItemClick",
700
- "name": "kup-dropdownbutton-itemclick",
701
- "bubbles": true,
702
- "cancelable": false,
703
- "composed": true,
704
- "docs": {
705
- "tags": [],
706
- "text": "Triggered when a list item is clicked."
707
- },
708
- "complexType": {
709
- "original": "KupDropdownButtonEventPayload",
710
- "resolved": "KupDropdownButtonEventPayload",
711
- "references": {
712
- "KupDropdownButtonEventPayload": {
713
- "location": "import",
714
- "path": "./kup-dropdown-button-declarations"
652
+ }, {
653
+ "method": "kupItemClick",
654
+ "name": "kup-dropdownbutton-itemclick",
655
+ "bubbles": true,
656
+ "cancelable": false,
657
+ "composed": true,
658
+ "docs": {
659
+ "tags": [],
660
+ "text": "Triggered when a list item is clicked."
661
+ },
662
+ "complexType": {
663
+ "original": "KupDropdownButtonEventPayload",
664
+ "resolved": "KupDropdownButtonEventPayload",
665
+ "references": {
666
+ "KupDropdownButtonEventPayload": {
667
+ "location": "import",
668
+ "path": "./kup-dropdown-button-declarations"
669
+ }
715
670
  }
716
671
  }
717
- }
718
- }]; }
719
- static get methods() { return {
720
- "getProps": {
721
- "complexType": {
722
- "signature": "(descriptions?: boolean) => Promise<GenericObject>",
723
- "parameters": [{
724
- "tags": [{
725
- "name": "param",
726
- "text": "descriptions - When provided and true, the result will be the list of props with their description."
727
- }],
728
- "text": "- When provided and true, the result will be the list of props with their description."
729
- }],
730
- "references": {
731
- "Promise": {
732
- "location": "global"
672
+ }];
673
+ }
674
+ static get methods() {
675
+ return {
676
+ "getProps": {
677
+ "complexType": {
678
+ "signature": "(descriptions?: boolean) => Promise<GenericObject>",
679
+ "parameters": [{
680
+ "tags": [{
681
+ "name": "param",
682
+ "text": "descriptions - When provided and true, the result will be the list of props with their description."
683
+ }],
684
+ "text": "- When provided and true, the result will be the list of props with their description."
685
+ }],
686
+ "references": {
687
+ "Promise": {
688
+ "location": "global"
689
+ },
690
+ "GenericObject": {
691
+ "location": "import",
692
+ "path": "../../types/GenericTypes"
693
+ }
733
694
  },
734
- "GenericObject": {
735
- "location": "import",
736
- "path": "../../types/GenericTypes"
737
- }
695
+ "return": "Promise<GenericObject>"
738
696
  },
739
- "return": "Promise<GenericObject>"
697
+ "docs": {
698
+ "text": "Used to retrieve component's props values.",
699
+ "tags": [{
700
+ "name": "param",
701
+ "text": "descriptions - When provided and true, the result will be the list of props with their description."
702
+ }, {
703
+ "name": "returns",
704
+ "text": "List of props as object, each key will be a prop."
705
+ }]
706
+ }
740
707
  },
741
- "docs": {
742
- "text": "Used to retrieve component's props values.",
743
- "tags": [{
744
- "name": "param",
745
- "text": "descriptions - When provided and true, the result will be the list of props with their description."
746
- }, {
747
- "name": "returns",
748
- "text": "List of props as object, each key will be a prop."
749
- }]
750
- }
751
- },
752
- "getValue": {
753
- "complexType": {
754
- "signature": "() => Promise<string>",
755
- "parameters": [],
756
- "references": {
757
- "Promise": {
758
- "location": "global"
759
- }
708
+ "getValue": {
709
+ "complexType": {
710
+ "signature": "() => Promise<string>",
711
+ "parameters": [],
712
+ "references": {
713
+ "Promise": {
714
+ "location": "global"
715
+ }
716
+ },
717
+ "return": "Promise<string>"
760
718
  },
761
- "return": "Promise<string>"
719
+ "docs": {
720
+ "text": "Returns the component's internal value.",
721
+ "tags": []
722
+ }
762
723
  },
763
- "docs": {
764
- "text": "Returns the component's internal value.",
765
- "tags": []
766
- }
767
- },
768
- "refresh": {
769
- "complexType": {
770
- "signature": "() => Promise<void>",
771
- "parameters": [],
772
- "references": {
773
- "Promise": {
774
- "location": "global"
775
- }
724
+ "refresh": {
725
+ "complexType": {
726
+ "signature": "() => Promise<void>",
727
+ "parameters": [],
728
+ "references": {
729
+ "Promise": {
730
+ "location": "global"
731
+ }
732
+ },
733
+ "return": "Promise<void>"
776
734
  },
777
- "return": "Promise<void>"
735
+ "docs": {
736
+ "text": "This method is used to trigger a new render of the component.",
737
+ "tags": []
738
+ }
778
739
  },
779
- "docs": {
780
- "text": "This method is used to trigger a new render of the component.",
781
- "tags": []
782
- }
783
- },
784
- "setProps": {
785
- "complexType": {
786
- "signature": "(props: GenericObject) => Promise<void>",
787
- "parameters": [{
788
- "tags": [{
789
- "name": "param",
790
- "text": "props - Object containing props that will be set to the component."
791
- }],
792
- "text": "- Object containing props that will be set to the component."
793
- }],
794
- "references": {
795
- "Promise": {
796
- "location": "global"
740
+ "setProps": {
741
+ "complexType": {
742
+ "signature": "(props: GenericObject) => Promise<void>",
743
+ "parameters": [{
744
+ "tags": [{
745
+ "name": "param",
746
+ "text": "props - Object containing props that will be set to the component."
747
+ }],
748
+ "text": "- Object containing props that will be set to the component."
749
+ }],
750
+ "references": {
751
+ "Promise": {
752
+ "location": "global"
753
+ },
754
+ "GenericObject": {
755
+ "location": "import",
756
+ "path": "../../types/GenericTypes"
757
+ }
797
758
  },
798
- "GenericObject": {
799
- "location": "import",
800
- "path": "../../types/GenericTypes"
801
- }
759
+ "return": "Promise<void>"
802
760
  },
803
- "return": "Promise<void>"
761
+ "docs": {
762
+ "text": "Sets the props to the component.",
763
+ "tags": [{
764
+ "name": "param",
765
+ "text": "props - Object containing props that will be set to the component."
766
+ }]
767
+ }
804
768
  },
805
- "docs": {
806
- "text": "Sets the props to the component.",
807
- "tags": [{
808
- "name": "param",
809
- "text": "props - Object containing props that will be set to the component."
810
- }]
811
- }
812
- },
813
- "setValue": {
814
- "complexType": {
815
- "signature": "(value: string) => Promise<void>",
816
- "parameters": [{
817
- "tags": [],
818
- "text": ""
819
- }],
820
- "references": {
821
- "Promise": {
822
- "location": "global"
823
- }
769
+ "setValue": {
770
+ "complexType": {
771
+ "signature": "(value: string) => Promise<void>",
772
+ "parameters": [{
773
+ "tags": [],
774
+ "text": ""
775
+ }],
776
+ "references": {
777
+ "Promise": {
778
+ "location": "global"
779
+ }
780
+ },
781
+ "return": "Promise<void>"
824
782
  },
825
- "return": "Promise<void>"
826
- },
827
- "docs": {
828
- "text": "Sets the internal value of the component.",
829
- "tags": []
783
+ "docs": {
784
+ "text": "Sets the internal value of the component.",
785
+ "tags": []
786
+ }
830
787
  }
831
- }
832
- }; }
788
+ };
789
+ }
833
790
  static get elementRef() { return "rootElement"; }
834
- static get listeners() { return [{
835
- "name": "keydown",
836
- "method": "listenKeydown",
837
- "target": undefined,
838
- "capture": false,
839
- "passive": false
840
- }]; }
791
+ static get listeners() {
792
+ return [{
793
+ "name": "keydown",
794
+ "method": "listenKeydown",
795
+ "target": undefined,
796
+ "capture": false,
797
+ "passive": false
798
+ }];
799
+ }
841
800
  }