@sme.up/ketchup 6.5.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 (209) hide show
  1. package/README.md +7 -1
  2. package/dist/cjs/{f-button-4e2a0bb6.js → f-button-bf76ab95.js} +2 -2
  3. package/dist/cjs/{f-cell-1fc8a8b6.js → f-cell-b7a1524a.js} +25 -23
  4. package/dist/cjs/{f-checkbox-cd977193.js → f-checkbox-1097ca5d.js} +1 -1
  5. package/dist/cjs/{f-chip-7867f17b.js → f-chip-a5e100b1.js} +3 -3
  6. package/dist/cjs/{f-image-6b7a6168.js → f-image-d80a2749.js} +2 -2
  7. package/dist/cjs/{f-paginator-utils-b7712403.js → f-paginator-utils-c70812fe.js} +3 -5
  8. package/dist/cjs/{f-text-field-153e827c.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 +433 -163
  13. package/dist/cjs/kup-box.cjs.entry.js +27 -16
  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 +19 -7
  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 +9 -9
  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-cfe2f36e.js → kup-manager-0e38bf48.js} +39 -26
  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/assets/card.js +12 -2
  37. package/dist/collection/collection-manifest.json +3 -3
  38. package/dist/collection/components/kup-accordion/kup-accordion.js +239 -234
  39. package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +545 -530
  40. package/dist/collection/components/kup-badge/kup-badge.js +176 -170
  41. package/dist/collection/components/kup-box/kup-box.js +907 -913
  42. package/dist/collection/components/kup-button/kup-button.css +1 -0
  43. package/dist/collection/components/kup-button/kup-button.js +379 -370
  44. package/dist/collection/components/kup-button-list/kup-button-list.js +251 -240
  45. package/dist/collection/components/kup-calendar/kup-calendar.js +301 -300
  46. package/dist/collection/components/kup-card/box/kup-card-box.js +115 -0
  47. package/dist/collection/components/kup-card/built-in/kup-card-calendar.js +14 -28
  48. package/dist/collection/components/kup-card/built-in/kup-card-clock.js +6 -19
  49. package/dist/collection/components/kup-card/built-in/kup-card-column-drop-menu.js +1 -2
  50. package/dist/collection/components/kup-card/built-in/kup-card-numeric.js +9 -44
  51. package/dist/collection/components/kup-card/collapsible/kup-card-collapsible.js +2 -21
  52. package/dist/collection/components/kup-card/dialog/kup-card-dialog.js +6 -33
  53. package/dist/collection/components/kup-card/kup-card-declarations.js +2 -0
  54. package/dist/collection/components/kup-card/kup-card-helper.js +3 -8
  55. package/dist/collection/components/kup-card/kup-card.css +140 -20
  56. package/dist/collection/components/kup-card/kup-card.js +352 -340
  57. package/dist/collection/components/kup-card/scalable/kup-card-scalable.js +68 -81
  58. package/dist/collection/components/kup-card/standard/kup-card-standard.js +96 -304
  59. package/dist/collection/components/kup-cell/kup-cell.js +221 -216
  60. package/dist/collection/components/kup-chart/kup-chart.js +547 -537
  61. package/dist/collection/components/kup-checkbox/kup-checkbox.js +275 -266
  62. package/dist/collection/components/kup-chip/kup-chip.js +240 -231
  63. package/dist/collection/components/kup-color-picker/kup-color-picker.js +274 -264
  64. package/dist/collection/components/kup-combobox/kup-combobox.js +458 -440
  65. package/dist/collection/components/kup-dash/kup-dash.js +110 -158
  66. package/dist/collection/components/kup-dash-list/kup-dash-list.js +210 -213
  67. package/dist/collection/components/kup-dashboard/kup-dashboard.js +196 -203
  68. package/dist/collection/components/kup-data-table/kup-data-table.js +1932 -1838
  69. package/dist/collection/components/kup-date-picker/kup-date-picker.js +408 -394
  70. package/dist/collection/components/kup-drawer/kup-drawer.js +244 -236
  71. package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.js +474 -464
  72. package/dist/collection/components/kup-echart/kup-echart.js +436 -423
  73. package/dist/collection/components/kup-family-tree/kup-family-tree-declarations.js +1 -0
  74. package/dist/collection/components/kup-family-tree/kup-family-tree.js +420 -398
  75. package/dist/collection/components/kup-form/kup-form.js +223 -225
  76. package/dist/collection/components/kup-gauge/kup-gauge.js +445 -445
  77. package/dist/collection/components/kup-grid/kup-grid.js +156 -153
  78. package/dist/collection/components/kup-iframe/kup-iframe.js +181 -173
  79. package/dist/collection/components/kup-image/canvas/kup-image-canvas.js +9 -3
  80. package/dist/collection/components/kup-image/kup-image.js +300 -295
  81. package/dist/collection/components/kup-image-list/kup-image-list.js +292 -285
  82. package/dist/collection/components/kup-lazy/kup-lazy.js +253 -253
  83. package/dist/collection/components/kup-list/kup-list.js +541 -504
  84. package/dist/collection/components/kup-magic-box/kup-magic-box.js +145 -145
  85. package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +190 -184
  86. package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.js +490 -478
  87. package/dist/collection/components/kup-photo-frame/kup-photo-frame.js +254 -242
  88. package/dist/collection/components/kup-probe/kup-probe.js +87 -83
  89. package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +237 -241
  90. package/dist/collection/components/kup-qlik/kup-qlik.js +178 -170
  91. package/dist/collection/components/kup-radio/kup-radio.js +258 -255
  92. package/dist/collection/components/kup-rating/kup-rating.js +208 -197
  93. package/dist/collection/components/kup-snackbar/kup-snackbar.js +249 -246
  94. package/dist/collection/components/kup-spinner/kup-spinner.js +274 -269
  95. package/dist/collection/components/kup-switch/kup-switch.js +255 -246
  96. package/dist/collection/components/kup-tab-bar/kup-tab-bar.js +265 -224
  97. package/dist/collection/components/kup-text-field/kup-text-field.js +814 -805
  98. package/dist/collection/components/kup-time-picker/kup-time-picker.js +464 -450
  99. package/dist/collection/components/kup-tree/kup-tree-declarations.js +0 -2
  100. package/dist/collection/components/kup-tree/kup-tree-faker.js +3 -2
  101. package/dist/collection/components/kup-tree/kup-tree.js +1134 -1133
  102. package/dist/collection/f-components/f-button/f-button.js +11 -20
  103. package/dist/collection/f-components/f-cell/f-cell.js +23 -23
  104. package/dist/collection/f-components/f-checkbox/f-checkbox.js +1 -9
  105. package/dist/collection/f-components/f-chip/f-chip.js +18 -31
  106. package/dist/collection/f-components/f-image/f-image.js +1 -3
  107. package/dist/collection/f-components/f-paginator/f-paginator.js +1 -6
  108. package/dist/collection/f-components/f-switch/f-switch.js +1 -8
  109. package/dist/collection/f-components/f-text-field/f-text-field.js +18 -40
  110. package/dist/collection/managers/kup-debug/kup-debug.js +10 -5
  111. package/dist/collection/managers/kup-scroll-on-hover/kup-scroll-on-hover.js +25 -10
  112. package/dist/collection/managers/kup-theme/kup-theme-declarations.js +1 -0
  113. package/dist/collection/managers/kup-toolbar/kup-toolbar.js +10 -5
  114. package/dist/collection/managers/kup-tooltip/kup-tooltip.js +10 -5
  115. package/dist/collection/utils/kup-column-menu/kup-column-menu.js +0 -21
  116. package/dist/esm/{f-button-a24e43dd.js → f-button-e79f7594.js} +2 -2
  117. package/dist/esm/{f-cell-ebbb0c06.js → f-cell-9400374e.js} +25 -23
  118. package/dist/esm/{f-checkbox-e06cf07b.js → f-checkbox-b721178e.js} +1 -1
  119. package/dist/esm/{f-chip-e2c38ba8.js → f-chip-bf740287.js} +3 -3
  120. package/dist/esm/{f-image-7e02e88f.js → f-image-ab3dc8cb.js} +2 -2
  121. package/dist/esm/{f-paginator-utils-e6d2638f.js → f-paginator-utils-6909e43b.js} +3 -5
  122. package/dist/esm/{f-text-field-8438a278.js → f-text-field-4841dfea.js} +2 -2
  123. package/dist/esm/{index-e41330a5.js → index-a2197376.js} +423 -252
  124. package/dist/esm/ketchup.js +3 -3
  125. package/dist/esm/kup-accordion.entry.js +3 -3
  126. package/dist/esm/kup-autocomplete_25.entry.js +433 -163
  127. package/dist/esm/kup-box.entry.js +27 -16
  128. package/dist/esm/kup-calendar.entry.js +5 -5
  129. package/dist/esm/kup-cell.entry.js +7 -7
  130. package/dist/esm/kup-dash-list.entry.js +2 -2
  131. package/dist/esm/kup-dash_2.entry.js +2 -2
  132. package/dist/esm/kup-dashboard.entry.js +6 -6
  133. package/dist/esm/kup-drawer.entry.js +2 -2
  134. package/dist/esm/kup-echart.entry.js +2 -2
  135. package/dist/esm/kup-family-tree.entry.js +19 -7
  136. package/dist/esm/kup-form.entry.js +8 -8
  137. package/dist/esm/kup-iframe.entry.js +2 -2
  138. package/dist/esm/kup-image-list.entry.js +9 -9
  139. package/dist/esm/kup-lazy.entry.js +2 -2
  140. package/dist/esm/kup-magic-box.entry.js +3 -3
  141. package/dist/esm/{kup-manager-7c27e90e.js → kup-manager-c54e6df5.js} +22 -9
  142. package/dist/esm/kup-nav-bar.entry.js +2 -2
  143. package/dist/esm/kup-numeric-picker.entry.js +3 -3
  144. package/dist/esm/kup-photo-frame.entry.js +2 -2
  145. package/dist/esm/kup-probe.entry.js +2 -2
  146. package/dist/esm/kup-qlik.entry.js +2 -2
  147. package/dist/esm/kup-snackbar.entry.js +4 -4
  148. package/dist/esm/loader.js +3 -3
  149. package/dist/esm/polyfills/css-shim.js +1 -1
  150. package/dist/ketchup/ketchup.esm.js +1 -1
  151. package/dist/ketchup/{p-191096ff.entry.js → p-182b869e.entry.js} +1 -1
  152. package/dist/ketchup/p-1dfd2a51.js +30 -0
  153. package/dist/ketchup/{p-b502b91b.entry.js → p-1f5c7f21.entry.js} +1 -1
  154. package/dist/ketchup/p-22ec1ba0.entry.js +9 -0
  155. package/dist/ketchup/{p-5552f156.js → p-23cd5a68.js} +1 -1
  156. package/dist/ketchup/{p-26acb448.js → p-25bf0cb6.js} +1 -1
  157. package/dist/ketchup/{p-601a50db.entry.js → p-260ff835.entry.js} +1 -1
  158. package/dist/ketchup/{p-5a703573.entry.js → p-2e184b57.entry.js} +1 -1
  159. package/dist/ketchup/{p-45415b72.entry.js → p-30a63b85.entry.js} +1 -1
  160. package/dist/ketchup/{p-cc663bad.entry.js → p-313e376b.entry.js} +1 -1
  161. package/dist/ketchup/{p-e0ed3fd7.entry.js → p-41620707.entry.js} +1 -1
  162. package/dist/ketchup/{p-25875aa1.entry.js → p-4a0ccf18.entry.js} +1 -1
  163. package/dist/ketchup/{p-3decc8e4.js → p-4f0d3062.js} +1 -1
  164. package/dist/ketchup/p-4fdb684f.js +2 -0
  165. package/dist/ketchup/{p-52590a90.entry.js → p-53d3ae80.entry.js} +1 -1
  166. package/dist/ketchup/{p-92595296.js → p-5bea2971.js} +1 -1
  167. package/dist/ketchup/{p-a782ebd1.entry.js → p-60fa0ccf.entry.js} +1 -1
  168. package/dist/ketchup/p-6333388c.js +1 -0
  169. package/dist/ketchup/{p-2003a841.entry.js → p-6bd57787.entry.js} +1 -1
  170. package/dist/ketchup/p-758d03f4.entry.js +1 -0
  171. package/dist/ketchup/{p-2f009c42.entry.js → p-7e7b6127.entry.js} +1 -1
  172. package/dist/ketchup/p-8386e3db.entry.js +1 -0
  173. package/dist/ketchup/{p-23111c8d.entry.js → p-859163c2.entry.js} +1 -1
  174. package/dist/ketchup/{p-97f28bbd.entry.js → p-8e1fa7a8.entry.js} +6 -6
  175. package/dist/ketchup/{p-ca98059c.entry.js → p-90860d9e.entry.js} +1 -1
  176. package/dist/ketchup/{p-b131b257.entry.js → p-b7fdc7aa.entry.js} +1 -1
  177. package/dist/ketchup/{p-3138cabb.entry.js → p-bffaef6e.entry.js} +1 -1
  178. package/dist/ketchup/p-c35c5e05.js +1 -0
  179. package/dist/ketchup/{p-1468bf09.js → p-e1d0ea71.js} +1 -1
  180. package/dist/ketchup/p-f9d5e553.entry.js +1 -0
  181. package/dist/ketchup/{p-69dd11da.entry.js → p-fb4d772a.entry.js} +1 -1
  182. package/dist/loader/package.json +1 -0
  183. package/dist/types/components/kup-box/kup-box-declarations.d.ts +3 -0
  184. package/dist/types/components/kup-card/box/kup-card-box.d.ts +26 -0
  185. package/dist/types/components/kup-card/kup-card-declarations.d.ts +2 -0
  186. package/dist/types/components/kup-card/scalable/kup-card-scalable.d.ts +6 -0
  187. package/dist/types/components/kup-card/standard/kup-card-standard.d.ts +0 -6
  188. package/dist/types/components/kup-combobox/kup-combobox-declarations.d.ts +3 -1
  189. package/dist/types/components/kup-data-table/kup-data-table.d.ts +15 -1
  190. package/dist/types/components/kup-family-tree/kup-family-tree-declarations.d.ts +1 -0
  191. package/dist/types/components/kup-family-tree/kup-family-tree.d.ts +5 -0
  192. package/dist/types/components/kup-list/kup-list.d.ts +5 -0
  193. package/dist/types/components/kup-tab-bar/kup-tab-bar.d.ts +5 -0
  194. package/dist/types/components/kup-tree/kup-tree-declarations.d.ts +0 -4
  195. package/dist/types/components/kup-tree/kup-tree.d.ts +18 -12
  196. package/dist/types/components.d.ts +43 -16
  197. package/dist/types/managers/kup-scroll-on-hover/kup-scroll-on-hover-declarations.d.ts +1 -0
  198. package/dist/types/managers/kup-scroll-on-hover/kup-scroll-on-hover.d.ts +2 -1
  199. package/dist/types/stencil-public-runtime.d.ts +15 -4
  200. package/package.json +3 -2
  201. package/CHANGELOG.md +0 -5
  202. package/dist/ketchup/p-753c82d8.js +0 -1
  203. package/dist/ketchup/p-77600efd.entry.js +0 -9
  204. package/dist/ketchup/p-88722265.js +0 -1
  205. package/dist/ketchup/p-9027e5ac.js +0 -30
  206. package/dist/ketchup/p-aa564df8.entry.js +0 -1
  207. package/dist/ketchup/p-b0b3989b.js +0 -2
  208. package/dist/ketchup/p-b238f9ea.entry.js +0 -1
  209. package/dist/ketchup/p-b4f85d34.entry.js +0 -1
@@ -1,16 +1,21 @@
1
1
  var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
2
- if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
3
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
2
+ if (kind === "a" && !f)
3
+ throw new TypeError("Private accessor was defined without a getter");
4
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
5
+ throw new TypeError("Cannot read private member from an object whose class did not declare it");
4
6
  return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
5
7
  };
6
8
  var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
7
- if (kind === "m") throw new TypeError("Private method is not writable");
8
- if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
9
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
9
+ if (kind === "m")
10
+ throw new TypeError("Private method is not writable");
11
+ if (kind === "a" && !f)
12
+ throw new TypeError("Private accessor was defined without a setter");
13
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
14
+ throw new TypeError("Cannot write private member to an object whose class did not declare it");
10
15
  return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
11
16
  };
12
17
  var _KupAutocomplete_instances, _KupAutocomplete_doConsistencyCheck, _KupAutocomplete_elStyle, _KupAutocomplete_listEl, _KupAutocomplete_kupManager, _KupAutocomplete_textfieldWrapper, _KupAutocomplete_textfieldEl, _KupAutocomplete_clickCb, _KupAutocomplete_inputTimeout, _KupAutocomplete_openList, _KupAutocomplete_closeList, _KupAutocomplete_isListOpened, _KupAutocomplete_consistencyCheck, _KupAutocomplete_prepList;
13
- import { Component, Element, Event, forceUpdate, h, Host, Listen, Method, Prop, State, } from '@stencil/core';
18
+ import { forceUpdate, h, Host, } from '@stencil/core';
14
19
  import { kupManagerInstance, } from '../../managers/kup-manager/kup-manager';
15
20
  import { FTextField } from '../../f-components/f-text-field/f-text-field';
16
21
  import { FTextFieldMDC } from '../../f-components/f-text-field/f-text-field-mdc';
@@ -310,16 +315,12 @@ export class KupAutocomplete {
310
315
  render() {
311
316
  const fullHeight = this.rootElement.classList.contains('kup-full-height');
312
317
  const fullWidth = this.rootElement.classList.contains('kup-full-width');
313
- return (h(Host, { class: `${fullHeight ? 'kup-full-height' : ''} ${fullWidth ? 'kup-full-width' : ''}`, style: __classPrivateFieldGet(this, _KupAutocomplete_elStyle, "f") },
314
- h("style", null, __classPrivateFieldGet(this, _KupAutocomplete_kupManager, "f").theme.setKupStyle(this.rootElement)),
315
- h("div", { id: componentWrapperId, style: __classPrivateFieldGet(this, _KupAutocomplete_elStyle, "f") },
316
- h(FTextField, Object.assign({}, this.data['kup-text-field'], { disabled: this.disabled, fullHeight: fullHeight, fullWidth: fullWidth, icon: this.showDropDownIcon
317
- ? KupThemeIconValues.DROPDOWN
318
- : null, trailingIcon: true, value: this.displayedValue, onBlur: () => this.onKupBlur(), onClick: () => this.onKupClick(), onChange: (e) => this.onKupChange(e.target.value), onFocus: () => this.onKupFocus(), onInput: () => {
319
- window.clearTimeout(__classPrivateFieldGet(this, _KupAutocomplete_inputTimeout, "f"));
320
- __classPrivateFieldSet(this, _KupAutocomplete_inputTimeout, window.setTimeout(() => this.onKupInput(), this.inputDelay), "f");
321
- }, onIconClick: () => this.onKupIconClick() }))),
322
- __classPrivateFieldGet(this, _KupAutocomplete_instances, "m", _KupAutocomplete_prepList).call(this)));
318
+ return (h(Host, { class: `${fullHeight ? 'kup-full-height' : ''} ${fullWidth ? 'kup-full-width' : ''}`, style: __classPrivateFieldGet(this, _KupAutocomplete_elStyle, "f") }, h("style", null, __classPrivateFieldGet(this, _KupAutocomplete_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { id: componentWrapperId, style: __classPrivateFieldGet(this, _KupAutocomplete_elStyle, "f") }, h(FTextField, Object.assign({ icon: this.showDropDownIcon
319
+ ? KupThemeIconValues.DROPDOWN
320
+ : null, trailingIcon: true }, this.data['kup-text-field'], { disabled: this.disabled, fullHeight: fullHeight, fullWidth: fullWidth, value: this.displayedValue, onBlur: () => this.onKupBlur(), onClick: () => this.onKupClick(), onChange: (e) => this.onKupChange(e.target.value), onFocus: () => this.onKupFocus(), onInput: () => {
321
+ window.clearTimeout(__classPrivateFieldGet(this, _KupAutocomplete_inputTimeout, "f"));
322
+ __classPrivateFieldSet(this, _KupAutocomplete_inputTimeout, window.setTimeout(() => this.onKupInput(), this.inputDelay), "f");
323
+ }, onIconClick: () => this.onKupIconClick() }))), __classPrivateFieldGet(this, _KupAutocomplete_instances, "m", _KupAutocomplete_prepList).call(this)));
323
324
  }
324
325
  disconnectedCallback() {
325
326
  if (__classPrivateFieldGet(this, _KupAutocomplete_listEl, "f")) {
@@ -330,552 +331,566 @@ export class KupAutocomplete {
330
331
  }
331
332
  static get is() { return "kup-autocomplete"; }
332
333
  static get encapsulation() { return "shadow"; }
333
- static get originalStyleUrls() { return {
334
- "$": ["kup-autocomplete.scss"]
335
- }; }
336
- static get styleUrls() { return {
337
- "$": ["kup-autocomplete.css"]
338
- }; }
339
- static get properties() { return {
340
- "allowInconsistentValues": {
341
- "type": "boolean",
342
- "mutable": false,
343
- "complexType": {
344
- "original": "boolean",
345
- "resolved": "boolean",
346
- "references": {}
347
- },
348
- "required": false,
349
- "optional": false,
350
- "docs": {
351
- "tags": [{
352
- "name": "default",
353
- "text": "false"
354
- }],
355
- "text": "When true, the autocomplete fires the change event even when the value typed isn't included in the autocomplete list."
356
- },
357
- "attribute": "allow-inconsistent-values",
358
- "reflect": false,
359
- "defaultValue": "false"
360
- },
361
- "customStyle": {
362
- "type": "string",
363
- "mutable": false,
364
- "complexType": {
365
- "original": "string",
366
- "resolved": "string",
367
- "references": {}
368
- },
369
- "required": false,
370
- "optional": false,
371
- "docs": {
372
- "tags": [{
373
- "name": "default",
374
- "text": "\"\""
375
- }, {
376
- "name": "see",
377
- "text": "https://ketchup.smeup.com/ketchup-showcase/#/customization"
378
- }],
379
- "text": "Custom style of the component."
380
- },
381
- "attribute": "custom-style",
382
- "reflect": false,
383
- "defaultValue": "''"
384
- },
385
- "data": {
386
- "type": "unknown",
387
- "mutable": true,
388
- "complexType": {
389
- "original": "Object",
390
- "resolved": "Object",
391
- "references": {
392
- "Object": {
393
- "location": "global"
334
+ static get originalStyleUrls() {
335
+ return {
336
+ "$": ["kup-autocomplete.scss"]
337
+ };
338
+ }
339
+ static get styleUrls() {
340
+ return {
341
+ "$": ["kup-autocomplete.css"]
342
+ };
343
+ }
344
+ static get properties() {
345
+ return {
346
+ "allowInconsistentValues": {
347
+ "type": "boolean",
348
+ "mutable": false,
349
+ "complexType": {
350
+ "original": "boolean",
351
+ "resolved": "boolean",
352
+ "references": {}
353
+ },
354
+ "required": false,
355
+ "optional": false,
356
+ "docs": {
357
+ "tags": [{
358
+ "name": "default",
359
+ "text": "false"
360
+ }],
361
+ "text": "When true, the autocomplete fires the change event even when the value typed isn't included in the autocomplete list."
362
+ },
363
+ "attribute": "allow-inconsistent-values",
364
+ "reflect": false,
365
+ "defaultValue": "false"
366
+ },
367
+ "customStyle": {
368
+ "type": "string",
369
+ "mutable": false,
370
+ "complexType": {
371
+ "original": "string",
372
+ "resolved": "string",
373
+ "references": {}
374
+ },
375
+ "required": false,
376
+ "optional": false,
377
+ "docs": {
378
+ "tags": [{
379
+ "name": "default",
380
+ "text": "\"\""
381
+ }, {
382
+ "name": "see",
383
+ "text": "https://ketchup.smeup.com/ketchup-showcase/#/customization"
384
+ }],
385
+ "text": "Custom style of the component."
386
+ },
387
+ "attribute": "custom-style",
388
+ "reflect": false,
389
+ "defaultValue": "''"
390
+ },
391
+ "data": {
392
+ "type": "unknown",
393
+ "mutable": true,
394
+ "complexType": {
395
+ "original": "Object",
396
+ "resolved": "Object",
397
+ "references": {
398
+ "Object": {
399
+ "location": "global"
400
+ }
394
401
  }
395
- }
396
- },
397
- "required": false,
398
- "optional": false,
399
- "docs": {
400
- "tags": [{
401
- "name": "default",
402
- "text": "undefined"
403
- }],
404
- "text": "Props of the sub-components."
405
- },
406
- "defaultValue": "undefined"
407
- },
408
- "disabled": {
409
- "type": "boolean",
410
- "mutable": false,
411
- "complexType": {
412
- "original": "boolean",
413
- "resolved": "boolean",
414
- "references": {}
415
- },
416
- "required": false,
417
- "optional": false,
418
- "docs": {
419
- "tags": [{
420
- "name": "default",
421
- "text": "false"
422
- }],
423
- "text": "Defaults at false. When set to true, the component is disabled."
424
- },
425
- "attribute": "disabled",
426
- "reflect": false,
427
- "defaultValue": "false"
428
- },
429
- "displayMode": {
430
- "type": "string",
431
- "mutable": false,
432
- "complexType": {
433
- "original": "ItemsDisplayMode",
434
- "resolved": "ItemsDisplayMode.CODE | ItemsDisplayMode.DESCRIPTION | ItemsDisplayMode.DESCRIPTION_AND_CODE",
435
- "references": {
436
- "ItemsDisplayMode": {
437
- "location": "import",
438
- "path": "../kup-list/kup-list-declarations"
402
+ },
403
+ "required": false,
404
+ "optional": false,
405
+ "docs": {
406
+ "tags": [{
407
+ "name": "default",
408
+ "text": "undefined"
409
+ }],
410
+ "text": "Props of the sub-components."
411
+ },
412
+ "defaultValue": "undefined"
413
+ },
414
+ "disabled": {
415
+ "type": "boolean",
416
+ "mutable": false,
417
+ "complexType": {
418
+ "original": "boolean",
419
+ "resolved": "boolean",
420
+ "references": {}
421
+ },
422
+ "required": false,
423
+ "optional": false,
424
+ "docs": {
425
+ "tags": [{
426
+ "name": "default",
427
+ "text": "false"
428
+ }],
429
+ "text": "Defaults at false. When set to true, the component is disabled."
430
+ },
431
+ "attribute": "disabled",
432
+ "reflect": false,
433
+ "defaultValue": "false"
434
+ },
435
+ "displayMode": {
436
+ "type": "string",
437
+ "mutable": false,
438
+ "complexType": {
439
+ "original": "ItemsDisplayMode",
440
+ "resolved": "ItemsDisplayMode.CODE | ItemsDisplayMode.DESCRIPTION | ItemsDisplayMode.DESCRIPTION_AND_CODE",
441
+ "references": {
442
+ "ItemsDisplayMode": {
443
+ "location": "import",
444
+ "path": "../kup-list/kup-list-declarations"
445
+ }
439
446
  }
440
- }
441
- },
442
- "required": false,
443
- "optional": false,
444
- "docs": {
445
- "tags": [{
446
- "name": "default",
447
- "text": "ItemsDisplayMode.DESCRIPTION"
448
- }],
449
- "text": "Sets how to show the selected item value. Suported values: \"code\", \"description\", \"both\"."
450
- },
451
- "attribute": "display-mode",
452
- "reflect": false,
453
- "defaultValue": "ItemsDisplayMode.DESCRIPTION"
454
- },
455
- "initialValue": {
456
- "type": "string",
457
- "mutable": false,
458
- "complexType": {
459
- "original": "string",
460
- "resolved": "string",
461
- "references": {}
462
- },
463
- "required": false,
464
- "optional": false,
465
- "docs": {
466
- "tags": [{
467
- "name": "default",
468
- "text": "\"\""
469
- }],
470
- "text": "Sets the initial value of the component."
471
- },
472
- "attribute": "initial-value",
473
- "reflect": false,
474
- "defaultValue": "''"
475
- },
476
- "inputDelay": {
477
- "type": "number",
478
- "mutable": false,
479
- "complexType": {
480
- "original": "number",
481
- "resolved": "number",
482
- "references": {}
483
- },
484
- "required": false,
485
- "optional": false,
486
- "docs": {
487
- "tags": [{
488
- "name": "default",
489
- "text": "300"
490
- }],
491
- "text": "Input event emission delay in milliseconds."
492
- },
493
- "attribute": "input-delay",
494
- "reflect": false,
495
- "defaultValue": "300"
496
- },
497
- "minimumChars": {
498
- "type": "number",
499
- "mutable": false,
500
- "complexType": {
501
- "original": "number",
502
- "resolved": "number",
503
- "references": {}
504
- },
505
- "required": false,
506
- "optional": false,
507
- "docs": {
508
- "tags": [{
509
- "name": "default",
510
- "text": "1"
511
- }],
512
- "text": "The minimum number of chars to trigger the autocomplete"
513
- },
514
- "attribute": "minimum-chars",
515
- "reflect": false,
516
- "defaultValue": "1"
517
- },
518
- "selectMode": {
519
- "type": "string",
520
- "mutable": false,
521
- "complexType": {
522
- "original": "ItemsDisplayMode",
523
- "resolved": "ItemsDisplayMode.CODE | ItemsDisplayMode.DESCRIPTION | ItemsDisplayMode.DESCRIPTION_AND_CODE",
524
- "references": {
525
- "ItemsDisplayMode": {
526
- "location": "import",
527
- "path": "../kup-list/kup-list-declarations"
447
+ },
448
+ "required": false,
449
+ "optional": false,
450
+ "docs": {
451
+ "tags": [{
452
+ "name": "default",
453
+ "text": "ItemsDisplayMode.DESCRIPTION"
454
+ }],
455
+ "text": "Sets how to show the selected item value. Suported values: \"code\", \"description\", \"both\"."
456
+ },
457
+ "attribute": "display-mode",
458
+ "reflect": false,
459
+ "defaultValue": "ItemsDisplayMode.DESCRIPTION"
460
+ },
461
+ "initialValue": {
462
+ "type": "string",
463
+ "mutable": false,
464
+ "complexType": {
465
+ "original": "string",
466
+ "resolved": "string",
467
+ "references": {}
468
+ },
469
+ "required": false,
470
+ "optional": false,
471
+ "docs": {
472
+ "tags": [{
473
+ "name": "default",
474
+ "text": "\"\""
475
+ }],
476
+ "text": "Sets the initial value of the component."
477
+ },
478
+ "attribute": "initial-value",
479
+ "reflect": false,
480
+ "defaultValue": "''"
481
+ },
482
+ "inputDelay": {
483
+ "type": "number",
484
+ "mutable": false,
485
+ "complexType": {
486
+ "original": "number",
487
+ "resolved": "number",
488
+ "references": {}
489
+ },
490
+ "required": false,
491
+ "optional": false,
492
+ "docs": {
493
+ "tags": [{
494
+ "name": "default",
495
+ "text": "300"
496
+ }],
497
+ "text": "Input event emission delay in milliseconds."
498
+ },
499
+ "attribute": "input-delay",
500
+ "reflect": false,
501
+ "defaultValue": "300"
502
+ },
503
+ "minimumChars": {
504
+ "type": "number",
505
+ "mutable": false,
506
+ "complexType": {
507
+ "original": "number",
508
+ "resolved": "number",
509
+ "references": {}
510
+ },
511
+ "required": false,
512
+ "optional": false,
513
+ "docs": {
514
+ "tags": [{
515
+ "name": "default",
516
+ "text": "1"
517
+ }],
518
+ "text": "The minimum number of chars to trigger the autocomplete"
519
+ },
520
+ "attribute": "minimum-chars",
521
+ "reflect": false,
522
+ "defaultValue": "1"
523
+ },
524
+ "selectMode": {
525
+ "type": "string",
526
+ "mutable": false,
527
+ "complexType": {
528
+ "original": "ItemsDisplayMode",
529
+ "resolved": "ItemsDisplayMode.CODE | ItemsDisplayMode.DESCRIPTION | ItemsDisplayMode.DESCRIPTION_AND_CODE",
530
+ "references": {
531
+ "ItemsDisplayMode": {
532
+ "location": "import",
533
+ "path": "../kup-list/kup-list-declarations"
534
+ }
528
535
  }
529
- }
530
- },
531
- "required": false,
532
- "optional": false,
533
- "docs": {
534
- "tags": [{
535
- "name": "default",
536
- "text": "ItemsDisplayMode.CODE"
537
- }],
538
- "text": "Sets how to return the selected item value. Suported values: \"code\", \"description\", \"both\"."
539
- },
540
- "attribute": "select-mode",
541
- "reflect": false,
542
- "defaultValue": "ItemsDisplayMode.CODE"
543
- },
544
- "serverHandledFilter": {
545
- "type": "boolean",
546
- "mutable": false,
547
- "complexType": {
548
- "original": "boolean",
549
- "resolved": "boolean",
550
- "references": {}
551
- },
552
- "required": false,
553
- "optional": false,
554
- "docs": {
555
- "tags": [{
556
- "name": "default",
557
- "text": "false"
558
- }],
559
- "text": "When true, the items filter is managed server side, otherwise items filter is done client side."
560
- },
561
- "attribute": "server-handled-filter",
562
- "reflect": true,
563
- "defaultValue": "false"
564
- },
565
- "showDropDownIcon": {
566
- "type": "boolean",
567
- "mutable": false,
568
- "complexType": {
569
- "original": "boolean",
570
- "resolved": "boolean",
571
- "references": {}
572
- },
573
- "required": false,
574
- "optional": false,
575
- "docs": {
576
- "tags": [{
577
- "name": "default",
578
- "text": "true"
579
- }],
580
- "text": "When true shows the drop-down icon, for open list."
581
- },
582
- "attribute": "show-drop-down-icon",
583
- "reflect": false,
584
- "defaultValue": "true"
585
- }
586
- }; }
587
- static get states() { return {
588
- "displayedValue": {},
589
- "value": {}
590
- }; }
591
- static get events() { return [{
592
- "method": "kupBlur",
593
- "name": "kup-autocomplete-blur",
594
- "bubbles": true,
595
- "cancelable": false,
596
- "composed": true,
597
- "docs": {
598
- "tags": [],
599
- "text": ""
600
- },
601
- "complexType": {
602
- "original": "KupAutocompleteEventPayload",
603
- "resolved": "KupAutocompleteEventPayload",
604
- "references": {
605
- "KupAutocompleteEventPayload": {
606
- "location": "import",
607
- "path": "./kup-autocomplete-declarations"
536
+ },
537
+ "required": false,
538
+ "optional": false,
539
+ "docs": {
540
+ "tags": [{
541
+ "name": "default",
542
+ "text": "ItemsDisplayMode.CODE"
543
+ }],
544
+ "text": "Sets how to return the selected item value. Suported values: \"code\", \"description\", \"both\"."
545
+ },
546
+ "attribute": "select-mode",
547
+ "reflect": false,
548
+ "defaultValue": "ItemsDisplayMode.CODE"
549
+ },
550
+ "serverHandledFilter": {
551
+ "type": "boolean",
552
+ "mutable": false,
553
+ "complexType": {
554
+ "original": "boolean",
555
+ "resolved": "boolean",
556
+ "references": {}
557
+ },
558
+ "required": false,
559
+ "optional": false,
560
+ "docs": {
561
+ "tags": [{
562
+ "name": "default",
563
+ "text": "false"
564
+ }],
565
+ "text": "When true, the items filter is managed server side, otherwise items filter is done client side."
566
+ },
567
+ "attribute": "server-handled-filter",
568
+ "reflect": true,
569
+ "defaultValue": "false"
570
+ },
571
+ "showDropDownIcon": {
572
+ "type": "boolean",
573
+ "mutable": false,
574
+ "complexType": {
575
+ "original": "boolean",
576
+ "resolved": "boolean",
577
+ "references": {}
578
+ },
579
+ "required": false,
580
+ "optional": false,
581
+ "docs": {
582
+ "tags": [{
583
+ "name": "default",
584
+ "text": "true"
585
+ }],
586
+ "text": "When true shows the drop-down icon, for open list."
587
+ },
588
+ "attribute": "show-drop-down-icon",
589
+ "reflect": false,
590
+ "defaultValue": "true"
591
+ }
592
+ };
593
+ }
594
+ static get states() {
595
+ return {
596
+ "displayedValue": {},
597
+ "value": {}
598
+ };
599
+ }
600
+ static get events() {
601
+ return [{
602
+ "method": "kupBlur",
603
+ "name": "kup-autocomplete-blur",
604
+ "bubbles": true,
605
+ "cancelable": false,
606
+ "composed": true,
607
+ "docs": {
608
+ "tags": [],
609
+ "text": ""
610
+ },
611
+ "complexType": {
612
+ "original": "KupAutocompleteEventPayload",
613
+ "resolved": "KupAutocompleteEventPayload",
614
+ "references": {
615
+ "KupAutocompleteEventPayload": {
616
+ "location": "import",
617
+ "path": "./kup-autocomplete-declarations"
618
+ }
608
619
  }
609
620
  }
610
- }
611
- }, {
612
- "method": "kupChange",
613
- "name": "kup-autocomplete-change",
614
- "bubbles": true,
615
- "cancelable": false,
616
- "composed": true,
617
- "docs": {
618
- "tags": [],
619
- "text": ""
620
- },
621
- "complexType": {
622
- "original": "KupAutocompleteEventPayload",
623
- "resolved": "KupAutocompleteEventPayload",
624
- "references": {
625
- "KupAutocompleteEventPayload": {
626
- "location": "import",
627
- "path": "./kup-autocomplete-declarations"
621
+ }, {
622
+ "method": "kupChange",
623
+ "name": "kup-autocomplete-change",
624
+ "bubbles": true,
625
+ "cancelable": false,
626
+ "composed": true,
627
+ "docs": {
628
+ "tags": [],
629
+ "text": ""
630
+ },
631
+ "complexType": {
632
+ "original": "KupAutocompleteEventPayload",
633
+ "resolved": "KupAutocompleteEventPayload",
634
+ "references": {
635
+ "KupAutocompleteEventPayload": {
636
+ "location": "import",
637
+ "path": "./kup-autocomplete-declarations"
638
+ }
628
639
  }
629
640
  }
630
- }
631
- }, {
632
- "method": "kupClick",
633
- "name": "kup-autocomplete-click",
634
- "bubbles": true,
635
- "cancelable": false,
636
- "composed": true,
637
- "docs": {
638
- "tags": [],
639
- "text": ""
640
- },
641
- "complexType": {
642
- "original": "KupAutocompleteEventPayload",
643
- "resolved": "KupAutocompleteEventPayload",
644
- "references": {
645
- "KupAutocompleteEventPayload": {
646
- "location": "import",
647
- "path": "./kup-autocomplete-declarations"
641
+ }, {
642
+ "method": "kupClick",
643
+ "name": "kup-autocomplete-click",
644
+ "bubbles": true,
645
+ "cancelable": false,
646
+ "composed": true,
647
+ "docs": {
648
+ "tags": [],
649
+ "text": ""
650
+ },
651
+ "complexType": {
652
+ "original": "KupAutocompleteEventPayload",
653
+ "resolved": "KupAutocompleteEventPayload",
654
+ "references": {
655
+ "KupAutocompleteEventPayload": {
656
+ "location": "import",
657
+ "path": "./kup-autocomplete-declarations"
658
+ }
648
659
  }
649
660
  }
650
- }
651
- }, {
652
- "method": "kupFocus",
653
- "name": "kup-autocomplete-focus",
654
- "bubbles": true,
655
- "cancelable": false,
656
- "composed": true,
657
- "docs": {
658
- "tags": [],
659
- "text": ""
660
- },
661
- "complexType": {
662
- "original": "KupAutocompleteEventPayload",
663
- "resolved": "KupAutocompleteEventPayload",
664
- "references": {
665
- "KupAutocompleteEventPayload": {
666
- "location": "import",
667
- "path": "./kup-autocomplete-declarations"
661
+ }, {
662
+ "method": "kupFocus",
663
+ "name": "kup-autocomplete-focus",
664
+ "bubbles": true,
665
+ "cancelable": false,
666
+ "composed": true,
667
+ "docs": {
668
+ "tags": [],
669
+ "text": ""
670
+ },
671
+ "complexType": {
672
+ "original": "KupAutocompleteEventPayload",
673
+ "resolved": "KupAutocompleteEventPayload",
674
+ "references": {
675
+ "KupAutocompleteEventPayload": {
676
+ "location": "import",
677
+ "path": "./kup-autocomplete-declarations"
678
+ }
668
679
  }
669
680
  }
670
- }
671
- }, {
672
- "method": "kupInput",
673
- "name": "kup-autocomplete-input",
674
- "bubbles": true,
675
- "cancelable": false,
676
- "composed": true,
677
- "docs": {
678
- "tags": [],
679
- "text": ""
680
- },
681
- "complexType": {
682
- "original": "KupAutocompleteEventPayload",
683
- "resolved": "KupAutocompleteEventPayload",
684
- "references": {
685
- "KupAutocompleteEventPayload": {
686
- "location": "import",
687
- "path": "./kup-autocomplete-declarations"
681
+ }, {
682
+ "method": "kupInput",
683
+ "name": "kup-autocomplete-input",
684
+ "bubbles": true,
685
+ "cancelable": false,
686
+ "composed": true,
687
+ "docs": {
688
+ "tags": [],
689
+ "text": ""
690
+ },
691
+ "complexType": {
692
+ "original": "KupAutocompleteEventPayload",
693
+ "resolved": "KupAutocompleteEventPayload",
694
+ "references": {
695
+ "KupAutocompleteEventPayload": {
696
+ "location": "import",
697
+ "path": "./kup-autocomplete-declarations"
698
+ }
688
699
  }
689
700
  }
690
- }
691
- }, {
692
- "method": "kupIconClick",
693
- "name": "kup-autocomplete-iconclick",
694
- "bubbles": true,
695
- "cancelable": false,
696
- "composed": true,
697
- "docs": {
698
- "tags": [],
699
- "text": ""
700
- },
701
- "complexType": {
702
- "original": "KupAutocompleteIconClickEventPayload",
703
- "resolved": "KupAutocompleteIconClickEventPayload",
704
- "references": {
705
- "KupAutocompleteIconClickEventPayload": {
706
- "location": "import",
707
- "path": "./kup-autocomplete-declarations"
701
+ }, {
702
+ "method": "kupIconClick",
703
+ "name": "kup-autocomplete-iconclick",
704
+ "bubbles": true,
705
+ "cancelable": false,
706
+ "composed": true,
707
+ "docs": {
708
+ "tags": [],
709
+ "text": ""
710
+ },
711
+ "complexType": {
712
+ "original": "KupAutocompleteIconClickEventPayload",
713
+ "resolved": "KupAutocompleteIconClickEventPayload",
714
+ "references": {
715
+ "KupAutocompleteIconClickEventPayload": {
716
+ "location": "import",
717
+ "path": "./kup-autocomplete-declarations"
718
+ }
708
719
  }
709
720
  }
710
- }
711
- }, {
712
- "method": "kupItemClick",
713
- "name": "kup-autocomplete-itemclick",
714
- "bubbles": true,
715
- "cancelable": false,
716
- "composed": true,
717
- "docs": {
718
- "tags": [],
719
- "text": ""
720
- },
721
- "complexType": {
722
- "original": "KupAutocompleteEventPayload",
723
- "resolved": "KupAutocompleteEventPayload",
724
- "references": {
725
- "KupAutocompleteEventPayload": {
726
- "location": "import",
727
- "path": "./kup-autocomplete-declarations"
721
+ }, {
722
+ "method": "kupItemClick",
723
+ "name": "kup-autocomplete-itemclick",
724
+ "bubbles": true,
725
+ "cancelable": false,
726
+ "composed": true,
727
+ "docs": {
728
+ "tags": [],
729
+ "text": ""
730
+ },
731
+ "complexType": {
732
+ "original": "KupAutocompleteEventPayload",
733
+ "resolved": "KupAutocompleteEventPayload",
734
+ "references": {
735
+ "KupAutocompleteEventPayload": {
736
+ "location": "import",
737
+ "path": "./kup-autocomplete-declarations"
738
+ }
728
739
  }
729
740
  }
730
- }
731
- }]; }
732
- static get methods() { return {
733
- "getProps": {
734
- "complexType": {
735
- "signature": "(descriptions?: boolean) => Promise<GenericObject>",
736
- "parameters": [{
737
- "tags": [{
738
- "name": "param",
739
- "text": "descriptions - When provided and true, the result will be the list of props with their description."
740
- }],
741
- "text": "- When provided and true, the result will be the list of props with their description."
742
- }],
743
- "references": {
744
- "Promise": {
745
- "location": "global"
741
+ }];
742
+ }
743
+ static get methods() {
744
+ return {
745
+ "getProps": {
746
+ "complexType": {
747
+ "signature": "(descriptions?: boolean) => Promise<GenericObject>",
748
+ "parameters": [{
749
+ "tags": [{
750
+ "name": "param",
751
+ "text": "descriptions - When provided and true, the result will be the list of props with their description."
752
+ }],
753
+ "text": "- When provided and true, the result will be the list of props with their description."
754
+ }],
755
+ "references": {
756
+ "Promise": {
757
+ "location": "global"
758
+ },
759
+ "GenericObject": {
760
+ "location": "import",
761
+ "path": "../../types/GenericTypes"
762
+ }
746
763
  },
747
- "GenericObject": {
748
- "location": "import",
749
- "path": "../../types/GenericTypes"
750
- }
764
+ "return": "Promise<GenericObject>"
751
765
  },
752
- "return": "Promise<GenericObject>"
766
+ "docs": {
767
+ "text": "Used to retrieve component's props values.",
768
+ "tags": [{
769
+ "name": "param",
770
+ "text": "descriptions - When provided and true, the result will be the list of props with their description."
771
+ }, {
772
+ "name": "returns",
773
+ "text": "List of props as object, each key will be a prop."
774
+ }]
775
+ }
753
776
  },
754
- "docs": {
755
- "text": "Used to retrieve component's props values.",
756
- "tags": [{
757
- "name": "param",
758
- "text": "descriptions - When provided and true, the result will be the list of props with their description."
759
- }, {
760
- "name": "returns",
761
- "text": "List of props as object, each key will be a prop."
762
- }]
763
- }
764
- },
765
- "getValue": {
766
- "complexType": {
767
- "signature": "() => Promise<string>",
768
- "parameters": [],
769
- "references": {
770
- "Promise": {
771
- "location": "global"
772
- }
777
+ "getValue": {
778
+ "complexType": {
779
+ "signature": "() => Promise<string>",
780
+ "parameters": [],
781
+ "references": {
782
+ "Promise": {
783
+ "location": "global"
784
+ }
785
+ },
786
+ "return": "Promise<string>"
773
787
  },
774
- "return": "Promise<string>"
788
+ "docs": {
789
+ "text": "Used to retrieve the value of the component.",
790
+ "tags": [{
791
+ "name": "returns",
792
+ "text": "Value of the component."
793
+ }]
794
+ }
775
795
  },
776
- "docs": {
777
- "text": "Used to retrieve the value of the component.",
778
- "tags": [{
779
- "name": "returns",
780
- "text": "Value of the component."
781
- }]
782
- }
783
- },
784
- "refresh": {
785
- "complexType": {
786
- "signature": "() => Promise<void>",
787
- "parameters": [],
788
- "references": {
789
- "Promise": {
790
- "location": "global"
791
- }
796
+ "refresh": {
797
+ "complexType": {
798
+ "signature": "() => Promise<void>",
799
+ "parameters": [],
800
+ "references": {
801
+ "Promise": {
802
+ "location": "global"
803
+ }
804
+ },
805
+ "return": "Promise<void>"
792
806
  },
793
- "return": "Promise<void>"
807
+ "docs": {
808
+ "text": "This method is used to trigger a new render of the component.",
809
+ "tags": []
810
+ }
794
811
  },
795
- "docs": {
796
- "text": "This method is used to trigger a new render of the component.",
797
- "tags": []
798
- }
799
- },
800
- "setFocus": {
801
- "complexType": {
802
- "signature": "() => Promise<void>",
803
- "parameters": [],
804
- "references": {
805
- "Promise": {
806
- "location": "global"
807
- }
812
+ "setFocus": {
813
+ "complexType": {
814
+ "signature": "() => Promise<void>",
815
+ "parameters": [],
816
+ "references": {
817
+ "Promise": {
818
+ "location": "global"
819
+ }
820
+ },
821
+ "return": "Promise<void>"
808
822
  },
809
- "return": "Promise<void>"
823
+ "docs": {
824
+ "text": "Sets the focus to the component.",
825
+ "tags": []
826
+ }
810
827
  },
811
- "docs": {
812
- "text": "Sets the focus to the component.",
813
- "tags": []
814
- }
815
- },
816
- "setProps": {
817
- "complexType": {
818
- "signature": "(props: GenericObject) => Promise<void>",
819
- "parameters": [{
820
- "tags": [{
821
- "name": "param",
822
- "text": "props - Object containing props that will be set to the component."
823
- }],
824
- "text": "- Object containing props that will be set to the component."
825
- }],
826
- "references": {
827
- "Promise": {
828
- "location": "global"
828
+ "setProps": {
829
+ "complexType": {
830
+ "signature": "(props: GenericObject) => Promise<void>",
831
+ "parameters": [{
832
+ "tags": [{
833
+ "name": "param",
834
+ "text": "props - Object containing props that will be set to the component."
835
+ }],
836
+ "text": "- Object containing props that will be set to the component."
837
+ }],
838
+ "references": {
839
+ "Promise": {
840
+ "location": "global"
841
+ },
842
+ "GenericObject": {
843
+ "location": "import",
844
+ "path": "../../types/GenericTypes"
845
+ }
829
846
  },
830
- "GenericObject": {
831
- "location": "import",
832
- "path": "../../types/GenericTypes"
833
- }
847
+ "return": "Promise<void>"
834
848
  },
835
- "return": "Promise<void>"
849
+ "docs": {
850
+ "text": "Sets the props to the component.",
851
+ "tags": [{
852
+ "name": "param",
853
+ "text": "props - Object containing props that will be set to the component."
854
+ }]
855
+ }
836
856
  },
837
- "docs": {
838
- "text": "Sets the props to the component.",
839
- "tags": [{
840
- "name": "param",
841
- "text": "props - Object containing props that will be set to the component."
842
- }]
843
- }
844
- },
845
- "setValue": {
846
- "complexType": {
847
- "signature": "(value: string) => Promise<void>",
848
- "parameters": [{
849
- "tags": [{
850
- "name": "param",
851
- "text": "value - Value of the component."
852
- }],
853
- "text": "- Value of the component."
854
- }],
855
- "references": {
856
- "Promise": {
857
- "location": "global"
858
- }
857
+ "setValue": {
858
+ "complexType": {
859
+ "signature": "(value: string) => Promise<void>",
860
+ "parameters": [{
861
+ "tags": [{
862
+ "name": "param",
863
+ "text": "value - Value of the component."
864
+ }],
865
+ "text": "- Value of the component."
866
+ }],
867
+ "references": {
868
+ "Promise": {
869
+ "location": "global"
870
+ }
871
+ },
872
+ "return": "Promise<void>"
859
873
  },
860
- "return": "Promise<void>"
861
- },
862
- "docs": {
863
- "text": "Sets the value of the component.",
864
- "tags": [{
865
- "name": "param",
866
- "text": "value - Value of the component."
867
- }]
874
+ "docs": {
875
+ "text": "Sets the value of the component.",
876
+ "tags": [{
877
+ "name": "param",
878
+ "text": "value - Value of the component."
879
+ }]
880
+ }
868
881
  }
869
- }
870
- }; }
882
+ };
883
+ }
871
884
  static get elementRef() { return "rootElement"; }
872
- static get listeners() { return [{
873
- "name": "keydown",
874
- "method": "listenKeydown",
875
- "target": undefined,
876
- "capture": false,
877
- "passive": false
878
- }]; }
885
+ static get listeners() {
886
+ return [{
887
+ "name": "keydown",
888
+ "method": "listenKeydown",
889
+ "target": undefined,
890
+ "capture": false,
891
+ "passive": false
892
+ }];
893
+ }
879
894
  }
880
895
  _KupAutocomplete_doConsistencyCheck = new WeakMap(), _KupAutocomplete_elStyle = new WeakMap(), _KupAutocomplete_listEl = new WeakMap(), _KupAutocomplete_kupManager = new WeakMap(), _KupAutocomplete_textfieldWrapper = new WeakMap(), _KupAutocomplete_textfieldEl = new WeakMap(), _KupAutocomplete_clickCb = new WeakMap(), _KupAutocomplete_inputTimeout = new WeakMap(), _KupAutocomplete_instances = new WeakSet(), _KupAutocomplete_openList = function _KupAutocomplete_openList(forceOpen) {
881
896
  if (forceOpen != true &&