@coveo/atomic 3.33.8-pre.a6ca64b34f → 3.33.8-pre.aca5ee1011
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.
- package/dist/atomic/_atomic.esm.js +1 -1
- package/dist/atomic/atomic.esm.js.map +1 -1
- package/dist/atomic/autoloader/index.cjs.js +2 -2
- package/dist/atomic/autoloader/index.esm.js +2 -2
- package/dist/atomic/components/_index.d.ts +2 -2
- package/dist/atomic/components/_index.js +1 -1
- package/dist/atomic/components/analytics-config.js +1 -1
- package/dist/atomic/components/atomic-category-facet.js +1 -1
- package/dist/atomic/components/atomic-citation.js +1 -1
- package/dist/atomic/components/atomic-facet-manager.js +1 -1
- package/dist/atomic/components/atomic-facet.js +1 -1
- package/dist/atomic/components/atomic-format-currency.js +1 -1
- package/dist/atomic/components/atomic-format-number.js +1 -1
- package/dist/atomic/components/atomic-format-unit.js +1 -1
- package/dist/atomic/components/atomic-generated-answer-feedback-modal.js +1 -1
- package/dist/atomic/components/atomic-html2.js +1 -1
- package/dist/atomic/components/atomic-insight-edit-toggle.js +1 -1
- package/dist/atomic/components/atomic-insight-facet.js +1 -1
- package/dist/atomic/components/atomic-insight-folded-result-list.js +1 -1
- package/dist/atomic/components/atomic-insight-full-search-button.js +1 -1
- package/dist/atomic/components/atomic-insight-history-toggle.js +2 -2
- package/dist/atomic/components/atomic-insight-history-toggle.js.map +1 -1
- package/dist/atomic/components/atomic-insight-interface.js +1 -1
- package/dist/atomic/components/atomic-insight-no-results.js +1 -1
- package/dist/atomic/components/atomic-insight-numeric-facet.js +1 -1
- package/dist/atomic/components/atomic-insight-pager.js +3 -3
- package/dist/atomic/components/atomic-insight-query-error.js +1 -1
- package/dist/atomic/components/atomic-insight-refine-modal2.js +2 -2
- package/dist/atomic/components/atomic-insight-refine-toggle.js +1 -1
- package/dist/atomic/components/atomic-insight-result-action.js +1 -1
- package/dist/atomic/components/atomic-insight-result-attach-to-case-action.js +1 -1
- package/dist/atomic/components/atomic-insight-result-attach-to-case-indicator.js +1 -1
- package/dist/atomic/components/atomic-insight-result-children.js +1 -1
- package/dist/atomic/components/atomic-insight-result-list.js +1 -1
- package/dist/atomic/components/atomic-insight-result-quickview-action.js +1 -1
- package/dist/atomic/components/atomic-insight-result2.js +1 -1
- package/dist/atomic/components/atomic-insight-search-box.js +2 -2
- package/dist/atomic/components/atomic-insight-smart-snippet-feedback-modal2.js +2 -2
- package/dist/atomic/components/atomic-insight-tabs.js +1 -1
- package/dist/atomic/components/atomic-insight-user-actions-session2.js +1 -1
- package/dist/atomic/components/atomic-insight-user-actions-toggle.js +2 -2
- package/dist/atomic/components/atomic-insight-user-actions-toggle.js.map +1 -1
- package/dist/atomic/components/atomic-ipx-body2.js +2 -2
- package/dist/atomic/components/atomic-ipx-button.js +2 -2
- package/dist/atomic/components/atomic-ipx-embedded.js +1 -1
- package/dist/atomic/components/atomic-ipx-modal.js +2 -2
- package/dist/atomic/components/atomic-ipx-recs-list.js +1 -1
- package/dist/atomic/components/atomic-ipx-refine-modal2.js +1 -1
- package/dist/atomic/components/atomic-ipx-refine-toggle.js +1 -1
- package/dist/atomic/components/atomic-ipx-result-link.js +1 -1
- package/dist/atomic/components/atomic-ipx-tabs.js +1 -1
- package/dist/atomic/components/atomic-load-more-results.js +1 -1
- package/dist/atomic/components/atomic-no-results.js +1 -1
- package/dist/atomic/components/atomic-numeric-facet.js +2 -1
- package/dist/atomic/components/atomic-numeric-facet.js.map +1 -1
- package/dist/atomic/components/atomic-pager.js +3 -3
- package/dist/atomic/components/atomic-query-error.js +1 -1
- package/dist/atomic/components/atomic-quickview-modal2.js +1 -1
- package/dist/atomic/components/atomic-quickview.js +1 -1
- package/dist/atomic/components/atomic-recs-error.js +1 -1
- package/dist/atomic/components/atomic-recs-interface.js +1 -1
- package/dist/atomic/components/atomic-recs-list.js +1 -1
- package/dist/atomic/components/atomic-refine-modal2.js +1 -1
- package/dist/atomic/components/atomic-refine-toggle.js +1 -1
- package/dist/atomic/components/atomic-relevance-inspector.js +46 -1
- package/dist/atomic/components/atomic-relevance-inspector.js.map +1 -1
- package/dist/atomic/components/atomic-result-children.js +1 -1
- package/dist/atomic/components/atomic-result-fields-list.js +1 -1
- package/dist/atomic/components/atomic-result-link.js +1 -1
- package/dist/atomic/components/atomic-result-list.js +1 -1
- package/dist/atomic/components/atomic-result-placeholder2.js +2 -2
- package/dist/atomic/components/atomic-result-table-placeholder2.js +1 -1
- package/dist/atomic/components/atomic-search-box-instant-results.js +1 -1
- package/dist/atomic/components/atomic-search-box-query-suggestions2.js +1 -1
- package/dist/atomic/components/atomic-search-box-recent-queries.d.ts +11 -0
- package/dist/atomic/components/atomic-search-box-recent-queries.js +8 -0
- package/dist/atomic/components/atomic-search-box-recent-queries.js.map +1 -0
- package/dist/atomic/components/atomic-search-box-recent-queries2.js +183 -0
- package/dist/atomic/components/atomic-search-box-recent-queries2.js.map +1 -0
- package/dist/atomic/components/atomic-search-box.js +23 -6
- package/dist/atomic/components/atomic-search-box.js.map +1 -1
- package/dist/atomic/components/atomic-smart-snippet-answer2.js +1 -1
- package/dist/atomic/components/atomic-smart-snippet-collapse-wrapper2.js +2 -2
- package/dist/atomic/components/atomic-smart-snippet-expandable-answer2.js +1 -1
- package/dist/atomic/components/atomic-smart-snippet-feedback-modal2.js +2 -2
- package/dist/atomic/components/atomic-smart-snippet-source2.js +1 -1
- package/dist/atomic/components/atomic-sort-dropdown.js +2 -2
- package/dist/atomic/components/atomic-sort-expression.js +1 -1
- package/dist/atomic/components/atomic-stencil-facet-date-input.js +3 -3
- package/dist/atomic/components/atomic-suggestion-renderer2.js +1 -1
- package/dist/atomic/components/atomic-tab-manager.js +1 -1
- package/dist/atomic/components/clock.js +2 -2
- package/dist/atomic/components/components/commerce/atomic-commerce-interface/atomic-commerce-interface.js +50 -8
- package/dist/atomic/components/components/commerce/atomic-commerce-query-summary/atomic-commerce-query-summary.js +2 -2
- package/dist/atomic/components/components/commerce/atomic-commerce-recommendation-interface/atomic-commerce-recommendation-interface.js +25 -10
- package/dist/atomic/components/components/commerce/atomic-commerce-search-box/atomic-commerce-search-box.js +12 -5
- package/dist/atomic/components/components/common/atomic-modal/atomic-modal.js +2 -0
- package/dist/atomic/components/components/common/formats/format-common.js +1 -1
- package/dist/atomic/components/components/search/atomic-search-interface/analytics-config.js +57 -0
- package/dist/atomic/components/components/search/atomic-search-interface/atomic-search-interface.js +496 -0
- package/dist/atomic/components/components/search/atomic-search-layout/atomic-search-layout.js +20 -9
- package/dist/atomic/components/components/search/index.js +1 -1
- package/dist/atomic/components/components/search/lazy-index.js +1 -1
- package/dist/atomic/components/depends-on.js +28 -28
- package/dist/atomic/components/depends-on.js.map +1 -1
- package/dist/atomic/components/facet-number-input.js +2 -2
- package/dist/atomic/components/format-common.js.map +1 -1
- package/dist/atomic/components/global/environment.js +1 -1
- package/dist/atomic/components/tab-button.js +1 -1
- package/dist/atomic/components/tab-popover.js +1 -1
- package/dist/atomic/{p-ba4bf29f.entry.js → p-004adbb8.entry.js} +2 -2
- package/dist/atomic/{p-d0f47b33.entry.js → p-00a6ab8c.entry.js} +2 -2
- package/dist/atomic/{p-3b20b011.entry.js → p-0610b3e7.entry.js} +2 -2
- package/dist/atomic/{p-3a5257b5.entry.js → p-066b9147.entry.js} +2 -2
- package/dist/atomic/{p-ee6771f1.entry.js → p-07b6424c.entry.js} +2 -2
- package/dist/atomic/{p-2f8de0b9.entry.js → p-07fbb49a.entry.js} +2 -2
- package/dist/atomic/{p-811d6dcb.entry.js → p-0b3f6994.entry.js} +2 -2
- package/dist/atomic/{p-83c9244a.entry.js → p-0e27d4f2.entry.js} +2 -2
- package/dist/atomic/{p-c126ee6b.entry.js → p-0e5dc57f.entry.js} +2 -2
- package/dist/atomic/p-0edea6f9.entry.js +2 -0
- package/dist/atomic/{p-20341936.entry.js → p-10b5e0f3.entry.js} +2 -2
- package/dist/atomic/{p-2ca352f4.entry.js → p-15406648.entry.js} +2 -2
- package/dist/atomic/{p-a3efa89e.entry.js → p-160553ce.entry.js} +2 -2
- package/dist/atomic/p-25a96534.js.map +1 -1
- package/dist/atomic/{p-82cda72d.js → p-27e3a50c.js} +2 -2
- package/dist/atomic/{p-de066001.entry.js → p-2a4e9425.entry.js} +2 -2
- package/dist/atomic/{p-26a51a77.entry.js → p-3213225f.entry.js} +2 -2
- package/dist/atomic/{p-c49cfa0c.entry.js → p-383f66dc.entry.js} +2 -2
- package/dist/atomic/{p-021f01d6.entry.js → p-41c5d5fa.entry.js} +2 -2
- package/dist/atomic/{p-e23b3334.entry.js → p-441b1a7b.entry.js} +2 -2
- package/dist/atomic/{p-75e00690.entry.js → p-45c4685e.entry.js} +2 -2
- package/dist/atomic/{p-ae98c582.entry.js → p-4915faeb.entry.js} +2 -2
- package/dist/atomic/{p-e514cdb2.entry.js → p-4a74f4a3.entry.js} +2 -2
- package/dist/atomic/{p-52ba404c.entry.js → p-4c30ca3e.entry.js} +2 -2
- package/dist/atomic/{p-39e63678.entry.js → p-4e9d1f9e.entry.js} +2 -2
- package/dist/atomic/p-516b8165.entry.js +2 -0
- package/dist/atomic/p-516b8165.entry.js.map +1 -0
- package/dist/atomic/{p-877d35b1.entry.js → p-5adbf098.entry.js} +2 -2
- package/dist/atomic/{p-4b3d253b.entry.js → p-65373475.entry.js} +2 -2
- package/dist/atomic/p-6de44060.entry.js +2 -0
- package/dist/atomic/{p-fcf3f7d7.entry.js.map → p-6de44060.entry.js.map} +1 -1
- package/dist/atomic/{p-b28011e6.entry.js → p-71bb8125.entry.js} +2 -2
- package/dist/atomic/{p-c1999888.entry.js → p-754909fe.entry.js} +2 -2
- package/dist/atomic/p-79a9a372.entry.js +2 -0
- package/dist/atomic/{p-c88a3d2d.entry.js.map → p-79a9a372.entry.js.map} +1 -1
- package/dist/atomic/{p-36fab158.entry.js → p-7a6468a7.entry.js} +2 -2
- package/dist/atomic/{p-3a2c900c.entry.js → p-7b1a3cab.entry.js} +2 -2
- package/dist/atomic/{p-d93adf52.entry.js → p-7d63bf7b.entry.js} +2 -2
- package/dist/atomic/{p-d364064c.entry.js → p-7f40e57d.entry.js} +2 -2
- package/dist/atomic/{p-d785121d.entry.js → p-856e858c.entry.js} +2 -2
- package/dist/atomic/{p-e162805d.entry.js → p-8a7a23b7.entry.js} +2 -2
- package/dist/atomic/{p-78b70622.entry.js → p-8acb1466.entry.js} +2 -2
- package/dist/atomic/{p-604c4085.entry.js → p-8df7270f.entry.js} +2 -2
- package/dist/atomic/{p-8256cd44.entry.js → p-9147b0db.entry.js} +2 -2
- package/dist/atomic/{p-37374964.entry.js → p-9727f36b.entry.js} +2 -2
- package/dist/atomic/p-97829295.entry.js +2 -0
- package/dist/atomic/{p-31aa052e.entry.js → p-97e42c43.entry.js} +2 -2
- package/dist/atomic/{p-93e29b24.entry.js → p-9b92b4e2.entry.js} +2 -2
- package/dist/atomic/{p-1ef658d8.entry.js → p-9d023f0b.entry.js} +2 -2
- package/dist/atomic/{p-40635c2d.entry.js → p-9e771351.entry.js} +2 -2
- package/dist/atomic/{p-7b899b57.entry.js → p-a02b1209.entry.js} +2 -2
- package/dist/atomic/{p-9187a339.entry.js → p-a1dd8c62.entry.js} +2 -2
- package/dist/atomic/{p-035f8dc8.entry.js → p-a3fa6695.entry.js} +2 -2
- package/dist/atomic/{p-f0c2dfe8.entry.js → p-abb14108.entry.js} +2 -2
- package/dist/atomic/{p-48f57fd8.entry.js → p-b0c50194.entry.js} +2 -2
- package/dist/atomic/{p-d00a12e9.entry.js → p-b4ad3036.entry.js} +2 -2
- package/dist/atomic/{p-b0b17e21.entry.js → p-b4c34553.entry.js} +2 -2
- package/dist/atomic/{p-98c5b9b8.entry.js → p-b6377fb6.entry.js} +2 -2
- package/dist/atomic/{p-08794435.entry.js → p-ba650801.entry.js} +2 -2
- package/dist/atomic/{p-ea446721.entry.js → p-bd32625e.entry.js} +2 -2
- package/dist/atomic/{p-939eaaac.entry.js → p-bd99fcc1.entry.js} +2 -2
- package/dist/atomic/{p-a760d9f9.entry.js → p-be1b98a6.entry.js} +2 -2
- package/dist/atomic/{p-534b6a0a.entry.js → p-bf1dff76.entry.js} +2 -2
- package/dist/atomic/{p-99b8d52d.entry.js → p-bf49fed3.entry.js} +2 -2
- package/dist/atomic/{p-3f912e98.entry.js → p-c08f4ee6.entry.js} +2 -2
- package/dist/atomic/{p-e1cc5150.js → p-c280cd05.js} +1 -1
- package/dist/atomic/p-c2b4b401.entry.js +2 -0
- package/dist/atomic/{p-a53c7821.entry.js → p-c538c8ac.entry.js} +2 -2
- package/dist/atomic/{p-ca762513.entry.js → p-c889adbd.entry.js} +2 -2
- package/dist/atomic/{p-43d708cb.entry.js → p-c9fe4f77.entry.js} +2 -2
- package/dist/atomic/{p-ae060711.entry.js → p-ce41c447.entry.js} +2 -2
- package/dist/atomic/{p-3c8d109e.entry.js → p-d282e943.entry.js} +2 -2
- package/dist/atomic/{p-3c8d109e.entry.js.map → p-d282e943.entry.js.map} +1 -1
- package/dist/atomic/{p-f22bcb8c.entry.js → p-d2d22ab2.entry.js} +2 -2
- package/dist/atomic/{p-fa8b7c4c.entry.js → p-d4ad7336.entry.js} +2 -2
- package/dist/atomic/{p-627e1265.entry.js → p-d50c96c2.entry.js} +2 -2
- package/dist/atomic/p-dafbe2ef.js +2 -0
- package/dist/atomic/p-dafbe2ef.js.map +1 -0
- package/dist/atomic/{p-bc0d6d3d.entry.js → p-dee60597.entry.js} +2 -2
- package/dist/atomic/{p-b2ff1330.entry.js → p-e1c99e2e.entry.js} +2 -2
- package/dist/atomic/{p-7383fd32.entry.js → p-e3af1bb4.entry.js} +2 -2
- package/dist/atomic/{p-7dfcd6af.entry.js → p-e6a7e7b2.entry.js} +2 -2
- package/dist/atomic/{p-594488f2.entry.js → p-f0012580.entry.js} +2 -2
- package/dist/atomic/{p-7b0b9e9b.entry.js → p-f073a78d.entry.js} +2 -2
- package/dist/atomic/{p-fbe37f4b.entry.js → p-f8d62605.entry.js} +2 -2
- package/dist/atomic/{p-bdbbb47b.entry.js → p-f8ded37c.entry.js} +2 -2
- package/dist/atomic/{p-fea7bf3b.entry.js → p-f936f55e.entry.js} +2 -2
- package/dist/atomic/{p-fbfe913d.entry.js → p-fb1a1e2e.entry.js} +2 -2
- package/dist/atomic/{p-330e6e7c.entry.js → p-fd1326ad.entry.js} +2 -2
- package/dist/cjs/_loader.cjs.js +1 -1
- package/dist/cjs/{analytics-config-4c6d87cf.js → analytics-config-ead50db3.js} +2 -2
- package/dist/cjs/{analytics-config-4c6d87cf.js.map → analytics-config-ead50db3.js.map} +1 -1
- package/dist/cjs/atomic-category-facet.cjs.entry.js +2 -2
- package/dist/cjs/atomic-citation.cjs.entry.js +1 -1
- package/dist/cjs/atomic-color-facet.cjs.entry.js +1 -1
- package/dist/cjs/atomic-facet-manager.cjs.entry.js +1 -1
- package/dist/cjs/atomic-facet-number-input.cjs.entry.js +2 -2
- package/dist/cjs/atomic-facet.cjs.entry.js +2 -2
- package/dist/cjs/atomic-format-currency.cjs.entry.js +1 -1
- package/dist/cjs/atomic-format-number.cjs.entry.js +1 -1
- package/dist/cjs/atomic-format-unit.cjs.entry.js +1 -1
- package/dist/cjs/atomic-generated-answer-feedback-modal.cjs.entry.js +1 -1
- package/dist/cjs/atomic-html.cjs.entry.js +1 -1
- package/dist/cjs/atomic-insight-edit-toggle.cjs.entry.js +1 -1
- package/dist/cjs/atomic-insight-facet.cjs.entry.js +2 -2
- package/dist/cjs/atomic-insight-folded-result-list.cjs.entry.js +1 -1
- package/dist/cjs/atomic-insight-full-search-button.cjs.entry.js +1 -1
- package/dist/cjs/atomic-insight-history-toggle.cjs.entry.js +2 -2
- package/dist/cjs/atomic-insight-history-toggle.cjs.entry.js.map +1 -1
- package/dist/cjs/atomic-insight-interface.cjs.entry.js +2 -2
- package/dist/cjs/atomic-insight-no-results.cjs.entry.js +1 -1
- package/dist/cjs/atomic-insight-numeric-facet.cjs.entry.js +2 -2
- package/dist/cjs/atomic-insight-pager.cjs.entry.js +3 -3
- package/dist/cjs/atomic-insight-query-error.cjs.entry.js +1 -1
- package/dist/cjs/atomic-insight-refine-modal.cjs.entry.js +2 -2
- package/dist/cjs/atomic-insight-refine-toggle.cjs.entry.js +1 -1
- package/dist/cjs/atomic-insight-result-action.cjs.entry.js +1 -1
- package/dist/cjs/atomic-insight-result-attach-to-case-action.cjs.entry.js +1 -1
- package/dist/cjs/atomic-insight-result-attach-to-case-indicator.cjs.entry.js +1 -1
- package/dist/cjs/atomic-insight-result-children.cjs.entry.js +1 -1
- package/dist/cjs/atomic-insight-result-list.cjs.entry.js +1 -1
- package/dist/cjs/atomic-insight-result-quickview-action.cjs.entry.js +1 -1
- package/dist/cjs/atomic-insight-result.cjs.entry.js +1 -1
- package/dist/cjs/atomic-insight-search-box.cjs.entry.js +2 -2
- package/dist/cjs/atomic-insight-smart-snippet-feedback-modal.cjs.entry.js +2 -2
- package/dist/cjs/atomic-insight-tabs.cjs.entry.js +1 -1
- package/dist/cjs/atomic-insight-timeframe-facet.cjs.entry.js +1 -1
- package/dist/cjs/atomic-insight-user-actions-session_2.cjs.entry.js +1 -1
- package/dist/cjs/atomic-insight-user-actions-toggle.cjs.entry.js +2 -2
- package/dist/cjs/atomic-insight-user-actions-toggle.cjs.entry.js.map +1 -1
- package/dist/cjs/atomic-ipx-body.cjs.entry.js +2 -2
- package/dist/cjs/atomic-ipx-button.cjs.entry.js +2 -2
- package/dist/cjs/atomic-ipx-embedded.cjs.entry.js +1 -1
- package/dist/cjs/atomic-ipx-modal.cjs.entry.js +2 -2
- package/dist/cjs/atomic-ipx-recs-list.cjs.entry.js +1 -1
- package/dist/cjs/atomic-ipx-refine-modal.cjs.entry.js +1 -1
- package/dist/cjs/atomic-ipx-refine-toggle.cjs.entry.js +1 -1
- package/dist/cjs/atomic-ipx-result-link.cjs.entry.js +1 -1
- package/dist/cjs/atomic-ipx-tabs.cjs.entry.js +1 -1
- package/dist/cjs/atomic-load-more-results.cjs.entry.js +1 -1
- package/dist/cjs/atomic-no-results.cjs.entry.js +1 -1
- package/dist/cjs/atomic-numeric-facet.cjs.entry.js +3 -2
- package/dist/cjs/atomic-numeric-facet.cjs.entry.js.map +1 -1
- package/dist/cjs/atomic-pager.cjs.entry.js +3 -3
- package/dist/cjs/atomic-query-error.cjs.entry.js +1 -1
- package/dist/cjs/atomic-quickview-modal.cjs.entry.js +1 -1
- package/dist/cjs/atomic-quickview.cjs.entry.js +1 -1
- package/dist/cjs/atomic-rating-facet.cjs.entry.js +1 -1
- package/dist/cjs/atomic-rating-range-facet.cjs.entry.js +1 -1
- package/dist/cjs/atomic-recs-error.cjs.entry.js +1 -1
- package/dist/cjs/atomic-recs-interface.cjs.entry.js +2 -2
- package/dist/cjs/atomic-recs-list.cjs.entry.js +1 -1
- package/dist/cjs/atomic-refine-modal.cjs.entry.js +1 -1
- package/dist/cjs/atomic-refine-toggle.cjs.entry.js +1 -1
- package/dist/cjs/atomic-relevance-inspector.cjs.entry.js +2 -2
- package/dist/cjs/atomic-result-children.cjs.entry.js +1 -1
- package/dist/cjs/atomic-result-fields-list.cjs.entry.js +1 -1
- package/dist/cjs/atomic-result-link.cjs.entry.js +1 -1
- package/dist/cjs/atomic-result-list.cjs.entry.js +1 -1
- package/dist/cjs/atomic-result-placeholder_8.cjs.entry.js +3 -3
- package/dist/cjs/atomic-search-box-instant-results.cjs.entry.js +1 -1
- package/dist/cjs/atomic-search-box-query-suggestions_2.cjs.entry.js +234 -0
- package/dist/cjs/atomic-search-box-query-suggestions_2.cjs.entry.js.map +1 -0
- package/dist/cjs/atomic-search-box.cjs.entry.js +15 -4
- package/dist/cjs/atomic-search-box.cjs.entry.js.map +1 -1
- package/dist/cjs/atomic-segmented-facet.cjs.entry.js +1 -1
- package/dist/cjs/atomic-smart-snippet-answer_2.cjs.entry.js +2 -2
- package/dist/cjs/atomic-smart-snippet-collapse-wrapper_2.cjs.entry.js +3 -3
- package/dist/cjs/atomic-smart-snippet-feedback-modal.cjs.entry.js +2 -2
- package/dist/cjs/atomic-sort-dropdown.cjs.entry.js +2 -2
- package/dist/cjs/atomic-sort-expression.cjs.entry.js +1 -1
- package/dist/cjs/atomic-stencil-facet-date-input.cjs.entry.js +3 -3
- package/dist/cjs/atomic-suggestion-renderer.cjs.entry.js +1 -1
- package/dist/cjs/atomic-tab-bar_2.cjs.entry.js +1 -1
- package/dist/cjs/atomic-tab-button.cjs.entry.js +1 -1
- package/dist/cjs/atomic-tab-manager.cjs.entry.js +1 -1
- package/dist/cjs/atomic-timeframe-facet.cjs.entry.js +1 -1
- package/dist/cjs/atomic.cjs.js +1 -1
- package/dist/cjs/clock-f03ff827.js +7 -0
- package/dist/cjs/clock-f03ff827.js.map +1 -0
- package/dist/cjs/depends-on-f0cf3617.js +68 -0
- package/dist/cjs/depends-on-f0cf3617.js.map +1 -0
- package/dist/cjs/format-common-4aa8aa88.js.map +1 -1
- package/dist/cjs/index-757bc886.js +6 -10
- package/dist/cjs/version.cjs.js +2 -2
- package/dist/esm/_loader.js +1 -1
- package/dist/esm/{analytics-config-46d030a5.js → analytics-config-4429a5de.js} +2 -2
- package/dist/esm/{analytics-config-46d030a5.js.map → analytics-config-4429a5de.js.map} +1 -1
- package/dist/esm/atomic-category-facet.entry.js +2 -2
- package/dist/esm/atomic-citation.entry.js +1 -1
- package/dist/esm/atomic-color-facet.entry.js +1 -1
- package/dist/esm/atomic-facet-manager.entry.js +1 -1
- package/dist/esm/atomic-facet-number-input.entry.js +2 -2
- package/dist/esm/atomic-facet.entry.js +2 -2
- package/dist/esm/atomic-format-currency.entry.js +1 -1
- package/dist/esm/atomic-format-number.entry.js +1 -1
- package/dist/esm/atomic-format-unit.entry.js +1 -1
- package/dist/esm/atomic-generated-answer-feedback-modal.entry.js +1 -1
- package/dist/esm/atomic-html.entry.js +1 -1
- package/dist/esm/atomic-insight-edit-toggle.entry.js +1 -1
- package/dist/esm/atomic-insight-facet.entry.js +2 -2
- package/dist/esm/atomic-insight-folded-result-list.entry.js +1 -1
- package/dist/esm/atomic-insight-full-search-button.entry.js +1 -1
- package/dist/esm/atomic-insight-history-toggle.entry.js +2 -2
- package/dist/esm/atomic-insight-history-toggle.entry.js.map +1 -1
- package/dist/esm/atomic-insight-interface.entry.js +2 -2
- package/dist/esm/atomic-insight-no-results.entry.js +1 -1
- package/dist/esm/atomic-insight-numeric-facet.entry.js +2 -2
- package/dist/esm/atomic-insight-pager.entry.js +3 -3
- package/dist/esm/atomic-insight-query-error.entry.js +1 -1
- package/dist/esm/atomic-insight-refine-modal.entry.js +2 -2
- package/dist/esm/atomic-insight-refine-toggle.entry.js +1 -1
- package/dist/esm/atomic-insight-result-action.entry.js +1 -1
- package/dist/esm/atomic-insight-result-attach-to-case-action.entry.js +1 -1
- package/dist/esm/atomic-insight-result-attach-to-case-indicator.entry.js +1 -1
- package/dist/esm/atomic-insight-result-children.entry.js +1 -1
- package/dist/esm/atomic-insight-result-list.entry.js +1 -1
- package/dist/esm/atomic-insight-result-quickview-action.entry.js +1 -1
- package/dist/esm/atomic-insight-result.entry.js +1 -1
- package/dist/esm/atomic-insight-search-box.entry.js +2 -2
- package/dist/esm/atomic-insight-smart-snippet-feedback-modal.entry.js +2 -2
- package/dist/esm/atomic-insight-tabs.entry.js +1 -1
- package/dist/esm/atomic-insight-timeframe-facet.entry.js +1 -1
- package/dist/esm/atomic-insight-user-actions-session_2.entry.js +1 -1
- package/dist/esm/atomic-insight-user-actions-toggle.entry.js +2 -2
- package/dist/esm/atomic-insight-user-actions-toggle.entry.js.map +1 -1
- package/dist/esm/atomic-ipx-body.entry.js +2 -2
- package/dist/esm/atomic-ipx-button.entry.js +2 -2
- package/dist/esm/atomic-ipx-embedded.entry.js +1 -1
- package/dist/esm/atomic-ipx-modal.entry.js +2 -2
- package/dist/esm/atomic-ipx-recs-list.entry.js +1 -1
- package/dist/esm/atomic-ipx-refine-modal.entry.js +1 -1
- package/dist/esm/atomic-ipx-refine-toggle.entry.js +1 -1
- package/dist/esm/atomic-ipx-result-link.entry.js +1 -1
- package/dist/esm/atomic-ipx-tabs.entry.js +1 -1
- package/dist/esm/atomic-load-more-results.entry.js +1 -1
- package/dist/esm/atomic-no-results.entry.js +1 -1
- package/dist/esm/atomic-numeric-facet.entry.js +3 -2
- package/dist/esm/atomic-numeric-facet.entry.js.map +1 -1
- package/dist/esm/atomic-pager.entry.js +3 -3
- package/dist/esm/atomic-query-error.entry.js +1 -1
- package/dist/esm/atomic-quickview-modal.entry.js +1 -1
- package/dist/esm/atomic-quickview.entry.js +1 -1
- package/dist/esm/atomic-rating-facet.entry.js +1 -1
- package/dist/esm/atomic-rating-range-facet.entry.js +1 -1
- package/dist/esm/atomic-recs-error.entry.js +1 -1
- package/dist/esm/atomic-recs-interface.entry.js +2 -2
- package/dist/esm/atomic-recs-list.entry.js +1 -1
- package/dist/esm/atomic-refine-modal.entry.js +1 -1
- package/dist/esm/atomic-refine-toggle.entry.js +1 -1
- package/dist/esm/atomic-relevance-inspector.entry.js +2 -2
- package/dist/esm/atomic-result-children.entry.js +1 -1
- package/dist/esm/atomic-result-fields-list.entry.js +1 -1
- package/dist/esm/atomic-result-link.entry.js +1 -1
- package/dist/esm/atomic-result-list.entry.js +1 -1
- package/dist/esm/atomic-result-placeholder_8.entry.js +3 -3
- package/dist/esm/atomic-search-box-instant-results.entry.js +1 -1
- package/dist/esm/atomic-search-box-query-suggestions_2.entry.js +229 -0
- package/dist/esm/atomic-search-box-query-suggestions_2.entry.js.map +1 -0
- package/dist/esm/atomic-search-box.entry.js +15 -4
- package/dist/esm/atomic-search-box.entry.js.map +1 -1
- package/dist/esm/atomic-segmented-facet.entry.js +1 -1
- package/dist/esm/atomic-smart-snippet-answer_2.entry.js +2 -2
- package/dist/esm/atomic-smart-snippet-collapse-wrapper_2.entry.js +3 -3
- package/dist/esm/atomic-smart-snippet-feedback-modal.entry.js +2 -2
- package/dist/esm/atomic-sort-dropdown.entry.js +2 -2
- package/dist/esm/atomic-sort-expression.entry.js +1 -1
- package/dist/esm/atomic-stencil-facet-date-input.entry.js +3 -3
- package/dist/esm/atomic-suggestion-renderer.entry.js +1 -1
- package/dist/esm/atomic-tab-bar_2.entry.js +1 -1
- package/dist/esm/atomic-tab-button.entry.js +1 -1
- package/dist/esm/atomic-tab-manager.entry.js +1 -1
- package/dist/esm/atomic-timeframe-facet.entry.js +1 -1
- package/dist/esm/atomic.js +1 -1
- package/dist/esm/clock-add3e9a5.js +5 -0
- package/dist/esm/clock-add3e9a5.js.map +1 -0
- package/dist/esm/depends-on-20dabb86.js +66 -0
- package/dist/esm/depends-on-20dabb86.js.map +1 -0
- package/dist/esm/format-common-274e0f7c.js.map +1 -1
- package/dist/esm/index-3f35faca.js +6 -10
- package/dist/esm/version.js +2 -2
- package/dist/types/components/commerce/atomic-commerce-interface/atomic-commerce-interface.d.ts +30 -2
- package/dist/types/components/commerce/atomic-commerce-recommendation-interface/atomic-commerce-recommendation-interface.d.ts +1 -0
- package/dist/types/components/commerce/atomic-commerce-search-box/atomic-commerce-search-box.d.ts +1 -0
- package/dist/types/components/search/atomic-search-box/atomic-search-box.d.ts +1 -0
- package/dist/types/components/search/atomic-search-interface/atomic-search-interface.d.ts +46 -44
- package/dist/types/components/search/atomic-search-interface/interfaces.d.ts +2 -1
- package/dist/types/components/search/atomic-search-layout/atomic-search-layout.d.ts +3 -1
- package/dist/types/components/search/index.d.ts +1 -1
- package/dist/types/components/search/{atomic-search-box-recent-queries → search-box-suggestions/atomic-search-box-recent-queries}/atomic-search-box-recent-queries.d.ts +6 -10
- package/dist/types/components.d.ts +27 -141
- package/docs/atomic-docs.json +42 -508
- package/package.json +4 -4
- package/dist/atomic/components/atomic-relevance-inspector2.js +0 -50
- package/dist/atomic/components/atomic-relevance-inspector2.js.map +0 -1
- package/dist/atomic/components/atomic-search-interface.d.ts +0 -11
- package/dist/atomic/components/atomic-search-interface.js +0 -552
- package/dist/atomic/components/atomic-search-interface.js.map +0 -1
- package/dist/atomic/components/components/search/atomic-search-box-recent-queries/atomic-search-box-recent-queries.js +0 -144
- package/dist/atomic/p-0f13077e.js +0 -2
- package/dist/atomic/p-0f13077e.js.map +0 -1
- package/dist/atomic/p-1992b245.entry.js +0 -2
- package/dist/atomic/p-2e9db4ca.entry.js +0 -2
- package/dist/atomic/p-2e9db4ca.entry.js.map +0 -1
- package/dist/atomic/p-ad0f197a.entry.js +0 -2
- package/dist/atomic/p-ad0f197a.entry.js.map +0 -1
- package/dist/atomic/p-c88a3d2d.entry.js +0 -2
- package/dist/atomic/p-d24d34a7.entry.js +0 -2
- package/dist/atomic/p-e2afb475.entry.js +0 -2
- package/dist/atomic/p-fcf3f7d7.entry.js +0 -2
- package/dist/cjs/atomic-search-box-query-suggestions.cjs.entry.js +0 -76
- package/dist/cjs/atomic-search-box-query-suggestions.cjs.entry.js.map +0 -1
- package/dist/cjs/atomic-search-interface.cjs.entry.js +0 -511
- package/dist/cjs/atomic-search-interface.cjs.entry.js.map +0 -1
- package/dist/cjs/clock-7aeb19d0.js +0 -7
- package/dist/cjs/clock-7aeb19d0.js.map +0 -1
- package/dist/cjs/depends-on-0d4e4f15.js +0 -68
- package/dist/cjs/depends-on-0d4e4f15.js.map +0 -1
- package/dist/esm/atomic-search-box-query-suggestions.entry.js +0 -72
- package/dist/esm/atomic-search-box-query-suggestions.entry.js.map +0 -1
- package/dist/esm/atomic-search-interface.entry.js +0 -507
- package/dist/esm/atomic-search-interface.entry.js.map +0 -1
- package/dist/esm/clock-b1f5d7f7.js +0 -5
- package/dist/esm/clock-b1f5d7f7.js.map +0 -1
- package/dist/esm/depends-on-d73b0ce3.js +0 -66
- package/dist/esm/depends-on-d73b0ce3.js.map +0 -1
- /package/dist/atomic/{p-ba4bf29f.entry.js.map → p-004adbb8.entry.js.map} +0 -0
- /package/dist/atomic/{p-d0f47b33.entry.js.map → p-00a6ab8c.entry.js.map} +0 -0
- /package/dist/atomic/{p-3b20b011.entry.js.map → p-0610b3e7.entry.js.map} +0 -0
- /package/dist/atomic/{p-3a5257b5.entry.js.map → p-066b9147.entry.js.map} +0 -0
- /package/dist/atomic/{p-ee6771f1.entry.js.map → p-07b6424c.entry.js.map} +0 -0
- /package/dist/atomic/{p-2f8de0b9.entry.js.map → p-07fbb49a.entry.js.map} +0 -0
- /package/dist/atomic/{p-811d6dcb.entry.js.map → p-0b3f6994.entry.js.map} +0 -0
- /package/dist/atomic/{p-83c9244a.entry.js.map → p-0e27d4f2.entry.js.map} +0 -0
- /package/dist/atomic/{p-c126ee6b.entry.js.map → p-0e5dc57f.entry.js.map} +0 -0
- /package/dist/atomic/{p-1992b245.entry.js.map → p-0edea6f9.entry.js.map} +0 -0
- /package/dist/atomic/{p-20341936.entry.js.map → p-10b5e0f3.entry.js.map} +0 -0
- /package/dist/atomic/{p-2ca352f4.entry.js.map → p-15406648.entry.js.map} +0 -0
- /package/dist/atomic/{p-a3efa89e.entry.js.map → p-160553ce.entry.js.map} +0 -0
- /package/dist/atomic/{p-82cda72d.js.map → p-27e3a50c.js.map} +0 -0
- /package/dist/atomic/{p-de066001.entry.js.map → p-2a4e9425.entry.js.map} +0 -0
- /package/dist/atomic/{p-26a51a77.entry.js.map → p-3213225f.entry.js.map} +0 -0
- /package/dist/atomic/{p-c49cfa0c.entry.js.map → p-383f66dc.entry.js.map} +0 -0
- /package/dist/atomic/{p-021f01d6.entry.js.map → p-41c5d5fa.entry.js.map} +0 -0
- /package/dist/atomic/{p-e23b3334.entry.js.map → p-441b1a7b.entry.js.map} +0 -0
- /package/dist/atomic/{p-75e00690.entry.js.map → p-45c4685e.entry.js.map} +0 -0
- /package/dist/atomic/{p-ae98c582.entry.js.map → p-4915faeb.entry.js.map} +0 -0
- /package/dist/atomic/{p-e514cdb2.entry.js.map → p-4a74f4a3.entry.js.map} +0 -0
- /package/dist/atomic/{p-52ba404c.entry.js.map → p-4c30ca3e.entry.js.map} +0 -0
- /package/dist/atomic/{p-39e63678.entry.js.map → p-4e9d1f9e.entry.js.map} +0 -0
- /package/dist/atomic/{p-877d35b1.entry.js.map → p-5adbf098.entry.js.map} +0 -0
- /package/dist/atomic/{p-4b3d253b.entry.js.map → p-65373475.entry.js.map} +0 -0
- /package/dist/atomic/{p-b28011e6.entry.js.map → p-71bb8125.entry.js.map} +0 -0
- /package/dist/atomic/{p-c1999888.entry.js.map → p-754909fe.entry.js.map} +0 -0
- /package/dist/atomic/{p-36fab158.entry.js.map → p-7a6468a7.entry.js.map} +0 -0
- /package/dist/atomic/{p-3a2c900c.entry.js.map → p-7b1a3cab.entry.js.map} +0 -0
- /package/dist/atomic/{p-d93adf52.entry.js.map → p-7d63bf7b.entry.js.map} +0 -0
- /package/dist/atomic/{p-d364064c.entry.js.map → p-7f40e57d.entry.js.map} +0 -0
- /package/dist/atomic/{p-d785121d.entry.js.map → p-856e858c.entry.js.map} +0 -0
- /package/dist/atomic/{p-e162805d.entry.js.map → p-8a7a23b7.entry.js.map} +0 -0
- /package/dist/atomic/{p-78b70622.entry.js.map → p-8acb1466.entry.js.map} +0 -0
- /package/dist/atomic/{p-604c4085.entry.js.map → p-8df7270f.entry.js.map} +0 -0
- /package/dist/atomic/{p-8256cd44.entry.js.map → p-9147b0db.entry.js.map} +0 -0
- /package/dist/atomic/{p-37374964.entry.js.map → p-9727f36b.entry.js.map} +0 -0
- /package/dist/atomic/{p-d24d34a7.entry.js.map → p-97829295.entry.js.map} +0 -0
- /package/dist/atomic/{p-31aa052e.entry.js.map → p-97e42c43.entry.js.map} +0 -0
- /package/dist/atomic/{p-93e29b24.entry.js.map → p-9b92b4e2.entry.js.map} +0 -0
- /package/dist/atomic/{p-1ef658d8.entry.js.map → p-9d023f0b.entry.js.map} +0 -0
- /package/dist/atomic/{p-40635c2d.entry.js.map → p-9e771351.entry.js.map} +0 -0
- /package/dist/atomic/{p-7b899b57.entry.js.map → p-a02b1209.entry.js.map} +0 -0
- /package/dist/atomic/{p-9187a339.entry.js.map → p-a1dd8c62.entry.js.map} +0 -0
- /package/dist/atomic/{p-035f8dc8.entry.js.map → p-a3fa6695.entry.js.map} +0 -0
- /package/dist/atomic/{p-f0c2dfe8.entry.js.map → p-abb14108.entry.js.map} +0 -0
- /package/dist/atomic/{p-48f57fd8.entry.js.map → p-b0c50194.entry.js.map} +0 -0
- /package/dist/atomic/{p-d00a12e9.entry.js.map → p-b4ad3036.entry.js.map} +0 -0
- /package/dist/atomic/{p-b0b17e21.entry.js.map → p-b4c34553.entry.js.map} +0 -0
- /package/dist/atomic/{p-98c5b9b8.entry.js.map → p-b6377fb6.entry.js.map} +0 -0
- /package/dist/atomic/{p-08794435.entry.js.map → p-ba650801.entry.js.map} +0 -0
- /package/dist/atomic/{p-ea446721.entry.js.map → p-bd32625e.entry.js.map} +0 -0
- /package/dist/atomic/{p-939eaaac.entry.js.map → p-bd99fcc1.entry.js.map} +0 -0
- /package/dist/atomic/{p-a760d9f9.entry.js.map → p-be1b98a6.entry.js.map} +0 -0
- /package/dist/atomic/{p-534b6a0a.entry.js.map → p-bf1dff76.entry.js.map} +0 -0
- /package/dist/atomic/{p-99b8d52d.entry.js.map → p-bf49fed3.entry.js.map} +0 -0
- /package/dist/atomic/{p-3f912e98.entry.js.map → p-c08f4ee6.entry.js.map} +0 -0
- /package/dist/atomic/{p-e1cc5150.js.map → p-c280cd05.js.map} +0 -0
- /package/dist/atomic/{p-e2afb475.entry.js.map → p-c2b4b401.entry.js.map} +0 -0
- /package/dist/atomic/{p-a53c7821.entry.js.map → p-c538c8ac.entry.js.map} +0 -0
- /package/dist/atomic/{p-ca762513.entry.js.map → p-c889adbd.entry.js.map} +0 -0
- /package/dist/atomic/{p-43d708cb.entry.js.map → p-c9fe4f77.entry.js.map} +0 -0
- /package/dist/atomic/{p-ae060711.entry.js.map → p-ce41c447.entry.js.map} +0 -0
- /package/dist/atomic/{p-f22bcb8c.entry.js.map → p-d2d22ab2.entry.js.map} +0 -0
- /package/dist/atomic/{p-fa8b7c4c.entry.js.map → p-d4ad7336.entry.js.map} +0 -0
- /package/dist/atomic/{p-627e1265.entry.js.map → p-d50c96c2.entry.js.map} +0 -0
- /package/dist/atomic/{p-bc0d6d3d.entry.js.map → p-dee60597.entry.js.map} +0 -0
- /package/dist/atomic/{p-b2ff1330.entry.js.map → p-e1c99e2e.entry.js.map} +0 -0
- /package/dist/atomic/{p-7383fd32.entry.js.map → p-e3af1bb4.entry.js.map} +0 -0
- /package/dist/atomic/{p-7dfcd6af.entry.js.map → p-e6a7e7b2.entry.js.map} +0 -0
- /package/dist/atomic/{p-594488f2.entry.js.map → p-f0012580.entry.js.map} +0 -0
- /package/dist/atomic/{p-7b0b9e9b.entry.js.map → p-f073a78d.entry.js.map} +0 -0
- /package/dist/atomic/{p-fbe37f4b.entry.js.map → p-f8d62605.entry.js.map} +0 -0
- /package/dist/atomic/{p-bdbbb47b.entry.js.map → p-f8ded37c.entry.js.map} +0 -0
- /package/dist/atomic/{p-fea7bf3b.entry.js.map → p-f936f55e.entry.js.map} +0 -0
- /package/dist/atomic/{p-fbfe913d.entry.js.map → p-fb1a1e2e.entry.js.map} +0 -0
- /package/dist/atomic/{p-330e6e7c.entry.js.map → p-fd1326ad.entry.js.map} +0 -0
@@ -1,24 +1,30 @@
|
|
1
|
-
import { LogLevel, SearchEngine, SearchEngineConfiguration } from '@coveo/headless';
|
2
|
-
import { i18n } from 'i18next';
|
3
|
-
import {
|
4
|
-
import {
|
5
|
-
import
|
1
|
+
import { type LogLevel, type SearchEngine, type SearchEngineConfiguration, type SearchStatus, type UrlManager } from '@coveo/headless';
|
2
|
+
import { type i18n } from 'i18next';
|
3
|
+
import { type CSSResultGroup, LitElement } from 'lit';
|
4
|
+
import type { CommonBindings, NonceBindings } from "../../common/interface/bindings";
|
5
|
+
import { type BaseAtomicInterface } from "../../common/interface/interface-controller";
|
6
|
+
import { type SearchStore } from './store';
|
7
|
+
import "../../common/atomic-modal/atomic-modal";
|
6
8
|
export type InitializationOptions = SearchEngineConfiguration;
|
7
|
-
export type Bindings =
|
9
|
+
export type Bindings = CommonBindings<SearchEngine, SearchStore, AtomicSearchInterface> & NonceBindings;
|
10
|
+
declare const AtomicSearchInterface_base: typeof LitElement;
|
8
11
|
/**
|
9
12
|
* The `atomic-search-interface` component is the parent to all other atomic components in a search page. It handles the headless search engine and localization configurations.
|
13
|
+
*
|
14
|
+
* @slot default - The default slot where you can add child components to the interface.
|
10
15
|
*/
|
11
|
-
export declare class AtomicSearchInterface implements
|
12
|
-
|
13
|
-
|
16
|
+
export declare class AtomicSearchInterface extends AtomicSearchInterface_base implements BaseAtomicInterface<SearchEngine> {
|
17
|
+
bindings: Bindings;
|
18
|
+
error: Error;
|
19
|
+
relevanceInspectorIsOpen: boolean;
|
20
|
+
urlManager: UrlManager;
|
21
|
+
searchStatus: SearchStatus;
|
14
22
|
private unsubscribeUrlManager;
|
15
23
|
private unsubscribeSearchStatus;
|
16
24
|
private initialized;
|
17
25
|
private store;
|
18
|
-
private
|
19
|
-
|
20
|
-
error?: Error;
|
21
|
-
relevanceInspectorIsOpen: boolean;
|
26
|
+
private interfaceController;
|
27
|
+
static styles: CSSResultGroup;
|
22
28
|
/**
|
23
29
|
* A list of non-default fields to include in the query results.
|
24
30
|
*
|
@@ -27,7 +33,7 @@ export declare class AtomicSearchInterface implements StencilBaseAtomicInterface
|
|
27
33
|
* <atomic-search-interface fields-to-include='["fieldA", "fieldB"]'></atomic-search-interface>
|
28
34
|
* ```
|
29
35
|
*/
|
30
|
-
fieldsToInclude: string[]
|
36
|
+
fieldsToInclude: string[];
|
31
37
|
/**
|
32
38
|
* The search interface [query pipeline](https://docs.coveo.com/en/180/).
|
33
39
|
*
|
@@ -69,8 +75,13 @@ export declare class AtomicSearchInterface implements StencilBaseAtomicInterface
|
|
69
75
|
engine?: SearchEngine;
|
70
76
|
/**
|
71
77
|
* Whether the state should be reflected in the URL parameters.
|
78
|
+
* @deprecated - replaced by `disable-state-reflection-in-url` (this defaults to `true`, while the replacement defaults to `false`).
|
72
79
|
*/
|
73
80
|
reflectStateInUrl: boolean;
|
81
|
+
/**
|
82
|
+
* Whether to disable state reflection in the URL parameters.
|
83
|
+
*/
|
84
|
+
disableStateReflectionInUrl: boolean;
|
74
85
|
/**
|
75
86
|
* The CSS selector for the container where the interface will scroll back to.
|
76
87
|
*/
|
@@ -95,39 +106,19 @@ export declare class AtomicSearchInterface implements StencilBaseAtomicInterface
|
|
95
106
|
* The relevance inspector can be opened by holding the Alt key (Option on Mac) while over the interface, and performing a double click.
|
96
107
|
*
|
97
108
|
* The relevance inspector allows to troubleshoot and debug queries.
|
109
|
+
* @deprecated - replaced by `disable-relevance-inspector` (this defaults to `true`, while the replacement defaults to `false`).
|
98
110
|
*/
|
99
111
|
enableRelevanceInspector: boolean;
|
100
112
|
/**
|
101
|
-
*
|
102
|
-
* If your application is served with a Content Security Policy (CSP) that doesn't include the `script-src: 'unsafe-inline'` or `style-src: 'unsafe-inline'` directives,
|
103
|
-
* you should ensure that your application server generates a new nonce on every page load and uses the generated value to set this prop and serve the corresponding CSP response headers
|
104
|
-
* (i.e., script-src 'nonce-<YOUR_GENERATED_NONCE>' and style-src 'nonce-<YOUR_GENERATED_NONCE>').
|
105
|
-
* Otherwise you may see console errors such as
|
106
|
-
* - Refused to execute inline script because it violates the following Content Security Policy directive: [...]
|
107
|
-
* - Refused to apply inline style because it violates the following Content Security Policy directive: [...].
|
108
|
-
* @example:
|
109
|
-
* ```html
|
110
|
-
* <script nonce="<YOUR_GENERATED_NONCE>">
|
111
|
-
* import {setNonce} from '@coveo/atomic';
|
112
|
-
* setNonce('<YOUR_GENERATED_NONCE>');
|
113
|
-
* </script>
|
114
|
-
* ```
|
113
|
+
* Whether to disable the relevance inspector shortcut for this interface.
|
115
114
|
*/
|
116
|
-
|
115
|
+
disableRelevanceInspector: boolean;
|
117
116
|
private i18Initialized;
|
118
|
-
private componentWillLoadCalledPromise;
|
119
|
-
private componentWillLoadResolver;
|
120
117
|
constructor();
|
121
118
|
connectedCallback(): void;
|
122
|
-
|
123
|
-
updateSearchConfiguration(updatedProp: 'searchHub' | 'pipeline', newValue: string | undefined): void;
|
124
|
-
updateSearchHub(): void;
|
125
|
-
updatePipeline(): void;
|
126
|
-
toggleAnalytics(): void;
|
127
|
-
updateLanguage(): Promise<void> | undefined;
|
128
|
-
updateIconAssetsPath(): void;
|
119
|
+
willUpdate(changedProperties: Map<string, unknown>): void;
|
129
120
|
disconnectedCallback(): void;
|
130
|
-
handleInitialization
|
121
|
+
private handleInitialization;
|
131
122
|
scrollToTop(): void;
|
132
123
|
closeRelevanceInspector(): void;
|
133
124
|
/**
|
@@ -135,7 +126,7 @@ export declare class AtomicSearchInterface implements StencilBaseAtomicInterface
|
|
135
126
|
*/
|
136
127
|
initialize(options: InitializationOptions): Promise<void>;
|
137
128
|
/**
|
138
|
-
* Initializes the
|
129
|
+
* Initializes the interface using the provided [headless search engine](https://docs.coveo.com/en/headless/latest/reference/modules/Search.html, as opposed to the `initialize` method which internally builds a search engine instance.
|
139
130
|
* This bypasses the properties set on the component, such as analytics, searchHub, pipeline, language, timezone & logLevel.
|
140
131
|
*/
|
141
132
|
initializeWithSearchEngine(engine: SearchEngine): Promise<void>;
|
@@ -144,19 +135,30 @@ export declare class AtomicSearchInterface implements StencilBaseAtomicInterface
|
|
144
135
|
* Executes the first search and logs the interface load event to analytics, after initializing connection to the headless search engine.
|
145
136
|
*/
|
146
137
|
executeFirstSearch(): Promise<void>;
|
147
|
-
|
138
|
+
updateSearchConfiguration(updatedProp: 'searchHub' | 'pipeline', newValue: string | undefined): void;
|
139
|
+
updateSearchHub(): void;
|
140
|
+
updatePipeline(): void;
|
141
|
+
toggleAnalytics(): void;
|
142
|
+
updateLanguage(): void;
|
143
|
+
updateIconAssetsPath(): void;
|
144
|
+
private getBindings;
|
148
145
|
private initFieldsToInclude;
|
149
146
|
registerFieldsToInclude(): void;
|
150
|
-
private updateMobileBreakpoint;
|
151
147
|
private initEngine;
|
152
148
|
private getSearchConfiguration;
|
153
149
|
private get fragment();
|
154
150
|
private initUrlManager;
|
155
|
-
private
|
151
|
+
private handleRelevanceInspectorDoubleClick;
|
156
152
|
private initRelevanceInspector;
|
157
153
|
private initSearchStatus;
|
158
154
|
private updateHash;
|
159
155
|
private onHashChange;
|
160
156
|
private internalInitialization;
|
161
|
-
render():
|
157
|
+
render(): import("lit-html").TemplateResult<1>;
|
158
|
+
}
|
159
|
+
declare global {
|
160
|
+
interface HTMLElementTagNameMap {
|
161
|
+
'atomic-search-interface': AtomicSearchInterface;
|
162
|
+
}
|
162
163
|
}
|
164
|
+
export {};
|
@@ -1,4 +1,5 @@
|
|
1
1
|
import type { SearchEngine } from '@coveo/headless';
|
2
2
|
import type { CommonBindings, NonceBindings } from '../../common/interface/bindings';
|
3
|
+
import type { AtomicSearchInterface } from './atomic-search-interface';
|
3
4
|
import type { SearchStore } from './store';
|
4
|
-
export type Bindings = CommonBindings<SearchEngine, SearchStore,
|
5
|
+
export type Bindings = CommonBindings<SearchEngine, SearchStore, AtomicSearchInterface> & NonceBindings;
|
@@ -11,14 +11,16 @@ declare const AtomicSearchLayout_base: import("../../../mixins/mixin-common").Co
|
|
11
11
|
*/
|
12
12
|
export declare class AtomicSearchLayout extends AtomicSearchLayout_base {
|
13
13
|
static styles: import("lit").CSSResult[];
|
14
|
-
private addStyles;
|
15
14
|
error: Error;
|
16
15
|
/**
|
17
16
|
* The viewport width at which the layout goes from desktop to mobile.
|
18
17
|
* E.g., 800px, 65rem.
|
19
18
|
*/
|
20
19
|
mobileBreakpoint: string;
|
20
|
+
private layoutStylesController;
|
21
21
|
connectedCallback(): void;
|
22
|
+
private emitBreakpointChangeEvent;
|
23
|
+
onMobileBreakpointChange(): void;
|
22
24
|
}
|
23
25
|
declare global {
|
24
26
|
interface HTMLElementTagNameMap {
|
@@ -1,4 +1,4 @@
|
|
1
1
|
export { AtomicQuerySummary } from './atomic-query-summary/atomic-query-summary.js';
|
2
2
|
export { AtomicResultsPerPage } from './atomic-results-per-page/atomic-results-per-page.js';
|
3
|
-
export {
|
3
|
+
export { AtomicSearchInterface } from './atomic-search-interface/atomic-search-interface.js';
|
4
4
|
export { AtomicSearchLayout } from './atomic-search-layout/atomic-search-layout.js';
|
@@ -1,15 +1,12 @@
|
|
1
|
-
import { LitElement } from 'lit';
|
2
|
-
import type { LitElementWithError } from "../../../decorators/types";
|
3
|
-
import type { Bindings } from '../atomic-search-interface/interfaces';
|
4
1
|
/**
|
5
2
|
* The `atomic-search-box-recent-queries` component can be added as a child of an `atomic-search-box` component, allowing for the configuration of recent query suggestions.
|
6
3
|
*/
|
7
|
-
export declare class AtomicSearchBoxRecentQueries
|
8
|
-
private
|
4
|
+
export declare class AtomicSearchBoxRecentQueries {
|
5
|
+
private bindings;
|
9
6
|
private recentQueriesList;
|
10
7
|
private storage;
|
8
|
+
private host;
|
11
9
|
error: Error;
|
12
|
-
bindings: Bindings;
|
13
10
|
/**
|
14
11
|
* The SVG icon to display.
|
15
12
|
*
|
@@ -26,10 +23,9 @@ export declare class AtomicSearchBoxRecentQueries extends LitElement implements
|
|
26
23
|
* The maximum number of suggestions that will be displayed initially when the input field is empty.
|
27
24
|
*/
|
28
25
|
maxWithoutQuery?: number;
|
29
|
-
|
30
|
-
connectedCallback(): void;
|
26
|
+
componentWillLoad(): void;
|
31
27
|
private renderIcon;
|
32
|
-
private
|
28
|
+
private initialize;
|
33
29
|
private retrieveLocalStorage;
|
34
30
|
private updateLocalStorage;
|
35
31
|
private warnUser;
|
@@ -37,5 +33,5 @@ export declare class AtomicSearchBoxRecentQueries extends LitElement implements
|
|
37
33
|
private renderItems;
|
38
34
|
private renderClear;
|
39
35
|
private renderItem;
|
40
|
-
render():
|
36
|
+
render(): any;
|
41
37
|
}
|
@@ -5,7 +5,7 @@
|
|
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 { AutomaticFacet, CategoryFacetSortCriterion, DateFilterRange, DateRangeRequest, FacetResultsMustMatch, FacetSortCriterion, FoldedResult, GeneratedAnswer, GeneratedAnswerCitation, InlineLink, InteractiveCitation, InteractiveResult,
|
8
|
+
import { AutomaticFacet, CategoryFacetSortCriterion, DateFilterRange, DateRangeRequest, FacetResultsMustMatch, FacetSortCriterion, FoldedResult, GeneratedAnswer, GeneratedAnswerCitation, InlineLink, InteractiveCitation, InteractiveResult, NumericFilter, NumericFilterState, RangeFacetRangeAlgorithm, RangeFacetSortCriterion, RelativeDateUnit, Result, ResultTemplate, ResultTemplateCondition, SearchStatus } from "@coveo/headless";
|
9
9
|
import { AtomicInterface } from "./utils/initialization-utils";
|
10
10
|
import { AnyBindings } from "./components/common/interface/bindings";
|
11
11
|
import { NumberInputType } from "./components/common/facets/facet-number-input/number-input-type";
|
@@ -24,10 +24,8 @@ import { Bindings } from "./components/search/atomic-search-interface/atomic-sea
|
|
24
24
|
import { SearchStore } from "./components/search/atomic-search-interface/store";
|
25
25
|
import { RedirectionPayload } from "./components/common/search-box/redirection-payload";
|
26
26
|
import { AriaLabelGenerator } from "./components/search/search-box-suggestions/atomic-search-box-instant-results/atomic-search-box-instant-results";
|
27
|
-
import { InitializationOptions } from "./components/search/atomic-search-interface/atomic-search-interface";
|
28
|
-
import { StandaloneSearchBoxData } from "./utils/local-storage-utils";
|
29
27
|
import { SearchBoxSuggestionElement } from "./components/common/suggestions/suggestions-types";
|
30
|
-
export { AutomaticFacet, CategoryFacetSortCriterion, DateFilterRange, DateRangeRequest, FacetResultsMustMatch, FacetSortCriterion, FoldedResult, GeneratedAnswer, GeneratedAnswerCitation, InlineLink, InteractiveCitation, InteractiveResult,
|
28
|
+
export { AutomaticFacet, CategoryFacetSortCriterion, DateFilterRange, DateRangeRequest, FacetResultsMustMatch, FacetSortCriterion, FoldedResult, GeneratedAnswer, GeneratedAnswerCitation, InlineLink, InteractiveCitation, InteractiveResult, NumericFilter, NumericFilterState, RangeFacetRangeAlgorithm, RangeFacetSortCriterion, RelativeDateUnit, Result, ResultTemplate, ResultTemplateCondition, SearchStatus } from "@coveo/headless";
|
31
29
|
export { AtomicInterface } from "./utils/initialization-utils";
|
32
30
|
export { AnyBindings } from "./components/common/interface/bindings";
|
33
31
|
export { NumberInputType } from "./components/common/facets/facet-number-input/number-input-type";
|
@@ -46,8 +44,6 @@ export { Bindings } from "./components/search/atomic-search-interface/atomic-sea
|
|
46
44
|
export { SearchStore } from "./components/search/atomic-search-interface/store";
|
47
45
|
export { RedirectionPayload } from "./components/common/search-box/redirection-payload";
|
48
46
|
export { AriaLabelGenerator } from "./components/search/search-box-suggestions/atomic-search-box-instant-results/atomic-search-box-instant-results";
|
49
|
-
export { InitializationOptions } from "./components/search/atomic-search-interface/atomic-search-interface";
|
50
|
-
export { StandaloneSearchBoxData } from "./utils/local-storage-utils";
|
51
47
|
export { SearchBoxSuggestionElement } from "./components/common/suggestions/suggestions-types";
|
52
48
|
export namespace Components {
|
53
49
|
/**
|
@@ -2433,82 +2429,21 @@ export namespace Components {
|
|
2433
2429
|
"maxWithoutQuery"?: number;
|
2434
2430
|
}
|
2435
2431
|
/**
|
2436
|
-
* The `atomic-search-
|
2432
|
+
* The `atomic-search-box-recent-queries` component can be added as a child of an `atomic-search-box` component, allowing for the configuration of recent query suggestions.
|
2437
2433
|
*/
|
2438
|
-
interface
|
2434
|
+
interface AtomicSearchBoxRecentQueries {
|
2439
2435
|
/**
|
2440
|
-
* The
|
2441
|
-
* @example : ```html <script nonce="<YOUR_GENERATED_NONCE>"> import {setNonce} from '@coveo/atomic'; setNonce('<YOUR_GENERATED_NONCE>'); </script> ```
|
2442
|
-
*/
|
2443
|
-
"CspNonce"?: string;
|
2444
|
-
/**
|
2445
|
-
* Whether analytics should be enabled.
|
2446
|
-
*/
|
2447
|
-
"analytics": boolean;
|
2448
|
-
/**
|
2449
|
-
* Whether the relevance inspector shortcut should be enabled for this interface. The relevance inspector can be opened by holding the Alt key (Option on Mac) while over the interface, and performing a double click. The relevance inspector allows to troubleshoot and debug queries.
|
2450
|
-
*/
|
2451
|
-
"enableRelevanceInspector": boolean;
|
2452
|
-
/**
|
2453
|
-
* The search interface headless engine.
|
2454
|
-
*/
|
2455
|
-
"engine"?: SearchEngine;
|
2456
|
-
/**
|
2457
|
-
* Executes the first search and logs the interface load event to analytics, after initializing connection to the headless search engine.
|
2458
|
-
*/
|
2459
|
-
"executeFirstSearch": () => Promise<void>;
|
2460
|
-
/**
|
2461
|
-
* A list of non-default fields to include in the query results. Specify the property as an array using a JSON string representation: ```html <atomic-search-interface fields-to-include='["fieldA", "fieldB"]'></atomic-search-interface> ```
|
2462
|
-
*/
|
2463
|
-
"fieldsToInclude": string[] | string;
|
2464
|
-
/**
|
2465
|
-
* The search interface i18next instance.
|
2466
|
-
*/
|
2467
|
-
"i18n": i18n;
|
2468
|
-
/**
|
2469
|
-
* The icon assets path. By default, this will be a relative URL pointing to `./assets`. Example: "/mypublicpath/icons"
|
2470
|
-
*/
|
2471
|
-
"iconAssetsPath": string;
|
2472
|
-
/**
|
2473
|
-
* Initializes the connection with the headless search engine using options for `accessToken` (required), `organizationId` (required), `environment` (defaults to `prod`), and `renewAccessToken`.
|
2474
|
-
*/
|
2475
|
-
"initialize": (options: InitializationOptions) => Promise<void>;
|
2476
|
-
/**
|
2477
|
-
* Initializes the connection with an already preconfigured [headless search engine](https://docs.coveo.com/en/headless/latest/reference/interfaces/Search.SearchEngine.html), as opposed to the `initialize` method, which will internally create a new search engine instance. This bypasses the properties set on the component, such as analytics, searchHub, pipeline, language, timezone & logLevel.
|
2478
|
-
*/
|
2479
|
-
"initializeWithSearchEngine": (engine: SearchEngine) => Promise<void>;
|
2480
|
-
/**
|
2481
|
-
* The search interface language.
|
2482
|
-
*/
|
2483
|
-
"language": string;
|
2484
|
-
/**
|
2485
|
-
* The language assets path. By default, this will be a relative URL pointing to `./lang`. Example: "/mypublicpath/languages"
|
2486
|
-
*/
|
2487
|
-
"languageAssetsPath": string;
|
2488
|
-
/**
|
2489
|
-
* The severity level of the messages to log in the console.
|
2490
|
-
*/
|
2491
|
-
"logLevel"?: LogLevel;
|
2492
|
-
/**
|
2493
|
-
* The search interface [query pipeline](https://docs.coveo.com/en/180/). If the search interface is initialized using [`initializeWithSearchEngine`](https://docs.coveo.com/en/atomic/latest/reference/components/atomic-search-interface/#initializewithsearchengine), the query pipeline should instead be configured in the target engine.
|
2494
|
-
*/
|
2495
|
-
"pipeline"?: string;
|
2496
|
-
/**
|
2497
|
-
* Whether the state should be reflected in the URL parameters.
|
2498
|
-
*/
|
2499
|
-
"reflectStateInUrl": boolean;
|
2500
|
-
/**
|
2501
|
-
* The CSS selector for the container where the interface will scroll back to.
|
2436
|
+
* The SVG icon to display. - Use a value that starts with `http://`, `https://`, `./`, or `../`, to fetch and display an icon from a given location. - Use a value that starts with `assets://`, to display an icon from the Atomic package. - Use a stringified SVG to display it directly.
|
2502
2437
|
*/
|
2503
|
-
"
|
2438
|
+
"icon"?: string;
|
2504
2439
|
/**
|
2505
|
-
* The
|
2440
|
+
* The maximum number of suggestions that will be displayed if the user has typed something into the input field.
|
2506
2441
|
*/
|
2507
|
-
"
|
2442
|
+
"maxWithQuery": number;
|
2508
2443
|
/**
|
2509
|
-
* The
|
2444
|
+
* The maximum number of suggestions that will be displayed initially when the input field is empty.
|
2510
2445
|
*/
|
2511
|
-
"
|
2446
|
+
"maxWithoutQuery"?: number;
|
2512
2447
|
}
|
2513
2448
|
/**
|
2514
2449
|
* The `atomic-segmented-facet` displays a horizontal facet of the results for the current query.
|
@@ -4187,13 +4122,13 @@ declare global {
|
|
4187
4122
|
new (): HTMLAtomicSearchBoxQuerySuggestionsElement;
|
4188
4123
|
};
|
4189
4124
|
/**
|
4190
|
-
* The `atomic-search-
|
4125
|
+
* The `atomic-search-box-recent-queries` component can be added as a child of an `atomic-search-box` component, allowing for the configuration of recent query suggestions.
|
4191
4126
|
*/
|
4192
|
-
interface
|
4127
|
+
interface HTMLAtomicSearchBoxRecentQueriesElement extends Components.AtomicSearchBoxRecentQueries, HTMLStencilElement {
|
4193
4128
|
}
|
4194
|
-
var
|
4195
|
-
prototype:
|
4196
|
-
new ():
|
4129
|
+
var HTMLAtomicSearchBoxRecentQueriesElement: {
|
4130
|
+
prototype: HTMLAtomicSearchBoxRecentQueriesElement;
|
4131
|
+
new (): HTMLAtomicSearchBoxRecentQueriesElement;
|
4197
4132
|
};
|
4198
4133
|
/**
|
4199
4134
|
* The `atomic-segmented-facet` displays a horizontal facet of the results for the current query.
|
@@ -4590,7 +4525,7 @@ declare global {
|
|
4590
4525
|
"atomic-search-box": HTMLAtomicSearchBoxElement;
|
4591
4526
|
"atomic-search-box-instant-results": HTMLAtomicSearchBoxInstantResultsElement;
|
4592
4527
|
"atomic-search-box-query-suggestions": HTMLAtomicSearchBoxQuerySuggestionsElement;
|
4593
|
-
"atomic-search-
|
4528
|
+
"atomic-search-box-recent-queries": HTMLAtomicSearchBoxRecentQueriesElement;
|
4594
4529
|
"atomic-segmented-facet": HTMLAtomicSegmentedFacetElement;
|
4595
4530
|
"atomic-segmented-facet-scrollable": HTMLAtomicSegmentedFacetScrollableElement;
|
4596
4531
|
"atomic-smart-snippet": HTMLAtomicSmartSnippetElement;
|
@@ -6873,70 +6808,21 @@ declare namespace LocalJSX {
|
|
6873
6808
|
"maxWithoutQuery"?: number;
|
6874
6809
|
}
|
6875
6810
|
/**
|
6876
|
-
* The `atomic-search-
|
6811
|
+
* The `atomic-search-box-recent-queries` component can be added as a child of an `atomic-search-box` component, allowing for the configuration of recent query suggestions.
|
6877
6812
|
*/
|
6878
|
-
interface
|
6879
|
-
/**
|
6880
|
-
* The value to set the [nonce](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/nonce) attribute to on inline script and style elements generated by this interface and its child components. If your application is served with a Content Security Policy (CSP) that doesn't include the `script-src: 'unsafe-inline'` or `style-src: 'unsafe-inline'` directives, you should ensure that your application server generates a new nonce on every page load and uses the generated value to set this prop and serve the corresponding CSP response headers (i.e., script-src 'nonce-<YOUR_GENERATED_NONCE>' and style-src 'nonce-<YOUR_GENERATED_NONCE>'). Otherwise you may see console errors such as - Refused to execute inline script because it violates the following Content Security Policy directive: [...] - Refused to apply inline style because it violates the following Content Security Policy directive: [...].
|
6881
|
-
* @example : ```html <script nonce="<YOUR_GENERATED_NONCE>"> import {setNonce} from '@coveo/atomic'; setNonce('<YOUR_GENERATED_NONCE>'); </script> ```
|
6882
|
-
*/
|
6883
|
-
"CspNonce"?: string;
|
6884
|
-
/**
|
6885
|
-
* Whether analytics should be enabled.
|
6886
|
-
*/
|
6887
|
-
"analytics"?: boolean;
|
6888
|
-
/**
|
6889
|
-
* Whether the relevance inspector shortcut should be enabled for this interface. The relevance inspector can be opened by holding the Alt key (Option on Mac) while over the interface, and performing a double click. The relevance inspector allows to troubleshoot and debug queries.
|
6890
|
-
*/
|
6891
|
-
"enableRelevanceInspector"?: boolean;
|
6892
|
-
/**
|
6893
|
-
* The search interface headless engine.
|
6894
|
-
*/
|
6895
|
-
"engine"?: SearchEngine;
|
6896
|
-
/**
|
6897
|
-
* A list of non-default fields to include in the query results. Specify the property as an array using a JSON string representation: ```html <atomic-search-interface fields-to-include='["fieldA", "fieldB"]'></atomic-search-interface> ```
|
6898
|
-
*/
|
6899
|
-
"fieldsToInclude"?: string[] | string;
|
6900
|
-
/**
|
6901
|
-
* The search interface i18next instance.
|
6902
|
-
*/
|
6903
|
-
"i18n"?: i18n;
|
6904
|
-
/**
|
6905
|
-
* The icon assets path. By default, this will be a relative URL pointing to `./assets`. Example: "/mypublicpath/icons"
|
6906
|
-
*/
|
6907
|
-
"iconAssetsPath"?: string;
|
6908
|
-
/**
|
6909
|
-
* The search interface language.
|
6910
|
-
*/
|
6911
|
-
"language"?: string;
|
6813
|
+
interface AtomicSearchBoxRecentQueries {
|
6912
6814
|
/**
|
6913
|
-
* The
|
6914
|
-
*/
|
6915
|
-
"languageAssetsPath"?: string;
|
6916
|
-
/**
|
6917
|
-
* The severity level of the messages to log in the console.
|
6918
|
-
*/
|
6919
|
-
"logLevel"?: LogLevel;
|
6920
|
-
/**
|
6921
|
-
* The search interface [query pipeline](https://docs.coveo.com/en/180/). If the search interface is initialized using [`initializeWithSearchEngine`](https://docs.coveo.com/en/atomic/latest/reference/components/atomic-search-interface/#initializewithsearchengine), the query pipeline should instead be configured in the target engine.
|
6922
|
-
*/
|
6923
|
-
"pipeline"?: string;
|
6924
|
-
/**
|
6925
|
-
* Whether the state should be reflected in the URL parameters.
|
6926
|
-
*/
|
6927
|
-
"reflectStateInUrl"?: boolean;
|
6928
|
-
/**
|
6929
|
-
* The CSS selector for the container where the interface will scroll back to.
|
6815
|
+
* The SVG icon to display. - Use a value that starts with `http://`, `https://`, `./`, or `../`, to fetch and display an icon from a given location. - Use a value that starts with `assets://`, to display an icon from the Atomic package. - Use a stringified SVG to display it directly.
|
6930
6816
|
*/
|
6931
|
-
"
|
6817
|
+
"icon"?: string;
|
6932
6818
|
/**
|
6933
|
-
* The
|
6819
|
+
* The maximum number of suggestions that will be displayed if the user has typed something into the input field.
|
6934
6820
|
*/
|
6935
|
-
"
|
6821
|
+
"maxWithQuery"?: number;
|
6936
6822
|
/**
|
6937
|
-
* The
|
6823
|
+
* The maximum number of suggestions that will be displayed initially when the input field is empty.
|
6938
6824
|
*/
|
6939
|
-
"
|
6825
|
+
"maxWithoutQuery"?: number;
|
6940
6826
|
}
|
6941
6827
|
/**
|
6942
6828
|
* The `atomic-segmented-facet` displays a horizontal facet of the results for the current query.
|
@@ -7444,7 +7330,7 @@ declare namespace LocalJSX {
|
|
7444
7330
|
"atomic-search-box": AtomicSearchBox;
|
7445
7331
|
"atomic-search-box-instant-results": AtomicSearchBoxInstantResults;
|
7446
7332
|
"atomic-search-box-query-suggestions": AtomicSearchBoxQuerySuggestions;
|
7447
|
-
"atomic-search-
|
7333
|
+
"atomic-search-box-recent-queries": AtomicSearchBoxRecentQueries;
|
7448
7334
|
"atomic-segmented-facet": AtomicSegmentedFacet;
|
7449
7335
|
"atomic-segmented-facet-scrollable": AtomicSegmentedFacetScrollable;
|
7450
7336
|
"atomic-smart-snippet": AtomicSmartSnippet;
|
@@ -7961,9 +7847,9 @@ declare module "@stencil/core" {
|
|
7961
7847
|
*/
|
7962
7848
|
"atomic-search-box-query-suggestions": LocalJSX.AtomicSearchBoxQuerySuggestions & JSXBase.HTMLAttributes<HTMLAtomicSearchBoxQuerySuggestionsElement>;
|
7963
7849
|
/**
|
7964
|
-
* The `atomic-search-
|
7850
|
+
* The `atomic-search-box-recent-queries` component can be added as a child of an `atomic-search-box` component, allowing for the configuration of recent query suggestions.
|
7965
7851
|
*/
|
7966
|
-
"atomic-search-
|
7852
|
+
"atomic-search-box-recent-queries": LocalJSX.AtomicSearchBoxRecentQueries & JSXBase.HTMLAttributes<HTMLAtomicSearchBoxRecentQueriesElement>;
|
7967
7853
|
/**
|
7968
7854
|
* The `atomic-segmented-facet` displays a horizontal facet of the results for the current query.
|
7969
7855
|
*/
|