@dso-toolkit/core 45.1.0 → 46.0.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 (349) hide show
  1. package/dist/cjs/clsx.m-b81c6b86.js +5 -0
  2. package/dist/cjs/{create-identifier-fa070b11.js → create-identifier-6ee2a08b.js} +1 -3
  3. package/dist/cjs/dso-accordion-section.cjs.entry.js +37 -33
  4. package/dist/cjs/dso-accordion.cjs.entry.js +17 -19
  5. package/dist/cjs/dso-alert.cjs.entry.js +11 -9
  6. package/dist/cjs/dso-attachments-counter.cjs.entry.js +4 -3
  7. package/dist/cjs/dso-autosuggest.cjs.entry.js +36 -61
  8. package/dist/cjs/dso-badge.cjs.entry.js +5 -4
  9. package/dist/cjs/dso-banner.cjs.entry.js +5 -4
  10. package/dist/cjs/dso-date-picker.cjs.entry.js +89 -129
  11. package/dist/cjs/dso-dropdown-menu.cjs.entry.js +9 -21
  12. package/dist/cjs/dso-header.cjs.entry.js +24 -30
  13. package/dist/cjs/dso-helpcenter-panel.cjs.entry.js +23 -22
  14. package/dist/cjs/dso-highlight-box.cjs.entry.js +17 -12
  15. package/dist/cjs/dso-icon.cjs.entry.js +389 -385
  16. package/dist/cjs/dso-image-overlay.cjs.entry.js +13 -13
  17. package/dist/cjs/dso-info-button.cjs.entry.js +7 -5
  18. package/dist/cjs/dso-info_2.cjs.entry.js +22 -9
  19. package/dist/cjs/dso-label.cjs.entry.js +30 -18
  20. package/dist/cjs/dso-map-base-layers.cjs.entry.js +7 -8
  21. package/dist/cjs/dso-map-controls.cjs.entry.js +10 -8
  22. package/dist/cjs/dso-map-overlays.cjs.entry.js +7 -8
  23. package/dist/cjs/dso-modal.cjs.entry.js +62 -0
  24. package/dist/cjs/dso-ozon-content.cjs.entry.js +135 -145
  25. package/dist/cjs/dso-pagination.cjs.entry.js +23 -29
  26. package/dist/cjs/dso-progress-bar.cjs.entry.js +4 -3
  27. package/dist/cjs/dso-progress-indicator.cjs.entry.js +11 -8
  28. package/dist/cjs/dso-responsive-element.cjs.entry.js +13 -10
  29. package/dist/cjs/dso-table.cjs.entry.js +89 -0
  30. package/dist/cjs/dso-toggletip.cjs.entry.js +9 -7
  31. package/dist/cjs/dso-toolkit.cjs.js +3 -3
  32. package/dist/cjs/dso-tooltip.cjs.entry.js +103 -104
  33. package/dist/cjs/dso-tree-view.cjs.entry.js +39 -44
  34. package/dist/cjs/dso-viewer-grid.cjs.entry.js +31 -32
  35. package/dist/cjs/{focus-trap.esm-e2addb10.js → focus-trap.esm-d83fd673.js} +1 -1
  36. package/dist/cjs/{index-4066351a.js → index-ecec64a0.js} +486 -500
  37. package/dist/cjs/{index.esm-50325ea2.js → index.esm-03a9e0b4.js} +50 -112
  38. package/dist/cjs/loader.cjs.js +3 -3
  39. package/dist/cjs/v4-abb5dc0c.js +68 -0
  40. package/dist/collection/collection-manifest.json +4 -2
  41. package/dist/collection/components/accordion/accordion.js +183 -174
  42. package/dist/collection/components/accordion/components/accordion-section.css +19 -11
  43. package/dist/collection/components/accordion/components/accordion-section.js +211 -211
  44. package/dist/collection/components/alert/alert.css +10 -10
  45. package/dist/collection/components/alert/alert.js +58 -53
  46. package/dist/collection/components/attachments-counter/attachments-counter.js +36 -33
  47. package/dist/collection/components/autosuggest/autosuggest.js +223 -240
  48. package/dist/collection/components/badge/badge.js +37 -29
  49. package/dist/collection/components/banner/banner.js +37 -29
  50. package/dist/collection/components/date-picker/date-localization.js +24 -45
  51. package/dist/collection/components/date-picker/date-picker-day.js +3 -5
  52. package/dist/collection/components/date-picker/date-picker-month.js +2 -10
  53. package/dist/collection/components/date-picker/date-picker.css +2 -2
  54. package/dist/collection/components/date-picker/date-picker.js +386 -436
  55. package/dist/collection/components/date-picker/date-utils.js +15 -15
  56. package/dist/collection/components/dropdown-menu/dropdown-menu.js +73 -82
  57. package/dist/collection/components/header/header.css +24 -17
  58. package/dist/collection/components/header/header.js +210 -246
  59. package/dist/collection/components/helpcenter-panel/helpcenter-panel.css +18 -2
  60. package/dist/collection/components/helpcenter-panel/helpcenter-panel.js +94 -90
  61. package/dist/collection/components/highlight-box/highlight-box.css +1 -1
  62. package/dist/collection/components/highlight-box/highlight-box.js +112 -101
  63. package/dist/collection/components/icon/icon.js +220 -209
  64. package/dist/collection/components/image-overlay/image-overlay.js +38 -44
  65. package/dist/collection/components/info/info.js +73 -65
  66. package/dist/collection/components/info-button/info-button.js +113 -102
  67. package/dist/collection/components/label/label.js +151 -140
  68. package/dist/collection/components/map-base-layers/map-base-layers.js +75 -74
  69. package/dist/collection/components/map-controls/map-controls.js +115 -116
  70. package/dist/collection/components/map-overlays/map-overlays.js +75 -74
  71. package/dist/collection/components/modal/modal.css +155 -0
  72. package/dist/collection/components/modal/modal.js +133 -0
  73. package/dist/collection/components/ozon-content/get-node-name.function.js +2 -2
  74. package/dist/collection/components/ozon-content/nodes/al.node.js +6 -8
  75. package/dist/collection/components/ozon-content/nodes/document.node.js +2 -2
  76. package/dist/collection/components/ozon-content/nodes/ext-ref.node.js +4 -9
  77. package/dist/collection/components/ozon-content/nodes/fallback.node.js +4 -4
  78. package/dist/collection/components/ozon-content/nodes/figuur.node.js +20 -32
  79. package/dist/collection/components/ozon-content/nodes/inhoud.node.js +2 -6
  80. package/dist/collection/components/ozon-content/nodes/inline-tekst-afbeelding.node.js +3 -6
  81. package/dist/collection/components/ozon-content/nodes/inline.nodes.js +3 -11
  82. package/dist/collection/components/ozon-content/nodes/int-io-ref.node.js +4 -4
  83. package/dist/collection/components/ozon-content/nodes/int-ref.node.js +4 -4
  84. package/dist/collection/components/ozon-content/nodes/lijst.node.js +20 -0
  85. package/dist/collection/components/ozon-content/nodes/noot.node.js +9 -13
  86. package/dist/collection/components/ozon-content/nodes/opschrift.node.js +2 -2
  87. package/dist/collection/components/ozon-content/nodes/table.node/colspec/colspec-mapper.js +11 -11
  88. package/dist/collection/components/ozon-content/nodes/table.node/colspec/colspec.interface.js +0 -1
  89. package/dist/collection/components/ozon-content/nodes/table.node/index.js +1 -1
  90. package/dist/collection/components/ozon-content/nodes/table.node/table-cell.js +8 -8
  91. package/dist/collection/components/ozon-content/nodes/table.node/table-colgroup.js +2 -4
  92. package/dist/collection/components/ozon-content/nodes/table.node/table-rows.js +3 -3
  93. package/dist/collection/components/ozon-content/nodes/table.node/table.node.js +13 -19
  94. package/dist/collection/components/ozon-content/nodes/text.node.js +2 -2
  95. package/dist/collection/components/ozon-content/ozon-content-mapper.js +28 -24
  96. package/dist/collection/components/ozon-content/ozon-content.css +18 -9
  97. package/dist/collection/components/ozon-content/ozon-content.interfaces.js +0 -1
  98. package/dist/collection/components/ozon-content/ozon-content.js +138 -151
  99. package/dist/collection/components/pagination/pagination.js +119 -126
  100. package/dist/collection/components/progress-bar/progress-bar.css +1 -1
  101. package/dist/collection/components/progress-bar/progress-bar.js +68 -65
  102. package/dist/collection/components/progress-indicator/progress-indicator.js +76 -70
  103. package/dist/collection/components/responsive-element/responsive-element.js +70 -58
  104. package/dist/collection/components/selectable/selectable.js +260 -243
  105. package/dist/collection/components/table/table.css +283 -0
  106. package/dist/collection/components/table/table.interfaces.js +1 -0
  107. package/dist/collection/components/table/table.js +135 -0
  108. package/dist/collection/components/toggletip/toggletip.js +94 -87
  109. package/dist/collection/components/tooltip/tooltip.js +252 -254
  110. package/dist/collection/components/tree-view/tree-item.js +5 -19
  111. package/dist/collection/components/tree-view/tree-view.js +151 -139
  112. package/dist/collection/components/viewer-grid/viewer-grid-filterpanel-buttons.js +2 -7
  113. package/dist/collection/components/viewer-grid/viewer-grid.css +4 -84
  114. package/dist/collection/components/viewer-grid/viewer-grid.js +181 -198
  115. package/dist/collection/index.js +2 -2
  116. package/dist/collection/utils/create-identifier.js +1 -3
  117. package/dist/custom-elements/index.d.ts +12 -0
  118. package/dist/custom-elements/index.js +1301 -1328
  119. package/dist/dso-toolkit/dso-toolkit.esm.js +1 -1
  120. package/dist/dso-toolkit/p-0917f18a.entry.js +1 -0
  121. package/dist/dso-toolkit/p-0c8cd0d8.entry.js +1 -0
  122. package/dist/dso-toolkit/p-19323600.entry.js +1 -0
  123. package/dist/dso-toolkit/p-2b83a825.entry.js +1 -0
  124. package/dist/dso-toolkit/p-2fa96ac0.entry.js +1 -0
  125. package/dist/dso-toolkit/p-3635427a.js +5 -0
  126. package/dist/dso-toolkit/p-39a33b89.entry.js +1 -0
  127. package/dist/dso-toolkit/p-3ab4441a.entry.js +1 -0
  128. package/dist/dso-toolkit/p-3bd6cf49.entry.js +1 -0
  129. package/dist/dso-toolkit/p-3ebba0dc.entry.js +1 -0
  130. package/dist/dso-toolkit/p-427f6d90.entry.js +1 -0
  131. package/dist/dso-toolkit/p-44c0bb3e.entry.js +1 -0
  132. package/dist/dso-toolkit/p-4b994946.entry.js +1 -0
  133. package/dist/dso-toolkit/p-5d7f4ff2.js +1 -0
  134. package/dist/dso-toolkit/{p-4070c1e5.js → p-6a1980b4.js} +0 -0
  135. package/dist/dso-toolkit/{p-7b37bd52.js → p-6c543986.js} +0 -0
  136. package/dist/dso-toolkit/p-746dc38a.entry.js +1 -0
  137. package/dist/dso-toolkit/p-76a1428a.entry.js +1 -0
  138. package/dist/dso-toolkit/p-800e1267.entry.js +1 -0
  139. package/dist/dso-toolkit/p-85d516c5.entry.js +1 -0
  140. package/dist/dso-toolkit/{p-22c35db5.js → p-89d262b7.js} +2 -2
  141. package/dist/dso-toolkit/p-8c8286e6.entry.js +1 -0
  142. package/dist/dso-toolkit/p-8f35c8f8.js +2 -0
  143. package/dist/dso-toolkit/p-a4086aa3.entry.js +1 -0
  144. package/dist/dso-toolkit/p-a9baa631.entry.js +1 -0
  145. package/dist/dso-toolkit/p-c4cf2359.entry.js +1 -0
  146. package/dist/dso-toolkit/p-c7ec6e6e.entry.js +1 -0
  147. package/dist/dso-toolkit/p-c9ad94a6.entry.js +1 -0
  148. package/dist/dso-toolkit/p-daba2d98.entry.js +1 -0
  149. package/dist/dso-toolkit/p-dad32839.entry.js +1 -0
  150. package/dist/dso-toolkit/p-dcc74039.entry.js +1 -0
  151. package/dist/dso-toolkit/p-e0a37d82.entry.js +1 -0
  152. package/dist/dso-toolkit/p-e43e39cf.entry.js +1 -0
  153. package/dist/dso-toolkit/p-e8b22546.entry.js +1 -0
  154. package/dist/dso-toolkit/p-ec25868b.entry.js +1 -0
  155. package/dist/dso-toolkit/p-f93b7c7a.entry.js +1 -0
  156. package/dist/dso-toolkit/p-ff72ee4c.entry.js +1 -0
  157. package/dist/esm/clsx.m-25174a58.js +3 -0
  158. package/dist/esm/{create-identifier-22acd3a3.js → create-identifier-51ee50c4.js} +1 -3
  159. package/dist/esm/dso-accordion-section.entry.js +37 -33
  160. package/dist/esm/dso-accordion.entry.js +17 -19
  161. package/dist/esm/dso-alert.entry.js +11 -9
  162. package/dist/esm/dso-attachments-counter.entry.js +4 -3
  163. package/dist/esm/dso-autosuggest.entry.js +36 -61
  164. package/dist/esm/dso-badge.entry.js +5 -4
  165. package/dist/esm/dso-banner.entry.js +5 -4
  166. package/dist/esm/dso-date-picker.entry.js +89 -129
  167. package/dist/esm/dso-dropdown-menu.entry.js +9 -21
  168. package/dist/esm/dso-header.entry.js +24 -30
  169. package/dist/esm/dso-helpcenter-panel.entry.js +23 -22
  170. package/dist/esm/dso-highlight-box.entry.js +17 -12
  171. package/dist/esm/dso-icon.entry.js +389 -385
  172. package/dist/esm/dso-image-overlay.entry.js +13 -13
  173. package/dist/esm/dso-info-button.entry.js +7 -5
  174. package/dist/esm/dso-info_2.entry.js +22 -9
  175. package/dist/esm/dso-label.entry.js +30 -18
  176. package/dist/esm/dso-map-base-layers.entry.js +7 -8
  177. package/dist/esm/dso-map-controls.entry.js +10 -8
  178. package/dist/esm/dso-map-overlays.entry.js +7 -8
  179. package/dist/esm/dso-modal.entry.js +58 -0
  180. package/dist/esm/dso-ozon-content.entry.js +135 -145
  181. package/dist/esm/dso-pagination.entry.js +23 -29
  182. package/dist/esm/dso-progress-bar.entry.js +4 -3
  183. package/dist/esm/dso-progress-indicator.entry.js +11 -8
  184. package/dist/esm/dso-responsive-element.entry.js +13 -10
  185. package/dist/esm/dso-table.entry.js +85 -0
  186. package/dist/esm/dso-toggletip.entry.js +9 -7
  187. package/dist/esm/dso-toolkit.js +3 -3
  188. package/dist/esm/dso-tooltip.entry.js +103 -104
  189. package/dist/esm/dso-tree-view.entry.js +39 -44
  190. package/dist/esm/dso-viewer-grid.entry.js +31 -32
  191. package/dist/esm/{focus-trap.esm-e3b5bde3.js → focus-trap.esm-33203b60.js} +1 -1
  192. package/dist/esm/{index-771c1291.js → index-1a4dda48.js} +486 -500
  193. package/dist/esm/{index.esm-4510c39e.js → index.esm-8fc07ad8.js} +50 -112
  194. package/dist/esm/loader.js +3 -3
  195. package/dist/esm/polyfills/css-shim.js +1 -1
  196. package/dist/esm/v4-d398bde5.js +66 -0
  197. package/dist/types/components/accordion/accordion.d.ts +2 -2
  198. package/dist/types/components/accordion/accordion.interfaces.d.ts +3 -3
  199. package/dist/types/components/accordion/components/accordion-section.d.ts +2 -2
  200. package/dist/types/components/alert/alert.d.ts +1 -1
  201. package/dist/types/components/autosuggest/autosuggest.d.ts +3 -3
  202. package/dist/types/components/badge/badge.d.ts +1 -1
  203. package/dist/types/components/banner/banner.d.ts +1 -1
  204. package/dist/types/components/date-picker/date-picker.d.ts +1 -1
  205. package/dist/types/components/header/header.d.ts +2 -2
  206. package/dist/types/components/header/header.interfaces.d.ts +1 -1
  207. package/dist/types/components/helpcenter-panel/helpcenter-panel.d.ts +1 -1
  208. package/dist/types/components/image-overlay/image-overlay.d.ts +1 -1
  209. package/dist/types/components/info/info.d.ts +1 -1
  210. package/dist/types/components/info-button/info-button.d.ts +1 -1
  211. package/dist/types/components/label/label.d.ts +2 -2
  212. package/dist/types/components/map-base-layers/map-base-layers.d.ts +2 -2
  213. package/dist/types/components/map-controls/map-controls.d.ts +2 -2
  214. package/dist/types/components/map-overlays/map-overlays.d.ts +3 -3
  215. package/dist/types/components/modal/modal.d.ts +22 -0
  216. package/dist/types/components/ozon-content/nodes/al.node.d.ts +2 -2
  217. package/dist/types/components/ozon-content/nodes/document.node.d.ts +2 -2
  218. package/dist/types/components/ozon-content/nodes/ext-ref.node.d.ts +2 -2
  219. package/dist/types/components/ozon-content/nodes/fallback.node.d.ts +2 -2
  220. package/dist/types/components/ozon-content/nodes/figuur.node.d.ts +2 -2
  221. package/dist/types/components/ozon-content/nodes/inhoud.node.d.ts +2 -2
  222. package/dist/types/components/ozon-content/nodes/inline-tekst-afbeelding.node.d.ts +1 -1
  223. package/dist/types/components/ozon-content/nodes/inline.nodes.d.ts +2 -2
  224. package/dist/types/components/ozon-content/nodes/int-io-ref.node.d.ts +2 -2
  225. package/dist/types/components/ozon-content/nodes/int-ref.node.d.ts +2 -2
  226. package/dist/types/components/ozon-content/nodes/lijst.node.d.ts +6 -0
  227. package/dist/types/components/ozon-content/nodes/noot.node.d.ts +2 -2
  228. package/dist/types/components/ozon-content/nodes/opschrift.node.d.ts +2 -2
  229. package/dist/types/components/ozon-content/nodes/table.node/colspec/colspec-mapper.d.ts +1 -1
  230. package/dist/types/components/ozon-content/nodes/table.node/index.d.ts +1 -1
  231. package/dist/types/components/ozon-content/nodes/table.node/table-cell.d.ts +3 -3
  232. package/dist/types/components/ozon-content/nodes/table.node/table-colgroup.d.ts +2 -2
  233. package/dist/types/components/ozon-content/nodes/table.node/table-rows.d.ts +3 -3
  234. package/dist/types/components/ozon-content/nodes/table.node/table.node.d.ts +2 -2
  235. package/dist/types/components/ozon-content/nodes/text.node.d.ts +1 -1
  236. package/dist/types/components/ozon-content/ozon-content-context.interface.d.ts +4 -4
  237. package/dist/types/components/ozon-content/ozon-content-mapper.d.ts +2 -1
  238. package/dist/types/components/ozon-content/ozon-content-node-context.interface.d.ts +2 -1
  239. package/dist/types/components/ozon-content/ozon-content-node.interface.d.ts +2 -1
  240. package/dist/types/components/ozon-content/ozon-content.d.ts +5 -4
  241. package/dist/types/components/pagination/pagination.d.ts +3 -3
  242. package/dist/types/components/progress-indicator/progress-indicator.d.ts +1 -1
  243. package/dist/types/components/responsive-element/responsive-element.d.ts +2 -2
  244. package/dist/types/components/responsive-element/responsive-element.interfaces.d.ts +1 -1
  245. package/dist/types/components/selectable/selectable.d.ts +2 -2
  246. package/dist/types/components/table/table.d.ts +26 -0
  247. package/dist/types/components/table/table.interfaces.d.ts +3 -0
  248. package/dist/types/components/tooltip/tooltip.d.ts +2 -2
  249. package/dist/types/components/tree-view/tree-item.d.ts +3 -3
  250. package/dist/types/components/tree-view/tree-view.d.ts +5 -5
  251. package/dist/types/components/viewer-grid/viewer-grid-filterpanel-buttons.d.ts +1 -1
  252. package/dist/types/components/viewer-grid/viewer-grid.d.ts +2 -1
  253. package/dist/types/components.d.ts +181 -58
  254. package/dist/types/globals.d.ts +16 -16
  255. package/dist/types/index.d.ts +3 -3
  256. package/dist/types/stencil-public-runtime.d.ts +26 -8
  257. package/loader/package.json +1 -0
  258. package/package.json +15 -16
  259. package/readme.md +3 -3
  260. package/dist/cjs/clsx.m-b00fa5e1.js +0 -44
  261. package/dist/cjs/v4-8e8d6fbc.js +0 -77
  262. package/dist/collection/components/accordion/accordion.template.js +0 -26
  263. package/dist/collection/components/alert/alert.template.js +0 -20
  264. package/dist/collection/components/attachments-counter/attachments-counter.template.js +0 -6
  265. package/dist/collection/components/autosuggest/autosuggest.template.js +0 -19
  266. package/dist/collection/components/badge/badge.template.js +0 -7
  267. package/dist/collection/components/banner/banner.template.js +0 -19
  268. package/dist/collection/components/date-picker/date-picker.template.js +0 -16
  269. package/dist/collection/components/dropdown-menu/dropdown-menu.template.js +0 -36
  270. package/dist/collection/components/header/header.template.js +0 -18
  271. package/dist/collection/components/helpcenter-panel/helpcenter-panel.template.js +0 -13
  272. package/dist/collection/components/highlight-box/highlight-box.template.js +0 -20
  273. package/dist/collection/components/icon/icon.template.js +0 -10
  274. package/dist/collection/components/image-overlay/image-overlay.template.js +0 -15
  275. package/dist/collection/components/info/info.template.js +0 -12
  276. package/dist/collection/components/info-button/info-button.template.js +0 -11
  277. package/dist/collection/components/label/label.template.js +0 -23
  278. package/dist/collection/components/map-controls/map-controls.template.js +0 -23
  279. package/dist/collection/components/ozon-content/ozon-content.template.js +0 -14
  280. package/dist/collection/components/pagination/pagination.template.js +0 -11
  281. package/dist/collection/components/progress-bar/progress-bar.template.js +0 -11
  282. package/dist/collection/components/progress-indicator/progress-indicator.template.js +0 -11
  283. package/dist/collection/components/responsive-element/responsive-element.template.js +0 -10
  284. package/dist/collection/components/selectable/selectable.template.js +0 -24
  285. package/dist/collection/components/toggletip/toggletip.template.js +0 -12
  286. package/dist/collection/components/tooltip/tooltip.template.js +0 -7
  287. package/dist/collection/components/tree-view/tree-view.template.js +0 -11
  288. package/dist/collection/components/viewer-grid/viewer-grid.template.js +0 -20
  289. package/dist/dso-toolkit/p-02b2e01c.entry.js +0 -1
  290. package/dist/dso-toolkit/p-05a9e206.entry.js +0 -1
  291. package/dist/dso-toolkit/p-19b890a3.js +0 -1
  292. package/dist/dso-toolkit/p-2e74485e.entry.js +0 -1
  293. package/dist/dso-toolkit/p-2f6b1092.entry.js +0 -1
  294. package/dist/dso-toolkit/p-3381c859.entry.js +0 -1
  295. package/dist/dso-toolkit/p-37a34037.entry.js +0 -1
  296. package/dist/dso-toolkit/p-42450cfe.js +0 -1
  297. package/dist/dso-toolkit/p-4c44d27c.entry.js +0 -1
  298. package/dist/dso-toolkit/p-4fd140e9.entry.js +0 -1
  299. package/dist/dso-toolkit/p-53c7bf4f.entry.js +0 -1
  300. package/dist/dso-toolkit/p-67b11174.entry.js +0 -1
  301. package/dist/dso-toolkit/p-6cac0292.entry.js +0 -1
  302. package/dist/dso-toolkit/p-7213783b.entry.js +0 -1
  303. package/dist/dso-toolkit/p-73bbb9a6.entry.js +0 -1
  304. package/dist/dso-toolkit/p-8515d157.entry.js +0 -1
  305. package/dist/dso-toolkit/p-93b53eb7.entry.js +0 -1
  306. package/dist/dso-toolkit/p-ac0c0eee.entry.js +0 -1
  307. package/dist/dso-toolkit/p-b1a75b67.entry.js +0 -1
  308. package/dist/dso-toolkit/p-b6afe104.entry.js +0 -1
  309. package/dist/dso-toolkit/p-b9531adb.entry.js +0 -1
  310. package/dist/dso-toolkit/p-c339891f.entry.js +0 -1
  311. package/dist/dso-toolkit/p-d2255268.entry.js +0 -1
  312. package/dist/dso-toolkit/p-d6192ab8.entry.js +0 -1
  313. package/dist/dso-toolkit/p-de50f5f1.entry.js +0 -1
  314. package/dist/dso-toolkit/p-e16b5d71.entry.js +0 -1
  315. package/dist/dso-toolkit/p-e2e2106e.entry.js +0 -1
  316. package/dist/dso-toolkit/p-ea1d4c81.entry.js +0 -1
  317. package/dist/dso-toolkit/p-ec3b8800.entry.js +0 -1
  318. package/dist/dso-toolkit/p-efd815dc.entry.js +0 -1
  319. package/dist/dso-toolkit/p-f42d8240.entry.js +0 -1
  320. package/dist/dso-toolkit/p-f8b023c4.js +0 -5
  321. package/dist/esm/clsx.m-071989db.js +0 -42
  322. package/dist/esm/v4-fa4bb814.js +0 -75
  323. package/dist/types/components/accordion/accordion.template.d.ts +0 -2
  324. package/dist/types/components/alert/alert.template.d.ts +0 -3
  325. package/dist/types/components/attachments-counter/attachments-counter.template.d.ts +0 -2
  326. package/dist/types/components/autosuggest/autosuggest.template.d.ts +0 -3
  327. package/dist/types/components/badge/badge.template.d.ts +0 -2
  328. package/dist/types/components/banner/banner.template.d.ts +0 -3
  329. package/dist/types/components/date-picker/date-picker.template.d.ts +0 -2
  330. package/dist/types/components/dropdown-menu/dropdown-menu.template.d.ts +0 -2
  331. package/dist/types/components/header/header.template.d.ts +0 -2
  332. package/dist/types/components/helpcenter-panel/helpcenter-panel.template.d.ts +0 -2
  333. package/dist/types/components/highlight-box/highlight-box.template.d.ts +0 -3
  334. package/dist/types/components/icon/icon.template.d.ts +0 -2
  335. package/dist/types/components/image-overlay/image-overlay.template.d.ts +0 -2
  336. package/dist/types/components/info/info.template.d.ts +0 -3
  337. package/dist/types/components/info-button/info-button.template.d.ts +0 -2
  338. package/dist/types/components/label/label.template.d.ts +0 -2
  339. package/dist/types/components/map-controls/map-controls.template.d.ts +0 -2
  340. package/dist/types/components/ozon-content/ozon-content.template.d.ts +0 -2
  341. package/dist/types/components/pagination/pagination.template.d.ts +0 -2
  342. package/dist/types/components/progress-bar/progress-bar.template.d.ts +0 -2
  343. package/dist/types/components/progress-indicator/progress-indicator.template.d.ts +0 -2
  344. package/dist/types/components/responsive-element/responsive-element.template.d.ts +0 -3
  345. package/dist/types/components/selectable/selectable.template.d.ts +0 -3
  346. package/dist/types/components/toggletip/toggletip.template.d.ts +0 -2
  347. package/dist/types/components/tooltip/tooltip.template.d.ts +0 -2
  348. package/dist/types/components/tree-view/tree-view.template.d.ts +0 -2
  349. package/dist/types/components/viewer-grid/viewer-grid.template.d.ts +0 -3
@@ -1,34 +1,9 @@
1
- import { Component, Element, h, Listen, Prop, State, Fragment, Event, Watch, } from "@stencil/core";
1
+ import { h, Fragment } from "@stencil/core";
2
2
  import debounce from "debounce";
3
3
  import { v4 } from "uuid";
4
4
  import escapeStringRegexp from "escape-string-regexp";
5
5
  export class Autosuggest {
6
6
  constructor() {
7
- /**
8
- * The suggestions for the value of the slotted input element. Optionally a
9
- * Suggestion can have a `type` and `item`.
10
- *
11
- * The `type` is used to style the suggestion. `item` can be use to reference
12
- * the original object that was used to create the suggestion.
13
- *
14
- * The value should be null when no suggestions have been fetched.
15
- */
16
- this.suggestions = null;
17
- /**
18
- * Shows progress indicator when fetching results.
19
- */
20
- this.loading = false;
21
- /**
22
- * To override progress indicator's default loading label.
23
- */
24
- this.loadingLabel = "Een moment geduld.";
25
- /**
26
- * Whether the previous suggestions will be presented when the input gets focus again.
27
- */
28
- this.suggestOnFocus = false;
29
- this.showSuggestions = false;
30
- this.notFound = false;
31
- this.showLoading = false;
32
7
  this.listboxId = v4();
33
8
  this.inputId = v4();
34
9
  this.labelId = v4();
@@ -41,14 +16,14 @@ export class Autosuggest {
41
16
  this.showLoading = true;
42
17
  }
43
18
  }, this.loadingDelayed);
44
- this.inputValue = '';
19
+ this.inputValue = "";
45
20
  this.onInput = (event) => {
46
21
  if (!(event.target instanceof HTMLInputElement)) {
47
22
  throw new Error("event.target is not instanceof HTMLInputElement");
48
23
  }
49
24
  this.showLoading = !this.loadingDelayed;
50
25
  this.inputValue = event.target.value;
51
- this.debouncedEmitValue(event.target.value.match(/(\S+)/g) ? event.target.value : '');
26
+ this.debouncedEmitValue(event.target.value.match(/(\S+)/g) ? event.target.value : "");
52
27
  };
53
28
  this.onFocusIn = () => {
54
29
  if (this.suggestOnFocus) {
@@ -60,29 +35,29 @@ export class Autosuggest {
60
35
  return;
61
36
  }
62
37
  switch (event.key) {
63
- case 'ArrowDown':
38
+ case "ArrowDown":
64
39
  if (!this.showSuggestions) {
65
- this.openSuggestions('first');
40
+ this.openSuggestions("first");
66
41
  }
67
42
  else {
68
43
  this.selectNextSuggestion();
69
44
  }
70
45
  break;
71
- case 'ArrowUp':
46
+ case "ArrowUp":
72
47
  if (!this.showSuggestions) {
73
- this.openSuggestions('last');
48
+ this.openSuggestions("last");
74
49
  }
75
50
  else {
76
51
  this.selectPreviousSuggestion();
77
52
  }
78
53
  break;
79
- case 'Tab':
54
+ case "Tab":
80
55
  this.closeSuggestions();
81
56
  return;
82
- case 'Escape':
57
+ case "Escape":
83
58
  this.closeSuggestions();
84
59
  break;
85
- case 'Enter':
60
+ case "Enter":
86
61
  this.pickSelectedValue();
87
62
  break;
88
63
  default:
@@ -90,6 +65,16 @@ export class Autosuggest {
90
65
  }
91
66
  event.preventDefault();
92
67
  };
68
+ this.suggestions = null;
69
+ this.loading = false;
70
+ this.loadingLabel = "Een moment geduld.";
71
+ this.loadingDelayed = undefined;
72
+ this.notFoundLabel = undefined;
73
+ this.suggestOnFocus = false;
74
+ this.showSuggestions = false;
75
+ this.selectedSuggestion = undefined;
76
+ this.notFound = false;
77
+ this.showLoading = false;
93
78
  }
94
79
  suggestionsWatcher() {
95
80
  this.resetSelectedSuggestion();
@@ -105,7 +90,7 @@ export class Autosuggest {
105
90
  this.listbox &&
106
91
  event.target instanceof Node &&
107
92
  !this.listbox.contains(event.target) &&
108
- this.input != event.target) {
93
+ this.input !== event.target) {
109
94
  this.closeSuggestions();
110
95
  }
111
96
  }
@@ -149,12 +134,12 @@ export class Autosuggest {
149
134
  }
150
135
  markTerms(suggestionValue, terms) {
151
136
  if (!suggestionValue || !terms || terms.length === 0) {
152
- return [''];
137
+ return [""];
153
138
  }
154
- const termRegex = new RegExp(`(${escapeStringRegexp(terms[0])})`, 'gi');
139
+ const termRegex = new RegExp(`(${escapeStringRegexp(terms[0])})`, "gi");
155
140
  return suggestionValue.split(termRegex).map((valuePart) => {
156
141
  if (!valuePart) {
157
- return '';
142
+ return "";
158
143
  }
159
144
  if (termRegex.test(valuePart)) {
160
145
  return h("mark", null, valuePart);
@@ -175,7 +160,7 @@ export class Autosuggest {
175
160
  }
176
161
  this.selectedSuggestion = this.suggestions[0];
177
162
  if (this.selectedSuggestion) {
178
- this.input.setAttribute('aria-activedescendant', this.listboxItemId(this.selectedSuggestion));
163
+ this.input.setAttribute("aria-activedescendant", this.listboxItemId(this.selectedSuggestion));
179
164
  }
180
165
  }
181
166
  selectLastSuggestion() {
@@ -184,7 +169,7 @@ export class Autosuggest {
184
169
  }
185
170
  this.selectedSuggestion = this.suggestions[this.suggestions.length - 1];
186
171
  if (this.selectedSuggestion) {
187
- this.input.setAttribute('aria-activedescendant', this.listboxItemId(this.selectedSuggestion));
172
+ this.input.setAttribute("aria-activedescendant", this.listboxItemId(this.selectedSuggestion));
188
173
  }
189
174
  }
190
175
  selectNextSuggestion() {
@@ -195,7 +180,7 @@ export class Autosuggest {
195
180
  const index = this.selectedSuggestion ? this.suggestions.indexOf(this.selectedSuggestion) : -1;
196
181
  this.selectedSuggestion = (_a = this.suggestions[index + 1]) !== null && _a !== void 0 ? _a : this.suggestions[0];
197
182
  if (this.selectedSuggestion) {
198
- this.input.setAttribute('aria-activedescendant', this.listboxItemId(this.selectedSuggestion));
183
+ this.input.setAttribute("aria-activedescendant", this.listboxItemId(this.selectedSuggestion));
199
184
  }
200
185
  }
201
186
  selectPreviousSuggestion() {
@@ -206,24 +191,24 @@ export class Autosuggest {
206
191
  const index = this.selectedSuggestion ? this.suggestions.indexOf(this.selectedSuggestion) : 0;
207
192
  this.selectedSuggestion = (_a = this.suggestions[index - 1]) !== null && _a !== void 0 ? _a : this.suggestions[this.suggestions.length - 1];
208
193
  if (this.selectedSuggestion) {
209
- this.input.setAttribute('aria-activedescendant', this.listboxItemId(this.selectedSuggestion));
194
+ this.input.setAttribute("aria-activedescendant", this.listboxItemId(this.selectedSuggestion));
210
195
  }
211
196
  }
212
197
  resetSelectedSuggestion() {
213
198
  this.showLoading = !this.loadingDelayed;
214
199
  this.notFound = false;
215
200
  this.selectedSuggestion = undefined;
216
- this.input.setAttribute('aria-activedescendant', '');
201
+ this.input.setAttribute("aria-activedescendant", "");
217
202
  }
218
203
  openSuggestions(selectSuggestion) {
219
204
  var _a, _b, _c;
220
205
  this.showSuggestions = (_a = (this.suggestions && this.suggestions.length > 0)) !== null && _a !== void 0 ? _a : false;
221
206
  this.notFound = (_c = ((_b = this.suggestions) === null || _b === void 0 ? void 0 : _b.length) === 0) !== null && _c !== void 0 ? _c : false;
222
207
  this.input.setAttribute("aria-expanded", (this.showSuggestions || this.notFound).toString());
223
- if (this.showSuggestions && selectSuggestion === 'first') {
208
+ if (this.showSuggestions && selectSuggestion === "first") {
224
209
  this.selectFirstSuggestion();
225
210
  }
226
- else if (this.showSuggestions && selectSuggestion === 'last') {
211
+ else if (this.showSuggestions && selectSuggestion === "last") {
227
212
  this.selectLastSuggestion();
228
213
  }
229
214
  }
@@ -244,214 +229,212 @@ export class Autosuggest {
244
229
  }
245
230
  listboxItemId(suggestion) {
246
231
  if (!this.suggestions) {
247
- return '';
232
+ return "";
248
233
  }
249
234
  return `${this.inputId}-${this.suggestions.indexOf(suggestion) + 1}`;
250
235
  }
251
236
  render() {
252
- const terms = this.input.value.split(' ').filter(t => t);
253
- return (h(Fragment, null,
254
- h("slot", null),
255
- this.loading && this.showLoading
256
- ? h("div", { class: "autosuggest-progress-box" },
257
- h("dso-progress-indicator", { label: this.loadingLabel }))
258
- : h("ul", { role: "listbox", id: this.listboxId, "aria-labelledby": this.labelId, ref: element => this.listbox = element, hidden: !this.showSuggestions && !this.notFound }, this.showSuggestions && this.suggestions
259
- ? this.suggestions.map((suggestion) => (h("li", { role: "option", id: this.listboxItemId(suggestion), key: suggestion.value, onMouseEnter: () => this.selectSuggestion(suggestion), onMouseLeave: () => this.resetSelectedSuggestion(), onClick: () => this.pickSelectedValue(), "aria-selected": (suggestion === this.selectedSuggestion).toString(), "aria-label": suggestion.value },
260
- h("span", { class: "value" }, this.markTerms(suggestion.value, terms)),
261
- suggestion.type
262
- ? (h("span", { class: "type" }, suggestion.type))
263
- : undefined)))
264
- : this.notFound
265
- ? h("li", null,
266
- h("span", { class: "value" }, !this.notFoundLabel
267
- ? this.markTerms(`${this.inputValue} is niet gevonden.`, terms)
268
- : h("span", null, this.notFoundLabel)))
269
- : undefined)));
237
+ const terms = this.input.value.split(" ").filter((t) => t);
238
+ return (h(Fragment, null, h("slot", null), this.loading && this.showLoading ? (h("div", { class: "autosuggest-progress-box" }, h("dso-progress-indicator", { label: this.loadingLabel }))) : (h("ul", { role: "listbox", id: this.listboxId, "aria-labelledby": this.labelId, ref: (element) => (this.listbox = element), hidden: !this.showSuggestions && !this.notFound }, this.showSuggestions && this.suggestions ? (this.suggestions.map((suggestion) => (h("li", { role: "option", id: this.listboxItemId(suggestion), key: suggestion.value, onMouseEnter: () => this.selectSuggestion(suggestion), onMouseLeave: () => this.resetSelectedSuggestion(), onClick: () => this.pickSelectedValue(), "aria-selected": (suggestion === this.selectedSuggestion).toString(), "aria-label": suggestion.value }, h("span", { class: "value" }, this.markTerms(suggestion.value, terms)), suggestion.type ? h("span", { class: "type" }, suggestion.type) : undefined)))) : this.notFound ? (h("li", null, h("span", { class: "value" }, !this.notFoundLabel ? (this.markTerms(`${this.inputValue} is niet gevonden.`, terms)) : (h("span", null, this.notFoundLabel))))) : undefined))));
270
239
  }
271
240
  static get is() { return "dso-autosuggest"; }
272
241
  static get encapsulation() { return "scoped"; }
273
- static get originalStyleUrls() { return {
274
- "$": ["autosuggest.scss"]
275
- }; }
276
- static get styleUrls() { return {
277
- "$": ["autosuggest.css"]
278
- }; }
279
- static get properties() { return {
280
- "suggestions": {
281
- "type": "unknown",
282
- "mutable": false,
283
- "complexType": {
284
- "original": "Suggestion[] | null",
285
- "resolved": "Suggestion[] | null",
286
- "references": {
287
- "Suggestion": {
288
- "location": "local"
242
+ static get originalStyleUrls() {
243
+ return {
244
+ "$": ["autosuggest.scss"]
245
+ };
246
+ }
247
+ static get styleUrls() {
248
+ return {
249
+ "$": ["autosuggest.css"]
250
+ };
251
+ }
252
+ static get properties() {
253
+ return {
254
+ "suggestions": {
255
+ "type": "unknown",
256
+ "mutable": false,
257
+ "complexType": {
258
+ "original": "Suggestion[] | null",
259
+ "resolved": "Suggestion[] | null",
260
+ "references": {
261
+ "Suggestion": {
262
+ "location": "local"
263
+ }
289
264
  }
290
- }
291
- },
292
- "required": false,
293
- "optional": false,
294
- "docs": {
295
- "tags": [],
296
- "text": "The suggestions for the value of the slotted input element. Optionally a\nSuggestion can have a `type` and `item`.\n\nThe `type` is used to style the suggestion. `item` can be use to reference\nthe original object that was used to create the suggestion.\n\nThe value should be null when no suggestions have been fetched."
297
- },
298
- "defaultValue": "null"
299
- },
300
- "loading": {
301
- "type": "boolean",
302
- "mutable": false,
303
- "complexType": {
304
- "original": "boolean",
305
- "resolved": "boolean",
306
- "references": {}
265
+ },
266
+ "required": false,
267
+ "optional": false,
268
+ "docs": {
269
+ "tags": [],
270
+ "text": "The suggestions for the value of the slotted input element. Optionally a\r\nSuggestion can have a `type` and `item`.\r\n\r\nThe `type` is used to style the suggestion. `item` can be use to reference\r\nthe original object that was used to create the suggestion.\r\n\r\nThe value should be null when no suggestions have been fetched."
271
+ },
272
+ "defaultValue": "null"
307
273
  },
308
- "required": false,
309
- "optional": false,
310
- "docs": {
311
- "tags": [],
312
- "text": "Shows progress indicator when fetching results."
274
+ "loading": {
275
+ "type": "boolean",
276
+ "mutable": false,
277
+ "complexType": {
278
+ "original": "boolean",
279
+ "resolved": "boolean",
280
+ "references": {}
281
+ },
282
+ "required": false,
283
+ "optional": false,
284
+ "docs": {
285
+ "tags": [],
286
+ "text": "Shows progress indicator when fetching results."
287
+ },
288
+ "attribute": "loading",
289
+ "reflect": false,
290
+ "defaultValue": "false"
313
291
  },
314
- "attribute": "loading",
315
- "reflect": false,
316
- "defaultValue": "false"
317
- },
318
- "loadingLabel": {
319
- "type": "string",
320
- "mutable": false,
321
- "complexType": {
322
- "original": "string",
323
- "resolved": "string | undefined",
324
- "references": {}
292
+ "loadingLabel": {
293
+ "type": "string",
294
+ "mutable": false,
295
+ "complexType": {
296
+ "original": "string",
297
+ "resolved": "string | undefined",
298
+ "references": {}
299
+ },
300
+ "required": false,
301
+ "optional": true,
302
+ "docs": {
303
+ "tags": [],
304
+ "text": "To override progress indicator's default loading label."
305
+ },
306
+ "attribute": "loading-label",
307
+ "reflect": false,
308
+ "defaultValue": "\"Een moment geduld.\""
325
309
  },
326
- "required": false,
327
- "optional": true,
328
- "docs": {
329
- "tags": [],
330
- "text": "To override progress indicator's default loading label."
310
+ "loadingDelayed": {
311
+ "type": "number",
312
+ "mutable": false,
313
+ "complexType": {
314
+ "original": "number",
315
+ "resolved": "number | undefined",
316
+ "references": {}
317
+ },
318
+ "required": false,
319
+ "optional": true,
320
+ "docs": {
321
+ "tags": [],
322
+ "text": "To delay progress indicator showing (in ms)."
323
+ },
324
+ "attribute": "loading-delayed",
325
+ "reflect": false
331
326
  },
332
- "attribute": "loading-label",
333
- "reflect": false,
334
- "defaultValue": "\"Een moment geduld.\""
335
- },
336
- "loadingDelayed": {
337
- "type": "number",
338
- "mutable": false,
339
- "complexType": {
340
- "original": "number",
341
- "resolved": "number | undefined",
342
- "references": {}
327
+ "notFoundLabel": {
328
+ "type": "string",
329
+ "mutable": false,
330
+ "complexType": {
331
+ "original": "string",
332
+ "resolved": "string | undefined",
333
+ "references": {}
334
+ },
335
+ "required": false,
336
+ "optional": true,
337
+ "docs": {
338
+ "tags": [],
339
+ "text": "To show text when no results are found."
340
+ },
341
+ "attribute": "not-found-label",
342
+ "reflect": false
343
343
  },
344
- "required": false,
345
- "optional": true,
346
- "docs": {
347
- "tags": [],
348
- "text": "To delay progress indicator showing (in ms)."
349
- },
350
- "attribute": "loading-delayed",
351
- "reflect": false
352
- },
353
- "notFoundLabel": {
354
- "type": "string",
355
- "mutable": false,
356
- "complexType": {
357
- "original": "string",
358
- "resolved": "string | undefined",
359
- "references": {}
360
- },
361
- "required": false,
362
- "optional": true,
363
- "docs": {
364
- "tags": [],
365
- "text": "To show text when no results are found."
366
- },
367
- "attribute": "not-found-label",
368
- "reflect": false
369
- },
370
- "suggestOnFocus": {
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": "Whether the previous suggestions will be presented when the input gets focus again."
383
- },
384
- "attribute": "suggest-on-focus",
385
- "reflect": false,
386
- "defaultValue": "false"
387
- }
388
- }; }
389
- static get states() { return {
390
- "showSuggestions": {},
391
- "selectedSuggestion": {},
392
- "notFound": {},
393
- "showLoading": {}
394
- }; }
395
- static get events() { return [{
396
- "method": "dsoSelect",
397
- "name": "dsoSelect",
398
- "bubbles": true,
399
- "cancelable": true,
400
- "composed": true,
401
- "docs": {
402
- "tags": [],
403
- "text": "Emitted when a suggestion is selected.\nThe `detail` property of the `CustomEvent`\u00A0will contain the selected suggestion."
404
- },
405
- "complexType": {
406
- "original": "Suggestion",
407
- "resolved": "Suggestion",
408
- "references": {
409
- "Suggestion": {
410
- "location": "local"
344
+ "suggestOnFocus": {
345
+ "type": "boolean",
346
+ "mutable": false,
347
+ "complexType": {
348
+ "original": "boolean",
349
+ "resolved": "boolean",
350
+ "references": {}
351
+ },
352
+ "required": false,
353
+ "optional": false,
354
+ "docs": {
355
+ "tags": [],
356
+ "text": "Whether the previous suggestions will be presented when the input gets focus again."
357
+ },
358
+ "attribute": "suggest-on-focus",
359
+ "reflect": false,
360
+ "defaultValue": "false"
361
+ }
362
+ };
363
+ }
364
+ static get states() {
365
+ return {
366
+ "showSuggestions": {},
367
+ "selectedSuggestion": {},
368
+ "notFound": {},
369
+ "showLoading": {}
370
+ };
371
+ }
372
+ static get events() {
373
+ return [{
374
+ "method": "dsoSelect",
375
+ "name": "dsoSelect",
376
+ "bubbles": true,
377
+ "cancelable": true,
378
+ "composed": true,
379
+ "docs": {
380
+ "tags": [],
381
+ "text": "Emitted when a suggestion is selected.\r\nThe `detail` property of the `CustomEvent` will contain the selected suggestion."
382
+ },
383
+ "complexType": {
384
+ "original": "Suggestion",
385
+ "resolved": "Suggestion",
386
+ "references": {
387
+ "Suggestion": {
388
+ "location": "local"
389
+ }
411
390
  }
412
391
  }
413
- }
414
- }, {
415
- "method": "dsoChange",
416
- "name": "dsoChange",
417
- "bubbles": true,
418
- "cancelable": true,
419
- "composed": true,
420
- "docs": {
421
- "tags": [],
422
- "text": "This is emitted debounced for every change for the slotted input type=text element."
423
- },
424
- "complexType": {
425
- "original": "string",
426
- "resolved": "string",
427
- "references": {}
428
- }
429
- }, {
430
- "method": "dsoSearch",
431
- "name": "dsoSearch",
432
- "bubbles": true,
433
- "cancelable": true,
434
- "composed": true,
435
- "docs": {
436
- "tags": [],
437
- "text": "Emitted when enter is pressed.\nThe `detail` property of the `CustomEvent`\u00A0will contain the input text."
438
- },
439
- "complexType": {
440
- "original": "string",
441
- "resolved": "string",
442
- "references": {}
443
- }
444
- }]; }
392
+ }, {
393
+ "method": "dsoChange",
394
+ "name": "dsoChange",
395
+ "bubbles": true,
396
+ "cancelable": true,
397
+ "composed": true,
398
+ "docs": {
399
+ "tags": [],
400
+ "text": "This is emitted debounced for every change for the slotted input type=text element."
401
+ },
402
+ "complexType": {
403
+ "original": "string",
404
+ "resolved": "string",
405
+ "references": {}
406
+ }
407
+ }, {
408
+ "method": "dsoSearch",
409
+ "name": "dsoSearch",
410
+ "bubbles": true,
411
+ "cancelable": true,
412
+ "composed": true,
413
+ "docs": {
414
+ "tags": [],
415
+ "text": "Emitted when enter is pressed.\r\nThe `detail` property of the `CustomEvent` will contain the input text."
416
+ },
417
+ "complexType": {
418
+ "original": "string",
419
+ "resolved": "string",
420
+ "references": {}
421
+ }
422
+ }];
423
+ }
445
424
  static get elementRef() { return "host"; }
446
- static get watchers() { return [{
447
- "propName": "suggestions",
448
- "methodName": "suggestionsWatcher"
449
- }]; }
450
- static get listeners() { return [{
451
- "name": "click",
452
- "method": "onDocumentClick",
453
- "target": "document",
454
- "capture": false,
455
- "passive": false
456
- }]; }
425
+ static get watchers() {
426
+ return [{
427
+ "propName": "suggestions",
428
+ "methodName": "suggestionsWatcher"
429
+ }];
430
+ }
431
+ static get listeners() {
432
+ return [{
433
+ "name": "click",
434
+ "method": "onDocumentClick",
435
+ "target": "document",
436
+ "capture": false,
437
+ "passive": false
438
+ }];
439
+ }
457
440
  }