@coveo/atomic 3.47.1 → 3.49.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +47988 -0
- package/dist/atomic/_atomic.esm.js +1 -1
- package/dist/atomic/atomic.esm.js.map +1 -1
- package/dist/atomic/components/_index.d.ts +0 -34
- package/dist/atomic/components/_index.js +36 -21
- package/dist/atomic/components/atomic-insight-generated-answer.js +16 -5
- package/dist/atomic/components/atomic-insight-generated-answer.js.map +1 -1
- package/dist/atomic/components/atomic-insight-result-action.js +7 -4
- package/dist/atomic/components/atomic-insight-result-action.js.map +1 -1
- package/dist/atomic/components/atomic-insight-result-attach-to-case-action.js +2 -3
- package/dist/atomic/components/atomic-insight-result-attach-to-case-action.js.map +1 -1
- package/dist/atomic/components/atomic-insight-result-children-template.js +2 -2
- package/dist/atomic/components/atomic-insight-result-children-template.js.map +1 -1
- package/dist/atomic/components/atomic-insight-timeframe-facet.js +15 -9
- package/dist/atomic/components/atomic-insight-timeframe-facet.js.map +1 -1
- package/dist/atomic/components/atomic-ipx-recs-list.js +323 -10
- package/dist/atomic/components/atomic-ipx-recs-list.js.map +1 -1
- package/dist/atomic/components/atomic-ipx-refine-modal2.js +59 -5
- package/dist/atomic/components/atomic-ipx-refine-modal2.js.map +1 -1
- package/dist/atomic/components/atomic-ipx-refine-toggle.js +2 -2
- package/dist/atomic/components/atomic-ipx-refine-toggle.js.map +1 -1
- package/dist/atomic/components/atomic-stencil-facet-date-input.js +3 -3
- package/dist/atomic/components/attach.js +108 -1
- package/dist/atomic/components/attach.js.map +1 -1
- package/dist/atomic/components/components/commerce/atomic-commerce-breadbox/atomic-commerce-breadbox.js +1 -1
- package/dist/atomic/components/components/commerce/atomic-commerce-refine-modal/atomic-commerce-refine-modal.js +1 -0
- package/dist/atomic/components/components/commerce/atomic-commerce-refine-toggle/atomic-commerce-refine-toggle.js +1 -0
- package/dist/atomic/components/components/commerce/atomic-commerce-search-box/atomic-commerce-search-box.js +4 -3
- package/dist/atomic/components/components/commerce/atomic-product-link/atomic-product-link.js +4 -1
- package/dist/atomic/components/components/common/atomic-generated-answer-feedback-modal/atomic-generated-answer-feedback-modal.js +414 -0
- package/dist/atomic/components/components/common/atomic-rating/rating.js +1 -0
- package/dist/atomic/components/components/common/atomic-result-placeholder/atomic-result-placeholder.js +6 -0
- package/dist/atomic/components/components/common/atomic-smart-snippet-expandable-answer/atomic-smart-snippet-expandable-answer.js +1 -1
- package/dist/atomic/components/components/common/breadbox/breadcrumb-content.js +1 -0
- package/dist/atomic/components/components/common/generated-answer/generated-answer-controller.js +1 -0
- package/dist/atomic/components/components/common/generated-answer/render-answer-content.js +32 -65
- package/dist/atomic/components/components/common/generated-answer/render-card-header.js +41 -0
- package/dist/atomic/components/components/common/generated-answer/render-custom-no-answer-message.js +2 -15
- package/dist/atomic/components/components/common/generated-answer/render-disclaimer.js +1 -1
- package/dist/atomic/components/components/common/generated-answer/show-button.js +1 -0
- package/dist/atomic/components/components/common/index.js +1 -0
- package/dist/atomic/components/components/common/item-list/result-template-provider.js +2 -0
- package/dist/atomic/components/components/common/item-list/table-layout.js +1 -0
- package/dist/atomic/components/components/common/lazy-index.js +1 -0
- package/dist/atomic/components/components/common/no-items/magnifying-glass.js +1 -0
- package/dist/atomic/components/components/common/refine-modal/cloned-facet-elements.js +21 -0
- package/dist/atomic/components/components/common/search-box/submit-button.js +1 -0
- package/dist/atomic/components/components/common/search-box/text-area-clear-button.js +1 -0
- package/dist/atomic/components/components/common/smart-snippets/smart-snippet-feedback-banner.js +1 -0
- package/dist/atomic/components/components/common/suggestions/query-suggestions.js +1 -0
- package/dist/atomic/components/components/common/suggestions/recent-queries.js +1 -0
- package/dist/atomic/components/components/insight/atomic-insight-folded-result-list/atomic-insight-folded-result-list.js +309 -0
- package/dist/atomic/components/components/insight/atomic-insight-refine-modal/atomic-insight-refine-modal.js +211 -0
- package/dist/atomic/components/components/insight/atomic-insight-refine-toggle/atomic-insight-refine-toggle.js +1 -0
- package/dist/atomic/components/components/insight/atomic-insight-result-action-bar/atomic-insight-result-action-bar.js +20 -0
- package/dist/atomic/components/components/insight/atomic-insight-result-attach-to-case-indicator/atomic-insight-result-attach-to-case-indicator.js +75 -0
- package/dist/atomic/components/components/insight/atomic-insight-result-children/atomic-insight-result-children.js +3 -3
- package/dist/atomic/components/components/insight/atomic-insight-result-list/atomic-insight-result-list.js +261 -0
- package/dist/atomic/components/components/insight/atomic-insight-result-list/insight-list-display.tw.css.js +3 -0
- package/dist/atomic/components/components/insight/atomic-insight-result-quickview-action/atomic-insight-result-quickview-action.js +167 -0
- package/dist/atomic/components/components/insight/atomic-insight-search-box/atomic-insight-search-box.js +1 -0
- package/dist/atomic/components/components/insight/atomic-insight-smart-snippet/atomic-insight-smart-snippet.js +203 -0
- package/dist/atomic/components/components/insight/atomic-insight-smart-snippet/atomic-insight-smart-snippet.tw.css.js +3 -0
- package/dist/atomic/components/components/insight/atomic-insight-smart-snippet-suggestions/atomic-insight-smart-snippet-suggestions.js +198 -0
- package/dist/atomic/components/components/insight/atomic-insight-smart-snippet-suggestions/atomic-insight-smart-snippet-suggestions.tw.css.js +3 -0
- package/dist/atomic/components/components/insight/atomic-insight-user-actions-modal/atomic-insight-user-actions-modal.js +204 -0
- package/dist/atomic/components/components/insight/atomic-insight-user-actions-session/atomic-insight-user-actions-session.js +173 -0
- package/dist/atomic/components/components/insight/atomic-insight-user-actions-session/user-action.js +78 -0
- package/dist/atomic/components/components/insight/atomic-insight-user-actions-timeline/atomic-insight-user-actions-timeline.js +250 -0
- package/dist/atomic/components/components/insight/atomic-insight-user-actions-toggle/atomic-insight-user-actions-toggle.js +1 -0
- package/dist/atomic/components/components/insight/index.js +11 -0
- package/dist/atomic/components/components/insight/lazy-index.js +11 -0
- package/dist/atomic/components/components/ipx/atomic-ipx-body/ipx-body-styles.js +2 -0
- package/dist/atomic/components/components/ipx/atomic-ipx-body/ipx-body.js +49 -0
- package/dist/atomic/components/components/ipx/atomic-ipx-embedded/atomic-ipx-embedded.js +27 -5
- package/dist/atomic/components/components/ipx/atomic-ipx-modal/atomic-ipx-modal.js +158 -0
- package/dist/atomic/components/components/ipx/atomic-ipx-result-link/atomic-ipx-result-link.js +141 -0
- package/dist/atomic/components/components/ipx/atomic-ipx-result-link/atomic-ipx-result-link.tw.css.js +3 -0
- package/dist/atomic/components/components/ipx/index.js +2 -0
- package/dist/atomic/components/components/ipx/lazy-index.js +2 -0
- package/dist/atomic/components/components/recommendations/atomic-recs-list/atomic-recs-list.js +437 -0
- package/dist/atomic/components/components/recommendations/index.js +1 -0
- package/dist/atomic/components/components/recommendations/lazy-index.js +1 -0
- package/dist/atomic/components/components/search/atomic-breadbox/atomic-breadbox.js +1 -1
- package/dist/atomic/components/components/search/atomic-generated-answer/atomic-generated-answer.js +44 -18
- package/dist/atomic/components/components/search/atomic-notifications/atomic-notifications.js +1 -0
- package/dist/atomic/components/components/search/atomic-quickview/atomic-quickview.js +1 -0
- package/dist/atomic/components/components/search/atomic-refine-modal/atomic-refine-modal.js +2 -1
- package/dist/atomic/components/components/search/atomic-refine-toggle/atomic-refine-toggle.js +1 -0
- package/dist/atomic/components/components/search/atomic-result-children/atomic-result-children.js +1 -1
- package/dist/atomic/components/components/search/atomic-result-link/atomic-result-link.js +4 -4
- package/dist/atomic/components/components/search/atomic-search-box/atomic-search-box.js +4 -3
- package/dist/atomic/components/components/search/atomic-smart-snippet/atomic-smart-snippet.js +1 -0
- package/dist/atomic/components/date-utils.js +1 -46
- package/dist/atomic/components/date-utils.js.map +1 -1
- package/dist/atomic/components/directives/multi-class-map.js +4 -0
- package/dist/atomic/components/global/environment.js +1 -1
- package/dist/atomic/components/index.js.map +1 -1
- package/dist/atomic/components/initialization-utils.js +2 -8
- package/dist/atomic/components/initialization-utils.js.map +1 -1
- package/dist/atomic/components/popover-type.js +4 -2
- package/dist/atomic/components/popover-type.js.map +1 -1
- package/dist/atomic/components/props-utils.js +1 -1
- package/dist/atomic/components/stencil-button.js +22 -2
- package/dist/atomic/components/stencil-button.js.map +1 -1
- package/dist/atomic/components/stencil-heading.js +157 -1
- package/dist/atomic/components/stencil-heading.js.map +1 -1
- package/dist/atomic/components/store.js +0 -2
- package/dist/atomic/components/store.js.map +1 -1
- package/dist/atomic/components/utils/coveo.tw.css.js +3 -1
- package/dist/atomic/components/utils/custom-element-tags.js +15 -0
- package/dist/atomic/components/utils/tailwind.global.tw.css.js +3 -3
- package/dist/atomic/components/utils.js +1360 -11
- package/dist/atomic/components/utils.js.map +1 -1
- package/dist/atomic/index.esm.js +1 -1
- package/dist/atomic/index.esm.js.map +1 -1
- package/dist/atomic/lang/cs.json +1 -1
- package/dist/atomic/lang/da.json +1 -1
- package/dist/atomic/lang/de.json +1 -1
- package/dist/atomic/lang/dev.json +1 -1
- package/dist/atomic/lang/el.json +1 -1
- package/dist/atomic/lang/en.json +1 -1
- package/dist/atomic/lang/es.json +1 -1
- package/dist/atomic/lang/fi.json +1 -1
- package/dist/atomic/lang/fr.json +1 -1
- package/dist/atomic/lang/hu.json +1 -1
- package/dist/atomic/lang/id.json +1 -1
- package/dist/atomic/lang/it.json +1 -1
- package/dist/atomic/lang/ja.json +1 -1
- package/dist/atomic/lang/ko.json +1 -1
- package/dist/atomic/lang/nl.json +1 -1
- package/dist/atomic/lang/no.json +1 -1
- package/dist/atomic/lang/pl.json +1 -1
- package/dist/atomic/lang/pt-BR.json +1 -1
- package/dist/atomic/lang/pt.json +1 -1
- package/dist/atomic/lang/ru.json +1 -1
- package/dist/atomic/lang/sv.json +1 -1
- package/dist/atomic/lang/th.json +1 -1
- package/dist/atomic/lang/tr.json +1 -1
- package/dist/atomic/lang/zh-CN.json +1 -1
- package/dist/atomic/lang/zh-TW.json +1 -1
- package/dist/atomic/lang/zh.json +1 -1
- package/dist/atomic/{p-1da0ec8c.entry.js → p-0698ccf1.entry.js} +2 -2
- package/dist/atomic/p-2c08a419.entry.js +2 -0
- package/dist/atomic/{p-a3edbb0a.entry.js.map → p-2c08a419.entry.js.map} +1 -1
- package/dist/atomic/p-4117289b.entry.js +2 -0
- package/dist/atomic/{p-6e706321.entry.js.map → p-4117289b.entry.js.map} +1 -1
- package/dist/atomic/{p-94976bed.js → p-4a32511f.js} +2 -2
- package/dist/atomic/p-52d14165.entry.js +2 -0
- package/dist/atomic/p-52d14165.entry.js.map +1 -0
- package/dist/atomic/{p-0454df94.js → p-578d761c.js} +2 -2
- package/dist/atomic/p-64f83898.entry.js +2 -0
- package/dist/atomic/{p-90f23fb3.entry.js.map → p-64f83898.entry.js.map} +1 -1
- package/dist/atomic/{p-be8cc132.js → p-677f9c40.js} +2 -2
- package/dist/atomic/p-70cc18a1.js +2 -0
- package/dist/atomic/{p-406f7e5a.js.map → p-70cc18a1.js.map} +1 -1
- package/dist/atomic/p-81d6e743.js +2 -0
- package/dist/atomic/p-81d6e743.js.map +1 -0
- package/dist/atomic/{p-4a2e7926.js → p-9c5ec170.js} +2 -2
- package/dist/atomic/p-9dfe5ab1.js +2 -0
- package/dist/atomic/p-9dfe5ab1.js.map +1 -0
- package/dist/atomic/{p-3df103c1.js → p-b09433bb.js} +2 -2
- package/dist/atomic/p-b09433bb.js.map +1 -0
- package/dist/atomic/p-b4cfedf1.js +2 -0
- package/dist/atomic/p-b4cfedf1.js.map +1 -0
- package/dist/atomic/p-c8452548.entry.js +2 -0
- package/dist/atomic/p-c8452548.entry.js.map +1 -0
- package/dist/atomic/p-c95ac794.entry.js +2 -0
- package/dist/atomic/{p-f3a9a28b.entry.js.map → p-c95ac794.entry.js.map} +1 -1
- package/dist/atomic/p-d8230482.entry.js +9 -0
- package/dist/atomic/p-d8230482.entry.js.map +1 -0
- package/dist/atomic/p-dac60354.js +2 -0
- package/dist/atomic/p-dac60354.js.map +1 -0
- package/dist/atomic/p-e94ba0e1.entry.js +2 -0
- package/dist/atomic/p-e94ba0e1.entry.js.map +1 -0
- package/dist/atomic/p-ec1c5f46.js +3 -0
- package/dist/atomic/p-ec1c5f46.js.map +1 -0
- package/dist/atomic/p-f321aab0.js +2 -0
- package/dist/atomic/{p-141bf64c.js.map → p-f321aab0.js.map} +1 -1
- package/dist/atomic/themes/accessible.css +2 -0
- package/dist/atomic/themes/coveo.css +2 -0
- package/dist/cjs/_index.cjs.js +36 -6
- package/dist/cjs/_loader.cjs.js +2 -2
- package/dist/cjs/atomic-insight-generated-answer.cjs.entry.js +23 -13
- package/dist/cjs/atomic-insight-generated-answer.cjs.entry.js.map +1 -1
- package/dist/cjs/atomic-insight-result-action.cjs.entry.js +14 -10
- package/dist/cjs/atomic-insight-result-action.cjs.entry.js.map +1 -1
- package/dist/cjs/atomic-insight-result-attach-to-case-action.cjs.entry.js +7 -7
- package/dist/cjs/atomic-insight-result-attach-to-case-action.cjs.entry.js.map +1 -1
- package/dist/cjs/atomic-insight-result-children-template.cjs.entry.js +5 -6
- package/dist/cjs/atomic-insight-result-children-template.cjs.entry.js.map +1 -1
- package/dist/cjs/atomic-insight-timeframe-facet.cjs.entry.js +25 -20
- package/dist/cjs/atomic-insight-timeframe-facet.cjs.entry.js.map +1 -1
- package/dist/cjs/atomic-ipx-recs-list.cjs.entry.js +330 -21
- package/dist/cjs/atomic-ipx-recs-list.cjs.entry.js.map +1 -1
- package/dist/cjs/atomic-ipx-refine-modal.cjs.entry.js +62 -14
- package/dist/cjs/atomic-ipx-refine-modal.cjs.entry.js.map +1 -1
- package/dist/cjs/atomic-ipx-refine-toggle.cjs.entry.js +7 -7
- package/dist/cjs/atomic-ipx-refine-toggle.cjs.entry.js.map +1 -1
- package/dist/cjs/atomic-stencil-facet-date-input.cjs.entry.js +6 -6
- package/dist/cjs/atomic.cjs.js +2 -2
- package/dist/cjs/{date-utils-b362ad60.js → date-utils-aae1d713.js} +1 -47
- package/dist/cjs/{date-utils-b362ad60.js.map → date-utils-aae1d713.js.map} +1 -1
- package/dist/cjs/{index-515ca559.js → index-3532822e.js} +11 -371
- package/dist/cjs/index-3532822e.js.map +1 -0
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/cjs/{initialization-lit-stencil-common-utils-4ef7bf9c.js → initialization-lit-stencil-common-utils-f19f74c0.js} +1 -8
- package/dist/cjs/initialization-lit-stencil-common-utils-f19f74c0.js.map +1 -0
- package/dist/cjs/{initialization-utils-3a62b483.js → initialization-utils-51a423fe.js} +3 -3
- package/dist/cjs/{initialization-utils-3a62b483.js.map → initialization-utils-51a423fe.js.map} +1 -1
- package/dist/cjs/{popover-type-b1385b27.js → popover-type-22f285e1.js} +4 -1
- package/dist/cjs/popover-type-22f285e1.js.map +1 -0
- package/dist/cjs/{props-utils-4cc79d26.js → props-utils-bc5feb04.js} +3 -3
- package/dist/cjs/{props-utils-4cc79d26.js.map → props-utils-bc5feb04.js.map} +1 -1
- package/dist/cjs/{stencil-button-580d6869.js → stencil-button-f39da03e.js} +2 -5
- package/dist/cjs/stencil-button-f39da03e.js.map +1 -0
- package/dist/cjs/{stencil-accessibility-utils-1dcfe64c.js → stencil-heading-ecec9ab3.js} +12 -2
- package/dist/cjs/stencil-heading-ecec9ab3.js.map +1 -0
- package/dist/cjs/{stencil-iconButton-8e927184.js → stencil-iconButton-f8b9fda0.js} +3 -3
- package/dist/cjs/{stencil-iconButton-8e927184.js.map → stencil-iconButton-f8b9fda0.js.map} +1 -1
- package/dist/cjs/{stencil-result-template-decorators-df459ee3.js → stencil-result-template-decorators-1f099c15.js} +3 -24
- package/dist/cjs/stencil-result-template-decorators-1f099c15.js.map +1 -0
- package/dist/cjs/{store-9d4daf92.js → store-70fff5e6.js} +1 -3
- package/dist/cjs/store-70fff5e6.js.map +1 -0
- package/dist/cjs/{purify-d8fb6acd.js → utils-e845f262.js} +67 -1
- package/dist/cjs/utils-e845f262.js.map +1 -0
- package/dist/cjs/version.cjs.js +2 -2
- package/dist/esm/_index.js +38 -8
- package/dist/esm/_loader.js +3 -3
- package/dist/esm/atomic-insight-generated-answer.entry.js +20 -10
- package/dist/esm/atomic-insight-generated-answer.entry.js.map +1 -1
- package/dist/esm/atomic-insight-result-action.entry.js +12 -8
- package/dist/esm/atomic-insight-result-action.entry.js.map +1 -1
- package/dist/esm/atomic-insight-result-attach-to-case-action.entry.js +7 -7
- package/dist/esm/atomic-insight-result-attach-to-case-action.entry.js.map +1 -1
- package/dist/esm/atomic-insight-result-children-template.entry.js +5 -6
- package/dist/esm/atomic-insight-result-children-template.entry.js.map +1 -1
- package/dist/esm/atomic-insight-timeframe-facet.entry.js +22 -17
- package/dist/esm/atomic-insight-timeframe-facet.entry.js.map +1 -1
- package/dist/esm/atomic-ipx-recs-list.entry.js +325 -16
- package/dist/esm/atomic-ipx-recs-list.entry.js.map +1 -1
- package/dist/esm/atomic-ipx-refine-modal.entry.js +61 -13
- package/dist/esm/atomic-ipx-refine-modal.entry.js.map +1 -1
- package/dist/esm/atomic-ipx-refine-toggle.entry.js +7 -7
- package/dist/esm/atomic-ipx-refine-toggle.entry.js.map +1 -1
- package/dist/esm/atomic-stencil-facet-date-input.entry.js +6 -6
- package/dist/esm/atomic.js +3 -3
- package/dist/esm/{date-utils-5656dd8f.js → date-utils-3b955e79.js} +2 -47
- package/dist/esm/{date-utils-5656dd8f.js.map → date-utils-3b955e79.js.map} +1 -1
- package/dist/esm/{index-0bcc50f8.js → index-3eb0b28e.js} +11 -371
- package/dist/esm/index-3eb0b28e.js.map +1 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/{initialization-lit-stencil-common-utils-097c357b.js → initialization-lit-stencil-common-utils-e7755434.js} +2 -8
- package/dist/esm/initialization-lit-stencil-common-utils-e7755434.js.map +1 -0
- package/dist/esm/{initialization-utils-958635e9.js → initialization-utils-82d28c63.js} +3 -3
- package/dist/esm/{initialization-utils-958635e9.js.map → initialization-utils-82d28c63.js.map} +1 -1
- package/dist/esm/popover-type-c85677ef.js +12 -0
- package/dist/esm/popover-type-c85677ef.js.map +1 -0
- package/dist/esm/{props-utils-a6744ec8.js → props-utils-d343133b.js} +3 -3
- package/dist/esm/{props-utils-a6744ec8.js.map → props-utils-d343133b.js.map} +1 -1
- package/dist/esm/{stencil-button-f96c2b81.js → stencil-button-c25899df.js} +3 -3
- package/dist/esm/{stencil-button-f96c2b81.js.map → stencil-button-c25899df.js.map} +1 -1
- package/dist/esm/{stencil-accessibility-utils-2253e89c.js → stencil-heading-98a5f23f.js} +12 -3
- package/dist/{atomic/p-f2243b33.js.map → esm/stencil-heading-98a5f23f.js.map} +1 -1
- package/dist/esm/{stencil-iconButton-16be999d.js → stencil-iconButton-ed5804d3.js} +3 -3
- package/dist/esm/{stencil-iconButton-16be999d.js.map → stencil-iconButton-ed5804d3.js.map} +1 -1
- package/dist/esm/{stencil-result-template-decorators-e758f409.js → stencil-result-template-decorators-9cbe1e1c.js} +4 -24
- package/dist/esm/stencil-result-template-decorators-9cbe1e1c.js.map +1 -0
- package/dist/esm/{store-3bc9050f.js → store-50d170c8.js} +1 -3
- package/dist/esm/store-50d170c8.js.map +1 -0
- package/dist/esm/{purify-985ba52e.js → utils-b5bab369.js} +60 -2
- package/dist/esm/utils-b5bab369.js.map +1 -0
- package/dist/esm/version.js +2 -2
- package/dist/types/components/commerce/atomic-commerce-refine-modal/atomic-commerce-refine-modal.d.ts +1 -0
- package/dist/types/components/commerce/atomic-commerce-refine-toggle/atomic-commerce-refine-toggle.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/commerce/atomic-product-link/atomic-product-link.d.ts +1 -0
- package/dist/types/components/common/atomic-generated-answer-feedback-modal/atomic-generated-answer-feedback-modal.d.ts +72 -0
- package/dist/types/components/common/atomic-rating/rating.d.ts +1 -0
- package/dist/types/components/common/atomic-result-placeholder/atomic-result-placeholder.d.ts +6 -0
- package/dist/types/components/common/atomic-smart-snippet-expandable-answer/atomic-smart-snippet-expandable-answer.d.ts +1 -1
- package/dist/types/components/common/breadbox/breadcrumb-content.d.ts +1 -0
- package/dist/types/components/common/generated-answer/generated-answer-controller.d.ts +1 -0
- package/dist/types/components/common/generated-answer/render-answer-content.d.ts +8 -9
- package/dist/types/components/common/generated-answer/render-card-header.d.ts +14 -0
- package/dist/types/components/common/generated-answer/render-custom-no-answer-message.d.ts +1 -6
- package/dist/types/components/common/generated-answer/render-follow-up-input.d.ts +17 -0
- package/dist/types/components/common/generated-answer/show-button.d.ts +1 -0
- package/dist/types/components/common/index.d.ts +1 -0
- package/dist/types/components/common/item-list/table-layout.d.ts +1 -0
- package/dist/types/components/common/layout/item-layout-sections.d.ts +1 -1
- package/dist/types/components/common/no-items/magnifying-glass.d.ts +1 -0
- package/dist/types/components/common/search-box/submit-button.d.ts +1 -0
- package/dist/types/components/common/search-box/text-area-clear-button.d.ts +1 -0
- package/dist/types/components/common/smart-snippets/smart-snippet-feedback-banner.d.ts +1 -0
- package/dist/types/components/common/suggestions/query-suggestions.d.ts +1 -0
- package/dist/types/components/common/suggestions/recent-queries.d.ts +1 -0
- package/dist/types/components/insight/atomic-insight-folded-result-list/atomic-insight-folded-result-list.d.ts +99 -0
- package/dist/types/components/insight/atomic-insight-refine-modal/atomic-insight-refine-modal.d.ts +51 -12
- package/dist/types/components/insight/atomic-insight-refine-toggle/atomic-insight-refine-toggle.d.ts +1 -0
- package/dist/types/components/insight/atomic-insight-result-action-bar/atomic-insight-result-action-bar.d.ts +12 -4
- package/dist/types/components/insight/atomic-insight-result-attach-to-case-indicator/atomic-insight-result-attach-to-case-indicator.d.ts +15 -10
- package/dist/types/components/insight/atomic-insight-result-list/atomic-insight-result-list.d.ts +72 -0
- package/dist/types/components/insight/atomic-insight-result-list/insight-list-display.tw.css.d.ts +2 -0
- package/dist/types/components/insight/atomic-insight-result-quickview-action/atomic-insight-result-quickview-action.d.ts +41 -18
- package/dist/types/components/insight/atomic-insight-search-box/atomic-insight-search-box.d.ts +1 -0
- package/dist/types/components/insight/atomic-insight-smart-snippet/atomic-insight-smart-snippet.d.ts +73 -0
- package/dist/types/components/insight/atomic-insight-smart-snippet/atomic-insight-smart-snippet.tw.css.d.ts +2 -0
- package/dist/types/components/insight/atomic-insight-smart-snippet-suggestions/atomic-insight-smart-snippet-suggestions.d.ts +83 -0
- package/dist/types/components/insight/atomic-insight-smart-snippet-suggestions/atomic-insight-smart-snippet-suggestions.tw.css.d.ts +2 -0
- package/dist/types/components/insight/atomic-insight-user-actions-modal/atomic-insight-user-actions-modal.d.ts +67 -0
- package/dist/types/components/insight/atomic-insight-user-actions-session/atomic-insight-user-actions-session.d.ts +46 -0
- package/dist/types/components/insight/{user-actions/atomic-insight-user-actions-session → atomic-insight-user-actions-session}/user-action.d.ts +2 -2
- package/dist/types/components/insight/atomic-insight-user-actions-timeline/atomic-insight-user-actions-timeline.d.ts +57 -0
- package/dist/types/components/insight/atomic-insight-user-actions-toggle/atomic-insight-user-actions-toggle.d.ts +1 -0
- package/dist/types/components/insight/index.d.ts +11 -0
- package/dist/types/components/ipx/atomic-ipx-body/ipx-body-styles.d.ts +1 -0
- package/dist/types/components/ipx/atomic-ipx-body/ipx-body.d.ts +13 -0
- package/dist/types/components/ipx/atomic-ipx-embedded/atomic-ipx-embedded.d.ts +8 -0
- package/dist/types/components/ipx/atomic-ipx-modal/atomic-ipx-modal.d.ts +51 -18
- package/dist/types/components/ipx/atomic-ipx-result-link/atomic-ipx-result-link.d.ts +34 -15
- package/dist/types/components/ipx/atomic-ipx-result-link/atomic-ipx-result-link.tw.css.d.ts +2 -0
- package/dist/types/components/ipx/index.d.ts +2 -0
- package/dist/types/components/recommendations/atomic-recs-list/atomic-recs-list.d.ts +40 -23
- package/dist/types/components/recommendations/index.d.ts +1 -0
- package/dist/types/components/search/atomic-generated-answer/atomic-generated-answer.d.ts +12 -4
- package/dist/types/components/search/atomic-notifications/atomic-notifications.d.ts +1 -0
- package/dist/types/components/search/atomic-quickview/atomic-quickview.d.ts +1 -0
- package/dist/types/components/search/atomic-refine-modal/atomic-refine-modal.d.ts +1 -0
- package/dist/types/components/search/atomic-refine-toggle/atomic-refine-toggle.d.ts +1 -0
- package/dist/types/components/search/atomic-result-link/atomic-result-link.d.ts +2 -2
- package/dist/types/components/search/atomic-search-box/atomic-search-box.d.ts +1 -0
- package/dist/types/components/search/atomic-smart-snippet/atomic-smart-snippet.d.ts +1 -0
- package/dist/types/components.d.ts +8 -745
- package/docs/atomic-docs.json +15 -708
- package/package.json +10 -3
- package/dist/atomic/components/arrow-right.js +0 -8
- package/dist/atomic/components/arrow-right.js.map +0 -1
- package/dist/atomic/components/atomic-generated-answer-feedback-modal.d.ts +0 -11
- package/dist/atomic/components/atomic-generated-answer-feedback-modal.js +0 -435
- package/dist/atomic/components/atomic-generated-answer-feedback-modal.js.map +0 -1
- package/dist/atomic/components/atomic-insight-folded-result-list.d.ts +0 -11
- package/dist/atomic/components/atomic-insight-folded-result-list.js +0 -202
- package/dist/atomic/components/atomic-insight-folded-result-list.js.map +0 -1
- package/dist/atomic/components/atomic-insight-refine-modal.d.ts +0 -11
- package/dist/atomic/components/atomic-insight-refine-modal.js +0 -127
- package/dist/atomic/components/atomic-insight-refine-modal.js.map +0 -1
- package/dist/atomic/components/atomic-insight-result-action-bar.d.ts +0 -11
- package/dist/atomic/components/atomic-insight-result-action-bar.js +0 -41
- package/dist/atomic/components/atomic-insight-result-action-bar.js.map +0 -1
- package/dist/atomic/components/atomic-insight-result-attach-to-case-indicator.d.ts +0 -11
- package/dist/atomic/components/atomic-insight-result-attach-to-case-indicator.js +0 -75
- package/dist/atomic/components/atomic-insight-result-attach-to-case-indicator.js.map +0 -1
- package/dist/atomic/components/atomic-insight-result-list.d.ts +0 -11
- package/dist/atomic/components/atomic-insight-result-list.js +0 -170
- package/dist/atomic/components/atomic-insight-result-list.js.map +0 -1
- package/dist/atomic/components/atomic-insight-result-quickview-action.d.ts +0 -11
- package/dist/atomic/components/atomic-insight-result-quickview-action.js +0 -149
- package/dist/atomic/components/atomic-insight-result-quickview-action.js.map +0 -1
- package/dist/atomic/components/atomic-insight-smart-snippet-suggestions.d.ts +0 -11
- package/dist/atomic/components/atomic-insight-smart-snippet-suggestions.js +0 -150
- package/dist/atomic/components/atomic-insight-smart-snippet-suggestions.js.map +0 -1
- package/dist/atomic/components/atomic-insight-smart-snippet.d.ts +0 -11
- package/dist/atomic/components/atomic-insight-smart-snippet.js +0 -186
- package/dist/atomic/components/atomic-insight-smart-snippet.js.map +0 -1
- package/dist/atomic/components/atomic-insight-user-actions-modal.d.ts +0 -11
- package/dist/atomic/components/atomic-insight-user-actions-modal.js +0 -129
- package/dist/atomic/components/atomic-insight-user-actions-modal.js.map +0 -1
- package/dist/atomic/components/atomic-insight-user-actions-session.d.ts +0 -11
- package/dist/atomic/components/atomic-insight-user-actions-session.js +0 -8
- package/dist/atomic/components/atomic-insight-user-actions-session.js.map +0 -1
- package/dist/atomic/components/atomic-insight-user-actions-session2.js +0 -185
- package/dist/atomic/components/atomic-insight-user-actions-session2.js.map +0 -1
- package/dist/atomic/components/atomic-insight-user-actions-timeline.d.ts +0 -11
- package/dist/atomic/components/atomic-insight-user-actions-timeline.js +0 -8
- package/dist/atomic/components/atomic-insight-user-actions-timeline.js.map +0 -1
- package/dist/atomic/components/atomic-insight-user-actions-timeline2.js +0 -307
- package/dist/atomic/components/atomic-insight-user-actions-timeline2.js.map +0 -1
- package/dist/atomic/components/atomic-ipx-body.d.ts +0 -11
- package/dist/atomic/components/atomic-ipx-body.js +0 -8
- package/dist/atomic/components/atomic-ipx-body.js.map +0 -1
- package/dist/atomic/components/atomic-ipx-body2.js +0 -91
- package/dist/atomic/components/atomic-ipx-body2.js.map +0 -1
- package/dist/atomic/components/atomic-ipx-modal.d.ts +0 -11
- package/dist/atomic/components/atomic-ipx-modal.js +0 -110
- package/dist/atomic/components/atomic-ipx-modal.js.map +0 -1
- package/dist/atomic/components/atomic-ipx-result-link.d.ts +0 -11
- package/dist/atomic/components/atomic-ipx-result-link.js +0 -198
- package/dist/atomic/components/atomic-ipx-result-link.js.map +0 -1
- package/dist/atomic/components/atomic-recs-list.d.ts +0 -11
- package/dist/atomic/components/atomic-recs-list.js +0 -304
- package/dist/atomic/components/atomic-recs-list.js.map +0 -1
- package/dist/atomic/components/atomic-suggestion-renderer.d.ts +0 -11
- package/dist/atomic/components/atomic-suggestion-renderer.js +0 -123
- package/dist/atomic/components/atomic-suggestion-renderer.js.map +0 -1
- package/dist/atomic/components/attributes-slot.js +0 -30
- package/dist/atomic/components/attributes-slot.js.map +0 -1
- package/dist/atomic/components/close.js +0 -5
- package/dist/atomic/components/close.js.map +0 -1
- package/dist/atomic/components/display-options.js +0 -239
- package/dist/atomic/components/display-options.js.map +0 -1
- package/dist/atomic/components/event-utils.js +0 -24
- package/dist/atomic/components/event-utils.js.map +0 -1
- package/dist/atomic/components/export-parts.js +0 -5
- package/dist/atomic/components/export-parts.js.map +0 -1
- package/dist/atomic/components/preview.js +0 -8
- package/dist/atomic/components/preview.js.map +0 -1
- package/dist/atomic/components/purify.js +0 -1363
- package/dist/atomic/components/purify.js.map +0 -1
- package/dist/atomic/components/replace-breakpoint-utils.js +0 -41
- package/dist/atomic/components/replace-breakpoint-utils.js.map +0 -1
- package/dist/atomic/components/slot-utils.js +0 -20
- package/dist/atomic/components/slot-utils.js.map +0 -1
- package/dist/atomic/components/stencil-accessibility-utils.js +0 -160
- package/dist/atomic/components/stencil-accessibility-utils.js.map +0 -1
- package/dist/atomic/components/stencil-carousel.js +0 -50
- package/dist/atomic/components/stencil-carousel.js.map +0 -1
- package/dist/atomic/components/stencil-fieldset-group.js +0 -12
- package/dist/atomic/components/stencil-fieldset-group.js.map +0 -1
- package/dist/atomic/components/stencil-item-list-guard.js +0 -17
- package/dist/atomic/components/stencil-item-list-guard.js.map +0 -1
- package/dist/atomic/components/stencil-modal.js +0 -61
- package/dist/atomic/components/stencil-modal.js.map +0 -1
- package/dist/atomic/components/stencil-radio-button.js +0 -75
- package/dist/atomic/components/stencil-radio-button.js.map +0 -1
- package/dist/atomic/components/stencil-result-template-decorators.js +0 -130
- package/dist/atomic/components/stencil-result-template-decorators.js.map +0 -1
- package/dist/atomic/p-01e5fdc1.entry.js +0 -2
- package/dist/atomic/p-01e5fdc1.entry.js.map +0 -1
- package/dist/atomic/p-02089c14.js +0 -2
- package/dist/atomic/p-02089c14.js.map +0 -1
- package/dist/atomic/p-0d58f131.entry.js +0 -2
- package/dist/atomic/p-0d58f131.entry.js.map +0 -1
- package/dist/atomic/p-0f466ffb.js +0 -2
- package/dist/atomic/p-0f466ffb.js.map +0 -1
- package/dist/atomic/p-141bf64c.js +0 -2
- package/dist/atomic/p-2ad5f46e.entry.js +0 -2
- package/dist/atomic/p-2ad5f46e.entry.js.map +0 -1
- package/dist/atomic/p-3b46c4c2.entry.js +0 -2
- package/dist/atomic/p-3b46c4c2.entry.js.map +0 -1
- package/dist/atomic/p-3df103c1.js.map +0 -1
- package/dist/atomic/p-406f7e5a.js +0 -2
- package/dist/atomic/p-42d7acb3.js +0 -2
- package/dist/atomic/p-42d7acb3.js.map +0 -1
- package/dist/atomic/p-44eda272.entry.js +0 -2
- package/dist/atomic/p-44eda272.entry.js.map +0 -1
- package/dist/atomic/p-519b3517.entry.js +0 -2
- package/dist/atomic/p-519b3517.entry.js.map +0 -1
- package/dist/atomic/p-5b41c16c.js +0 -2
- package/dist/atomic/p-5b41c16c.js.map +0 -1
- package/dist/atomic/p-66d84fd8.js +0 -2
- package/dist/atomic/p-66d84fd8.js.map +0 -1
- package/dist/atomic/p-6b66c9da.entry.js +0 -2
- package/dist/atomic/p-6b66c9da.entry.js.map +0 -1
- package/dist/atomic/p-6bb72ce5.entry.js +0 -2
- package/dist/atomic/p-6bb72ce5.entry.js.map +0 -1
- package/dist/atomic/p-6bbff681.entry.js +0 -2
- package/dist/atomic/p-6bbff681.entry.js.map +0 -1
- package/dist/atomic/p-6e706321.entry.js +0 -2
- package/dist/atomic/p-74975270.js +0 -2
- package/dist/atomic/p-74975270.js.map +0 -1
- package/dist/atomic/p-7a4bad93.entry.js +0 -2
- package/dist/atomic/p-7a4bad93.entry.js.map +0 -1
- package/dist/atomic/p-7ac9072b.js +0 -2
- package/dist/atomic/p-7ac9072b.js.map +0 -1
- package/dist/atomic/p-898fd613.js +0 -3
- package/dist/atomic/p-898fd613.js.map +0 -1
- package/dist/atomic/p-8b9982db.entry.js +0 -2
- package/dist/atomic/p-8b9982db.entry.js.map +0 -1
- package/dist/atomic/p-904f3adb.js +0 -2
- package/dist/atomic/p-904f3adb.js.map +0 -1
- package/dist/atomic/p-90f23fb3.entry.js +0 -2
- package/dist/atomic/p-91a9b3f1.js +0 -2
- package/dist/atomic/p-91a9b3f1.js.map +0 -1
- package/dist/atomic/p-92156d1b.entry.js +0 -2
- package/dist/atomic/p-92156d1b.entry.js.map +0 -1
- package/dist/atomic/p-a3edbb0a.entry.js +0 -2
- package/dist/atomic/p-a62f2bf9.js +0 -2
- package/dist/atomic/p-a62f2bf9.js.map +0 -1
- package/dist/atomic/p-b01312d5.entry.js +0 -2
- package/dist/atomic/p-b01312d5.entry.js.map +0 -1
- package/dist/atomic/p-b56e0b21.entry.js +0 -2
- package/dist/atomic/p-b56e0b21.entry.js.map +0 -1
- package/dist/atomic/p-b9caa130.entry.js +0 -2
- package/dist/atomic/p-b9caa130.entry.js.map +0 -1
- package/dist/atomic/p-bedd6d62.js +0 -2
- package/dist/atomic/p-bedd6d62.js.map +0 -1
- package/dist/atomic/p-c785d72d.entry.js +0 -2
- package/dist/atomic/p-c785d72d.entry.js.map +0 -1
- package/dist/atomic/p-ce30fcf5.entry.js +0 -2
- package/dist/atomic/p-ce30fcf5.entry.js.map +0 -1
- package/dist/atomic/p-cfa9c12b.js +0 -2
- package/dist/atomic/p-cfa9c12b.js.map +0 -1
- package/dist/atomic/p-d03289b0.entry.js +0 -2
- package/dist/atomic/p-d03289b0.entry.js.map +0 -1
- package/dist/atomic/p-d0ec450e.entry.js +0 -2
- package/dist/atomic/p-d0ec450e.entry.js.map +0 -1
- package/dist/atomic/p-d637dcbe.js +0 -2
- package/dist/atomic/p-d637dcbe.js.map +0 -1
- package/dist/atomic/p-d7bf3aa2.js +0 -2
- package/dist/atomic/p-d7bf3aa2.js.map +0 -1
- package/dist/atomic/p-dcd04374.js +0 -2
- package/dist/atomic/p-dcd04374.js.map +0 -1
- package/dist/atomic/p-e283bb5a.js +0 -2
- package/dist/atomic/p-e283bb5a.js.map +0 -1
- package/dist/atomic/p-e2e4d4f3.entry.js +0 -9
- package/dist/atomic/p-e2e4d4f3.entry.js.map +0 -1
- package/dist/atomic/p-e9fff991.js +0 -2
- package/dist/atomic/p-e9fff991.js.map +0 -1
- package/dist/atomic/p-ec99339b.js +0 -2
- package/dist/atomic/p-ec99339b.js.map +0 -1
- package/dist/atomic/p-f2243b33.js +0 -2
- package/dist/atomic/p-f2b42434.entry.js +0 -2
- package/dist/atomic/p-f2b42434.entry.js.map +0 -1
- package/dist/atomic/p-f3a9a28b.entry.js +0 -2
- package/dist/atomic/p-fafae456.js +0 -2
- package/dist/atomic/p-fafae456.js.map +0 -1
- package/dist/cjs/arrow-right-a3be291c.js +0 -10
- package/dist/cjs/arrow-right-a3be291c.js.map +0 -1
- package/dist/cjs/atomic-generated-answer-feedback-modal.cjs.entry.js +0 -415
- package/dist/cjs/atomic-generated-answer-feedback-modal.cjs.entry.js.map +0 -1
- package/dist/cjs/atomic-insight-folded-result-list.cjs.entry.js +0 -181
- package/dist/cjs/atomic-insight-folded-result-list.cjs.entry.js.map +0 -1
- package/dist/cjs/atomic-insight-refine-modal.cjs.entry.js +0 -112
- package/dist/cjs/atomic-insight-refine-modal.cjs.entry.js.map +0 -1
- package/dist/cjs/atomic-insight-result-action-bar.cjs.entry.js +0 -30
- package/dist/cjs/atomic-insight-result-action-bar.cjs.entry.js.map +0 -1
- package/dist/cjs/atomic-insight-result-attach-to-case-indicator.cjs.entry.js +0 -61
- package/dist/cjs/atomic-insight-result-attach-to-case-indicator.cjs.entry.js.map +0 -1
- package/dist/cjs/atomic-insight-result-list.cjs.entry.js +0 -152
- package/dist/cjs/atomic-insight-result-list.cjs.entry.js.map +0 -1
- package/dist/cjs/atomic-insight-result-quickview-action.cjs.entry.js +0 -138
- package/dist/cjs/atomic-insight-result-quickview-action.cjs.entry.js.map +0 -1
- package/dist/cjs/atomic-insight-smart-snippet-suggestions.cjs.entry.js +0 -137
- package/dist/cjs/atomic-insight-smart-snippet-suggestions.cjs.entry.js.map +0 -1
- package/dist/cjs/atomic-insight-smart-snippet.cjs.entry.js +0 -170
- package/dist/cjs/atomic-insight-smart-snippet.cjs.entry.js.map +0 -1
- package/dist/cjs/atomic-insight-user-actions-modal.cjs.entry.js +0 -95
- package/dist/cjs/atomic-insight-user-actions-modal.cjs.entry.js.map +0 -1
- package/dist/cjs/atomic-insight-user-actions-session.cjs.entry.js +0 -170
- package/dist/cjs/atomic-insight-user-actions-session.cjs.entry.js.map +0 -1
- package/dist/cjs/atomic-insight-user-actions-timeline.cjs.entry.js +0 -285
- package/dist/cjs/atomic-insight-user-actions-timeline.cjs.entry.js.map +0 -1
- package/dist/cjs/atomic-ipx-body.cjs.entry.js +0 -80
- package/dist/cjs/atomic-ipx-body.cjs.entry.js.map +0 -1
- package/dist/cjs/atomic-ipx-modal.cjs.entry.js +0 -86
- package/dist/cjs/atomic-ipx-modal.cjs.entry.js.map +0 -1
- package/dist/cjs/atomic-ipx-result-link.cjs.entry.js +0 -126
- package/dist/cjs/atomic-ipx-result-link.cjs.entry.js.map +0 -1
- package/dist/cjs/atomic-recs-list.cjs.entry.js +0 -278
- package/dist/cjs/atomic-recs-list.cjs.entry.js.map +0 -1
- package/dist/cjs/atomic-suggestion-renderer.cjs.entry.js +0 -99
- package/dist/cjs/atomic-suggestion-renderer.cjs.entry.js.map +0 -1
- package/dist/cjs/attributes-slot-bb450885.js +0 -32
- package/dist/cjs/attributes-slot-bb450885.js.map +0 -1
- package/dist/cjs/close-20739950.js +0 -7
- package/dist/cjs/close-20739950.js.map +0 -1
- package/dist/cjs/display-options-dad31135.js +0 -246
- package/dist/cjs/display-options-dad31135.js.map +0 -1
- package/dist/cjs/export-parts-878c454a.js +0 -7
- package/dist/cjs/export-parts-878c454a.js.map +0 -1
- package/dist/cjs/index-515ca559.js.map +0 -1
- package/dist/cjs/initialization-lit-stencil-common-utils-4ef7bf9c.js.map +0 -1
- package/dist/cjs/popover-type-b1385b27.js.map +0 -1
- package/dist/cjs/preview-8eebe5d5.js +0 -10
- package/dist/cjs/preview-8eebe5d5.js.map +0 -1
- package/dist/cjs/purify-d8fb6acd.js.map +0 -1
- package/dist/cjs/replace-breakpoint-utils-c365392f.js +0 -43
- package/dist/cjs/replace-breakpoint-utils-c365392f.js.map +0 -1
- package/dist/cjs/result-utils-30919a35.js +0 -67
- package/dist/cjs/result-utils-30919a35.js.map +0 -1
- package/dist/cjs/slot-utils-086dacac.js +0 -23
- package/dist/cjs/slot-utils-086dacac.js.map +0 -1
- package/dist/cjs/stencil-accessibility-utils-1dcfe64c.js.map +0 -1
- package/dist/cjs/stencil-button-580d6869.js.map +0 -1
- package/dist/cjs/stencil-carousel-27149c5b.js +0 -53
- package/dist/cjs/stencil-carousel-27149c5b.js.map +0 -1
- package/dist/cjs/stencil-fieldset-group-c1b075b6.js +0 -14
- package/dist/cjs/stencil-fieldset-group-c1b075b6.js.map +0 -1
- package/dist/cjs/stencil-heading-41ec283d.js +0 -15
- package/dist/cjs/stencil-heading-41ec283d.js.map +0 -1
- package/dist/cjs/stencil-item-list-guard-4dfa8e37.js +0 -19
- package/dist/cjs/stencil-item-list-guard-4dfa8e37.js.map +0 -1
- package/dist/cjs/stencil-modal-9035d38e.js +0 -64
- package/dist/cjs/stencil-modal-9035d38e.js.map +0 -1
- package/dist/cjs/stencil-radio-button-6a4181f4.js +0 -77
- package/dist/cjs/stencil-radio-button-6a4181f4.js.map +0 -1
- package/dist/cjs/stencil-result-template-decorators-df459ee3.js.map +0 -1
- package/dist/cjs/store-9d4daf92.js.map +0 -1
- package/dist/cjs/utils-ba796684.js +0 -82
- package/dist/cjs/utils-ba796684.js.map +0 -1
- package/dist/esm/arrow-right-cb365b01.js +0 -8
- package/dist/esm/arrow-right-cb365b01.js.map +0 -1
- package/dist/esm/atomic-generated-answer-feedback-modal.entry.js +0 -411
- package/dist/esm/atomic-generated-answer-feedback-modal.entry.js.map +0 -1
- package/dist/esm/atomic-insight-folded-result-list.entry.js +0 -177
- package/dist/esm/atomic-insight-folded-result-list.entry.js.map +0 -1
- package/dist/esm/atomic-insight-refine-modal.entry.js +0 -108
- package/dist/esm/atomic-insight-refine-modal.entry.js.map +0 -1
- package/dist/esm/atomic-insight-result-action-bar.entry.js +0 -26
- package/dist/esm/atomic-insight-result-action-bar.entry.js.map +0 -1
- package/dist/esm/atomic-insight-result-attach-to-case-indicator.entry.js +0 -57
- package/dist/esm/atomic-insight-result-attach-to-case-indicator.entry.js.map +0 -1
- package/dist/esm/atomic-insight-result-list.entry.js +0 -148
- package/dist/esm/atomic-insight-result-list.entry.js.map +0 -1
- package/dist/esm/atomic-insight-result-quickview-action.entry.js +0 -134
- package/dist/esm/atomic-insight-result-quickview-action.entry.js.map +0 -1
- package/dist/esm/atomic-insight-smart-snippet-suggestions.entry.js +0 -133
- package/dist/esm/atomic-insight-smart-snippet-suggestions.entry.js.map +0 -1
- package/dist/esm/atomic-insight-smart-snippet.entry.js +0 -166
- package/dist/esm/atomic-insight-smart-snippet.entry.js.map +0 -1
- package/dist/esm/atomic-insight-user-actions-modal.entry.js +0 -91
- package/dist/esm/atomic-insight-user-actions-modal.entry.js.map +0 -1
- package/dist/esm/atomic-insight-user-actions-session.entry.js +0 -166
- package/dist/esm/atomic-insight-user-actions-session.entry.js.map +0 -1
- package/dist/esm/atomic-insight-user-actions-timeline.entry.js +0 -281
- package/dist/esm/atomic-insight-user-actions-timeline.entry.js.map +0 -1
- package/dist/esm/atomic-ipx-body.entry.js +0 -76
- package/dist/esm/atomic-ipx-body.entry.js.map +0 -1
- package/dist/esm/atomic-ipx-modal.entry.js +0 -82
- package/dist/esm/atomic-ipx-modal.entry.js.map +0 -1
- package/dist/esm/atomic-ipx-result-link.entry.js +0 -122
- package/dist/esm/atomic-ipx-result-link.entry.js.map +0 -1
- package/dist/esm/atomic-recs-list.entry.js +0 -274
- package/dist/esm/atomic-recs-list.entry.js.map +0 -1
- package/dist/esm/atomic-suggestion-renderer.entry.js +0 -95
- package/dist/esm/atomic-suggestion-renderer.entry.js.map +0 -1
- package/dist/esm/attributes-slot-b43923b8.js +0 -30
- package/dist/esm/attributes-slot-b43923b8.js.map +0 -1
- package/dist/esm/close-ff816971.js +0 -5
- package/dist/esm/close-ff816971.js.map +0 -1
- package/dist/esm/display-options-63f2ec3c.js +0 -239
- package/dist/esm/display-options-63f2ec3c.js.map +0 -1
- package/dist/esm/export-parts-14a53e2c.js +0 -5
- package/dist/esm/export-parts-14a53e2c.js.map +0 -1
- package/dist/esm/index-0bcc50f8.js.map +0 -1
- package/dist/esm/initialization-lit-stencil-common-utils-097c357b.js.map +0 -1
- package/dist/esm/popover-type-895c0e24.js +0 -10
- package/dist/esm/popover-type-895c0e24.js.map +0 -1
- package/dist/esm/preview-bb7e7a89.js +0 -8
- package/dist/esm/preview-bb7e7a89.js.map +0 -1
- package/dist/esm/purify-985ba52e.js.map +0 -1
- package/dist/esm/replace-breakpoint-utils-2626a500.js +0 -41
- package/dist/esm/replace-breakpoint-utils-2626a500.js.map +0 -1
- package/dist/esm/result-utils-8978d15e.js +0 -64
- package/dist/esm/result-utils-8978d15e.js.map +0 -1
- package/dist/esm/slot-utils-3a3874a2.js +0 -20
- package/dist/esm/slot-utils-3a3874a2.js.map +0 -1
- package/dist/esm/stencil-accessibility-utils-2253e89c.js.map +0 -1
- package/dist/esm/stencil-carousel-bb5606d8.js +0 -50
- package/dist/esm/stencil-carousel-bb5606d8.js.map +0 -1
- package/dist/esm/stencil-fieldset-group-6a9a867f.js +0 -12
- package/dist/esm/stencil-fieldset-group-6a9a867f.js.map +0 -1
- package/dist/esm/stencil-heading-5ac0f5ff.js +0 -13
- package/dist/esm/stencil-heading-5ac0f5ff.js.map +0 -1
- package/dist/esm/stencil-item-list-guard-7eaabe92.js +0 -17
- package/dist/esm/stencil-item-list-guard-7eaabe92.js.map +0 -1
- package/dist/esm/stencil-modal-0471908f.js +0 -61
- package/dist/esm/stencil-modal-0471908f.js.map +0 -1
- package/dist/esm/stencil-radio-button-647a8428.js +0 -75
- package/dist/esm/stencil-radio-button-647a8428.js.map +0 -1
- package/dist/esm/stencil-result-template-decorators-e758f409.js.map +0 -1
- package/dist/esm/store-3bc9050f.js.map +0 -1
- package/dist/esm/utils-4b7a065d.js +0 -72
- package/dist/esm/utils-4b7a065d.js.map +0 -1
- package/dist/types/components/common/atomic-suggestion-renderer/atomic-suggestion-renderer.d.ts +0 -29
- package/dist/types/components/common/generated-answer/atomic-generated-answer-feedback/atomic-generated-answer-feedback-modal.d.ts +0 -61
- package/dist/types/components/insight/result-lists/atomic-insight-folded-result-list/atomic-insight-folded-result-list.d.ts +0 -68
- package/dist/types/components/insight/result-lists/atomic-insight-result-list/atomic-insight-result-list.d.ts +0 -49
- package/dist/types/components/insight/smart-snippets/atomic-insight-smart-snippet/atomic-insight-smart-snippet.d.ts +0 -48
- package/dist/types/components/insight/smart-snippets/atomic-insight-smart-snippet-suggestions/atomic-insight-smart-snippet-suggestions.d.ts +0 -38
- package/dist/types/components/insight/user-actions/atomic-insight-user-actions-modal/atomic-insight-user-actions-modal.d.ts +0 -34
- package/dist/types/components/insight/user-actions/atomic-insight-user-actions-session/atomic-insight-user-actions-session.d.ts +0 -32
- package/dist/types/components/insight/user-actions/atomic-insight-user-actions-session/stencil-user-action.d.ts +0 -12
- package/dist/types/components/insight/user-actions/atomic-insight-user-actions-timeline/atomic-insight-user-actions-timeline.d.ts +0 -46
- package/dist/types/components/ipx/atomic-ipx-body/atomic-ipx-body.d.ts +0 -23
- /package/dist/atomic/{p-1da0ec8c.entry.js.map → p-0698ccf1.entry.js.map} +0 -0
- /package/dist/atomic/{p-94976bed.js.map → p-4a32511f.js.map} +0 -0
- /package/dist/atomic/{p-0454df94.js.map → p-578d761c.js.map} +0 -0
- /package/dist/atomic/{p-be8cc132.js.map → p-677f9c40.js.map} +0 -0
- /package/dist/atomic/{p-4a2e7926.js.map → p-9c5ec170.js.map} +0 -0
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import "../atomic-icon/atomic-icon";
|
|
1
2
|
import type { i18n } from 'i18next';
|
|
2
3
|
import type { SearchBoxSuggestionElement } from './suggestions-types';
|
|
3
4
|
export declare const getPartialRecentQueryElement: (value: string, i18n: i18n) => Pick<SearchBoxSuggestionElement, "ariaLabel" | "key" | "query" | "part">;
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
import { type FoldedResultList as InsightFoldedResultList, type ResultsPerPage as InsightResultsPerPage } from '@coveo/headless/insight';
|
|
2
|
+
import { type CSSResultGroup, LitElement } from 'lit';
|
|
3
|
+
import { type ItemRenderingFunction } from "../../common/item-list/item-list-common";
|
|
4
|
+
import { type ItemDisplayDensity, type ItemDisplayImageSize } from "../../common/layout/item-layout-utils";
|
|
5
|
+
import type { InsightBindings } from "../atomic-insight-interface/atomic-insight-interface";
|
|
6
|
+
import type { InitializableComponent } from "../../../decorators/types";
|
|
7
|
+
import "../atomic-insight-result/atomic-insight-result";
|
|
8
|
+
import "../atomic-insight-result-template/atomic-insight-result-template";
|
|
9
|
+
declare const AtomicInsightFoldedResultList_base: typeof LitElement;
|
|
10
|
+
/**
|
|
11
|
+
* The `atomic-insight-folded-result-list` component is responsible for displaying folded query results in an insight panel,
|
|
12
|
+
* by applying one or more result templates.
|
|
13
|
+
*
|
|
14
|
+
* @slot default - The default slot where the result templates are inserted.
|
|
15
|
+
* @part result-list - The element containing every result of a result list
|
|
16
|
+
* @part outline - The element displaying an outline or a divider around a result
|
|
17
|
+
*/
|
|
18
|
+
export declare class AtomicInsightFoldedResultList extends AtomicInsightFoldedResultList_base implements InitializableComponent<InsightBindings> {
|
|
19
|
+
static styles: CSSResultGroup;
|
|
20
|
+
private static readonly propsSchema;
|
|
21
|
+
foldedResultList: InsightFoldedResultList;
|
|
22
|
+
resultsPerPage: InsightResultsPerPage;
|
|
23
|
+
private itemRenderingFunction;
|
|
24
|
+
private loadingFlag;
|
|
25
|
+
private nextNewResultTarget?;
|
|
26
|
+
private resultListCommon;
|
|
27
|
+
private resultTemplateProvider;
|
|
28
|
+
private readonly display;
|
|
29
|
+
/**
|
|
30
|
+
* 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.
|
|
31
|
+
*/
|
|
32
|
+
density: ItemDisplayDensity;
|
|
33
|
+
/**
|
|
34
|
+
* The expected size of the image displayed in the results.
|
|
35
|
+
*/
|
|
36
|
+
imageSize: ItemDisplayImageSize;
|
|
37
|
+
/**
|
|
38
|
+
* 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.
|
|
39
|
+
*
|
|
40
|
+
* @defaultValue `foldingcollection`
|
|
41
|
+
*/
|
|
42
|
+
collectionField?: string;
|
|
43
|
+
/**
|
|
44
|
+
* The name of the field that determines whether a certain result is a top result containing other child results within a collection.
|
|
45
|
+
*
|
|
46
|
+
* @defaultValue `foldingparent`
|
|
47
|
+
*/
|
|
48
|
+
parentField?: string;
|
|
49
|
+
/**
|
|
50
|
+
* The name of the field that uniquely identifies a result within a collection.
|
|
51
|
+
*
|
|
52
|
+
* @defaultValue `foldingchild`
|
|
53
|
+
*/
|
|
54
|
+
childField?: string;
|
|
55
|
+
/**
|
|
56
|
+
* The initial number of child results to request for each folded collection, before expansion.
|
|
57
|
+
*
|
|
58
|
+
* @defaultValue `2`
|
|
59
|
+
*/
|
|
60
|
+
numberOfFoldedResults: number;
|
|
61
|
+
bindings: InsightBindings;
|
|
62
|
+
error: Error;
|
|
63
|
+
private isAppLoaded;
|
|
64
|
+
private isEveryResultReady;
|
|
65
|
+
private resultTemplateRegistered;
|
|
66
|
+
private templateHasError;
|
|
67
|
+
private foldedResultListState;
|
|
68
|
+
private resultsPerPageState;
|
|
69
|
+
constructor();
|
|
70
|
+
disconnectedCallback(): void;
|
|
71
|
+
initialize(): void;
|
|
72
|
+
/**
|
|
73
|
+
* Sets a rendering function to bypass the standard HTML template mechanism for rendering results.
|
|
74
|
+
* You can use this function while working with web frameworks that don't use plain HTML syntax such as React, Angular, or Vue.
|
|
75
|
+
*
|
|
76
|
+
* Do not use this method if you integrate Atomic in a plain HTML deployment.
|
|
77
|
+
*/
|
|
78
|
+
setRenderFunction(resultRenderingFunction: ItemRenderingFunction): Promise<void>;
|
|
79
|
+
willUpdate(changedProperties: Map<string | number | symbol, unknown>): void;
|
|
80
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
81
|
+
private updateResultReadyState;
|
|
82
|
+
private handleResolveFoldedResultList;
|
|
83
|
+
private handleLoadCollection;
|
|
84
|
+
private initFolding;
|
|
85
|
+
private initResultTemplateProvider;
|
|
86
|
+
private initResultListCommon;
|
|
87
|
+
private computeListDisplayClasses;
|
|
88
|
+
private renderList;
|
|
89
|
+
private get focusTarget();
|
|
90
|
+
private getContent;
|
|
91
|
+
private getInteractiveResult;
|
|
92
|
+
private getResultId;
|
|
93
|
+
}
|
|
94
|
+
declare global {
|
|
95
|
+
interface HTMLElementTagNameMap {
|
|
96
|
+
'atomic-insight-folded-result-list': AtomicInsightFoldedResultList;
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
export {};
|
package/dist/types/components/insight/atomic-insight-refine-modal/atomic-insight-refine-modal.d.ts
CHANGED
|
@@ -1,27 +1,66 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { InsightBindings } from
|
|
1
|
+
import { type BreadcrumbManager as InsightBreadcrumbManager, type BreadcrumbManagerState as InsightBreadcrumbManagerState, type QuerySummary as InsightQuerySummary, type QuerySummaryState as InsightQuerySummaryState } from '@coveo/headless/insight';
|
|
2
|
+
import { LitElement, type PropertyValues } from 'lit';
|
|
3
|
+
import type { InsightBindings } from "../atomic-insight-interface/atomic-insight-interface";
|
|
4
|
+
import type { InitializableComponent } from "../../../decorators/types";
|
|
4
5
|
/**
|
|
5
|
-
*
|
|
6
|
+
* The `atomic-insight-refine-modal` component displays a modal with filters for refining search results.
|
|
7
|
+
*
|
|
8
|
+
* This component should not be used directly. It is internally used by the `atomic-insight-refine-toggle` component to display the refine modal.
|
|
9
|
+
*
|
|
10
|
+
* @part title - The title of the modal.
|
|
11
|
+
* @part close-button - The button in the header that closes the modal.
|
|
12
|
+
* @part close-icon - The icon of the close button.
|
|
13
|
+
* @part content - The wrapper around the content inside the body of the modal.
|
|
14
|
+
* @part section-title - The title for each section.
|
|
15
|
+
* @part section-filters-title - The title for the filters section.
|
|
16
|
+
* @part filter-section - The section containing facets and the "filters" title.
|
|
17
|
+
* @part filter-clear-all - The button that resets all actively selected facet values.
|
|
18
|
+
* @part footer-content - The wrapper around the content inside the footer of the modal, containing the button to view results.
|
|
19
|
+
* @part footer-button - The button in the footer that closes the modal.
|
|
20
|
+
* @part footer-button-text - The text inside the button in the footer that closes the modal.
|
|
21
|
+
* @part footer-button-count - The count inside the button in the footer that closes the modal.
|
|
22
|
+
* @part footer-wrapper - The wrapper with a shadow or background color around the footer.
|
|
23
|
+
* @part footer - The footer of the modal.
|
|
24
|
+
* @part header-ruler - The horizontal ruler underneath the header.
|
|
25
|
+
* @part body-wrapper - The wrapper around the body.
|
|
26
|
+
* @part body - The body of the modal, between the header and the footer.
|
|
27
|
+
* @part header-wrapper - The wrapper around the header.
|
|
28
|
+
* @part header - The header of the modal, containing the title.
|
|
29
|
+
* @part container - The modal's outermost container.
|
|
6
30
|
*/
|
|
7
|
-
export declare class AtomicInsightRefineModal implements InitializableComponent<InsightBindings> {
|
|
31
|
+
export declare class AtomicInsightRefineModal extends LitElement implements InitializableComponent<InsightBindings> {
|
|
8
32
|
bindings: InsightBindings;
|
|
9
|
-
|
|
33
|
+
error: Error;
|
|
10
34
|
querySummaryState: InsightQuerySummaryState;
|
|
11
35
|
breadcrumbManagerState: InsightBreadcrumbManagerState;
|
|
12
|
-
error: Error;
|
|
13
36
|
interfaceDimensions?: DOMRect;
|
|
37
|
+
/**
|
|
38
|
+
* The element that opens the modal when clicked.
|
|
39
|
+
*/
|
|
14
40
|
openButton?: HTMLElement;
|
|
41
|
+
/**
|
|
42
|
+
* Whether the modal is open.
|
|
43
|
+
*/
|
|
15
44
|
isOpen: boolean;
|
|
16
45
|
querySummary: InsightQuerySummary;
|
|
17
|
-
|
|
18
|
-
|
|
46
|
+
breadcrumbManager: InsightBreadcrumbManager;
|
|
47
|
+
private backdropStyleSheet;
|
|
48
|
+
private animationFrameId?;
|
|
49
|
+
initialize(): void;
|
|
50
|
+
connectedCallback(): void;
|
|
51
|
+
disconnectedCallback(): void;
|
|
52
|
+
protected willUpdate(changedProperties: PropertyValues<this>): void;
|
|
53
|
+
watchEnabled(): void;
|
|
19
54
|
private onAnimationFrame;
|
|
20
55
|
private dimensionChanged;
|
|
21
56
|
updateDimensions(): void;
|
|
22
|
-
|
|
57
|
+
private updateBackdropStyles;
|
|
23
58
|
private renderHeader;
|
|
24
59
|
private renderBody;
|
|
25
|
-
render():
|
|
26
|
-
|
|
60
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
61
|
+
}
|
|
62
|
+
declare global {
|
|
63
|
+
interface HTMLElementTagNameMap {
|
|
64
|
+
'atomic-insight-refine-modal': AtomicInsightRefineModal;
|
|
65
|
+
}
|
|
27
66
|
}
|
package/dist/types/components/insight/atomic-insight-refine-toggle/atomic-insight-refine-toggle.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ import { type BreadcrumbManager, type SearchStatus } from '@coveo/headless/insig
|
|
|
2
2
|
import { LitElement } from 'lit';
|
|
3
3
|
import type { InitializableComponent } from "../../../decorators/types";
|
|
4
4
|
import type { InsightBindings } from '../atomic-insight-interface/atomic-insight-interface';
|
|
5
|
+
import "../atomic-insight-refine-modal/atomic-insight-refine-modal";
|
|
5
6
|
/**
|
|
6
7
|
* The `atomic-insight-refine-toggle` component displays a button that opens a modal containing the facets and the sort components.
|
|
7
8
|
*
|
|
@@ -1,7 +1,15 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
declare const AtomicInsightResultActionBar_base: typeof LitElement;
|
|
1
3
|
/**
|
|
2
|
-
*
|
|
4
|
+
* The `atomic-insight-result-action-bar` component displays an action bar for an Insight result and hosts action buttons such as share, open, or more options related to the result.
|
|
5
|
+
*
|
|
6
|
+
* @slot (default) - Action buttons to display in the action bar.
|
|
3
7
|
*/
|
|
4
|
-
export declare class AtomicInsightResultActionBar {
|
|
5
|
-
private host;
|
|
6
|
-
componentDidRender(): void;
|
|
8
|
+
export declare class AtomicInsightResultActionBar extends AtomicInsightResultActionBar_base {
|
|
7
9
|
}
|
|
10
|
+
declare global {
|
|
11
|
+
interface HTMLElementTagNameMap {
|
|
12
|
+
'atomic-insight-result-action-bar': AtomicInsightResultActionBar;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
export {};
|
|
@@ -1,19 +1,24 @@
|
|
|
1
|
-
import { AttachToCase } from '@coveo/headless/insight';
|
|
2
|
-
import {
|
|
3
|
-
import { InsightBindings } from
|
|
1
|
+
import { type AttachToCase } from '@coveo/headless/insight';
|
|
2
|
+
import { LitElement, nothing } from 'lit';
|
|
3
|
+
import type { InsightBindings } from "../atomic-insight-interface/atomic-insight-interface";
|
|
4
|
+
import type { InitializableComponent } from "../../../decorators/types";
|
|
4
5
|
/**
|
|
5
|
-
* @internal
|
|
6
6
|
* The `atomic-insight-result-attach-to-case-indicator` component can be included inside a result template to indicate whether a result is attached to the current case.
|
|
7
7
|
*
|
|
8
|
-
* @part icon The icon that indicates whether the result is attached to the case.
|
|
8
|
+
* @part icon - The icon that indicates whether the result is attached to the case.
|
|
9
9
|
*/
|
|
10
|
-
export declare class AtomicInsightResultAttachToCaseIndicator implements InitializableComponent<InsightBindings> {
|
|
10
|
+
export declare class AtomicInsightResultAttachToCaseIndicator extends LitElement implements InitializableComponent<InsightBindings> {
|
|
11
11
|
bindings: InsightBindings;
|
|
12
|
-
private result;
|
|
13
|
-
host: HTMLElement;
|
|
14
12
|
error: Error;
|
|
15
13
|
attachToCase: AttachToCase;
|
|
16
|
-
attachToCaseState:
|
|
14
|
+
attachToCaseState: Record<string, never>;
|
|
15
|
+
private itemContextController;
|
|
16
|
+
constructor();
|
|
17
17
|
initialize(): void;
|
|
18
|
-
render():
|
|
18
|
+
render(): import("lit-html").TemplateResult<1> | typeof nothing;
|
|
19
|
+
}
|
|
20
|
+
declare global {
|
|
21
|
+
interface HTMLElementTagNameMap {
|
|
22
|
+
'atomic-insight-result-attach-to-case-indicator': AtomicInsightResultAttachToCaseIndicator;
|
|
23
|
+
}
|
|
19
24
|
}
|
package/dist/types/components/insight/atomic-insight-result-list/atomic-insight-result-list.d.ts
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import { type ResultList as InsightResultList, type ResultsPerPage as InsightResultsPerPage } from '@coveo/headless/insight';
|
|
2
|
+
import { type CSSResultGroup, LitElement } from 'lit';
|
|
3
|
+
import { type ItemRenderingFunction } from "../../common/item-list/item-list-common";
|
|
4
|
+
import { type ItemDisplayDensity, type ItemDisplayImageSize } from "../../common/layout/item-layout-utils";
|
|
5
|
+
import type { InsightBindings } from "../atomic-insight-interface/atomic-insight-interface";
|
|
6
|
+
import type { InitializableComponent } from "../../../decorators/types";
|
|
7
|
+
import "../atomic-insight-result/atomic-insight-result";
|
|
8
|
+
import "../atomic-insight-result-template/atomic-insight-result-template";
|
|
9
|
+
declare const AtomicInsightResultList_base: typeof LitElement;
|
|
10
|
+
/**
|
|
11
|
+
* The `atomic-insight-result-list` component is responsible for displaying insight query results by applying one or more result templates.
|
|
12
|
+
*
|
|
13
|
+
* @slot default - The default slot where the result templates are inserted.
|
|
14
|
+
* @part result-list - The element containing every result of a result list
|
|
15
|
+
* @part outline - The element displaying an outline or a divider around a result
|
|
16
|
+
*/
|
|
17
|
+
export declare class AtomicInsightResultList extends AtomicInsightResultList_base implements InitializableComponent<InsightBindings> {
|
|
18
|
+
static styles: CSSResultGroup;
|
|
19
|
+
private static readonly propsSchema;
|
|
20
|
+
resultList: InsightResultList;
|
|
21
|
+
resultsPerPage: InsightResultsPerPage;
|
|
22
|
+
private itemRenderingFunction;
|
|
23
|
+
private loadingFlag;
|
|
24
|
+
private nextNewResultTarget?;
|
|
25
|
+
private resultListCommon;
|
|
26
|
+
private resultTemplateProvider;
|
|
27
|
+
private readonly display;
|
|
28
|
+
bindings: InsightBindings;
|
|
29
|
+
error: Error;
|
|
30
|
+
private isAppLoaded;
|
|
31
|
+
private isEveryResultReady;
|
|
32
|
+
private resultTemplateRegistered;
|
|
33
|
+
private templateHasError;
|
|
34
|
+
private resultListState;
|
|
35
|
+
private resultsPerPageState;
|
|
36
|
+
/**
|
|
37
|
+
* 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.
|
|
38
|
+
*/
|
|
39
|
+
density: ItemDisplayDensity;
|
|
40
|
+
/**
|
|
41
|
+
* The expected size of the image displayed in the results.
|
|
42
|
+
*/
|
|
43
|
+
imageSize: ItemDisplayImageSize;
|
|
44
|
+
constructor();
|
|
45
|
+
/**
|
|
46
|
+
* Sets a rendering function to bypass the standard HTML template mechanism for rendering results.
|
|
47
|
+
* You can use this function while working with web frameworks that don't use plain HTML syntax such as React, Angular, or Vue.
|
|
48
|
+
*
|
|
49
|
+
* Do not use this method if you integrate Atomic in a plain HTML deployment.
|
|
50
|
+
*
|
|
51
|
+
* @param resultRenderingFunction
|
|
52
|
+
*/
|
|
53
|
+
setRenderFunction(resultRenderingFunction: ItemRenderingFunction): Promise<void>;
|
|
54
|
+
initialize(): void;
|
|
55
|
+
willUpdate(changedProperties: Map<string, unknown>): Promise<void>;
|
|
56
|
+
private get shouldMarkResultsAsReady();
|
|
57
|
+
private updateResultReadyState;
|
|
58
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
59
|
+
private initResultTemplateProvider;
|
|
60
|
+
private initResultListCommon;
|
|
61
|
+
private computeListDisplayClasses;
|
|
62
|
+
private renderList;
|
|
63
|
+
private get focusTarget();
|
|
64
|
+
private getInteractiveResult;
|
|
65
|
+
private getResultId;
|
|
66
|
+
}
|
|
67
|
+
declare global {
|
|
68
|
+
interface HTMLElementTagNameMap {
|
|
69
|
+
'atomic-insight-result-list': AtomicInsightResultList;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
export {};
|
|
@@ -1,18 +1,24 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import { Bindings } from
|
|
1
|
+
import type { Quickview, QuickviewState } from '@coveo/headless';
|
|
2
|
+
import { LitElement } from 'lit';
|
|
3
|
+
import "../../search/atomic-quickview-modal/atomic-quickview-modal";
|
|
4
|
+
import type { Bindings } from "../../search/atomic-search-interface/interfaces";
|
|
5
|
+
import type { InitializableComponent } from "../../../decorators/types";
|
|
6
|
+
declare const AtomicInsightResultQuickviewAction_base: import("../../../mixins/mixin-common").Constructor<{
|
|
7
|
+
injectStyles(dynamicStyles?: import("lit").CSSResultGroup): Promise<void>;
|
|
8
|
+
}> & typeof LitElement;
|
|
5
9
|
/**
|
|
6
|
-
*
|
|
10
|
+
* The `atomic-insight-result-quickview-action` component renders a button that, when clicked,
|
|
11
|
+
* opens a modal containing a preview of the result document. This allows users to quickly
|
|
12
|
+
* view the content of a document without navigating away from the insight panel.
|
|
13
|
+
*
|
|
14
|
+
* This component must be used inside an `atomic-insight-result-template` component.
|
|
15
|
+
*
|
|
16
|
+
* @part result-action-container - The container wrapping the button.
|
|
17
|
+
* @part result-action-button - The button that opens the quickview modal.
|
|
18
|
+
* @part result-action-icon - The icon displayed in the button.
|
|
7
19
|
*/
|
|
8
|
-
export declare class AtomicInsightResultQuickviewAction implements InitializableComponent {
|
|
9
|
-
|
|
10
|
-
private result;
|
|
11
|
-
private buttonFocusTarget?;
|
|
12
|
-
host: HTMLElement;
|
|
13
|
-
error: Error;
|
|
14
|
-
quickview: Quickview;
|
|
15
|
-
quickviewState: QuickviewState;
|
|
20
|
+
export declare class AtomicInsightResultQuickviewAction extends AtomicInsightResultQuickviewAction_base implements InitializableComponent<Bindings> {
|
|
21
|
+
private static readonly propsSchema;
|
|
16
22
|
/**
|
|
17
23
|
* The `sandbox` attribute to apply to the quickview iframe.
|
|
18
24
|
*
|
|
@@ -25,15 +31,32 @@ export declare class AtomicInsightResultQuickviewAction implements Initializable
|
|
|
25
31
|
* `allow-same-origin` is not optional, and must always be included in the list of allowed capabilities for the component to function properly.
|
|
26
32
|
*/
|
|
27
33
|
sandbox: string;
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
34
|
+
bindings: Bindings;
|
|
35
|
+
error: Error;
|
|
36
|
+
private result;
|
|
37
|
+
quickviewState: QuickviewState;
|
|
38
|
+
quickview: Quickview;
|
|
39
|
+
private resultContext;
|
|
40
|
+
private buttonFocusTarget;
|
|
41
|
+
private ariaLiveRegion;
|
|
31
42
|
private quickviewModalRef?;
|
|
32
|
-
|
|
43
|
+
private buttonRef;
|
|
44
|
+
private nextQuickviewHandler;
|
|
45
|
+
private previousQuickviewHandler;
|
|
46
|
+
constructor();
|
|
33
47
|
initialize(): void;
|
|
48
|
+
connectedCallback(): void;
|
|
49
|
+
disconnectedCallback(): void;
|
|
34
50
|
private addQuickviewModalIfNeeded;
|
|
35
51
|
private updateModalContent;
|
|
36
52
|
private onClick;
|
|
37
53
|
private get shouldRenderQuickview();
|
|
38
|
-
|
|
54
|
+
updated(): void;
|
|
55
|
+
render(): typeof import("lit-html").nothing | import("lit-html").TemplateResult | undefined;
|
|
56
|
+
}
|
|
57
|
+
declare global {
|
|
58
|
+
interface HTMLElementTagNameMap {
|
|
59
|
+
'atomic-insight-result-quickview-action': AtomicInsightResultQuickviewAction;
|
|
60
|
+
}
|
|
39
61
|
}
|
|
62
|
+
export {};
|
package/dist/types/components/insight/atomic-insight-search-box/atomic-insight-search-box.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ import { LitElement, type TemplateResult } from 'lit';
|
|
|
3
3
|
import type { InsightBindings } from "../atomic-insight-interface/atomic-insight-interface";
|
|
4
4
|
import type { InitializableComponent } from "../../../decorators/types";
|
|
5
5
|
import "../../common/atomic-icon/atomic-icon";
|
|
6
|
+
import '@coveo/atomic-legacy/atomic-suggestion-renderer';
|
|
6
7
|
/**
|
|
7
8
|
* The `atomic-insight-search-box` component allows users to enter and submit search queries within the Insight interface.
|
|
8
9
|
* It provides query suggestions as the user types.
|
package/dist/types/components/insight/atomic-insight-smart-snippet/atomic-insight-smart-snippet.d.ts
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { type SmartSnippet as InsightSmartSnippet, type SmartSnippetState as InsightSmartSnippetState } from '@coveo/headless/insight';
|
|
2
|
+
import { LitElement } from 'lit';
|
|
3
|
+
import type { InsightBindings } from "../atomic-insight-interface/atomic-insight-interface";
|
|
4
|
+
import type { InitializableComponent } from "../../../decorators/types";
|
|
5
|
+
import "../../common/atomic-smart-snippet-collapse-wrapper/atomic-smart-snippet-collapse-wrapper";
|
|
6
|
+
import "../../common/atomic-smart-snippet-expandable-answer/atomic-smart-snippet-expandable-answer";
|
|
7
|
+
import "../../common/atomic-smart-snippet-source/atomic-smart-snippet-source";
|
|
8
|
+
import "../atomic-insight-smart-snippet-feedback-modal/atomic-insight-smart-snippet-feedback-modal";
|
|
9
|
+
/**
|
|
10
|
+
* The `atomic-insight-smart-snippet` component displays a smart snippet for an Insight Panel query.
|
|
11
|
+
* Smart snippets are generated answers extracted from relevant documents.
|
|
12
|
+
*
|
|
13
|
+
* @part smart-snippet - The container for the smart snippet.
|
|
14
|
+
* @part body - The expandable answer body.
|
|
15
|
+
* @part feedback-banner - The feedback banner container.
|
|
16
|
+
* @part feedback-inquiry - The feedback inquiry text.
|
|
17
|
+
* @part feedback-buttons - The container for feedback buttons.
|
|
18
|
+
* @part feedback-like-button - The like button.
|
|
19
|
+
* @part feedback-dislike-button - The dislike button.
|
|
20
|
+
* @part feedback-thank-you-wrapper - The thank you message wrapper.
|
|
21
|
+
* @part feedback-thank-you - The thank you message.
|
|
22
|
+
* @part feedback-explain-why-button - The explain why button.
|
|
23
|
+
*
|
|
24
|
+
* @slot source-anchor-attributes - Slot for attributes to apply to the source anchor element.
|
|
25
|
+
*/
|
|
26
|
+
export declare class AtomicInsightSmartSnippet extends LitElement implements InitializableComponent<InsightBindings> {
|
|
27
|
+
static styles: import("lit").CSSResult;
|
|
28
|
+
bindings: InsightBindings;
|
|
29
|
+
error: Error;
|
|
30
|
+
smartSnippetState: InsightSmartSnippetState;
|
|
31
|
+
smartSnippet: InsightSmartSnippet;
|
|
32
|
+
private feedbackSent;
|
|
33
|
+
private smartSnippetId;
|
|
34
|
+
private modalRef?;
|
|
35
|
+
private feedbackSentHandler;
|
|
36
|
+
/**
|
|
37
|
+
* The [heading level](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements) to use for the question at the top of the snippet, from 1 to 5.
|
|
38
|
+
*/
|
|
39
|
+
headingLevel: number;
|
|
40
|
+
/**
|
|
41
|
+
* The maximum height (in pixels) a snippet can have before the component truncates it and displays a "show more" button.
|
|
42
|
+
*/
|
|
43
|
+
maximumHeight: number;
|
|
44
|
+
/**
|
|
45
|
+
* When the answer is partly hidden, how much of its height (in pixels) should be visible.
|
|
46
|
+
*/
|
|
47
|
+
collapsedHeight: number;
|
|
48
|
+
/**
|
|
49
|
+
* Sets the style of the snippet.
|
|
50
|
+
*
|
|
51
|
+
* Example:
|
|
52
|
+
* ```ts
|
|
53
|
+
* smartSnippet.snippetStyle = `
|
|
54
|
+
* b {
|
|
55
|
+
* color: blue;
|
|
56
|
+
* }
|
|
57
|
+
* `;
|
|
58
|
+
* ```
|
|
59
|
+
*/
|
|
60
|
+
snippetStyle?: string;
|
|
61
|
+
initialize(): void;
|
|
62
|
+
disconnectedCallback(): void;
|
|
63
|
+
willUpdate(): void;
|
|
64
|
+
private loadModal;
|
|
65
|
+
private renderSource;
|
|
66
|
+
private renderFeedbackBanner;
|
|
67
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
68
|
+
}
|
|
69
|
+
declare global {
|
|
70
|
+
interface HTMLElementTagNameMap {
|
|
71
|
+
'atomic-insight-smart-snippet': AtomicInsightSmartSnippet;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import type { SmartSnippetQuestionsList, SmartSnippetQuestionsListState } from '@coveo/headless/insight';
|
|
2
|
+
import { type CSSResultGroup, LitElement } from 'lit';
|
|
3
|
+
import type { InsightBindings } from "../atomic-insight-interface/atomic-insight-interface";
|
|
4
|
+
import type { InitializableComponent } from "../../../decorators/types";
|
|
5
|
+
import "../../common/atomic-icon/atomic-icon";
|
|
6
|
+
import "../../common/atomic-smart-snippet-source/atomic-smart-snippet-source";
|
|
7
|
+
import "../../common/atomic-smart-snippet-answer/atomic-smart-snippet-answer";
|
|
8
|
+
/**
|
|
9
|
+
* The `atomic-insight-smart-snippet-suggestions` component displays an accordion of questions related to the query with their corresponding answers.
|
|
10
|
+
*
|
|
11
|
+
* You can style the snippets either with the `snippetStyle` prop, or by inserting a template element like this:
|
|
12
|
+
* ```html
|
|
13
|
+
* <atomic-insight-smart-snippet-suggestions>
|
|
14
|
+
* <template>
|
|
15
|
+
* <style>
|
|
16
|
+
* b {
|
|
17
|
+
* color: blue;
|
|
18
|
+
* }
|
|
19
|
+
* </style>
|
|
20
|
+
* </template>
|
|
21
|
+
* </atomic-insight-smart-snippet-suggestions>
|
|
22
|
+
* ```
|
|
23
|
+
*
|
|
24
|
+
* @slot source-anchor-attributes - Lets you pass [attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#attributes) down to anchor elements, overriding other attributes.
|
|
25
|
+
* To be used exclusively in anchor elements, such as: `<a slot="source-anchor-attributes" target="_blank"></a>`.
|
|
26
|
+
*
|
|
27
|
+
* @part container - The wrapper with a border around the entire component.
|
|
28
|
+
* @part heading - The heading above the list of related questions.
|
|
29
|
+
* @part questions - The list of related questions.
|
|
30
|
+
* @part question-answer-expanded - An expanded related question.
|
|
31
|
+
* @part question-answer-collapsed - A collapsed related question.
|
|
32
|
+
* @part question-button-expanded - The button to collapse a related question.
|
|
33
|
+
* @part question-button-collapsed - The button to expand a related question.
|
|
34
|
+
* @part question-icon-expanded - The caret of an expanded related question.
|
|
35
|
+
* @part question-icon-collapsed - The caret of a collapsed related question.
|
|
36
|
+
* @part question-text-expanded - The title of an expanded related question.
|
|
37
|
+
* @part question-text-collapsed - The title of a collapsed related question.
|
|
38
|
+
* @part answer-and-source - The wrapper around the answer and source of a related question.
|
|
39
|
+
* @part answer - The container displaying the full document excerpt of a related question's answer.
|
|
40
|
+
* @part footer - The wrapper around the source of a related question's answer.
|
|
41
|
+
* @part source-url - The URL to the document a related question's answer is extracted from.
|
|
42
|
+
* @part source-title - The title of the document a related question's answer is extracted from.
|
|
43
|
+
*/
|
|
44
|
+
export declare class AtomicInsightSmartSnippetSuggestions extends LitElement implements InitializableComponent<InsightBindings> {
|
|
45
|
+
private static readonly propsSchema;
|
|
46
|
+
static styles: CSSResultGroup;
|
|
47
|
+
bindings: InsightBindings;
|
|
48
|
+
error: Error;
|
|
49
|
+
smartSnippetQuestionsListState: SmartSnippetQuestionsListState;
|
|
50
|
+
smartSnippetQuestionsList: SmartSnippetQuestionsList;
|
|
51
|
+
/**
|
|
52
|
+
* 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.
|
|
53
|
+
*/
|
|
54
|
+
headingLevel: number;
|
|
55
|
+
/**
|
|
56
|
+
* Sets the style of the snippets.
|
|
57
|
+
*
|
|
58
|
+
* Example:
|
|
59
|
+
* ```ts
|
|
60
|
+
* smartSnippet.snippetStyle = `
|
|
61
|
+
* b {
|
|
62
|
+
* color: blue;
|
|
63
|
+
* }
|
|
64
|
+
* `;
|
|
65
|
+
* ```
|
|
66
|
+
*/
|
|
67
|
+
snippetStyle?: string;
|
|
68
|
+
private accordionId;
|
|
69
|
+
constructor();
|
|
70
|
+
initialize(): void;
|
|
71
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
72
|
+
private renderRelatedQuestion;
|
|
73
|
+
private renderQuestionButton;
|
|
74
|
+
private renderAnswer;
|
|
75
|
+
private renderSource;
|
|
76
|
+
private get computedSnippetStyle();
|
|
77
|
+
private toggleQuestion;
|
|
78
|
+
}
|
|
79
|
+
declare global {
|
|
80
|
+
interface HTMLElementTagNameMap {
|
|
81
|
+
'atomic-insight-smart-snippet-suggestions': AtomicInsightSmartSnippetSuggestions;
|
|
82
|
+
}
|
|
83
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import "../../common/atomic-modal/atomic-modal";
|
|
2
|
+
import "../atomic-insight-user-actions-timeline/atomic-insight-user-actions-timeline";
|
|
3
|
+
import { LitElement, type PropertyValues } from 'lit';
|
|
4
|
+
import type { InsightBindings } from "../atomic-insight-interface/atomic-insight-interface";
|
|
5
|
+
import type { InitializableComponent } from "../../../decorators/types";
|
|
6
|
+
/**
|
|
7
|
+
* The `atomic-insight-user-actions-modal` is automatically created as a child of the `atomic-insight-interface` when the `atomic-insight-user-actions-toggle` is initialized.
|
|
8
|
+
*
|
|
9
|
+
* When the modal is opened, the CSS class `atomic-modal-opened` is added to the interface element and the body, allowing further customization.
|
|
10
|
+
*
|
|
11
|
+
* @internal
|
|
12
|
+
*
|
|
13
|
+
* @part title - The title element displaying "user-actions" text.
|
|
14
|
+
* @part close-button - The button used to close the modal.
|
|
15
|
+
* @part close-icon - The close icon within the close button.
|
|
16
|
+
*
|
|
17
|
+
* @part backdrop - The transparent backdrop hiding the content behind the modal (inherited from atomic-modal).
|
|
18
|
+
* @part container - The modal's outermost container with the outline and background (inherited from atomic-modal).
|
|
19
|
+
* @part header-wrapper - The wrapper around the header (inherited from atomic-modal).
|
|
20
|
+
* @part header - The header at the top of the modal (inherited from atomic-modal).
|
|
21
|
+
* @part header-ruler - The horizontal ruler underneath the header (inherited from atomic-modal).
|
|
22
|
+
* @part body-wrapper - The wrapper around the body (inherited from atomic-modal).
|
|
23
|
+
* @part body - The body of the modal, between the header and the footer (inherited from atomic-modal).
|
|
24
|
+
* @part footer-wrapper - The wrapper with a shadow or background color around the footer (inherited from atomic-modal).
|
|
25
|
+
* @part footer - The footer at the bottom of the modal (inherited from atomic-modal).
|
|
26
|
+
*/
|
|
27
|
+
export declare class AtomicInsightUserActionsModal extends LitElement implements InitializableComponent<InsightBindings> {
|
|
28
|
+
static styles: import("lit").CSSResult;
|
|
29
|
+
bindings: InsightBindings;
|
|
30
|
+
error: Error;
|
|
31
|
+
private interfaceDimensions?;
|
|
32
|
+
/**
|
|
33
|
+
* The element that triggers the modal.
|
|
34
|
+
*/
|
|
35
|
+
openButton?: HTMLElement;
|
|
36
|
+
/**
|
|
37
|
+
* Whether the modal is open.
|
|
38
|
+
*/
|
|
39
|
+
isOpen: boolean;
|
|
40
|
+
/**
|
|
41
|
+
* The ID of the user whose actions are being displayed.
|
|
42
|
+
*/
|
|
43
|
+
userId: string;
|
|
44
|
+
/**
|
|
45
|
+
* The date and time when the case was created. For example "2024-01-01T00:00:00Z"
|
|
46
|
+
*/
|
|
47
|
+
ticketCreationDateTime: string;
|
|
48
|
+
/**
|
|
49
|
+
* The names of custom events to exclude.
|
|
50
|
+
*/
|
|
51
|
+
excludedCustomActions: string[];
|
|
52
|
+
private animationFrameId?;
|
|
53
|
+
disconnectedCallback(): void;
|
|
54
|
+
initialize(): void;
|
|
55
|
+
updated(changedProperties: PropertyValues): void;
|
|
56
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
57
|
+
private renderHeader;
|
|
58
|
+
private renderBody;
|
|
59
|
+
private onAnimationFrame;
|
|
60
|
+
private dimensionChanged;
|
|
61
|
+
private updateDimensions;
|
|
62
|
+
}
|
|
63
|
+
declare global {
|
|
64
|
+
interface HTMLElementTagNameMap {
|
|
65
|
+
'atomic-insight-user-actions-modal': AtomicInsightUserActionsModal;
|
|
66
|
+
}
|
|
67
|
+
}
|