@coveo/atomic 3.48.0 → 3.50.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 (266) hide show
  1. package/custom-elements.json +1367 -332
  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 -6
  5. package/dist/atomic/components/_index.js +1 -4
  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 +2 -2
  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 -2
  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 +7 -6
  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 +3 -3
  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/attach.js +1 -1
  23. package/dist/atomic/components/components/commerce/atomic-commerce-search-box/atomic-commerce-search-box.js +4 -4
  24. package/dist/atomic/components/components/insight/atomic-insight-folded-result-list/atomic-insight-folded-result-list.js +309 -0
  25. package/dist/atomic/components/components/insight/atomic-insight-result-children/atomic-insight-result-children.js +4 -4
  26. package/dist/atomic/components/components/insight/atomic-insight-smart-snippet-suggestions/atomic-insight-smart-snippet-suggestions.js +198 -0
  27. package/dist/atomic/components/components/insight/atomic-insight-smart-snippet-suggestions/atomic-insight-smart-snippet-suggestions.tw.css.js +3 -0
  28. package/dist/atomic/components/components/insight/index.js +2 -0
  29. package/dist/atomic/components/components/insight/lazy-index.js +2 -0
  30. package/dist/atomic/components/components/recommendations/atomic-recs-list/atomic-recs-list.js +437 -0
  31. package/dist/atomic/components/components/recommendations/index.js +1 -0
  32. package/dist/atomic/components/components/recommendations/lazy-index.js +1 -0
  33. package/dist/atomic/components/components/search/atomic-generated-answer/atomic-generated-answer.js +6 -0
  34. package/dist/atomic/components/components/search/atomic-search-box/atomic-search-box.js +4 -4
  35. package/dist/atomic/components/global/environment.js +1 -1
  36. package/dist/atomic/components/index.js.map +1 -1
  37. package/dist/atomic/components/initialization-utils.js +1 -1
  38. package/dist/atomic/components/popover-type.js +1 -1
  39. package/dist/atomic/components/stencil-button.js +22 -2
  40. package/dist/atomic/components/stencil-button.js.map +1 -1
  41. package/dist/atomic/components/stencil-heading.js +157 -1
  42. package/dist/atomic/components/stencil-heading.js.map +1 -1
  43. package/dist/atomic/components/store.js +0 -2
  44. package/dist/atomic/components/store.js.map +1 -1
  45. package/dist/atomic/components/utils/custom-element-tags.js +4 -0
  46. package/dist/atomic/components/utils/tailwind.global.tw.css.js +4 -4
  47. package/dist/atomic/components/utils.js +1360 -2
  48. package/dist/atomic/components/utils.js.map +1 -1
  49. package/dist/atomic/lang/cs.json +1 -1
  50. package/dist/atomic/lang/da.json +1 -1
  51. package/dist/atomic/lang/de.json +1 -1
  52. package/dist/atomic/lang/dev.json +1 -1
  53. package/dist/atomic/lang/el.json +1 -1
  54. package/dist/atomic/lang/en.json +1 -1
  55. package/dist/atomic/lang/es.json +1 -1
  56. package/dist/atomic/lang/fi.json +1 -1
  57. package/dist/atomic/lang/fr.json +1 -1
  58. package/dist/atomic/lang/hu.json +1 -1
  59. package/dist/atomic/lang/id.json +1 -1
  60. package/dist/atomic/lang/it.json +1 -1
  61. package/dist/atomic/lang/ja.json +1 -1
  62. package/dist/atomic/lang/ko.json +1 -1
  63. package/dist/atomic/lang/nl.json +1 -1
  64. package/dist/atomic/lang/no.json +1 -1
  65. package/dist/atomic/lang/pl.json +1 -1
  66. package/dist/atomic/lang/pt-BR.json +1 -1
  67. package/dist/atomic/lang/pt.json +1 -1
  68. package/dist/atomic/lang/ru.json +1 -1
  69. package/dist/atomic/lang/sv.json +1 -1
  70. package/dist/atomic/lang/th.json +1 -1
  71. package/dist/atomic/lang/tr.json +1 -1
  72. package/dist/atomic/lang/zh-CN.json +1 -1
  73. package/dist/atomic/lang/zh-TW.json +1 -1
  74. package/dist/atomic/lang/zh.json +1 -1
  75. package/dist/atomic/p-0f896350.entry.js +2 -0
  76. package/dist/atomic/{p-026a51a7.entry.js.map → p-0f896350.entry.js.map} +1 -1
  77. package/dist/atomic/p-4117289b.entry.js +2 -0
  78. package/dist/atomic/{p-77250a6b.entry.js.map → p-4117289b.entry.js.map} +1 -1
  79. package/dist/atomic/p-4a32511f.js +1 -1
  80. package/dist/atomic/p-74210c4b.entry.js +9 -0
  81. package/dist/atomic/{p-5ec9bf71.entry.js.map → p-74210c4b.entry.js.map} +1 -1
  82. package/dist/atomic/p-8b039c2e.entry.js +2 -0
  83. package/dist/atomic/{p-15074eb9.entry.js.map → p-8b039c2e.entry.js.map} +1 -1
  84. package/dist/atomic/p-991e840f.entry.js +2 -0
  85. package/dist/atomic/p-991e840f.entry.js.map +1 -0
  86. package/dist/atomic/{p-c0fbee64.js → p-9c5ec170.js} +2 -2
  87. package/dist/atomic/p-9dfe5ab1.js +2 -0
  88. package/dist/atomic/p-9dfe5ab1.js.map +1 -0
  89. package/dist/atomic/p-9f774145.entry.js +2 -0
  90. package/dist/atomic/{p-40e4e762.entry.js.map → p-9f774145.entry.js.map} +1 -1
  91. package/dist/atomic/{p-3df103c1.js → p-b09433bb.js} +2 -2
  92. package/dist/atomic/p-b09433bb.js.map +1 -0
  93. package/dist/atomic/p-c81f1edb.entry.js +2 -0
  94. package/dist/atomic/{p-3bb48254.entry.js.map → p-c81f1edb.entry.js.map} +1 -1
  95. package/dist/atomic/p-eea2c139.entry.js +2 -0
  96. package/dist/atomic/p-eea2c139.entry.js.map +1 -0
  97. package/dist/atomic/p-f321aab0.js +2 -0
  98. package/dist/atomic/{p-141bf64c.js.map → p-f321aab0.js.map} +1 -1
  99. package/dist/cjs/_loader.cjs.js +1 -1
  100. package/dist/cjs/atomic-insight-generated-answer.cjs.entry.js +19 -9
  101. package/dist/cjs/atomic-insight-generated-answer.cjs.entry.js.map +1 -1
  102. package/dist/cjs/atomic-insight-result-action.cjs.entry.js +1 -1
  103. package/dist/cjs/atomic-insight-result-action.cjs.entry.js.map +1 -1
  104. package/dist/cjs/atomic-insight-result-attach-to-case-action.cjs.entry.js +1 -1
  105. package/dist/cjs/atomic-insight-result-attach-to-case-action.cjs.entry.js.map +1 -1
  106. package/dist/cjs/atomic-insight-result-children-template.cjs.entry.js +4 -5
  107. package/dist/cjs/atomic-insight-result-children-template.cjs.entry.js.map +1 -1
  108. package/dist/cjs/atomic-insight-timeframe-facet.cjs.entry.js +10 -10
  109. package/dist/cjs/atomic-insight-timeframe-facet.cjs.entry.js.map +1 -1
  110. package/dist/cjs/atomic-ipx-recs-list.cjs.entry.js +328 -18
  111. package/dist/cjs/atomic-ipx-recs-list.cjs.entry.js.map +1 -1
  112. package/dist/cjs/atomic-ipx-refine-modal.cjs.entry.js +3 -5
  113. package/dist/cjs/atomic-ipx-refine-modal.cjs.entry.js.map +1 -1
  114. package/dist/cjs/atomic-ipx-refine-toggle.cjs.entry.js +2 -2
  115. package/dist/cjs/atomic-ipx-refine-toggle.cjs.entry.js.map +1 -1
  116. package/dist/cjs/atomic.cjs.js +1 -1
  117. package/dist/cjs/index-3532822e.js +0 -12
  118. package/dist/cjs/{props-utils-4a99eda6.js → props-utils-bc5feb04.js} +2 -2
  119. package/dist/cjs/{props-utils-4a99eda6.js.map → props-utils-bc5feb04.js.map} +1 -1
  120. package/dist/cjs/{stencil-accessibility-utils-e64abd7b.js → stencil-heading-ecec9ab3.js} +12 -2
  121. package/dist/cjs/stencil-heading-ecec9ab3.js.map +1 -0
  122. package/dist/cjs/{store-9d4daf92.js → store-70fff5e6.js} +1 -3
  123. package/dist/cjs/store-70fff5e6.js.map +1 -0
  124. package/dist/cjs/{purify-d8fb6acd.js → utils-e845f262.js} +67 -1
  125. package/dist/cjs/utils-e845f262.js.map +1 -0
  126. package/dist/cjs/version.cjs.js +2 -2
  127. package/dist/esm/_loader.js +1 -1
  128. package/dist/esm/atomic-insight-generated-answer.entry.js +16 -6
  129. package/dist/esm/atomic-insight-generated-answer.entry.js.map +1 -1
  130. package/dist/esm/atomic-insight-result-action.entry.js +1 -1
  131. package/dist/esm/atomic-insight-result-action.entry.js.map +1 -1
  132. package/dist/esm/atomic-insight-result-attach-to-case-action.entry.js +1 -1
  133. package/dist/esm/atomic-insight-result-attach-to-case-action.entry.js.map +1 -1
  134. package/dist/esm/atomic-insight-result-children-template.entry.js +4 -5
  135. package/dist/esm/atomic-insight-result-children-template.entry.js.map +1 -1
  136. package/dist/esm/atomic-insight-timeframe-facet.entry.js +9 -9
  137. package/dist/esm/atomic-insight-timeframe-facet.entry.js.map +1 -1
  138. package/dist/esm/atomic-ipx-recs-list.entry.js +324 -14
  139. package/dist/esm/atomic-ipx-recs-list.entry.js.map +1 -1
  140. package/dist/esm/atomic-ipx-refine-modal.entry.js +4 -6
  141. package/dist/esm/atomic-ipx-refine-modal.entry.js.map +1 -1
  142. package/dist/esm/atomic-ipx-refine-toggle.entry.js +2 -2
  143. package/dist/esm/atomic-ipx-refine-toggle.entry.js.map +1 -1
  144. package/dist/esm/atomic.js +1 -1
  145. package/dist/esm/index-3eb0b28e.js +0 -12
  146. package/dist/esm/initialization-utils-82d28c63.js +1 -1
  147. package/dist/esm/{props-utils-e322e9dd.js → props-utils-d343133b.js} +2 -2
  148. package/dist/esm/{props-utils-e322e9dd.js.map → props-utils-d343133b.js.map} +1 -1
  149. package/dist/esm/{stencil-accessibility-utils-69ea92b0.js → stencil-heading-98a5f23f.js} +12 -3
  150. package/dist/{atomic/p-b3524b97.js.map → esm/stencil-heading-98a5f23f.js.map} +1 -1
  151. package/dist/esm/{store-3bc9050f.js → store-50d170c8.js} +1 -3
  152. package/dist/esm/store-50d170c8.js.map +1 -0
  153. package/dist/esm/{purify-985ba52e.js → utils-b5bab369.js} +60 -2
  154. package/dist/esm/utils-b5bab369.js.map +1 -0
  155. package/dist/esm/version.js +2 -2
  156. package/dist/types/components/common/generated-answer/generated-answer-thread-item/generated-answer-thread-item.d.ts +49 -0
  157. package/dist/types/components/common/generated-answer/render-follow-up-input.d.ts +17 -0
  158. package/dist/types/components/insight/atomic-insight-folded-result-list/atomic-insight-folded-result-list.d.ts +99 -0
  159. package/dist/types/components/insight/atomic-insight-smart-snippet-suggestions/atomic-insight-smart-snippet-suggestions.d.ts +83 -0
  160. package/dist/types/components/insight/atomic-insight-smart-snippet-suggestions/atomic-insight-smart-snippet-suggestions.tw.css.d.ts +2 -0
  161. package/dist/types/components/insight/index.d.ts +2 -0
  162. package/dist/types/components/recommendations/atomic-recs-list/atomic-recs-list.d.ts +40 -23
  163. package/dist/types/components/recommendations/index.d.ts +1 -0
  164. package/dist/types/components/search/atomic-generated-answer/atomic-generated-answer.d.ts +5 -0
  165. package/dist/types/components.d.ts +4 -198
  166. package/docs/atomic-docs.json +17 -434
  167. package/package.json +9 -4
  168. package/dist/atomic/components/arrow-right.js +0 -8
  169. package/dist/atomic/components/arrow-right.js.map +0 -1
  170. package/dist/atomic/components/atomic-insight-folded-result-list.d.ts +0 -11
  171. package/dist/atomic/components/atomic-insight-folded-result-list.js +0 -213
  172. package/dist/atomic/components/atomic-insight-folded-result-list.js.map +0 -1
  173. package/dist/atomic/components/atomic-insight-smart-snippet-suggestions.d.ts +0 -11
  174. package/dist/atomic/components/atomic-insight-smart-snippet-suggestions.js +0 -175
  175. package/dist/atomic/components/atomic-insight-smart-snippet-suggestions.js.map +0 -1
  176. package/dist/atomic/components/atomic-recs-list.d.ts +0 -11
  177. package/dist/atomic/components/atomic-recs-list.js +0 -304
  178. package/dist/atomic/components/atomic-recs-list.js.map +0 -1
  179. package/dist/atomic/components/display-options.js +0 -277
  180. package/dist/atomic/components/display-options.js.map +0 -1
  181. package/dist/atomic/components/event-utils.js +0 -24
  182. package/dist/atomic/components/event-utils.js.map +0 -1
  183. package/dist/atomic/components/purify.js +0 -1363
  184. package/dist/atomic/components/purify.js.map +0 -1
  185. package/dist/atomic/components/slot-utils.js +0 -16
  186. package/dist/atomic/components/slot-utils.js.map +0 -1
  187. package/dist/atomic/components/stencil-accessibility-utils.js +0 -160
  188. package/dist/atomic/components/stencil-accessibility-utils.js.map +0 -1
  189. package/dist/atomic/components/stencil-carousel.js +0 -50
  190. package/dist/atomic/components/stencil-carousel.js.map +0 -1
  191. package/dist/atomic/p-026a51a7.entry.js +0 -2
  192. package/dist/atomic/p-09ff88b4.entry.js +0 -2
  193. package/dist/atomic/p-09ff88b4.entry.js.map +0 -1
  194. package/dist/atomic/p-0c4a4e30.js +0 -2
  195. package/dist/atomic/p-0c4a4e30.js.map +0 -1
  196. package/dist/atomic/p-141bf64c.js +0 -2
  197. package/dist/atomic/p-15074eb9.entry.js +0 -2
  198. package/dist/atomic/p-3bb48254.entry.js +0 -2
  199. package/dist/atomic/p-3df103c1.js.map +0 -1
  200. package/dist/atomic/p-40e4e762.entry.js +0 -2
  201. package/dist/atomic/p-4cab9607.js +0 -2
  202. package/dist/atomic/p-4cab9607.js.map +0 -1
  203. package/dist/atomic/p-5ec9bf71.entry.js +0 -9
  204. package/dist/atomic/p-77250a6b.entry.js +0 -2
  205. package/dist/atomic/p-78be3137.js +0 -2
  206. package/dist/atomic/p-78be3137.js.map +0 -1
  207. package/dist/atomic/p-994b3e51.entry.js +0 -2
  208. package/dist/atomic/p-994b3e51.entry.js.map +0 -1
  209. package/dist/atomic/p-b3524b97.js +0 -2
  210. package/dist/atomic/p-cc6320d9.entry.js +0 -2
  211. package/dist/atomic/p-cc6320d9.entry.js.map +0 -1
  212. package/dist/atomic/p-cfa9c12b.js +0 -2
  213. package/dist/atomic/p-cfa9c12b.js.map +0 -1
  214. package/dist/atomic/p-d189f1a5.js +0 -2
  215. package/dist/atomic/p-d189f1a5.js.map +0 -1
  216. package/dist/atomic/p-e58840b6.js +0 -2
  217. package/dist/atomic/p-e58840b6.js.map +0 -1
  218. package/dist/atomic/p-f24c22bb.entry.js +0 -2
  219. package/dist/atomic/p-f24c22bb.entry.js.map +0 -1
  220. package/dist/atomic/p-f2906e7c.entry.js +0 -2
  221. package/dist/atomic/p-f2906e7c.entry.js.map +0 -1
  222. package/dist/cjs/arrow-right-a3be291c.js +0 -10
  223. package/dist/cjs/arrow-right-a3be291c.js.map +0 -1
  224. package/dist/cjs/atomic-insight-folded-result-list.cjs.entry.js +0 -191
  225. package/dist/cjs/atomic-insight-folded-result-list.cjs.entry.js.map +0 -1
  226. package/dist/cjs/atomic-insight-smart-snippet-suggestions.cjs.entry.js +0 -161
  227. package/dist/cjs/atomic-insight-smart-snippet-suggestions.cjs.entry.js.map +0 -1
  228. package/dist/cjs/atomic-recs-list.cjs.entry.js +0 -277
  229. package/dist/cjs/atomic-recs-list.cjs.entry.js.map +0 -1
  230. package/dist/cjs/display-options-24763cf8.js +0 -284
  231. package/dist/cjs/display-options-24763cf8.js.map +0 -1
  232. package/dist/cjs/purify-d8fb6acd.js.map +0 -1
  233. package/dist/cjs/slot-utils-987a7dd6.js +0 -18
  234. package/dist/cjs/slot-utils-987a7dd6.js.map +0 -1
  235. package/dist/cjs/stencil-accessibility-utils-e64abd7b.js.map +0 -1
  236. package/dist/cjs/stencil-carousel-ba8e11b5.js +0 -53
  237. package/dist/cjs/stencil-carousel-ba8e11b5.js.map +0 -1
  238. package/dist/cjs/stencil-heading-e2df37e4.js +0 -15
  239. package/dist/cjs/stencil-heading-e2df37e4.js.map +0 -1
  240. package/dist/cjs/store-9d4daf92.js.map +0 -1
  241. package/dist/cjs/utils-2a022008.js +0 -72
  242. package/dist/cjs/utils-2a022008.js.map +0 -1
  243. package/dist/esm/arrow-right-cb365b01.js +0 -8
  244. package/dist/esm/arrow-right-cb365b01.js.map +0 -1
  245. package/dist/esm/atomic-insight-folded-result-list.entry.js +0 -187
  246. package/dist/esm/atomic-insight-folded-result-list.entry.js.map +0 -1
  247. package/dist/esm/atomic-insight-smart-snippet-suggestions.entry.js +0 -157
  248. package/dist/esm/atomic-insight-smart-snippet-suggestions.entry.js.map +0 -1
  249. package/dist/esm/atomic-recs-list.entry.js +0 -273
  250. package/dist/esm/atomic-recs-list.entry.js.map +0 -1
  251. package/dist/esm/display-options-d03040a8.js +0 -277
  252. package/dist/esm/display-options-d03040a8.js.map +0 -1
  253. package/dist/esm/purify-985ba52e.js.map +0 -1
  254. package/dist/esm/slot-utils-df87a95a.js +0 -16
  255. package/dist/esm/slot-utils-df87a95a.js.map +0 -1
  256. package/dist/esm/stencil-accessibility-utils-69ea92b0.js.map +0 -1
  257. package/dist/esm/stencil-carousel-eac65a6c.js +0 -50
  258. package/dist/esm/stencil-carousel-eac65a6c.js.map +0 -1
  259. package/dist/esm/stencil-heading-adb44de7.js +0 -13
  260. package/dist/esm/stencil-heading-adb44de7.js.map +0 -1
  261. package/dist/esm/store-3bc9050f.js.map +0 -1
  262. package/dist/esm/utils-6771fbc6.js +0 -63
  263. package/dist/esm/utils-6771fbc6.js.map +0 -1
  264. package/dist/types/components/insight/result-lists/atomic-insight-folded-result-list/atomic-insight-folded-result-list.d.ts +0 -68
  265. package/dist/types/components/insight/smart-snippets/atomic-insight-smart-snippet-suggestions/atomic-insight-smart-snippet-suggestions.d.ts +0 -38
  266. /package/dist/atomic/{p-c0fbee64.js.map → p-9c5ec170.js.map} +0 -0
@@ -568,331 +568,27 @@
568
568
  },
569
569
  {
570
570
  "kind": "javascript-module",
571
- "path": "src/components/insight/atomic-insight-timeframe-facet/atomic-insight-timeframe-facet.tsx",
571
+ "path": "src/components/insight/atomic-insight-smart-snippet/atomic-insight-smart-snippet.tsx",
572
572
  "declarations": [],
573
573
  "exports": []
574
574
  },
575
575
  {
576
576
  "kind": "javascript-module",
577
- "path": "src/components/ipx/atomic-ipx-refine-modal/atomic-ipx-refine-modal.tsx",
577
+ "path": "src/components/insight/atomic-insight-timeframe-facet/atomic-insight-timeframe-facet.tsx",
578
578
  "declarations": [],
579
579
  "exports": []
580
580
  },
581
581
  {
582
582
  "kind": "javascript-module",
583
- "path": "src/components/ipx/atomic-ipx-refine-toggle/atomic-ipx-refine-toggle.tsx",
583
+ "path": "src/components/ipx/atomic-ipx-refine-modal/atomic-ipx-refine-modal.tsx",
584
584
  "declarations": [],
585
585
  "exports": []
586
586
  },
587
587
  {
588
588
  "kind": "javascript-module",
589
- "path": "src/components/recommendations/atomic-recs-list/atomic-recs-list.tsx",
590
- "declarations": [
591
- {
592
- "kind": "class",
593
- "description": "The `atomic-recs-list` component displays recommendations by applying one or more result templates.",
594
- "name": "AtomicRecsList",
595
- "cssParts": [
596
- {
597
- "description": "The element containing the list of results.",
598
- "name": "result-list"
599
- },
600
- {
601
- "description": "The parent of the result and the clickable link encompassing it.",
602
- "name": "result-list-grid-clickable-container"
603
- },
604
- {
605
- "description": "The clickable link encompassing the result.",
606
- "name": "result-list-grid-clickable"
607
- },
608
- {
609
- "description": "The label of the result list.",
610
- "name": "label"
611
- },
612
- {
613
- "description": "The previous button.",
614
- "name": "previous-button"
615
- },
616
- {
617
- "description": "The next button.",
618
- "name": "next-button"
619
- },
620
- {
621
- "description": "The list of indicators.",
622
- "name": "indicators"
623
- },
624
- {
625
- "description": "A single indicator.",
626
- "name": "indicator"
627
- },
628
- {
629
- "description": "The active indicator.",
630
- "name": "active-indicator"
631
- }
632
- ],
633
- "slots": [
634
- {
635
- "description": "The default slot where to insert the template element.",
636
- "name": "default"
637
- }
638
- ],
639
- "members": [
640
- {
641
- "kind": "field",
642
- "name": "bindings",
643
- "type": {
644
- "text": "RecsBindings"
645
- },
646
- "privacy": "public"
647
- },
648
- {
649
- "kind": "field",
650
- "name": "recommendationList",
651
- "type": {
652
- "text": "RecommendationList"
653
- },
654
- "privacy": "public"
655
- },
656
- {
657
- "kind": "field",
658
- "name": "host",
659
- "type": {
660
- "text": "HTMLDivElement"
661
- },
662
- "privacy": "public"
663
- },
664
- {
665
- "kind": "field",
666
- "name": "error",
667
- "type": {
668
- "text": "Error"
669
- },
670
- "privacy": "public"
671
- },
672
- {
673
- "kind": "field",
674
- "name": "recommendationListState",
675
- "type": {
676
- "text": "RecommendationListState"
677
- },
678
- "privacy": "public"
679
- },
680
- {
681
- "kind": "field",
682
- "name": "recommendation",
683
- "type": {
684
- "text": "string"
685
- },
686
- "privacy": "public",
687
- "default": "'Recommendation'",
688
- "description": "The Recommendation identifier used by the Coveo platform to retrieve recommended documents.\nMake sure to set a different value for each atomic-recs-list in your page."
689
- },
690
- {
691
- "kind": "field",
692
- "name": "display",
693
- "type": {
694
- "text": "ItemDisplayBasicLayout"
695
- },
696
- "privacy": "public",
697
- "default": "'list'",
698
- "description": "The layout to apply when displaying results themselves. This does not affect the display of the surrounding list itself.\nTo modify the number of recommendations per column, modify the --atomic-recs-number-of-columns CSS variable."
699
- },
700
- {
701
- "kind": "field",
702
- "name": "density",
703
- "type": {
704
- "text": "ItemDisplayDensity"
705
- },
706
- "privacy": "public",
707
- "default": "'normal'",
708
- "description": "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."
709
- },
710
- {
711
- "kind": "field",
712
- "name": "imageSize",
713
- "type": {
714
- "text": "ItemDisplayImageSize"
715
- },
716
- "privacy": "public",
717
- "default": "'small'",
718
- "description": "The expected size of the image displayed in the results."
719
- },
720
- {
721
- "kind": "field",
722
- "name": "numberOfRecommendations",
723
- "type": {
724
- "text": "number"
725
- },
726
- "privacy": "public",
727
- "default": "10",
728
- "description": "The total number of recommendations to display.\nThis does not modify the number of recommendations per column. To do so, modify the --atomic-recs-number-of-columns CSS variable."
729
- },
730
- {
731
- "kind": "field",
732
- "name": "numberOfRecommendationsPerPage",
733
- "type": {
734
- "text": "number"
735
- },
736
- "privacy": "public",
737
- "description": "The number of recommendations to display, per page.\nSetting a value greater than and lower than the numberOfRecommendations value activates the carousel.\nThis does not affect the display of the list itself, only the number of recommendation pages."
738
- },
739
- {
740
- "kind": "field",
741
- "name": "label",
742
- "type": {
743
- "text": "string"
744
- },
745
- "privacy": "public",
746
- "description": "The non-localized label for the list of recommendations."
747
- },
748
- {
749
- "kind": "field",
750
- "name": "headingLevel",
751
- "type": {
752
- "text": "number"
753
- },
754
- "privacy": "public",
755
- "default": "0",
756
- "description": "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."
757
- },
758
- {
759
- "kind": "method",
760
- "name": "watchNumberOfRecommendationsPerPage",
761
- "privacy": "public"
762
- },
763
- {
764
- "kind": "method",
765
- "name": "setRenderFunction",
766
- "privacy": "public",
767
- "parameters": [
768
- {
769
- "name": "resultRenderingFunction",
770
- "type": {
771
- "text": "ItemRenderingFunction"
772
- }
773
- }
774
- ],
775
- "description": "Sets a rendering function to bypass the standard HTML template mechanism for rendering results.\nYou can use this function while working with web frameworks that don't use plain HTML syntax such as React, Angular, or Vue.\n\nDo not use this method if you integrate Atomic in a plain HTML deployment."
776
- },
777
- {
778
- "kind": "method",
779
- "name": "previousPage",
780
- "privacy": "public",
781
- "description": "Moves to the previous page, when the carousel is activated."
782
- },
783
- {
784
- "kind": "method",
785
- "name": "nextPage",
786
- "privacy": "public",
787
- "description": "Moves to the next page, when the carousel is activated."
788
- },
789
- {
790
- "kind": "method",
791
- "name": "initialize",
792
- "privacy": "public"
793
- },
794
- {
795
- "kind": "field",
796
- "name": "focusTarget",
797
- "privacy": "public",
798
- "readonly": true
799
- }
800
- ],
801
- "attributes": [
802
- {
803
- "name": "recommendation",
804
- "fieldName": "recommendation",
805
- "type": {
806
- "text": "string"
807
- },
808
- "default": "'Recommendation'",
809
- "description": "The Recommendation identifier used by the Coveo platform to retrieve recommended documents.\nMake sure to set a different value for each atomic-recs-list in your page."
810
- },
811
- {
812
- "name": "display",
813
- "fieldName": "display",
814
- "type": {
815
- "text": "ItemDisplayBasicLayout"
816
- },
817
- "default": "'list'",
818
- "description": "The layout to apply when displaying results themselves. This does not affect the display of the surrounding list itself.\nTo modify the number of recommendations per column, modify the --atomic-recs-number-of-columns CSS variable."
819
- },
820
- {
821
- "name": "density",
822
- "fieldName": "density",
823
- "type": {
824
- "text": "ItemDisplayDensity"
825
- },
826
- "default": "'normal'",
827
- "description": "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."
828
- },
829
- {
830
- "name": "image-size",
831
- "fieldName": "imageSize",
832
- "type": {
833
- "text": "ItemDisplayImageSize"
834
- },
835
- "default": "'small'",
836
- "description": "The expected size of the image displayed in the results."
837
- },
838
- {
839
- "name": "number-of-recommendations",
840
- "fieldName": "numberOfRecommendations",
841
- "type": {
842
- "text": "number"
843
- },
844
- "default": "10",
845
- "description": "The total number of recommendations to display.\nThis does not modify the number of recommendations per column. To do so, modify the --atomic-recs-number-of-columns CSS variable."
846
- },
847
- {
848
- "name": "number-of-recommendations-per-page",
849
- "fieldName": "numberOfRecommendationsPerPage",
850
- "type": {
851
- "text": "number"
852
- },
853
- "description": "The number of recommendations to display, per page.\nSetting a value greater than and lower than the numberOfRecommendations value activates the carousel.\nThis does not affect the display of the list itself, only the number of recommendation pages."
854
- },
855
- {
856
- "name": "label",
857
- "fieldName": "label",
858
- "type": {
859
- "text": "string"
860
- },
861
- "description": "The non-localized label for the list of recommendations."
862
- },
863
- {
864
- "name": "heading-level",
865
- "fieldName": "headingLevel",
866
- "type": {
867
- "text": "number"
868
- },
869
- "default": "0",
870
- "description": "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."
871
- }
872
- ],
873
- "tagName": "atomic-recs-list",
874
- "events": [],
875
- "customElement": true
876
- }
877
- ],
878
- "exports": [
879
- {
880
- "kind": "js",
881
- "name": "AtomicRecsList",
882
- "declaration": {
883
- "name": "AtomicRecsList",
884
- "module": "src/components/recommendations/atomic-recs-list/atomic-recs-list.tsx"
885
- }
886
- },
887
- {
888
- "kind": "custom-element-definition",
889
- "name": "atomic-recs-list",
890
- "declaration": {
891
- "name": "AtomicRecsList",
892
- "module": "src/components/recommendations/atomic-recs-list/atomic-recs-list.tsx"
893
- }
894
- }
895
- ]
589
+ "path": "src/components/ipx/atomic-ipx-refine-toggle/atomic-ipx-refine-toggle.tsx",
590
+ "declarations": [],
591
+ "exports": []
896
592
  },
897
593
  {
898
594
  "kind": "javascript-module",
@@ -1098,24 +794,12 @@
1098
794
  "declarations": [],
1099
795
  "exports": []
1100
796
  },
1101
- {
1102
- "kind": "javascript-module",
1103
- "path": "src/components/insight/result-lists/atomic-insight-folded-result-list/atomic-insight-folded-result-list.tsx",
1104
- "declarations": [],
1105
- "exports": []
1106
- },
1107
797
  {
1108
798
  "kind": "javascript-module",
1109
799
  "path": "src/components/insight/result-templates/atomic-insight-result-children-template/atomic-insight-result-children-template.tsx",
1110
800
  "declarations": [],
1111
801
  "exports": []
1112
802
  },
1113
- {
1114
- "kind": "javascript-module",
1115
- "path": "src/components/insight/smart-snippets/atomic-insight-smart-snippet-suggestions/atomic-insight-smart-snippet-suggestions.tsx",
1116
- "declarations": [],
1117
- "exports": []
1118
- },
1119
803
  {
1120
804
  "kind": "javascript-module",
1121
805
  "path": "src/components/ipx/atomic-ipx-recs-list/atomic-recs-list/atomic-ipx-recs-list.tsx",
@@ -15316,6 +15000,12 @@
15316
15000
  "declarations": [],
15317
15001
  "exports": []
15318
15002
  },
15003
+ {
15004
+ "kind": "javascript-module",
15005
+ "path": "src/components/common/generated-answer/render-follow-up-input.ts",
15006
+ "declarations": [],
15007
+ "exports": []
15008
+ },
15319
15009
  {
15320
15010
  "kind": "javascript-module",
15321
15011
  "path": "src/components/common/generated-answer/render-generating-answer-label.ts",
@@ -16574,6 +16264,449 @@
16574
16264
  }
16575
16265
  ]
16576
16266
  },
16267
+ {
16268
+ "kind": "javascript-module",
16269
+ "path": "src/components/insight/atomic-insight-folded-result-list/atomic-insight-folded-result-list.ts",
16270
+ "declarations": [
16271
+ {
16272
+ "kind": "class",
16273
+ "description": "The `atomic-insight-folded-result-list` component is responsible for displaying folded query results in an insight panel,\nby applying one or more result templates.",
16274
+ "name": "AtomicInsightFoldedResultList",
16275
+ "cssParts": [
16276
+ {
16277
+ "description": "The element containing every result of a result list",
16278
+ "name": "result-list"
16279
+ },
16280
+ {
16281
+ "description": "The element displaying an outline or a divider around a result",
16282
+ "name": "outline"
16283
+ }
16284
+ ],
16285
+ "slots": [
16286
+ {
16287
+ "description": "The default slot where the result templates are inserted.",
16288
+ "name": "default"
16289
+ }
16290
+ ],
16291
+ "members": [
16292
+ {
16293
+ "kind": "field",
16294
+ "name": "propsSchema",
16295
+ "privacy": "private",
16296
+ "static": true,
16297
+ "readonly": true,
16298
+ "default": "new Schema({ density: new StringValue({ constrainTo: ['normal', 'comfortable', 'compact'], }), imageSize: new StringValue({ constrainTo: ['small', 'large', 'icon', 'none'], }), numberOfFoldedResults: new NumberValue({min: 0}), })"
16299
+ },
16300
+ {
16301
+ "kind": "field",
16302
+ "name": "foldedResultList",
16303
+ "type": {
16304
+ "text": "InsightFoldedResultList"
16305
+ },
16306
+ "privacy": "private"
16307
+ },
16308
+ {
16309
+ "kind": "field",
16310
+ "name": "resultsPerPage",
16311
+ "type": {
16312
+ "text": "InsightResultsPerPage"
16313
+ },
16314
+ "privacy": "private"
16315
+ },
16316
+ {
16317
+ "kind": "field",
16318
+ "name": "itemRenderingFunction",
16319
+ "type": {
16320
+ "text": "ItemRenderingFunction"
16321
+ },
16322
+ "privacy": "private"
16323
+ },
16324
+ {
16325
+ "kind": "field",
16326
+ "name": "loadingFlag",
16327
+ "privacy": "private"
16328
+ },
16329
+ {
16330
+ "kind": "field",
16331
+ "name": "nextNewResultTarget",
16332
+ "type": {
16333
+ "text": "FocusTargetController | undefined"
16334
+ },
16335
+ "privacy": "private"
16336
+ },
16337
+ {
16338
+ "kind": "field",
16339
+ "name": "resultListCommon",
16340
+ "type": {
16341
+ "text": "ItemListCommon"
16342
+ },
16343
+ "privacy": "private"
16344
+ },
16345
+ {
16346
+ "kind": "field",
16347
+ "name": "resultTemplateProvider",
16348
+ "type": {
16349
+ "text": "ResultTemplateProvider"
16350
+ },
16351
+ "privacy": "private"
16352
+ },
16353
+ {
16354
+ "kind": "field",
16355
+ "name": "display",
16356
+ "type": {
16357
+ "text": "ItemDisplayLayout"
16358
+ },
16359
+ "privacy": "private",
16360
+ "readonly": true,
16361
+ "default": "'list'"
16362
+ },
16363
+ {
16364
+ "kind": "field",
16365
+ "name": "density",
16366
+ "type": {
16367
+ "text": "ItemDisplayDensity"
16368
+ },
16369
+ "privacy": "public",
16370
+ "default": "'normal'",
16371
+ "description": "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.",
16372
+ "attribute": "density",
16373
+ "reflects": true
16374
+ },
16375
+ {
16376
+ "kind": "field",
16377
+ "name": "imageSize",
16378
+ "type": {
16379
+ "text": "ItemDisplayImageSize"
16380
+ },
16381
+ "privacy": "public",
16382
+ "default": "'icon'",
16383
+ "description": "The expected size of the image displayed in the results.",
16384
+ "attribute": "image-size",
16385
+ "reflects": true
16386
+ },
16387
+ {
16388
+ "kind": "field",
16389
+ "name": "collectionField",
16390
+ "type": {
16391
+ "text": "string"
16392
+ },
16393
+ "privacy": "public",
16394
+ "description": "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.",
16395
+ "attribute": "collection-field",
16396
+ "reflects": true
16397
+ },
16398
+ {
16399
+ "kind": "field",
16400
+ "name": "parentField",
16401
+ "type": {
16402
+ "text": "string"
16403
+ },
16404
+ "privacy": "public",
16405
+ "description": "The name of the field that determines whether a certain result is a top result containing other child results within a collection.",
16406
+ "attribute": "parent-field",
16407
+ "reflects": true
16408
+ },
16409
+ {
16410
+ "kind": "field",
16411
+ "name": "childField",
16412
+ "type": {
16413
+ "text": "string"
16414
+ },
16415
+ "privacy": "public",
16416
+ "description": "The name of the field that uniquely identifies a result within a collection.",
16417
+ "attribute": "child-field",
16418
+ "reflects": true
16419
+ },
16420
+ {
16421
+ "kind": "field",
16422
+ "name": "numberOfFoldedResults",
16423
+ "type": {
16424
+ "text": "number"
16425
+ },
16426
+ "privacy": "public",
16427
+ "default": "2",
16428
+ "description": "The initial number of child results to request for each folded collection, before expansion.",
16429
+ "attribute": "number-of-folded-results",
16430
+ "reflects": true
16431
+ },
16432
+ {
16433
+ "kind": "field",
16434
+ "name": "bindings",
16435
+ "type": {
16436
+ "text": "InsightBindings"
16437
+ },
16438
+ "privacy": "private"
16439
+ },
16440
+ {
16441
+ "kind": "field",
16442
+ "name": "error",
16443
+ "type": {
16444
+ "text": "Error"
16445
+ },
16446
+ "privacy": "private"
16447
+ },
16448
+ {
16449
+ "kind": "field",
16450
+ "name": "isAppLoaded",
16451
+ "type": {
16452
+ "text": "boolean"
16453
+ },
16454
+ "privacy": "private",
16455
+ "default": "false"
16456
+ },
16457
+ {
16458
+ "kind": "field",
16459
+ "name": "isEveryResultReady",
16460
+ "type": {
16461
+ "text": "boolean"
16462
+ },
16463
+ "privacy": "private",
16464
+ "default": "false"
16465
+ },
16466
+ {
16467
+ "kind": "field",
16468
+ "name": "resultTemplateRegistered",
16469
+ "type": {
16470
+ "text": "boolean"
16471
+ },
16472
+ "privacy": "private",
16473
+ "default": "false"
16474
+ },
16475
+ {
16476
+ "kind": "field",
16477
+ "name": "templateHasError",
16478
+ "type": {
16479
+ "text": "boolean"
16480
+ },
16481
+ "privacy": "private",
16482
+ "default": "false"
16483
+ },
16484
+ {
16485
+ "kind": "field",
16486
+ "name": "foldedResultListState",
16487
+ "type": {
16488
+ "text": "InsightFoldedResultListState"
16489
+ },
16490
+ "privacy": "private"
16491
+ },
16492
+ {
16493
+ "kind": "field",
16494
+ "name": "resultsPerPageState",
16495
+ "type": {
16496
+ "text": "InsightResultsPerPageState"
16497
+ },
16498
+ "privacy": "private"
16499
+ },
16500
+ {
16501
+ "kind": "method",
16502
+ "name": "initialize",
16503
+ "privacy": "public"
16504
+ },
16505
+ {
16506
+ "kind": "method",
16507
+ "name": "setRenderFunction",
16508
+ "privacy": "public",
16509
+ "parameters": [
16510
+ {
16511
+ "name": "resultRenderingFunction",
16512
+ "type": {
16513
+ "text": "ItemRenderingFunction"
16514
+ }
16515
+ }
16516
+ ],
16517
+ "description": "Sets a rendering function to bypass the standard HTML template mechanism for rendering results.\nYou can use this function while working with web frameworks that don't use plain HTML syntax such as React, Angular, or Vue.\n\nDo not use this method if you integrate Atomic in a plain HTML deployment."
16518
+ },
16519
+ {
16520
+ "kind": "method",
16521
+ "name": "updateResultReadyState",
16522
+ "privacy": "private"
16523
+ },
16524
+ {
16525
+ "kind": "field",
16526
+ "name": "handleResolveFoldedResultList",
16527
+ "privacy": "private"
16528
+ },
16529
+ {
16530
+ "kind": "field",
16531
+ "name": "handleLoadCollection",
16532
+ "privacy": "private"
16533
+ },
16534
+ {
16535
+ "kind": "method",
16536
+ "name": "initFolding",
16537
+ "privacy": "private",
16538
+ "return": {
16539
+ "type": {
16540
+ "text": "InsightFoldedResultList"
16541
+ }
16542
+ }
16543
+ },
16544
+ {
16545
+ "kind": "method",
16546
+ "name": "initResultTemplateProvider",
16547
+ "privacy": "private"
16548
+ },
16549
+ {
16550
+ "kind": "method",
16551
+ "name": "initResultListCommon",
16552
+ "privacy": "private"
16553
+ },
16554
+ {
16555
+ "kind": "method",
16556
+ "name": "computeListDisplayClasses",
16557
+ "privacy": "private"
16558
+ },
16559
+ {
16560
+ "kind": "method",
16561
+ "name": "renderList",
16562
+ "privacy": "private"
16563
+ },
16564
+ {
16565
+ "kind": "field",
16566
+ "name": "focusTarget",
16567
+ "privacy": "private",
16568
+ "readonly": true
16569
+ },
16570
+ {
16571
+ "kind": "method",
16572
+ "name": "getContent",
16573
+ "privacy": "private",
16574
+ "parameters": [
16575
+ {
16576
+ "name": "collection",
16577
+ "type": {
16578
+ "text": "InsightFoldedCollection"
16579
+ }
16580
+ }
16581
+ ]
16582
+ },
16583
+ {
16584
+ "kind": "method",
16585
+ "name": "getInteractiveResult",
16586
+ "privacy": "private",
16587
+ "parameters": [
16588
+ {
16589
+ "name": "collection",
16590
+ "type": {
16591
+ "text": "InsightFoldedCollection"
16592
+ }
16593
+ }
16594
+ ]
16595
+ },
16596
+ {
16597
+ "kind": "method",
16598
+ "name": "getResultId",
16599
+ "privacy": "private",
16600
+ "parameters": [
16601
+ {
16602
+ "name": "collection",
16603
+ "type": {
16604
+ "text": "InsightFoldedCollection"
16605
+ }
16606
+ }
16607
+ ]
16608
+ },
16609
+ {
16610
+ "kind": "method",
16611
+ "name": "getUpdateComplete",
16612
+ "return": {
16613
+ "type": {
16614
+ "text": "Promise<boolean>"
16615
+ }
16616
+ },
16617
+ "inheritedFrom": {
16618
+ "name": "ChildrenUpdateCompleteMixin",
16619
+ "module": "src/mixins/children-update-complete-mixin.ts"
16620
+ }
16621
+ }
16622
+ ],
16623
+ "attributes": [
16624
+ {
16625
+ "name": "density",
16626
+ "type": {
16627
+ "text": "ItemDisplayDensity"
16628
+ },
16629
+ "default": "'normal'",
16630
+ "description": "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.",
16631
+ "fieldName": "density"
16632
+ },
16633
+ {
16634
+ "name": "image-size",
16635
+ "type": {
16636
+ "text": "ItemDisplayImageSize"
16637
+ },
16638
+ "default": "'icon'",
16639
+ "description": "The expected size of the image displayed in the results.",
16640
+ "fieldName": "imageSize"
16641
+ },
16642
+ {
16643
+ "name": "collection-field",
16644
+ "type": {
16645
+ "text": "string"
16646
+ },
16647
+ "description": "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.",
16648
+ "fieldName": "collectionField"
16649
+ },
16650
+ {
16651
+ "name": "parent-field",
16652
+ "type": {
16653
+ "text": "string"
16654
+ },
16655
+ "description": "The name of the field that determines whether a certain result is a top result containing other child results within a collection.",
16656
+ "fieldName": "parentField"
16657
+ },
16658
+ {
16659
+ "name": "child-field",
16660
+ "type": {
16661
+ "text": "string"
16662
+ },
16663
+ "description": "The name of the field that uniquely identifies a result within a collection.",
16664
+ "fieldName": "childField"
16665
+ },
16666
+ {
16667
+ "name": "number-of-folded-results",
16668
+ "type": {
16669
+ "text": "number"
16670
+ },
16671
+ "default": "2",
16672
+ "description": "The initial number of child results to request for each folded collection, before expansion.",
16673
+ "fieldName": "numberOfFoldedResults"
16674
+ }
16675
+ ],
16676
+ "mixins": [
16677
+ {
16678
+ "name": "ChildrenUpdateCompleteMixin",
16679
+ "package": "@/src/mixins/children-update-complete-mixin"
16680
+ }
16681
+ ],
16682
+ "superclass": {
16683
+ "name": "LitElement",
16684
+ "package": "lit"
16685
+ },
16686
+ "events": [],
16687
+ "tagName": "atomic-insight-folded-result-list",
16688
+ "customElement": true
16689
+ }
16690
+ ],
16691
+ "exports": [
16692
+ {
16693
+ "kind": "js",
16694
+ "name": "AtomicInsightFoldedResultList",
16695
+ "declaration": {
16696
+ "name": "AtomicInsightFoldedResultList",
16697
+ "module": "src/components/insight/atomic-insight-folded-result-list/atomic-insight-folded-result-list.ts"
16698
+ }
16699
+ },
16700
+ {
16701
+ "kind": "custom-element-definition",
16702
+ "name": "atomic-insight-folded-result-list",
16703
+ "declaration": {
16704
+ "name": "AtomicInsightFoldedResultList",
16705
+ "module": "src/components/insight/atomic-insight-folded-result-list/atomic-insight-folded-result-list.ts"
16706
+ }
16707
+ }
16708
+ ]
16709
+ },
16577
16710
  {
16578
16711
  "kind": "javascript-module",
16579
16712
  "path": "src/components/insight/atomic-insight-full-search-button/atomic-insight-full-search-button.ts",
@@ -16944,7 +17077,8 @@
16944
17077
  "default": "5",
16945
17078
  "description": "The number of results per page. By default, this is set to `5`.",
16946
17079
  "attribute": "results-per-page",
16947
- "reflects": true
17080
+ "reflects": true,
17081
+ "privacy": "private"
16948
17082
  },
16949
17083
  {
16950
17084
  "kind": "field",
@@ -17143,15 +17277,6 @@
17143
17277
  "default": "[]",
17144
17278
  "description": "A list of non-default fields to include in the query results.\n\nSpecify the property as an array using a JSON string representation:\n```html\n<atomic-insight-interface fields-to-include='[\"fieldA\", \"fieldB\"]'></atomic-insight-interface>\n```",
17145
17279
  "fieldName": "fieldsToInclude"
17146
- },
17147
- {
17148
- "name": "results-per-page",
17149
- "type": {
17150
- "text": "number"
17151
- },
17152
- "default": "5",
17153
- "description": "The number of results per page. By default, this is set to `5`.",
17154
- "fieldName": "resultsPerPage"
17155
17280
  }
17156
17281
  ],
17157
17282
  "mixins": [
@@ -21130,6 +21255,310 @@
21130
21255
  "declarations": [],
21131
21256
  "exports": []
21132
21257
  },
21258
+ {
21259
+ "kind": "javascript-module",
21260
+ "path": "src/components/insight/atomic-insight-smart-snippet-suggestions/atomic-insight-smart-snippet-suggestions.ts",
21261
+ "declarations": [
21262
+ {
21263
+ "kind": "class",
21264
+ "description": "The `atomic-insight-smart-snippet-suggestions` component displays an accordion of questions related to the query with their corresponding answers.\n\nYou can style the snippets either with the `snippetStyle` prop, or by inserting a template element like this:\n```html\n<atomic-insight-smart-snippet-suggestions>\n <template>\n <style>\n b {\n color: blue;\n }\n </style>\n </template>\n</atomic-insight-smart-snippet-suggestions>\n```",
21265
+ "name": "AtomicInsightSmartSnippetSuggestions",
21266
+ "cssParts": [
21267
+ {
21268
+ "description": "The wrapper with a border around the entire component.",
21269
+ "name": "container"
21270
+ },
21271
+ {
21272
+ "description": "The heading above the list of related questions.",
21273
+ "name": "heading"
21274
+ },
21275
+ {
21276
+ "description": "The list of related questions.",
21277
+ "name": "questions"
21278
+ },
21279
+ {
21280
+ "description": "An expanded related question.",
21281
+ "name": "question-answer-expanded"
21282
+ },
21283
+ {
21284
+ "description": "A collapsed related question.",
21285
+ "name": "question-answer-collapsed"
21286
+ },
21287
+ {
21288
+ "description": "The button to collapse a related question.",
21289
+ "name": "question-button-expanded"
21290
+ },
21291
+ {
21292
+ "description": "The button to expand a related question.",
21293
+ "name": "question-button-collapsed"
21294
+ },
21295
+ {
21296
+ "description": "The caret of an expanded related question.",
21297
+ "name": "question-icon-expanded"
21298
+ },
21299
+ {
21300
+ "description": "The caret of a collapsed related question.",
21301
+ "name": "question-icon-collapsed"
21302
+ },
21303
+ {
21304
+ "description": "The title of an expanded related question.",
21305
+ "name": "question-text-expanded"
21306
+ },
21307
+ {
21308
+ "description": "The title of a collapsed related question.",
21309
+ "name": "question-text-collapsed"
21310
+ },
21311
+ {
21312
+ "description": "The wrapper around the answer and source of a related question.",
21313
+ "name": "answer-and-source"
21314
+ },
21315
+ {
21316
+ "description": "The container displaying the full document excerpt of a related question's answer.",
21317
+ "name": "answer"
21318
+ },
21319
+ {
21320
+ "description": "The wrapper around the source of a related question's answer.",
21321
+ "name": "footer"
21322
+ },
21323
+ {
21324
+ "description": "The URL to the document a related question's answer is extracted from.",
21325
+ "name": "source-url"
21326
+ },
21327
+ {
21328
+ "description": "The title of the document a related question's answer is extracted from.",
21329
+ "name": "source-title"
21330
+ }
21331
+ ],
21332
+ "slots": [
21333
+ {
21334
+ "description": "Lets you pass [attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#attributes) down to anchor elements, overriding other attributes. To be used exclusively in anchor elements, such as: `<a slot=\"source-anchor-attributes\" target=\"_blank\"></a>`.",
21335
+ "name": "source-anchor-attributes"
21336
+ }
21337
+ ],
21338
+ "members": [
21339
+ {
21340
+ "kind": "field",
21341
+ "name": "propsSchema",
21342
+ "privacy": "private",
21343
+ "static": true,
21344
+ "readonly": true,
21345
+ "default": "new Schema({ headingLevel: new NumberValue({min: 0, max: 5, required: false}), })"
21346
+ },
21347
+ {
21348
+ "kind": "field",
21349
+ "name": "bindings",
21350
+ "type": {
21351
+ "text": "InsightBindings"
21352
+ },
21353
+ "privacy": "private"
21354
+ },
21355
+ {
21356
+ "kind": "field",
21357
+ "name": "error",
21358
+ "type": {
21359
+ "text": "Error"
21360
+ },
21361
+ "privacy": "private"
21362
+ },
21363
+ {
21364
+ "kind": "field",
21365
+ "name": "smartSnippetQuestionsListState",
21366
+ "type": {
21367
+ "text": "SmartSnippetQuestionsListState"
21368
+ },
21369
+ "privacy": "private"
21370
+ },
21371
+ {
21372
+ "kind": "field",
21373
+ "name": "smartSnippetQuestionsList",
21374
+ "type": {
21375
+ "text": "SmartSnippetQuestionsList"
21376
+ },
21377
+ "privacy": "private"
21378
+ },
21379
+ {
21380
+ "kind": "field",
21381
+ "name": "headingLevel",
21382
+ "type": {
21383
+ "text": "number"
21384
+ },
21385
+ "privacy": "public",
21386
+ "default": "0",
21387
+ "description": "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.",
21388
+ "attribute": "heading-level",
21389
+ "reflects": true
21390
+ },
21391
+ {
21392
+ "kind": "field",
21393
+ "name": "snippetStyle",
21394
+ "type": {
21395
+ "text": "string"
21396
+ },
21397
+ "description": "Sets the style of the snippets.\n\nExample:\n```ts\nsmartSnippet.snippetStyle = `\n b {\n color: blue;\n }\n`;\n```",
21398
+ "attribute": "snippet-style"
21399
+ },
21400
+ {
21401
+ "kind": "field",
21402
+ "name": "accordionId",
21403
+ "type": {
21404
+ "text": "string"
21405
+ },
21406
+ "privacy": "private"
21407
+ },
21408
+ {
21409
+ "kind": "method",
21410
+ "name": "initialize",
21411
+ "privacy": "public"
21412
+ },
21413
+ {
21414
+ "kind": "method",
21415
+ "name": "renderRelatedQuestion",
21416
+ "privacy": "private",
21417
+ "parameters": [
21418
+ {
21419
+ "name": "relatedQuestion",
21420
+ "type": {
21421
+ "text": "SmartSnippetRelatedQuestion"
21422
+ }
21423
+ },
21424
+ {
21425
+ "name": "index",
21426
+ "type": {
21427
+ "text": "number"
21428
+ }
21429
+ }
21430
+ ]
21431
+ },
21432
+ {
21433
+ "kind": "method",
21434
+ "name": "renderQuestionButton",
21435
+ "privacy": "private",
21436
+ "parameters": [
21437
+ {
21438
+ "name": "relatedQuestion",
21439
+ "type": {
21440
+ "text": "SmartSnippetRelatedQuestion"
21441
+ }
21442
+ },
21443
+ {
21444
+ "name": "index",
21445
+ "type": {
21446
+ "text": "number"
21447
+ }
21448
+ }
21449
+ ]
21450
+ },
21451
+ {
21452
+ "kind": "method",
21453
+ "name": "renderAnswer",
21454
+ "privacy": "private",
21455
+ "parameters": [
21456
+ {
21457
+ "name": "relatedQuestion",
21458
+ "type": {
21459
+ "text": "SmartSnippetRelatedQuestion"
21460
+ }
21461
+ },
21462
+ {
21463
+ "name": "index",
21464
+ "type": {
21465
+ "text": "number"
21466
+ }
21467
+ }
21468
+ ]
21469
+ },
21470
+ {
21471
+ "kind": "method",
21472
+ "name": "renderSource",
21473
+ "privacy": "private",
21474
+ "parameters": [
21475
+ {
21476
+ "name": "questionAnswerId",
21477
+ "type": {
21478
+ "text": "string"
21479
+ }
21480
+ },
21481
+ {
21482
+ "name": "source",
21483
+ "type": {
21484
+ "text": "Result"
21485
+ }
21486
+ }
21487
+ ]
21488
+ },
21489
+ {
21490
+ "kind": "field",
21491
+ "name": "computedSnippetStyle",
21492
+ "privacy": "private",
21493
+ "readonly": true
21494
+ },
21495
+ {
21496
+ "kind": "method",
21497
+ "name": "toggleQuestion",
21498
+ "privacy": "private",
21499
+ "parameters": [
21500
+ {
21501
+ "name": "relatedQuestion",
21502
+ "type": {
21503
+ "text": "SmartSnippetRelatedQuestion"
21504
+ }
21505
+ }
21506
+ ]
21507
+ }
21508
+ ],
21509
+ "attributes": [
21510
+ {
21511
+ "name": "heading-level",
21512
+ "type": {
21513
+ "text": "number"
21514
+ },
21515
+ "default": "0",
21516
+ "description": "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.",
21517
+ "fieldName": "headingLevel"
21518
+ },
21519
+ {
21520
+ "name": "snippet-style",
21521
+ "type": {
21522
+ "text": "string"
21523
+ },
21524
+ "description": "Sets the style of the snippets.\n\nExample:\n```ts\nsmartSnippet.snippetStyle = `\n b {\n color: blue;\n }\n`;\n```",
21525
+ "fieldName": "snippetStyle"
21526
+ }
21527
+ ],
21528
+ "superclass": {
21529
+ "name": "LitElement",
21530
+ "package": "lit"
21531
+ },
21532
+ "events": [],
21533
+ "tagName": "atomic-insight-smart-snippet-suggestions",
21534
+ "customElement": true
21535
+ }
21536
+ ],
21537
+ "exports": [
21538
+ {
21539
+ "kind": "js",
21540
+ "name": "AtomicInsightSmartSnippetSuggestions",
21541
+ "declaration": {
21542
+ "name": "AtomicInsightSmartSnippetSuggestions",
21543
+ "module": "src/components/insight/atomic-insight-smart-snippet-suggestions/atomic-insight-smart-snippet-suggestions.ts"
21544
+ }
21545
+ },
21546
+ {
21547
+ "kind": "custom-element-definition",
21548
+ "name": "atomic-insight-smart-snippet-suggestions",
21549
+ "declaration": {
21550
+ "name": "AtomicInsightSmartSnippetSuggestions",
21551
+ "module": "src/components/insight/atomic-insight-smart-snippet-suggestions/atomic-insight-smart-snippet-suggestions.ts"
21552
+ }
21553
+ }
21554
+ ]
21555
+ },
21556
+ {
21557
+ "kind": "javascript-module",
21558
+ "path": "src/components/insight/atomic-insight-smart-snippet-suggestions/atomic-insight-smart-snippet-suggestions.tw.css.ts",
21559
+ "declarations": [],
21560
+ "exports": []
21561
+ },
21133
21562
  {
21134
21563
  "kind": "javascript-module",
21135
21564
  "path": "src/components/insight/atomic-insight-tab/atomic-insight-tab.ts",
@@ -23093,6 +23522,570 @@
23093
23522
  "declarations": [],
23094
23523
  "exports": []
23095
23524
  },
23525
+ {
23526
+ "kind": "javascript-module",
23527
+ "path": "src/components/recommendations/atomic-recs-list/atomic-recs-list.ts",
23528
+ "declarations": [
23529
+ {
23530
+ "kind": "class",
23531
+ "description": "The `atomic-recs-list` component displays recommendations by applying one or more result templates.",
23532
+ "name": "AtomicRecsList",
23533
+ "cssParts": [
23534
+ {
23535
+ "description": "The element containing the list of results.",
23536
+ "name": "result-list"
23537
+ },
23538
+ {
23539
+ "description": "The parent of the result and the clickable link encompassing it.",
23540
+ "name": "result-list-grid-clickable-container"
23541
+ },
23542
+ {
23543
+ "description": "The clickable link encompassing the result.",
23544
+ "name": "result-list-grid-clickable"
23545
+ },
23546
+ {
23547
+ "description": "The label of the result list.",
23548
+ "name": "label"
23549
+ },
23550
+ {
23551
+ "description": "The previous button.",
23552
+ "name": "previous-button"
23553
+ },
23554
+ {
23555
+ "description": "The next button.",
23556
+ "name": "next-button"
23557
+ },
23558
+ {
23559
+ "description": "The list of indicators.",
23560
+ "name": "indicators"
23561
+ },
23562
+ {
23563
+ "description": "A single indicator.",
23564
+ "name": "indicator"
23565
+ },
23566
+ {
23567
+ "description": "The active indicator.",
23568
+ "name": "active-indicator"
23569
+ }
23570
+ ],
23571
+ "slots": [
23572
+ {
23573
+ "description": "The default slot where to insert the template element.",
23574
+ "name": "default"
23575
+ }
23576
+ ],
23577
+ "members": [
23578
+ {
23579
+ "kind": "field",
23580
+ "name": "propsSchema",
23581
+ "privacy": "private",
23582
+ "static": true,
23583
+ "readonly": true,
23584
+ "default": "new Schema({ density: new StringValue({ constrainTo: ['normal', 'comfortable', 'compact'], }), display: new StringValue({constrainTo: ['grid', 'list']}), imageSize: new StringValue({ constrainTo: ['small', 'large', 'icon', 'none'], }), })"
23585
+ },
23586
+ {
23587
+ "kind": "field",
23588
+ "name": "recommendationList",
23589
+ "type": {
23590
+ "text": "RecommendationList"
23591
+ },
23592
+ "privacy": "private"
23593
+ },
23594
+ {
23595
+ "kind": "field",
23596
+ "name": "itemRenderingFunction",
23597
+ "type": {
23598
+ "text": "ItemRenderingFunction"
23599
+ },
23600
+ "privacy": "private"
23601
+ },
23602
+ {
23603
+ "kind": "field",
23604
+ "name": "loadingFlag",
23605
+ "privacy": "private"
23606
+ },
23607
+ {
23608
+ "kind": "field",
23609
+ "name": "nextNewResultTarget",
23610
+ "type": {
23611
+ "text": "FocusTargetController | undefined"
23612
+ },
23613
+ "privacy": "private"
23614
+ },
23615
+ {
23616
+ "kind": "field",
23617
+ "name": "itemListCommon",
23618
+ "type": {
23619
+ "text": "ItemListCommon"
23620
+ },
23621
+ "privacy": "private"
23622
+ },
23623
+ {
23624
+ "kind": "field",
23625
+ "name": "itemTemplateProvider",
23626
+ "type": {
23627
+ "text": "ResultTemplateProvider"
23628
+ },
23629
+ "privacy": "private"
23630
+ },
23631
+ {
23632
+ "kind": "field",
23633
+ "name": "bindings",
23634
+ "type": {
23635
+ "text": "RecsBindings"
23636
+ },
23637
+ "privacy": "private"
23638
+ },
23639
+ {
23640
+ "kind": "field",
23641
+ "name": "error",
23642
+ "type": {
23643
+ "text": "Error"
23644
+ },
23645
+ "privacy": "private"
23646
+ },
23647
+ {
23648
+ "kind": "field",
23649
+ "name": "isAppLoaded",
23650
+ "type": {
23651
+ "text": "boolean"
23652
+ },
23653
+ "privacy": "private",
23654
+ "default": "false"
23655
+ },
23656
+ {
23657
+ "kind": "field",
23658
+ "name": "isEveryResultReady",
23659
+ "type": {
23660
+ "text": "boolean"
23661
+ },
23662
+ "privacy": "private",
23663
+ "default": "false"
23664
+ },
23665
+ {
23666
+ "kind": "field",
23667
+ "name": "resultTemplateRegistered",
23668
+ "type": {
23669
+ "text": "boolean"
23670
+ },
23671
+ "privacy": "private",
23672
+ "default": "false"
23673
+ },
23674
+ {
23675
+ "kind": "field",
23676
+ "name": "templateHasError",
23677
+ "type": {
23678
+ "text": "boolean"
23679
+ },
23680
+ "privacy": "private",
23681
+ "default": "false"
23682
+ },
23683
+ {
23684
+ "kind": "field",
23685
+ "name": "currentPage",
23686
+ "type": {
23687
+ "text": "number"
23688
+ },
23689
+ "privacy": "private",
23690
+ "default": "0"
23691
+ },
23692
+ {
23693
+ "kind": "field",
23694
+ "name": "recommendationListState",
23695
+ "type": {
23696
+ "text": "RecommendationListState"
23697
+ },
23698
+ "privacy": "private"
23699
+ },
23700
+ {
23701
+ "kind": "field",
23702
+ "name": "recommendation",
23703
+ "type": {
23704
+ "text": "string"
23705
+ },
23706
+ "privacy": "public",
23707
+ "default": "'Recommendation'",
23708
+ "description": "The Recommendation identifier used by the Coveo platform to retrieve recommended documents.\nMake sure to set a different value for each atomic-recs-list in your page.",
23709
+ "attribute": "recommendation",
23710
+ "reflects": true
23711
+ },
23712
+ {
23713
+ "kind": "field",
23714
+ "name": "display",
23715
+ "type": {
23716
+ "text": "ItemDisplayBasicLayout"
23717
+ },
23718
+ "privacy": "public",
23719
+ "default": "'list'",
23720
+ "description": "The layout to apply when displaying results themselves. This does not affect the display of the surrounding list itself.\nTo modify the number of recommendations per column, modify the --atomic-recs-number-of-columns CSS variable.",
23721
+ "attribute": "display",
23722
+ "reflects": true
23723
+ },
23724
+ {
23725
+ "kind": "field",
23726
+ "name": "density",
23727
+ "type": {
23728
+ "text": "ItemDisplayDensity"
23729
+ },
23730
+ "privacy": "public",
23731
+ "default": "'normal'",
23732
+ "description": "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.",
23733
+ "attribute": "density",
23734
+ "reflects": true
23735
+ },
23736
+ {
23737
+ "kind": "field",
23738
+ "name": "imageSize",
23739
+ "type": {
23740
+ "text": "ItemDisplayImageSize"
23741
+ },
23742
+ "privacy": "public",
23743
+ "default": "'small'",
23744
+ "description": "The expected size of the image displayed in the results.",
23745
+ "attribute": "image-size",
23746
+ "reflects": true
23747
+ },
23748
+ {
23749
+ "kind": "field",
23750
+ "name": "numberOfRecommendations",
23751
+ "type": {
23752
+ "text": "number"
23753
+ },
23754
+ "privacy": "public",
23755
+ "default": "10",
23756
+ "description": "The total number of recommendations to display.\nThis does not modify the number of recommendations per column. To do so, modify the --atomic-recs-number-of-columns CSS variable.",
23757
+ "attribute": "number-of-recommendations",
23758
+ "reflects": true
23759
+ },
23760
+ {
23761
+ "kind": "field",
23762
+ "name": "numberOfRecommendationsPerPage",
23763
+ "type": {
23764
+ "text": "number"
23765
+ },
23766
+ "privacy": "public",
23767
+ "description": "The number of recommendations to display, per page.\nSetting a value greater than 0 and lower than the numberOfRecommendations value activates the carousel.\nThis does not affect the display of the list itself, only the number of recommendation pages.",
23768
+ "attribute": "number-of-recommendations-per-page",
23769
+ "reflects": true
23770
+ },
23771
+ {
23772
+ "kind": "field",
23773
+ "name": "label",
23774
+ "type": {
23775
+ "text": "string"
23776
+ },
23777
+ "privacy": "public",
23778
+ "description": "The non-localized label for the list of recommendations.",
23779
+ "attribute": "label",
23780
+ "reflects": true
23781
+ },
23782
+ {
23783
+ "kind": "field",
23784
+ "name": "headingLevel",
23785
+ "type": {
23786
+ "text": "number"
23787
+ },
23788
+ "privacy": "public",
23789
+ "default": "0",
23790
+ "description": "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.",
23791
+ "attribute": "heading-level",
23792
+ "reflects": true
23793
+ },
23794
+ {
23795
+ "kind": "method",
23796
+ "name": "setRenderFunction",
23797
+ "privacy": "public",
23798
+ "parameters": [
23799
+ {
23800
+ "name": "resultRenderingFunction",
23801
+ "type": {
23802
+ "text": "ItemRenderingFunction"
23803
+ }
23804
+ }
23805
+ ],
23806
+ "description": "Sets a rendering function to bypass the standard HTML template mechanism for rendering results.\nYou can use this function while working with web frameworks that don't use plain HTML syntax such as React, Angular, or Vue.\n\nDo not use this method if you integrate Atomic in a plain HTML deployment."
23807
+ },
23808
+ {
23809
+ "kind": "method",
23810
+ "name": "previousPage",
23811
+ "privacy": "public",
23812
+ "description": "Moves to the previous page, when the carousel is activated."
23813
+ },
23814
+ {
23815
+ "kind": "method",
23816
+ "name": "nextPage",
23817
+ "privacy": "public",
23818
+ "description": "Moves to the next page, when the carousel is activated."
23819
+ },
23820
+ {
23821
+ "kind": "method",
23822
+ "name": "initialize",
23823
+ "privacy": "public"
23824
+ },
23825
+ {
23826
+ "kind": "method",
23827
+ "name": "updateResultReadyState",
23828
+ "privacy": "private"
23829
+ },
23830
+ {
23831
+ "kind": "field",
23832
+ "name": "focusTarget",
23833
+ "privacy": "private",
23834
+ "readonly": true
23835
+ },
23836
+ {
23837
+ "kind": "field",
23838
+ "name": "recommendationListStateWithAugment",
23839
+ "privacy": "private",
23840
+ "readonly": true
23841
+ },
23842
+ {
23843
+ "kind": "field",
23844
+ "name": "currentIndex",
23845
+ "privacy": "private",
23846
+ "readonly": true
23847
+ },
23848
+ {
23849
+ "kind": "field",
23850
+ "name": "subsetRecommendations",
23851
+ "privacy": "private",
23852
+ "readonly": true
23853
+ },
23854
+ {
23855
+ "kind": "field",
23856
+ "name": "numberOfPages",
23857
+ "privacy": "private",
23858
+ "readonly": true
23859
+ },
23860
+ {
23861
+ "kind": "field",
23862
+ "name": "hasPagination",
23863
+ "privacy": "private",
23864
+ "readonly": true
23865
+ },
23866
+ {
23867
+ "kind": "field",
23868
+ "name": "shouldRenderPagination",
23869
+ "privacy": "private",
23870
+ "readonly": true
23871
+ },
23872
+ {
23873
+ "kind": "method",
23874
+ "name": "validateNumberOfRecommendationsPerPage",
23875
+ "privacy": "private"
23876
+ },
23877
+ {
23878
+ "kind": "method",
23879
+ "name": "validateRecommendationIdentifier",
23880
+ "privacy": "private"
23881
+ },
23882
+ {
23883
+ "kind": "method",
23884
+ "name": "updateOriginLevel2",
23885
+ "privacy": "private"
23886
+ },
23887
+ {
23888
+ "kind": "method",
23889
+ "name": "initResultTemplateProvider",
23890
+ "privacy": "private"
23891
+ },
23892
+ {
23893
+ "kind": "method",
23894
+ "name": "initItemListCommon",
23895
+ "privacy": "private"
23896
+ },
23897
+ {
23898
+ "kind": "method",
23899
+ "name": "computeListDisplayClasses",
23900
+ "privacy": "private"
23901
+ },
23902
+ {
23903
+ "kind": "method",
23904
+ "name": "renderHeading",
23905
+ "privacy": "private"
23906
+ },
23907
+ {
23908
+ "kind": "method",
23909
+ "name": "renderListOfRecommendations",
23910
+ "privacy": "private"
23911
+ },
23912
+ {
23913
+ "kind": "method",
23914
+ "name": "renderGrid",
23915
+ "privacy": "private"
23916
+ },
23917
+ {
23918
+ "kind": "method",
23919
+ "name": "getLinkContent",
23920
+ "privacy": "private",
23921
+ "parameters": [
23922
+ {
23923
+ "name": "result",
23924
+ "type": {
23925
+ "text": "RecsResult"
23926
+ }
23927
+ }
23928
+ ]
23929
+ },
23930
+ {
23931
+ "kind": "method",
23932
+ "name": "getContent",
23933
+ "privacy": "private",
23934
+ "parameters": [
23935
+ {
23936
+ "name": "result",
23937
+ "type": {
23938
+ "text": "RecsResult"
23939
+ }
23940
+ }
23941
+ ]
23942
+ },
23943
+ {
23944
+ "kind": "method",
23945
+ "name": "getInteractiveResult",
23946
+ "privacy": "private",
23947
+ "parameters": [
23948
+ {
23949
+ "name": "result",
23950
+ "type": {
23951
+ "text": "RecsResult"
23952
+ }
23953
+ }
23954
+ ]
23955
+ },
23956
+ {
23957
+ "kind": "method",
23958
+ "name": "getResultId",
23959
+ "privacy": "private",
23960
+ "parameters": [
23961
+ {
23962
+ "name": "result",
23963
+ "type": {
23964
+ "text": "RecsResult"
23965
+ }
23966
+ }
23967
+ ]
23968
+ },
23969
+ {
23970
+ "kind": "method",
23971
+ "name": "getUpdateComplete",
23972
+ "return": {
23973
+ "type": {
23974
+ "text": "Promise<boolean>"
23975
+ }
23976
+ },
23977
+ "inheritedFrom": {
23978
+ "name": "ChildrenUpdateCompleteMixin",
23979
+ "module": "src/mixins/children-update-complete-mixin.ts"
23980
+ }
23981
+ }
23982
+ ],
23983
+ "attributes": [
23984
+ {
23985
+ "name": "recommendation",
23986
+ "type": {
23987
+ "text": "string"
23988
+ },
23989
+ "default": "'Recommendation'",
23990
+ "description": "The Recommendation identifier used by the Coveo platform to retrieve recommended documents.\nMake sure to set a different value for each atomic-recs-list in your page.",
23991
+ "fieldName": "recommendation"
23992
+ },
23993
+ {
23994
+ "name": "display",
23995
+ "type": {
23996
+ "text": "ItemDisplayBasicLayout"
23997
+ },
23998
+ "default": "'list'",
23999
+ "description": "The layout to apply when displaying results themselves. This does not affect the display of the surrounding list itself.\nTo modify the number of recommendations per column, modify the --atomic-recs-number-of-columns CSS variable.",
24000
+ "fieldName": "display"
24001
+ },
24002
+ {
24003
+ "name": "density",
24004
+ "type": {
24005
+ "text": "ItemDisplayDensity"
24006
+ },
24007
+ "default": "'normal'",
24008
+ "description": "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.",
24009
+ "fieldName": "density"
24010
+ },
24011
+ {
24012
+ "name": "image-size",
24013
+ "type": {
24014
+ "text": "ItemDisplayImageSize"
24015
+ },
24016
+ "default": "'small'",
24017
+ "description": "The expected size of the image displayed in the results.",
24018
+ "fieldName": "imageSize"
24019
+ },
24020
+ {
24021
+ "name": "number-of-recommendations",
24022
+ "type": {
24023
+ "text": "number"
24024
+ },
24025
+ "default": "10",
24026
+ "description": "The total number of recommendations to display.\nThis does not modify the number of recommendations per column. To do so, modify the --atomic-recs-number-of-columns CSS variable.",
24027
+ "fieldName": "numberOfRecommendations"
24028
+ },
24029
+ {
24030
+ "name": "number-of-recommendations-per-page",
24031
+ "type": {
24032
+ "text": "number"
24033
+ },
24034
+ "description": "The number of recommendations to display, per page.\nSetting a value greater than 0 and lower than the numberOfRecommendations value activates the carousel.\nThis does not affect the display of the list itself, only the number of recommendation pages.",
24035
+ "fieldName": "numberOfRecommendationsPerPage"
24036
+ },
24037
+ {
24038
+ "name": "label",
24039
+ "type": {
24040
+ "text": "string"
24041
+ },
24042
+ "description": "The non-localized label for the list of recommendations.",
24043
+ "fieldName": "label"
24044
+ },
24045
+ {
24046
+ "name": "heading-level",
24047
+ "type": {
24048
+ "text": "number"
24049
+ },
24050
+ "default": "0",
24051
+ "description": "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.",
24052
+ "fieldName": "headingLevel"
24053
+ }
24054
+ ],
24055
+ "mixins": [
24056
+ {
24057
+ "name": "ChildrenUpdateCompleteMixin",
24058
+ "package": "@/src/mixins/children-update-complete-mixin"
24059
+ }
24060
+ ],
24061
+ "superclass": {
24062
+ "name": "LitElement",
24063
+ "package": "lit"
24064
+ },
24065
+ "events": [],
24066
+ "tagName": "atomic-recs-list",
24067
+ "customElement": true
24068
+ }
24069
+ ],
24070
+ "exports": [
24071
+ {
24072
+ "kind": "js",
24073
+ "name": "AtomicRecsList",
24074
+ "declaration": {
24075
+ "name": "AtomicRecsList",
24076
+ "module": "src/components/recommendations/atomic-recs-list/atomic-recs-list.ts"
24077
+ }
24078
+ },
24079
+ {
24080
+ "kind": "custom-element-definition",
24081
+ "name": "atomic-recs-list",
24082
+ "declaration": {
24083
+ "name": "AtomicRecsList",
24084
+ "module": "src/components/recommendations/atomic-recs-list/atomic-recs-list.ts"
24085
+ }
24086
+ }
24087
+ ]
24088
+ },
23096
24089
  {
23097
24090
  "kind": "javascript-module",
23098
24091
  "path": "src/components/recommendations/atomic-recs-result/atomic-recs-result.ts",
@@ -45083,6 +46076,12 @@
45083
46076
  "declarations": [],
45084
46077
  "exports": []
45085
46078
  },
46079
+ {
46080
+ "kind": "javascript-module",
46081
+ "path": "src/components/common/generated-answer/generated-answer-thread-item/generated-answer-thread-item.ts",
46082
+ "declarations": [],
46083
+ "exports": []
46084
+ },
45086
46085
  {
45087
46086
  "kind": "javascript-module",
45088
46087
  "path": "src/components/common/generated-answer/generated-content/generated-markdown-content.ts",
@@ -45323,6 +46322,24 @@
45323
46322
  "declarations": [],
45324
46323
  "exports": []
45325
46324
  },
46325
+ {
46326
+ "kind": "javascript-module",
46327
+ "path": "src/components/insight/atomic-insight-folded-result-list/e2e/atomic-insight-folded-result-list.e2e.ts",
46328
+ "declarations": [],
46329
+ "exports": []
46330
+ },
46331
+ {
46332
+ "kind": "javascript-module",
46333
+ "path": "src/components/insight/atomic-insight-folded-result-list/e2e/fixture.ts",
46334
+ "declarations": [],
46335
+ "exports": []
46336
+ },
46337
+ {
46338
+ "kind": "javascript-module",
46339
+ "path": "src/components/insight/atomic-insight-folded-result-list/e2e/page-object.ts",
46340
+ "declarations": [],
46341
+ "exports": []
46342
+ },
45326
46343
  {
45327
46344
  "kind": "javascript-module",
45328
46345
  "path": "src/components/insight/atomic-insight-full-search-button/e2e/atomic-insight-full-search-button.e2e.ts",
@@ -45629,6 +46646,24 @@
45629
46646
  "declarations": [],
45630
46647
  "exports": []
45631
46648
  },
46649
+ {
46650
+ "kind": "javascript-module",
46651
+ "path": "src/components/insight/atomic-insight-smart-snippet-suggestions/e2e/atomic-insight-smart-snippet-suggestions.e2e.ts",
46652
+ "declarations": [],
46653
+ "exports": []
46654
+ },
46655
+ {
46656
+ "kind": "javascript-module",
46657
+ "path": "src/components/insight/atomic-insight-smart-snippet-suggestions/e2e/fixture.ts",
46658
+ "declarations": [],
46659
+ "exports": []
46660
+ },
46661
+ {
46662
+ "kind": "javascript-module",
46663
+ "path": "src/components/insight/atomic-insight-smart-snippet-suggestions/e2e/page-object.ts",
46664
+ "declarations": [],
46665
+ "exports": []
46666
+ },
45632
46667
  {
45633
46668
  "kind": "javascript-module",
45634
46669
  "path": "src/components/insight/atomic-insight-user-actions-timeline/e2e/atomic-insight-user-actions-timeline.e2e.ts",