@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 _KupCombobox_instances, _KupCombobox_kupManager, _KupCombobox_elStyle, _KupCombobox_listEl, _KupCombobox_textfieldWrapper, _KupCombobox_textfieldEl, _KupCombobox_clickCb, _KupCombobox_openList, _KupCombobox_closeList, _KupCombobox_isListOpened, _KupCombobox_consistencyCheck, _KupCombobox_prepList;
13
- import { Component, Event, Element, forceUpdate, h, Host, Listen, Method, Prop, State, Watch, } from '@stencil/core';
18
+ import { forceUpdate, h, Host, } from '@stencil/core';
14
19
  import { kupManagerInstance, } from '../../managers/kup-manager/kup-manager';
15
20
  import { ItemsDisplayMode, } from '../kup-list/kup-list-declarations';
16
21
  import { consistencyCheck } from '../kup-list/kup-list-helper';
@@ -154,6 +159,7 @@ export class KupCombobox {
154
159
  this.kupItemClick.emit({
155
160
  comp: this,
156
161
  id: this.rootElement.id,
162
+ node: e.detail.selected,
157
163
  value: this.value,
158
164
  inputValue: __classPrivateFieldGet(this, _KupCombobox_textfieldEl, "f").value,
159
165
  });
@@ -292,13 +298,9 @@ export class KupCombobox {
292
298
  render() {
293
299
  const fullHeight = this.rootElement.classList.contains('kup-full-height');
294
300
  const fullWidth = this.rootElement.classList.contains('kup-full-width');
295
- return (h(Host, { class: `${fullHeight ? 'kup-full-height' : ''} ${fullWidth ? 'kup-full-width' : ''}`, style: __classPrivateFieldGet(this, _KupCombobox_elStyle, "f") },
296
- h("style", null, __classPrivateFieldGet(this, _KupCombobox_kupManager, "f").theme.setKupStyle(this.rootElement)),
297
- h("div", { id: componentWrapperId, style: __classPrivateFieldGet(this, _KupCombobox_elStyle, "f") },
298
- h(FTextField, Object.assign({}, this.data['kup-text-field'], { disabled: this.disabled, fullHeight: fullHeight, fullWidth: fullWidth, icon: this.showDropDownIcon
299
- ? KupThemeIconValues.DROPDOWN
300
- : null, readOnly: this.isSelect, trailingIcon: true, value: this.displayedValue, onBlur: () => this.onKupBlur(), onClick: () => this.onKupClick(), onChange: (e) => this.onKupChange(e.target.value), onFocus: () => this.onKupFocus(), onInput: () => this.onKupInput(), onIconClick: () => this.onKupIconClick() }))),
301
- __classPrivateFieldGet(this, _KupCombobox_instances, "m", _KupCombobox_prepList).call(this)));
301
+ return (h(Host, { class: `${fullHeight ? 'kup-full-height' : ''} ${fullWidth ? 'kup-full-width' : ''}`, style: __classPrivateFieldGet(this, _KupCombobox_elStyle, "f") }, h("style", null, __classPrivateFieldGet(this, _KupCombobox_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { id: componentWrapperId, style: __classPrivateFieldGet(this, _KupCombobox_elStyle, "f") }, h(FTextField, Object.assign({}, this.data['kup-text-field'], { disabled: this.disabled, fullHeight: fullHeight, fullWidth: fullWidth, icon: this.showDropDownIcon
302
+ ? KupThemeIconValues.DROPDOWN
303
+ : null, readOnly: this.isSelect, trailingIcon: true, value: this.displayedValue, onBlur: () => this.onKupBlur(), onClick: () => this.onKupClick(), onChange: (e) => this.onKupChange(e.target.value), onFocus: () => this.onKupFocus(), onInput: () => this.onKupInput(), onIconClick: () => this.onKupIconClick() }))), __classPrivateFieldGet(this, _KupCombobox_instances, "m", _KupCombobox_prepList).call(this)));
302
304
  }
303
305
  disconnectedCallback() {
304
306
  if (__classPrivateFieldGet(this, _KupCombobox_listEl, "f")) {
@@ -309,472 +311,488 @@ export class KupCombobox {
309
311
  }
310
312
  static get is() { return "kup-combobox"; }
311
313
  static get encapsulation() { return "shadow"; }
312
- static get originalStyleUrls() { return {
313
- "$": ["kup-combobox.scss"]
314
- }; }
315
- static get styleUrls() { return {
316
- "$": ["kup-combobox.css"]
317
- }; }
318
- static get properties() { return {
319
- "customStyle": {
320
- "type": "string",
321
- "mutable": false,
322
- "complexType": {
323
- "original": "string",
324
- "resolved": "string",
325
- "references": {}
326
- },
327
- "required": false,
328
- "optional": false,
329
- "docs": {
330
- "tags": [{
331
- "name": "default",
332
- "text": "\"\""
333
- }, {
334
- "name": "see",
335
- "text": "https://ketchup.smeup.com/ketchup-showcase/#/customization"
336
- }],
337
- "text": "Custom style of the component."
314
+ static get originalStyleUrls() {
315
+ return {
316
+ "$": ["kup-combobox.scss"]
317
+ };
318
+ }
319
+ static get styleUrls() {
320
+ return {
321
+ "$": ["kup-combobox.css"]
322
+ };
323
+ }
324
+ static get properties() {
325
+ return {
326
+ "customStyle": {
327
+ "type": "string",
328
+ "mutable": false,
329
+ "complexType": {
330
+ "original": "string",
331
+ "resolved": "string",
332
+ "references": {}
333
+ },
334
+ "required": false,
335
+ "optional": false,
336
+ "docs": {
337
+ "tags": [{
338
+ "name": "default",
339
+ "text": "\"\""
340
+ }, {
341
+ "name": "see",
342
+ "text": "https://ketchup.smeup.com/ketchup-showcase/#/customization"
343
+ }],
344
+ "text": "Custom style of the component."
345
+ },
346
+ "attribute": "custom-style",
347
+ "reflect": false,
348
+ "defaultValue": "''"
338
349
  },
339
- "attribute": "custom-style",
340
- "reflect": false,
341
- "defaultValue": "''"
342
- },
343
- "data": {
344
- "type": "unknown",
345
- "mutable": false,
346
- "complexType": {
347
- "original": "Object",
348
- "resolved": "Object",
349
- "references": {
350
- "Object": {
351
- "location": "global"
350
+ "data": {
351
+ "type": "unknown",
352
+ "mutable": false,
353
+ "complexType": {
354
+ "original": "Object",
355
+ "resolved": "Object",
356
+ "references": {
357
+ "Object": {
358
+ "location": "global"
359
+ }
352
360
  }
353
- }
354
- },
355
- "required": false,
356
- "optional": false,
357
- "docs": {
358
- "tags": [],
359
- "text": "Props of the sub-components (date input text field)."
360
- },
361
- "defaultValue": "undefined"
362
- },
363
- "disabled": {
364
- "type": "boolean",
365
- "mutable": false,
366
- "complexType": {
367
- "original": "boolean",
368
- "resolved": "boolean",
369
- "references": {}
361
+ },
362
+ "required": false,
363
+ "optional": false,
364
+ "docs": {
365
+ "tags": [],
366
+ "text": "Props of the sub-components (date input text field)."
367
+ },
368
+ "defaultValue": "undefined"
370
369
  },
371
- "required": false,
372
- "optional": false,
373
- "docs": {
374
- "tags": [],
375
- "text": "Defaults at false. When set to true, the component is disabled."
370
+ "disabled": {
371
+ "type": "boolean",
372
+ "mutable": false,
373
+ "complexType": {
374
+ "original": "boolean",
375
+ "resolved": "boolean",
376
+ "references": {}
377
+ },
378
+ "required": false,
379
+ "optional": false,
380
+ "docs": {
381
+ "tags": [],
382
+ "text": "Defaults at false. When set to true, the component is disabled."
383
+ },
384
+ "attribute": "disabled",
385
+ "reflect": false,
386
+ "defaultValue": "false"
376
387
  },
377
- "attribute": "disabled",
378
- "reflect": false,
379
- "defaultValue": "false"
380
- },
381
- "displayMode": {
382
- "type": "string",
383
- "mutable": false,
384
- "complexType": {
385
- "original": "ItemsDisplayMode",
386
- "resolved": "ItemsDisplayMode.CODE | ItemsDisplayMode.DESCRIPTION | ItemsDisplayMode.DESCRIPTION_AND_CODE",
387
- "references": {
388
- "ItemsDisplayMode": {
389
- "location": "import",
390
- "path": "../kup-list/kup-list-declarations"
388
+ "displayMode": {
389
+ "type": "string",
390
+ "mutable": false,
391
+ "complexType": {
392
+ "original": "ItemsDisplayMode",
393
+ "resolved": "ItemsDisplayMode.CODE | ItemsDisplayMode.DESCRIPTION | ItemsDisplayMode.DESCRIPTION_AND_CODE",
394
+ "references": {
395
+ "ItemsDisplayMode": {
396
+ "location": "import",
397
+ "path": "../kup-list/kup-list-declarations"
398
+ }
391
399
  }
392
- }
393
- },
394
- "required": false,
395
- "optional": false,
396
- "docs": {
397
- "tags": [],
398
- "text": "Sets how to show the selected item value. Suported values: \"code\", \"description\", \"both\"."
399
- },
400
- "attribute": "display-mode",
401
- "reflect": false,
402
- "defaultValue": "ItemsDisplayMode.DESCRIPTION"
403
- },
404
- "initialValue": {
405
- "type": "string",
406
- "mutable": false,
407
- "complexType": {
408
- "original": "string",
409
- "resolved": "string",
410
- "references": {}
411
- },
412
- "required": false,
413
- "optional": false,
414
- "docs": {
415
- "tags": [],
416
- "text": "Sets the initial value of the component"
400
+ },
401
+ "required": false,
402
+ "optional": false,
403
+ "docs": {
404
+ "tags": [],
405
+ "text": "Sets how to show the selected item value. Suported values: \"code\", \"description\", \"both\"."
406
+ },
407
+ "attribute": "display-mode",
408
+ "reflect": false,
409
+ "defaultValue": "ItemsDisplayMode.DESCRIPTION"
417
410
  },
418
- "attribute": "initial-value",
419
- "reflect": false,
420
- "defaultValue": "''"
421
- },
422
- "isSelect": {
423
- "type": "boolean",
424
- "mutable": false,
425
- "complexType": {
426
- "original": "boolean",
427
- "resolved": "boolean",
428
- "references": {}
411
+ "initialValue": {
412
+ "type": "string",
413
+ "mutable": false,
414
+ "complexType": {
415
+ "original": "string",
416
+ "resolved": "string",
417
+ "references": {}
418
+ },
419
+ "required": false,
420
+ "optional": false,
421
+ "docs": {
422
+ "tags": [],
423
+ "text": "Sets the initial value of the component"
424
+ },
425
+ "attribute": "initial-value",
426
+ "reflect": false,
427
+ "defaultValue": "''"
429
428
  },
430
- "required": false,
431
- "optional": false,
432
- "docs": {
433
- "tags": [],
434
- "text": "Lets the combobox behave as a select element."
429
+ "isSelect": {
430
+ "type": "boolean",
431
+ "mutable": false,
432
+ "complexType": {
433
+ "original": "boolean",
434
+ "resolved": "boolean",
435
+ "references": {}
436
+ },
437
+ "required": false,
438
+ "optional": false,
439
+ "docs": {
440
+ "tags": [],
441
+ "text": "Lets the combobox behave as a select element."
442
+ },
443
+ "attribute": "is-select",
444
+ "reflect": true,
445
+ "defaultValue": "false"
435
446
  },
436
- "attribute": "is-select",
437
- "reflect": true,
438
- "defaultValue": "false"
439
- },
440
- "selectMode": {
441
- "type": "string",
442
- "mutable": false,
443
- "complexType": {
444
- "original": "ItemsDisplayMode",
445
- "resolved": "ItemsDisplayMode.CODE | ItemsDisplayMode.DESCRIPTION | ItemsDisplayMode.DESCRIPTION_AND_CODE",
446
- "references": {
447
- "ItemsDisplayMode": {
448
- "location": "import",
449
- "path": "../kup-list/kup-list-declarations"
447
+ "selectMode": {
448
+ "type": "string",
449
+ "mutable": false,
450
+ "complexType": {
451
+ "original": "ItemsDisplayMode",
452
+ "resolved": "ItemsDisplayMode.CODE | ItemsDisplayMode.DESCRIPTION | ItemsDisplayMode.DESCRIPTION_AND_CODE",
453
+ "references": {
454
+ "ItemsDisplayMode": {
455
+ "location": "import",
456
+ "path": "../kup-list/kup-list-declarations"
457
+ }
450
458
  }
451
- }
452
- },
453
- "required": false,
454
- "optional": false,
455
- "docs": {
456
- "tags": [],
457
- "text": "Sets how to return the selected item value. Suported values: \"code\", \"description\", \"both\"."
458
- },
459
- "attribute": "select-mode",
460
- "reflect": false,
461
- "defaultValue": "ItemsDisplayMode.CODE"
462
- },
463
- "showDropDownIcon": {
464
- "type": "boolean",
465
- "mutable": false,
466
- "complexType": {
467
- "original": "boolean",
468
- "resolved": "boolean",
469
- "references": {}
470
- },
471
- "required": false,
472
- "optional": false,
473
- "docs": {
474
- "tags": [],
475
- "text": "When true shows the drop-down icon, for open list."
476
- },
477
- "attribute": "show-drop-down-icon",
478
- "reflect": false,
479
- "defaultValue": "true"
480
- }
481
- }; }
482
- static get states() { return {
483
- "displayedValue": {},
484
- "value": {}
485
- }; }
486
- static get events() { return [{
487
- "method": "kupBlur",
488
- "name": "kup-combobox-blur",
489
- "bubbles": true,
490
- "cancelable": false,
491
- "composed": true,
492
- "docs": {
493
- "tags": [],
494
- "text": ""
459
+ },
460
+ "required": false,
461
+ "optional": false,
462
+ "docs": {
463
+ "tags": [],
464
+ "text": "Sets how to return the selected item value. Suported values: \"code\", \"description\", \"both\"."
465
+ },
466
+ "attribute": "select-mode",
467
+ "reflect": false,
468
+ "defaultValue": "ItemsDisplayMode.CODE"
495
469
  },
496
- "complexType": {
497
- "original": "KupComboboxEventPayload",
498
- "resolved": "KupComboboxEventPayload",
499
- "references": {
500
- "KupComboboxEventPayload": {
501
- "location": "import",
502
- "path": "./kup-combobox-declarations"
470
+ "showDropDownIcon": {
471
+ "type": "boolean",
472
+ "mutable": false,
473
+ "complexType": {
474
+ "original": "boolean",
475
+ "resolved": "boolean",
476
+ "references": {}
477
+ },
478
+ "required": false,
479
+ "optional": false,
480
+ "docs": {
481
+ "tags": [],
482
+ "text": "When true shows the drop-down icon, for open list."
483
+ },
484
+ "attribute": "show-drop-down-icon",
485
+ "reflect": false,
486
+ "defaultValue": "true"
487
+ }
488
+ };
489
+ }
490
+ static get states() {
491
+ return {
492
+ "displayedValue": {},
493
+ "value": {}
494
+ };
495
+ }
496
+ static get events() {
497
+ return [{
498
+ "method": "kupBlur",
499
+ "name": "kup-combobox-blur",
500
+ "bubbles": true,
501
+ "cancelable": false,
502
+ "composed": true,
503
+ "docs": {
504
+ "tags": [],
505
+ "text": ""
506
+ },
507
+ "complexType": {
508
+ "original": "KupComboboxEventPayload",
509
+ "resolved": "KupComboboxEventPayload",
510
+ "references": {
511
+ "KupComboboxEventPayload": {
512
+ "location": "import",
513
+ "path": "./kup-combobox-declarations"
514
+ }
503
515
  }
504
516
  }
505
- }
506
- }, {
507
- "method": "kupChange",
508
- "name": "kup-combobox-change",
509
- "bubbles": true,
510
- "cancelable": false,
511
- "composed": true,
512
- "docs": {
513
- "tags": [],
514
- "text": ""
515
- },
516
- "complexType": {
517
- "original": "KupComboboxEventPayload",
518
- "resolved": "KupComboboxEventPayload",
519
- "references": {
520
- "KupComboboxEventPayload": {
521
- "location": "import",
522
- "path": "./kup-combobox-declarations"
517
+ }, {
518
+ "method": "kupChange",
519
+ "name": "kup-combobox-change",
520
+ "bubbles": true,
521
+ "cancelable": false,
522
+ "composed": true,
523
+ "docs": {
524
+ "tags": [],
525
+ "text": ""
526
+ },
527
+ "complexType": {
528
+ "original": "KupComboboxEventPayload",
529
+ "resolved": "KupComboboxEventPayload",
530
+ "references": {
531
+ "KupComboboxEventPayload": {
532
+ "location": "import",
533
+ "path": "./kup-combobox-declarations"
534
+ }
523
535
  }
524
536
  }
525
- }
526
- }, {
527
- "method": "kupClick",
528
- "name": "kup-combobox-click",
529
- "bubbles": true,
530
- "cancelable": false,
531
- "composed": true,
532
- "docs": {
533
- "tags": [],
534
- "text": ""
535
- },
536
- "complexType": {
537
- "original": "KupComboboxEventPayload",
538
- "resolved": "KupComboboxEventPayload",
539
- "references": {
540
- "KupComboboxEventPayload": {
541
- "location": "import",
542
- "path": "./kup-combobox-declarations"
537
+ }, {
538
+ "method": "kupClick",
539
+ "name": "kup-combobox-click",
540
+ "bubbles": true,
541
+ "cancelable": false,
542
+ "composed": true,
543
+ "docs": {
544
+ "tags": [],
545
+ "text": ""
546
+ },
547
+ "complexType": {
548
+ "original": "KupComboboxEventPayload",
549
+ "resolved": "KupComboboxEventPayload",
550
+ "references": {
551
+ "KupComboboxEventPayload": {
552
+ "location": "import",
553
+ "path": "./kup-combobox-declarations"
554
+ }
543
555
  }
544
556
  }
545
- }
546
- }, {
547
- "method": "kupFocus",
548
- "name": "kup-combobox-focus",
549
- "bubbles": true,
550
- "cancelable": false,
551
- "composed": true,
552
- "docs": {
553
- "tags": [],
554
- "text": ""
555
- },
556
- "complexType": {
557
- "original": "KupComboboxEventPayload",
558
- "resolved": "KupComboboxEventPayload",
559
- "references": {
560
- "KupComboboxEventPayload": {
561
- "location": "import",
562
- "path": "./kup-combobox-declarations"
557
+ }, {
558
+ "method": "kupFocus",
559
+ "name": "kup-combobox-focus",
560
+ "bubbles": true,
561
+ "cancelable": false,
562
+ "composed": true,
563
+ "docs": {
564
+ "tags": [],
565
+ "text": ""
566
+ },
567
+ "complexType": {
568
+ "original": "KupComboboxEventPayload",
569
+ "resolved": "KupComboboxEventPayload",
570
+ "references": {
571
+ "KupComboboxEventPayload": {
572
+ "location": "import",
573
+ "path": "./kup-combobox-declarations"
574
+ }
563
575
  }
564
576
  }
565
- }
566
- }, {
567
- "method": "kupInput",
568
- "name": "kup-combobox-input",
569
- "bubbles": true,
570
- "cancelable": false,
571
- "composed": true,
572
- "docs": {
573
- "tags": [],
574
- "text": ""
575
- },
576
- "complexType": {
577
- "original": "KupComboboxEventPayload",
578
- "resolved": "KupComboboxEventPayload",
579
- "references": {
580
- "KupComboboxEventPayload": {
581
- "location": "import",
582
- "path": "./kup-combobox-declarations"
577
+ }, {
578
+ "method": "kupInput",
579
+ "name": "kup-combobox-input",
580
+ "bubbles": true,
581
+ "cancelable": false,
582
+ "composed": true,
583
+ "docs": {
584
+ "tags": [],
585
+ "text": ""
586
+ },
587
+ "complexType": {
588
+ "original": "KupComboboxEventPayload",
589
+ "resolved": "KupComboboxEventPayload",
590
+ "references": {
591
+ "KupComboboxEventPayload": {
592
+ "location": "import",
593
+ "path": "./kup-combobox-declarations"
594
+ }
583
595
  }
584
596
  }
585
- }
586
- }, {
587
- "method": "kupIconClick",
588
- "name": "kup-combobox-iconclick",
589
- "bubbles": true,
590
- "cancelable": false,
591
- "composed": true,
592
- "docs": {
593
- "tags": [],
594
- "text": ""
595
- },
596
- "complexType": {
597
- "original": "KupComboboxIconClickEventPayload",
598
- "resolved": "KupComboboxIconClickEventPayload",
599
- "references": {
600
- "KupComboboxIconClickEventPayload": {
601
- "location": "import",
602
- "path": "./kup-combobox-declarations"
597
+ }, {
598
+ "method": "kupIconClick",
599
+ "name": "kup-combobox-iconclick",
600
+ "bubbles": true,
601
+ "cancelable": false,
602
+ "composed": true,
603
+ "docs": {
604
+ "tags": [],
605
+ "text": ""
606
+ },
607
+ "complexType": {
608
+ "original": "KupComboboxIconClickEventPayload",
609
+ "resolved": "KupComboboxIconClickEventPayload",
610
+ "references": {
611
+ "KupComboboxIconClickEventPayload": {
612
+ "location": "import",
613
+ "path": "./kup-combobox-declarations"
614
+ }
603
615
  }
604
616
  }
605
- }
606
- }, {
607
- "method": "kupItemClick",
608
- "name": "kup-combobox-itemclick",
609
- "bubbles": true,
610
- "cancelable": false,
611
- "composed": true,
612
- "docs": {
613
- "tags": [],
614
- "text": ""
615
- },
616
- "complexType": {
617
- "original": "KupComboboxEventPayload",
618
- "resolved": "KupComboboxEventPayload",
619
- "references": {
620
- "KupComboboxEventPayload": {
621
- "location": "import",
622
- "path": "./kup-combobox-declarations"
617
+ }, {
618
+ "method": "kupItemClick",
619
+ "name": "kup-combobox-itemclick",
620
+ "bubbles": true,
621
+ "cancelable": false,
622
+ "composed": true,
623
+ "docs": {
624
+ "tags": [],
625
+ "text": ""
626
+ },
627
+ "complexType": {
628
+ "original": "KupComboboxEventPayload",
629
+ "resolved": "KupComboboxEventPayload",
630
+ "references": {
631
+ "KupComboboxEventPayload": {
632
+ "location": "import",
633
+ "path": "./kup-combobox-declarations"
634
+ }
623
635
  }
624
636
  }
625
- }
626
- }]; }
627
- static get methods() { return {
628
- "getProps": {
629
- "complexType": {
630
- "signature": "(descriptions?: boolean) => Promise<GenericObject>",
631
- "parameters": [{
632
- "tags": [{
633
- "name": "param",
634
- "text": "descriptions - When provided and true, the result will be the list of props with their description."
635
- }],
636
- "text": "- When provided and true, the result will be the list of props with their description."
637
- }],
638
- "references": {
639
- "Promise": {
640
- "location": "global"
637
+ }];
638
+ }
639
+ static get methods() {
640
+ return {
641
+ "getProps": {
642
+ "complexType": {
643
+ "signature": "(descriptions?: boolean) => Promise<GenericObject>",
644
+ "parameters": [{
645
+ "tags": [{
646
+ "name": "param",
647
+ "text": "descriptions - When provided and true, the result will be the list of props with their description."
648
+ }],
649
+ "text": "- When provided and true, the result will be the list of props with their description."
650
+ }],
651
+ "references": {
652
+ "Promise": {
653
+ "location": "global"
654
+ },
655
+ "GenericObject": {
656
+ "location": "import",
657
+ "path": "../../types/GenericTypes"
658
+ }
641
659
  },
642
- "GenericObject": {
643
- "location": "import",
644
- "path": "../../types/GenericTypes"
645
- }
660
+ "return": "Promise<GenericObject>"
646
661
  },
647
- "return": "Promise<GenericObject>"
662
+ "docs": {
663
+ "text": "Used to retrieve component's props values.",
664
+ "tags": [{
665
+ "name": "param",
666
+ "text": "descriptions - When provided and true, the result will be the list of props with their description."
667
+ }, {
668
+ "name": "returns",
669
+ "text": "List of props as object, each key will be a prop."
670
+ }]
671
+ }
648
672
  },
649
- "docs": {
650
- "text": "Used to retrieve component's props values.",
651
- "tags": [{
652
- "name": "param",
653
- "text": "descriptions - When provided and true, the result will be the list of props with their description."
654
- }, {
655
- "name": "returns",
656
- "text": "List of props as object, each key will be a prop."
657
- }]
658
- }
659
- },
660
- "getValue": {
661
- "complexType": {
662
- "signature": "() => Promise<string>",
663
- "parameters": [],
664
- "references": {
665
- "Promise": {
666
- "location": "global"
667
- }
673
+ "getValue": {
674
+ "complexType": {
675
+ "signature": "() => Promise<string>",
676
+ "parameters": [],
677
+ "references": {
678
+ "Promise": {
679
+ "location": "global"
680
+ }
681
+ },
682
+ "return": "Promise<string>"
668
683
  },
669
- "return": "Promise<string>"
684
+ "docs": {
685
+ "text": "Retrieves the component's value.",
686
+ "tags": [{
687
+ "name": "returns",
688
+ "text": "Value of the component."
689
+ }]
690
+ }
670
691
  },
671
- "docs": {
672
- "text": "Retrieves the component's value.",
673
- "tags": [{
674
- "name": "returns",
675
- "text": "Value of the component."
676
- }]
677
- }
678
- },
679
- "refresh": {
680
- "complexType": {
681
- "signature": "() => Promise<void>",
682
- "parameters": [],
683
- "references": {
684
- "Promise": {
685
- "location": "global"
686
- }
692
+ "refresh": {
693
+ "complexType": {
694
+ "signature": "() => Promise<void>",
695
+ "parameters": [],
696
+ "references": {
697
+ "Promise": {
698
+ "location": "global"
699
+ }
700
+ },
701
+ "return": "Promise<void>"
687
702
  },
688
- "return": "Promise<void>"
703
+ "docs": {
704
+ "text": "This method is used to trigger a new render of the component.",
705
+ "tags": []
706
+ }
689
707
  },
690
- "docs": {
691
- "text": "This method is used to trigger a new render of the component.",
692
- "tags": []
693
- }
694
- },
695
- "setFocus": {
696
- "complexType": {
697
- "signature": "() => Promise<void>",
698
- "parameters": [],
699
- "references": {
700
- "Promise": {
701
- "location": "global"
702
- }
708
+ "setFocus": {
709
+ "complexType": {
710
+ "signature": "() => Promise<void>",
711
+ "parameters": [],
712
+ "references": {
713
+ "Promise": {
714
+ "location": "global"
715
+ }
716
+ },
717
+ "return": "Promise<void>"
703
718
  },
704
- "return": "Promise<void>"
719
+ "docs": {
720
+ "text": "Sets the focus to the component.",
721
+ "tags": []
722
+ }
705
723
  },
706
- "docs": {
707
- "text": "Sets the focus to the component.",
708
- "tags": []
709
- }
710
- },
711
- "setProps": {
712
- "complexType": {
713
- "signature": "(props: GenericObject) => Promise<void>",
714
- "parameters": [{
715
- "tags": [{
716
- "name": "param",
717
- "text": "props - Object containing props that will be set to the component."
718
- }],
719
- "text": "- Object containing props that will be set to the component."
720
- }],
721
- "references": {
722
- "Promise": {
723
- "location": "global"
724
+ "setProps": {
725
+ "complexType": {
726
+ "signature": "(props: GenericObject) => Promise<void>",
727
+ "parameters": [{
728
+ "tags": [{
729
+ "name": "param",
730
+ "text": "props - Object containing props that will be set to the component."
731
+ }],
732
+ "text": "- Object containing props that will be set to the component."
733
+ }],
734
+ "references": {
735
+ "Promise": {
736
+ "location": "global"
737
+ },
738
+ "GenericObject": {
739
+ "location": "import",
740
+ "path": "../../types/GenericTypes"
741
+ }
724
742
  },
725
- "GenericObject": {
726
- "location": "import",
727
- "path": "../../types/GenericTypes"
728
- }
743
+ "return": "Promise<void>"
729
744
  },
730
- "return": "Promise<void>"
745
+ "docs": {
746
+ "text": "Sets the props to the component.",
747
+ "tags": [{
748
+ "name": "param",
749
+ "text": "props - Object containing props that will be set to the component."
750
+ }]
751
+ }
731
752
  },
732
- "docs": {
733
- "text": "Sets the props to the component.",
734
- "tags": [{
735
- "name": "param",
736
- "text": "props - Object containing props that will be set to the component."
737
- }]
738
- }
739
- },
740
- "setValue": {
741
- "complexType": {
742
- "signature": "(value: string) => Promise<void>",
743
- "parameters": [{
744
- "tags": [{
745
- "name": "param",
746
- "text": "value - Value to be set."
747
- }],
748
- "text": "- Value to be set."
749
- }],
750
- "references": {
751
- "Promise": {
752
- "location": "global"
753
- }
753
+ "setValue": {
754
+ "complexType": {
755
+ "signature": "(value: string) => Promise<void>",
756
+ "parameters": [{
757
+ "tags": [{
758
+ "name": "param",
759
+ "text": "value - Value to be set."
760
+ }],
761
+ "text": "- Value to be set."
762
+ }],
763
+ "references": {
764
+ "Promise": {
765
+ "location": "global"
766
+ }
767
+ },
768
+ "return": "Promise<void>"
754
769
  },
755
- "return": "Promise<void>"
756
- },
757
- "docs": {
758
- "text": "Sets the component's value.",
759
- "tags": [{
760
- "name": "param",
761
- "text": "value - Value to be set."
762
- }]
770
+ "docs": {
771
+ "text": "Sets the component's value.",
772
+ "tags": [{
773
+ "name": "param",
774
+ "text": "value - Value to be set."
775
+ }]
776
+ }
763
777
  }
764
- }
765
- }; }
778
+ };
779
+ }
766
780
  static get elementRef() { return "rootElement"; }
767
- static get watchers() { return [{
768
- "propName": "initialValue",
769
- "methodName": "initialValueChange"
770
- }]; }
771
- static get listeners() { return [{
772
- "name": "keydown",
773
- "method": "listenKeydown",
774
- "target": undefined,
775
- "capture": false,
776
- "passive": false
777
- }]; }
781
+ static get watchers() {
782
+ return [{
783
+ "propName": "initialValue",
784
+ "methodName": "initialValueChange"
785
+ }];
786
+ }
787
+ static get listeners() {
788
+ return [{
789
+ "name": "keydown",
790
+ "method": "listenKeydown",
791
+ "target": undefined,
792
+ "capture": false,
793
+ "passive": false
794
+ }];
795
+ }
778
796
  }
779
797
  _KupCombobox_kupManager = new WeakMap(), _KupCombobox_elStyle = new WeakMap(), _KupCombobox_listEl = new WeakMap(), _KupCombobox_textfieldWrapper = new WeakMap(), _KupCombobox_textfieldEl = new WeakMap(), _KupCombobox_clickCb = new WeakMap(), _KupCombobox_instances = new WeakSet(), _KupCombobox_openList = function _KupCombobox_openList() {
780
798
  if (__classPrivateFieldGet(this, _KupCombobox_instances, "m", _KupCombobox_isListOpened).call(this)) {