@coveo/atomic 3.47.1 → 3.49.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 (681) hide show
  1. package/custom-elements.json +47988 -0
  2. package/dist/atomic/_atomic.esm.js +1 -1
  3. package/dist/atomic/atomic.esm.js.map +1 -1
  4. package/dist/atomic/components/_index.d.ts +0 -34
  5. package/dist/atomic/components/_index.js +36 -21
  6. package/dist/atomic/components/atomic-insight-generated-answer.js +16 -5
  7. package/dist/atomic/components/atomic-insight-generated-answer.js.map +1 -1
  8. package/dist/atomic/components/atomic-insight-result-action.js +7 -4
  9. package/dist/atomic/components/atomic-insight-result-action.js.map +1 -1
  10. package/dist/atomic/components/atomic-insight-result-attach-to-case-action.js +2 -3
  11. package/dist/atomic/components/atomic-insight-result-attach-to-case-action.js.map +1 -1
  12. package/dist/atomic/components/atomic-insight-result-children-template.js +2 -2
  13. package/dist/atomic/components/atomic-insight-result-children-template.js.map +1 -1
  14. package/dist/atomic/components/atomic-insight-timeframe-facet.js +15 -9
  15. package/dist/atomic/components/atomic-insight-timeframe-facet.js.map +1 -1
  16. package/dist/atomic/components/atomic-ipx-recs-list.js +323 -10
  17. package/dist/atomic/components/atomic-ipx-recs-list.js.map +1 -1
  18. package/dist/atomic/components/atomic-ipx-refine-modal2.js +59 -5
  19. package/dist/atomic/components/atomic-ipx-refine-modal2.js.map +1 -1
  20. package/dist/atomic/components/atomic-ipx-refine-toggle.js +2 -2
  21. package/dist/atomic/components/atomic-ipx-refine-toggle.js.map +1 -1
  22. package/dist/atomic/components/atomic-stencil-facet-date-input.js +3 -3
  23. package/dist/atomic/components/attach.js +108 -1
  24. package/dist/atomic/components/attach.js.map +1 -1
  25. package/dist/atomic/components/components/commerce/atomic-commerce-breadbox/atomic-commerce-breadbox.js +1 -1
  26. package/dist/atomic/components/components/commerce/atomic-commerce-refine-modal/atomic-commerce-refine-modal.js +1 -0
  27. package/dist/atomic/components/components/commerce/atomic-commerce-refine-toggle/atomic-commerce-refine-toggle.js +1 -0
  28. package/dist/atomic/components/components/commerce/atomic-commerce-search-box/atomic-commerce-search-box.js +4 -3
  29. package/dist/atomic/components/components/commerce/atomic-product-link/atomic-product-link.js +4 -1
  30. package/dist/atomic/components/components/common/atomic-generated-answer-feedback-modal/atomic-generated-answer-feedback-modal.js +414 -0
  31. package/dist/atomic/components/components/common/atomic-rating/rating.js +1 -0
  32. package/dist/atomic/components/components/common/atomic-result-placeholder/atomic-result-placeholder.js +6 -0
  33. package/dist/atomic/components/components/common/atomic-smart-snippet-expandable-answer/atomic-smart-snippet-expandable-answer.js +1 -1
  34. package/dist/atomic/components/components/common/breadbox/breadcrumb-content.js +1 -0
  35. package/dist/atomic/components/components/common/generated-answer/generated-answer-controller.js +1 -0
  36. package/dist/atomic/components/components/common/generated-answer/render-answer-content.js +32 -65
  37. package/dist/atomic/components/components/common/generated-answer/render-card-header.js +41 -0
  38. package/dist/atomic/components/components/common/generated-answer/render-custom-no-answer-message.js +2 -15
  39. package/dist/atomic/components/components/common/generated-answer/render-disclaimer.js +1 -1
  40. package/dist/atomic/components/components/common/generated-answer/show-button.js +1 -0
  41. package/dist/atomic/components/components/common/index.js +1 -0
  42. package/dist/atomic/components/components/common/item-list/result-template-provider.js +2 -0
  43. package/dist/atomic/components/components/common/item-list/table-layout.js +1 -0
  44. package/dist/atomic/components/components/common/lazy-index.js +1 -0
  45. package/dist/atomic/components/components/common/no-items/magnifying-glass.js +1 -0
  46. package/dist/atomic/components/components/common/refine-modal/cloned-facet-elements.js +21 -0
  47. package/dist/atomic/components/components/common/search-box/submit-button.js +1 -0
  48. package/dist/atomic/components/components/common/search-box/text-area-clear-button.js +1 -0
  49. package/dist/atomic/components/components/common/smart-snippets/smart-snippet-feedback-banner.js +1 -0
  50. package/dist/atomic/components/components/common/suggestions/query-suggestions.js +1 -0
  51. package/dist/atomic/components/components/common/suggestions/recent-queries.js +1 -0
  52. package/dist/atomic/components/components/insight/atomic-insight-folded-result-list/atomic-insight-folded-result-list.js +309 -0
  53. package/dist/atomic/components/components/insight/atomic-insight-refine-modal/atomic-insight-refine-modal.js +211 -0
  54. package/dist/atomic/components/components/insight/atomic-insight-refine-toggle/atomic-insight-refine-toggle.js +1 -0
  55. package/dist/atomic/components/components/insight/atomic-insight-result-action-bar/atomic-insight-result-action-bar.js +20 -0
  56. package/dist/atomic/components/components/insight/atomic-insight-result-attach-to-case-indicator/atomic-insight-result-attach-to-case-indicator.js +75 -0
  57. package/dist/atomic/components/components/insight/atomic-insight-result-children/atomic-insight-result-children.js +3 -3
  58. package/dist/atomic/components/components/insight/atomic-insight-result-list/atomic-insight-result-list.js +261 -0
  59. package/dist/atomic/components/components/insight/atomic-insight-result-list/insight-list-display.tw.css.js +3 -0
  60. package/dist/atomic/components/components/insight/atomic-insight-result-quickview-action/atomic-insight-result-quickview-action.js +167 -0
  61. package/dist/atomic/components/components/insight/atomic-insight-search-box/atomic-insight-search-box.js +1 -0
  62. package/dist/atomic/components/components/insight/atomic-insight-smart-snippet/atomic-insight-smart-snippet.js +203 -0
  63. package/dist/atomic/components/components/insight/atomic-insight-smart-snippet/atomic-insight-smart-snippet.tw.css.js +3 -0
  64. package/dist/atomic/components/components/insight/atomic-insight-smart-snippet-suggestions/atomic-insight-smart-snippet-suggestions.js +198 -0
  65. package/dist/atomic/components/components/insight/atomic-insight-smart-snippet-suggestions/atomic-insight-smart-snippet-suggestions.tw.css.js +3 -0
  66. package/dist/atomic/components/components/insight/atomic-insight-user-actions-modal/atomic-insight-user-actions-modal.js +204 -0
  67. package/dist/atomic/components/components/insight/atomic-insight-user-actions-session/atomic-insight-user-actions-session.js +173 -0
  68. package/dist/atomic/components/components/insight/atomic-insight-user-actions-session/user-action.js +78 -0
  69. package/dist/atomic/components/components/insight/atomic-insight-user-actions-timeline/atomic-insight-user-actions-timeline.js +250 -0
  70. package/dist/atomic/components/components/insight/atomic-insight-user-actions-toggle/atomic-insight-user-actions-toggle.js +1 -0
  71. package/dist/atomic/components/components/insight/index.js +11 -0
  72. package/dist/atomic/components/components/insight/lazy-index.js +11 -0
  73. package/dist/atomic/components/components/ipx/atomic-ipx-body/ipx-body-styles.js +2 -0
  74. package/dist/atomic/components/components/ipx/atomic-ipx-body/ipx-body.js +49 -0
  75. package/dist/atomic/components/components/ipx/atomic-ipx-embedded/atomic-ipx-embedded.js +27 -5
  76. package/dist/atomic/components/components/ipx/atomic-ipx-modal/atomic-ipx-modal.js +158 -0
  77. package/dist/atomic/components/components/ipx/atomic-ipx-result-link/atomic-ipx-result-link.js +141 -0
  78. package/dist/atomic/components/components/ipx/atomic-ipx-result-link/atomic-ipx-result-link.tw.css.js +3 -0
  79. package/dist/atomic/components/components/ipx/index.js +2 -0
  80. package/dist/atomic/components/components/ipx/lazy-index.js +2 -0
  81. package/dist/atomic/components/components/recommendations/atomic-recs-list/atomic-recs-list.js +437 -0
  82. package/dist/atomic/components/components/recommendations/index.js +1 -0
  83. package/dist/atomic/components/components/recommendations/lazy-index.js +1 -0
  84. package/dist/atomic/components/components/search/atomic-breadbox/atomic-breadbox.js +1 -1
  85. package/dist/atomic/components/components/search/atomic-generated-answer/atomic-generated-answer.js +44 -18
  86. package/dist/atomic/components/components/search/atomic-notifications/atomic-notifications.js +1 -0
  87. package/dist/atomic/components/components/search/atomic-quickview/atomic-quickview.js +1 -0
  88. package/dist/atomic/components/components/search/atomic-refine-modal/atomic-refine-modal.js +2 -1
  89. package/dist/atomic/components/components/search/atomic-refine-toggle/atomic-refine-toggle.js +1 -0
  90. package/dist/atomic/components/components/search/atomic-result-children/atomic-result-children.js +1 -1
  91. package/dist/atomic/components/components/search/atomic-result-link/atomic-result-link.js +4 -4
  92. package/dist/atomic/components/components/search/atomic-search-box/atomic-search-box.js +4 -3
  93. package/dist/atomic/components/components/search/atomic-smart-snippet/atomic-smart-snippet.js +1 -0
  94. package/dist/atomic/components/date-utils.js +1 -46
  95. package/dist/atomic/components/date-utils.js.map +1 -1
  96. package/dist/atomic/components/directives/multi-class-map.js +4 -0
  97. package/dist/atomic/components/global/environment.js +1 -1
  98. package/dist/atomic/components/index.js.map +1 -1
  99. package/dist/atomic/components/initialization-utils.js +2 -8
  100. package/dist/atomic/components/initialization-utils.js.map +1 -1
  101. package/dist/atomic/components/popover-type.js +4 -2
  102. package/dist/atomic/components/popover-type.js.map +1 -1
  103. package/dist/atomic/components/props-utils.js +1 -1
  104. package/dist/atomic/components/stencil-button.js +22 -2
  105. package/dist/atomic/components/stencil-button.js.map +1 -1
  106. package/dist/atomic/components/stencil-heading.js +157 -1
  107. package/dist/atomic/components/stencil-heading.js.map +1 -1
  108. package/dist/atomic/components/store.js +0 -2
  109. package/dist/atomic/components/store.js.map +1 -1
  110. package/dist/atomic/components/utils/coveo.tw.css.js +3 -1
  111. package/dist/atomic/components/utils/custom-element-tags.js +15 -0
  112. package/dist/atomic/components/utils/tailwind.global.tw.css.js +3 -3
  113. package/dist/atomic/components/utils.js +1360 -11
  114. package/dist/atomic/components/utils.js.map +1 -1
  115. package/dist/atomic/index.esm.js +1 -1
  116. package/dist/atomic/index.esm.js.map +1 -1
  117. package/dist/atomic/lang/cs.json +1 -1
  118. package/dist/atomic/lang/da.json +1 -1
  119. package/dist/atomic/lang/de.json +1 -1
  120. package/dist/atomic/lang/dev.json +1 -1
  121. package/dist/atomic/lang/el.json +1 -1
  122. package/dist/atomic/lang/en.json +1 -1
  123. package/dist/atomic/lang/es.json +1 -1
  124. package/dist/atomic/lang/fi.json +1 -1
  125. package/dist/atomic/lang/fr.json +1 -1
  126. package/dist/atomic/lang/hu.json +1 -1
  127. package/dist/atomic/lang/id.json +1 -1
  128. package/dist/atomic/lang/it.json +1 -1
  129. package/dist/atomic/lang/ja.json +1 -1
  130. package/dist/atomic/lang/ko.json +1 -1
  131. package/dist/atomic/lang/nl.json +1 -1
  132. package/dist/atomic/lang/no.json +1 -1
  133. package/dist/atomic/lang/pl.json +1 -1
  134. package/dist/atomic/lang/pt-BR.json +1 -1
  135. package/dist/atomic/lang/pt.json +1 -1
  136. package/dist/atomic/lang/ru.json +1 -1
  137. package/dist/atomic/lang/sv.json +1 -1
  138. package/dist/atomic/lang/th.json +1 -1
  139. package/dist/atomic/lang/tr.json +1 -1
  140. package/dist/atomic/lang/zh-CN.json +1 -1
  141. package/dist/atomic/lang/zh-TW.json +1 -1
  142. package/dist/atomic/lang/zh.json +1 -1
  143. package/dist/atomic/{p-1da0ec8c.entry.js → p-0698ccf1.entry.js} +2 -2
  144. package/dist/atomic/p-2c08a419.entry.js +2 -0
  145. package/dist/atomic/{p-a3edbb0a.entry.js.map → p-2c08a419.entry.js.map} +1 -1
  146. package/dist/atomic/p-4117289b.entry.js +2 -0
  147. package/dist/atomic/{p-6e706321.entry.js.map → p-4117289b.entry.js.map} +1 -1
  148. package/dist/atomic/{p-94976bed.js → p-4a32511f.js} +2 -2
  149. package/dist/atomic/p-52d14165.entry.js +2 -0
  150. package/dist/atomic/p-52d14165.entry.js.map +1 -0
  151. package/dist/atomic/{p-0454df94.js → p-578d761c.js} +2 -2
  152. package/dist/atomic/p-64f83898.entry.js +2 -0
  153. package/dist/atomic/{p-90f23fb3.entry.js.map → p-64f83898.entry.js.map} +1 -1
  154. package/dist/atomic/{p-be8cc132.js → p-677f9c40.js} +2 -2
  155. package/dist/atomic/p-70cc18a1.js +2 -0
  156. package/dist/atomic/{p-406f7e5a.js.map → p-70cc18a1.js.map} +1 -1
  157. package/dist/atomic/p-81d6e743.js +2 -0
  158. package/dist/atomic/p-81d6e743.js.map +1 -0
  159. package/dist/atomic/{p-4a2e7926.js → p-9c5ec170.js} +2 -2
  160. package/dist/atomic/p-9dfe5ab1.js +2 -0
  161. package/dist/atomic/p-9dfe5ab1.js.map +1 -0
  162. package/dist/atomic/{p-3df103c1.js → p-b09433bb.js} +2 -2
  163. package/dist/atomic/p-b09433bb.js.map +1 -0
  164. package/dist/atomic/p-b4cfedf1.js +2 -0
  165. package/dist/atomic/p-b4cfedf1.js.map +1 -0
  166. package/dist/atomic/p-c8452548.entry.js +2 -0
  167. package/dist/atomic/p-c8452548.entry.js.map +1 -0
  168. package/dist/atomic/p-c95ac794.entry.js +2 -0
  169. package/dist/atomic/{p-f3a9a28b.entry.js.map → p-c95ac794.entry.js.map} +1 -1
  170. package/dist/atomic/p-d8230482.entry.js +9 -0
  171. package/dist/atomic/p-d8230482.entry.js.map +1 -0
  172. package/dist/atomic/p-dac60354.js +2 -0
  173. package/dist/atomic/p-dac60354.js.map +1 -0
  174. package/dist/atomic/p-e94ba0e1.entry.js +2 -0
  175. package/dist/atomic/p-e94ba0e1.entry.js.map +1 -0
  176. package/dist/atomic/p-ec1c5f46.js +3 -0
  177. package/dist/atomic/p-ec1c5f46.js.map +1 -0
  178. package/dist/atomic/p-f321aab0.js +2 -0
  179. package/dist/atomic/{p-141bf64c.js.map → p-f321aab0.js.map} +1 -1
  180. package/dist/atomic/themes/accessible.css +2 -0
  181. package/dist/atomic/themes/coveo.css +2 -0
  182. package/dist/cjs/_index.cjs.js +36 -6
  183. package/dist/cjs/_loader.cjs.js +2 -2
  184. package/dist/cjs/atomic-insight-generated-answer.cjs.entry.js +23 -13
  185. package/dist/cjs/atomic-insight-generated-answer.cjs.entry.js.map +1 -1
  186. package/dist/cjs/atomic-insight-result-action.cjs.entry.js +14 -10
  187. package/dist/cjs/atomic-insight-result-action.cjs.entry.js.map +1 -1
  188. package/dist/cjs/atomic-insight-result-attach-to-case-action.cjs.entry.js +7 -7
  189. package/dist/cjs/atomic-insight-result-attach-to-case-action.cjs.entry.js.map +1 -1
  190. package/dist/cjs/atomic-insight-result-children-template.cjs.entry.js +5 -6
  191. package/dist/cjs/atomic-insight-result-children-template.cjs.entry.js.map +1 -1
  192. package/dist/cjs/atomic-insight-timeframe-facet.cjs.entry.js +25 -20
  193. package/dist/cjs/atomic-insight-timeframe-facet.cjs.entry.js.map +1 -1
  194. package/dist/cjs/atomic-ipx-recs-list.cjs.entry.js +330 -21
  195. package/dist/cjs/atomic-ipx-recs-list.cjs.entry.js.map +1 -1
  196. package/dist/cjs/atomic-ipx-refine-modal.cjs.entry.js +62 -14
  197. package/dist/cjs/atomic-ipx-refine-modal.cjs.entry.js.map +1 -1
  198. package/dist/cjs/atomic-ipx-refine-toggle.cjs.entry.js +7 -7
  199. package/dist/cjs/atomic-ipx-refine-toggle.cjs.entry.js.map +1 -1
  200. package/dist/cjs/atomic-stencil-facet-date-input.cjs.entry.js +6 -6
  201. package/dist/cjs/atomic.cjs.js +2 -2
  202. package/dist/cjs/{date-utils-b362ad60.js → date-utils-aae1d713.js} +1 -47
  203. package/dist/cjs/{date-utils-b362ad60.js.map → date-utils-aae1d713.js.map} +1 -1
  204. package/dist/cjs/{index-515ca559.js → index-3532822e.js} +11 -371
  205. package/dist/cjs/index-3532822e.js.map +1 -0
  206. package/dist/cjs/index.cjs.js.map +1 -1
  207. package/dist/cjs/{initialization-lit-stencil-common-utils-4ef7bf9c.js → initialization-lit-stencil-common-utils-f19f74c0.js} +1 -8
  208. package/dist/cjs/initialization-lit-stencil-common-utils-f19f74c0.js.map +1 -0
  209. package/dist/cjs/{initialization-utils-3a62b483.js → initialization-utils-51a423fe.js} +3 -3
  210. package/dist/cjs/{initialization-utils-3a62b483.js.map → initialization-utils-51a423fe.js.map} +1 -1
  211. package/dist/cjs/{popover-type-b1385b27.js → popover-type-22f285e1.js} +4 -1
  212. package/dist/cjs/popover-type-22f285e1.js.map +1 -0
  213. package/dist/cjs/{props-utils-4cc79d26.js → props-utils-bc5feb04.js} +3 -3
  214. package/dist/cjs/{props-utils-4cc79d26.js.map → props-utils-bc5feb04.js.map} +1 -1
  215. package/dist/cjs/{stencil-button-580d6869.js → stencil-button-f39da03e.js} +2 -5
  216. package/dist/cjs/stencil-button-f39da03e.js.map +1 -0
  217. package/dist/cjs/{stencil-accessibility-utils-1dcfe64c.js → stencil-heading-ecec9ab3.js} +12 -2
  218. package/dist/cjs/stencil-heading-ecec9ab3.js.map +1 -0
  219. package/dist/cjs/{stencil-iconButton-8e927184.js → stencil-iconButton-f8b9fda0.js} +3 -3
  220. package/dist/cjs/{stencil-iconButton-8e927184.js.map → stencil-iconButton-f8b9fda0.js.map} +1 -1
  221. package/dist/cjs/{stencil-result-template-decorators-df459ee3.js → stencil-result-template-decorators-1f099c15.js} +3 -24
  222. package/dist/cjs/stencil-result-template-decorators-1f099c15.js.map +1 -0
  223. package/dist/cjs/{store-9d4daf92.js → store-70fff5e6.js} +1 -3
  224. package/dist/cjs/store-70fff5e6.js.map +1 -0
  225. package/dist/cjs/{purify-d8fb6acd.js → utils-e845f262.js} +67 -1
  226. package/dist/cjs/utils-e845f262.js.map +1 -0
  227. package/dist/cjs/version.cjs.js +2 -2
  228. package/dist/esm/_index.js +38 -8
  229. package/dist/esm/_loader.js +3 -3
  230. package/dist/esm/atomic-insight-generated-answer.entry.js +20 -10
  231. package/dist/esm/atomic-insight-generated-answer.entry.js.map +1 -1
  232. package/dist/esm/atomic-insight-result-action.entry.js +12 -8
  233. package/dist/esm/atomic-insight-result-action.entry.js.map +1 -1
  234. package/dist/esm/atomic-insight-result-attach-to-case-action.entry.js +7 -7
  235. package/dist/esm/atomic-insight-result-attach-to-case-action.entry.js.map +1 -1
  236. package/dist/esm/atomic-insight-result-children-template.entry.js +5 -6
  237. package/dist/esm/atomic-insight-result-children-template.entry.js.map +1 -1
  238. package/dist/esm/atomic-insight-timeframe-facet.entry.js +22 -17
  239. package/dist/esm/atomic-insight-timeframe-facet.entry.js.map +1 -1
  240. package/dist/esm/atomic-ipx-recs-list.entry.js +325 -16
  241. package/dist/esm/atomic-ipx-recs-list.entry.js.map +1 -1
  242. package/dist/esm/atomic-ipx-refine-modal.entry.js +61 -13
  243. package/dist/esm/atomic-ipx-refine-modal.entry.js.map +1 -1
  244. package/dist/esm/atomic-ipx-refine-toggle.entry.js +7 -7
  245. package/dist/esm/atomic-ipx-refine-toggle.entry.js.map +1 -1
  246. package/dist/esm/atomic-stencil-facet-date-input.entry.js +6 -6
  247. package/dist/esm/atomic.js +3 -3
  248. package/dist/esm/{date-utils-5656dd8f.js → date-utils-3b955e79.js} +2 -47
  249. package/dist/esm/{date-utils-5656dd8f.js.map → date-utils-3b955e79.js.map} +1 -1
  250. package/dist/esm/{index-0bcc50f8.js → index-3eb0b28e.js} +11 -371
  251. package/dist/esm/index-3eb0b28e.js.map +1 -0
  252. package/dist/esm/index.js.map +1 -1
  253. package/dist/esm/{initialization-lit-stencil-common-utils-097c357b.js → initialization-lit-stencil-common-utils-e7755434.js} +2 -8
  254. package/dist/esm/initialization-lit-stencil-common-utils-e7755434.js.map +1 -0
  255. package/dist/esm/{initialization-utils-958635e9.js → initialization-utils-82d28c63.js} +3 -3
  256. package/dist/esm/{initialization-utils-958635e9.js.map → initialization-utils-82d28c63.js.map} +1 -1
  257. package/dist/esm/popover-type-c85677ef.js +12 -0
  258. package/dist/esm/popover-type-c85677ef.js.map +1 -0
  259. package/dist/esm/{props-utils-a6744ec8.js → props-utils-d343133b.js} +3 -3
  260. package/dist/esm/{props-utils-a6744ec8.js.map → props-utils-d343133b.js.map} +1 -1
  261. package/dist/esm/{stencil-button-f96c2b81.js → stencil-button-c25899df.js} +3 -3
  262. package/dist/esm/{stencil-button-f96c2b81.js.map → stencil-button-c25899df.js.map} +1 -1
  263. package/dist/esm/{stencil-accessibility-utils-2253e89c.js → stencil-heading-98a5f23f.js} +12 -3
  264. package/dist/{atomic/p-f2243b33.js.map → esm/stencil-heading-98a5f23f.js.map} +1 -1
  265. package/dist/esm/{stencil-iconButton-16be999d.js → stencil-iconButton-ed5804d3.js} +3 -3
  266. package/dist/esm/{stencil-iconButton-16be999d.js.map → stencil-iconButton-ed5804d3.js.map} +1 -1
  267. package/dist/esm/{stencil-result-template-decorators-e758f409.js → stencil-result-template-decorators-9cbe1e1c.js} +4 -24
  268. package/dist/esm/stencil-result-template-decorators-9cbe1e1c.js.map +1 -0
  269. package/dist/esm/{store-3bc9050f.js → store-50d170c8.js} +1 -3
  270. package/dist/esm/store-50d170c8.js.map +1 -0
  271. package/dist/esm/{purify-985ba52e.js → utils-b5bab369.js} +60 -2
  272. package/dist/esm/utils-b5bab369.js.map +1 -0
  273. package/dist/esm/version.js +2 -2
  274. package/dist/types/components/commerce/atomic-commerce-refine-modal/atomic-commerce-refine-modal.d.ts +1 -0
  275. package/dist/types/components/commerce/atomic-commerce-refine-toggle/atomic-commerce-refine-toggle.d.ts +1 -0
  276. package/dist/types/components/commerce/atomic-commerce-search-box/atomic-commerce-search-box.d.ts +1 -0
  277. package/dist/types/components/commerce/atomic-product-link/atomic-product-link.d.ts +1 -0
  278. package/dist/types/components/common/atomic-generated-answer-feedback-modal/atomic-generated-answer-feedback-modal.d.ts +72 -0
  279. package/dist/types/components/common/atomic-rating/rating.d.ts +1 -0
  280. package/dist/types/components/common/atomic-result-placeholder/atomic-result-placeholder.d.ts +6 -0
  281. package/dist/types/components/common/atomic-smart-snippet-expandable-answer/atomic-smart-snippet-expandable-answer.d.ts +1 -1
  282. package/dist/types/components/common/breadbox/breadcrumb-content.d.ts +1 -0
  283. package/dist/types/components/common/generated-answer/generated-answer-controller.d.ts +1 -0
  284. package/dist/types/components/common/generated-answer/render-answer-content.d.ts +8 -9
  285. package/dist/types/components/common/generated-answer/render-card-header.d.ts +14 -0
  286. package/dist/types/components/common/generated-answer/render-custom-no-answer-message.d.ts +1 -6
  287. package/dist/types/components/common/generated-answer/render-follow-up-input.d.ts +17 -0
  288. package/dist/types/components/common/generated-answer/show-button.d.ts +1 -0
  289. package/dist/types/components/common/index.d.ts +1 -0
  290. package/dist/types/components/common/item-list/table-layout.d.ts +1 -0
  291. package/dist/types/components/common/layout/item-layout-sections.d.ts +1 -1
  292. package/dist/types/components/common/no-items/magnifying-glass.d.ts +1 -0
  293. package/dist/types/components/common/search-box/submit-button.d.ts +1 -0
  294. package/dist/types/components/common/search-box/text-area-clear-button.d.ts +1 -0
  295. package/dist/types/components/common/smart-snippets/smart-snippet-feedback-banner.d.ts +1 -0
  296. package/dist/types/components/common/suggestions/query-suggestions.d.ts +1 -0
  297. package/dist/types/components/common/suggestions/recent-queries.d.ts +1 -0
  298. package/dist/types/components/insight/atomic-insight-folded-result-list/atomic-insight-folded-result-list.d.ts +99 -0
  299. package/dist/types/components/insight/atomic-insight-refine-modal/atomic-insight-refine-modal.d.ts +51 -12
  300. package/dist/types/components/insight/atomic-insight-refine-toggle/atomic-insight-refine-toggle.d.ts +1 -0
  301. package/dist/types/components/insight/atomic-insight-result-action-bar/atomic-insight-result-action-bar.d.ts +12 -4
  302. package/dist/types/components/insight/atomic-insight-result-attach-to-case-indicator/atomic-insight-result-attach-to-case-indicator.d.ts +15 -10
  303. package/dist/types/components/insight/atomic-insight-result-list/atomic-insight-result-list.d.ts +72 -0
  304. package/dist/types/components/insight/atomic-insight-result-list/insight-list-display.tw.css.d.ts +2 -0
  305. package/dist/types/components/insight/atomic-insight-result-quickview-action/atomic-insight-result-quickview-action.d.ts +41 -18
  306. package/dist/types/components/insight/atomic-insight-search-box/atomic-insight-search-box.d.ts +1 -0
  307. package/dist/types/components/insight/atomic-insight-smart-snippet/atomic-insight-smart-snippet.d.ts +73 -0
  308. package/dist/types/components/insight/atomic-insight-smart-snippet/atomic-insight-smart-snippet.tw.css.d.ts +2 -0
  309. package/dist/types/components/insight/atomic-insight-smart-snippet-suggestions/atomic-insight-smart-snippet-suggestions.d.ts +83 -0
  310. package/dist/types/components/insight/atomic-insight-smart-snippet-suggestions/atomic-insight-smart-snippet-suggestions.tw.css.d.ts +2 -0
  311. package/dist/types/components/insight/atomic-insight-user-actions-modal/atomic-insight-user-actions-modal.d.ts +67 -0
  312. package/dist/types/components/insight/atomic-insight-user-actions-session/atomic-insight-user-actions-session.d.ts +46 -0
  313. package/dist/types/components/insight/{user-actions/atomic-insight-user-actions-session → atomic-insight-user-actions-session}/user-action.d.ts +2 -2
  314. package/dist/types/components/insight/atomic-insight-user-actions-timeline/atomic-insight-user-actions-timeline.d.ts +57 -0
  315. package/dist/types/components/insight/atomic-insight-user-actions-toggle/atomic-insight-user-actions-toggle.d.ts +1 -0
  316. package/dist/types/components/insight/index.d.ts +11 -0
  317. package/dist/types/components/ipx/atomic-ipx-body/ipx-body-styles.d.ts +1 -0
  318. package/dist/types/components/ipx/atomic-ipx-body/ipx-body.d.ts +13 -0
  319. package/dist/types/components/ipx/atomic-ipx-embedded/atomic-ipx-embedded.d.ts +8 -0
  320. package/dist/types/components/ipx/atomic-ipx-modal/atomic-ipx-modal.d.ts +51 -18
  321. package/dist/types/components/ipx/atomic-ipx-result-link/atomic-ipx-result-link.d.ts +34 -15
  322. package/dist/types/components/ipx/atomic-ipx-result-link/atomic-ipx-result-link.tw.css.d.ts +2 -0
  323. package/dist/types/components/ipx/index.d.ts +2 -0
  324. package/dist/types/components/recommendations/atomic-recs-list/atomic-recs-list.d.ts +40 -23
  325. package/dist/types/components/recommendations/index.d.ts +1 -0
  326. package/dist/types/components/search/atomic-generated-answer/atomic-generated-answer.d.ts +12 -4
  327. package/dist/types/components/search/atomic-notifications/atomic-notifications.d.ts +1 -0
  328. package/dist/types/components/search/atomic-quickview/atomic-quickview.d.ts +1 -0
  329. package/dist/types/components/search/atomic-refine-modal/atomic-refine-modal.d.ts +1 -0
  330. package/dist/types/components/search/atomic-refine-toggle/atomic-refine-toggle.d.ts +1 -0
  331. package/dist/types/components/search/atomic-result-link/atomic-result-link.d.ts +2 -2
  332. package/dist/types/components/search/atomic-search-box/atomic-search-box.d.ts +1 -0
  333. package/dist/types/components/search/atomic-smart-snippet/atomic-smart-snippet.d.ts +1 -0
  334. package/dist/types/components.d.ts +8 -745
  335. package/docs/atomic-docs.json +15 -708
  336. package/package.json +10 -3
  337. package/dist/atomic/components/arrow-right.js +0 -8
  338. package/dist/atomic/components/arrow-right.js.map +0 -1
  339. package/dist/atomic/components/atomic-generated-answer-feedback-modal.d.ts +0 -11
  340. package/dist/atomic/components/atomic-generated-answer-feedback-modal.js +0 -435
  341. package/dist/atomic/components/atomic-generated-answer-feedback-modal.js.map +0 -1
  342. package/dist/atomic/components/atomic-insight-folded-result-list.d.ts +0 -11
  343. package/dist/atomic/components/atomic-insight-folded-result-list.js +0 -202
  344. package/dist/atomic/components/atomic-insight-folded-result-list.js.map +0 -1
  345. package/dist/atomic/components/atomic-insight-refine-modal.d.ts +0 -11
  346. package/dist/atomic/components/atomic-insight-refine-modal.js +0 -127
  347. package/dist/atomic/components/atomic-insight-refine-modal.js.map +0 -1
  348. package/dist/atomic/components/atomic-insight-result-action-bar.d.ts +0 -11
  349. package/dist/atomic/components/atomic-insight-result-action-bar.js +0 -41
  350. package/dist/atomic/components/atomic-insight-result-action-bar.js.map +0 -1
  351. package/dist/atomic/components/atomic-insight-result-attach-to-case-indicator.d.ts +0 -11
  352. package/dist/atomic/components/atomic-insight-result-attach-to-case-indicator.js +0 -75
  353. package/dist/atomic/components/atomic-insight-result-attach-to-case-indicator.js.map +0 -1
  354. package/dist/atomic/components/atomic-insight-result-list.d.ts +0 -11
  355. package/dist/atomic/components/atomic-insight-result-list.js +0 -170
  356. package/dist/atomic/components/atomic-insight-result-list.js.map +0 -1
  357. package/dist/atomic/components/atomic-insight-result-quickview-action.d.ts +0 -11
  358. package/dist/atomic/components/atomic-insight-result-quickview-action.js +0 -149
  359. package/dist/atomic/components/atomic-insight-result-quickview-action.js.map +0 -1
  360. package/dist/atomic/components/atomic-insight-smart-snippet-suggestions.d.ts +0 -11
  361. package/dist/atomic/components/atomic-insight-smart-snippet-suggestions.js +0 -150
  362. package/dist/atomic/components/atomic-insight-smart-snippet-suggestions.js.map +0 -1
  363. package/dist/atomic/components/atomic-insight-smart-snippet.d.ts +0 -11
  364. package/dist/atomic/components/atomic-insight-smart-snippet.js +0 -186
  365. package/dist/atomic/components/atomic-insight-smart-snippet.js.map +0 -1
  366. package/dist/atomic/components/atomic-insight-user-actions-modal.d.ts +0 -11
  367. package/dist/atomic/components/atomic-insight-user-actions-modal.js +0 -129
  368. package/dist/atomic/components/atomic-insight-user-actions-modal.js.map +0 -1
  369. package/dist/atomic/components/atomic-insight-user-actions-session.d.ts +0 -11
  370. package/dist/atomic/components/atomic-insight-user-actions-session.js +0 -8
  371. package/dist/atomic/components/atomic-insight-user-actions-session.js.map +0 -1
  372. package/dist/atomic/components/atomic-insight-user-actions-session2.js +0 -185
  373. package/dist/atomic/components/atomic-insight-user-actions-session2.js.map +0 -1
  374. package/dist/atomic/components/atomic-insight-user-actions-timeline.d.ts +0 -11
  375. package/dist/atomic/components/atomic-insight-user-actions-timeline.js +0 -8
  376. package/dist/atomic/components/atomic-insight-user-actions-timeline.js.map +0 -1
  377. package/dist/atomic/components/atomic-insight-user-actions-timeline2.js +0 -307
  378. package/dist/atomic/components/atomic-insight-user-actions-timeline2.js.map +0 -1
  379. package/dist/atomic/components/atomic-ipx-body.d.ts +0 -11
  380. package/dist/atomic/components/atomic-ipx-body.js +0 -8
  381. package/dist/atomic/components/atomic-ipx-body.js.map +0 -1
  382. package/dist/atomic/components/atomic-ipx-body2.js +0 -91
  383. package/dist/atomic/components/atomic-ipx-body2.js.map +0 -1
  384. package/dist/atomic/components/atomic-ipx-modal.d.ts +0 -11
  385. package/dist/atomic/components/atomic-ipx-modal.js +0 -110
  386. package/dist/atomic/components/atomic-ipx-modal.js.map +0 -1
  387. package/dist/atomic/components/atomic-ipx-result-link.d.ts +0 -11
  388. package/dist/atomic/components/atomic-ipx-result-link.js +0 -198
  389. package/dist/atomic/components/atomic-ipx-result-link.js.map +0 -1
  390. package/dist/atomic/components/atomic-recs-list.d.ts +0 -11
  391. package/dist/atomic/components/atomic-recs-list.js +0 -304
  392. package/dist/atomic/components/atomic-recs-list.js.map +0 -1
  393. package/dist/atomic/components/atomic-suggestion-renderer.d.ts +0 -11
  394. package/dist/atomic/components/atomic-suggestion-renderer.js +0 -123
  395. package/dist/atomic/components/atomic-suggestion-renderer.js.map +0 -1
  396. package/dist/atomic/components/attributes-slot.js +0 -30
  397. package/dist/atomic/components/attributes-slot.js.map +0 -1
  398. package/dist/atomic/components/close.js +0 -5
  399. package/dist/atomic/components/close.js.map +0 -1
  400. package/dist/atomic/components/display-options.js +0 -239
  401. package/dist/atomic/components/display-options.js.map +0 -1
  402. package/dist/atomic/components/event-utils.js +0 -24
  403. package/dist/atomic/components/event-utils.js.map +0 -1
  404. package/dist/atomic/components/export-parts.js +0 -5
  405. package/dist/atomic/components/export-parts.js.map +0 -1
  406. package/dist/atomic/components/preview.js +0 -8
  407. package/dist/atomic/components/preview.js.map +0 -1
  408. package/dist/atomic/components/purify.js +0 -1363
  409. package/dist/atomic/components/purify.js.map +0 -1
  410. package/dist/atomic/components/replace-breakpoint-utils.js +0 -41
  411. package/dist/atomic/components/replace-breakpoint-utils.js.map +0 -1
  412. package/dist/atomic/components/slot-utils.js +0 -20
  413. package/dist/atomic/components/slot-utils.js.map +0 -1
  414. package/dist/atomic/components/stencil-accessibility-utils.js +0 -160
  415. package/dist/atomic/components/stencil-accessibility-utils.js.map +0 -1
  416. package/dist/atomic/components/stencil-carousel.js +0 -50
  417. package/dist/atomic/components/stencil-carousel.js.map +0 -1
  418. package/dist/atomic/components/stencil-fieldset-group.js +0 -12
  419. package/dist/atomic/components/stencil-fieldset-group.js.map +0 -1
  420. package/dist/atomic/components/stencil-item-list-guard.js +0 -17
  421. package/dist/atomic/components/stencil-item-list-guard.js.map +0 -1
  422. package/dist/atomic/components/stencil-modal.js +0 -61
  423. package/dist/atomic/components/stencil-modal.js.map +0 -1
  424. package/dist/atomic/components/stencil-radio-button.js +0 -75
  425. package/dist/atomic/components/stencil-radio-button.js.map +0 -1
  426. package/dist/atomic/components/stencil-result-template-decorators.js +0 -130
  427. package/dist/atomic/components/stencil-result-template-decorators.js.map +0 -1
  428. package/dist/atomic/p-01e5fdc1.entry.js +0 -2
  429. package/dist/atomic/p-01e5fdc1.entry.js.map +0 -1
  430. package/dist/atomic/p-02089c14.js +0 -2
  431. package/dist/atomic/p-02089c14.js.map +0 -1
  432. package/dist/atomic/p-0d58f131.entry.js +0 -2
  433. package/dist/atomic/p-0d58f131.entry.js.map +0 -1
  434. package/dist/atomic/p-0f466ffb.js +0 -2
  435. package/dist/atomic/p-0f466ffb.js.map +0 -1
  436. package/dist/atomic/p-141bf64c.js +0 -2
  437. package/dist/atomic/p-2ad5f46e.entry.js +0 -2
  438. package/dist/atomic/p-2ad5f46e.entry.js.map +0 -1
  439. package/dist/atomic/p-3b46c4c2.entry.js +0 -2
  440. package/dist/atomic/p-3b46c4c2.entry.js.map +0 -1
  441. package/dist/atomic/p-3df103c1.js.map +0 -1
  442. package/dist/atomic/p-406f7e5a.js +0 -2
  443. package/dist/atomic/p-42d7acb3.js +0 -2
  444. package/dist/atomic/p-42d7acb3.js.map +0 -1
  445. package/dist/atomic/p-44eda272.entry.js +0 -2
  446. package/dist/atomic/p-44eda272.entry.js.map +0 -1
  447. package/dist/atomic/p-519b3517.entry.js +0 -2
  448. package/dist/atomic/p-519b3517.entry.js.map +0 -1
  449. package/dist/atomic/p-5b41c16c.js +0 -2
  450. package/dist/atomic/p-5b41c16c.js.map +0 -1
  451. package/dist/atomic/p-66d84fd8.js +0 -2
  452. package/dist/atomic/p-66d84fd8.js.map +0 -1
  453. package/dist/atomic/p-6b66c9da.entry.js +0 -2
  454. package/dist/atomic/p-6b66c9da.entry.js.map +0 -1
  455. package/dist/atomic/p-6bb72ce5.entry.js +0 -2
  456. package/dist/atomic/p-6bb72ce5.entry.js.map +0 -1
  457. package/dist/atomic/p-6bbff681.entry.js +0 -2
  458. package/dist/atomic/p-6bbff681.entry.js.map +0 -1
  459. package/dist/atomic/p-6e706321.entry.js +0 -2
  460. package/dist/atomic/p-74975270.js +0 -2
  461. package/dist/atomic/p-74975270.js.map +0 -1
  462. package/dist/atomic/p-7a4bad93.entry.js +0 -2
  463. package/dist/atomic/p-7a4bad93.entry.js.map +0 -1
  464. package/dist/atomic/p-7ac9072b.js +0 -2
  465. package/dist/atomic/p-7ac9072b.js.map +0 -1
  466. package/dist/atomic/p-898fd613.js +0 -3
  467. package/dist/atomic/p-898fd613.js.map +0 -1
  468. package/dist/atomic/p-8b9982db.entry.js +0 -2
  469. package/dist/atomic/p-8b9982db.entry.js.map +0 -1
  470. package/dist/atomic/p-904f3adb.js +0 -2
  471. package/dist/atomic/p-904f3adb.js.map +0 -1
  472. package/dist/atomic/p-90f23fb3.entry.js +0 -2
  473. package/dist/atomic/p-91a9b3f1.js +0 -2
  474. package/dist/atomic/p-91a9b3f1.js.map +0 -1
  475. package/dist/atomic/p-92156d1b.entry.js +0 -2
  476. package/dist/atomic/p-92156d1b.entry.js.map +0 -1
  477. package/dist/atomic/p-a3edbb0a.entry.js +0 -2
  478. package/dist/atomic/p-a62f2bf9.js +0 -2
  479. package/dist/atomic/p-a62f2bf9.js.map +0 -1
  480. package/dist/atomic/p-b01312d5.entry.js +0 -2
  481. package/dist/atomic/p-b01312d5.entry.js.map +0 -1
  482. package/dist/atomic/p-b56e0b21.entry.js +0 -2
  483. package/dist/atomic/p-b56e0b21.entry.js.map +0 -1
  484. package/dist/atomic/p-b9caa130.entry.js +0 -2
  485. package/dist/atomic/p-b9caa130.entry.js.map +0 -1
  486. package/dist/atomic/p-bedd6d62.js +0 -2
  487. package/dist/atomic/p-bedd6d62.js.map +0 -1
  488. package/dist/atomic/p-c785d72d.entry.js +0 -2
  489. package/dist/atomic/p-c785d72d.entry.js.map +0 -1
  490. package/dist/atomic/p-ce30fcf5.entry.js +0 -2
  491. package/dist/atomic/p-ce30fcf5.entry.js.map +0 -1
  492. package/dist/atomic/p-cfa9c12b.js +0 -2
  493. package/dist/atomic/p-cfa9c12b.js.map +0 -1
  494. package/dist/atomic/p-d03289b0.entry.js +0 -2
  495. package/dist/atomic/p-d03289b0.entry.js.map +0 -1
  496. package/dist/atomic/p-d0ec450e.entry.js +0 -2
  497. package/dist/atomic/p-d0ec450e.entry.js.map +0 -1
  498. package/dist/atomic/p-d637dcbe.js +0 -2
  499. package/dist/atomic/p-d637dcbe.js.map +0 -1
  500. package/dist/atomic/p-d7bf3aa2.js +0 -2
  501. package/dist/atomic/p-d7bf3aa2.js.map +0 -1
  502. package/dist/atomic/p-dcd04374.js +0 -2
  503. package/dist/atomic/p-dcd04374.js.map +0 -1
  504. package/dist/atomic/p-e283bb5a.js +0 -2
  505. package/dist/atomic/p-e283bb5a.js.map +0 -1
  506. package/dist/atomic/p-e2e4d4f3.entry.js +0 -9
  507. package/dist/atomic/p-e2e4d4f3.entry.js.map +0 -1
  508. package/dist/atomic/p-e9fff991.js +0 -2
  509. package/dist/atomic/p-e9fff991.js.map +0 -1
  510. package/dist/atomic/p-ec99339b.js +0 -2
  511. package/dist/atomic/p-ec99339b.js.map +0 -1
  512. package/dist/atomic/p-f2243b33.js +0 -2
  513. package/dist/atomic/p-f2b42434.entry.js +0 -2
  514. package/dist/atomic/p-f2b42434.entry.js.map +0 -1
  515. package/dist/atomic/p-f3a9a28b.entry.js +0 -2
  516. package/dist/atomic/p-fafae456.js +0 -2
  517. package/dist/atomic/p-fafae456.js.map +0 -1
  518. package/dist/cjs/arrow-right-a3be291c.js +0 -10
  519. package/dist/cjs/arrow-right-a3be291c.js.map +0 -1
  520. package/dist/cjs/atomic-generated-answer-feedback-modal.cjs.entry.js +0 -415
  521. package/dist/cjs/atomic-generated-answer-feedback-modal.cjs.entry.js.map +0 -1
  522. package/dist/cjs/atomic-insight-folded-result-list.cjs.entry.js +0 -181
  523. package/dist/cjs/atomic-insight-folded-result-list.cjs.entry.js.map +0 -1
  524. package/dist/cjs/atomic-insight-refine-modal.cjs.entry.js +0 -112
  525. package/dist/cjs/atomic-insight-refine-modal.cjs.entry.js.map +0 -1
  526. package/dist/cjs/atomic-insight-result-action-bar.cjs.entry.js +0 -30
  527. package/dist/cjs/atomic-insight-result-action-bar.cjs.entry.js.map +0 -1
  528. package/dist/cjs/atomic-insight-result-attach-to-case-indicator.cjs.entry.js +0 -61
  529. package/dist/cjs/atomic-insight-result-attach-to-case-indicator.cjs.entry.js.map +0 -1
  530. package/dist/cjs/atomic-insight-result-list.cjs.entry.js +0 -152
  531. package/dist/cjs/atomic-insight-result-list.cjs.entry.js.map +0 -1
  532. package/dist/cjs/atomic-insight-result-quickview-action.cjs.entry.js +0 -138
  533. package/dist/cjs/atomic-insight-result-quickview-action.cjs.entry.js.map +0 -1
  534. package/dist/cjs/atomic-insight-smart-snippet-suggestions.cjs.entry.js +0 -137
  535. package/dist/cjs/atomic-insight-smart-snippet-suggestions.cjs.entry.js.map +0 -1
  536. package/dist/cjs/atomic-insight-smart-snippet.cjs.entry.js +0 -170
  537. package/dist/cjs/atomic-insight-smart-snippet.cjs.entry.js.map +0 -1
  538. package/dist/cjs/atomic-insight-user-actions-modal.cjs.entry.js +0 -95
  539. package/dist/cjs/atomic-insight-user-actions-modal.cjs.entry.js.map +0 -1
  540. package/dist/cjs/atomic-insight-user-actions-session.cjs.entry.js +0 -170
  541. package/dist/cjs/atomic-insight-user-actions-session.cjs.entry.js.map +0 -1
  542. package/dist/cjs/atomic-insight-user-actions-timeline.cjs.entry.js +0 -285
  543. package/dist/cjs/atomic-insight-user-actions-timeline.cjs.entry.js.map +0 -1
  544. package/dist/cjs/atomic-ipx-body.cjs.entry.js +0 -80
  545. package/dist/cjs/atomic-ipx-body.cjs.entry.js.map +0 -1
  546. package/dist/cjs/atomic-ipx-modal.cjs.entry.js +0 -86
  547. package/dist/cjs/atomic-ipx-modal.cjs.entry.js.map +0 -1
  548. package/dist/cjs/atomic-ipx-result-link.cjs.entry.js +0 -126
  549. package/dist/cjs/atomic-ipx-result-link.cjs.entry.js.map +0 -1
  550. package/dist/cjs/atomic-recs-list.cjs.entry.js +0 -278
  551. package/dist/cjs/atomic-recs-list.cjs.entry.js.map +0 -1
  552. package/dist/cjs/atomic-suggestion-renderer.cjs.entry.js +0 -99
  553. package/dist/cjs/atomic-suggestion-renderer.cjs.entry.js.map +0 -1
  554. package/dist/cjs/attributes-slot-bb450885.js +0 -32
  555. package/dist/cjs/attributes-slot-bb450885.js.map +0 -1
  556. package/dist/cjs/close-20739950.js +0 -7
  557. package/dist/cjs/close-20739950.js.map +0 -1
  558. package/dist/cjs/display-options-dad31135.js +0 -246
  559. package/dist/cjs/display-options-dad31135.js.map +0 -1
  560. package/dist/cjs/export-parts-878c454a.js +0 -7
  561. package/dist/cjs/export-parts-878c454a.js.map +0 -1
  562. package/dist/cjs/index-515ca559.js.map +0 -1
  563. package/dist/cjs/initialization-lit-stencil-common-utils-4ef7bf9c.js.map +0 -1
  564. package/dist/cjs/popover-type-b1385b27.js.map +0 -1
  565. package/dist/cjs/preview-8eebe5d5.js +0 -10
  566. package/dist/cjs/preview-8eebe5d5.js.map +0 -1
  567. package/dist/cjs/purify-d8fb6acd.js.map +0 -1
  568. package/dist/cjs/replace-breakpoint-utils-c365392f.js +0 -43
  569. package/dist/cjs/replace-breakpoint-utils-c365392f.js.map +0 -1
  570. package/dist/cjs/result-utils-30919a35.js +0 -67
  571. package/dist/cjs/result-utils-30919a35.js.map +0 -1
  572. package/dist/cjs/slot-utils-086dacac.js +0 -23
  573. package/dist/cjs/slot-utils-086dacac.js.map +0 -1
  574. package/dist/cjs/stencil-accessibility-utils-1dcfe64c.js.map +0 -1
  575. package/dist/cjs/stencil-button-580d6869.js.map +0 -1
  576. package/dist/cjs/stencil-carousel-27149c5b.js +0 -53
  577. package/dist/cjs/stencil-carousel-27149c5b.js.map +0 -1
  578. package/dist/cjs/stencil-fieldset-group-c1b075b6.js +0 -14
  579. package/dist/cjs/stencil-fieldset-group-c1b075b6.js.map +0 -1
  580. package/dist/cjs/stencil-heading-41ec283d.js +0 -15
  581. package/dist/cjs/stencil-heading-41ec283d.js.map +0 -1
  582. package/dist/cjs/stencil-item-list-guard-4dfa8e37.js +0 -19
  583. package/dist/cjs/stencil-item-list-guard-4dfa8e37.js.map +0 -1
  584. package/dist/cjs/stencil-modal-9035d38e.js +0 -64
  585. package/dist/cjs/stencil-modal-9035d38e.js.map +0 -1
  586. package/dist/cjs/stencil-radio-button-6a4181f4.js +0 -77
  587. package/dist/cjs/stencil-radio-button-6a4181f4.js.map +0 -1
  588. package/dist/cjs/stencil-result-template-decorators-df459ee3.js.map +0 -1
  589. package/dist/cjs/store-9d4daf92.js.map +0 -1
  590. package/dist/cjs/utils-ba796684.js +0 -82
  591. package/dist/cjs/utils-ba796684.js.map +0 -1
  592. package/dist/esm/arrow-right-cb365b01.js +0 -8
  593. package/dist/esm/arrow-right-cb365b01.js.map +0 -1
  594. package/dist/esm/atomic-generated-answer-feedback-modal.entry.js +0 -411
  595. package/dist/esm/atomic-generated-answer-feedback-modal.entry.js.map +0 -1
  596. package/dist/esm/atomic-insight-folded-result-list.entry.js +0 -177
  597. package/dist/esm/atomic-insight-folded-result-list.entry.js.map +0 -1
  598. package/dist/esm/atomic-insight-refine-modal.entry.js +0 -108
  599. package/dist/esm/atomic-insight-refine-modal.entry.js.map +0 -1
  600. package/dist/esm/atomic-insight-result-action-bar.entry.js +0 -26
  601. package/dist/esm/atomic-insight-result-action-bar.entry.js.map +0 -1
  602. package/dist/esm/atomic-insight-result-attach-to-case-indicator.entry.js +0 -57
  603. package/dist/esm/atomic-insight-result-attach-to-case-indicator.entry.js.map +0 -1
  604. package/dist/esm/atomic-insight-result-list.entry.js +0 -148
  605. package/dist/esm/atomic-insight-result-list.entry.js.map +0 -1
  606. package/dist/esm/atomic-insight-result-quickview-action.entry.js +0 -134
  607. package/dist/esm/atomic-insight-result-quickview-action.entry.js.map +0 -1
  608. package/dist/esm/atomic-insight-smart-snippet-suggestions.entry.js +0 -133
  609. package/dist/esm/atomic-insight-smart-snippet-suggestions.entry.js.map +0 -1
  610. package/dist/esm/atomic-insight-smart-snippet.entry.js +0 -166
  611. package/dist/esm/atomic-insight-smart-snippet.entry.js.map +0 -1
  612. package/dist/esm/atomic-insight-user-actions-modal.entry.js +0 -91
  613. package/dist/esm/atomic-insight-user-actions-modal.entry.js.map +0 -1
  614. package/dist/esm/atomic-insight-user-actions-session.entry.js +0 -166
  615. package/dist/esm/atomic-insight-user-actions-session.entry.js.map +0 -1
  616. package/dist/esm/atomic-insight-user-actions-timeline.entry.js +0 -281
  617. package/dist/esm/atomic-insight-user-actions-timeline.entry.js.map +0 -1
  618. package/dist/esm/atomic-ipx-body.entry.js +0 -76
  619. package/dist/esm/atomic-ipx-body.entry.js.map +0 -1
  620. package/dist/esm/atomic-ipx-modal.entry.js +0 -82
  621. package/dist/esm/atomic-ipx-modal.entry.js.map +0 -1
  622. package/dist/esm/atomic-ipx-result-link.entry.js +0 -122
  623. package/dist/esm/atomic-ipx-result-link.entry.js.map +0 -1
  624. package/dist/esm/atomic-recs-list.entry.js +0 -274
  625. package/dist/esm/atomic-recs-list.entry.js.map +0 -1
  626. package/dist/esm/atomic-suggestion-renderer.entry.js +0 -95
  627. package/dist/esm/atomic-suggestion-renderer.entry.js.map +0 -1
  628. package/dist/esm/attributes-slot-b43923b8.js +0 -30
  629. package/dist/esm/attributes-slot-b43923b8.js.map +0 -1
  630. package/dist/esm/close-ff816971.js +0 -5
  631. package/dist/esm/close-ff816971.js.map +0 -1
  632. package/dist/esm/display-options-63f2ec3c.js +0 -239
  633. package/dist/esm/display-options-63f2ec3c.js.map +0 -1
  634. package/dist/esm/export-parts-14a53e2c.js +0 -5
  635. package/dist/esm/export-parts-14a53e2c.js.map +0 -1
  636. package/dist/esm/index-0bcc50f8.js.map +0 -1
  637. package/dist/esm/initialization-lit-stencil-common-utils-097c357b.js.map +0 -1
  638. package/dist/esm/popover-type-895c0e24.js +0 -10
  639. package/dist/esm/popover-type-895c0e24.js.map +0 -1
  640. package/dist/esm/preview-bb7e7a89.js +0 -8
  641. package/dist/esm/preview-bb7e7a89.js.map +0 -1
  642. package/dist/esm/purify-985ba52e.js.map +0 -1
  643. package/dist/esm/replace-breakpoint-utils-2626a500.js +0 -41
  644. package/dist/esm/replace-breakpoint-utils-2626a500.js.map +0 -1
  645. package/dist/esm/result-utils-8978d15e.js +0 -64
  646. package/dist/esm/result-utils-8978d15e.js.map +0 -1
  647. package/dist/esm/slot-utils-3a3874a2.js +0 -20
  648. package/dist/esm/slot-utils-3a3874a2.js.map +0 -1
  649. package/dist/esm/stencil-accessibility-utils-2253e89c.js.map +0 -1
  650. package/dist/esm/stencil-carousel-bb5606d8.js +0 -50
  651. package/dist/esm/stencil-carousel-bb5606d8.js.map +0 -1
  652. package/dist/esm/stencil-fieldset-group-6a9a867f.js +0 -12
  653. package/dist/esm/stencil-fieldset-group-6a9a867f.js.map +0 -1
  654. package/dist/esm/stencil-heading-5ac0f5ff.js +0 -13
  655. package/dist/esm/stencil-heading-5ac0f5ff.js.map +0 -1
  656. package/dist/esm/stencil-item-list-guard-7eaabe92.js +0 -17
  657. package/dist/esm/stencil-item-list-guard-7eaabe92.js.map +0 -1
  658. package/dist/esm/stencil-modal-0471908f.js +0 -61
  659. package/dist/esm/stencil-modal-0471908f.js.map +0 -1
  660. package/dist/esm/stencil-radio-button-647a8428.js +0 -75
  661. package/dist/esm/stencil-radio-button-647a8428.js.map +0 -1
  662. package/dist/esm/stencil-result-template-decorators-e758f409.js.map +0 -1
  663. package/dist/esm/store-3bc9050f.js.map +0 -1
  664. package/dist/esm/utils-4b7a065d.js +0 -72
  665. package/dist/esm/utils-4b7a065d.js.map +0 -1
  666. package/dist/types/components/common/atomic-suggestion-renderer/atomic-suggestion-renderer.d.ts +0 -29
  667. package/dist/types/components/common/generated-answer/atomic-generated-answer-feedback/atomic-generated-answer-feedback-modal.d.ts +0 -61
  668. package/dist/types/components/insight/result-lists/atomic-insight-folded-result-list/atomic-insight-folded-result-list.d.ts +0 -68
  669. package/dist/types/components/insight/result-lists/atomic-insight-result-list/atomic-insight-result-list.d.ts +0 -49
  670. package/dist/types/components/insight/smart-snippets/atomic-insight-smart-snippet/atomic-insight-smart-snippet.d.ts +0 -48
  671. package/dist/types/components/insight/smart-snippets/atomic-insight-smart-snippet-suggestions/atomic-insight-smart-snippet-suggestions.d.ts +0 -38
  672. package/dist/types/components/insight/user-actions/atomic-insight-user-actions-modal/atomic-insight-user-actions-modal.d.ts +0 -34
  673. package/dist/types/components/insight/user-actions/atomic-insight-user-actions-session/atomic-insight-user-actions-session.d.ts +0 -32
  674. package/dist/types/components/insight/user-actions/atomic-insight-user-actions-session/stencil-user-action.d.ts +0 -12
  675. package/dist/types/components/insight/user-actions/atomic-insight-user-actions-timeline/atomic-insight-user-actions-timeline.d.ts +0 -46
  676. package/dist/types/components/ipx/atomic-ipx-body/atomic-ipx-body.d.ts +0 -23
  677. /package/dist/atomic/{p-1da0ec8c.entry.js.map → p-0698ccf1.entry.js.map} +0 -0
  678. /package/dist/atomic/{p-94976bed.js.map → p-4a32511f.js.map} +0 -0
  679. /package/dist/atomic/{p-0454df94.js.map → p-578d761c.js.map} +0 -0
  680. /package/dist/atomic/{p-be8cc132.js.map → p-677f9c40.js.map} +0 -0
  681. /package/dist/atomic/{p-4a2e7926.js.map → p-9c5ec170.js.map} +0 -0
@@ -5,71 +5,21 @@
5
5
  * It contains typing information for all components that exist in this project.
6
6
  */
7
7
  import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
8
- import { DateFilterRange, DateRangeRequest, GeneratedAnswer, ResultTemplate, ResultTemplateCondition } from "@coveo/headless";
9
- import { ItemDisplayBasicLayout, ItemDisplayDensity, ItemDisplayImageSize } from "./components/common/layout/display-options";
10
- import { ItemRenderingFunction } from "./components/common/item-list/stencil-item-list-common";
11
8
  import { Actions, InsightResultActionClickedEvent } from "./components/insight/atomic-insight-result-action/atomic-insight-result-action";
12
9
  import { InsightResultAttachToCaseEvent } from "./components/insight/atomic-insight-result-attach-to-case-action/atomic-insight-result-attach-to-case-action";
13
- import { RangeFacetSortCriterion as InsightRangeFacetSortCriterion, UserAction as IUserAction } from "@coveo/headless/insight";
10
+ import { DateFilterRange, DateRangeRequest, ResultTemplate, ResultTemplateCondition } from "@coveo/headless";
11
+ import { RangeFacetSortCriterion as InsightRangeFacetSortCriterion } from "@coveo/headless/insight";
12
+ import { ItemDisplayBasicLayout, ItemDisplayDensity, ItemDisplayImageSize } from "./components/common/layout/display-options";
13
+ import { ItemRenderingFunction } from "./components/common/item-list/stencil-item-list-common";
14
14
  import { AnyBindings } from "./components/common/interface/bindings";
15
- import { i18n } from "i18next";
16
- import { SearchBoxSuggestionElement } from "./components/common/suggestions/suggestions-types";
17
- export { DateFilterRange, DateRangeRequest, GeneratedAnswer, ResultTemplate, ResultTemplateCondition } from "@coveo/headless";
18
- export { ItemDisplayBasicLayout, ItemDisplayDensity, ItemDisplayImageSize } from "./components/common/layout/display-options";
19
- export { ItemRenderingFunction } from "./components/common/item-list/stencil-item-list-common";
20
15
  export { Actions, InsightResultActionClickedEvent } from "./components/insight/atomic-insight-result-action/atomic-insight-result-action";
21
16
  export { InsightResultAttachToCaseEvent } from "./components/insight/atomic-insight-result-attach-to-case-action/atomic-insight-result-attach-to-case-action";
22
- export { RangeFacetSortCriterion as InsightRangeFacetSortCriterion, UserAction as IUserAction } from "@coveo/headless/insight";
17
+ export { DateFilterRange, DateRangeRequest, ResultTemplate, ResultTemplateCondition } from "@coveo/headless";
18
+ export { RangeFacetSortCriterion as InsightRangeFacetSortCriterion } from "@coveo/headless/insight";
19
+ export { ItemDisplayBasicLayout, ItemDisplayDensity, ItemDisplayImageSize } from "./components/common/layout/display-options";
20
+ export { ItemRenderingFunction } from "./components/common/item-list/stencil-item-list-common";
23
21
  export { AnyBindings } from "./components/common/interface/bindings";
24
- export { i18n } from "i18next";
25
- export { SearchBoxSuggestionElement } from "./components/common/suggestions/suggestions-types";
26
22
  export namespace Components {
27
- /**
28
- * Internal component, only to use through `atomic-generated-answer` or `atomic-insight-generated-answer`
29
- */
30
- interface AtomicGeneratedAnswerFeedbackModal {
31
- /**
32
- * A `GeneratedAnswer` controller instance. It is used when the user interacts with the modal.
33
- */
34
- "generatedAnswer": GeneratedAnswer;
35
- /**
36
- * Indicates whether the answer was helpful or not.
37
- */
38
- "helpful": boolean;
39
- /**
40
- * Indicates whether the modal is open.
41
- */
42
- "isOpen": boolean;
43
- }
44
- interface AtomicInsightFoldedResultList {
45
- /**
46
- * The name of the field that uniquely identifies a result within a collection.
47
- * @defaultValue `foldingchild`
48
- */
49
- "childField"?: string;
50
- /**
51
- * The name of the field on which to do the folding. The folded result list component will use the values of this field to resolve the collections of result items.
52
- * @defaultValue `foldingcollection`
53
- */
54
- "collectionField"?: string;
55
- /**
56
- * The spacing of various elements in the result list, including the gap between results, the gap between parts of a result, and the font sizes of different parts in a result.
57
- */
58
- "density": ItemDisplayDensity;
59
- /**
60
- * The expected size of the image displayed in the results.
61
- */
62
- "imageSize": ItemDisplayImageSize;
63
- /**
64
- * The name of the field that determines whether a certain result is a top result containing other child results within a collection.
65
- * @defaultValue `foldingparent`
66
- */
67
- "parentField"?: string;
68
- /**
69
- * Sets a rendering function to bypass the standard HTML template mechanism for rendering results. You can use this function while working with web frameworks that don't use plain HTML syntax such as React, Angular, or Vue. Do not use this method if you integrate Atomic in a plain HTML deployment.
70
- */
71
- "setRenderFunction": (resultRenderingFunction: ItemRenderingFunction) => Promise<void>;
72
- }
73
23
  interface AtomicInsightGeneratedAnswer {
74
24
  "answerConfigurationId"?: string;
75
25
  /**
@@ -96,10 +46,6 @@ export namespace Components {
96
46
  */
97
47
  "withToggle"?: boolean;
98
48
  }
99
- interface AtomicInsightRefineModal {
100
- "isOpen": boolean;
101
- "openButton"?: HTMLElement;
102
- }
103
49
  interface AtomicInsightResultAction {
104
50
  /**
105
51
  * The type of action to perform when the result action is clicked. This will be sent along the event fired when the button is clicked.
@@ -118,12 +64,8 @@ export namespace Components {
118
64
  */
119
65
  "tooltipOnClick": string;
120
66
  }
121
- interface AtomicInsightResultActionBar {
122
- }
123
67
  interface AtomicInsightResultAttachToCaseAction {
124
68
  }
125
- interface AtomicInsightResultAttachToCaseIndicator {
126
- }
127
69
  interface AtomicInsightResultChildrenTemplate {
128
70
  /**
129
71
  * A function that must return true on results for the result template to apply. Set programmatically before initialization, not via attribute. For example, the following targets a template and sets a condition to make it apply only to results whose `title` contains `singapore`: `document.querySelector('#target-template').conditions = [(result) => /singapore/i.test(result.title)];`
@@ -156,55 +98,6 @@ export namespace Components {
156
98
  string[]
157
99
  >;
158
100
  }
159
- interface AtomicInsightResultList {
160
- /**
161
- * The spacing of various elements in the result list, including the gap between results, the gap between parts of a result, and the font sizes of different parts in a result.
162
- */
163
- "density": ItemDisplayDensity;
164
- /**
165
- * The expected size of the image displayed in the results.
166
- */
167
- "imageSize": ItemDisplayImageSize;
168
- /**
169
- * Sets a rendering function to bypass the standard HTML template mechanism for rendering results. You can use this function while working with web frameworks that don't use plain HTML syntax such as React, Angular, or Vue. Do not use this method if you integrate Atomic in a plain HTML deployment.
170
- * @param resultRenderingFunction
171
- */
172
- "setRenderFunction": (resultRenderingFunction: ItemRenderingFunction) => Promise<void>;
173
- }
174
- interface AtomicInsightResultQuickviewAction {
175
- /**
176
- * The `sandbox` attribute to apply to the quickview iframe. The quickview is loaded inside an iframe with a [`sandbox`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe#attr-sandbox) attribute for security reasons. This attribute exists primarily to protect against potential XSS attacks that could originate from the document being displayed. By default, the sandbox attributes are: `allow-popups allow-top-navigation allow-same-origin`. `allow-same-origin` is not optional, and must always be included in the list of allowed capabilities for the component to function properly.
177
- */
178
- "sandbox": string;
179
- }
180
- interface AtomicInsightSmartSnippet {
181
- /**
182
- * When the answer is partly hidden, how much of its height (in pixels) should be visible.
183
- */
184
- "collapsedHeight": number;
185
- /**
186
- * The [heading level](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements) to use for the question at the top of the snippet, from 1 to 5.
187
- */
188
- "headingLevel": number;
189
- /**
190
- * The maximum height (in pixels) a snippet can have before the component truncates it and displays a "show more" button.
191
- */
192
- "maximumHeight": number;
193
- /**
194
- * Sets the style of the snippet. Example: ```ts smartSnippet.snippetStyle = ` b { color: blue; } `; ```
195
- */
196
- "snippetStyle"?: string;
197
- }
198
- interface AtomicInsightSmartSnippetSuggestions {
199
- /**
200
- * The [heading level](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements) to use for the "People also ask" heading over the snippets, from 1 to 5.
201
- */
202
- "headingLevel": number;
203
- /**
204
- * Sets the style of the snippets. Example: ```ts smartSnippet.snippetStyle = ` b { color: blue; } `; ```
205
- */
206
- "snippetStyle"?: string;
207
- }
208
101
  interface AtomicInsightTimeframeFacet {
209
102
  /**
210
103
  * The required facets and values for this facet to be displayed. Examples: ```html <atomic-insight-facet facet-id="abc" field="objecttype" ...></atomic-insight-facet> <!-- To show the facet when any value is selected in the facet with id "abc": --> <atomic-insight-timeframe-facet depends-on-abc ... ></atomic-insight-timeframe-facet> <!-- To show the facet when value "doc" is selected in the facet with id "abc": --> <atomic-insight-timeframe-facet depends-on-abc="doc" ... ></atomic-insight-timeframe-facet> ```
@@ -247,70 +140,6 @@ export namespace Components {
247
140
  */
248
141
  "withDatePicker": boolean;
249
142
  }
250
- interface AtomicInsightUserActionsModal {
251
- /**
252
- * The names of custom events to exclude.
253
- */
254
- "excludedCustomActions": string[];
255
- "isOpen": boolean;
256
- "openButton"?: HTMLElement;
257
- /**
258
- * The date and time when the case was created. For example "2024-01-01T00:00:00Z"
259
- */
260
- "ticketCreationDateTime": string;
261
- /**
262
- * The ID of the user whose actions are being displayed.
263
- */
264
- "userId": string;
265
- }
266
- /**
267
- * @category Insight Panel
268
- * @example <atomic-insight-user-actions-session userActions={actions} startTimestamp={1723035731}></atomic-insight-user-actions-session>
269
- */
270
- interface AtomicInsightUserActionsSession {
271
- /**
272
- * The start time of the session as a Unix timestamp.
273
- */
274
- "startTimestamp": number;
275
- /**
276
- * The list of user actions performed during the session.
277
- */
278
- "userActions": Array<IUserAction>;
279
- }
280
- /**
281
- * Internal component used by the `atomic-insight-user-actions-modal`. Do not use directly.
282
- * This component displays all the actions performed by a user around the time they created a case.
283
- * The actions are grouped into multiple sessions, including the session during which the case was created,
284
- * the sessions preceding the case creation and the sessions following the case creation.
285
- * @component
286
- * @example <AtomicInsightUserActionsTimeline userId={'123'} caseCreationDate={'2024-08-15T10:00:00Z'} />
287
- */
288
- interface AtomicInsightUserActionsTimeline {
289
- /**
290
- * The names of custom events to exclude.
291
- */
292
- "excludedCustomActions": string[];
293
- /**
294
- * The date and time when the case was created. For example "2024-01-01T00:00:00Z"
295
- */
296
- "ticketCreationDateTime": string;
297
- /**
298
- * The ID of the user whose actions are being displayed. For example in email format "someone@company.com".
299
- */
300
- "userId": string;
301
- }
302
- interface AtomicIpxBody {
303
- "displayFooterSlot": boolean;
304
- "isOpen"?: boolean;
305
- }
306
- interface AtomicIpxModal {
307
- /**
308
- * The container to hide from the tabindex and accessibility DOM when the modal is closed.
309
- */
310
- "container"?: HTMLElement;
311
- "isOpen": boolean;
312
- "source"?: HTMLElement;
313
- }
314
143
  /**
315
144
  * The `atomic-ipx-recs-list` component displays recommendations by applying one or more result templates.
316
145
  */
@@ -375,65 +204,6 @@ export namespace Components {
375
204
  */
376
205
  "collapseFacetsAfter": number;
377
206
  }
378
- /**
379
- * The `atomic-ipx-result-link` component automatically transforms a search result title into a clickable link that points to the original item. It is an experimental internal component not intended for general use.
380
- */
381
- interface AtomicIpxResultLink {
382
- /**
383
- * Specifies a template literal from which to generate the `href` attribute value (see [Template literals](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Template_literals)). The template literal can reference any number of result properties from the parent result. It can also reference the window object. For example, the following markup generates an `href` value such as `http://uri.com?id=itemTitle`, using the result's `clickUri` and `itemtitle` fields. ```html <atomic-ipx-result-link href-template='${clickUri}?id=${raw.itemtitle}'></atomic-ipx-result-link> ```
384
- */
385
- "hrefTemplate"?: string;
386
- }
387
- /**
388
- * The `atomic-recs-list` component displays recommendations by applying one or more result templates.
389
- */
390
- interface AtomicRecsList {
391
- /**
392
- * The spacing of various elements in the result list, including the gap between results, the gap between parts of a result, and the font sizes of different parts in a result.
393
- */
394
- "density": ItemDisplayDensity;
395
- /**
396
- * The layout to apply when displaying results themselves. This does not affect the display of the surrounding list itself. To modify the number of recommendations per column, modify the --atomic-recs-number-of-columns CSS variable.
397
- */
398
- "display": ItemDisplayBasicLayout;
399
- /**
400
- * The [heading level](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements) to use for the heading label, from 1 to 6.
401
- */
402
- "headingLevel": number;
403
- /**
404
- * The expected size of the image displayed in the results.
405
- */
406
- "imageSize": ItemDisplayImageSize;
407
- /**
408
- * The non-localized label for the list of recommendations.
409
- */
410
- "label"?: string;
411
- /**
412
- * Moves to the next page, when the carousel is activated.
413
- */
414
- "nextPage": () => Promise<void>;
415
- /**
416
- * The total number of recommendations to display. This does not modify the number of recommendations per column. To do so, modify the --atomic-recs-number-of-columns CSS variable.
417
- */
418
- "numberOfRecommendations": number;
419
- /**
420
- * The number of recommendations to display, per page. Setting a value greater than and lower than the numberOfRecommendations value activates the carousel. This does not affect the display of the list itself, only the number of recommendation pages.
421
- */
422
- "numberOfRecommendationsPerPage"?: number;
423
- /**
424
- * Moves to the previous page, when the carousel is activated.
425
- */
426
- "previousPage": () => Promise<void>;
427
- /**
428
- * The Recommendation identifier used by the Coveo platform to retrieve recommended documents. Make sure to set a different value for each atomic-recs-list in your page.
429
- */
430
- "recommendation": string;
431
- /**
432
- * Sets a rendering function to bypass the standard HTML template mechanism for rendering results. You can use this function while working with web frameworks that don't use plain HTML syntax such as React, Angular, or Vue. Do not use this method if you integrate Atomic in a plain HTML deployment.
433
- * @param resultRenderingFunction
434
- */
435
- "setRenderFunction": (resultRenderingFunction: ItemRenderingFunction) => Promise<void>;
436
- }
437
207
  /**
438
208
  * @deprecated Use `atomic-facet-date-input` instead. This component is meant to be used with Stencil components only.
439
209
  * Internal component made to be integrated in a TimeframeFacet.
@@ -447,28 +217,6 @@ export namespace Components {
447
217
  "rangeGetter": () => DateFilterRange | undefined;
448
218
  "rangeSetter": (range: DateRangeRequest) => void;
449
219
  }
450
- /**
451
- * The `atomic-suggestion-renderer` component is used to render individual suggestions. It was created to isolate
452
- * the rendering logic of the 'content' property of the `SearchBoxSuggestionElement` interface. This property can be Stencil
453
- * VNode or native Element so there must be a Stencil component to render it. For Lit components using this component, they will
454
- * use native Elements.
455
- */
456
- interface AtomicSuggestionRenderer {
457
- "i18n": i18n;
458
- "id": string;
459
- "index": number;
460
- "isDoubleList": boolean;
461
- "isSelected": boolean;
462
- "lastIndex": number;
463
- "onClick"?: (e: Event) => void;
464
- "onMouseEnter"?: (e: Event) => void;
465
- "side": 'left' | 'right';
466
- "suggestion": SearchBoxSuggestionElement;
467
- }
468
- }
469
- export interface AtomicGeneratedAnswerFeedbackModalCustomEvent<T> extends CustomEvent<T> {
470
- detail: T;
471
- target: HTMLAtomicGeneratedAnswerFeedbackModalElement;
472
220
  }
473
221
  export interface AtomicInsightResultActionCustomEvent<T> extends CustomEvent<T> {
474
222
  detail: T;
@@ -478,57 +226,17 @@ export interface AtomicInsightResultAttachToCaseActionCustomEvent<T> extends Cus
478
226
  detail: T;
479
227
  target: HTMLAtomicInsightResultAttachToCaseActionElement;
480
228
  }
481
- export interface AtomicIpxBodyCustomEvent<T> extends CustomEvent<T> {
482
- detail: T;
483
- target: HTMLAtomicIpxBodyElement;
484
- }
485
- export interface AtomicIpxModalCustomEvent<T> extends CustomEvent<T> {
486
- detail: T;
487
- target: HTMLAtomicIpxModalElement;
488
- }
489
229
  export interface AtomicStencilFacetDateInputCustomEvent<T> extends CustomEvent<T> {
490
230
  detail: T;
491
231
  target: HTMLAtomicStencilFacetDateInputElement;
492
232
  }
493
233
  declare global {
494
- interface HTMLAtomicGeneratedAnswerFeedbackModalElementEventMap {
495
- "feedbackSent": any;
496
- }
497
- /**
498
- * Internal component, only to use through `atomic-generated-answer` or `atomic-insight-generated-answer`
499
- */
500
- interface HTMLAtomicGeneratedAnswerFeedbackModalElement extends Components.AtomicGeneratedAnswerFeedbackModal, HTMLStencilElement {
501
- addEventListener<K extends keyof HTMLAtomicGeneratedAnswerFeedbackModalElementEventMap>(type: K, listener: (this: HTMLAtomicGeneratedAnswerFeedbackModalElement, ev: AtomicGeneratedAnswerFeedbackModalCustomEvent<HTMLAtomicGeneratedAnswerFeedbackModalElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
502
- addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
503
- addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
504
- addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
505
- removeEventListener<K extends keyof HTMLAtomicGeneratedAnswerFeedbackModalElementEventMap>(type: K, listener: (this: HTMLAtomicGeneratedAnswerFeedbackModalElement, ev: AtomicGeneratedAnswerFeedbackModalCustomEvent<HTMLAtomicGeneratedAnswerFeedbackModalElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
506
- removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
507
- removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
508
- removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
509
- }
510
- var HTMLAtomicGeneratedAnswerFeedbackModalElement: {
511
- prototype: HTMLAtomicGeneratedAnswerFeedbackModalElement;
512
- new (): HTMLAtomicGeneratedAnswerFeedbackModalElement;
513
- };
514
- interface HTMLAtomicInsightFoldedResultListElement extends Components.AtomicInsightFoldedResultList, HTMLStencilElement {
515
- }
516
- var HTMLAtomicInsightFoldedResultListElement: {
517
- prototype: HTMLAtomicInsightFoldedResultListElement;
518
- new (): HTMLAtomicInsightFoldedResultListElement;
519
- };
520
234
  interface HTMLAtomicInsightGeneratedAnswerElement extends Components.AtomicInsightGeneratedAnswer, HTMLStencilElement {
521
235
  }
522
236
  var HTMLAtomicInsightGeneratedAnswerElement: {
523
237
  prototype: HTMLAtomicInsightGeneratedAnswerElement;
524
238
  new (): HTMLAtomicInsightGeneratedAnswerElement;
525
239
  };
526
- interface HTMLAtomicInsightRefineModalElement extends Components.AtomicInsightRefineModal, HTMLStencilElement {
527
- }
528
- var HTMLAtomicInsightRefineModalElement: {
529
- prototype: HTMLAtomicInsightRefineModalElement;
530
- new (): HTMLAtomicInsightRefineModalElement;
531
- };
532
240
  interface HTMLAtomicInsightResultActionElementEventMap {
533
241
  "atomicInsightResultActionClicked": InsightResultActionClickedEvent;
534
242
  }
@@ -546,12 +254,6 @@ declare global {
546
254
  prototype: HTMLAtomicInsightResultActionElement;
547
255
  new (): HTMLAtomicInsightResultActionElement;
548
256
  };
549
- interface HTMLAtomicInsightResultActionBarElement extends Components.AtomicInsightResultActionBar, HTMLStencilElement {
550
- }
551
- var HTMLAtomicInsightResultActionBarElement: {
552
- prototype: HTMLAtomicInsightResultActionBarElement;
553
- new (): HTMLAtomicInsightResultActionBarElement;
554
- };
555
257
  interface HTMLAtomicInsightResultAttachToCaseActionElementEventMap {
556
258
  "atomic/insight/attachToCase/attach": InsightResultAttachToCaseEvent;
557
259
  "atomic/insight/attachToCase/detach": InsightResultAttachToCaseEvent;
@@ -570,112 +272,18 @@ declare global {
570
272
  prototype: HTMLAtomicInsightResultAttachToCaseActionElement;
571
273
  new (): HTMLAtomicInsightResultAttachToCaseActionElement;
572
274
  };
573
- interface HTMLAtomicInsightResultAttachToCaseIndicatorElement extends Components.AtomicInsightResultAttachToCaseIndicator, HTMLStencilElement {
574
- }
575
- var HTMLAtomicInsightResultAttachToCaseIndicatorElement: {
576
- prototype: HTMLAtomicInsightResultAttachToCaseIndicatorElement;
577
- new (): HTMLAtomicInsightResultAttachToCaseIndicatorElement;
578
- };
579
275
  interface HTMLAtomicInsightResultChildrenTemplateElement extends Components.AtomicInsightResultChildrenTemplate, HTMLStencilElement {
580
276
  }
581
277
  var HTMLAtomicInsightResultChildrenTemplateElement: {
582
278
  prototype: HTMLAtomicInsightResultChildrenTemplateElement;
583
279
  new (): HTMLAtomicInsightResultChildrenTemplateElement;
584
280
  };
585
- interface HTMLAtomicInsightResultListElement extends Components.AtomicInsightResultList, HTMLStencilElement {
586
- }
587
- var HTMLAtomicInsightResultListElement: {
588
- prototype: HTMLAtomicInsightResultListElement;
589
- new (): HTMLAtomicInsightResultListElement;
590
- };
591
- interface HTMLAtomicInsightResultQuickviewActionElement extends Components.AtomicInsightResultQuickviewAction, HTMLStencilElement {
592
- }
593
- var HTMLAtomicInsightResultQuickviewActionElement: {
594
- prototype: HTMLAtomicInsightResultQuickviewActionElement;
595
- new (): HTMLAtomicInsightResultQuickviewActionElement;
596
- };
597
- interface HTMLAtomicInsightSmartSnippetElement extends Components.AtomicInsightSmartSnippet, HTMLStencilElement {
598
- }
599
- var HTMLAtomicInsightSmartSnippetElement: {
600
- prototype: HTMLAtomicInsightSmartSnippetElement;
601
- new (): HTMLAtomicInsightSmartSnippetElement;
602
- };
603
- interface HTMLAtomicInsightSmartSnippetSuggestionsElement extends Components.AtomicInsightSmartSnippetSuggestions, HTMLStencilElement {
604
- }
605
- var HTMLAtomicInsightSmartSnippetSuggestionsElement: {
606
- prototype: HTMLAtomicInsightSmartSnippetSuggestionsElement;
607
- new (): HTMLAtomicInsightSmartSnippetSuggestionsElement;
608
- };
609
281
  interface HTMLAtomicInsightTimeframeFacetElement extends Components.AtomicInsightTimeframeFacet, HTMLStencilElement {
610
282
  }
611
283
  var HTMLAtomicInsightTimeframeFacetElement: {
612
284
  prototype: HTMLAtomicInsightTimeframeFacetElement;
613
285
  new (): HTMLAtomicInsightTimeframeFacetElement;
614
286
  };
615
- interface HTMLAtomicInsightUserActionsModalElement extends Components.AtomicInsightUserActionsModal, HTMLStencilElement {
616
- }
617
- var HTMLAtomicInsightUserActionsModalElement: {
618
- prototype: HTMLAtomicInsightUserActionsModalElement;
619
- new (): HTMLAtomicInsightUserActionsModalElement;
620
- };
621
- /**
622
- * @category Insight Panel
623
- * @example <atomic-insight-user-actions-session userActions={actions} startTimestamp={1723035731}></atomic-insight-user-actions-session>
624
- */
625
- interface HTMLAtomicInsightUserActionsSessionElement extends Components.AtomicInsightUserActionsSession, HTMLStencilElement {
626
- }
627
- var HTMLAtomicInsightUserActionsSessionElement: {
628
- prototype: HTMLAtomicInsightUserActionsSessionElement;
629
- new (): HTMLAtomicInsightUserActionsSessionElement;
630
- };
631
- /**
632
- * Internal component used by the `atomic-insight-user-actions-modal`. Do not use directly.
633
- * This component displays all the actions performed by a user around the time they created a case.
634
- * The actions are grouped into multiple sessions, including the session during which the case was created,
635
- * the sessions preceding the case creation and the sessions following the case creation.
636
- * @component
637
- * @example <AtomicInsightUserActionsTimeline userId={'123'} caseCreationDate={'2024-08-15T10:00:00Z'} />
638
- */
639
- interface HTMLAtomicInsightUserActionsTimelineElement extends Components.AtomicInsightUserActionsTimeline, HTMLStencilElement {
640
- }
641
- var HTMLAtomicInsightUserActionsTimelineElement: {
642
- prototype: HTMLAtomicInsightUserActionsTimelineElement;
643
- new (): HTMLAtomicInsightUserActionsTimelineElement;
644
- };
645
- interface HTMLAtomicIpxBodyElementEventMap {
646
- "animationEnded": never;
647
- }
648
- interface HTMLAtomicIpxBodyElement extends Components.AtomicIpxBody, HTMLStencilElement {
649
- addEventListener<K extends keyof HTMLAtomicIpxBodyElementEventMap>(type: K, listener: (this: HTMLAtomicIpxBodyElement, ev: AtomicIpxBodyCustomEvent<HTMLAtomicIpxBodyElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
650
- addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
651
- addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
652
- addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
653
- removeEventListener<K extends keyof HTMLAtomicIpxBodyElementEventMap>(type: K, listener: (this: HTMLAtomicIpxBodyElement, ev: AtomicIpxBodyCustomEvent<HTMLAtomicIpxBodyElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
654
- removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
655
- removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
656
- removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
657
- }
658
- var HTMLAtomicIpxBodyElement: {
659
- prototype: HTMLAtomicIpxBodyElement;
660
- new (): HTMLAtomicIpxBodyElement;
661
- };
662
- interface HTMLAtomicIpxModalElementEventMap {
663
- "animationEnded": never;
664
- }
665
- interface HTMLAtomicIpxModalElement extends Components.AtomicIpxModal, HTMLStencilElement {
666
- addEventListener<K extends keyof HTMLAtomicIpxModalElementEventMap>(type: K, listener: (this: HTMLAtomicIpxModalElement, ev: AtomicIpxModalCustomEvent<HTMLAtomicIpxModalElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
667
- addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
668
- addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
669
- addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
670
- removeEventListener<K extends keyof HTMLAtomicIpxModalElementEventMap>(type: K, listener: (this: HTMLAtomicIpxModalElement, ev: AtomicIpxModalCustomEvent<HTMLAtomicIpxModalElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
671
- removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
672
- removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
673
- removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
674
- }
675
- var HTMLAtomicIpxModalElement: {
676
- prototype: HTMLAtomicIpxModalElement;
677
- new (): HTMLAtomicIpxModalElement;
678
- };
679
287
  /**
680
288
  * The `atomic-ipx-recs-list` component displays recommendations by applying one or more result templates.
681
289
  */
@@ -697,24 +305,6 @@ declare global {
697
305
  prototype: HTMLAtomicIpxRefineToggleElement;
698
306
  new (): HTMLAtomicIpxRefineToggleElement;
699
307
  };
700
- /**
701
- * The `atomic-ipx-result-link` component automatically transforms a search result title into a clickable link that points to the original item. It is an experimental internal component not intended for general use.
702
- */
703
- interface HTMLAtomicIpxResultLinkElement extends Components.AtomicIpxResultLink, HTMLStencilElement {
704
- }
705
- var HTMLAtomicIpxResultLinkElement: {
706
- prototype: HTMLAtomicIpxResultLinkElement;
707
- new (): HTMLAtomicIpxResultLinkElement;
708
- };
709
- /**
710
- * The `atomic-recs-list` component displays recommendations by applying one or more result templates.
711
- */
712
- interface HTMLAtomicRecsListElement extends Components.AtomicRecsList, HTMLStencilElement {
713
- }
714
- var HTMLAtomicRecsListElement: {
715
- prototype: HTMLAtomicRecsListElement;
716
- new (): HTMLAtomicRecsListElement;
717
- };
718
308
  interface HTMLAtomicStencilFacetDateInputElementEventMap {
719
309
  "atomic/dateInputApply": any;
720
310
  }
@@ -736,95 +326,19 @@ declare global {
736
326
  prototype: HTMLAtomicStencilFacetDateInputElement;
737
327
  new (): HTMLAtomicStencilFacetDateInputElement;
738
328
  };
739
- /**
740
- * The `atomic-suggestion-renderer` component is used to render individual suggestions. It was created to isolate
741
- * the rendering logic of the 'content' property of the `SearchBoxSuggestionElement` interface. This property can be Stencil
742
- * VNode or native Element so there must be a Stencil component to render it. For Lit components using this component, they will
743
- * use native Elements.
744
- */
745
- interface HTMLAtomicSuggestionRendererElement extends Components.AtomicSuggestionRenderer, HTMLStencilElement {
746
- }
747
- var HTMLAtomicSuggestionRendererElement: {
748
- prototype: HTMLAtomicSuggestionRendererElement;
749
- new (): HTMLAtomicSuggestionRendererElement;
750
- };
751
329
  interface HTMLElementTagNameMap {
752
- "atomic-generated-answer-feedback-modal": HTMLAtomicGeneratedAnswerFeedbackModalElement;
753
- "atomic-insight-folded-result-list": HTMLAtomicInsightFoldedResultListElement;
754
330
  "atomic-insight-generated-answer": HTMLAtomicInsightGeneratedAnswerElement;
755
- "atomic-insight-refine-modal": HTMLAtomicInsightRefineModalElement;
756
331
  "atomic-insight-result-action": HTMLAtomicInsightResultActionElement;
757
- "atomic-insight-result-action-bar": HTMLAtomicInsightResultActionBarElement;
758
332
  "atomic-insight-result-attach-to-case-action": HTMLAtomicInsightResultAttachToCaseActionElement;
759
- "atomic-insight-result-attach-to-case-indicator": HTMLAtomicInsightResultAttachToCaseIndicatorElement;
760
333
  "atomic-insight-result-children-template": HTMLAtomicInsightResultChildrenTemplateElement;
761
- "atomic-insight-result-list": HTMLAtomicInsightResultListElement;
762
- "atomic-insight-result-quickview-action": HTMLAtomicInsightResultQuickviewActionElement;
763
- "atomic-insight-smart-snippet": HTMLAtomicInsightSmartSnippetElement;
764
- "atomic-insight-smart-snippet-suggestions": HTMLAtomicInsightSmartSnippetSuggestionsElement;
765
334
  "atomic-insight-timeframe-facet": HTMLAtomicInsightTimeframeFacetElement;
766
- "atomic-insight-user-actions-modal": HTMLAtomicInsightUserActionsModalElement;
767
- "atomic-insight-user-actions-session": HTMLAtomicInsightUserActionsSessionElement;
768
- "atomic-insight-user-actions-timeline": HTMLAtomicInsightUserActionsTimelineElement;
769
- "atomic-ipx-body": HTMLAtomicIpxBodyElement;
770
- "atomic-ipx-modal": HTMLAtomicIpxModalElement;
771
335
  "atomic-ipx-recs-list": HTMLAtomicIpxRecsListElement;
772
336
  "atomic-ipx-refine-modal": HTMLAtomicIpxRefineModalElement;
773
337
  "atomic-ipx-refine-toggle": HTMLAtomicIpxRefineToggleElement;
774
- "atomic-ipx-result-link": HTMLAtomicIpxResultLinkElement;
775
- "atomic-recs-list": HTMLAtomicRecsListElement;
776
338
  "atomic-stencil-facet-date-input": HTMLAtomicStencilFacetDateInputElement;
777
- "atomic-suggestion-renderer": HTMLAtomicSuggestionRendererElement;
778
339
  }
779
340
  }
780
341
  declare namespace LocalJSX {
781
- /**
782
- * Internal component, only to use through `atomic-generated-answer` or `atomic-insight-generated-answer`
783
- */
784
- interface AtomicGeneratedAnswerFeedbackModal {
785
- /**
786
- * A `GeneratedAnswer` controller instance. It is used when the user interacts with the modal.
787
- */
788
- "generatedAnswer": GeneratedAnswer;
789
- /**
790
- * Indicates whether the answer was helpful or not.
791
- */
792
- "helpful"?: boolean;
793
- /**
794
- * Indicates whether the modal is open.
795
- */
796
- "isOpen"?: boolean;
797
- /**
798
- * @migration Stencil's
799
- * @Event () decorator defaults to: bubbles=true, composed=true, cancelable=true. Native CustomEvent defaults to: bubbles=false, composed=false, cancelable=false. When migrating to Lit, explicitly set all three options to preserve behavior: `new CustomEvent('feedbackSent', { bubbles: true, composed: true, cancelable: true })`
800
- */
801
- "onFeedbackSent"?: (event: AtomicGeneratedAnswerFeedbackModalCustomEvent<any>) => void;
802
- }
803
- interface AtomicInsightFoldedResultList {
804
- /**
805
- * The name of the field that uniquely identifies a result within a collection.
806
- * @defaultValue `foldingchild`
807
- */
808
- "childField"?: string;
809
- /**
810
- * The name of the field on which to do the folding. The folded result list component will use the values of this field to resolve the collections of result items.
811
- * @defaultValue `foldingcollection`
812
- */
813
- "collectionField"?: string;
814
- /**
815
- * The spacing of various elements in the result list, including the gap between results, the gap between parts of a result, and the font sizes of different parts in a result.
816
- */
817
- "density"?: ItemDisplayDensity;
818
- /**
819
- * The expected size of the image displayed in the results.
820
- */
821
- "imageSize"?: ItemDisplayImageSize;
822
- /**
823
- * The name of the field that determines whether a certain result is a top result containing other child results within a collection.
824
- * @defaultValue `foldingparent`
825
- */
826
- "parentField"?: string;
827
- }
828
342
  interface AtomicInsightGeneratedAnswer {
829
343
  /**
830
344
  * Whether to allow the answer to be collapsed when the text is taller than 250px.
@@ -850,10 +364,6 @@ declare namespace LocalJSX {
850
364
  */
851
365
  "withToggle"?: boolean;
852
366
  }
853
- interface AtomicInsightRefineModal {
854
- "isOpen"?: boolean;
855
- "openButton"?: HTMLElement;
856
- }
857
367
  interface AtomicInsightResultAction {
858
368
  /**
859
369
  * The type of action to perform when the result action is clicked. This will be sent along the event fired when the button is clicked.
@@ -877,8 +387,6 @@ declare namespace LocalJSX {
877
387
  */
878
388
  "tooltipOnClick"?: string;
879
389
  }
880
- interface AtomicInsightResultActionBar {
881
- }
882
390
  interface AtomicInsightResultAttachToCaseAction {
883
391
  /**
884
392
  * @migration Stencil's
@@ -887,8 +395,6 @@ declare namespace LocalJSX {
887
395
  "onAtomic/insight/attachToCase/attach"?: (event: AtomicInsightResultAttachToCaseActionCustomEvent<InsightResultAttachToCaseEvent>) => void;
888
396
  "onAtomic/insight/attachToCase/detach"?: (event: AtomicInsightResultAttachToCaseActionCustomEvent<InsightResultAttachToCaseEvent>) => void;
889
397
  }
890
- interface AtomicInsightResultAttachToCaseIndicator {
891
- }
892
398
  interface AtomicInsightResultChildrenTemplate {
893
399
  /**
894
400
  * A function that must return true on results for the result template to apply. Set programmatically before initialization, not via attribute. For example, the following targets a template and sets a condition to make it apply only to results whose `title` contains `singapore`: `document.querySelector('#target-template').conditions = [(result) => /singapore/i.test(result.title)];`
@@ -917,50 +423,6 @@ declare namespace LocalJSX {
917
423
  string[]
918
424
  >;
919
425
  }
920
- interface AtomicInsightResultList {
921
- /**
922
- * The spacing of various elements in the result list, including the gap between results, the gap between parts of a result, and the font sizes of different parts in a result.
923
- */
924
- "density"?: ItemDisplayDensity;
925
- /**
926
- * The expected size of the image displayed in the results.
927
- */
928
- "imageSize"?: ItemDisplayImageSize;
929
- }
930
- interface AtomicInsightResultQuickviewAction {
931
- /**
932
- * The `sandbox` attribute to apply to the quickview iframe. The quickview is loaded inside an iframe with a [`sandbox`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe#attr-sandbox) attribute for security reasons. This attribute exists primarily to protect against potential XSS attacks that could originate from the document being displayed. By default, the sandbox attributes are: `allow-popups allow-top-navigation allow-same-origin`. `allow-same-origin` is not optional, and must always be included in the list of allowed capabilities for the component to function properly.
933
- */
934
- "sandbox"?: string;
935
- }
936
- interface AtomicInsightSmartSnippet {
937
- /**
938
- * When the answer is partly hidden, how much of its height (in pixels) should be visible.
939
- */
940
- "collapsedHeight"?: number;
941
- /**
942
- * The [heading level](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements) to use for the question at the top of the snippet, from 1 to 5.
943
- */
944
- "headingLevel"?: number;
945
- /**
946
- * The maximum height (in pixels) a snippet can have before the component truncates it and displays a "show more" button.
947
- */
948
- "maximumHeight"?: number;
949
- /**
950
- * Sets the style of the snippet. Example: ```ts smartSnippet.snippetStyle = ` b { color: blue; } `; ```
951
- */
952
- "snippetStyle"?: string;
953
- }
954
- interface AtomicInsightSmartSnippetSuggestions {
955
- /**
956
- * The [heading level](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements) to use for the "People also ask" heading over the snippets, from 1 to 5.
957
- */
958
- "headingLevel"?: number;
959
- /**
960
- * Sets the style of the snippets. Example: ```ts smartSnippet.snippetStyle = ` b { color: blue; } `; ```
961
- */
962
- "snippetStyle"?: string;
963
- }
964
426
  interface AtomicInsightTimeframeFacet {
965
427
  /**
966
428
  * The required facets and values for this facet to be displayed. Examples: ```html <atomic-insight-facet facet-id="abc" field="objecttype" ...></atomic-insight-facet> <!-- To show the facet when any value is selected in the facet with id "abc": --> <atomic-insight-timeframe-facet depends-on-abc ... ></atomic-insight-timeframe-facet> <!-- To show the facet when value "doc" is selected in the facet with id "abc": --> <atomic-insight-timeframe-facet depends-on-abc="doc" ... ></atomic-insight-timeframe-facet> ```
@@ -1003,80 +465,6 @@ declare namespace LocalJSX {
1003
465
  */
1004
466
  "withDatePicker"?: boolean;
1005
467
  }
1006
- interface AtomicInsightUserActionsModal {
1007
- /**
1008
- * The names of custom events to exclude.
1009
- */
1010
- "excludedCustomActions"?: string[];
1011
- "isOpen"?: boolean;
1012
- "openButton"?: HTMLElement;
1013
- /**
1014
- * The date and time when the case was created. For example "2024-01-01T00:00:00Z"
1015
- */
1016
- "ticketCreationDateTime": string;
1017
- /**
1018
- * The ID of the user whose actions are being displayed.
1019
- */
1020
- "userId": string;
1021
- }
1022
- /**
1023
- * @category Insight Panel
1024
- * @example <atomic-insight-user-actions-session userActions={actions} startTimestamp={1723035731}></atomic-insight-user-actions-session>
1025
- */
1026
- interface AtomicInsightUserActionsSession {
1027
- /**
1028
- * The start time of the session as a Unix timestamp.
1029
- */
1030
- "startTimestamp": number;
1031
- /**
1032
- * The list of user actions performed during the session.
1033
- */
1034
- "userActions": Array<IUserAction>;
1035
- }
1036
- /**
1037
- * Internal component used by the `atomic-insight-user-actions-modal`. Do not use directly.
1038
- * This component displays all the actions performed by a user around the time they created a case.
1039
- * The actions are grouped into multiple sessions, including the session during which the case was created,
1040
- * the sessions preceding the case creation and the sessions following the case creation.
1041
- * @component
1042
- * @example <AtomicInsightUserActionsTimeline userId={'123'} caseCreationDate={'2024-08-15T10:00:00Z'} />
1043
- */
1044
- interface AtomicInsightUserActionsTimeline {
1045
- /**
1046
- * The names of custom events to exclude.
1047
- */
1048
- "excludedCustomActions"?: string[];
1049
- /**
1050
- * The date and time when the case was created. For example "2024-01-01T00:00:00Z"
1051
- */
1052
- "ticketCreationDateTime": string;
1053
- /**
1054
- * The ID of the user whose actions are being displayed. For example in email format "someone@company.com".
1055
- */
1056
- "userId": string;
1057
- }
1058
- interface AtomicIpxBody {
1059
- "displayFooterSlot"?: boolean;
1060
- "isOpen"?: boolean;
1061
- /**
1062
- * @migration Stencil's
1063
- * @Event () decorator defaults to: bubbles=true, composed=true, cancelable=true. Native CustomEvent defaults to: bubbles=false, composed=false, cancelable=false. When migrating to Lit, explicitly set all three options to preserve behavior: `new CustomEvent('animationEnded', { bubbles: true, composed: true, cancelable: true })`
1064
- */
1065
- "onAnimationEnded"?: (event: AtomicIpxBodyCustomEvent<never>) => void;
1066
- }
1067
- interface AtomicIpxModal {
1068
- /**
1069
- * The container to hide from the tabindex and accessibility DOM when the modal is closed.
1070
- */
1071
- "container"?: HTMLElement;
1072
- "isOpen"?: boolean;
1073
- /**
1074
- * @migration Stencil's
1075
- * @Event () decorator defaults to: bubbles=true, composed=true, cancelable=true. Native CustomEvent defaults to: bubbles=false, composed=false, cancelable=false. When migrating to Lit, explicitly set all three options to preserve behavior: `new CustomEvent('animationEnded', { bubbles: true, composed: true, cancelable: true })`
1076
- */
1077
- "onAnimationEnded"?: (event: AtomicIpxModalCustomEvent<never>) => void;
1078
- "source"?: HTMLElement;
1079
- }
1080
468
  /**
1081
469
  * The `atomic-ipx-recs-list` component displays recommendations by applying one or more result templates.
1082
470
  */
@@ -1128,52 +516,6 @@ declare namespace LocalJSX {
1128
516
  */
1129
517
  "collapseFacetsAfter"?: number;
1130
518
  }
1131
- /**
1132
- * The `atomic-ipx-result-link` component automatically transforms a search result title into a clickable link that points to the original item. It is an experimental internal component not intended for general use.
1133
- */
1134
- interface AtomicIpxResultLink {
1135
- /**
1136
- * Specifies a template literal from which to generate the `href` attribute value (see [Template literals](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Template_literals)). The template literal can reference any number of result properties from the parent result. It can also reference the window object. For example, the following markup generates an `href` value such as `http://uri.com?id=itemTitle`, using the result's `clickUri` and `itemtitle` fields. ```html <atomic-ipx-result-link href-template='${clickUri}?id=${raw.itemtitle}'></atomic-ipx-result-link> ```
1137
- */
1138
- "hrefTemplate"?: string;
1139
- }
1140
- /**
1141
- * The `atomic-recs-list` component displays recommendations by applying one or more result templates.
1142
- */
1143
- interface AtomicRecsList {
1144
- /**
1145
- * The spacing of various elements in the result list, including the gap between results, the gap between parts of a result, and the font sizes of different parts in a result.
1146
- */
1147
- "density"?: ItemDisplayDensity;
1148
- /**
1149
- * The layout to apply when displaying results themselves. This does not affect the display of the surrounding list itself. To modify the number of recommendations per column, modify the --atomic-recs-number-of-columns CSS variable.
1150
- */
1151
- "display"?: ItemDisplayBasicLayout;
1152
- /**
1153
- * The [heading level](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements) to use for the heading label, from 1 to 6.
1154
- */
1155
- "headingLevel"?: number;
1156
- /**
1157
- * The expected size of the image displayed in the results.
1158
- */
1159
- "imageSize"?: ItemDisplayImageSize;
1160
- /**
1161
- * The non-localized label for the list of recommendations.
1162
- */
1163
- "label"?: string;
1164
- /**
1165
- * The total number of recommendations to display. This does not modify the number of recommendations per column. To do so, modify the --atomic-recs-number-of-columns CSS variable.
1166
- */
1167
- "numberOfRecommendations"?: number;
1168
- /**
1169
- * The number of recommendations to display, per page. Setting a value greater than and lower than the numberOfRecommendations value activates the carousel. This does not affect the display of the list itself, only the number of recommendation pages.
1170
- */
1171
- "numberOfRecommendationsPerPage"?: number;
1172
- /**
1173
- * The Recommendation identifier used by the Coveo platform to retrieve recommended documents. Make sure to set a different value for each atomic-recs-list in your page.
1174
- */
1175
- "recommendation"?: string;
1176
- }
1177
519
  /**
1178
520
  * @deprecated Use `atomic-facet-date-input` instead. This component is meant to be used with Stencil components only.
1179
521
  * Internal component made to be integrated in a TimeframeFacet.
@@ -1192,117 +534,38 @@ declare namespace LocalJSX {
1192
534
  "rangeGetter": () => DateFilterRange | undefined;
1193
535
  "rangeSetter": (range: DateRangeRequest) => void;
1194
536
  }
1195
- /**
1196
- * The `atomic-suggestion-renderer` component is used to render individual suggestions. It was created to isolate
1197
- * the rendering logic of the 'content' property of the `SearchBoxSuggestionElement` interface. This property can be Stencil
1198
- * VNode or native Element so there must be a Stencil component to render it. For Lit components using this component, they will
1199
- * use native Elements.
1200
- */
1201
- interface AtomicSuggestionRenderer {
1202
- "i18n": i18n;
1203
- "id": string;
1204
- "index": number;
1205
- "isDoubleList": boolean;
1206
- "isSelected": boolean;
1207
- "lastIndex": number;
1208
- "onClick"?: (e: Event) => void;
1209
- "onMouseEnter"?: (e: Event) => void;
1210
- "side": 'left' | 'right';
1211
- "suggestion": SearchBoxSuggestionElement;
1212
- }
1213
537
  interface IntrinsicElements {
1214
- "atomic-generated-answer-feedback-modal": AtomicGeneratedAnswerFeedbackModal;
1215
- "atomic-insight-folded-result-list": AtomicInsightFoldedResultList;
1216
538
  "atomic-insight-generated-answer": AtomicInsightGeneratedAnswer;
1217
- "atomic-insight-refine-modal": AtomicInsightRefineModal;
1218
539
  "atomic-insight-result-action": AtomicInsightResultAction;
1219
- "atomic-insight-result-action-bar": AtomicInsightResultActionBar;
1220
540
  "atomic-insight-result-attach-to-case-action": AtomicInsightResultAttachToCaseAction;
1221
- "atomic-insight-result-attach-to-case-indicator": AtomicInsightResultAttachToCaseIndicator;
1222
541
  "atomic-insight-result-children-template": AtomicInsightResultChildrenTemplate;
1223
- "atomic-insight-result-list": AtomicInsightResultList;
1224
- "atomic-insight-result-quickview-action": AtomicInsightResultQuickviewAction;
1225
- "atomic-insight-smart-snippet": AtomicInsightSmartSnippet;
1226
- "atomic-insight-smart-snippet-suggestions": AtomicInsightSmartSnippetSuggestions;
1227
542
  "atomic-insight-timeframe-facet": AtomicInsightTimeframeFacet;
1228
- "atomic-insight-user-actions-modal": AtomicInsightUserActionsModal;
1229
- "atomic-insight-user-actions-session": AtomicInsightUserActionsSession;
1230
- "atomic-insight-user-actions-timeline": AtomicInsightUserActionsTimeline;
1231
- "atomic-ipx-body": AtomicIpxBody;
1232
- "atomic-ipx-modal": AtomicIpxModal;
1233
543
  "atomic-ipx-recs-list": AtomicIpxRecsList;
1234
544
  "atomic-ipx-refine-modal": AtomicIpxRefineModal;
1235
545
  "atomic-ipx-refine-toggle": AtomicIpxRefineToggle;
1236
- "atomic-ipx-result-link": AtomicIpxResultLink;
1237
- "atomic-recs-list": AtomicRecsList;
1238
546
  "atomic-stencil-facet-date-input": AtomicStencilFacetDateInput;
1239
- "atomic-suggestion-renderer": AtomicSuggestionRenderer;
1240
547
  }
1241
548
  }
1242
549
  export { LocalJSX as JSX };
1243
550
  declare module "@stencil/core" {
1244
551
  export namespace JSX {
1245
552
  interface IntrinsicElements {
1246
- /**
1247
- * Internal component, only to use through `atomic-generated-answer` or `atomic-insight-generated-answer`
1248
- */
1249
- "atomic-generated-answer-feedback-modal": LocalJSX.AtomicGeneratedAnswerFeedbackModal & JSXBase.HTMLAttributes<HTMLAtomicGeneratedAnswerFeedbackModalElement>;
1250
- "atomic-insight-folded-result-list": LocalJSX.AtomicInsightFoldedResultList & JSXBase.HTMLAttributes<HTMLAtomicInsightFoldedResultListElement>;
1251
553
  "atomic-insight-generated-answer": LocalJSX.AtomicInsightGeneratedAnswer & JSXBase.HTMLAttributes<HTMLAtomicInsightGeneratedAnswerElement>;
1252
- "atomic-insight-refine-modal": LocalJSX.AtomicInsightRefineModal & JSXBase.HTMLAttributes<HTMLAtomicInsightRefineModalElement>;
1253
554
  "atomic-insight-result-action": LocalJSX.AtomicInsightResultAction & JSXBase.HTMLAttributes<HTMLAtomicInsightResultActionElement>;
1254
- "atomic-insight-result-action-bar": LocalJSX.AtomicInsightResultActionBar & JSXBase.HTMLAttributes<HTMLAtomicInsightResultActionBarElement>;
1255
555
  "atomic-insight-result-attach-to-case-action": LocalJSX.AtomicInsightResultAttachToCaseAction & JSXBase.HTMLAttributes<HTMLAtomicInsightResultAttachToCaseActionElement>;
1256
- "atomic-insight-result-attach-to-case-indicator": LocalJSX.AtomicInsightResultAttachToCaseIndicator & JSXBase.HTMLAttributes<HTMLAtomicInsightResultAttachToCaseIndicatorElement>;
1257
556
  "atomic-insight-result-children-template": LocalJSX.AtomicInsightResultChildrenTemplate & JSXBase.HTMLAttributes<HTMLAtomicInsightResultChildrenTemplateElement>;
1258
- "atomic-insight-result-list": LocalJSX.AtomicInsightResultList & JSXBase.HTMLAttributes<HTMLAtomicInsightResultListElement>;
1259
- "atomic-insight-result-quickview-action": LocalJSX.AtomicInsightResultQuickviewAction & JSXBase.HTMLAttributes<HTMLAtomicInsightResultQuickviewActionElement>;
1260
- "atomic-insight-smart-snippet": LocalJSX.AtomicInsightSmartSnippet & JSXBase.HTMLAttributes<HTMLAtomicInsightSmartSnippetElement>;
1261
- "atomic-insight-smart-snippet-suggestions": LocalJSX.AtomicInsightSmartSnippetSuggestions & JSXBase.HTMLAttributes<HTMLAtomicInsightSmartSnippetSuggestionsElement>;
1262
557
  "atomic-insight-timeframe-facet": LocalJSX.AtomicInsightTimeframeFacet & JSXBase.HTMLAttributes<HTMLAtomicInsightTimeframeFacetElement>;
1263
- "atomic-insight-user-actions-modal": LocalJSX.AtomicInsightUserActionsModal & JSXBase.HTMLAttributes<HTMLAtomicInsightUserActionsModalElement>;
1264
- /**
1265
- * @category Insight Panel
1266
- * @example <atomic-insight-user-actions-session userActions={actions} startTimestamp={1723035731}></atomic-insight-user-actions-session>
1267
- */
1268
- "atomic-insight-user-actions-session": LocalJSX.AtomicInsightUserActionsSession & JSXBase.HTMLAttributes<HTMLAtomicInsightUserActionsSessionElement>;
1269
- /**
1270
- * Internal component used by the `atomic-insight-user-actions-modal`. Do not use directly.
1271
- * This component displays all the actions performed by a user around the time they created a case.
1272
- * The actions are grouped into multiple sessions, including the session during which the case was created,
1273
- * the sessions preceding the case creation and the sessions following the case creation.
1274
- * @component
1275
- * @example <AtomicInsightUserActionsTimeline userId={'123'} caseCreationDate={'2024-08-15T10:00:00Z'} />
1276
- */
1277
- "atomic-insight-user-actions-timeline": LocalJSX.AtomicInsightUserActionsTimeline & JSXBase.HTMLAttributes<HTMLAtomicInsightUserActionsTimelineElement>;
1278
- "atomic-ipx-body": LocalJSX.AtomicIpxBody & JSXBase.HTMLAttributes<HTMLAtomicIpxBodyElement>;
1279
- "atomic-ipx-modal": LocalJSX.AtomicIpxModal & JSXBase.HTMLAttributes<HTMLAtomicIpxModalElement>;
1280
558
  /**
1281
559
  * The `atomic-ipx-recs-list` component displays recommendations by applying one or more result templates.
1282
560
  */
1283
561
  "atomic-ipx-recs-list": LocalJSX.AtomicIpxRecsList & JSXBase.HTMLAttributes<HTMLAtomicIpxRecsListElement>;
1284
562
  "atomic-ipx-refine-modal": LocalJSX.AtomicIpxRefineModal & JSXBase.HTMLAttributes<HTMLAtomicIpxRefineModalElement>;
1285
563
  "atomic-ipx-refine-toggle": LocalJSX.AtomicIpxRefineToggle & JSXBase.HTMLAttributes<HTMLAtomicIpxRefineToggleElement>;
1286
- /**
1287
- * The `atomic-ipx-result-link` component automatically transforms a search result title into a clickable link that points to the original item. It is an experimental internal component not intended for general use.
1288
- */
1289
- "atomic-ipx-result-link": LocalJSX.AtomicIpxResultLink & JSXBase.HTMLAttributes<HTMLAtomicIpxResultLinkElement>;
1290
- /**
1291
- * The `atomic-recs-list` component displays recommendations by applying one or more result templates.
1292
- */
1293
- "atomic-recs-list": LocalJSX.AtomicRecsList & JSXBase.HTMLAttributes<HTMLAtomicRecsListElement>;
1294
564
  /**
1295
565
  * @deprecated Use `atomic-facet-date-input` instead. This component is meant to be used with Stencil components only.
1296
566
  * Internal component made to be integrated in a TimeframeFacet.
1297
567
  */
1298
568
  "atomic-stencil-facet-date-input": LocalJSX.AtomicStencilFacetDateInput & JSXBase.HTMLAttributes<HTMLAtomicStencilFacetDateInputElement>;
1299
- /**
1300
- * The `atomic-suggestion-renderer` component is used to render individual suggestions. It was created to isolate
1301
- * the rendering logic of the 'content' property of the `SearchBoxSuggestionElement` interface. This property can be Stencil
1302
- * VNode or native Element so there must be a Stencil component to render it. For Lit components using this component, they will
1303
- * use native Elements.
1304
- */
1305
- "atomic-suggestion-renderer": LocalJSX.AtomicSuggestionRenderer & JSXBase.HTMLAttributes<HTMLAtomicSuggestionRendererElement>;
1306
569
  }
1307
570
  }
1308
571
  }