@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 { KupNumericPickerProps, } from './kup-numeric-picker-declarations';
4
4
  import { componentWrapperId } from '../../variables/GenericVariables';
@@ -8,60 +8,6 @@ import { KupDynamicPositionPlacement } from '../../managers/kup-dynamic-position
8
8
  import { KupCardFamily, } from '../kup-card/kup-card-declarations';
9
9
  export class KupNumericPicker {
10
10
  constructor() {
11
- /*-------------------------------------------------*/
12
- /* S t a t e s */
13
- /*-------------------------------------------------*/
14
- this.stateSwitcher = false;
15
- this.value = '';
16
- /*-------------------------------------------------*/
17
- /* P r o p s */
18
- /*-------------------------------------------------*/
19
- /**
20
- * Custom style of the component.
21
- * @default ""
22
- * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
23
- */
24
- this.customStyle = '';
25
- /**
26
- * Props of the sub-components.
27
- * @default null
28
- */
29
- this.data = null;
30
- /**
31
- * Defaults at false. When set to true, the component has decimals.
32
- * @default false
33
- */
34
- this.decimals = false;
35
- /**
36
- * Defaults at false. When set to true, the component is disabled.
37
- * @default false
38
- */
39
- this.disabled = false;
40
- /**
41
- * Sets the initial value of the component
42
- * @default ""
43
- */
44
- this.initialValue = '';
45
- /**
46
- * when set, the component allows you to enter decimals with a maximum of characters.
47
- * @default null
48
- */
49
- this.maxDecimals = null;
50
- /**
51
- * When set, the component allows you to enter integer numbers with a maximum of characters.
52
- * @default null
53
- */
54
- this.maxIntegers = null;
55
- /**
56
- * When set, the component allows you to enter numbers with a maximum of characters, including decimals.
57
- * @default null
58
- */
59
- this.maxLength = null;
60
- /**
61
- * Defaults at false. When set to true, the component has negative number.
62
- * @default false
63
- */
64
- this.negative = false;
65
11
  /*-------------------------------------------------*/
66
12
  /* I n t e r n a l V a r i a b l e s */
67
13
  /*-------------------------------------------------*/
@@ -76,6 +22,17 @@ export class KupNumericPicker {
76
22
  date: new Date(),
77
23
  };
78
24
  this.clickCb = null;
25
+ this.stateSwitcher = false;
26
+ this.value = '';
27
+ this.customStyle = '';
28
+ this.data = null;
29
+ this.decimals = false;
30
+ this.disabled = false;
31
+ this.initialValue = '';
32
+ this.maxDecimals = null;
33
+ this.maxIntegers = null;
34
+ this.maxLength = null;
35
+ this.negative = false;
79
36
  }
80
37
  onKupPickerItemClick(value) {
81
38
  this.setPickerValueSelected(value);
@@ -374,9 +331,7 @@ export class KupNumericPicker {
374
331
  this.kupManager.debug.logRender(this, true);
375
332
  }
376
333
  render() {
377
- return (h(Host, null,
378
- h("style", null, this.kupManager.theme.setKupStyle(this.rootElement)),
379
- h("div", { id: componentWrapperId }, this.prepTextfield())));
334
+ return (h(Host, null, h("style", null, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { id: componentWrapperId }, this.prepTextfield())));
380
335
  }
381
336
  disconnectedCallback() {
382
337
  this.kupManager.dates.unregister(this);
@@ -387,509 +342,523 @@ export class KupNumericPicker {
387
342
  }
388
343
  static get is() { return "kup-numeric-picker"; }
389
344
  static get encapsulation() { return "shadow"; }
390
- static get originalStyleUrls() { return {
391
- "$": ["kup-numeric-picker.scss"]
392
- }; }
393
- static get styleUrls() { return {
394
- "$": ["kup-numeric-picker.css"]
395
- }; }
396
- static get properties() { return {
397
- "customStyle": {
398
- "type": "string",
399
- "mutable": false,
400
- "complexType": {
401
- "original": "string",
402
- "resolved": "string",
403
- "references": {}
404
- },
405
- "required": false,
406
- "optional": false,
407
- "docs": {
408
- "tags": [{
409
- "name": "default",
410
- "text": "\"\""
411
- }, {
412
- "name": "see",
413
- "text": "https://ketchup.smeup.com/ketchup-showcase/#/customization"
414
- }],
415
- "text": "Custom style of the component."
416
- },
417
- "attribute": "custom-style",
418
- "reflect": false,
419
- "defaultValue": "''"
420
- },
421
- "data": {
422
- "type": "unknown",
423
- "mutable": true,
424
- "complexType": {
425
- "original": "Object",
426
- "resolved": "Object",
427
- "references": {
428
- "Object": {
429
- "location": "global"
430
- }
431
- }
432
- },
433
- "required": false,
434
- "optional": false,
435
- "docs": {
436
- "tags": [{
437
- "name": "default",
438
- "text": "null"
439
- }],
440
- "text": "Props of the sub-components."
441
- },
442
- "defaultValue": "null"
443
- },
444
- "decimals": {
445
- "type": "boolean",
446
- "mutable": false,
447
- "complexType": {
448
- "original": "boolean",
449
- "resolved": "boolean",
450
- "references": {}
451
- },
452
- "required": false,
453
- "optional": false,
454
- "docs": {
455
- "tags": [{
456
- "name": "default",
457
- "text": "false"
458
- }],
459
- "text": "Defaults at false. When set to true, the component has decimals."
460
- },
461
- "attribute": "decimals",
462
- "reflect": false,
463
- "defaultValue": "false"
464
- },
465
- "disabled": {
466
- "type": "boolean",
467
- "mutable": false,
468
- "complexType": {
469
- "original": "boolean",
470
- "resolved": "boolean",
471
- "references": {}
472
- },
473
- "required": false,
474
- "optional": false,
475
- "docs": {
476
- "tags": [{
477
- "name": "default",
478
- "text": "false"
479
- }],
480
- "text": "Defaults at false. When set to true, the component is disabled."
481
- },
482
- "attribute": "disabled",
483
- "reflect": false,
484
- "defaultValue": "false"
485
- },
486
- "initialValue": {
487
- "type": "string",
488
- "mutable": false,
489
- "complexType": {
490
- "original": "string",
491
- "resolved": "string",
492
- "references": {}
493
- },
494
- "required": false,
495
- "optional": false,
496
- "docs": {
497
- "tags": [{
498
- "name": "default",
499
- "text": "\"\""
500
- }],
501
- "text": "Sets the initial value of the component"
502
- },
503
- "attribute": "initial-value",
504
- "reflect": false,
505
- "defaultValue": "''"
506
- },
507
- "maxDecimals": {
508
- "type": "number",
509
- "mutable": true,
510
- "complexType": {
511
- "original": "number",
512
- "resolved": "number",
513
- "references": {}
514
- },
515
- "required": false,
516
- "optional": false,
517
- "docs": {
518
- "tags": [{
519
- "name": "default",
520
- "text": "null"
521
- }],
522
- "text": "when set, the component allows you to enter decimals with a maximum of characters."
523
- },
524
- "attribute": "max-decimals",
525
- "reflect": false,
526
- "defaultValue": "null"
527
- },
528
- "maxIntegers": {
529
- "type": "number",
530
- "mutable": true,
531
- "complexType": {
532
- "original": "number",
533
- "resolved": "number",
534
- "references": {}
535
- },
536
- "required": false,
537
- "optional": false,
538
- "docs": {
539
- "tags": [{
540
- "name": "default",
541
- "text": "null"
542
- }],
543
- "text": "When set, the component allows you to enter integer numbers with a maximum of characters."
544
- },
545
- "attribute": "max-integers",
546
- "reflect": false,
547
- "defaultValue": "null"
548
- },
549
- "maxLength": {
550
- "type": "number",
551
- "mutable": false,
552
- "complexType": {
553
- "original": "number",
554
- "resolved": "number",
555
- "references": {}
556
- },
557
- "required": false,
558
- "optional": false,
559
- "docs": {
560
- "tags": [{
561
- "name": "default",
562
- "text": "null"
563
- }],
564
- "text": "When set, the component allows you to enter numbers with a maximum of characters, including decimals."
565
- },
566
- "attribute": "max-length",
567
- "reflect": false,
568
- "defaultValue": "null"
569
- },
570
- "negative": {
571
- "type": "boolean",
572
- "mutable": false,
573
- "complexType": {
574
- "original": "boolean",
575
- "resolved": "boolean",
576
- "references": {}
577
- },
578
- "required": false,
579
- "optional": false,
580
- "docs": {
581
- "tags": [{
582
- "name": "default",
583
- "text": "false"
584
- }],
585
- "text": "Defaults at false. When set to true, the component has negative number."
586
- },
587
- "attribute": "negative",
588
- "reflect": false,
589
- "defaultValue": "false"
590
- }
591
- }; }
592
- static get states() { return {
593
- "stateSwitcher": {},
594
- "value": {}
595
- }; }
596
- static get events() { return [{
597
- "method": "kupBlur",
598
- "name": "kup-numericpicker-blur",
599
- "bubbles": true,
600
- "cancelable": false,
601
- "composed": true,
602
- "docs": {
603
- "tags": [],
604
- "text": ""
605
- },
606
- "complexType": {
607
- "original": "KupNumericPickerEventPayload",
608
- "resolved": "KupNumericPickerEventPayload",
609
- "references": {
610
- "KupNumericPickerEventPayload": {
611
- "location": "import",
612
- "path": "./kup-numeric-picker-declarations"
345
+ static get originalStyleUrls() {
346
+ return {
347
+ "$": ["kup-numeric-picker.scss"]
348
+ };
349
+ }
350
+ static get styleUrls() {
351
+ return {
352
+ "$": ["kup-numeric-picker.css"]
353
+ };
354
+ }
355
+ static get properties() {
356
+ return {
357
+ "customStyle": {
358
+ "type": "string",
359
+ "mutable": false,
360
+ "complexType": {
361
+ "original": "string",
362
+ "resolved": "string",
363
+ "references": {}
364
+ },
365
+ "required": false,
366
+ "optional": false,
367
+ "docs": {
368
+ "tags": [{
369
+ "name": "default",
370
+ "text": "\"\""
371
+ }, {
372
+ "name": "see",
373
+ "text": "https://ketchup.smeup.com/ketchup-showcase/#/customization"
374
+ }],
375
+ "text": "Custom style of the component."
376
+ },
377
+ "attribute": "custom-style",
378
+ "reflect": false,
379
+ "defaultValue": "''"
380
+ },
381
+ "data": {
382
+ "type": "unknown",
383
+ "mutable": true,
384
+ "complexType": {
385
+ "original": "Object",
386
+ "resolved": "Object",
387
+ "references": {
388
+ "Object": {
389
+ "location": "global"
390
+ }
613
391
  }
614
- }
392
+ },
393
+ "required": false,
394
+ "optional": false,
395
+ "docs": {
396
+ "tags": [{
397
+ "name": "default",
398
+ "text": "null"
399
+ }],
400
+ "text": "Props of the sub-components."
401
+ },
402
+ "defaultValue": "null"
403
+ },
404
+ "decimals": {
405
+ "type": "boolean",
406
+ "mutable": false,
407
+ "complexType": {
408
+ "original": "boolean",
409
+ "resolved": "boolean",
410
+ "references": {}
411
+ },
412
+ "required": false,
413
+ "optional": false,
414
+ "docs": {
415
+ "tags": [{
416
+ "name": "default",
417
+ "text": "false"
418
+ }],
419
+ "text": "Defaults at false. When set to true, the component has decimals."
420
+ },
421
+ "attribute": "decimals",
422
+ "reflect": false,
423
+ "defaultValue": "false"
424
+ },
425
+ "disabled": {
426
+ "type": "boolean",
427
+ "mutable": false,
428
+ "complexType": {
429
+ "original": "boolean",
430
+ "resolved": "boolean",
431
+ "references": {}
432
+ },
433
+ "required": false,
434
+ "optional": false,
435
+ "docs": {
436
+ "tags": [{
437
+ "name": "default",
438
+ "text": "false"
439
+ }],
440
+ "text": "Defaults at false. When set to true, the component is disabled."
441
+ },
442
+ "attribute": "disabled",
443
+ "reflect": false,
444
+ "defaultValue": "false"
445
+ },
446
+ "initialValue": {
447
+ "type": "string",
448
+ "mutable": false,
449
+ "complexType": {
450
+ "original": "string",
451
+ "resolved": "string",
452
+ "references": {}
453
+ },
454
+ "required": false,
455
+ "optional": false,
456
+ "docs": {
457
+ "tags": [{
458
+ "name": "default",
459
+ "text": "\"\""
460
+ }],
461
+ "text": "Sets the initial value of the component"
462
+ },
463
+ "attribute": "initial-value",
464
+ "reflect": false,
465
+ "defaultValue": "''"
466
+ },
467
+ "maxDecimals": {
468
+ "type": "number",
469
+ "mutable": true,
470
+ "complexType": {
471
+ "original": "number",
472
+ "resolved": "number",
473
+ "references": {}
474
+ },
475
+ "required": false,
476
+ "optional": false,
477
+ "docs": {
478
+ "tags": [{
479
+ "name": "default",
480
+ "text": "null"
481
+ }],
482
+ "text": "when set, the component allows you to enter decimals with a maximum of characters."
483
+ },
484
+ "attribute": "max-decimals",
485
+ "reflect": false,
486
+ "defaultValue": "null"
487
+ },
488
+ "maxIntegers": {
489
+ "type": "number",
490
+ "mutable": true,
491
+ "complexType": {
492
+ "original": "number",
493
+ "resolved": "number",
494
+ "references": {}
495
+ },
496
+ "required": false,
497
+ "optional": false,
498
+ "docs": {
499
+ "tags": [{
500
+ "name": "default",
501
+ "text": "null"
502
+ }],
503
+ "text": "When set, the component allows you to enter integer numbers with a maximum of characters."
504
+ },
505
+ "attribute": "max-integers",
506
+ "reflect": false,
507
+ "defaultValue": "null"
508
+ },
509
+ "maxLength": {
510
+ "type": "number",
511
+ "mutable": false,
512
+ "complexType": {
513
+ "original": "number",
514
+ "resolved": "number",
515
+ "references": {}
516
+ },
517
+ "required": false,
518
+ "optional": false,
519
+ "docs": {
520
+ "tags": [{
521
+ "name": "default",
522
+ "text": "null"
523
+ }],
524
+ "text": "When set, the component allows you to enter numbers with a maximum of characters, including decimals."
525
+ },
526
+ "attribute": "max-length",
527
+ "reflect": false,
528
+ "defaultValue": "null"
529
+ },
530
+ "negative": {
531
+ "type": "boolean",
532
+ "mutable": false,
533
+ "complexType": {
534
+ "original": "boolean",
535
+ "resolved": "boolean",
536
+ "references": {}
537
+ },
538
+ "required": false,
539
+ "optional": false,
540
+ "docs": {
541
+ "tags": [{
542
+ "name": "default",
543
+ "text": "false"
544
+ }],
545
+ "text": "Defaults at false. When set to true, the component has negative number."
546
+ },
547
+ "attribute": "negative",
548
+ "reflect": false,
549
+ "defaultValue": "false"
615
550
  }
616
- }, {
617
- "method": "kupChange",
618
- "name": "kup-numericpicker-change",
619
- "bubbles": true,
620
- "cancelable": false,
621
- "composed": true,
622
- "docs": {
623
- "tags": [],
624
- "text": ""
625
- },
626
- "complexType": {
627
- "original": "KupNumericPickerEventPayload",
628
- "resolved": "KupNumericPickerEventPayload",
629
- "references": {
630
- "KupNumericPickerEventPayload": {
631
- "location": "import",
632
- "path": "./kup-numeric-picker-declarations"
551
+ };
552
+ }
553
+ static get states() {
554
+ return {
555
+ "stateSwitcher": {},
556
+ "value": {}
557
+ };
558
+ }
559
+ static get events() {
560
+ return [{
561
+ "method": "kupBlur",
562
+ "name": "kup-numericpicker-blur",
563
+ "bubbles": true,
564
+ "cancelable": false,
565
+ "composed": true,
566
+ "docs": {
567
+ "tags": [],
568
+ "text": ""
569
+ },
570
+ "complexType": {
571
+ "original": "KupNumericPickerEventPayload",
572
+ "resolved": "KupNumericPickerEventPayload",
573
+ "references": {
574
+ "KupNumericPickerEventPayload": {
575
+ "location": "import",
576
+ "path": "./kup-numeric-picker-declarations"
577
+ }
633
578
  }
634
579
  }
635
- }
636
- }, {
637
- "method": "kupClick",
638
- "name": "kup-numericpicker-click",
639
- "bubbles": true,
640
- "cancelable": false,
641
- "composed": true,
642
- "docs": {
643
- "tags": [],
644
- "text": ""
645
- },
646
- "complexType": {
647
- "original": "KupNumericPickerEventPayload",
648
- "resolved": "KupNumericPickerEventPayload",
649
- "references": {
650
- "KupNumericPickerEventPayload": {
651
- "location": "import",
652
- "path": "./kup-numeric-picker-declarations"
580
+ }, {
581
+ "method": "kupChange",
582
+ "name": "kup-numericpicker-change",
583
+ "bubbles": true,
584
+ "cancelable": false,
585
+ "composed": true,
586
+ "docs": {
587
+ "tags": [],
588
+ "text": ""
589
+ },
590
+ "complexType": {
591
+ "original": "KupNumericPickerEventPayload",
592
+ "resolved": "KupNumericPickerEventPayload",
593
+ "references": {
594
+ "KupNumericPickerEventPayload": {
595
+ "location": "import",
596
+ "path": "./kup-numeric-picker-declarations"
597
+ }
653
598
  }
654
599
  }
655
- }
656
- }, {
657
- "method": "kupFocus",
658
- "name": "kup-numericpicker-focus",
659
- "bubbles": true,
660
- "cancelable": false,
661
- "composed": true,
662
- "docs": {
663
- "tags": [],
664
- "text": ""
665
- },
666
- "complexType": {
667
- "original": "KupNumericPickerEventPayload",
668
- "resolved": "KupNumericPickerEventPayload",
669
- "references": {
670
- "KupNumericPickerEventPayload": {
671
- "location": "import",
672
- "path": "./kup-numeric-picker-declarations"
600
+ }, {
601
+ "method": "kupClick",
602
+ "name": "kup-numericpicker-click",
603
+ "bubbles": true,
604
+ "cancelable": false,
605
+ "composed": true,
606
+ "docs": {
607
+ "tags": [],
608
+ "text": ""
609
+ },
610
+ "complexType": {
611
+ "original": "KupNumericPickerEventPayload",
612
+ "resolved": "KupNumericPickerEventPayload",
613
+ "references": {
614
+ "KupNumericPickerEventPayload": {
615
+ "location": "import",
616
+ "path": "./kup-numeric-picker-declarations"
617
+ }
673
618
  }
674
619
  }
675
- }
676
- }, {
677
- "method": "kupInput",
678
- "name": "kup-numericpicker-input",
679
- "bubbles": true,
680
- "cancelable": false,
681
- "composed": true,
682
- "docs": {
683
- "tags": [],
684
- "text": ""
685
- },
686
- "complexType": {
687
- "original": "KupNumericPickerEventPayload",
688
- "resolved": "KupNumericPickerEventPayload",
689
- "references": {
690
- "KupNumericPickerEventPayload": {
691
- "location": "import",
692
- "path": "./kup-numeric-picker-declarations"
620
+ }, {
621
+ "method": "kupFocus",
622
+ "name": "kup-numericpicker-focus",
623
+ "bubbles": true,
624
+ "cancelable": false,
625
+ "composed": true,
626
+ "docs": {
627
+ "tags": [],
628
+ "text": ""
629
+ },
630
+ "complexType": {
631
+ "original": "KupNumericPickerEventPayload",
632
+ "resolved": "KupNumericPickerEventPayload",
633
+ "references": {
634
+ "KupNumericPickerEventPayload": {
635
+ "location": "import",
636
+ "path": "./kup-numeric-picker-declarations"
637
+ }
693
638
  }
694
639
  }
695
- }
696
- }, {
697
- "method": "kupIconClick",
698
- "name": "kup-numericpicker-iconclick",
699
- "bubbles": true,
700
- "cancelable": false,
701
- "composed": true,
702
- "docs": {
703
- "tags": [],
704
- "text": ""
705
- },
706
- "complexType": {
707
- "original": "KupNumericPickerEventPayload",
708
- "resolved": "KupNumericPickerEventPayload",
709
- "references": {
710
- "KupNumericPickerEventPayload": {
711
- "location": "import",
712
- "path": "./kup-numeric-picker-declarations"
640
+ }, {
641
+ "method": "kupInput",
642
+ "name": "kup-numericpicker-input",
643
+ "bubbles": true,
644
+ "cancelable": false,
645
+ "composed": true,
646
+ "docs": {
647
+ "tags": [],
648
+ "text": ""
649
+ },
650
+ "complexType": {
651
+ "original": "KupNumericPickerEventPayload",
652
+ "resolved": "KupNumericPickerEventPayload",
653
+ "references": {
654
+ "KupNumericPickerEventPayload": {
655
+ "location": "import",
656
+ "path": "./kup-numeric-picker-declarations"
657
+ }
713
658
  }
714
659
  }
715
- }
716
- }, {
717
- "method": "kupItemClick",
718
- "name": "kup-numericpicker-itemclick",
719
- "bubbles": true,
720
- "cancelable": false,
721
- "composed": true,
722
- "docs": {
723
- "tags": [],
724
- "text": ""
725
- },
726
- "complexType": {
727
- "original": "KupNumericPickerEventPayload",
728
- "resolved": "KupNumericPickerEventPayload",
729
- "references": {
730
- "KupNumericPickerEventPayload": {
731
- "location": "import",
732
- "path": "./kup-numeric-picker-declarations"
660
+ }, {
661
+ "method": "kupIconClick",
662
+ "name": "kup-numericpicker-iconclick",
663
+ "bubbles": true,
664
+ "cancelable": false,
665
+ "composed": true,
666
+ "docs": {
667
+ "tags": [],
668
+ "text": ""
669
+ },
670
+ "complexType": {
671
+ "original": "KupNumericPickerEventPayload",
672
+ "resolved": "KupNumericPickerEventPayload",
673
+ "references": {
674
+ "KupNumericPickerEventPayload": {
675
+ "location": "import",
676
+ "path": "./kup-numeric-picker-declarations"
677
+ }
733
678
  }
734
679
  }
735
- }
736
- }, {
737
- "method": "kupTextFieldSubmit",
738
- "name": "kup-numericpicker-textfieldsubmit",
739
- "bubbles": true,
740
- "cancelable": false,
741
- "composed": true,
742
- "docs": {
743
- "tags": [],
744
- "text": ""
745
- },
746
- "complexType": {
747
- "original": "KupNumericPickerEventPayload",
748
- "resolved": "KupNumericPickerEventPayload",
749
- "references": {
750
- "KupNumericPickerEventPayload": {
751
- "location": "import",
752
- "path": "./kup-numeric-picker-declarations"
680
+ }, {
681
+ "method": "kupItemClick",
682
+ "name": "kup-numericpicker-itemclick",
683
+ "bubbles": true,
684
+ "cancelable": false,
685
+ "composed": true,
686
+ "docs": {
687
+ "tags": [],
688
+ "text": ""
689
+ },
690
+ "complexType": {
691
+ "original": "KupNumericPickerEventPayload",
692
+ "resolved": "KupNumericPickerEventPayload",
693
+ "references": {
694
+ "KupNumericPickerEventPayload": {
695
+ "location": "import",
696
+ "path": "./kup-numeric-picker-declarations"
697
+ }
753
698
  }
754
699
  }
755
- }
756
- }, {
757
- "method": "kupClearIconClick",
758
- "name": "kup-numericpicker-cleariconclick",
759
- "bubbles": true,
760
- "cancelable": false,
761
- "composed": true,
762
- "docs": {
763
- "tags": [],
764
- "text": ""
765
- },
766
- "complexType": {
767
- "original": "KupEventPayload",
768
- "resolved": "KupEventPayload",
769
- "references": {
770
- "KupEventPayload": {
771
- "location": "import",
772
- "path": "../../types/GenericTypes"
700
+ }, {
701
+ "method": "kupTextFieldSubmit",
702
+ "name": "kup-numericpicker-textfieldsubmit",
703
+ "bubbles": true,
704
+ "cancelable": false,
705
+ "composed": true,
706
+ "docs": {
707
+ "tags": [],
708
+ "text": ""
709
+ },
710
+ "complexType": {
711
+ "original": "KupNumericPickerEventPayload",
712
+ "resolved": "KupNumericPickerEventPayload",
713
+ "references": {
714
+ "KupNumericPickerEventPayload": {
715
+ "location": "import",
716
+ "path": "./kup-numeric-picker-declarations"
717
+ }
773
718
  }
774
719
  }
775
- }
776
- }]; }
777
- static get methods() { return {
778
- "getValue": {
779
- "complexType": {
780
- "signature": "() => Promise<string>",
781
- "parameters": [],
782
- "references": {
783
- "Promise": {
784
- "location": "global"
720
+ }, {
721
+ "method": "kupClearIconClick",
722
+ "name": "kup-numericpicker-cleariconclick",
723
+ "bubbles": true,
724
+ "cancelable": false,
725
+ "composed": true,
726
+ "docs": {
727
+ "tags": [],
728
+ "text": ""
729
+ },
730
+ "complexType": {
731
+ "original": "KupEventPayload",
732
+ "resolved": "KupEventPayload",
733
+ "references": {
734
+ "KupEventPayload": {
735
+ "location": "import",
736
+ "path": "../../types/GenericTypes"
737
+ }
785
738
  }
739
+ }
740
+ }];
741
+ }
742
+ static get methods() {
743
+ return {
744
+ "getValue": {
745
+ "complexType": {
746
+ "signature": "() => Promise<string>",
747
+ "parameters": [],
748
+ "references": {
749
+ "Promise": {
750
+ "location": "global"
751
+ }
752
+ },
753
+ "return": "Promise<string>"
786
754
  },
787
- "return": "Promise<string>"
755
+ "docs": {
756
+ "text": "Retrieves the component's value.",
757
+ "tags": [{
758
+ "name": "returns",
759
+ "text": "Value of the component."
760
+ }]
761
+ }
788
762
  },
789
- "docs": {
790
- "text": "Retrieves the component's value.",
791
- "tags": [{
792
- "name": "returns",
793
- "text": "Value of the component."
794
- }]
795
- }
796
- },
797
- "getProps": {
798
- "complexType": {
799
- "signature": "(descriptions?: boolean) => Promise<GenericObject>",
800
- "parameters": [{
801
- "tags": [{
802
- "name": "param",
803
- "text": "descriptions - When provided and true, the result will be the list of props with their description."
804
- }],
805
- "text": "- When provided and true, the result will be the list of props with their description."
806
- }],
807
- "references": {
808
- "Promise": {
809
- "location": "global"
763
+ "getProps": {
764
+ "complexType": {
765
+ "signature": "(descriptions?: boolean) => Promise<GenericObject>",
766
+ "parameters": [{
767
+ "tags": [{
768
+ "name": "param",
769
+ "text": "descriptions - When provided and true, the result will be the list of props with their description."
770
+ }],
771
+ "text": "- When provided and true, the result will be the list of props with their description."
772
+ }],
773
+ "references": {
774
+ "Promise": {
775
+ "location": "global"
776
+ },
777
+ "GenericObject": {
778
+ "location": "import",
779
+ "path": "../../types/GenericTypes"
780
+ }
810
781
  },
811
- "GenericObject": {
812
- "location": "import",
813
- "path": "../../types/GenericTypes"
814
- }
782
+ "return": "Promise<GenericObject>"
815
783
  },
816
- "return": "Promise<GenericObject>"
784
+ "docs": {
785
+ "text": "Used to retrieve component's props values.",
786
+ "tags": [{
787
+ "name": "param",
788
+ "text": "descriptions - When provided and true, the result will be the list of props with their description."
789
+ }, {
790
+ "name": "returns",
791
+ "text": "List of props as object, each key will be a prop."
792
+ }]
793
+ }
817
794
  },
818
- "docs": {
819
- "text": "Used to retrieve component's props values.",
820
- "tags": [{
821
- "name": "param",
822
- "text": "descriptions - When provided and true, the result will be the list of props with their description."
823
- }, {
824
- "name": "returns",
825
- "text": "List of props as object, each key will be a prop."
826
- }]
827
- }
828
- },
829
- "refresh": {
830
- "complexType": {
831
- "signature": "() => Promise<void>",
832
- "parameters": [],
833
- "references": {
834
- "Promise": {
835
- "location": "global"
836
- }
795
+ "refresh": {
796
+ "complexType": {
797
+ "signature": "() => Promise<void>",
798
+ "parameters": [],
799
+ "references": {
800
+ "Promise": {
801
+ "location": "global"
802
+ }
803
+ },
804
+ "return": "Promise<void>"
837
805
  },
838
- "return": "Promise<void>"
806
+ "docs": {
807
+ "text": "This method is used to trigger a new render of the component.",
808
+ "tags": []
809
+ }
839
810
  },
840
- "docs": {
841
- "text": "This method is used to trigger a new render of the component.",
842
- "tags": []
843
- }
844
- },
845
- "setFocus": {
846
- "complexType": {
847
- "signature": "() => Promise<void>",
848
- "parameters": [],
849
- "references": {
850
- "Promise": {
851
- "location": "global"
852
- }
811
+ "setFocus": {
812
+ "complexType": {
813
+ "signature": "() => Promise<void>",
814
+ "parameters": [],
815
+ "references": {
816
+ "Promise": {
817
+ "location": "global"
818
+ }
819
+ },
820
+ "return": "Promise<void>"
853
821
  },
854
- "return": "Promise<void>"
822
+ "docs": {
823
+ "text": "Sets the focus to the component.",
824
+ "tags": []
825
+ }
855
826
  },
856
- "docs": {
857
- "text": "Sets the focus to the component.",
858
- "tags": []
859
- }
860
- },
861
- "setValue": {
862
- "complexType": {
863
- "signature": "(value: string) => Promise<void>",
864
- "parameters": [{
865
- "tags": [{
866
- "name": "param",
867
- "text": "value - Value to be set."
868
- }],
869
- "text": "- Value to be set."
870
- }],
871
- "references": {
872
- "Promise": {
873
- "location": "global"
874
- }
827
+ "setValue": {
828
+ "complexType": {
829
+ "signature": "(value: string) => Promise<void>",
830
+ "parameters": [{
831
+ "tags": [{
832
+ "name": "param",
833
+ "text": "value - Value to be set."
834
+ }],
835
+ "text": "- Value to be set."
836
+ }],
837
+ "references": {
838
+ "Promise": {
839
+ "location": "global"
840
+ }
841
+ },
842
+ "return": "Promise<void>"
875
843
  },
876
- "return": "Promise<void>"
877
- },
878
- "docs": {
879
- "text": "Sets the component's value.",
880
- "tags": [{
881
- "name": "param",
882
- "text": "value - Value to be set."
883
- }]
844
+ "docs": {
845
+ "text": "Sets the component's value.",
846
+ "tags": [{
847
+ "name": "param",
848
+ "text": "value - Value to be set."
849
+ }]
850
+ }
884
851
  }
885
- }
886
- }; }
852
+ };
853
+ }
887
854
  static get elementRef() { return "rootElement"; }
888
- static get listeners() { return [{
889
- "name": "keyup",
890
- "method": "listenKeyup",
891
- "target": undefined,
892
- "capture": false,
893
- "passive": false
894
- }]; }
855
+ static get listeners() {
856
+ return [{
857
+ "name": "keyup",
858
+ "method": "listenKeyup",
859
+ "target": undefined,
860
+ "capture": false,
861
+ "passive": false
862
+ }];
863
+ }
895
864
  }