@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
package/docs/atomic-docs.json
CHANGED
|
@@ -1,684 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2026-02-
|
|
2
|
+
"timestamp": "2026-02-18T03:07:41",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.20.0",
|
|
6
6
|
"typescriptVersion": "5.5.3"
|
|
7
7
|
},
|
|
8
|
-
"components": [
|
|
9
|
-
{
|
|
10
|
-
"filePath": "src/components/common/generated-answer/atomic-generated-answer-feedback/atomic-generated-answer-feedback-modal.tsx",
|
|
11
|
-
"encapsulation": "shadow",
|
|
12
|
-
"tag": "atomic-generated-answer-feedback-modal",
|
|
13
|
-
"docs": "Internal component, only to use through `atomic-generated-answer` or `atomic-insight-generated-answer`",
|
|
14
|
-
"docsTags": [],
|
|
15
|
-
"usage": {},
|
|
16
|
-
"props": [
|
|
17
|
-
{
|
|
18
|
-
"name": "generatedAnswer",
|
|
19
|
-
"type": "GeneratedAnswer",
|
|
20
|
-
"complexType": {
|
|
21
|
-
"original": "GeneratedAnswer",
|
|
22
|
-
"resolved": "GeneratedAnswer",
|
|
23
|
-
"references": {
|
|
24
|
-
"GeneratedAnswer": {
|
|
25
|
-
"location": "import",
|
|
26
|
-
"path": "@coveo/headless",
|
|
27
|
-
"id": "../headless/dist/definitions/index.d.ts::GeneratedAnswer"
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
"mutable": true,
|
|
32
|
-
"reflectToAttr": false,
|
|
33
|
-
"docs": "A `GeneratedAnswer` controller instance. It is used when the user interacts with the modal.",
|
|
34
|
-
"docsTags": [],
|
|
35
|
-
"values": [
|
|
36
|
-
{
|
|
37
|
-
"type": "GeneratedAnswer"
|
|
38
|
-
}
|
|
39
|
-
],
|
|
40
|
-
"optional": false,
|
|
41
|
-
"required": true
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"name": "helpful",
|
|
45
|
-
"type": "boolean",
|
|
46
|
-
"complexType": {
|
|
47
|
-
"original": "boolean",
|
|
48
|
-
"resolved": "boolean",
|
|
49
|
-
"references": {}
|
|
50
|
-
},
|
|
51
|
-
"mutable": true,
|
|
52
|
-
"attr": "helpful",
|
|
53
|
-
"reflectToAttr": true,
|
|
54
|
-
"docs": "Indicates whether the answer was helpful or not.",
|
|
55
|
-
"docsTags": [],
|
|
56
|
-
"default": "false",
|
|
57
|
-
"values": [
|
|
58
|
-
{
|
|
59
|
-
"type": "boolean"
|
|
60
|
-
}
|
|
61
|
-
],
|
|
62
|
-
"optional": false,
|
|
63
|
-
"required": false
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
"name": "isOpen",
|
|
67
|
-
"type": "boolean",
|
|
68
|
-
"complexType": {
|
|
69
|
-
"original": "boolean",
|
|
70
|
-
"resolved": "boolean",
|
|
71
|
-
"references": {}
|
|
72
|
-
},
|
|
73
|
-
"mutable": true,
|
|
74
|
-
"attr": "is-open",
|
|
75
|
-
"reflectToAttr": true,
|
|
76
|
-
"docs": "Indicates whether the modal is open.",
|
|
77
|
-
"docsTags": [],
|
|
78
|
-
"default": "false",
|
|
79
|
-
"values": [
|
|
80
|
-
{
|
|
81
|
-
"type": "boolean"
|
|
82
|
-
}
|
|
83
|
-
],
|
|
84
|
-
"optional": false,
|
|
85
|
-
"required": false
|
|
86
|
-
}
|
|
87
|
-
],
|
|
88
|
-
"methods": [],
|
|
89
|
-
"events": [
|
|
90
|
-
{
|
|
91
|
-
"event": "feedbackSent",
|
|
92
|
-
"detail": "any",
|
|
93
|
-
"bubbles": true,
|
|
94
|
-
"complexType": {
|
|
95
|
-
"original": "any",
|
|
96
|
-
"resolved": "any",
|
|
97
|
-
"references": {}
|
|
98
|
-
},
|
|
99
|
-
"cancelable": true,
|
|
100
|
-
"composed": true,
|
|
101
|
-
"docs": "",
|
|
102
|
-
"docsTags": [
|
|
103
|
-
{
|
|
104
|
-
"name": "migration",
|
|
105
|
-
"text": "Stencil's"
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"name": "Event",
|
|
109
|
-
"text": "() decorator defaults to: bubbles=true, composed=true, cancelable=true.\nNative CustomEvent defaults to: bubbles=false, composed=false, cancelable=false.\nWhen migrating to Lit, explicitly set all three options to preserve behavior:\n`new CustomEvent('feedbackSent', { bubbles: true, composed: true, cancelable: true })`"
|
|
110
|
-
}
|
|
111
|
-
]
|
|
112
|
-
}
|
|
113
|
-
],
|
|
114
|
-
"listeners": [],
|
|
115
|
-
"styles": [],
|
|
116
|
-
"slots": [],
|
|
117
|
-
"parts": [
|
|
118
|
-
{
|
|
119
|
-
"name": "cancel-button",
|
|
120
|
-
"docs": ""
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"name": "form",
|
|
124
|
-
"docs": ""
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
"name": "generated-answer-feedback-modal",
|
|
128
|
-
"docs": ""
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
"name": "modal-footer",
|
|
132
|
-
"docs": ""
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
"name": "modal-header",
|
|
136
|
-
"docs": ""
|
|
137
|
-
},
|
|
138
|
-
{
|
|
139
|
-
"name": "submit-button",
|
|
140
|
-
"docs": ""
|
|
141
|
-
}
|
|
142
|
-
],
|
|
143
|
-
"dependents": [],
|
|
144
|
-
"dependencies": [],
|
|
145
|
-
"dependencyGraph": {}
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
"filePath": "src/components/insight/user-actions/atomic-insight-user-actions-timeline/atomic-insight-user-actions-timeline.tsx",
|
|
149
|
-
"encapsulation": "shadow",
|
|
150
|
-
"tag": "atomic-insight-user-actions-timeline",
|
|
151
|
-
"docs": "Internal component used by the `atomic-insight-user-actions-modal`. Do not use directly.\n\nThis component displays all the actions performed by a user around the time they created a case.\nThe actions are grouped into multiple sessions, including the session during which the case was created,\nthe sessions preceding the case creation and the sessions following the case creation.",
|
|
152
|
-
"docsTags": [
|
|
153
|
-
{
|
|
154
|
-
"name": "component"
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
"name": "example",
|
|
158
|
-
"text": "<AtomicInsightUserActionsTimeline userId={'123'} caseCreationDate={'2024-08-15T10:00:00Z'} />"
|
|
159
|
-
}
|
|
160
|
-
],
|
|
161
|
-
"usage": {},
|
|
162
|
-
"props": [
|
|
163
|
-
{
|
|
164
|
-
"name": "excludedCustomActions",
|
|
165
|
-
"type": "string[]",
|
|
166
|
-
"complexType": {
|
|
167
|
-
"original": "string[]",
|
|
168
|
-
"resolved": "string[]",
|
|
169
|
-
"references": {}
|
|
170
|
-
},
|
|
171
|
-
"mutable": false,
|
|
172
|
-
"reflectToAttr": false,
|
|
173
|
-
"docs": "The names of custom events to exclude.",
|
|
174
|
-
"docsTags": [],
|
|
175
|
-
"default": "[]",
|
|
176
|
-
"values": [
|
|
177
|
-
{
|
|
178
|
-
"type": "string[]"
|
|
179
|
-
}
|
|
180
|
-
],
|
|
181
|
-
"optional": false,
|
|
182
|
-
"required": false
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
"name": "ticketCreationDateTime",
|
|
186
|
-
"type": "string",
|
|
187
|
-
"complexType": {
|
|
188
|
-
"original": "string",
|
|
189
|
-
"resolved": "string",
|
|
190
|
-
"references": {}
|
|
191
|
-
},
|
|
192
|
-
"mutable": false,
|
|
193
|
-
"attr": "ticket-creation-date-time",
|
|
194
|
-
"reflectToAttr": false,
|
|
195
|
-
"docs": "The date and time when the case was created. For example \"2024-01-01T00:00:00Z\"",
|
|
196
|
-
"docsTags": [],
|
|
197
|
-
"values": [
|
|
198
|
-
{
|
|
199
|
-
"type": "string"
|
|
200
|
-
}
|
|
201
|
-
],
|
|
202
|
-
"optional": false,
|
|
203
|
-
"required": true
|
|
204
|
-
},
|
|
205
|
-
{
|
|
206
|
-
"name": "userId",
|
|
207
|
-
"type": "string",
|
|
208
|
-
"complexType": {
|
|
209
|
-
"original": "string",
|
|
210
|
-
"resolved": "string",
|
|
211
|
-
"references": {}
|
|
212
|
-
},
|
|
213
|
-
"mutable": false,
|
|
214
|
-
"attr": "user-id",
|
|
215
|
-
"reflectToAttr": false,
|
|
216
|
-
"docs": "The ID of the user whose actions are being displayed. For example in email format \"someone@company.com\".",
|
|
217
|
-
"docsTags": [],
|
|
218
|
-
"values": [
|
|
219
|
-
{
|
|
220
|
-
"type": "string"
|
|
221
|
-
}
|
|
222
|
-
],
|
|
223
|
-
"optional": false,
|
|
224
|
-
"required": true
|
|
225
|
-
}
|
|
226
|
-
],
|
|
227
|
-
"methods": [],
|
|
228
|
-
"events": [],
|
|
229
|
-
"listeners": [],
|
|
230
|
-
"styles": [],
|
|
231
|
-
"slots": [],
|
|
232
|
-
"parts": [
|
|
233
|
-
{
|
|
234
|
-
"name": "toggle-following-sessions",
|
|
235
|
-
"docs": ""
|
|
236
|
-
},
|
|
237
|
-
{
|
|
238
|
-
"name": "toggle-following-sessions-icon",
|
|
239
|
-
"docs": ""
|
|
240
|
-
},
|
|
241
|
-
{
|
|
242
|
-
"name": "toggle-preceding-sessions",
|
|
243
|
-
"docs": ""
|
|
244
|
-
},
|
|
245
|
-
{
|
|
246
|
-
"name": "toggle-preceding-sessions-icon",
|
|
247
|
-
"docs": ""
|
|
248
|
-
}
|
|
249
|
-
],
|
|
250
|
-
"dependents": [
|
|
251
|
-
"atomic-insight-user-actions-modal"
|
|
252
|
-
],
|
|
253
|
-
"dependencies": [
|
|
254
|
-
"atomic-insight-user-actions-session"
|
|
255
|
-
],
|
|
256
|
-
"dependencyGraph": {
|
|
257
|
-
"atomic-insight-user-actions-timeline": [
|
|
258
|
-
"atomic-insight-user-actions-session"
|
|
259
|
-
],
|
|
260
|
-
"atomic-insight-user-actions-modal": [
|
|
261
|
-
"atomic-insight-user-actions-timeline"
|
|
262
|
-
]
|
|
263
|
-
}
|
|
264
|
-
},
|
|
265
|
-
{
|
|
266
|
-
"filePath": "src/components/recommendations/atomic-recs-list/atomic-recs-list.tsx",
|
|
267
|
-
"encapsulation": "shadow",
|
|
268
|
-
"tag": "atomic-recs-list",
|
|
269
|
-
"docs": "The `atomic-recs-list` component displays recommendations by applying one or more result templates.",
|
|
270
|
-
"docsTags": [
|
|
271
|
-
{
|
|
272
|
-
"name": "part",
|
|
273
|
-
"text": "result-list - The element containing the list of results."
|
|
274
|
-
},
|
|
275
|
-
{
|
|
276
|
-
"name": "part",
|
|
277
|
-
"text": "result-list-grid-clickable-container - The parent of the result and the clickable link encompassing it."
|
|
278
|
-
},
|
|
279
|
-
{
|
|
280
|
-
"name": "part",
|
|
281
|
-
"text": "result-list-grid-clickable - The clickable link encompassing the result."
|
|
282
|
-
},
|
|
283
|
-
{
|
|
284
|
-
"name": "part",
|
|
285
|
-
"text": "label - The label of the result list."
|
|
286
|
-
},
|
|
287
|
-
{
|
|
288
|
-
"name": "part",
|
|
289
|
-
"text": "previous-button - The previous button."
|
|
290
|
-
},
|
|
291
|
-
{
|
|
292
|
-
"name": "part",
|
|
293
|
-
"text": "next-button - The next button."
|
|
294
|
-
},
|
|
295
|
-
{
|
|
296
|
-
"name": "part",
|
|
297
|
-
"text": "indicators - The list of indicators."
|
|
298
|
-
},
|
|
299
|
-
{
|
|
300
|
-
"name": "part",
|
|
301
|
-
"text": "indicator - A single indicator."
|
|
302
|
-
},
|
|
303
|
-
{
|
|
304
|
-
"name": "part",
|
|
305
|
-
"text": "active-indicator - The active indicator."
|
|
306
|
-
},
|
|
307
|
-
{
|
|
308
|
-
"name": "slot",
|
|
309
|
-
"text": "default - The default slot where to insert the template element."
|
|
310
|
-
}
|
|
311
|
-
],
|
|
312
|
-
"usage": {},
|
|
313
|
-
"props": [
|
|
314
|
-
{
|
|
315
|
-
"name": "density",
|
|
316
|
-
"type": "\"comfortable\" | \"compact\" | \"normal\"",
|
|
317
|
-
"complexType": {
|
|
318
|
-
"original": "ItemDisplayDensity",
|
|
319
|
-
"resolved": "\"comfortable\" | \"compact\" | \"normal\"",
|
|
320
|
-
"references": {
|
|
321
|
-
"ItemDisplayDensity": {
|
|
322
|
-
"location": "import",
|
|
323
|
-
"path": "../../common/layout/display-options",
|
|
324
|
-
"id": "src/components/common/layout/display-options.ts::ItemDisplayDensity"
|
|
325
|
-
}
|
|
326
|
-
}
|
|
327
|
-
},
|
|
328
|
-
"mutable": false,
|
|
329
|
-
"attr": "density",
|
|
330
|
-
"reflectToAttr": true,
|
|
331
|
-
"docs": "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.",
|
|
332
|
-
"docsTags": [],
|
|
333
|
-
"default": "'normal'",
|
|
334
|
-
"values": [
|
|
335
|
-
{
|
|
336
|
-
"value": "comfortable",
|
|
337
|
-
"type": "string"
|
|
338
|
-
},
|
|
339
|
-
{
|
|
340
|
-
"value": "compact",
|
|
341
|
-
"type": "string"
|
|
342
|
-
},
|
|
343
|
-
{
|
|
344
|
-
"value": "normal",
|
|
345
|
-
"type": "string"
|
|
346
|
-
}
|
|
347
|
-
],
|
|
348
|
-
"optional": false,
|
|
349
|
-
"required": false
|
|
350
|
-
},
|
|
351
|
-
{
|
|
352
|
-
"name": "display",
|
|
353
|
-
"type": "\"grid\" | \"list\"",
|
|
354
|
-
"complexType": {
|
|
355
|
-
"original": "ItemDisplayBasicLayout",
|
|
356
|
-
"resolved": "\"grid\" | \"list\"",
|
|
357
|
-
"references": {
|
|
358
|
-
"ItemDisplayBasicLayout": {
|
|
359
|
-
"location": "import",
|
|
360
|
-
"path": "../../common/layout/display-options",
|
|
361
|
-
"id": "src/components/common/layout/display-options.ts::ItemDisplayBasicLayout"
|
|
362
|
-
}
|
|
363
|
-
}
|
|
364
|
-
},
|
|
365
|
-
"mutable": false,
|
|
366
|
-
"attr": "display",
|
|
367
|
-
"reflectToAttr": true,
|
|
368
|
-
"docs": "The layout to apply when displaying results themselves. This does not affect the display of the surrounding list itself.\nTo modify the number of recommendations per column, modify the --atomic-recs-number-of-columns CSS variable.",
|
|
369
|
-
"docsTags": [],
|
|
370
|
-
"default": "'list'",
|
|
371
|
-
"values": [
|
|
372
|
-
{
|
|
373
|
-
"value": "grid",
|
|
374
|
-
"type": "string"
|
|
375
|
-
},
|
|
376
|
-
{
|
|
377
|
-
"value": "list",
|
|
378
|
-
"type": "string"
|
|
379
|
-
}
|
|
380
|
-
],
|
|
381
|
-
"optional": false,
|
|
382
|
-
"required": false
|
|
383
|
-
},
|
|
384
|
-
{
|
|
385
|
-
"name": "headingLevel",
|
|
386
|
-
"type": "number",
|
|
387
|
-
"complexType": {
|
|
388
|
-
"original": "number",
|
|
389
|
-
"resolved": "number",
|
|
390
|
-
"references": {}
|
|
391
|
-
},
|
|
392
|
-
"mutable": false,
|
|
393
|
-
"attr": "heading-level",
|
|
394
|
-
"reflectToAttr": true,
|
|
395
|
-
"docs": "The [heading level](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements) to use for the heading label, from 1 to 6.",
|
|
396
|
-
"docsTags": [],
|
|
397
|
-
"default": "0",
|
|
398
|
-
"values": [
|
|
399
|
-
{
|
|
400
|
-
"type": "number"
|
|
401
|
-
}
|
|
402
|
-
],
|
|
403
|
-
"optional": false,
|
|
404
|
-
"required": false
|
|
405
|
-
},
|
|
406
|
-
{
|
|
407
|
-
"name": "imageSize",
|
|
408
|
-
"type": "\"icon\" | \"large\" | \"none\" | \"small\"",
|
|
409
|
-
"complexType": {
|
|
410
|
-
"original": "ItemDisplayImageSize",
|
|
411
|
-
"resolved": "\"icon\" | \"large\" | \"none\" | \"small\"",
|
|
412
|
-
"references": {
|
|
413
|
-
"ItemDisplayImageSize": {
|
|
414
|
-
"location": "import",
|
|
415
|
-
"path": "../../common/layout/display-options",
|
|
416
|
-
"id": "src/components/common/layout/display-options.ts::ItemDisplayImageSize"
|
|
417
|
-
}
|
|
418
|
-
}
|
|
419
|
-
},
|
|
420
|
-
"mutable": false,
|
|
421
|
-
"attr": "image-size",
|
|
422
|
-
"reflectToAttr": true,
|
|
423
|
-
"docs": "The expected size of the image displayed in the results.",
|
|
424
|
-
"docsTags": [],
|
|
425
|
-
"default": "'small'",
|
|
426
|
-
"values": [
|
|
427
|
-
{
|
|
428
|
-
"value": "icon",
|
|
429
|
-
"type": "string"
|
|
430
|
-
},
|
|
431
|
-
{
|
|
432
|
-
"value": "large",
|
|
433
|
-
"type": "string"
|
|
434
|
-
},
|
|
435
|
-
{
|
|
436
|
-
"value": "none",
|
|
437
|
-
"type": "string"
|
|
438
|
-
},
|
|
439
|
-
{
|
|
440
|
-
"value": "small",
|
|
441
|
-
"type": "string"
|
|
442
|
-
}
|
|
443
|
-
],
|
|
444
|
-
"optional": false,
|
|
445
|
-
"required": false
|
|
446
|
-
},
|
|
447
|
-
{
|
|
448
|
-
"name": "label",
|
|
449
|
-
"type": "string | undefined",
|
|
450
|
-
"complexType": {
|
|
451
|
-
"original": "string",
|
|
452
|
-
"resolved": "string | undefined",
|
|
453
|
-
"references": {}
|
|
454
|
-
},
|
|
455
|
-
"mutable": false,
|
|
456
|
-
"attr": "label",
|
|
457
|
-
"reflectToAttr": true,
|
|
458
|
-
"docs": "The non-localized label for the list of recommendations.",
|
|
459
|
-
"docsTags": [],
|
|
460
|
-
"values": [
|
|
461
|
-
{
|
|
462
|
-
"type": "string"
|
|
463
|
-
},
|
|
464
|
-
{
|
|
465
|
-
"type": "undefined"
|
|
466
|
-
}
|
|
467
|
-
],
|
|
468
|
-
"optional": true,
|
|
469
|
-
"required": false
|
|
470
|
-
},
|
|
471
|
-
{
|
|
472
|
-
"name": "numberOfRecommendations",
|
|
473
|
-
"type": "number",
|
|
474
|
-
"complexType": {
|
|
475
|
-
"original": "number",
|
|
476
|
-
"resolved": "number",
|
|
477
|
-
"references": {}
|
|
478
|
-
},
|
|
479
|
-
"mutable": false,
|
|
480
|
-
"attr": "number-of-recommendations",
|
|
481
|
-
"reflectToAttr": true,
|
|
482
|
-
"docs": "The total number of recommendations to display.\nThis does not modify the number of recommendations per column. To do so, modify the --atomic-recs-number-of-columns CSS variable.",
|
|
483
|
-
"docsTags": [],
|
|
484
|
-
"default": "10",
|
|
485
|
-
"values": [
|
|
486
|
-
{
|
|
487
|
-
"type": "number"
|
|
488
|
-
}
|
|
489
|
-
],
|
|
490
|
-
"optional": false,
|
|
491
|
-
"required": false
|
|
492
|
-
},
|
|
493
|
-
{
|
|
494
|
-
"name": "numberOfRecommendationsPerPage",
|
|
495
|
-
"type": "number | undefined",
|
|
496
|
-
"complexType": {
|
|
497
|
-
"original": "number",
|
|
498
|
-
"resolved": "number | undefined",
|
|
499
|
-
"references": {}
|
|
500
|
-
},
|
|
501
|
-
"mutable": false,
|
|
502
|
-
"attr": "number-of-recommendations-per-page",
|
|
503
|
-
"reflectToAttr": true,
|
|
504
|
-
"docs": "The number of recommendations to display, per page.\nSetting a value greater than and lower than the numberOfRecommendations value activates the carousel.\nThis does not affect the display of the list itself, only the number of recommendation pages.",
|
|
505
|
-
"docsTags": [],
|
|
506
|
-
"values": [
|
|
507
|
-
{
|
|
508
|
-
"type": "number"
|
|
509
|
-
},
|
|
510
|
-
{
|
|
511
|
-
"type": "undefined"
|
|
512
|
-
}
|
|
513
|
-
],
|
|
514
|
-
"optional": true,
|
|
515
|
-
"required": false
|
|
516
|
-
},
|
|
517
|
-
{
|
|
518
|
-
"name": "recommendation",
|
|
519
|
-
"type": "string",
|
|
520
|
-
"complexType": {
|
|
521
|
-
"original": "string",
|
|
522
|
-
"resolved": "string",
|
|
523
|
-
"references": {}
|
|
524
|
-
},
|
|
525
|
-
"mutable": false,
|
|
526
|
-
"attr": "recommendation",
|
|
527
|
-
"reflectToAttr": true,
|
|
528
|
-
"docs": "The Recommendation identifier used by the Coveo platform to retrieve recommended documents.\nMake sure to set a different value for each atomic-recs-list in your page.",
|
|
529
|
-
"docsTags": [],
|
|
530
|
-
"default": "'Recommendation'",
|
|
531
|
-
"values": [
|
|
532
|
-
{
|
|
533
|
-
"type": "string"
|
|
534
|
-
}
|
|
535
|
-
],
|
|
536
|
-
"optional": false,
|
|
537
|
-
"required": false
|
|
538
|
-
}
|
|
539
|
-
],
|
|
540
|
-
"methods": [
|
|
541
|
-
{
|
|
542
|
-
"name": "nextPage",
|
|
543
|
-
"returns": {
|
|
544
|
-
"type": "Promise<void>",
|
|
545
|
-
"docs": ""
|
|
546
|
-
},
|
|
547
|
-
"complexType": {
|
|
548
|
-
"signature": "() => Promise<void>",
|
|
549
|
-
"parameters": [],
|
|
550
|
-
"references": {
|
|
551
|
-
"Promise": {
|
|
552
|
-
"location": "global",
|
|
553
|
-
"id": "global::Promise"
|
|
554
|
-
}
|
|
555
|
-
},
|
|
556
|
-
"return": "Promise<void>"
|
|
557
|
-
},
|
|
558
|
-
"signature": "nextPage() => Promise<void>",
|
|
559
|
-
"parameters": [],
|
|
560
|
-
"docs": "Moves to the next page, when the carousel is activated.",
|
|
561
|
-
"docsTags": []
|
|
562
|
-
},
|
|
563
|
-
{
|
|
564
|
-
"name": "previousPage",
|
|
565
|
-
"returns": {
|
|
566
|
-
"type": "Promise<void>",
|
|
567
|
-
"docs": ""
|
|
568
|
-
},
|
|
569
|
-
"complexType": {
|
|
570
|
-
"signature": "() => Promise<void>",
|
|
571
|
-
"parameters": [],
|
|
572
|
-
"references": {
|
|
573
|
-
"Promise": {
|
|
574
|
-
"location": "global",
|
|
575
|
-
"id": "global::Promise"
|
|
576
|
-
}
|
|
577
|
-
},
|
|
578
|
-
"return": "Promise<void>"
|
|
579
|
-
},
|
|
580
|
-
"signature": "previousPage() => Promise<void>",
|
|
581
|
-
"parameters": [],
|
|
582
|
-
"docs": "Moves to the previous page, when the carousel is activated.",
|
|
583
|
-
"docsTags": []
|
|
584
|
-
},
|
|
585
|
-
{
|
|
586
|
-
"name": "setRenderFunction",
|
|
587
|
-
"returns": {
|
|
588
|
-
"type": "Promise<void>",
|
|
589
|
-
"docs": ""
|
|
590
|
-
},
|
|
591
|
-
"complexType": {
|
|
592
|
-
"signature": "(resultRenderingFunction: ItemRenderingFunction) => Promise<void>",
|
|
593
|
-
"parameters": [
|
|
594
|
-
{
|
|
595
|
-
"name": "resultRenderingFunction",
|
|
596
|
-
"type": "((result: AnyItem, root: HTMLElement, linkContainer?: HTMLElement | undefined) => string) | undefined",
|
|
597
|
-
"docs": ""
|
|
598
|
-
}
|
|
599
|
-
],
|
|
600
|
-
"references": {
|
|
601
|
-
"Promise": {
|
|
602
|
-
"location": "global",
|
|
603
|
-
"id": "global::Promise"
|
|
604
|
-
},
|
|
605
|
-
"ItemRenderingFunction": {
|
|
606
|
-
"location": "import",
|
|
607
|
-
"path": "../../common/item-list/stencil-item-list-common",
|
|
608
|
-
"id": "src/components/common/item-list/stencil-item-list-common.tsx::ItemRenderingFunction"
|
|
609
|
-
}
|
|
610
|
-
},
|
|
611
|
-
"return": "Promise<void>"
|
|
612
|
-
},
|
|
613
|
-
"signature": "setRenderFunction(resultRenderingFunction: ItemRenderingFunction) => Promise<void>",
|
|
614
|
-
"parameters": [
|
|
615
|
-
{
|
|
616
|
-
"name": "resultRenderingFunction",
|
|
617
|
-
"type": "((result: AnyItem, root: HTMLElement, linkContainer?: HTMLElement | undefined) => string) | undefined",
|
|
618
|
-
"docs": ""
|
|
619
|
-
}
|
|
620
|
-
],
|
|
621
|
-
"docs": "Sets a rendering function to bypass the standard HTML template mechanism for rendering results.\nYou can use this function while working with web frameworks that don't use plain HTML syntax such as React, Angular, or Vue.\n\nDo not use this method if you integrate Atomic in a plain HTML deployment.",
|
|
622
|
-
"docsTags": [
|
|
623
|
-
{
|
|
624
|
-
"name": "param",
|
|
625
|
-
"text": "resultRenderingFunction"
|
|
626
|
-
}
|
|
627
|
-
]
|
|
628
|
-
}
|
|
629
|
-
],
|
|
630
|
-
"events": [],
|
|
631
|
-
"listeners": [],
|
|
632
|
-
"styles": [],
|
|
633
|
-
"slots": [
|
|
634
|
-
{
|
|
635
|
-
"name": "default",
|
|
636
|
-
"docs": "The default slot where to insert the template element."
|
|
637
|
-
}
|
|
638
|
-
],
|
|
639
|
-
"parts": [
|
|
640
|
-
{
|
|
641
|
-
"name": "active-indicator",
|
|
642
|
-
"docs": "The active indicator."
|
|
643
|
-
},
|
|
644
|
-
{
|
|
645
|
-
"name": "indicator",
|
|
646
|
-
"docs": "A single indicator."
|
|
647
|
-
},
|
|
648
|
-
{
|
|
649
|
-
"name": "indicators",
|
|
650
|
-
"docs": "The list of indicators."
|
|
651
|
-
},
|
|
652
|
-
{
|
|
653
|
-
"name": "label",
|
|
654
|
-
"docs": "The label of the result list."
|
|
655
|
-
},
|
|
656
|
-
{
|
|
657
|
-
"name": "next-button",
|
|
658
|
-
"docs": "The next button."
|
|
659
|
-
},
|
|
660
|
-
{
|
|
661
|
-
"name": "previous-button",
|
|
662
|
-
"docs": "The previous button."
|
|
663
|
-
},
|
|
664
|
-
{
|
|
665
|
-
"name": "result-list",
|
|
666
|
-
"docs": "The element containing the list of results."
|
|
667
|
-
},
|
|
668
|
-
{
|
|
669
|
-
"name": "result-list-grid-clickable",
|
|
670
|
-
"docs": "The clickable link encompassing the result."
|
|
671
|
-
},
|
|
672
|
-
{
|
|
673
|
-
"name": "result-list-grid-clickable-container",
|
|
674
|
-
"docs": "The parent of the result and the clickable link encompassing it."
|
|
675
|
-
}
|
|
676
|
-
],
|
|
677
|
-
"dependents": [],
|
|
678
|
-
"dependencies": [],
|
|
679
|
-
"dependencyGraph": {}
|
|
680
|
-
}
|
|
681
|
-
],
|
|
8
|
+
"components": [],
|
|
682
9
|
"typeLibrary": {
|
|
683
10
|
"src/components/insight/atomic-insight-result-action/atomic-insight-result-action.tsx::Actions": {
|
|
684
11
|
"declaration": "export enum Actions {\n CopyToClipboard = 'copyToClipboard',\n AttachToCase = 'attachToCase',\n Quickview = 'quickview',\n PostToFeed = 'postToFeed',\n SendAsEmail = 'sendAsEmail',\n}",
|
|
@@ -695,16 +22,6 @@
|
|
|
695
22
|
"docstring": "",
|
|
696
23
|
"path": "src/components/insight/atomic-insight-result-attach-to-case-action/atomic-insight-result-attach-to-case-action.tsx"
|
|
697
24
|
},
|
|
698
|
-
"../../node_modules/.pnpm/i18next@25.3.2_typescript@5.8.3/node_modules/i18next/index.d.mts::i18n": {
|
|
699
|
-
"declaration": "export interface i18n extends i18nextMod.i18n, CustomInstanceExtensions {}",
|
|
700
|
-
"docstring": "",
|
|
701
|
-
"path": "../../node_modules/.pnpm/i18next@25.3.2_typescript@5.8.3/node_modules/i18next/index.d.mts"
|
|
702
|
-
},
|
|
703
|
-
"src/components/common/suggestions/suggestions-types.ts::SearchBoxSuggestionElement": {
|
|
704
|
-
"declaration": "export interface SearchBoxSuggestionElement {\n /**\n * Stable identity which enables Stencil to reuse DOM elements for better performance.\n * The best way to pick a key is to use a string that uniquely identifies that list item among its siblings (often your data will already have IDs).\n */\n key: string;\n /**\n * Rendered content of the element.\n *\n * @remarks\n * The `VNode` type will be deprecated in v4 as we are detaching from Stencil.\n */\n content: Element | VNode;\n /**\n * Hook called when the selection is selected.\n * @param e DOM event.\n */\n onSelect?(e: Event): void;\n /**\n * The query associated with the suggestion which will replace the query in the search box if the suggestion is selected.\n */\n query?: string;\n /**\n * For improved accessibility, provide this property with additional information.\n * https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-label\n */\n ariaLabel?: string;\n /**\n * Adds a specific shadow part attribute that can be selected with the CSS ::part pseudo-element.\n * https://developer.mozilla.org/en-US/docs/Web/CSS/::part\n */\n part?: string;\n /**\n * Hide the suggestion if it's the last in the list.\n */\n hideIfLast?: boolean;\n}",
|
|
705
|
-
"docstring": "Element which will be rendered in the list of suggestions.",
|
|
706
|
-
"path": "src/components/common/suggestions/suggestions-types.ts"
|
|
707
|
-
},
|
|
708
25
|
"src/components/common/interface/bindings.ts::AnyBindings": {
|
|
709
26
|
"declaration": "export interface CommonBindings<\n Engine extends AnyEngineType,\n Store extends AnyStore,\n InterfaceElement extends HTMLElement,\n> {\n /**\n * A headless engine instance.\n */\n engine: Engine;\n /**\n * i18n instance, for localization.\n */\n i18n: i18n;\n /**\n * Global state for Atomic\n */\n store: Store;\n /**\n * A reference to the atomic interface element.\n */\n interfaceElement: InterfaceElement;\n}",
|
|
710
27
|
"docstring": "Bindings passed from an interface to its children components.",
|
|
@@ -720,15 +37,25 @@
|
|
|
720
37
|
"docstring": "",
|
|
721
38
|
"path": "../headless/dist/definitions/index.d.ts"
|
|
722
39
|
},
|
|
723
|
-
"../headless/dist/definitions/index.d.ts::
|
|
40
|
+
"../headless/dist/definitions/insight.index.d.ts::RangeFacetSortCriterion": {
|
|
41
|
+
"declaration": "any",
|
|
42
|
+
"docstring": "",
|
|
43
|
+
"path": "../headless/dist/definitions/insight.index.d.ts"
|
|
44
|
+
},
|
|
45
|
+
"../headless/dist/definitions/index.d.ts::ResultTemplateCondition": {
|
|
724
46
|
"declaration": "any",
|
|
725
47
|
"docstring": "",
|
|
726
48
|
"path": "../headless/dist/definitions/index.d.ts"
|
|
727
49
|
},
|
|
728
|
-
"../headless/dist/definitions/
|
|
50
|
+
"../headless/dist/definitions/index.d.ts::ResultTemplate": {
|
|
729
51
|
"declaration": "any",
|
|
730
52
|
"docstring": "",
|
|
731
|
-
"path": "../headless/dist/definitions/
|
|
53
|
+
"path": "../headless/dist/definitions/index.d.ts"
|
|
54
|
+
},
|
|
55
|
+
"src/components/common/layout/display-options.ts::ItemDisplayBasicLayout": {
|
|
56
|
+
"declaration": "export type ItemDisplayBasicLayout = 'list' | 'grid';",
|
|
57
|
+
"docstring": "",
|
|
58
|
+
"path": "src/components/common/layout/display-options.ts"
|
|
732
59
|
},
|
|
733
60
|
"src/components/common/layout/display-options.ts::ItemDisplayDensity": {
|
|
734
61
|
"declaration": "export type ItemDisplayDensity = 'comfortable' | 'normal' | 'compact';",
|
|
@@ -744,26 +71,6 @@
|
|
|
744
71
|
"declaration": "export type ItemRenderingFunction<SpecificResult extends AnyItem = AnyItem> =\n | ((\n result: SpecificResult,\n root: HTMLElement,\n linkContainer?: HTMLElement\n ) => string)\n | undefined;",
|
|
745
72
|
"docstring": "",
|
|
746
73
|
"path": "src/components/common/item-list/stencil-item-list-common.tsx"
|
|
747
|
-
},
|
|
748
|
-
"../headless/dist/definitions/index.d.ts::ResultTemplateCondition": {
|
|
749
|
-
"declaration": "any",
|
|
750
|
-
"docstring": "",
|
|
751
|
-
"path": "../headless/dist/definitions/index.d.ts"
|
|
752
|
-
},
|
|
753
|
-
"../headless/dist/definitions/index.d.ts::ResultTemplate": {
|
|
754
|
-
"declaration": "any",
|
|
755
|
-
"docstring": "",
|
|
756
|
-
"path": "../headless/dist/definitions/index.d.ts"
|
|
757
|
-
},
|
|
758
|
-
"../headless/dist/definitions/insight.index.d.ts::UserAction": {
|
|
759
|
-
"declaration": "any",
|
|
760
|
-
"docstring": "",
|
|
761
|
-
"path": "../headless/dist/definitions/insight.index.d.ts"
|
|
762
|
-
},
|
|
763
|
-
"src/components/common/layout/display-options.ts::ItemDisplayBasicLayout": {
|
|
764
|
-
"declaration": "export type ItemDisplayBasicLayout = 'list' | 'grid';",
|
|
765
|
-
"docstring": "",
|
|
766
|
-
"path": "src/components/common/layout/display-options.ts"
|
|
767
74
|
}
|
|
768
75
|
}
|
|
769
76
|
}
|