@coveo/atomic 3.60.1 → 3.60.3
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 +1812 -1733
- package/dist/cjs/components/commerce/atomic-commerce-facet-number-input/atomic-commerce-facet-number-input.cjs +2 -6
- package/dist/cjs/components/commerce/atomic-commerce-facets/atomic-commerce-facets.cjs +1 -3
- package/dist/cjs/components/commerce/atomic-commerce-layout/atomic-commerce-layout.tw.css.cjs +3 -11
- package/dist/cjs/components/commerce/atomic-commerce-no-products/atomic-commerce-no-products.cjs +1 -2
- package/dist/cjs/components/commerce/atomic-commerce-recommendation-list/atomic-commerce-recommendation-list.cjs +3 -12
- package/dist/cjs/components/commerce/atomic-commerce-search-box-instant-products/atomic-commerce-search-box-instant-products.cjs +10 -10
- package/dist/cjs/components/commerce/atomic-commerce-timeframe-facet/atomic-commerce-timeframe-facet.cjs +4 -4
- package/dist/cjs/components/commerce/atomic-product-children/atomic-product-children.cjs +1 -3
- package/dist/cjs/components/commerce/atomic-product-description/atomic-product-description.cjs +1 -3
- package/dist/cjs/components/commerce/atomic-product-link/atomic-product-link.cjs +1 -4
- package/dist/cjs/components/commerce/atomic-product-multi-value-text/atomic-product-multi-value-text.cjs +2 -7
- package/dist/cjs/components/commerce/atomic-product-rating/atomic-product-rating.cjs +1 -3
- package/dist/cjs/components/common/atomic-agent-stream-of-thought/atomic-agent-stream-of-thought.cjs +2 -6
- package/dist/cjs/components/common/atomic-aria-live/atomic-aria-live.cjs +35 -5
- package/dist/cjs/components/common/atomic-ask-follow-up-input/atomic-ask-follow-up-input.cjs +1 -6
- package/dist/cjs/components/common/atomic-citation/atomic-citation.cjs +4 -6
- package/dist/cjs/components/common/atomic-facet-date-input/atomic-facet-date-input.cjs +2 -10
- package/dist/cjs/components/common/atomic-facet-number-input/atomic-facet-number-input.cjs +2 -10
- package/dist/cjs/components/common/atomic-facet-placeholder/atomic-facet-placeholder.cjs +1 -5
- package/dist/cjs/components/common/atomic-generated-answer-feedback-modal/atomic-generated-answer-feedback-modal.cjs +23 -35
- package/dist/cjs/components/common/atomic-generated-answer-thread/atomic-generated-answer-thread.cjs +17 -17
- package/dist/cjs/components/common/atomic-generated-answer-thread-item/atomic-generated-answer-thread-item.cjs +49 -45
- package/dist/cjs/components/common/atomic-rating/rating.cjs +2 -5
- package/dist/cjs/components/common/atomic-result-placeholder/atomic-result-placeholder.cjs +2 -9
- package/dist/cjs/components/common/atomic-smart-snippet-collapse-wrapper/atomic-smart-snippet-collapse-wrapper.cjs +2 -11
- package/dist/cjs/components/common/atomic-smart-snippet-expandable-answer/atomic-smart-snippet-expandable-answer.cjs +1 -4
- package/dist/cjs/components/common/atomic-smart-snippet-expandable-answer/atomic-smart-snippet-expandable-answer.tw.css.cjs +2 -11
- package/dist/cjs/components/common/atomic-smart-snippet-source/atomic-smart-snippet-source.cjs +1 -4
- package/dist/cjs/components/common/atomic-tab-button/atomic-tab-button.cjs +1 -4
- package/dist/cjs/components/common/atomic-tab-popover/atomic-tab-popover.cjs +1 -3
- package/dist/cjs/components/common/breadbox/breadcrumb-content.cjs +1 -5
- package/dist/cjs/components/common/button.cjs +1 -2
- package/dist/cjs/components/common/carousel.cjs +1 -3
- package/dist/cjs/components/common/expandable-text/expandable-text.cjs +2 -9
- package/dist/cjs/components/common/facets/category-facet/all-categories-button.cjs +1 -5
- package/dist/cjs/components/common/facets/category-facet/parent-button.cjs +1 -5
- package/dist/cjs/components/common/facets/category-facet/search-value.cjs +1 -3
- package/dist/cjs/components/common/facets/facet-container/facet-container.cjs +2 -7
- package/dist/cjs/components/common/facets/facet-placeholder/facet-placeholder.cjs +1 -4
- package/dist/cjs/components/common/facets/facet-search/facet-search-input.cjs +1 -4
- package/dist/cjs/components/common/facets/facet-value-box/facet-value-box.tw.css.cjs +1 -4
- package/dist/cjs/components/common/generated-answer/generated-answer-controller.cjs +12 -2
- package/dist/cjs/components/common/generated-answer/generated-content/generated-markdown-content.cjs +1 -4
- package/dist/cjs/components/common/generated-answer/generated-content/generated-markdown-content.tw.css.cjs +4 -16
- package/dist/cjs/components/common/generated-answer/generated-content/markdown-utils.cjs +80 -3
- package/dist/cjs/components/common/generated-answer/render-conversation-debug-header.cjs +3 -8
- package/dist/cjs/components/common/generated-answer/render-generating-answer-label.cjs +1 -4
- package/dist/cjs/components/common/generated-answer/source-citations.cjs +2 -6
- package/dist/cjs/components/common/image-carousel/image-carousel.cjs +2 -8
- package/dist/cjs/components/common/item-list/display-wrapper.cjs +1 -3
- package/dist/cjs/components/common/item-list/table-layout.cjs +2 -8
- package/dist/cjs/components/common/items-per-page/choices.cjs +1 -6
- package/dist/cjs/components/common/items-per-page/label.cjs +8 -8
- package/dist/cjs/components/common/load-more/container.cjs +1 -3
- package/dist/cjs/components/common/load-more/summary.cjs +1 -3
- package/dist/cjs/components/common/no-items/container.cjs +3 -5
- package/dist/cjs/components/common/no-items/no-items.cjs +1 -6
- package/dist/cjs/components/common/query-error/link.cjs +1 -5
- package/dist/cjs/components/common/query-summary/container.cjs +1 -3
- package/dist/cjs/components/common/refine-modal/filters.cjs +1 -4
- package/dist/cjs/components/common/refine-modal/modal.cjs +1 -5
- package/dist/cjs/components/common/refine-modal/sort.cjs +2 -9
- package/dist/cjs/components/common/result-children/children-wrapper.cjs +3 -4
- package/dist/cjs/components/common/result-children/collection-guard.cjs +1 -3
- package/dist/cjs/components/common/search-box/search-box-wrapper.cjs +1 -5
- package/dist/cjs/components/common/search-box/submit-button.cjs +2 -9
- package/dist/cjs/components/common/search-box/text-area-clear-button.cjs +1 -5
- package/dist/cjs/components/common/smart-snippets/atomic-smart-snippet/snippet-footer.cjs +1 -4
- package/dist/cjs/components/common/smart-snippets/atomic-smart-snippet-feedback-modal/modal-body.cjs +1 -7
- package/dist/cjs/components/common/smart-snippets/atomic-smart-snippet-feedback-modal/modal-details.cjs +1 -4
- package/dist/cjs/components/common/smart-snippets/atomic-smart-snippet-suggestions/answer-and-source-wrapper.cjs +1 -5
- package/dist/cjs/components/common/smart-snippets/atomic-smart-snippet-suggestions/footer.cjs +1 -4
- package/dist/cjs/components/common/smart-snippets/smart-snippet-feedback-banner.cjs +1 -4
- package/dist/cjs/components/common/sort/label.cjs +1 -5
- package/dist/cjs/components/common/sort/option.cjs +1 -3
- package/dist/cjs/components/common/suggestions/query-suggestions.cjs +1 -4
- package/dist/cjs/components/common/suggestions/recent-queries.cjs +3 -11
- package/dist/cjs/components/insight/atomic-insight-facet/atomic-insight-facet.cjs +2 -7
- package/dist/cjs/components/insight/atomic-insight-folded-result-list/atomic-insight-folded-result-list.cjs +11 -11
- package/dist/cjs/components/insight/atomic-insight-generated-answer/atomic-insight-generated-answer.cjs +9 -2
- package/dist/cjs/components/insight/atomic-insight-no-results/atomic-insight-no-results.cjs +1 -2
- package/dist/cjs/components/insight/atomic-insight-result/atomic-insight-result.cjs +1 -3
- package/dist/cjs/components/insight/atomic-insight-user-actions-modal/atomic-insight-user-actions-modal.cjs +2 -8
- package/dist/cjs/components/insight/atomic-insight-user-actions-session/atomic-insight-user-actions-session.cjs +2 -8
- package/dist/cjs/components/insight/atomic-insight-user-actions-session/user-action.cjs +2 -6
- package/dist/cjs/components/insight/atomic-insight-user-actions-timeline/atomic-insight-user-actions-timeline.cjs +1 -3
- package/dist/cjs/components/ipx/atomic-ipx-body/ipx-body.cjs +2 -7
- package/dist/cjs/components/ipx/atomic-ipx-button/atomic-ipx-button.cjs +3 -11
- package/dist/cjs/components/ipx/atomic-ipx-recs-list/atomic-ipx-recs-list.cjs +2 -8
- package/dist/cjs/components/ipx/atomic-ipx-result-link/atomic-ipx-result-link.cjs +1 -4
- package/dist/cjs/components/recommendations/atomic-recs-list/atomic-recs-list.cjs +1 -4
- package/dist/cjs/components/search/atomic-automatic-facet/atomic-automatic-facet.cjs +1 -2
- package/dist/cjs/components/search/atomic-automatic-facet-generator/atomic-automatic-facet-generator.cjs +8 -8
- package/dist/cjs/components/search/atomic-category-facet/atomic-category-facet.cjs +2 -4
- package/dist/cjs/components/search/atomic-color-facet/atomic-color-facet.cjs +2 -7
- package/dist/cjs/components/search/atomic-facet/atomic-facet.cjs +1 -3
- package/dist/cjs/components/search/atomic-folded-result-list/atomic-folded-result-list.cjs +12 -12
- package/dist/cjs/components/search/atomic-generated-answer/atomic-generated-answer.cjs +9 -2
- package/dist/cjs/components/search/atomic-no-results/atomic-no-results.cjs +2 -2
- package/dist/cjs/components/search/atomic-notifications/atomic-notifications.cjs +1 -3
- package/dist/cjs/components/search/atomic-popover/atomic-popover.cjs +1 -7
- package/dist/cjs/components/search/atomic-quickview-modal/atomic-quickview-modal.cjs +1 -4
- package/dist/cjs/components/search/atomic-rating-facet/atomic-rating-facet.cjs +1 -2
- package/dist/cjs/components/search/atomic-rating-range-facet/atomic-rating-range-facet.cjs +1 -1
- package/dist/cjs/components/search/atomic-relevance-inspector/atomic-relevance-inspector.cjs +1 -3
- package/dist/cjs/components/search/atomic-result/atomic-result.cjs +1 -3
- package/dist/cjs/components/search/atomic-result-badge/atomic-result-badge.cjs +2 -6
- package/dist/cjs/components/search/atomic-result-html/atomic-result-html.cjs +1 -6
- package/dist/cjs/components/search/atomic-result-link/atomic-result-link.cjs +1 -4
- package/dist/cjs/components/search/atomic-result-multi-value-text/atomic-result-multi-value-text.cjs +3 -7
- package/dist/cjs/components/search/atomic-result-table-placeholder/atomic-result-table-placeholder.cjs +8 -32
- package/dist/cjs/components/search/atomic-search-box-instant-results/atomic-search-box-instant-results.cjs +9 -9
- package/dist/cjs/components/search/atomic-search-layout/atomic-search-layout.tw.css.cjs +3 -11
- package/dist/cjs/components/search/atomic-segmented-facet/atomic-segmented-facet.cjs +1 -4
- package/dist/cjs/components/search/atomic-segmented-facet-scrollable/atomic-segmented-facet-scrollable.cjs +1 -4
- package/dist/cjs/components/search/facets/facet-segmented-value/facet-segmented-value.cjs +1 -5
- package/dist/cjs/components/search/result-template-components/atomic-quickview-sidebar/atomic-quickview-sidebar.cjs +2 -4
- package/dist/cjs/components/search/result-template-components/atomic-quickview-sidebar/highlight-keywords-checkbox.cjs +1 -3
- package/dist/cjs/components/search/result-template-components/atomic-quickview-sidebar/keywords.cjs +1 -4
- package/dist/cjs/directives/hierarchical-path.cjs +1 -3
- package/dist/cjs/global/environment.cjs +1 -1
- package/dist/cjs/utils/accessibility-utils.cjs +5 -2
- package/dist/cjs/utils/debounce-utils.cjs +15 -4
- package/dist/cjs/utils/tailwind.global.tw.css.cjs +1 -1
- package/dist/cjs/versions.cjs +1 -1
- package/dist/esm/components/commerce/atomic-commerce-facet-number-input/atomic-commerce-facet-number-input.js +2 -6
- package/dist/esm/components/commerce/atomic-commerce-facets/atomic-commerce-facets.js +1 -3
- package/dist/esm/components/commerce/atomic-commerce-layout/atomic-commerce-layout.tw.css.js +1 -5
- package/dist/esm/components/commerce/atomic-commerce-no-products/atomic-commerce-no-products.js +1 -2
- package/dist/esm/components/commerce/atomic-commerce-recommendation-list/atomic-commerce-recommendation-list.js +1 -4
- package/dist/esm/components/commerce/atomic-commerce-search-box/atomic-commerce-search-box.js +1 -1
- package/dist/esm/components/commerce/atomic-commerce-search-box-instant-products/atomic-commerce-search-box-instant-products.js +10 -10
- package/dist/esm/components/commerce/atomic-commerce-timeframe-facet/atomic-commerce-timeframe-facet.js +4 -4
- package/dist/esm/components/commerce/atomic-product-children/atomic-product-children.js +1 -3
- package/dist/esm/components/commerce/atomic-product-description/atomic-product-description.js +1 -3
- package/dist/esm/components/commerce/atomic-product-link/atomic-product-link.js +1 -4
- package/dist/esm/components/commerce/atomic-product-multi-value-text/atomic-product-multi-value-text.js +2 -7
- package/dist/esm/components/commerce/atomic-product-rating/atomic-product-rating.js +1 -3
- package/dist/esm/components/common/atomic-agent-stream-of-thought/atomic-agent-stream-of-thought.js +2 -6
- package/dist/esm/components/common/atomic-aria-live/atomic-aria-live.js +35 -5
- package/dist/esm/components/common/atomic-ask-follow-up-input/atomic-ask-follow-up-input.js +1 -6
- package/dist/esm/components/common/atomic-citation/atomic-citation.js +4 -6
- package/dist/esm/components/common/atomic-facet-date-input/atomic-facet-date-input.js +2 -10
- package/dist/esm/components/common/atomic-facet-number-input/atomic-facet-number-input.js +2 -10
- package/dist/esm/components/common/atomic-facet-placeholder/atomic-facet-placeholder.js +1 -5
- package/dist/esm/components/common/atomic-generated-answer-feedback-modal/atomic-generated-answer-feedback-modal.js +23 -35
- package/dist/esm/components/common/atomic-generated-answer-thread/atomic-generated-answer-thread.js +17 -17
- package/dist/esm/components/common/atomic-generated-answer-thread-item/atomic-generated-answer-thread-item.js +50 -46
- package/dist/esm/components/common/atomic-rating/rating.js +2 -5
- package/dist/esm/components/common/atomic-result-placeholder/atomic-result-placeholder.js +2 -9
- package/dist/esm/components/common/atomic-smart-snippet-collapse-wrapper/atomic-smart-snippet-collapse-wrapper.js +1 -2
- package/dist/esm/components/common/atomic-smart-snippet-expandable-answer/atomic-smart-snippet-expandable-answer.js +1 -4
- package/dist/esm/components/common/atomic-smart-snippet-source/atomic-smart-snippet-source.js +1 -4
- package/dist/esm/components/common/atomic-tab-button/atomic-tab-button.js +1 -4
- package/dist/esm/components/common/atomic-tab-popover/atomic-tab-popover.js +1 -3
- package/dist/esm/components/common/breadbox/breadcrumb-content.js +1 -5
- package/dist/esm/components/common/button.js +1 -2
- package/dist/esm/components/common/carousel.js +1 -3
- package/dist/esm/components/common/expandable-text/expandable-text.js +2 -9
- package/dist/esm/components/common/facets/category-facet/all-categories-button.js +1 -5
- package/dist/esm/components/common/facets/category-facet/parent-button.js +1 -5
- package/dist/esm/components/common/facets/category-facet/search-value.js +1 -3
- package/dist/esm/components/common/facets/facet-container/facet-container.js +2 -7
- package/dist/esm/components/common/facets/facet-placeholder/facet-placeholder.js +1 -4
- package/dist/esm/components/common/facets/facet-search/facet-search-input.js +1 -4
- package/dist/esm/components/common/generated-answer/generated-answer-controller.js +12 -2
- package/dist/esm/components/common/generated-answer/generated-content/generated-markdown-content.js +1 -4
- package/dist/esm/components/common/generated-answer/generated-content/markdown-utils.js +79 -5
- package/dist/esm/components/common/generated-answer/render-conversation-debug-header.js +3 -8
- package/dist/esm/components/common/generated-answer/render-generating-answer-label.js +1 -4
- package/dist/esm/components/common/generated-answer/source-citations.js +2 -6
- package/dist/esm/components/common/image-carousel/image-carousel.js +2 -8
- package/dist/esm/components/common/item-list/display-wrapper.js +1 -3
- package/dist/esm/components/common/item-list/table-layout.js +2 -8
- package/dist/esm/components/common/items-per-page/choices.js +1 -6
- package/dist/esm/components/common/items-per-page/label.js +8 -8
- package/dist/esm/components/common/load-more/container.js +1 -3
- package/dist/esm/components/common/load-more/summary.js +1 -3
- package/dist/esm/components/common/no-items/container.js +3 -5
- package/dist/esm/components/common/no-items/no-items.js +1 -6
- package/dist/esm/components/common/query-error/link.js +1 -5
- package/dist/esm/components/common/query-summary/container.js +1 -3
- package/dist/esm/components/common/refine-modal/filters.js +1 -4
- package/dist/esm/components/common/refine-modal/modal.js +1 -5
- package/dist/esm/components/common/refine-modal/sort.js +2 -9
- package/dist/esm/components/common/result-children/children-wrapper.js +3 -4
- package/dist/esm/components/common/result-children/collection-guard.js +1 -3
- package/dist/esm/components/common/search-box/search-box-wrapper.js +1 -5
- package/dist/esm/components/common/search-box/submit-button.js +2 -9
- package/dist/esm/components/common/search-box/text-area-clear-button.js +1 -5
- package/dist/esm/components/common/smart-snippets/atomic-smart-snippet/snippet-footer.js +1 -4
- package/dist/esm/components/common/smart-snippets/atomic-smart-snippet-feedback-modal/modal-body.js +1 -7
- package/dist/esm/components/common/smart-snippets/atomic-smart-snippet-feedback-modal/modal-details.js +1 -4
- package/dist/esm/components/common/smart-snippets/atomic-smart-snippet-suggestions/answer-and-source-wrapper.js +1 -5
- package/dist/esm/components/common/smart-snippets/atomic-smart-snippet-suggestions/footer.js +1 -4
- package/dist/esm/components/common/smart-snippets/smart-snippet-feedback-banner.js +1 -4
- package/dist/esm/components/common/sort/label.js +1 -5
- package/dist/esm/components/common/sort/option.js +1 -3
- package/dist/esm/components/common/suggestions/query-suggestions.js +1 -4
- package/dist/esm/components/common/suggestions/recent-queries.js +3 -11
- package/dist/esm/components/insight/atomic-insight-facet/atomic-insight-facet.js +2 -7
- package/dist/esm/components/insight/atomic-insight-folded-result-list/atomic-insight-folded-result-list.js +11 -11
- package/dist/esm/components/insight/atomic-insight-generated-answer/atomic-insight-generated-answer.js +9 -2
- package/dist/esm/components/insight/atomic-insight-no-results/atomic-insight-no-results.js +1 -2
- package/dist/esm/components/insight/atomic-insight-result/atomic-insight-result.js +1 -3
- package/dist/esm/components/insight/atomic-insight-result-children/atomic-insight-result-children.js +1 -1
- package/dist/esm/components/insight/atomic-insight-user-actions-modal/atomic-insight-user-actions-modal.js +2 -8
- package/dist/esm/components/insight/atomic-insight-user-actions-session/atomic-insight-user-actions-session.js +2 -8
- package/dist/esm/components/insight/atomic-insight-user-actions-session/user-action.js +2 -6
- package/dist/esm/components/ipx/atomic-ipx-body/ipx-body.js +2 -7
- package/dist/esm/components/ipx/atomic-ipx-button/atomic-ipx-button.js +3 -11
- package/dist/esm/components/ipx/atomic-ipx-recs-list/atomic-ipx-recs-list.js +1 -4
- package/dist/esm/components/ipx/atomic-ipx-result-link/atomic-ipx-result-link.js +1 -4
- package/dist/esm/components/search/atomic-automatic-facet/atomic-automatic-facet.js +1 -2
- package/dist/esm/components/search/atomic-automatic-facet-generator/atomic-automatic-facet-generator.js +8 -8
- package/dist/esm/components/search/atomic-category-facet/atomic-category-facet.js +2 -4
- package/dist/esm/components/search/atomic-color-facet/atomic-color-facet.js +1 -3
- package/dist/esm/components/search/atomic-facet/atomic-facet.js +1 -3
- package/dist/esm/components/search/atomic-folded-result-list/atomic-folded-result-list.js +12 -12
- package/dist/esm/components/search/atomic-generated-answer/atomic-generated-answer.js +9 -2
- package/dist/esm/components/search/atomic-no-results/atomic-no-results.js +2 -2
- package/dist/esm/components/search/atomic-notifications/atomic-notifications.js +1 -3
- package/dist/esm/components/search/atomic-popover/atomic-popover.js +1 -7
- package/dist/esm/components/search/atomic-quickview-modal/atomic-quickview-modal.js +1 -4
- package/dist/esm/components/search/atomic-rating-facet/atomic-rating-facet.js +1 -2
- package/dist/esm/components/search/atomic-rating-range-facet/atomic-rating-range-facet.js +1 -1
- package/dist/esm/components/search/atomic-relevance-inspector/atomic-relevance-inspector.js +1 -3
- package/dist/esm/components/search/atomic-result/atomic-result.js +1 -3
- package/dist/esm/components/search/atomic-result-badge/atomic-result-badge.js +2 -6
- package/dist/esm/components/search/atomic-result-html/atomic-result-html.js +1 -6
- package/dist/esm/components/search/atomic-result-link/atomic-result-link.js +1 -4
- package/dist/esm/components/search/atomic-result-multi-value-text/atomic-result-multi-value-text.js +3 -7
- package/dist/esm/components/search/atomic-result-table-placeholder/atomic-result-table-placeholder.js +8 -32
- package/dist/esm/components/search/atomic-search-box/atomic-search-box.js +1 -1
- package/dist/esm/components/search/atomic-search-box-instant-results/atomic-search-box-instant-results.js +9 -9
- package/dist/esm/components/search/atomic-search-layout/atomic-search-layout.tw.css.js +1 -5
- package/dist/esm/components/search/atomic-segmented-facet/atomic-segmented-facet.js +1 -4
- package/dist/esm/components/search/atomic-segmented-facet-scrollable/atomic-segmented-facet-scrollable.js +1 -4
- package/dist/esm/components/search/facets/facet-segmented-value/facet-segmented-value.js +1 -5
- package/dist/esm/components/search/result-template-components/atomic-quickview-sidebar/atomic-quickview-sidebar.js +2 -4
- package/dist/esm/components/search/result-template-components/atomic-quickview-sidebar/highlight-keywords-checkbox.js +1 -3
- package/dist/esm/components/search/result-template-components/atomic-quickview-sidebar/keywords.js +1 -4
- package/dist/esm/directives/hierarchical-path.js +1 -3
- package/dist/esm/global/environment.js +1 -1
- package/dist/esm/utils/accessibility-utils.js +5 -2
- package/dist/esm/utils/debounce-utils.js +15 -4
- package/dist/esm/utils/tailwind.global.tw.css.js +1 -1
- package/dist/esm/versions.js +1 -1
- package/dist/themes/accessible.css +3 -4
- package/dist/themes/coveo.css +3 -4
- package/dist/types/components/common/atomic-aria-live/atomic-aria-live.d.ts +5 -1
- package/dist/types/components/common/atomic-generated-answer-thread-item/atomic-generated-answer-thread-item.d.ts +3 -0
- package/dist/types/components/common/facets/facet-search/facet-search-input-guard.d.ts +1 -1
- package/dist/types/components/common/generated-answer/generated-answer-controller.d.ts +5 -0
- package/dist/types/components/common/generated-answer/generated-content/markdown-utils.d.ts +1 -0
- package/dist/types/components/common/query-error/description.d.ts +1 -1
- package/dist/types/components/common/query-error/title.d.ts +1 -1
- package/dist/types/components/insight/atomic-insight-generated-answer/atomic-insight-generated-answer.d.ts +1 -0
- package/dist/types/components/search/atomic-generated-answer/atomic-generated-answer.d.ts +1 -0
- package/dist/types/components/search/atomic-result-link/atomic-result-link.d.ts +1 -1
- package/dist/types/utils/accessibility-utils.d.ts +2 -1
- package/dist/types/utils/functional-component-utils.d.ts +1 -1
- package/package.json +7 -7
package/custom-elements.json
CHANGED
|
@@ -1456,7 +1456,7 @@
|
|
|
1456
1456
|
"kind": "field",
|
|
1457
1457
|
"name": "breadboxAriaMessage",
|
|
1458
1458
|
"privacy": "private",
|
|
1459
|
-
"default": "new AriaLiveRegionController(
|
|
1459
|
+
"default": "new AriaLiveRegionController(this, 'breadbox', true)"
|
|
1460
1460
|
},
|
|
1461
1461
|
{
|
|
1462
1462
|
"kind": "field",
|
|
@@ -1899,7 +1899,7 @@
|
|
|
1899
1899
|
"kind": "field",
|
|
1900
1900
|
"name": "facetSearchAriaMessage",
|
|
1901
1901
|
"privacy": "private",
|
|
1902
|
-
"default": "new AriaLiveRegionController(
|
|
1902
|
+
"default": "new AriaLiveRegionController(this, 'facet-search')"
|
|
1903
1903
|
},
|
|
1904
1904
|
{
|
|
1905
1905
|
"kind": "method",
|
|
@@ -2288,7 +2288,7 @@
|
|
|
2288
2288
|
"kind": "field",
|
|
2289
2289
|
"name": "summary",
|
|
2290
2290
|
"type": {
|
|
2291
|
-
"text": "Summary
|
|
2291
|
+
"text": "Summary<SearchSummaryState | ProductListingSummaryState>"
|
|
2292
2292
|
},
|
|
2293
2293
|
"description": "The Summary controller instance.",
|
|
2294
2294
|
"attribute": "summary",
|
|
@@ -2467,7 +2467,7 @@
|
|
|
2467
2467
|
"kind": "field",
|
|
2468
2468
|
"name": "facetValueProps",
|
|
2469
2469
|
"type": {
|
|
2470
|
-
"text": "Pick<\n FacetValueProps,\n
|
|
2470
|
+
"text": "Pick<\n FacetValueProps,\n 'facetSearchQuery' | 'enableExclusion' | 'field' | 'i18n' | 'displayValuesAs'\n >"
|
|
2471
2471
|
},
|
|
2472
2472
|
"privacy": "private",
|
|
2473
2473
|
"readonly": true
|
|
@@ -2573,6 +2573,12 @@
|
|
|
2573
2573
|
}
|
|
2574
2574
|
]
|
|
2575
2575
|
},
|
|
2576
|
+
{
|
|
2577
|
+
"kind": "javascript-module",
|
|
2578
|
+
"path": "src/components/commerce/atomic-commerce-facet-number-input/atomic-commerce-facet-number-input.ts",
|
|
2579
|
+
"declarations": [],
|
|
2580
|
+
"exports": []
|
|
2581
|
+
},
|
|
2576
2582
|
{
|
|
2577
2583
|
"kind": "javascript-module",
|
|
2578
2584
|
"path": "src/components/commerce/atomic-commerce-facets/atomic-commerce-facets.ts",
|
|
@@ -2785,12 +2791,6 @@
|
|
|
2785
2791
|
}
|
|
2786
2792
|
]
|
|
2787
2793
|
},
|
|
2788
|
-
{
|
|
2789
|
-
"kind": "javascript-module",
|
|
2790
|
-
"path": "src/components/commerce/atomic-commerce-facet-number-input/atomic-commerce-facet-number-input.ts",
|
|
2791
|
-
"declarations": [],
|
|
2792
|
-
"exports": []
|
|
2793
|
-
},
|
|
2794
2794
|
{
|
|
2795
2795
|
"kind": "javascript-module",
|
|
2796
2796
|
"path": "src/components/commerce/atomic-commerce-interface/analytics-config.ts",
|
|
@@ -2913,7 +2913,7 @@
|
|
|
2913
2913
|
"kind": "field",
|
|
2914
2914
|
"name": "type",
|
|
2915
2915
|
"type": {
|
|
2916
|
-
"text": "
|
|
2916
|
+
"text": "'search' | 'product-listing'"
|
|
2917
2917
|
},
|
|
2918
2918
|
"privacy": "public",
|
|
2919
2919
|
"default": "'search'",
|
|
@@ -3257,7 +3257,7 @@
|
|
|
3257
3257
|
{
|
|
3258
3258
|
"name": "type",
|
|
3259
3259
|
"type": {
|
|
3260
|
-
"text": "
|
|
3260
|
+
"text": "'search' | 'product-listing'"
|
|
3261
3261
|
},
|
|
3262
3262
|
"default": "'search'",
|
|
3263
3263
|
"description": "The type of the interface.\n- 'search': Indicates that the interface is used for Search.\n- 'product-listing': Indicates that the interface is used for Product listing.",
|
|
@@ -3376,270 +3376,6 @@
|
|
|
3376
3376
|
"declarations": [],
|
|
3377
3377
|
"exports": []
|
|
3378
3378
|
},
|
|
3379
|
-
{
|
|
3380
|
-
"kind": "javascript-module",
|
|
3381
|
-
"path": "src/components/commerce/atomic-commerce-no-products/atomic-commerce-no-products.ts",
|
|
3382
|
-
"declarations": [
|
|
3383
|
-
{
|
|
3384
|
-
"kind": "class",
|
|
3385
|
-
"description": "The `atomic-commerce-no-products` component displays search tips when there are no products. Any additional content slotted inside of its element will be displayed as well.",
|
|
3386
|
-
"name": "AtomicCommerceNoProducts",
|
|
3387
|
-
"cssParts": [
|
|
3388
|
-
{
|
|
3389
|
-
"description": "The text indicating that no products were found for the search.",
|
|
3390
|
-
"name": "no-results"
|
|
3391
|
-
},
|
|
3392
|
-
{
|
|
3393
|
-
"description": "The search tips to help the user correct the query.",
|
|
3394
|
-
"name": "search-tips"
|
|
3395
|
-
},
|
|
3396
|
-
{
|
|
3397
|
-
"description": "The highlighted query.",
|
|
3398
|
-
"name": "highlight"
|
|
3399
|
-
},
|
|
3400
|
-
{
|
|
3401
|
-
"description": "The magnifying glass icon.",
|
|
3402
|
-
"name": "icon"
|
|
3403
|
-
}
|
|
3404
|
-
],
|
|
3405
|
-
"slots": [
|
|
3406
|
-
{
|
|
3407
|
-
"description": "Any additional content slotted inside of its element will be displayed as well.",
|
|
3408
|
-
"name": "default"
|
|
3409
|
-
}
|
|
3410
|
-
],
|
|
3411
|
-
"members": [
|
|
3412
|
-
{
|
|
3413
|
-
"kind": "field",
|
|
3414
|
-
"name": "bindings",
|
|
3415
|
-
"type": {
|
|
3416
|
-
"text": "CommerceBindings"
|
|
3417
|
-
},
|
|
3418
|
-
"privacy": "private"
|
|
3419
|
-
},
|
|
3420
|
-
{
|
|
3421
|
-
"kind": "field",
|
|
3422
|
-
"name": "summary",
|
|
3423
|
-
"type": {
|
|
3424
|
-
"text": "Summary<ProductListingSummaryState | SearchSummaryState>"
|
|
3425
|
-
},
|
|
3426
|
-
"privacy": "private"
|
|
3427
|
-
},
|
|
3428
|
-
{
|
|
3429
|
-
"kind": "field",
|
|
3430
|
-
"name": "summaryState",
|
|
3431
|
-
"type": {
|
|
3432
|
-
"text": "SearchSummaryState | ProductListingSummaryState"
|
|
3433
|
-
},
|
|
3434
|
-
"privacy": "private"
|
|
3435
|
-
},
|
|
3436
|
-
{
|
|
3437
|
-
"kind": "field",
|
|
3438
|
-
"name": "error",
|
|
3439
|
-
"type": {
|
|
3440
|
-
"text": "Error"
|
|
3441
|
-
},
|
|
3442
|
-
"privacy": "private"
|
|
3443
|
-
},
|
|
3444
|
-
{
|
|
3445
|
-
"kind": "field",
|
|
3446
|
-
"name": "ariaMessage",
|
|
3447
|
-
"privacy": "protected",
|
|
3448
|
-
"default": "new AriaLiveRegionController(this, 'no-products')"
|
|
3449
|
-
},
|
|
3450
|
-
{
|
|
3451
|
-
"kind": "method",
|
|
3452
|
-
"name": "initialize",
|
|
3453
|
-
"privacy": "public"
|
|
3454
|
-
},
|
|
3455
|
-
{
|
|
3456
|
-
"kind": "method",
|
|
3457
|
-
"name": "renderNoItems",
|
|
3458
|
-
"privacy": "private"
|
|
3459
|
-
},
|
|
3460
|
-
{
|
|
3461
|
-
"kind": "method",
|
|
3462
|
-
"name": "renderSearchTips",
|
|
3463
|
-
"privacy": "private"
|
|
3464
|
-
}
|
|
3465
|
-
],
|
|
3466
|
-
"superclass": {
|
|
3467
|
-
"name": "LitElement",
|
|
3468
|
-
"package": "lit"
|
|
3469
|
-
},
|
|
3470
|
-
"events": [],
|
|
3471
|
-
"tagName": "atomic-commerce-no-products",
|
|
3472
|
-
"customElement": true
|
|
3473
|
-
}
|
|
3474
|
-
],
|
|
3475
|
-
"exports": [
|
|
3476
|
-
{
|
|
3477
|
-
"kind": "js",
|
|
3478
|
-
"name": "AtomicCommerceNoProducts",
|
|
3479
|
-
"declaration": {
|
|
3480
|
-
"name": "AtomicCommerceNoProducts",
|
|
3481
|
-
"module": "src/components/commerce/atomic-commerce-no-products/atomic-commerce-no-products.ts"
|
|
3482
|
-
}
|
|
3483
|
-
},
|
|
3484
|
-
{
|
|
3485
|
-
"kind": "custom-element-definition",
|
|
3486
|
-
"name": "atomic-commerce-no-products",
|
|
3487
|
-
"declaration": {
|
|
3488
|
-
"name": "AtomicCommerceNoProducts",
|
|
3489
|
-
"module": "src/components/commerce/atomic-commerce-no-products/atomic-commerce-no-products.ts"
|
|
3490
|
-
}
|
|
3491
|
-
}
|
|
3492
|
-
]
|
|
3493
|
-
},
|
|
3494
|
-
{
|
|
3495
|
-
"kind": "javascript-module",
|
|
3496
|
-
"path": "src/components/commerce/atomic-commerce-load-more-products/atomic-commerce-load-more-products.ts",
|
|
3497
|
-
"declarations": [
|
|
3498
|
-
{
|
|
3499
|
-
"kind": "class",
|
|
3500
|
-
"description": "The `atomic-commerce-load-more-products` component allows the user to load additional products if more are available.",
|
|
3501
|
-
"name": "AtomicCommerceLoadMoreProducts",
|
|
3502
|
-
"cssProperties": [
|
|
3503
|
-
{
|
|
3504
|
-
"description": "Color of the start of the gradient for the load more products progress bar.",
|
|
3505
|
-
"name": "--atomic-more-results-progress-bar-color-from"
|
|
3506
|
-
},
|
|
3507
|
-
{
|
|
3508
|
-
"description": "Color of the end of the gradient for the load more products progress bar.",
|
|
3509
|
-
"name": "--atomic-more-results-progress-bar-color-to"
|
|
3510
|
-
}
|
|
3511
|
-
],
|
|
3512
|
-
"cssParts": [
|
|
3513
|
-
{
|
|
3514
|
-
"description": "The container of the component.",
|
|
3515
|
-
"name": "container"
|
|
3516
|
-
},
|
|
3517
|
-
{
|
|
3518
|
-
"description": "The summary displaying which products are shown and how many are available.",
|
|
3519
|
-
"name": "showing-results"
|
|
3520
|
-
},
|
|
3521
|
-
{
|
|
3522
|
-
"description": "The highlighted number of products displayed and number of products available.",
|
|
3523
|
-
"name": "highlight"
|
|
3524
|
-
},
|
|
3525
|
-
{
|
|
3526
|
-
"description": "The progress bar displaying a percentage of products shown over the total number of products available.",
|
|
3527
|
-
"name": "progress-bar"
|
|
3528
|
-
},
|
|
3529
|
-
{
|
|
3530
|
-
"description": "The \"Load more products\" button.",
|
|
3531
|
-
"name": "load-more-results-button"
|
|
3532
|
-
}
|
|
3533
|
-
],
|
|
3534
|
-
"members": [
|
|
3535
|
-
{
|
|
3536
|
-
"kind": "field",
|
|
3537
|
-
"name": "bindings",
|
|
3538
|
-
"type": {
|
|
3539
|
-
"text": "CommerceBindings"
|
|
3540
|
-
},
|
|
3541
|
-
"privacy": "private"
|
|
3542
|
-
},
|
|
3543
|
-
{
|
|
3544
|
-
"kind": "field",
|
|
3545
|
-
"name": "error",
|
|
3546
|
-
"type": {
|
|
3547
|
-
"text": "Error"
|
|
3548
|
-
},
|
|
3549
|
-
"privacy": "private"
|
|
3550
|
-
},
|
|
3551
|
-
{
|
|
3552
|
-
"kind": "field",
|
|
3553
|
-
"name": "pagination",
|
|
3554
|
-
"type": {
|
|
3555
|
-
"text": "Pagination"
|
|
3556
|
-
},
|
|
3557
|
-
"privacy": "private"
|
|
3558
|
-
},
|
|
3559
|
-
{
|
|
3560
|
-
"kind": "field",
|
|
3561
|
-
"name": "listingOrSearch",
|
|
3562
|
-
"type": {
|
|
3563
|
-
"text": "ProductListing | Search"
|
|
3564
|
-
},
|
|
3565
|
-
"privacy": "private"
|
|
3566
|
-
},
|
|
3567
|
-
{
|
|
3568
|
-
"kind": "field",
|
|
3569
|
-
"name": "isAppLoaded",
|
|
3570
|
-
"type": {
|
|
3571
|
-
"text": "boolean"
|
|
3572
|
-
},
|
|
3573
|
-
"privacy": "private",
|
|
3574
|
-
"default": "false"
|
|
3575
|
-
},
|
|
3576
|
-
{
|
|
3577
|
-
"kind": "field",
|
|
3578
|
-
"name": "paginationState",
|
|
3579
|
-
"type": {
|
|
3580
|
-
"text": "PaginationState"
|
|
3581
|
-
},
|
|
3582
|
-
"privacy": "private"
|
|
3583
|
-
},
|
|
3584
|
-
{
|
|
3585
|
-
"kind": "field",
|
|
3586
|
-
"name": "productListingOrSearchState",
|
|
3587
|
-
"type": {
|
|
3588
|
-
"text": "ProductListingState | SearchState"
|
|
3589
|
-
},
|
|
3590
|
-
"privacy": "private"
|
|
3591
|
-
},
|
|
3592
|
-
{
|
|
3593
|
-
"kind": "method",
|
|
3594
|
-
"name": "initialize",
|
|
3595
|
-
"privacy": "public"
|
|
3596
|
-
},
|
|
3597
|
-
{
|
|
3598
|
-
"kind": "field",
|
|
3599
|
-
"name": "lastProduct",
|
|
3600
|
-
"privacy": "private",
|
|
3601
|
-
"readonly": true
|
|
3602
|
-
},
|
|
3603
|
-
{
|
|
3604
|
-
"kind": "method",
|
|
3605
|
-
"name": "onClick",
|
|
3606
|
-
"privacy": "private"
|
|
3607
|
-
},
|
|
3608
|
-
{
|
|
3609
|
-
"kind": "field",
|
|
3610
|
-
"name": "shouldRender",
|
|
3611
|
-
"privacy": "private",
|
|
3612
|
-
"readonly": true
|
|
3613
|
-
}
|
|
3614
|
-
],
|
|
3615
|
-
"superclass": {
|
|
3616
|
-
"name": "LitElement",
|
|
3617
|
-
"package": "lit"
|
|
3618
|
-
},
|
|
3619
|
-
"events": [],
|
|
3620
|
-
"tagName": "atomic-commerce-load-more-products",
|
|
3621
|
-
"customElement": true
|
|
3622
|
-
}
|
|
3623
|
-
],
|
|
3624
|
-
"exports": [
|
|
3625
|
-
{
|
|
3626
|
-
"kind": "js",
|
|
3627
|
-
"name": "AtomicCommerceLoadMoreProducts",
|
|
3628
|
-
"declaration": {
|
|
3629
|
-
"name": "AtomicCommerceLoadMoreProducts",
|
|
3630
|
-
"module": "src/components/commerce/atomic-commerce-load-more-products/atomic-commerce-load-more-products.ts"
|
|
3631
|
-
}
|
|
3632
|
-
},
|
|
3633
|
-
{
|
|
3634
|
-
"kind": "custom-element-definition",
|
|
3635
|
-
"name": "atomic-commerce-load-more-products",
|
|
3636
|
-
"declaration": {
|
|
3637
|
-
"name": "AtomicCommerceLoadMoreProducts",
|
|
3638
|
-
"module": "src/components/commerce/atomic-commerce-load-more-products/atomic-commerce-load-more-products.ts"
|
|
3639
|
-
}
|
|
3640
|
-
}
|
|
3641
|
-
]
|
|
3642
|
-
},
|
|
3643
3379
|
{
|
|
3644
3380
|
"kind": "javascript-module",
|
|
3645
3381
|
"path": "src/components/commerce/atomic-commerce-layout/atomic-commerce-layout.ts",
|
|
@@ -3814,6 +3550,270 @@
|
|
|
3814
3550
|
"declarations": [],
|
|
3815
3551
|
"exports": []
|
|
3816
3552
|
},
|
|
3553
|
+
{
|
|
3554
|
+
"kind": "javascript-module",
|
|
3555
|
+
"path": "src/components/commerce/atomic-commerce-load-more-products/atomic-commerce-load-more-products.ts",
|
|
3556
|
+
"declarations": [
|
|
3557
|
+
{
|
|
3558
|
+
"kind": "class",
|
|
3559
|
+
"description": "The `atomic-commerce-load-more-products` component allows the user to load additional products if more are available.",
|
|
3560
|
+
"name": "AtomicCommerceLoadMoreProducts",
|
|
3561
|
+
"cssProperties": [
|
|
3562
|
+
{
|
|
3563
|
+
"description": "Color of the start of the gradient for the load more products progress bar.",
|
|
3564
|
+
"name": "--atomic-more-results-progress-bar-color-from"
|
|
3565
|
+
},
|
|
3566
|
+
{
|
|
3567
|
+
"description": "Color of the end of the gradient for the load more products progress bar.",
|
|
3568
|
+
"name": "--atomic-more-results-progress-bar-color-to"
|
|
3569
|
+
}
|
|
3570
|
+
],
|
|
3571
|
+
"cssParts": [
|
|
3572
|
+
{
|
|
3573
|
+
"description": "The container of the component.",
|
|
3574
|
+
"name": "container"
|
|
3575
|
+
},
|
|
3576
|
+
{
|
|
3577
|
+
"description": "The summary displaying which products are shown and how many are available.",
|
|
3578
|
+
"name": "showing-results"
|
|
3579
|
+
},
|
|
3580
|
+
{
|
|
3581
|
+
"description": "The highlighted number of products displayed and number of products available.",
|
|
3582
|
+
"name": "highlight"
|
|
3583
|
+
},
|
|
3584
|
+
{
|
|
3585
|
+
"description": "The progress bar displaying a percentage of products shown over the total number of products available.",
|
|
3586
|
+
"name": "progress-bar"
|
|
3587
|
+
},
|
|
3588
|
+
{
|
|
3589
|
+
"description": "The \"Load more products\" button.",
|
|
3590
|
+
"name": "load-more-results-button"
|
|
3591
|
+
}
|
|
3592
|
+
],
|
|
3593
|
+
"members": [
|
|
3594
|
+
{
|
|
3595
|
+
"kind": "field",
|
|
3596
|
+
"name": "bindings",
|
|
3597
|
+
"type": {
|
|
3598
|
+
"text": "CommerceBindings"
|
|
3599
|
+
},
|
|
3600
|
+
"privacy": "private"
|
|
3601
|
+
},
|
|
3602
|
+
{
|
|
3603
|
+
"kind": "field",
|
|
3604
|
+
"name": "error",
|
|
3605
|
+
"type": {
|
|
3606
|
+
"text": "Error"
|
|
3607
|
+
},
|
|
3608
|
+
"privacy": "private"
|
|
3609
|
+
},
|
|
3610
|
+
{
|
|
3611
|
+
"kind": "field",
|
|
3612
|
+
"name": "pagination",
|
|
3613
|
+
"type": {
|
|
3614
|
+
"text": "Pagination"
|
|
3615
|
+
},
|
|
3616
|
+
"privacy": "private"
|
|
3617
|
+
},
|
|
3618
|
+
{
|
|
3619
|
+
"kind": "field",
|
|
3620
|
+
"name": "listingOrSearch",
|
|
3621
|
+
"type": {
|
|
3622
|
+
"text": "ProductListing | Search"
|
|
3623
|
+
},
|
|
3624
|
+
"privacy": "private"
|
|
3625
|
+
},
|
|
3626
|
+
{
|
|
3627
|
+
"kind": "field",
|
|
3628
|
+
"name": "isAppLoaded",
|
|
3629
|
+
"type": {
|
|
3630
|
+
"text": "boolean"
|
|
3631
|
+
},
|
|
3632
|
+
"privacy": "private",
|
|
3633
|
+
"default": "false"
|
|
3634
|
+
},
|
|
3635
|
+
{
|
|
3636
|
+
"kind": "field",
|
|
3637
|
+
"name": "paginationState",
|
|
3638
|
+
"type": {
|
|
3639
|
+
"text": "PaginationState"
|
|
3640
|
+
},
|
|
3641
|
+
"privacy": "private"
|
|
3642
|
+
},
|
|
3643
|
+
{
|
|
3644
|
+
"kind": "field",
|
|
3645
|
+
"name": "productListingOrSearchState",
|
|
3646
|
+
"type": {
|
|
3647
|
+
"text": "ProductListingState | SearchState"
|
|
3648
|
+
},
|
|
3649
|
+
"privacy": "private"
|
|
3650
|
+
},
|
|
3651
|
+
{
|
|
3652
|
+
"kind": "method",
|
|
3653
|
+
"name": "initialize",
|
|
3654
|
+
"privacy": "public"
|
|
3655
|
+
},
|
|
3656
|
+
{
|
|
3657
|
+
"kind": "field",
|
|
3658
|
+
"name": "lastProduct",
|
|
3659
|
+
"privacy": "private",
|
|
3660
|
+
"readonly": true
|
|
3661
|
+
},
|
|
3662
|
+
{
|
|
3663
|
+
"kind": "method",
|
|
3664
|
+
"name": "onClick",
|
|
3665
|
+
"privacy": "private"
|
|
3666
|
+
},
|
|
3667
|
+
{
|
|
3668
|
+
"kind": "field",
|
|
3669
|
+
"name": "shouldRender",
|
|
3670
|
+
"privacy": "private",
|
|
3671
|
+
"readonly": true
|
|
3672
|
+
}
|
|
3673
|
+
],
|
|
3674
|
+
"superclass": {
|
|
3675
|
+
"name": "LitElement",
|
|
3676
|
+
"package": "lit"
|
|
3677
|
+
},
|
|
3678
|
+
"events": [],
|
|
3679
|
+
"tagName": "atomic-commerce-load-more-products",
|
|
3680
|
+
"customElement": true
|
|
3681
|
+
}
|
|
3682
|
+
],
|
|
3683
|
+
"exports": [
|
|
3684
|
+
{
|
|
3685
|
+
"kind": "js",
|
|
3686
|
+
"name": "AtomicCommerceLoadMoreProducts",
|
|
3687
|
+
"declaration": {
|
|
3688
|
+
"name": "AtomicCommerceLoadMoreProducts",
|
|
3689
|
+
"module": "src/components/commerce/atomic-commerce-load-more-products/atomic-commerce-load-more-products.ts"
|
|
3690
|
+
}
|
|
3691
|
+
},
|
|
3692
|
+
{
|
|
3693
|
+
"kind": "custom-element-definition",
|
|
3694
|
+
"name": "atomic-commerce-load-more-products",
|
|
3695
|
+
"declaration": {
|
|
3696
|
+
"name": "AtomicCommerceLoadMoreProducts",
|
|
3697
|
+
"module": "src/components/commerce/atomic-commerce-load-more-products/atomic-commerce-load-more-products.ts"
|
|
3698
|
+
}
|
|
3699
|
+
}
|
|
3700
|
+
]
|
|
3701
|
+
},
|
|
3702
|
+
{
|
|
3703
|
+
"kind": "javascript-module",
|
|
3704
|
+
"path": "src/components/commerce/atomic-commerce-no-products/atomic-commerce-no-products.ts",
|
|
3705
|
+
"declarations": [
|
|
3706
|
+
{
|
|
3707
|
+
"kind": "class",
|
|
3708
|
+
"description": "The `atomic-commerce-no-products` component displays search tips when there are no products. Any additional content slotted inside of its element will be displayed as well.",
|
|
3709
|
+
"name": "AtomicCommerceNoProducts",
|
|
3710
|
+
"cssParts": [
|
|
3711
|
+
{
|
|
3712
|
+
"description": "The text indicating that no products were found for the search.",
|
|
3713
|
+
"name": "no-results"
|
|
3714
|
+
},
|
|
3715
|
+
{
|
|
3716
|
+
"description": "The search tips to help the user correct the query.",
|
|
3717
|
+
"name": "search-tips"
|
|
3718
|
+
},
|
|
3719
|
+
{
|
|
3720
|
+
"description": "The highlighted query.",
|
|
3721
|
+
"name": "highlight"
|
|
3722
|
+
},
|
|
3723
|
+
{
|
|
3724
|
+
"description": "The magnifying glass icon.",
|
|
3725
|
+
"name": "icon"
|
|
3726
|
+
}
|
|
3727
|
+
],
|
|
3728
|
+
"slots": [
|
|
3729
|
+
{
|
|
3730
|
+
"description": "Any additional content slotted inside of its element will be displayed as well.",
|
|
3731
|
+
"name": "default"
|
|
3732
|
+
}
|
|
3733
|
+
],
|
|
3734
|
+
"members": [
|
|
3735
|
+
{
|
|
3736
|
+
"kind": "field",
|
|
3737
|
+
"name": "bindings",
|
|
3738
|
+
"type": {
|
|
3739
|
+
"text": "CommerceBindings"
|
|
3740
|
+
},
|
|
3741
|
+
"privacy": "private"
|
|
3742
|
+
},
|
|
3743
|
+
{
|
|
3744
|
+
"kind": "field",
|
|
3745
|
+
"name": "summary",
|
|
3746
|
+
"type": {
|
|
3747
|
+
"text": "Summary<ProductListingSummaryState | SearchSummaryState>"
|
|
3748
|
+
},
|
|
3749
|
+
"privacy": "private"
|
|
3750
|
+
},
|
|
3751
|
+
{
|
|
3752
|
+
"kind": "field",
|
|
3753
|
+
"name": "summaryState",
|
|
3754
|
+
"type": {
|
|
3755
|
+
"text": "SearchSummaryState | ProductListingSummaryState"
|
|
3756
|
+
},
|
|
3757
|
+
"privacy": "private"
|
|
3758
|
+
},
|
|
3759
|
+
{
|
|
3760
|
+
"kind": "field",
|
|
3761
|
+
"name": "error",
|
|
3762
|
+
"type": {
|
|
3763
|
+
"text": "Error"
|
|
3764
|
+
},
|
|
3765
|
+
"privacy": "private"
|
|
3766
|
+
},
|
|
3767
|
+
{
|
|
3768
|
+
"kind": "field",
|
|
3769
|
+
"name": "ariaMessage",
|
|
3770
|
+
"privacy": "protected",
|
|
3771
|
+
"default": "new AriaLiveRegionController(this, 'no-products')"
|
|
3772
|
+
},
|
|
3773
|
+
{
|
|
3774
|
+
"kind": "method",
|
|
3775
|
+
"name": "initialize",
|
|
3776
|
+
"privacy": "public"
|
|
3777
|
+
},
|
|
3778
|
+
{
|
|
3779
|
+
"kind": "method",
|
|
3780
|
+
"name": "renderNoItems",
|
|
3781
|
+
"privacy": "private"
|
|
3782
|
+
},
|
|
3783
|
+
{
|
|
3784
|
+
"kind": "method",
|
|
3785
|
+
"name": "renderSearchTips",
|
|
3786
|
+
"privacy": "private"
|
|
3787
|
+
}
|
|
3788
|
+
],
|
|
3789
|
+
"superclass": {
|
|
3790
|
+
"name": "LitElement",
|
|
3791
|
+
"package": "lit"
|
|
3792
|
+
},
|
|
3793
|
+
"events": [],
|
|
3794
|
+
"tagName": "atomic-commerce-no-products",
|
|
3795
|
+
"customElement": true
|
|
3796
|
+
}
|
|
3797
|
+
],
|
|
3798
|
+
"exports": [
|
|
3799
|
+
{
|
|
3800
|
+
"kind": "js",
|
|
3801
|
+
"name": "AtomicCommerceNoProducts",
|
|
3802
|
+
"declaration": {
|
|
3803
|
+
"name": "AtomicCommerceNoProducts",
|
|
3804
|
+
"module": "src/components/commerce/atomic-commerce-no-products/atomic-commerce-no-products.ts"
|
|
3805
|
+
}
|
|
3806
|
+
},
|
|
3807
|
+
{
|
|
3808
|
+
"kind": "custom-element-definition",
|
|
3809
|
+
"name": "atomic-commerce-no-products",
|
|
3810
|
+
"declaration": {
|
|
3811
|
+
"name": "AtomicCommerceNoProducts",
|
|
3812
|
+
"module": "src/components/commerce/atomic-commerce-no-products/atomic-commerce-no-products.ts"
|
|
3813
|
+
}
|
|
3814
|
+
}
|
|
3815
|
+
]
|
|
3816
|
+
},
|
|
3817
3817
|
{
|
|
3818
3818
|
"kind": "javascript-module",
|
|
3819
3819
|
"path": "src/components/commerce/atomic-commerce-numeric-facet/atomic-commerce-numeric-facet.ts",
|
|
@@ -3893,7 +3893,7 @@
|
|
|
3893
3893
|
"kind": "field",
|
|
3894
3894
|
"name": "summary",
|
|
3895
3895
|
"type": {
|
|
3896
|
-
"text": "Summary
|
|
3896
|
+
"text": "Summary<SearchSummaryState | ProductListingSummaryState>"
|
|
3897
3897
|
},
|
|
3898
3898
|
"description": "The Summary controller instance.",
|
|
3899
3899
|
"attribute": "summary",
|
|
@@ -5052,7 +5052,7 @@
|
|
|
5052
5052
|
"kind": "field",
|
|
5053
5053
|
"name": "ariaMessage",
|
|
5054
5054
|
"privacy": "protected",
|
|
5055
|
-
"default": "new AriaLiveRegionController(
|
|
5055
|
+
"default": "new AriaLiveRegionController(this, 'commerce-query-error')"
|
|
5056
5056
|
},
|
|
5057
5057
|
{
|
|
5058
5058
|
"kind": "method",
|
|
@@ -5135,7 +5135,7 @@
|
|
|
5135
5135
|
"kind": "field",
|
|
5136
5136
|
"name": "listingOrSearchSummaryState",
|
|
5137
5137
|
"type": {
|
|
5138
|
-
"text": "
|
|
5138
|
+
"text": "SearchSummaryState | ProductListingSummaryState"
|
|
5139
5139
|
},
|
|
5140
5140
|
"privacy": "private"
|
|
5141
5141
|
},
|
|
@@ -5143,7 +5143,7 @@
|
|
|
5143
5143
|
"kind": "field",
|
|
5144
5144
|
"name": "listingOrSearchSummary",
|
|
5145
5145
|
"type": {
|
|
5146
|
-
"text": "Summary
|
|
5146
|
+
"text": "Summary<SearchSummaryState | ProductListingSummaryState>"
|
|
5147
5147
|
},
|
|
5148
5148
|
"privacy": "private"
|
|
5149
5149
|
},
|
|
@@ -5577,6 +5577,288 @@
|
|
|
5577
5577
|
"declarations": [],
|
|
5578
5578
|
"exports": []
|
|
5579
5579
|
},
|
|
5580
|
+
{
|
|
5581
|
+
"kind": "javascript-module",
|
|
5582
|
+
"path": "src/components/commerce/atomic-commerce-refine-modal/atomic-commerce-refine-modal.ts",
|
|
5583
|
+
"declarations": [
|
|
5584
|
+
{
|
|
5585
|
+
"kind": "class",
|
|
5586
|
+
"description": "The `atomic-commerce-refine-modal` is automatically created as a child of the `atomic-commerce-search-interface` when the `atomic-commerce-refine-toggle` is initialized.\n\nWhen the modal is opened, the class `atomic-modal-opened` is added to the interface element and the body, allowing further customization.",
|
|
5587
|
+
"name": "AtomicCommerceRefineModal",
|
|
5588
|
+
"cssParts": [
|
|
5589
|
+
{
|
|
5590
|
+
"description": "The title of the modal.",
|
|
5591
|
+
"name": "title"
|
|
5592
|
+
},
|
|
5593
|
+
{
|
|
5594
|
+
"description": "The button in the header that closes the modal.",
|
|
5595
|
+
"name": "close-button"
|
|
5596
|
+
},
|
|
5597
|
+
{
|
|
5598
|
+
"description": "The icon of the close button.",
|
|
5599
|
+
"name": "close-icon"
|
|
5600
|
+
},
|
|
5601
|
+
{
|
|
5602
|
+
"description": "The wrapper around the content inside the footer of the modal, containing the button to view the products.",
|
|
5603
|
+
"name": "footer-content"
|
|
5604
|
+
},
|
|
5605
|
+
{
|
|
5606
|
+
"description": "The button in the footer that closes the modal.",
|
|
5607
|
+
"name": "footer-button"
|
|
5608
|
+
},
|
|
5609
|
+
{
|
|
5610
|
+
"description": "The text inside the button in the footer that closes the modal.",
|
|
5611
|
+
"name": "footer-button-text"
|
|
5612
|
+
},
|
|
5613
|
+
{
|
|
5614
|
+
"description": "The count inside the button in the footer that closes the modal.",
|
|
5615
|
+
"name": "footer-button-count"
|
|
5616
|
+
},
|
|
5617
|
+
{
|
|
5618
|
+
"description": "The wrapper around the content inside the body of the modal.",
|
|
5619
|
+
"name": "content"
|
|
5620
|
+
},
|
|
5621
|
+
{
|
|
5622
|
+
"description": "The `<select>` element of the dropdown list.",
|
|
5623
|
+
"name": "select"
|
|
5624
|
+
},
|
|
5625
|
+
{
|
|
5626
|
+
"description": "The title for the sort section.",
|
|
5627
|
+
"name": "section-sort-title"
|
|
5628
|
+
},
|
|
5629
|
+
{
|
|
5630
|
+
"description": "The wrapper around the select element, used to position the icon.",
|
|
5631
|
+
"name": "select-wrapper"
|
|
5632
|
+
},
|
|
5633
|
+
{
|
|
5634
|
+
"description": "The wrapper around the sort icon that's used to align it.",
|
|
5635
|
+
"name": "select-icon-wrapper"
|
|
5636
|
+
},
|
|
5637
|
+
{
|
|
5638
|
+
"description": "The select dropdown's sort icon.",
|
|
5639
|
+
"name": "select-icon"
|
|
5640
|
+
},
|
|
5641
|
+
{
|
|
5642
|
+
"description": "The section containing facets and the \"filters\" title.",
|
|
5643
|
+
"name": "filter-section"
|
|
5644
|
+
},
|
|
5645
|
+
{
|
|
5646
|
+
"description": "The title for the filters section.",
|
|
5647
|
+
"name": "section-filters-title"
|
|
5648
|
+
},
|
|
5649
|
+
{
|
|
5650
|
+
"description": "The button that resets all actively selected facet values.",
|
|
5651
|
+
"name": "filter-clear-all"
|
|
5652
|
+
},
|
|
5653
|
+
{
|
|
5654
|
+
"description": "The title for each section.",
|
|
5655
|
+
"name": "section-title"
|
|
5656
|
+
}
|
|
5657
|
+
],
|
|
5658
|
+
"members": [
|
|
5659
|
+
{
|
|
5660
|
+
"kind": "field",
|
|
5661
|
+
"name": "bindings",
|
|
5662
|
+
"type": {
|
|
5663
|
+
"text": "CommerceBindings"
|
|
5664
|
+
},
|
|
5665
|
+
"privacy": "private"
|
|
5666
|
+
},
|
|
5667
|
+
{
|
|
5668
|
+
"kind": "field",
|
|
5669
|
+
"name": "error",
|
|
5670
|
+
"type": {
|
|
5671
|
+
"text": "Error"
|
|
5672
|
+
},
|
|
5673
|
+
"privacy": "private"
|
|
5674
|
+
},
|
|
5675
|
+
{
|
|
5676
|
+
"kind": "field",
|
|
5677
|
+
"name": "openButton",
|
|
5678
|
+
"type": {
|
|
5679
|
+
"text": "HTMLElement"
|
|
5680
|
+
},
|
|
5681
|
+
"description": "The element that opens the modal when clicked.",
|
|
5682
|
+
"attribute": "open-button"
|
|
5683
|
+
},
|
|
5684
|
+
{
|
|
5685
|
+
"kind": "field",
|
|
5686
|
+
"name": "isOpen",
|
|
5687
|
+
"type": {
|
|
5688
|
+
"text": "boolean"
|
|
5689
|
+
},
|
|
5690
|
+
"default": "false",
|
|
5691
|
+
"description": "Whether the modal is open.",
|
|
5692
|
+
"attribute": "is-open",
|
|
5693
|
+
"reflects": true
|
|
5694
|
+
},
|
|
5695
|
+
{
|
|
5696
|
+
"kind": "field",
|
|
5697
|
+
"name": "collapseFacetsAfter",
|
|
5698
|
+
"type": {
|
|
5699
|
+
"text": "number"
|
|
5700
|
+
},
|
|
5701
|
+
"default": "0",
|
|
5702
|
+
"description": "The number of expanded facets inside the refine modal.\nRemaining facets are automatically collapsed.\n\nUsing the value `0` collapses all facets.",
|
|
5703
|
+
"attribute": "collapse-facets-after",
|
|
5704
|
+
"reflects": true
|
|
5705
|
+
},
|
|
5706
|
+
{
|
|
5707
|
+
"kind": "field",
|
|
5708
|
+
"name": "summary",
|
|
5709
|
+
"type": {
|
|
5710
|
+
"text": "Summary"
|
|
5711
|
+
},
|
|
5712
|
+
"privacy": "private"
|
|
5713
|
+
},
|
|
5714
|
+
{
|
|
5715
|
+
"kind": "field",
|
|
5716
|
+
"name": "summaryState",
|
|
5717
|
+
"type": {
|
|
5718
|
+
"text": "SearchSummaryState | ProductListingSummaryState"
|
|
5719
|
+
},
|
|
5720
|
+
"privacy": "private"
|
|
5721
|
+
},
|
|
5722
|
+
{
|
|
5723
|
+
"kind": "field",
|
|
5724
|
+
"name": "sort",
|
|
5725
|
+
"type": {
|
|
5726
|
+
"text": "Sort"
|
|
5727
|
+
},
|
|
5728
|
+
"privacy": "private"
|
|
5729
|
+
},
|
|
5730
|
+
{
|
|
5731
|
+
"kind": "field",
|
|
5732
|
+
"name": "sortState",
|
|
5733
|
+
"type": {
|
|
5734
|
+
"text": "SortState"
|
|
5735
|
+
},
|
|
5736
|
+
"privacy": "private"
|
|
5737
|
+
},
|
|
5738
|
+
{
|
|
5739
|
+
"kind": "field",
|
|
5740
|
+
"name": "facetGenerator",
|
|
5741
|
+
"type": {
|
|
5742
|
+
"text": "FacetGenerator"
|
|
5743
|
+
},
|
|
5744
|
+
"privacy": "private"
|
|
5745
|
+
},
|
|
5746
|
+
{
|
|
5747
|
+
"kind": "field",
|
|
5748
|
+
"name": "facetGeneratorState",
|
|
5749
|
+
"type": {
|
|
5750
|
+
"text": "FacetGeneratorState"
|
|
5751
|
+
},
|
|
5752
|
+
"privacy": "private"
|
|
5753
|
+
},
|
|
5754
|
+
{
|
|
5755
|
+
"kind": "field",
|
|
5756
|
+
"name": "breadcrumbManager",
|
|
5757
|
+
"type": {
|
|
5758
|
+
"text": "BreadcrumbManager"
|
|
5759
|
+
},
|
|
5760
|
+
"privacy": "private"
|
|
5761
|
+
},
|
|
5762
|
+
{
|
|
5763
|
+
"kind": "field",
|
|
5764
|
+
"name": "breadcrumbManagerState",
|
|
5765
|
+
"type": {
|
|
5766
|
+
"text": "BreadcrumbManagerState"
|
|
5767
|
+
},
|
|
5768
|
+
"privacy": "private"
|
|
5769
|
+
},
|
|
5770
|
+
{
|
|
5771
|
+
"kind": "method",
|
|
5772
|
+
"name": "initialize",
|
|
5773
|
+
"privacy": "public"
|
|
5774
|
+
},
|
|
5775
|
+
{
|
|
5776
|
+
"kind": "method",
|
|
5777
|
+
"name": "watchEnabled"
|
|
5778
|
+
},
|
|
5779
|
+
{
|
|
5780
|
+
"kind": "method",
|
|
5781
|
+
"name": "createFacetSlot",
|
|
5782
|
+
"privacy": "private",
|
|
5783
|
+
"return": {
|
|
5784
|
+
"type": {
|
|
5785
|
+
"text": "HTMLDivElement"
|
|
5786
|
+
}
|
|
5787
|
+
},
|
|
5788
|
+
"description": "This method is necessary to ensure\nthat the facets slot is rendered outside of the component's shadow DOM, preserving\ncorrect CSS inheritance and slot behavior. If this logic were placed in the render\nfunction, the slot would be rendered inside the shadow DOM, which would break\nexpected CSS styling and slot distribution."
|
|
5789
|
+
},
|
|
5790
|
+
{
|
|
5791
|
+
"kind": "field",
|
|
5792
|
+
"name": "onSelectSortOption",
|
|
5793
|
+
"privacy": "private"
|
|
5794
|
+
},
|
|
5795
|
+
{
|
|
5796
|
+
"kind": "method",
|
|
5797
|
+
"name": "renderSort",
|
|
5798
|
+
"privacy": "private"
|
|
5799
|
+
},
|
|
5800
|
+
{
|
|
5801
|
+
"kind": "method",
|
|
5802
|
+
"name": "renderFilters",
|
|
5803
|
+
"privacy": "private"
|
|
5804
|
+
}
|
|
5805
|
+
],
|
|
5806
|
+
"attributes": [
|
|
5807
|
+
{
|
|
5808
|
+
"name": "open-button",
|
|
5809
|
+
"type": {
|
|
5810
|
+
"text": "HTMLElement"
|
|
5811
|
+
},
|
|
5812
|
+
"description": "The element that opens the modal when clicked.",
|
|
5813
|
+
"fieldName": "openButton"
|
|
5814
|
+
},
|
|
5815
|
+
{
|
|
5816
|
+
"name": "is-open",
|
|
5817
|
+
"type": {
|
|
5818
|
+
"text": "boolean"
|
|
5819
|
+
},
|
|
5820
|
+
"default": "false",
|
|
5821
|
+
"description": "Whether the modal is open.",
|
|
5822
|
+
"fieldName": "isOpen"
|
|
5823
|
+
},
|
|
5824
|
+
{
|
|
5825
|
+
"name": "collapse-facets-after",
|
|
5826
|
+
"type": {
|
|
5827
|
+
"text": "number"
|
|
5828
|
+
},
|
|
5829
|
+
"default": "0",
|
|
5830
|
+
"description": "The number of expanded facets inside the refine modal.\nRemaining facets are automatically collapsed.\n\nUsing the value `0` collapses all facets.",
|
|
5831
|
+
"fieldName": "collapseFacetsAfter"
|
|
5832
|
+
}
|
|
5833
|
+
],
|
|
5834
|
+
"superclass": {
|
|
5835
|
+
"name": "LitElement",
|
|
5836
|
+
"package": "lit"
|
|
5837
|
+
},
|
|
5838
|
+
"events": [],
|
|
5839
|
+
"tagName": "atomic-commerce-refine-modal",
|
|
5840
|
+
"customElement": true
|
|
5841
|
+
}
|
|
5842
|
+
],
|
|
5843
|
+
"exports": [
|
|
5844
|
+
{
|
|
5845
|
+
"kind": "js",
|
|
5846
|
+
"name": "AtomicCommerceRefineModal",
|
|
5847
|
+
"declaration": {
|
|
5848
|
+
"name": "AtomicCommerceRefineModal",
|
|
5849
|
+
"module": "src/components/commerce/atomic-commerce-refine-modal/atomic-commerce-refine-modal.ts"
|
|
5850
|
+
}
|
|
5851
|
+
},
|
|
5852
|
+
{
|
|
5853
|
+
"kind": "custom-element-definition",
|
|
5854
|
+
"name": "atomic-commerce-refine-modal",
|
|
5855
|
+
"declaration": {
|
|
5856
|
+
"name": "AtomicCommerceRefineModal",
|
|
5857
|
+
"module": "src/components/commerce/atomic-commerce-refine-modal/atomic-commerce-refine-modal.ts"
|
|
5858
|
+
}
|
|
5859
|
+
}
|
|
5860
|
+
]
|
|
5861
|
+
},
|
|
5580
5862
|
{
|
|
5581
5863
|
"kind": "javascript-module",
|
|
5582
5864
|
"path": "src/components/commerce/atomic-commerce-recommendation-list/atomic-commerce-recommendation-list.ts",
|
|
@@ -6137,288 +6419,6 @@
|
|
|
6137
6419
|
}
|
|
6138
6420
|
]
|
|
6139
6421
|
},
|
|
6140
|
-
{
|
|
6141
|
-
"kind": "javascript-module",
|
|
6142
|
-
"path": "src/components/commerce/atomic-commerce-refine-modal/atomic-commerce-refine-modal.ts",
|
|
6143
|
-
"declarations": [
|
|
6144
|
-
{
|
|
6145
|
-
"kind": "class",
|
|
6146
|
-
"description": "The `atomic-commerce-refine-modal` is automatically created as a child of the `atomic-commerce-search-interface` when the `atomic-commerce-refine-toggle` is initialized.\n\nWhen the modal is opened, the class `atomic-modal-opened` is added to the interface element and the body, allowing further customization.",
|
|
6147
|
-
"name": "AtomicCommerceRefineModal",
|
|
6148
|
-
"cssParts": [
|
|
6149
|
-
{
|
|
6150
|
-
"description": "The title of the modal.",
|
|
6151
|
-
"name": "title"
|
|
6152
|
-
},
|
|
6153
|
-
{
|
|
6154
|
-
"description": "The button in the header that closes the modal.",
|
|
6155
|
-
"name": "close-button"
|
|
6156
|
-
},
|
|
6157
|
-
{
|
|
6158
|
-
"description": "The icon of the close button.",
|
|
6159
|
-
"name": "close-icon"
|
|
6160
|
-
},
|
|
6161
|
-
{
|
|
6162
|
-
"description": "The wrapper around the content inside the footer of the modal, containing the button to view the products.",
|
|
6163
|
-
"name": "footer-content"
|
|
6164
|
-
},
|
|
6165
|
-
{
|
|
6166
|
-
"description": "The button in the footer that closes the modal.",
|
|
6167
|
-
"name": "footer-button"
|
|
6168
|
-
},
|
|
6169
|
-
{
|
|
6170
|
-
"description": "The text inside the button in the footer that closes the modal.",
|
|
6171
|
-
"name": "footer-button-text"
|
|
6172
|
-
},
|
|
6173
|
-
{
|
|
6174
|
-
"description": "The count inside the button in the footer that closes the modal.",
|
|
6175
|
-
"name": "footer-button-count"
|
|
6176
|
-
},
|
|
6177
|
-
{
|
|
6178
|
-
"description": "The wrapper around the content inside the body of the modal.",
|
|
6179
|
-
"name": "content"
|
|
6180
|
-
},
|
|
6181
|
-
{
|
|
6182
|
-
"description": "The `<select>` element of the dropdown list.",
|
|
6183
|
-
"name": "select"
|
|
6184
|
-
},
|
|
6185
|
-
{
|
|
6186
|
-
"description": "The title for the sort section.",
|
|
6187
|
-
"name": "section-sort-title"
|
|
6188
|
-
},
|
|
6189
|
-
{
|
|
6190
|
-
"description": "The wrapper around the select element, used to position the icon.",
|
|
6191
|
-
"name": "select-wrapper"
|
|
6192
|
-
},
|
|
6193
|
-
{
|
|
6194
|
-
"description": "The wrapper around the sort icon that's used to align it.",
|
|
6195
|
-
"name": "select-icon-wrapper"
|
|
6196
|
-
},
|
|
6197
|
-
{
|
|
6198
|
-
"description": "The select dropdown's sort icon.",
|
|
6199
|
-
"name": "select-icon"
|
|
6200
|
-
},
|
|
6201
|
-
{
|
|
6202
|
-
"description": "The section containing facets and the \"filters\" title.",
|
|
6203
|
-
"name": "filter-section"
|
|
6204
|
-
},
|
|
6205
|
-
{
|
|
6206
|
-
"description": "The title for the filters section.",
|
|
6207
|
-
"name": "section-filters-title"
|
|
6208
|
-
},
|
|
6209
|
-
{
|
|
6210
|
-
"description": "The button that resets all actively selected facet values.",
|
|
6211
|
-
"name": "filter-clear-all"
|
|
6212
|
-
},
|
|
6213
|
-
{
|
|
6214
|
-
"description": "The title for each section.",
|
|
6215
|
-
"name": "section-title"
|
|
6216
|
-
}
|
|
6217
|
-
],
|
|
6218
|
-
"members": [
|
|
6219
|
-
{
|
|
6220
|
-
"kind": "field",
|
|
6221
|
-
"name": "bindings",
|
|
6222
|
-
"type": {
|
|
6223
|
-
"text": "CommerceBindings"
|
|
6224
|
-
},
|
|
6225
|
-
"privacy": "private"
|
|
6226
|
-
},
|
|
6227
|
-
{
|
|
6228
|
-
"kind": "field",
|
|
6229
|
-
"name": "error",
|
|
6230
|
-
"type": {
|
|
6231
|
-
"text": "Error"
|
|
6232
|
-
},
|
|
6233
|
-
"privacy": "private"
|
|
6234
|
-
},
|
|
6235
|
-
{
|
|
6236
|
-
"kind": "field",
|
|
6237
|
-
"name": "openButton",
|
|
6238
|
-
"type": {
|
|
6239
|
-
"text": "HTMLElement"
|
|
6240
|
-
},
|
|
6241
|
-
"description": "The element that opens the modal when clicked.",
|
|
6242
|
-
"attribute": "open-button"
|
|
6243
|
-
},
|
|
6244
|
-
{
|
|
6245
|
-
"kind": "field",
|
|
6246
|
-
"name": "isOpen",
|
|
6247
|
-
"type": {
|
|
6248
|
-
"text": "boolean"
|
|
6249
|
-
},
|
|
6250
|
-
"default": "false",
|
|
6251
|
-
"description": "Whether the modal is open.",
|
|
6252
|
-
"attribute": "is-open",
|
|
6253
|
-
"reflects": true
|
|
6254
|
-
},
|
|
6255
|
-
{
|
|
6256
|
-
"kind": "field",
|
|
6257
|
-
"name": "collapseFacetsAfter",
|
|
6258
|
-
"type": {
|
|
6259
|
-
"text": "number"
|
|
6260
|
-
},
|
|
6261
|
-
"default": "0",
|
|
6262
|
-
"description": "The number of expanded facets inside the refine modal.\nRemaining facets are automatically collapsed.\n\nUsing the value `0` collapses all facets.",
|
|
6263
|
-
"attribute": "collapse-facets-after",
|
|
6264
|
-
"reflects": true
|
|
6265
|
-
},
|
|
6266
|
-
{
|
|
6267
|
-
"kind": "field",
|
|
6268
|
-
"name": "summary",
|
|
6269
|
-
"type": {
|
|
6270
|
-
"text": "Summary"
|
|
6271
|
-
},
|
|
6272
|
-
"privacy": "private"
|
|
6273
|
-
},
|
|
6274
|
-
{
|
|
6275
|
-
"kind": "field",
|
|
6276
|
-
"name": "summaryState",
|
|
6277
|
-
"type": {
|
|
6278
|
-
"text": "SearchSummaryState | ProductListingSummaryState"
|
|
6279
|
-
},
|
|
6280
|
-
"privacy": "private"
|
|
6281
|
-
},
|
|
6282
|
-
{
|
|
6283
|
-
"kind": "field",
|
|
6284
|
-
"name": "sort",
|
|
6285
|
-
"type": {
|
|
6286
|
-
"text": "Sort"
|
|
6287
|
-
},
|
|
6288
|
-
"privacy": "private"
|
|
6289
|
-
},
|
|
6290
|
-
{
|
|
6291
|
-
"kind": "field",
|
|
6292
|
-
"name": "sortState",
|
|
6293
|
-
"type": {
|
|
6294
|
-
"text": "SortState"
|
|
6295
|
-
},
|
|
6296
|
-
"privacy": "private"
|
|
6297
|
-
},
|
|
6298
|
-
{
|
|
6299
|
-
"kind": "field",
|
|
6300
|
-
"name": "facetGenerator",
|
|
6301
|
-
"type": {
|
|
6302
|
-
"text": "FacetGenerator"
|
|
6303
|
-
},
|
|
6304
|
-
"privacy": "private"
|
|
6305
|
-
},
|
|
6306
|
-
{
|
|
6307
|
-
"kind": "field",
|
|
6308
|
-
"name": "facetGeneratorState",
|
|
6309
|
-
"type": {
|
|
6310
|
-
"text": "FacetGeneratorState"
|
|
6311
|
-
},
|
|
6312
|
-
"privacy": "private"
|
|
6313
|
-
},
|
|
6314
|
-
{
|
|
6315
|
-
"kind": "field",
|
|
6316
|
-
"name": "breadcrumbManager",
|
|
6317
|
-
"type": {
|
|
6318
|
-
"text": "BreadcrumbManager"
|
|
6319
|
-
},
|
|
6320
|
-
"privacy": "private"
|
|
6321
|
-
},
|
|
6322
|
-
{
|
|
6323
|
-
"kind": "field",
|
|
6324
|
-
"name": "breadcrumbManagerState",
|
|
6325
|
-
"type": {
|
|
6326
|
-
"text": "BreadcrumbManagerState"
|
|
6327
|
-
},
|
|
6328
|
-
"privacy": "private"
|
|
6329
|
-
},
|
|
6330
|
-
{
|
|
6331
|
-
"kind": "method",
|
|
6332
|
-
"name": "initialize",
|
|
6333
|
-
"privacy": "public"
|
|
6334
|
-
},
|
|
6335
|
-
{
|
|
6336
|
-
"kind": "method",
|
|
6337
|
-
"name": "watchEnabled"
|
|
6338
|
-
},
|
|
6339
|
-
{
|
|
6340
|
-
"kind": "method",
|
|
6341
|
-
"name": "createFacetSlot",
|
|
6342
|
-
"privacy": "private",
|
|
6343
|
-
"return": {
|
|
6344
|
-
"type": {
|
|
6345
|
-
"text": "HTMLDivElement"
|
|
6346
|
-
}
|
|
6347
|
-
},
|
|
6348
|
-
"description": "This method is necessary to ensure\nthat the facets slot is rendered outside of the component's shadow DOM, preserving\ncorrect CSS inheritance and slot behavior. If this logic were placed in the render\nfunction, the slot would be rendered inside the shadow DOM, which would break\nexpected CSS styling and slot distribution."
|
|
6349
|
-
},
|
|
6350
|
-
{
|
|
6351
|
-
"kind": "field",
|
|
6352
|
-
"name": "onSelectSortOption",
|
|
6353
|
-
"privacy": "private"
|
|
6354
|
-
},
|
|
6355
|
-
{
|
|
6356
|
-
"kind": "method",
|
|
6357
|
-
"name": "renderSort",
|
|
6358
|
-
"privacy": "private"
|
|
6359
|
-
},
|
|
6360
|
-
{
|
|
6361
|
-
"kind": "method",
|
|
6362
|
-
"name": "renderFilters",
|
|
6363
|
-
"privacy": "private"
|
|
6364
|
-
}
|
|
6365
|
-
],
|
|
6366
|
-
"attributes": [
|
|
6367
|
-
{
|
|
6368
|
-
"name": "open-button",
|
|
6369
|
-
"type": {
|
|
6370
|
-
"text": "HTMLElement"
|
|
6371
|
-
},
|
|
6372
|
-
"description": "The element that opens the modal when clicked.",
|
|
6373
|
-
"fieldName": "openButton"
|
|
6374
|
-
},
|
|
6375
|
-
{
|
|
6376
|
-
"name": "is-open",
|
|
6377
|
-
"type": {
|
|
6378
|
-
"text": "boolean"
|
|
6379
|
-
},
|
|
6380
|
-
"default": "false",
|
|
6381
|
-
"description": "Whether the modal is open.",
|
|
6382
|
-
"fieldName": "isOpen"
|
|
6383
|
-
},
|
|
6384
|
-
{
|
|
6385
|
-
"name": "collapse-facets-after",
|
|
6386
|
-
"type": {
|
|
6387
|
-
"text": "number"
|
|
6388
|
-
},
|
|
6389
|
-
"default": "0",
|
|
6390
|
-
"description": "The number of expanded facets inside the refine modal.\nRemaining facets are automatically collapsed.\n\nUsing the value `0` collapses all facets.",
|
|
6391
|
-
"fieldName": "collapseFacetsAfter"
|
|
6392
|
-
}
|
|
6393
|
-
],
|
|
6394
|
-
"superclass": {
|
|
6395
|
-
"name": "LitElement",
|
|
6396
|
-
"package": "lit"
|
|
6397
|
-
},
|
|
6398
|
-
"events": [],
|
|
6399
|
-
"tagName": "atomic-commerce-refine-modal",
|
|
6400
|
-
"customElement": true
|
|
6401
|
-
}
|
|
6402
|
-
],
|
|
6403
|
-
"exports": [
|
|
6404
|
-
{
|
|
6405
|
-
"kind": "js",
|
|
6406
|
-
"name": "AtomicCommerceRefineModal",
|
|
6407
|
-
"declaration": {
|
|
6408
|
-
"name": "AtomicCommerceRefineModal",
|
|
6409
|
-
"module": "src/components/commerce/atomic-commerce-refine-modal/atomic-commerce-refine-modal.ts"
|
|
6410
|
-
}
|
|
6411
|
-
},
|
|
6412
|
-
{
|
|
6413
|
-
"kind": "custom-element-definition",
|
|
6414
|
-
"name": "atomic-commerce-refine-modal",
|
|
6415
|
-
"declaration": {
|
|
6416
|
-
"name": "AtomicCommerceRefineModal",
|
|
6417
|
-
"module": "src/components/commerce/atomic-commerce-refine-modal/atomic-commerce-refine-modal.ts"
|
|
6418
|
-
}
|
|
6419
|
-
}
|
|
6420
|
-
]
|
|
6421
|
-
},
|
|
6422
6422
|
{
|
|
6423
6423
|
"kind": "javascript-module",
|
|
6424
6424
|
"path": "src/components/commerce/atomic-commerce-refine-toggle/atomic-commerce-refine-toggle.ts",
|
|
@@ -6738,7 +6738,7 @@
|
|
|
6738
6738
|
"kind": "field",
|
|
6739
6739
|
"name": "suggestionManager",
|
|
6740
6740
|
"type": {
|
|
6741
|
-
"text": "SuggestionManager
|
|
6741
|
+
"text": "SuggestionManager<SearchBox | StandaloneSearchBox>"
|
|
6742
6742
|
},
|
|
6743
6743
|
"privacy": "private"
|
|
6744
6744
|
},
|
|
@@ -6754,13 +6754,13 @@
|
|
|
6754
6754
|
"kind": "field",
|
|
6755
6755
|
"name": "searchBoxAriaMessage",
|
|
6756
6756
|
"privacy": "protected",
|
|
6757
|
-
"default": "new AriaLiveRegionController(
|
|
6757
|
+
"default": "new AriaLiveRegionController(this, 'search-box')"
|
|
6758
6758
|
},
|
|
6759
6759
|
{
|
|
6760
6760
|
"kind": "field",
|
|
6761
6761
|
"name": "suggestionsAriaMessage",
|
|
6762
6762
|
"privacy": "protected",
|
|
6763
|
-
"default": "new AriaLiveRegionController(
|
|
6763
|
+
"default": "new AriaLiveRegionController(this, 'search-suggestions', true)"
|
|
6764
6764
|
},
|
|
6765
6765
|
{
|
|
6766
6766
|
"kind": "field",
|
|
@@ -6900,7 +6900,7 @@
|
|
|
6900
6900
|
"kind": "field",
|
|
6901
6901
|
"name": "suggestionBindings",
|
|
6902
6902
|
"type": {
|
|
6903
|
-
"text": "SearchBoxSuggestionsBindings
|
|
6903
|
+
"text": "SearchBoxSuggestionsBindings<SearchBox | StandaloneSearchBox>"
|
|
6904
6904
|
},
|
|
6905
6905
|
"privacy": "private",
|
|
6906
6906
|
"readonly": true
|
|
@@ -6909,7 +6909,7 @@
|
|
|
6909
6909
|
"kind": "field",
|
|
6910
6910
|
"name": "partialSuggestionBindings",
|
|
6911
6911
|
"type": {
|
|
6912
|
-
"text": "Pick<\n SearchBoxSuggestionsBindings<SearchBox | StandaloneSearchBox>,\n
|
|
6912
|
+
"text": "Pick<\n SearchBoxSuggestionsBindings<SearchBox | StandaloneSearchBox>,\n 'id' | 'isStandalone' | 'searchBoxController' | 'numberOfQueries' | 'clearFilters'\n >"
|
|
6913
6913
|
},
|
|
6914
6914
|
"privacy": "private",
|
|
6915
6915
|
"readonly": true
|
|
@@ -7595,148 +7595,6 @@
|
|
|
7595
7595
|
}
|
|
7596
7596
|
]
|
|
7597
7597
|
},
|
|
7598
|
-
{
|
|
7599
|
-
"kind": "javascript-module",
|
|
7600
|
-
"path": "src/components/commerce/atomic-commerce-sort-dropdown/atomic-commerce-sort-dropdown.ts",
|
|
7601
|
-
"declarations": [
|
|
7602
|
-
{
|
|
7603
|
-
"kind": "class",
|
|
7604
|
-
"description": "The `atomic-commerce-sort-dropdown` component renders a dropdown that the end user can interact with to select the criteria to use when sorting products.",
|
|
7605
|
-
"name": "AtomicCommerceSortDropdown",
|
|
7606
|
-
"cssParts": [
|
|
7607
|
-
{
|
|
7608
|
-
"description": "The \"Sort by\" label of the `<select>` element.",
|
|
7609
|
-
"name": "label"
|
|
7610
|
-
},
|
|
7611
|
-
{
|
|
7612
|
-
"description": "The `<select>` element parent.",
|
|
7613
|
-
"name": "select-parent"
|
|
7614
|
-
},
|
|
7615
|
-
{
|
|
7616
|
-
"description": "The `<select>` element of the dropdown list.",
|
|
7617
|
-
"name": "select"
|
|
7618
|
-
},
|
|
7619
|
-
{
|
|
7620
|
-
"description": "The element separating the select from the icon.",
|
|
7621
|
-
"name": "select-separator"
|
|
7622
|
-
},
|
|
7623
|
-
{
|
|
7624
|
-
"description": "The dropdown placeholder for while the interface is initializing.",
|
|
7625
|
-
"name": "placeholder"
|
|
7626
|
-
}
|
|
7627
|
-
],
|
|
7628
|
-
"members": [
|
|
7629
|
-
{
|
|
7630
|
-
"kind": "field",
|
|
7631
|
-
"name": "bindings",
|
|
7632
|
-
"type": {
|
|
7633
|
-
"text": "CommerceBindings"
|
|
7634
|
-
},
|
|
7635
|
-
"privacy": "private"
|
|
7636
|
-
},
|
|
7637
|
-
{
|
|
7638
|
-
"kind": "field",
|
|
7639
|
-
"name": "dropdownId",
|
|
7640
|
-
"privacy": "private",
|
|
7641
|
-
"readonly": true
|
|
7642
|
-
},
|
|
7643
|
-
{
|
|
7644
|
-
"kind": "field",
|
|
7645
|
-
"name": "sort",
|
|
7646
|
-
"type": {
|
|
7647
|
-
"text": "Sort"
|
|
7648
|
-
},
|
|
7649
|
-
"privacy": "private"
|
|
7650
|
-
},
|
|
7651
|
-
{
|
|
7652
|
-
"kind": "field",
|
|
7653
|
-
"name": "sortState",
|
|
7654
|
-
"type": {
|
|
7655
|
-
"text": "SortState"
|
|
7656
|
-
},
|
|
7657
|
-
"privacy": "private"
|
|
7658
|
-
},
|
|
7659
|
-
{
|
|
7660
|
-
"kind": "field",
|
|
7661
|
-
"name": "searchOrListing",
|
|
7662
|
-
"type": {
|
|
7663
|
-
"text": "Search | ProductListing"
|
|
7664
|
-
},
|
|
7665
|
-
"privacy": "private"
|
|
7666
|
-
},
|
|
7667
|
-
{
|
|
7668
|
-
"kind": "field",
|
|
7669
|
-
"name": "searchOrListingState",
|
|
7670
|
-
"type": {
|
|
7671
|
-
"text": "SearchState | ProductListingState | undefined"
|
|
7672
|
-
},
|
|
7673
|
-
"privacy": "private"
|
|
7674
|
-
},
|
|
7675
|
-
{
|
|
7676
|
-
"kind": "field",
|
|
7677
|
-
"name": "error",
|
|
7678
|
-
"type": {
|
|
7679
|
-
"text": "Error"
|
|
7680
|
-
},
|
|
7681
|
-
"privacy": "private"
|
|
7682
|
-
},
|
|
7683
|
-
{
|
|
7684
|
-
"kind": "method",
|
|
7685
|
-
"name": "initialize",
|
|
7686
|
-
"privacy": "public"
|
|
7687
|
-
},
|
|
7688
|
-
{
|
|
7689
|
-
"kind": "method",
|
|
7690
|
-
"name": "select",
|
|
7691
|
-
"privacy": "private",
|
|
7692
|
-
"parameters": [
|
|
7693
|
-
{
|
|
7694
|
-
"name": "e",
|
|
7695
|
-
"type": {
|
|
7696
|
-
"text": "Event"
|
|
7697
|
-
}
|
|
7698
|
-
}
|
|
7699
|
-
]
|
|
7700
|
-
},
|
|
7701
|
-
{
|
|
7702
|
-
"kind": "method",
|
|
7703
|
-
"name": "sortLabelTemplate",
|
|
7704
|
-
"privacy": "private"
|
|
7705
|
-
},
|
|
7706
|
-
{
|
|
7707
|
-
"kind": "method",
|
|
7708
|
-
"name": "sortSelectTemplate",
|
|
7709
|
-
"privacy": "private"
|
|
7710
|
-
}
|
|
7711
|
-
],
|
|
7712
|
-
"superclass": {
|
|
7713
|
-
"name": "LitElement",
|
|
7714
|
-
"package": "lit"
|
|
7715
|
-
},
|
|
7716
|
-
"events": [],
|
|
7717
|
-
"tagName": "atomic-commerce-sort-dropdown",
|
|
7718
|
-
"customElement": true
|
|
7719
|
-
}
|
|
7720
|
-
],
|
|
7721
|
-
"exports": [
|
|
7722
|
-
{
|
|
7723
|
-
"kind": "js",
|
|
7724
|
-
"name": "AtomicCommerceSortDropdown",
|
|
7725
|
-
"declaration": {
|
|
7726
|
-
"name": "AtomicCommerceSortDropdown",
|
|
7727
|
-
"module": "src/components/commerce/atomic-commerce-sort-dropdown/atomic-commerce-sort-dropdown.ts"
|
|
7728
|
-
}
|
|
7729
|
-
},
|
|
7730
|
-
{
|
|
7731
|
-
"kind": "custom-element-definition",
|
|
7732
|
-
"name": "atomic-commerce-sort-dropdown",
|
|
7733
|
-
"declaration": {
|
|
7734
|
-
"name": "AtomicCommerceSortDropdown",
|
|
7735
|
-
"module": "src/components/commerce/atomic-commerce-sort-dropdown/atomic-commerce-sort-dropdown.ts"
|
|
7736
|
-
}
|
|
7737
|
-
}
|
|
7738
|
-
]
|
|
7739
|
-
},
|
|
7740
7598
|
{
|
|
7741
7599
|
"kind": "javascript-module",
|
|
7742
7600
|
"path": "src/components/commerce/atomic-commerce-search-box-recent-queries/atomic-commerce-search-box-recent-queries.ts",
|
|
@@ -7815,7 +7673,7 @@
|
|
|
7815
7673
|
"kind": "field",
|
|
7816
7674
|
"name": "searchBoxAriaMessage",
|
|
7817
7675
|
"privacy": "private",
|
|
7818
|
-
"default": "new AriaLiveRegionController(
|
|
7676
|
+
"default": "new AriaLiveRegionController(this, 'recent-search-cleared', true)"
|
|
7819
7677
|
},
|
|
7820
7678
|
{
|
|
7821
7679
|
"kind": "method",
|
|
@@ -7941,6 +7799,148 @@
|
|
|
7941
7799
|
}
|
|
7942
7800
|
]
|
|
7943
7801
|
},
|
|
7802
|
+
{
|
|
7803
|
+
"kind": "javascript-module",
|
|
7804
|
+
"path": "src/components/commerce/atomic-commerce-sort-dropdown/atomic-commerce-sort-dropdown.ts",
|
|
7805
|
+
"declarations": [
|
|
7806
|
+
{
|
|
7807
|
+
"kind": "class",
|
|
7808
|
+
"description": "The `atomic-commerce-sort-dropdown` component renders a dropdown that the end user can interact with to select the criteria to use when sorting products.",
|
|
7809
|
+
"name": "AtomicCommerceSortDropdown",
|
|
7810
|
+
"cssParts": [
|
|
7811
|
+
{
|
|
7812
|
+
"description": "The \"Sort by\" label of the `<select>` element.",
|
|
7813
|
+
"name": "label"
|
|
7814
|
+
},
|
|
7815
|
+
{
|
|
7816
|
+
"description": "The `<select>` element parent.",
|
|
7817
|
+
"name": "select-parent"
|
|
7818
|
+
},
|
|
7819
|
+
{
|
|
7820
|
+
"description": "The `<select>` element of the dropdown list.",
|
|
7821
|
+
"name": "select"
|
|
7822
|
+
},
|
|
7823
|
+
{
|
|
7824
|
+
"description": "The element separating the select from the icon.",
|
|
7825
|
+
"name": "select-separator"
|
|
7826
|
+
},
|
|
7827
|
+
{
|
|
7828
|
+
"description": "The dropdown placeholder for while the interface is initializing.",
|
|
7829
|
+
"name": "placeholder"
|
|
7830
|
+
}
|
|
7831
|
+
],
|
|
7832
|
+
"members": [
|
|
7833
|
+
{
|
|
7834
|
+
"kind": "field",
|
|
7835
|
+
"name": "bindings",
|
|
7836
|
+
"type": {
|
|
7837
|
+
"text": "CommerceBindings"
|
|
7838
|
+
},
|
|
7839
|
+
"privacy": "private"
|
|
7840
|
+
},
|
|
7841
|
+
{
|
|
7842
|
+
"kind": "field",
|
|
7843
|
+
"name": "dropdownId",
|
|
7844
|
+
"privacy": "private",
|
|
7845
|
+
"readonly": true
|
|
7846
|
+
},
|
|
7847
|
+
{
|
|
7848
|
+
"kind": "field",
|
|
7849
|
+
"name": "sort",
|
|
7850
|
+
"type": {
|
|
7851
|
+
"text": "Sort"
|
|
7852
|
+
},
|
|
7853
|
+
"privacy": "private"
|
|
7854
|
+
},
|
|
7855
|
+
{
|
|
7856
|
+
"kind": "field",
|
|
7857
|
+
"name": "sortState",
|
|
7858
|
+
"type": {
|
|
7859
|
+
"text": "SortState"
|
|
7860
|
+
},
|
|
7861
|
+
"privacy": "private"
|
|
7862
|
+
},
|
|
7863
|
+
{
|
|
7864
|
+
"kind": "field",
|
|
7865
|
+
"name": "searchOrListing",
|
|
7866
|
+
"type": {
|
|
7867
|
+
"text": "Search | ProductListing"
|
|
7868
|
+
},
|
|
7869
|
+
"privacy": "private"
|
|
7870
|
+
},
|
|
7871
|
+
{
|
|
7872
|
+
"kind": "field",
|
|
7873
|
+
"name": "searchOrListingState",
|
|
7874
|
+
"type": {
|
|
7875
|
+
"text": "SearchState | ProductListingState | undefined"
|
|
7876
|
+
},
|
|
7877
|
+
"privacy": "private"
|
|
7878
|
+
},
|
|
7879
|
+
{
|
|
7880
|
+
"kind": "field",
|
|
7881
|
+
"name": "error",
|
|
7882
|
+
"type": {
|
|
7883
|
+
"text": "Error"
|
|
7884
|
+
},
|
|
7885
|
+
"privacy": "private"
|
|
7886
|
+
},
|
|
7887
|
+
{
|
|
7888
|
+
"kind": "method",
|
|
7889
|
+
"name": "initialize",
|
|
7890
|
+
"privacy": "public"
|
|
7891
|
+
},
|
|
7892
|
+
{
|
|
7893
|
+
"kind": "method",
|
|
7894
|
+
"name": "select",
|
|
7895
|
+
"privacy": "private",
|
|
7896
|
+
"parameters": [
|
|
7897
|
+
{
|
|
7898
|
+
"name": "e",
|
|
7899
|
+
"type": {
|
|
7900
|
+
"text": "Event"
|
|
7901
|
+
}
|
|
7902
|
+
}
|
|
7903
|
+
]
|
|
7904
|
+
},
|
|
7905
|
+
{
|
|
7906
|
+
"kind": "method",
|
|
7907
|
+
"name": "sortLabelTemplate",
|
|
7908
|
+
"privacy": "private"
|
|
7909
|
+
},
|
|
7910
|
+
{
|
|
7911
|
+
"kind": "method",
|
|
7912
|
+
"name": "sortSelectTemplate",
|
|
7913
|
+
"privacy": "private"
|
|
7914
|
+
}
|
|
7915
|
+
],
|
|
7916
|
+
"superclass": {
|
|
7917
|
+
"name": "LitElement",
|
|
7918
|
+
"package": "lit"
|
|
7919
|
+
},
|
|
7920
|
+
"events": [],
|
|
7921
|
+
"tagName": "atomic-commerce-sort-dropdown",
|
|
7922
|
+
"customElement": true
|
|
7923
|
+
}
|
|
7924
|
+
],
|
|
7925
|
+
"exports": [
|
|
7926
|
+
{
|
|
7927
|
+
"kind": "js",
|
|
7928
|
+
"name": "AtomicCommerceSortDropdown",
|
|
7929
|
+
"declaration": {
|
|
7930
|
+
"name": "AtomicCommerceSortDropdown",
|
|
7931
|
+
"module": "src/components/commerce/atomic-commerce-sort-dropdown/atomic-commerce-sort-dropdown.ts"
|
|
7932
|
+
}
|
|
7933
|
+
},
|
|
7934
|
+
{
|
|
7935
|
+
"kind": "custom-element-definition",
|
|
7936
|
+
"name": "atomic-commerce-sort-dropdown",
|
|
7937
|
+
"declaration": {
|
|
7938
|
+
"name": "AtomicCommerceSortDropdown",
|
|
7939
|
+
"module": "src/components/commerce/atomic-commerce-sort-dropdown/atomic-commerce-sort-dropdown.ts"
|
|
7940
|
+
}
|
|
7941
|
+
}
|
|
7942
|
+
]
|
|
7943
|
+
},
|
|
7944
7944
|
{
|
|
7945
7945
|
"kind": "javascript-module",
|
|
7946
7946
|
"path": "src/components/commerce/atomic-commerce-text/atomic-commerce-text.ts",
|
|
@@ -8115,7 +8115,7 @@
|
|
|
8115
8115
|
"kind": "field",
|
|
8116
8116
|
"name": "summary",
|
|
8117
8117
|
"type": {
|
|
8118
|
-
"text": "Summary
|
|
8118
|
+
"text": "Summary<SearchSummaryState | ProductListingSummaryState>"
|
|
8119
8119
|
},
|
|
8120
8120
|
"description": "The Summary controller instance.",
|
|
8121
8121
|
"attribute": "summary",
|
|
@@ -11828,6 +11828,122 @@
|
|
|
11828
11828
|
}
|
|
11829
11829
|
]
|
|
11830
11830
|
},
|
|
11831
|
+
{
|
|
11832
|
+
"kind": "javascript-module",
|
|
11833
|
+
"path": "src/components/commerce/atomic-product-section-visual/atomic-product-section-visual.ts",
|
|
11834
|
+
"declarations": [
|
|
11835
|
+
{
|
|
11836
|
+
"kind": "class",
|
|
11837
|
+
"description": "This section is intended to provide visual information about the product.\nIn commerce, an image is a great shorthand for a product category.\n\nBehavior:\n* Has a fixed size that depends on the specified image size, the layout, the density, and the screen size.\n** You should ensure that elements inside of it take the available space.\n* Always has a 1:1 aspect ratio.",
|
|
11838
|
+
"name": "AtomicProductSectionVisual",
|
|
11839
|
+
"members": [
|
|
11840
|
+
{
|
|
11841
|
+
"kind": "field",
|
|
11842
|
+
"name": "imageSize",
|
|
11843
|
+
"type": {
|
|
11844
|
+
"text": "Omit<ItemDisplayImageSize, 'icon'>"
|
|
11845
|
+
},
|
|
11846
|
+
"privacy": "public",
|
|
11847
|
+
"description": "How large or small the visual section of product using this template should be.",
|
|
11848
|
+
"attribute": "image-size",
|
|
11849
|
+
"reflects": true
|
|
11850
|
+
},
|
|
11851
|
+
{
|
|
11852
|
+
"kind": "field",
|
|
11853
|
+
"name": "styles",
|
|
11854
|
+
"static": true,
|
|
11855
|
+
"default": "styles",
|
|
11856
|
+
"inheritedFrom": {
|
|
11857
|
+
"name": "ItemSectionMixin",
|
|
11858
|
+
"module": "src/mixins/item-section-mixin.ts"
|
|
11859
|
+
}
|
|
11860
|
+
},
|
|
11861
|
+
{
|
|
11862
|
+
"kind": "method",
|
|
11863
|
+
"name": "injectStyles",
|
|
11864
|
+
"parameters": [
|
|
11865
|
+
{
|
|
11866
|
+
"name": "dynamicStyles",
|
|
11867
|
+
"optional": true,
|
|
11868
|
+
"type": {
|
|
11869
|
+
"text": "CSSResultGroup"
|
|
11870
|
+
},
|
|
11871
|
+
"description": "Optional dynamic styles to inject along with static styles"
|
|
11872
|
+
}
|
|
11873
|
+
],
|
|
11874
|
+
"description": "Injects styles into the document or shadow root.\n\nWhen called without arguments, injects the component's static styles.\nWhen called with dynamic styles, injects both static and dynamic styles.",
|
|
11875
|
+
"inheritedFrom": {
|
|
11876
|
+
"name": "LightDomMixin",
|
|
11877
|
+
"module": "src/mixins/light-dom.ts"
|
|
11878
|
+
}
|
|
11879
|
+
},
|
|
11880
|
+
{
|
|
11881
|
+
"kind": "method",
|
|
11882
|
+
"name": "getStyleSheet",
|
|
11883
|
+
"privacy": "private",
|
|
11884
|
+
"return": {
|
|
11885
|
+
"type": {
|
|
11886
|
+
"text": "CSSStyleSheet | null"
|
|
11887
|
+
}
|
|
11888
|
+
},
|
|
11889
|
+
"parameters": [
|
|
11890
|
+
{
|
|
11891
|
+
"name": "style",
|
|
11892
|
+
"type": {
|
|
11893
|
+
"text": "CSSResultOrNative | CSSResultArray | null | undefined"
|
|
11894
|
+
}
|
|
11895
|
+
}
|
|
11896
|
+
],
|
|
11897
|
+
"inheritedFrom": {
|
|
11898
|
+
"name": "LightDomMixin",
|
|
11899
|
+
"module": "src/mixins/light-dom.ts"
|
|
11900
|
+
}
|
|
11901
|
+
}
|
|
11902
|
+
],
|
|
11903
|
+
"attributes": [
|
|
11904
|
+
{
|
|
11905
|
+
"name": "image-size",
|
|
11906
|
+
"type": {
|
|
11907
|
+
"text": "Omit<ItemDisplayImageSize, 'icon'>"
|
|
11908
|
+
},
|
|
11909
|
+
"description": "How large or small the visual section of product using this template should be.",
|
|
11910
|
+
"fieldName": "imageSize"
|
|
11911
|
+
}
|
|
11912
|
+
],
|
|
11913
|
+
"mixins": [
|
|
11914
|
+
{
|
|
11915
|
+
"name": "ItemSectionMixin",
|
|
11916
|
+
"package": "@/src/mixins/item-section-mixin"
|
|
11917
|
+
}
|
|
11918
|
+
],
|
|
11919
|
+
"superclass": {
|
|
11920
|
+
"name": "LitElement",
|
|
11921
|
+
"package": "lit"
|
|
11922
|
+
},
|
|
11923
|
+
"events": [],
|
|
11924
|
+
"tagName": "atomic-product-section-visual",
|
|
11925
|
+
"customElement": true
|
|
11926
|
+
}
|
|
11927
|
+
],
|
|
11928
|
+
"exports": [
|
|
11929
|
+
{
|
|
11930
|
+
"kind": "js",
|
|
11931
|
+
"name": "AtomicProductSectionVisual",
|
|
11932
|
+
"declaration": {
|
|
11933
|
+
"name": "AtomicProductSectionVisual",
|
|
11934
|
+
"module": "src/components/commerce/atomic-product-section-visual/atomic-product-section-visual.ts"
|
|
11935
|
+
}
|
|
11936
|
+
},
|
|
11937
|
+
{
|
|
11938
|
+
"kind": "custom-element-definition",
|
|
11939
|
+
"name": "atomic-product-section-visual",
|
|
11940
|
+
"declaration": {
|
|
11941
|
+
"name": "AtomicProductSectionVisual",
|
|
11942
|
+
"module": "src/components/commerce/atomic-product-section-visual/atomic-product-section-visual.ts"
|
|
11943
|
+
}
|
|
11944
|
+
}
|
|
11945
|
+
]
|
|
11946
|
+
},
|
|
11831
11947
|
{
|
|
11832
11948
|
"kind": "javascript-module",
|
|
11833
11949
|
"path": "src/components/commerce/atomic-product-template/atomic-product-template.ts",
|
|
@@ -11854,7 +11970,7 @@
|
|
|
11854
11970
|
"text": "ProductTemplateController"
|
|
11855
11971
|
},
|
|
11856
11972
|
"privacy": "private",
|
|
11857
|
-
"default": "new ProductTemplateController(
|
|
11973
|
+
"default": "new ProductTemplateController(this, validParent, allowEmpty)"
|
|
11858
11974
|
},
|
|
11859
11975
|
{
|
|
11860
11976
|
"kind": "field",
|
|
@@ -12253,6 +12369,12 @@
|
|
|
12253
12369
|
"name": "messagesQueue",
|
|
12254
12370
|
"privacy": "private"
|
|
12255
12371
|
},
|
|
12372
|
+
{
|
|
12373
|
+
"kind": "field",
|
|
12374
|
+
"name": "queuedMessageIds",
|
|
12375
|
+
"privacy": "private",
|
|
12376
|
+
"default": "new Map<string, Set<string>>()"
|
|
12377
|
+
},
|
|
12256
12378
|
{
|
|
12257
12379
|
"kind": "field",
|
|
12258
12380
|
"name": "ariaLiveId",
|
|
@@ -12291,6 +12413,10 @@
|
|
|
12291
12413
|
"text": "boolean"
|
|
12292
12414
|
},
|
|
12293
12415
|
"description": "Whether the region should use 'assertive' or 'polite' mode."
|
|
12416
|
+
},
|
|
12417
|
+
{
|
|
12418
|
+
"name": "preserveQueuedMessages",
|
|
12419
|
+
"default": "false"
|
|
12294
12420
|
}
|
|
12295
12421
|
],
|
|
12296
12422
|
"description": "Updates the message and assertiveness for a specific ARIA live region.\nIf a message is provided, the update is debounced to avoid rapid changes.\nIf the message is empty, any pending update is canceled and the region is cleared immediately."
|
|
@@ -12317,6 +12443,63 @@
|
|
|
12317
12443
|
],
|
|
12318
12444
|
"description": "Registers a new ARIA live region if it does not already exist."
|
|
12319
12445
|
},
|
|
12446
|
+
{
|
|
12447
|
+
"kind": "method",
|
|
12448
|
+
"name": "clearQueuedMessages",
|
|
12449
|
+
"privacy": "private",
|
|
12450
|
+
"parameters": [
|
|
12451
|
+
{
|
|
12452
|
+
"name": "region",
|
|
12453
|
+
"type": {
|
|
12454
|
+
"text": "string"
|
|
12455
|
+
}
|
|
12456
|
+
}
|
|
12457
|
+
]
|
|
12458
|
+
},
|
|
12459
|
+
{
|
|
12460
|
+
"kind": "method",
|
|
12461
|
+
"name": "getMessageQueueId",
|
|
12462
|
+
"privacy": "private",
|
|
12463
|
+
"parameters": [
|
|
12464
|
+
{
|
|
12465
|
+
"name": "region",
|
|
12466
|
+
"type": {
|
|
12467
|
+
"text": "string"
|
|
12468
|
+
}
|
|
12469
|
+
},
|
|
12470
|
+
{
|
|
12471
|
+
"name": "message",
|
|
12472
|
+
"type": {
|
|
12473
|
+
"text": "string"
|
|
12474
|
+
}
|
|
12475
|
+
}
|
|
12476
|
+
]
|
|
12477
|
+
},
|
|
12478
|
+
{
|
|
12479
|
+
"kind": "method",
|
|
12480
|
+
"name": "queueMessage",
|
|
12481
|
+
"privacy": "private",
|
|
12482
|
+
"parameters": [
|
|
12483
|
+
{
|
|
12484
|
+
"name": "region",
|
|
12485
|
+
"type": {
|
|
12486
|
+
"text": "string"
|
|
12487
|
+
}
|
|
12488
|
+
},
|
|
12489
|
+
{
|
|
12490
|
+
"name": "message",
|
|
12491
|
+
"type": {
|
|
12492
|
+
"text": "string"
|
|
12493
|
+
}
|
|
12494
|
+
},
|
|
12495
|
+
{
|
|
12496
|
+
"name": "updateRegion",
|
|
12497
|
+
"type": {
|
|
12498
|
+
"text": "() => void"
|
|
12499
|
+
}
|
|
12500
|
+
}
|
|
12501
|
+
]
|
|
12502
|
+
},
|
|
12320
12503
|
{
|
|
12321
12504
|
"kind": "method",
|
|
12322
12505
|
"name": "injectStyles",
|
|
@@ -12797,119 +12980,15 @@
|
|
|
12797
12980
|
},
|
|
12798
12981
|
{
|
|
12799
12982
|
"kind": "javascript-module",
|
|
12800
|
-
"path": "src/components/
|
|
12801
|
-
"declarations": [
|
|
12802
|
-
|
|
12803
|
-
|
|
12804
|
-
|
|
12805
|
-
|
|
12806
|
-
|
|
12807
|
-
|
|
12808
|
-
|
|
12809
|
-
"name": "imageSize",
|
|
12810
|
-
"type": {
|
|
12811
|
-
"text": "Omit<ItemDisplayImageSize, 'icon'>"
|
|
12812
|
-
},
|
|
12813
|
-
"privacy": "public",
|
|
12814
|
-
"description": "How large or small the visual section of product using this template should be.",
|
|
12815
|
-
"attribute": "image-size",
|
|
12816
|
-
"reflects": true
|
|
12817
|
-
},
|
|
12818
|
-
{
|
|
12819
|
-
"kind": "field",
|
|
12820
|
-
"name": "styles",
|
|
12821
|
-
"static": true,
|
|
12822
|
-
"default": "styles",
|
|
12823
|
-
"inheritedFrom": {
|
|
12824
|
-
"name": "ItemSectionMixin",
|
|
12825
|
-
"module": "src/mixins/item-section-mixin.ts"
|
|
12826
|
-
}
|
|
12827
|
-
},
|
|
12828
|
-
{
|
|
12829
|
-
"kind": "method",
|
|
12830
|
-
"name": "injectStyles",
|
|
12831
|
-
"parameters": [
|
|
12832
|
-
{
|
|
12833
|
-
"name": "dynamicStyles",
|
|
12834
|
-
"optional": true,
|
|
12835
|
-
"type": {
|
|
12836
|
-
"text": "CSSResultGroup"
|
|
12837
|
-
},
|
|
12838
|
-
"description": "Optional dynamic styles to inject along with static styles"
|
|
12839
|
-
}
|
|
12840
|
-
],
|
|
12841
|
-
"description": "Injects styles into the document or shadow root.\n\nWhen called without arguments, injects the component's static styles.\nWhen called with dynamic styles, injects both static and dynamic styles.",
|
|
12842
|
-
"inheritedFrom": {
|
|
12843
|
-
"name": "LightDomMixin",
|
|
12844
|
-
"module": "src/mixins/light-dom.ts"
|
|
12845
|
-
}
|
|
12846
|
-
},
|
|
12847
|
-
{
|
|
12848
|
-
"kind": "method",
|
|
12849
|
-
"name": "getStyleSheet",
|
|
12850
|
-
"privacy": "private",
|
|
12851
|
-
"return": {
|
|
12852
|
-
"type": {
|
|
12853
|
-
"text": "CSSStyleSheet | null"
|
|
12854
|
-
}
|
|
12855
|
-
},
|
|
12856
|
-
"parameters": [
|
|
12857
|
-
{
|
|
12858
|
-
"name": "style",
|
|
12859
|
-
"type": {
|
|
12860
|
-
"text": "CSSResultOrNative | CSSResultArray | null | undefined"
|
|
12861
|
-
}
|
|
12862
|
-
}
|
|
12863
|
-
],
|
|
12864
|
-
"inheritedFrom": {
|
|
12865
|
-
"name": "LightDomMixin",
|
|
12866
|
-
"module": "src/mixins/light-dom.ts"
|
|
12867
|
-
}
|
|
12868
|
-
}
|
|
12869
|
-
],
|
|
12870
|
-
"attributes": [
|
|
12871
|
-
{
|
|
12872
|
-
"name": "image-size",
|
|
12873
|
-
"type": {
|
|
12874
|
-
"text": "Omit<ItemDisplayImageSize, 'icon'>"
|
|
12875
|
-
},
|
|
12876
|
-
"description": "How large or small the visual section of product using this template should be.",
|
|
12877
|
-
"fieldName": "imageSize"
|
|
12878
|
-
}
|
|
12879
|
-
],
|
|
12880
|
-
"mixins": [
|
|
12881
|
-
{
|
|
12882
|
-
"name": "ItemSectionMixin",
|
|
12883
|
-
"package": "@/src/mixins/item-section-mixin"
|
|
12884
|
-
}
|
|
12885
|
-
],
|
|
12886
|
-
"superclass": {
|
|
12887
|
-
"name": "LitElement",
|
|
12888
|
-
"package": "lit"
|
|
12889
|
-
},
|
|
12890
|
-
"events": [],
|
|
12891
|
-
"tagName": "atomic-product-section-visual",
|
|
12892
|
-
"customElement": true
|
|
12893
|
-
}
|
|
12894
|
-
],
|
|
12895
|
-
"exports": [
|
|
12896
|
-
{
|
|
12897
|
-
"kind": "js",
|
|
12898
|
-
"name": "AtomicProductSectionVisual",
|
|
12899
|
-
"declaration": {
|
|
12900
|
-
"name": "AtomicProductSectionVisual",
|
|
12901
|
-
"module": "src/components/commerce/atomic-product-section-visual/atomic-product-section-visual.ts"
|
|
12902
|
-
}
|
|
12903
|
-
},
|
|
12904
|
-
{
|
|
12905
|
-
"kind": "custom-element-definition",
|
|
12906
|
-
"name": "atomic-product-section-visual",
|
|
12907
|
-
"declaration": {
|
|
12908
|
-
"name": "AtomicProductSectionVisual",
|
|
12909
|
-
"module": "src/components/commerce/atomic-product-section-visual/atomic-product-section-visual.ts"
|
|
12910
|
-
}
|
|
12911
|
-
}
|
|
12912
|
-
]
|
|
12983
|
+
"path": "src/components/common/atomic-generated-answer-content/answer-context.ts",
|
|
12984
|
+
"declarations": [],
|
|
12985
|
+
"exports": []
|
|
12986
|
+
},
|
|
12987
|
+
{
|
|
12988
|
+
"kind": "javascript-module",
|
|
12989
|
+
"path": "src/components/common/atomic-generated-answer-content/atomic-generated-answer-content.ts",
|
|
12990
|
+
"declarations": [],
|
|
12991
|
+
"exports": []
|
|
12913
12992
|
},
|
|
12914
12993
|
{
|
|
12915
12994
|
"kind": "javascript-module",
|
|
@@ -13307,25 +13386,19 @@
|
|
|
13307
13386
|
},
|
|
13308
13387
|
{
|
|
13309
13388
|
"kind": "javascript-module",
|
|
13310
|
-
"path": "src/components/common/atomic-generated-answer-
|
|
13311
|
-
"declarations": [],
|
|
13312
|
-
"exports": []
|
|
13313
|
-
},
|
|
13314
|
-
{
|
|
13315
|
-
"kind": "javascript-module",
|
|
13316
|
-
"path": "src/components/common/atomic-generated-answer-content/atomic-generated-answer-content.ts",
|
|
13389
|
+
"path": "src/components/common/atomic-generated-answer-inline-link/atomic-generated-answer-inline-link.ts",
|
|
13317
13390
|
"declarations": [],
|
|
13318
13391
|
"exports": []
|
|
13319
13392
|
},
|
|
13320
13393
|
{
|
|
13321
13394
|
"kind": "javascript-module",
|
|
13322
|
-
"path": "src/components/common/atomic-generated-answer-inline-link/atomic-generated-answer-inline-link.ts",
|
|
13395
|
+
"path": "src/components/common/atomic-generated-answer-inline-link/atomic-generated-answer-inline-link.tw.css.ts",
|
|
13323
13396
|
"declarations": [],
|
|
13324
13397
|
"exports": []
|
|
13325
13398
|
},
|
|
13326
13399
|
{
|
|
13327
13400
|
"kind": "javascript-module",
|
|
13328
|
-
"path": "src/components/common/atomic-generated-answer-
|
|
13401
|
+
"path": "src/components/common/atomic-generated-answer-thread/atomic-generated-answer-thread.ts",
|
|
13329
13402
|
"declarations": [],
|
|
13330
13403
|
"exports": []
|
|
13331
13404
|
},
|
|
@@ -13684,12 +13757,6 @@
|
|
|
13684
13757
|
"declarations": [],
|
|
13685
13758
|
"exports": []
|
|
13686
13759
|
},
|
|
13687
|
-
{
|
|
13688
|
-
"kind": "javascript-module",
|
|
13689
|
-
"path": "src/components/common/atomic-generated-answer-thread/atomic-generated-answer-thread.ts",
|
|
13690
|
-
"declarations": [],
|
|
13691
|
-
"exports": []
|
|
13692
|
-
},
|
|
13693
13760
|
{
|
|
13694
13761
|
"kind": "javascript-module",
|
|
13695
13762
|
"path": "src/components/common/atomic-modal/atomic-modal.ts",
|
|
@@ -13869,31 +13936,31 @@
|
|
|
13869
13936
|
},
|
|
13870
13937
|
{
|
|
13871
13938
|
"kind": "javascript-module",
|
|
13872
|
-
"path": "src/components/common/atomic-
|
|
13939
|
+
"path": "src/components/common/atomic-rating/atomic-rating.tw.css.ts",
|
|
13873
13940
|
"declarations": [],
|
|
13874
13941
|
"exports": []
|
|
13875
13942
|
},
|
|
13876
13943
|
{
|
|
13877
13944
|
"kind": "javascript-module",
|
|
13878
|
-
"path": "src/components/common/atomic-
|
|
13945
|
+
"path": "src/components/common/atomic-rating/rating-utils.ts",
|
|
13879
13946
|
"declarations": [],
|
|
13880
13947
|
"exports": []
|
|
13881
13948
|
},
|
|
13882
13949
|
{
|
|
13883
13950
|
"kind": "javascript-module",
|
|
13884
|
-
"path": "src/components/common/atomic-rating/
|
|
13951
|
+
"path": "src/components/common/atomic-rating/rating.ts",
|
|
13885
13952
|
"declarations": [],
|
|
13886
13953
|
"exports": []
|
|
13887
13954
|
},
|
|
13888
13955
|
{
|
|
13889
13956
|
"kind": "javascript-module",
|
|
13890
|
-
"path": "src/components/common/atomic-
|
|
13957
|
+
"path": "src/components/common/atomic-result-placeholder/atomic-result-placeholder.ts",
|
|
13891
13958
|
"declarations": [],
|
|
13892
13959
|
"exports": []
|
|
13893
13960
|
},
|
|
13894
13961
|
{
|
|
13895
13962
|
"kind": "javascript-module",
|
|
13896
|
-
"path": "src/components/common/atomic-
|
|
13963
|
+
"path": "src/components/common/atomic-result-placeholder/item-placeholders.ts",
|
|
13897
13964
|
"declarations": [],
|
|
13898
13965
|
"exports": []
|
|
13899
13966
|
},
|
|
@@ -13966,7 +14033,7 @@
|
|
|
13966
14033
|
"privacy": "private",
|
|
13967
14034
|
"static": true,
|
|
13968
14035
|
"readonly": true,
|
|
13969
|
-
"default": "new Schema({ period: new StringValue({ constrainTo: ['past', 'next'], required: false, }), unit: new StringValue({ constrainTo: [
|
|
14036
|
+
"default": "new Schema({ period: new StringValue({ constrainTo: ['past', 'next'], required: false, }), unit: new StringValue({ constrainTo: ['minute', 'hour', 'day', 'week', 'month', 'quarter', 'year'], required: true, emptyAllowed: false, }), amount: new NumberValue({min: 1, required: false}), })"
|
|
13970
14037
|
},
|
|
13971
14038
|
{
|
|
13972
14039
|
"kind": "field",
|
|
@@ -15380,7 +15447,7 @@
|
|
|
15380
15447
|
"kind": "field",
|
|
15381
15448
|
"name": "facetValueProps",
|
|
15382
15449
|
"type": {
|
|
15383
|
-
"text": "Pick<\n FacetValueProps,\n
|
|
15450
|
+
"text": "Pick<\n FacetValueProps,\n 'displayValuesAs' | 'facetSearchQuery' | 'enableExclusion' | 'field' | 'i18n'\n >"
|
|
15384
15451
|
},
|
|
15385
15452
|
"privacy": "private",
|
|
15386
15453
|
"readonly": true
|
|
@@ -16518,7 +16585,13 @@
|
|
|
16518
16585
|
"kind": "field",
|
|
16519
16586
|
"name": "ariaMessage",
|
|
16520
16587
|
"privacy": "private",
|
|
16521
|
-
"default": "new AriaLiveRegionController(this, 'generated-answer')"
|
|
16588
|
+
"default": "new AriaLiveRegionController(this, 'generated-answer', false, true)"
|
|
16589
|
+
},
|
|
16590
|
+
{
|
|
16591
|
+
"kind": "field",
|
|
16592
|
+
"name": "ariaErrorMessage",
|
|
16593
|
+
"privacy": "private",
|
|
16594
|
+
"default": "new AriaLiveRegionController(this, 'generated-answer-error', true)"
|
|
16522
16595
|
},
|
|
16523
16596
|
{
|
|
16524
16597
|
"kind": "method",
|
|
@@ -18302,7 +18375,7 @@
|
|
|
18302
18375
|
"kind": "field",
|
|
18303
18376
|
"name": "ariaMessage",
|
|
18304
18377
|
"privacy": "protected",
|
|
18305
|
-
"default": "new AriaLiveRegionController(
|
|
18378
|
+
"default": "new AriaLiveRegionController(this, 'atomic-insight-pager')"
|
|
18306
18379
|
},
|
|
18307
18380
|
{
|
|
18308
18381
|
"kind": "field",
|
|
@@ -18883,6 +18956,154 @@
|
|
|
18883
18956
|
}
|
|
18884
18957
|
]
|
|
18885
18958
|
},
|
|
18959
|
+
{
|
|
18960
|
+
"kind": "javascript-module",
|
|
18961
|
+
"path": "src/components/insight/atomic-insight-refine-toggle/atomic-insight-refine-toggle.ts",
|
|
18962
|
+
"declarations": [
|
|
18963
|
+
{
|
|
18964
|
+
"kind": "class",
|
|
18965
|
+
"description": "The `atomic-insight-refine-toggle` component displays a button that opens a modal containing the facets and the sort components.\n\nWhen this component is added to the `atomic-insight-interface`, an `atomic-insight-refine-modal` component is automatically created.",
|
|
18966
|
+
"name": "AtomicInsightRefineToggle",
|
|
18967
|
+
"cssParts": [
|
|
18968
|
+
{
|
|
18969
|
+
"description": "The container for the refine toggle button.",
|
|
18970
|
+
"name": "insight-refine-toggle-container"
|
|
18971
|
+
},
|
|
18972
|
+
{
|
|
18973
|
+
"description": "The refine toggle button.",
|
|
18974
|
+
"name": "insight-refine-toggle-button"
|
|
18975
|
+
},
|
|
18976
|
+
{
|
|
18977
|
+
"description": "The filter icon.",
|
|
18978
|
+
"name": "insight-refine-toggle-icon"
|
|
18979
|
+
},
|
|
18980
|
+
{
|
|
18981
|
+
"description": "The badge showing the number of active filters.",
|
|
18982
|
+
"name": "insight-refine-toggle-badge"
|
|
18983
|
+
},
|
|
18984
|
+
{
|
|
18985
|
+
"description": "The placeholder shown while the first request is being executed.",
|
|
18986
|
+
"name": "placeholder"
|
|
18987
|
+
}
|
|
18988
|
+
],
|
|
18989
|
+
"members": [
|
|
18990
|
+
{
|
|
18991
|
+
"kind": "field",
|
|
18992
|
+
"name": "bindings",
|
|
18993
|
+
"type": {
|
|
18994
|
+
"text": "InsightBindings"
|
|
18995
|
+
},
|
|
18996
|
+
"privacy": "private"
|
|
18997
|
+
},
|
|
18998
|
+
{
|
|
18999
|
+
"kind": "field",
|
|
19000
|
+
"name": "error",
|
|
19001
|
+
"type": {
|
|
19002
|
+
"text": "Error"
|
|
19003
|
+
},
|
|
19004
|
+
"privacy": "private"
|
|
19005
|
+
},
|
|
19006
|
+
{
|
|
19007
|
+
"kind": "field",
|
|
19008
|
+
"name": "searchStatus",
|
|
19009
|
+
"type": {
|
|
19010
|
+
"text": "SearchStatus"
|
|
19011
|
+
},
|
|
19012
|
+
"privacy": "private"
|
|
19013
|
+
},
|
|
19014
|
+
{
|
|
19015
|
+
"kind": "field",
|
|
19016
|
+
"name": "breadcrumbManager",
|
|
19017
|
+
"type": {
|
|
19018
|
+
"text": "BreadcrumbManager"
|
|
19019
|
+
},
|
|
19020
|
+
"privacy": "private"
|
|
19021
|
+
},
|
|
19022
|
+
{
|
|
19023
|
+
"kind": "field",
|
|
19024
|
+
"name": "searchStatusState",
|
|
19025
|
+
"type": {
|
|
19026
|
+
"text": "SearchStatusState"
|
|
19027
|
+
},
|
|
19028
|
+
"privacy": "private"
|
|
19029
|
+
},
|
|
19030
|
+
{
|
|
19031
|
+
"kind": "field",
|
|
19032
|
+
"name": "breadcrumbManagerState",
|
|
19033
|
+
"type": {
|
|
19034
|
+
"text": "BreadcrumbManagerState"
|
|
19035
|
+
},
|
|
19036
|
+
"privacy": "private"
|
|
19037
|
+
},
|
|
19038
|
+
{
|
|
19039
|
+
"kind": "field",
|
|
19040
|
+
"name": "modalRef",
|
|
19041
|
+
"type": {
|
|
19042
|
+
"text": "AtomicInsightRefineModal | undefined"
|
|
19043
|
+
},
|
|
19044
|
+
"privacy": "private"
|
|
19045
|
+
},
|
|
19046
|
+
{
|
|
19047
|
+
"kind": "field",
|
|
19048
|
+
"name": "buttonRef",
|
|
19049
|
+
"type": {
|
|
19050
|
+
"text": "HTMLButtonElement | undefined"
|
|
19051
|
+
},
|
|
19052
|
+
"privacy": "private"
|
|
19053
|
+
},
|
|
19054
|
+
{
|
|
19055
|
+
"kind": "field",
|
|
19056
|
+
"name": "numberOfBreadcrumbs",
|
|
19057
|
+
"type": {
|
|
19058
|
+
"text": "number"
|
|
19059
|
+
},
|
|
19060
|
+
"privacy": "private",
|
|
19061
|
+
"readonly": true
|
|
19062
|
+
},
|
|
19063
|
+
{
|
|
19064
|
+
"kind": "method",
|
|
19065
|
+
"name": "initialize",
|
|
19066
|
+
"privacy": "public"
|
|
19067
|
+
},
|
|
19068
|
+
{
|
|
19069
|
+
"kind": "method",
|
|
19070
|
+
"name": "loadModal",
|
|
19071
|
+
"privacy": "private"
|
|
19072
|
+
},
|
|
19073
|
+
{
|
|
19074
|
+
"kind": "method",
|
|
19075
|
+
"name": "enableModal",
|
|
19076
|
+
"privacy": "private"
|
|
19077
|
+
}
|
|
19078
|
+
],
|
|
19079
|
+
"superclass": {
|
|
19080
|
+
"name": "LitElement",
|
|
19081
|
+
"package": "lit"
|
|
19082
|
+
},
|
|
19083
|
+
"events": [],
|
|
19084
|
+
"tagName": "atomic-insight-refine-toggle",
|
|
19085
|
+
"customElement": true
|
|
19086
|
+
}
|
|
19087
|
+
],
|
|
19088
|
+
"exports": [
|
|
19089
|
+
{
|
|
19090
|
+
"kind": "js",
|
|
19091
|
+
"name": "AtomicInsightRefineToggle",
|
|
19092
|
+
"declaration": {
|
|
19093
|
+
"name": "AtomicInsightRefineToggle",
|
|
19094
|
+
"module": "src/components/insight/atomic-insight-refine-toggle/atomic-insight-refine-toggle.ts"
|
|
19095
|
+
}
|
|
19096
|
+
},
|
|
19097
|
+
{
|
|
19098
|
+
"kind": "custom-element-definition",
|
|
19099
|
+
"name": "atomic-insight-refine-toggle",
|
|
19100
|
+
"declaration": {
|
|
19101
|
+
"name": "AtomicInsightRefineToggle",
|
|
19102
|
+
"module": "src/components/insight/atomic-insight-refine-toggle/atomic-insight-refine-toggle.ts"
|
|
19103
|
+
}
|
|
19104
|
+
}
|
|
19105
|
+
]
|
|
19106
|
+
},
|
|
18886
19107
|
{
|
|
18887
19108
|
"kind": "javascript-module",
|
|
18888
19109
|
"path": "src/components/insight/atomic-insight-result/atomic-insight-result.ts",
|
|
@@ -19102,154 +19323,6 @@
|
|
|
19102
19323
|
}
|
|
19103
19324
|
]
|
|
19104
19325
|
},
|
|
19105
|
-
{
|
|
19106
|
-
"kind": "javascript-module",
|
|
19107
|
-
"path": "src/components/insight/atomic-insight-refine-toggle/atomic-insight-refine-toggle.ts",
|
|
19108
|
-
"declarations": [
|
|
19109
|
-
{
|
|
19110
|
-
"kind": "class",
|
|
19111
|
-
"description": "The `atomic-insight-refine-toggle` component displays a button that opens a modal containing the facets and the sort components.\n\nWhen this component is added to the `atomic-insight-interface`, an `atomic-insight-refine-modal` component is automatically created.",
|
|
19112
|
-
"name": "AtomicInsightRefineToggle",
|
|
19113
|
-
"cssParts": [
|
|
19114
|
-
{
|
|
19115
|
-
"description": "The container for the refine toggle button.",
|
|
19116
|
-
"name": "insight-refine-toggle-container"
|
|
19117
|
-
},
|
|
19118
|
-
{
|
|
19119
|
-
"description": "The refine toggle button.",
|
|
19120
|
-
"name": "insight-refine-toggle-button"
|
|
19121
|
-
},
|
|
19122
|
-
{
|
|
19123
|
-
"description": "The filter icon.",
|
|
19124
|
-
"name": "insight-refine-toggle-icon"
|
|
19125
|
-
},
|
|
19126
|
-
{
|
|
19127
|
-
"description": "The badge showing the number of active filters.",
|
|
19128
|
-
"name": "insight-refine-toggle-badge"
|
|
19129
|
-
},
|
|
19130
|
-
{
|
|
19131
|
-
"description": "The placeholder shown while the first request is being executed.",
|
|
19132
|
-
"name": "placeholder"
|
|
19133
|
-
}
|
|
19134
|
-
],
|
|
19135
|
-
"members": [
|
|
19136
|
-
{
|
|
19137
|
-
"kind": "field",
|
|
19138
|
-
"name": "bindings",
|
|
19139
|
-
"type": {
|
|
19140
|
-
"text": "InsightBindings"
|
|
19141
|
-
},
|
|
19142
|
-
"privacy": "private"
|
|
19143
|
-
},
|
|
19144
|
-
{
|
|
19145
|
-
"kind": "field",
|
|
19146
|
-
"name": "error",
|
|
19147
|
-
"type": {
|
|
19148
|
-
"text": "Error"
|
|
19149
|
-
},
|
|
19150
|
-
"privacy": "private"
|
|
19151
|
-
},
|
|
19152
|
-
{
|
|
19153
|
-
"kind": "field",
|
|
19154
|
-
"name": "searchStatus",
|
|
19155
|
-
"type": {
|
|
19156
|
-
"text": "SearchStatus"
|
|
19157
|
-
},
|
|
19158
|
-
"privacy": "private"
|
|
19159
|
-
},
|
|
19160
|
-
{
|
|
19161
|
-
"kind": "field",
|
|
19162
|
-
"name": "breadcrumbManager",
|
|
19163
|
-
"type": {
|
|
19164
|
-
"text": "BreadcrumbManager"
|
|
19165
|
-
},
|
|
19166
|
-
"privacy": "private"
|
|
19167
|
-
},
|
|
19168
|
-
{
|
|
19169
|
-
"kind": "field",
|
|
19170
|
-
"name": "searchStatusState",
|
|
19171
|
-
"type": {
|
|
19172
|
-
"text": "SearchStatusState"
|
|
19173
|
-
},
|
|
19174
|
-
"privacy": "private"
|
|
19175
|
-
},
|
|
19176
|
-
{
|
|
19177
|
-
"kind": "field",
|
|
19178
|
-
"name": "breadcrumbManagerState",
|
|
19179
|
-
"type": {
|
|
19180
|
-
"text": "BreadcrumbManagerState"
|
|
19181
|
-
},
|
|
19182
|
-
"privacy": "private"
|
|
19183
|
-
},
|
|
19184
|
-
{
|
|
19185
|
-
"kind": "field",
|
|
19186
|
-
"name": "modalRef",
|
|
19187
|
-
"type": {
|
|
19188
|
-
"text": "AtomicInsightRefineModal | undefined"
|
|
19189
|
-
},
|
|
19190
|
-
"privacy": "private"
|
|
19191
|
-
},
|
|
19192
|
-
{
|
|
19193
|
-
"kind": "field",
|
|
19194
|
-
"name": "buttonRef",
|
|
19195
|
-
"type": {
|
|
19196
|
-
"text": "HTMLButtonElement | undefined"
|
|
19197
|
-
},
|
|
19198
|
-
"privacy": "private"
|
|
19199
|
-
},
|
|
19200
|
-
{
|
|
19201
|
-
"kind": "field",
|
|
19202
|
-
"name": "numberOfBreadcrumbs",
|
|
19203
|
-
"type": {
|
|
19204
|
-
"text": "number"
|
|
19205
|
-
},
|
|
19206
|
-
"privacy": "private",
|
|
19207
|
-
"readonly": true
|
|
19208
|
-
},
|
|
19209
|
-
{
|
|
19210
|
-
"kind": "method",
|
|
19211
|
-
"name": "initialize",
|
|
19212
|
-
"privacy": "public"
|
|
19213
|
-
},
|
|
19214
|
-
{
|
|
19215
|
-
"kind": "method",
|
|
19216
|
-
"name": "loadModal",
|
|
19217
|
-
"privacy": "private"
|
|
19218
|
-
},
|
|
19219
|
-
{
|
|
19220
|
-
"kind": "method",
|
|
19221
|
-
"name": "enableModal",
|
|
19222
|
-
"privacy": "private"
|
|
19223
|
-
}
|
|
19224
|
-
],
|
|
19225
|
-
"superclass": {
|
|
19226
|
-
"name": "LitElement",
|
|
19227
|
-
"package": "lit"
|
|
19228
|
-
},
|
|
19229
|
-
"events": [],
|
|
19230
|
-
"tagName": "atomic-insight-refine-toggle",
|
|
19231
|
-
"customElement": true
|
|
19232
|
-
}
|
|
19233
|
-
],
|
|
19234
|
-
"exports": [
|
|
19235
|
-
{
|
|
19236
|
-
"kind": "js",
|
|
19237
|
-
"name": "AtomicInsightRefineToggle",
|
|
19238
|
-
"declaration": {
|
|
19239
|
-
"name": "AtomicInsightRefineToggle",
|
|
19240
|
-
"module": "src/components/insight/atomic-insight-refine-toggle/atomic-insight-refine-toggle.ts"
|
|
19241
|
-
}
|
|
19242
|
-
},
|
|
19243
|
-
{
|
|
19244
|
-
"kind": "custom-element-definition",
|
|
19245
|
-
"name": "atomic-insight-refine-toggle",
|
|
19246
|
-
"declaration": {
|
|
19247
|
-
"name": "AtomicInsightRefineToggle",
|
|
19248
|
-
"module": "src/components/insight/atomic-insight-refine-toggle/atomic-insight-refine-toggle.ts"
|
|
19249
|
-
}
|
|
19250
|
-
}
|
|
19251
|
-
]
|
|
19252
|
-
},
|
|
19253
19326
|
{
|
|
19254
19327
|
"kind": "javascript-module",
|
|
19255
19328
|
"path": "src/components/insight/atomic-insight-result-action/atomic-insight-result-action.ts",
|
|
@@ -20015,7 +20088,7 @@
|
|
|
20015
20088
|
"text": "FoldedItemListContextController<InsightFoldedResultList>"
|
|
20016
20089
|
},
|
|
20017
20090
|
"privacy": "private",
|
|
20018
|
-
"default": "new FoldedItemListContextController(
|
|
20091
|
+
"default": "new FoldedItemListContextController(this)"
|
|
20019
20092
|
},
|
|
20020
20093
|
{
|
|
20021
20094
|
"kind": "field",
|
|
@@ -20024,7 +20097,7 @@
|
|
|
20024
20097
|
"text": "ChildTemplatesContextController"
|
|
20025
20098
|
},
|
|
20026
20099
|
"privacy": "private",
|
|
20027
|
-
"default": "new ChildTemplatesContextController(
|
|
20100
|
+
"default": "new ChildTemplatesContextController(this)"
|
|
20028
20101
|
},
|
|
20029
20102
|
{
|
|
20030
20103
|
"kind": "field",
|
|
@@ -20304,7 +20377,7 @@
|
|
|
20304
20377
|
"text": "ResultTemplateController"
|
|
20305
20378
|
},
|
|
20306
20379
|
"privacy": "private",
|
|
20307
|
-
"default": "new ResultTemplateController(
|
|
20380
|
+
"default": "new ResultTemplateController(this, validParents)"
|
|
20308
20381
|
},
|
|
20309
20382
|
{
|
|
20310
20383
|
"kind": "method",
|
|
@@ -20991,7 +21064,7 @@
|
|
|
20991
21064
|
"text": "ResultTemplateController"
|
|
20992
21065
|
},
|
|
20993
21066
|
"privacy": "private",
|
|
20994
|
-
"default": "new ResultTemplateController(
|
|
21067
|
+
"default": "new ResultTemplateController(this, validParents, allowEmpty)"
|
|
20995
21068
|
},
|
|
20996
21069
|
{
|
|
20997
21070
|
"kind": "field",
|
|
@@ -21078,6 +21151,376 @@
|
|
|
21078
21151
|
}
|
|
21079
21152
|
]
|
|
21080
21153
|
},
|
|
21154
|
+
{
|
|
21155
|
+
"kind": "javascript-module",
|
|
21156
|
+
"path": "src/components/insight/atomic-insight-search-box/atomic-insight-search-box.ts",
|
|
21157
|
+
"declarations": [
|
|
21158
|
+
{
|
|
21159
|
+
"kind": "class",
|
|
21160
|
+
"description": "The `atomic-insight-search-box` component allows users to enter and submit search queries within the Insight interface.\nIt provides query suggestions as the user types.",
|
|
21161
|
+
"name": "AtomicInsightSearchBox",
|
|
21162
|
+
"cssParts": [
|
|
21163
|
+
{
|
|
21164
|
+
"description": "The wrapper around the entire search box.",
|
|
21165
|
+
"name": "wrapper"
|
|
21166
|
+
},
|
|
21167
|
+
{
|
|
21168
|
+
"description": "The search icon displayed in the search box.",
|
|
21169
|
+
"name": "submit-icon"
|
|
21170
|
+
},
|
|
21171
|
+
{
|
|
21172
|
+
"description": "The text area where users enter their search queries.",
|
|
21173
|
+
"name": "textarea"
|
|
21174
|
+
},
|
|
21175
|
+
{
|
|
21176
|
+
"description": "The container that allows the textarea to expand.",
|
|
21177
|
+
"name": "textarea-expander"
|
|
21178
|
+
},
|
|
21179
|
+
{
|
|
21180
|
+
"description": "The wrapper for the clear button.",
|
|
21181
|
+
"name": "clear-button-wrapper"
|
|
21182
|
+
},
|
|
21183
|
+
{
|
|
21184
|
+
"description": "The icon in the clear button.",
|
|
21185
|
+
"name": "clear-icon"
|
|
21186
|
+
},
|
|
21187
|
+
{
|
|
21188
|
+
"description": "The wrapper around the suggestions panel.",
|
|
21189
|
+
"name": "suggestions-wrapper"
|
|
21190
|
+
},
|
|
21191
|
+
{
|
|
21192
|
+
"description": "The container for the suggestions.",
|
|
21193
|
+
"name": "suggestions"
|
|
21194
|
+
}
|
|
21195
|
+
],
|
|
21196
|
+
"members": [
|
|
21197
|
+
{
|
|
21198
|
+
"kind": "field",
|
|
21199
|
+
"name": "shadowRootOptions",
|
|
21200
|
+
"type": {
|
|
21201
|
+
"text": "object"
|
|
21202
|
+
},
|
|
21203
|
+
"static": true,
|
|
21204
|
+
"default": "{ ...LitElement.shadowRootOptions, delegatesFocus: true, }"
|
|
21205
|
+
},
|
|
21206
|
+
{
|
|
21207
|
+
"kind": "field",
|
|
21208
|
+
"name": "bindings",
|
|
21209
|
+
"type": {
|
|
21210
|
+
"text": "InsightBindings"
|
|
21211
|
+
},
|
|
21212
|
+
"privacy": "private"
|
|
21213
|
+
},
|
|
21214
|
+
{
|
|
21215
|
+
"kind": "field",
|
|
21216
|
+
"name": "error",
|
|
21217
|
+
"type": {
|
|
21218
|
+
"text": "Error"
|
|
21219
|
+
},
|
|
21220
|
+
"privacy": "private"
|
|
21221
|
+
},
|
|
21222
|
+
{
|
|
21223
|
+
"kind": "field",
|
|
21224
|
+
"name": "searchBox",
|
|
21225
|
+
"type": {
|
|
21226
|
+
"text": "InsightSearchBox"
|
|
21227
|
+
},
|
|
21228
|
+
"privacy": "private"
|
|
21229
|
+
},
|
|
21230
|
+
{
|
|
21231
|
+
"kind": "field",
|
|
21232
|
+
"name": "searchBoxState",
|
|
21233
|
+
"type": {
|
|
21234
|
+
"text": "InsightSearchBoxState"
|
|
21235
|
+
},
|
|
21236
|
+
"privacy": "private"
|
|
21237
|
+
},
|
|
21238
|
+
{
|
|
21239
|
+
"kind": "field",
|
|
21240
|
+
"name": "isExpanded",
|
|
21241
|
+
"type": {
|
|
21242
|
+
"text": "boolean"
|
|
21243
|
+
},
|
|
21244
|
+
"privacy": "private",
|
|
21245
|
+
"default": "false"
|
|
21246
|
+
},
|
|
21247
|
+
{
|
|
21248
|
+
"kind": "field",
|
|
21249
|
+
"name": "disableSearch",
|
|
21250
|
+
"type": {
|
|
21251
|
+
"text": "boolean"
|
|
21252
|
+
},
|
|
21253
|
+
"privacy": "public",
|
|
21254
|
+
"default": "false",
|
|
21255
|
+
"description": "Whether to prevent the user from triggering a search from the component.\nPerfect for use cases where you need to disable the search conditionally, like when the input is empty.",
|
|
21256
|
+
"attribute": "disable-search",
|
|
21257
|
+
"reflects": true
|
|
21258
|
+
},
|
|
21259
|
+
{
|
|
21260
|
+
"kind": "field",
|
|
21261
|
+
"name": "numberOfSuggestions",
|
|
21262
|
+
"type": {
|
|
21263
|
+
"text": "number"
|
|
21264
|
+
},
|
|
21265
|
+
"privacy": "public",
|
|
21266
|
+
"default": "5",
|
|
21267
|
+
"description": "The number of query suggestions to display when interacting with the search box.",
|
|
21268
|
+
"attribute": "number-of-suggestions",
|
|
21269
|
+
"reflects": true
|
|
21270
|
+
},
|
|
21271
|
+
{
|
|
21272
|
+
"kind": "field",
|
|
21273
|
+
"name": "searchBoxId",
|
|
21274
|
+
"type": {
|
|
21275
|
+
"text": "string"
|
|
21276
|
+
},
|
|
21277
|
+
"privacy": "private"
|
|
21278
|
+
},
|
|
21279
|
+
{
|
|
21280
|
+
"kind": "field",
|
|
21281
|
+
"name": "textAreaRef",
|
|
21282
|
+
"type": {
|
|
21283
|
+
"text": "Ref<HTMLTextAreaElement>"
|
|
21284
|
+
},
|
|
21285
|
+
"privacy": "private"
|
|
21286
|
+
},
|
|
21287
|
+
{
|
|
21288
|
+
"kind": "field",
|
|
21289
|
+
"name": "suggestionManager",
|
|
21290
|
+
"type": {
|
|
21291
|
+
"text": "SuggestionManager<InsightSearchBox>"
|
|
21292
|
+
},
|
|
21293
|
+
"privacy": "private"
|
|
21294
|
+
},
|
|
21295
|
+
{
|
|
21296
|
+
"kind": "field",
|
|
21297
|
+
"name": "searchBoxAriaMessage",
|
|
21298
|
+
"privacy": "private",
|
|
21299
|
+
"default": "new AriaLiveRegionController(this, 'search-box')"
|
|
21300
|
+
},
|
|
21301
|
+
{
|
|
21302
|
+
"kind": "field",
|
|
21303
|
+
"name": "suggestionsAriaMessage",
|
|
21304
|
+
"privacy": "private",
|
|
21305
|
+
"default": "new AriaLiveRegionController(this, 'search-suggestions', true)"
|
|
21306
|
+
},
|
|
21307
|
+
{
|
|
21308
|
+
"kind": "method",
|
|
21309
|
+
"name": "initialize",
|
|
21310
|
+
"privacy": "public"
|
|
21311
|
+
},
|
|
21312
|
+
{
|
|
21313
|
+
"kind": "method",
|
|
21314
|
+
"name": "onSubmit",
|
|
21315
|
+
"privacy": "private"
|
|
21316
|
+
},
|
|
21317
|
+
{
|
|
21318
|
+
"kind": "method",
|
|
21319
|
+
"name": "onKeyDown",
|
|
21320
|
+
"privacy": "private",
|
|
21321
|
+
"parameters": [
|
|
21322
|
+
{
|
|
21323
|
+
"name": "e",
|
|
21324
|
+
"type": {
|
|
21325
|
+
"text": "KeyboardEvent"
|
|
21326
|
+
}
|
|
21327
|
+
}
|
|
21328
|
+
]
|
|
21329
|
+
},
|
|
21330
|
+
{
|
|
21331
|
+
"kind": "method",
|
|
21332
|
+
"name": "triggerTextAreaChange",
|
|
21333
|
+
"privacy": "private",
|
|
21334
|
+
"parameters": [
|
|
21335
|
+
{
|
|
21336
|
+
"name": "value",
|
|
21337
|
+
"type": {
|
|
21338
|
+
"text": "string"
|
|
21339
|
+
}
|
|
21340
|
+
}
|
|
21341
|
+
]
|
|
21342
|
+
},
|
|
21343
|
+
{
|
|
21344
|
+
"kind": "method",
|
|
21345
|
+
"name": "renderSuggestion",
|
|
21346
|
+
"privacy": "private",
|
|
21347
|
+
"return": {
|
|
21348
|
+
"type": {
|
|
21349
|
+
"text": "TemplateResult | typeof nothing"
|
|
21350
|
+
}
|
|
21351
|
+
},
|
|
21352
|
+
"parameters": [
|
|
21353
|
+
{
|
|
21354
|
+
"name": "item",
|
|
21355
|
+
"type": {
|
|
21356
|
+
"text": "SearchBoxSuggestionElement"
|
|
21357
|
+
}
|
|
21358
|
+
},
|
|
21359
|
+
{
|
|
21360
|
+
"name": "index",
|
|
21361
|
+
"type": {
|
|
21362
|
+
"text": "number"
|
|
21363
|
+
}
|
|
21364
|
+
},
|
|
21365
|
+
{
|
|
21366
|
+
"name": "lastIndex",
|
|
21367
|
+
"type": {
|
|
21368
|
+
"text": "number"
|
|
21369
|
+
}
|
|
21370
|
+
}
|
|
21371
|
+
]
|
|
21372
|
+
},
|
|
21373
|
+
{
|
|
21374
|
+
"kind": "method",
|
|
21375
|
+
"name": "renderSuggestionItem",
|
|
21376
|
+
"privacy": "private",
|
|
21377
|
+
"return": {
|
|
21378
|
+
"type": {
|
|
21379
|
+
"text": "SearchBoxSuggestionElement"
|
|
21380
|
+
}
|
|
21381
|
+
},
|
|
21382
|
+
"parameters": [
|
|
21383
|
+
{
|
|
21384
|
+
"name": "suggestion",
|
|
21385
|
+
"type": {
|
|
21386
|
+
"text": "InsightSuggestion"
|
|
21387
|
+
}
|
|
21388
|
+
}
|
|
21389
|
+
]
|
|
21390
|
+
},
|
|
21391
|
+
{
|
|
21392
|
+
"kind": "method",
|
|
21393
|
+
"name": "renderPanel",
|
|
21394
|
+
"privacy": "private",
|
|
21395
|
+
"return": {
|
|
21396
|
+
"type": {
|
|
21397
|
+
"text": "TemplateResult | typeof nothing"
|
|
21398
|
+
}
|
|
21399
|
+
},
|
|
21400
|
+
"parameters": [
|
|
21401
|
+
{
|
|
21402
|
+
"name": "elements",
|
|
21403
|
+
"type": {
|
|
21404
|
+
"text": "SearchBoxSuggestionElement[]"
|
|
21405
|
+
}
|
|
21406
|
+
},
|
|
21407
|
+
{
|
|
21408
|
+
"name": "setRef",
|
|
21409
|
+
"type": {
|
|
21410
|
+
"text": "(el: HTMLElement | undefined) => void"
|
|
21411
|
+
}
|
|
21412
|
+
},
|
|
21413
|
+
{
|
|
21414
|
+
"name": "getRef",
|
|
21415
|
+
"type": {
|
|
21416
|
+
"text": "() => HTMLElement | undefined"
|
|
21417
|
+
}
|
|
21418
|
+
}
|
|
21419
|
+
]
|
|
21420
|
+
},
|
|
21421
|
+
{
|
|
21422
|
+
"kind": "method",
|
|
21423
|
+
"name": "renderSuggestions",
|
|
21424
|
+
"privacy": "private",
|
|
21425
|
+
"return": {
|
|
21426
|
+
"type": {
|
|
21427
|
+
"text": "TemplateResult | typeof nothing"
|
|
21428
|
+
}
|
|
21429
|
+
}
|
|
21430
|
+
},
|
|
21431
|
+
{
|
|
21432
|
+
"kind": "method",
|
|
21433
|
+
"name": "getSearchInputLabel",
|
|
21434
|
+
"privacy": "private",
|
|
21435
|
+
"return": {
|
|
21436
|
+
"type": {
|
|
21437
|
+
"text": "string"
|
|
21438
|
+
}
|
|
21439
|
+
}
|
|
21440
|
+
},
|
|
21441
|
+
{
|
|
21442
|
+
"kind": "method",
|
|
21443
|
+
"name": "onFocus",
|
|
21444
|
+
"privacy": "private"
|
|
21445
|
+
},
|
|
21446
|
+
{
|
|
21447
|
+
"kind": "method",
|
|
21448
|
+
"name": "onInput",
|
|
21449
|
+
"privacy": "private",
|
|
21450
|
+
"parameters": [
|
|
21451
|
+
{
|
|
21452
|
+
"name": "value",
|
|
21453
|
+
"type": {
|
|
21454
|
+
"text": "string"
|
|
21455
|
+
}
|
|
21456
|
+
}
|
|
21457
|
+
]
|
|
21458
|
+
},
|
|
21459
|
+
{
|
|
21460
|
+
"kind": "method",
|
|
21461
|
+
"name": "announceNewActiveSuggestionToScreenReader",
|
|
21462
|
+
"privacy": "private"
|
|
21463
|
+
},
|
|
21464
|
+
{
|
|
21465
|
+
"kind": "method",
|
|
21466
|
+
"name": "announceNewSuggestionsToScreenReader",
|
|
21467
|
+
"privacy": "private"
|
|
21468
|
+
}
|
|
21469
|
+
],
|
|
21470
|
+
"attributes": [
|
|
21471
|
+
{
|
|
21472
|
+
"name": "disable-search",
|
|
21473
|
+
"type": {
|
|
21474
|
+
"text": "boolean"
|
|
21475
|
+
},
|
|
21476
|
+
"default": "false",
|
|
21477
|
+
"description": "Whether to prevent the user from triggering a search from the component.\nPerfect for use cases where you need to disable the search conditionally, like when the input is empty.",
|
|
21478
|
+
"fieldName": "disableSearch"
|
|
21479
|
+
},
|
|
21480
|
+
{
|
|
21481
|
+
"name": "number-of-suggestions",
|
|
21482
|
+
"type": {
|
|
21483
|
+
"text": "number"
|
|
21484
|
+
},
|
|
21485
|
+
"default": "5",
|
|
21486
|
+
"description": "The number of query suggestions to display when interacting with the search box.",
|
|
21487
|
+
"fieldName": "numberOfSuggestions"
|
|
21488
|
+
}
|
|
21489
|
+
],
|
|
21490
|
+
"superclass": {
|
|
21491
|
+
"name": "LitElement",
|
|
21492
|
+
"package": "lit"
|
|
21493
|
+
},
|
|
21494
|
+
"events": [],
|
|
21495
|
+
"tagName": "atomic-insight-search-box",
|
|
21496
|
+
"customElement": true
|
|
21497
|
+
}
|
|
21498
|
+
],
|
|
21499
|
+
"exports": [
|
|
21500
|
+
{
|
|
21501
|
+
"kind": "js",
|
|
21502
|
+
"name": "AtomicInsightSearchBox",
|
|
21503
|
+
"declaration": {
|
|
21504
|
+
"name": "AtomicInsightSearchBox",
|
|
21505
|
+
"module": "src/components/insight/atomic-insight-search-box/atomic-insight-search-box.ts"
|
|
21506
|
+
}
|
|
21507
|
+
},
|
|
21508
|
+
{
|
|
21509
|
+
"kind": "custom-element-definition",
|
|
21510
|
+
"name": "atomic-insight-search-box",
|
|
21511
|
+
"declaration": {
|
|
21512
|
+
"name": "AtomicInsightSearchBox",
|
|
21513
|
+
"module": "src/components/insight/atomic-insight-search-box/atomic-insight-search-box.ts"
|
|
21514
|
+
}
|
|
21515
|
+
}
|
|
21516
|
+
]
|
|
21517
|
+
},
|
|
21518
|
+
{
|
|
21519
|
+
"kind": "javascript-module",
|
|
21520
|
+
"path": "src/components/insight/atomic-insight-search-box/atomic-insight-search-box.tw.css.ts",
|
|
21521
|
+
"declarations": [],
|
|
21522
|
+
"exports": []
|
|
21523
|
+
},
|
|
21081
21524
|
{
|
|
21082
21525
|
"kind": "javascript-module",
|
|
21083
21526
|
"path": "src/components/insight/atomic-insight-smart-snippet/atomic-insight-smart-snippet.ts",
|
|
@@ -21561,376 +22004,6 @@
|
|
|
21561
22004
|
"declarations": [],
|
|
21562
22005
|
"exports": []
|
|
21563
22006
|
},
|
|
21564
|
-
{
|
|
21565
|
-
"kind": "javascript-module",
|
|
21566
|
-
"path": "src/components/insight/atomic-insight-search-box/atomic-insight-search-box.ts",
|
|
21567
|
-
"declarations": [
|
|
21568
|
-
{
|
|
21569
|
-
"kind": "class",
|
|
21570
|
-
"description": "The `atomic-insight-search-box` component allows users to enter and submit search queries within the Insight interface.\nIt provides query suggestions as the user types.",
|
|
21571
|
-
"name": "AtomicInsightSearchBox",
|
|
21572
|
-
"cssParts": [
|
|
21573
|
-
{
|
|
21574
|
-
"description": "The wrapper around the entire search box.",
|
|
21575
|
-
"name": "wrapper"
|
|
21576
|
-
},
|
|
21577
|
-
{
|
|
21578
|
-
"description": "The search icon displayed in the search box.",
|
|
21579
|
-
"name": "submit-icon"
|
|
21580
|
-
},
|
|
21581
|
-
{
|
|
21582
|
-
"description": "The text area where users enter their search queries.",
|
|
21583
|
-
"name": "textarea"
|
|
21584
|
-
},
|
|
21585
|
-
{
|
|
21586
|
-
"description": "The container that allows the textarea to expand.",
|
|
21587
|
-
"name": "textarea-expander"
|
|
21588
|
-
},
|
|
21589
|
-
{
|
|
21590
|
-
"description": "The wrapper for the clear button.",
|
|
21591
|
-
"name": "clear-button-wrapper"
|
|
21592
|
-
},
|
|
21593
|
-
{
|
|
21594
|
-
"description": "The icon in the clear button.",
|
|
21595
|
-
"name": "clear-icon"
|
|
21596
|
-
},
|
|
21597
|
-
{
|
|
21598
|
-
"description": "The wrapper around the suggestions panel.",
|
|
21599
|
-
"name": "suggestions-wrapper"
|
|
21600
|
-
},
|
|
21601
|
-
{
|
|
21602
|
-
"description": "The container for the suggestions.",
|
|
21603
|
-
"name": "suggestions"
|
|
21604
|
-
}
|
|
21605
|
-
],
|
|
21606
|
-
"members": [
|
|
21607
|
-
{
|
|
21608
|
-
"kind": "field",
|
|
21609
|
-
"name": "shadowRootOptions",
|
|
21610
|
-
"type": {
|
|
21611
|
-
"text": "object"
|
|
21612
|
-
},
|
|
21613
|
-
"static": true,
|
|
21614
|
-
"default": "{ ...LitElement.shadowRootOptions, delegatesFocus: true, }"
|
|
21615
|
-
},
|
|
21616
|
-
{
|
|
21617
|
-
"kind": "field",
|
|
21618
|
-
"name": "bindings",
|
|
21619
|
-
"type": {
|
|
21620
|
-
"text": "InsightBindings"
|
|
21621
|
-
},
|
|
21622
|
-
"privacy": "private"
|
|
21623
|
-
},
|
|
21624
|
-
{
|
|
21625
|
-
"kind": "field",
|
|
21626
|
-
"name": "error",
|
|
21627
|
-
"type": {
|
|
21628
|
-
"text": "Error"
|
|
21629
|
-
},
|
|
21630
|
-
"privacy": "private"
|
|
21631
|
-
},
|
|
21632
|
-
{
|
|
21633
|
-
"kind": "field",
|
|
21634
|
-
"name": "searchBox",
|
|
21635
|
-
"type": {
|
|
21636
|
-
"text": "InsightSearchBox"
|
|
21637
|
-
},
|
|
21638
|
-
"privacy": "private"
|
|
21639
|
-
},
|
|
21640
|
-
{
|
|
21641
|
-
"kind": "field",
|
|
21642
|
-
"name": "searchBoxState",
|
|
21643
|
-
"type": {
|
|
21644
|
-
"text": "InsightSearchBoxState"
|
|
21645
|
-
},
|
|
21646
|
-
"privacy": "private"
|
|
21647
|
-
},
|
|
21648
|
-
{
|
|
21649
|
-
"kind": "field",
|
|
21650
|
-
"name": "isExpanded",
|
|
21651
|
-
"type": {
|
|
21652
|
-
"text": "boolean"
|
|
21653
|
-
},
|
|
21654
|
-
"privacy": "private",
|
|
21655
|
-
"default": "false"
|
|
21656
|
-
},
|
|
21657
|
-
{
|
|
21658
|
-
"kind": "field",
|
|
21659
|
-
"name": "disableSearch",
|
|
21660
|
-
"type": {
|
|
21661
|
-
"text": "boolean"
|
|
21662
|
-
},
|
|
21663
|
-
"privacy": "public",
|
|
21664
|
-
"default": "false",
|
|
21665
|
-
"description": "Whether to prevent the user from triggering a search from the component.\nPerfect for use cases where you need to disable the search conditionally, like when the input is empty.",
|
|
21666
|
-
"attribute": "disable-search",
|
|
21667
|
-
"reflects": true
|
|
21668
|
-
},
|
|
21669
|
-
{
|
|
21670
|
-
"kind": "field",
|
|
21671
|
-
"name": "numberOfSuggestions",
|
|
21672
|
-
"type": {
|
|
21673
|
-
"text": "number"
|
|
21674
|
-
},
|
|
21675
|
-
"privacy": "public",
|
|
21676
|
-
"default": "5",
|
|
21677
|
-
"description": "The number of query suggestions to display when interacting with the search box.",
|
|
21678
|
-
"attribute": "number-of-suggestions",
|
|
21679
|
-
"reflects": true
|
|
21680
|
-
},
|
|
21681
|
-
{
|
|
21682
|
-
"kind": "field",
|
|
21683
|
-
"name": "searchBoxId",
|
|
21684
|
-
"type": {
|
|
21685
|
-
"text": "string"
|
|
21686
|
-
},
|
|
21687
|
-
"privacy": "private"
|
|
21688
|
-
},
|
|
21689
|
-
{
|
|
21690
|
-
"kind": "field",
|
|
21691
|
-
"name": "textAreaRef",
|
|
21692
|
-
"type": {
|
|
21693
|
-
"text": "Ref<HTMLTextAreaElement>"
|
|
21694
|
-
},
|
|
21695
|
-
"privacy": "private"
|
|
21696
|
-
},
|
|
21697
|
-
{
|
|
21698
|
-
"kind": "field",
|
|
21699
|
-
"name": "suggestionManager",
|
|
21700
|
-
"type": {
|
|
21701
|
-
"text": "SuggestionManager<InsightSearchBox>"
|
|
21702
|
-
},
|
|
21703
|
-
"privacy": "private"
|
|
21704
|
-
},
|
|
21705
|
-
{
|
|
21706
|
-
"kind": "field",
|
|
21707
|
-
"name": "searchBoxAriaMessage",
|
|
21708
|
-
"privacy": "private",
|
|
21709
|
-
"default": "new AriaLiveRegionController( this, 'search-box' )"
|
|
21710
|
-
},
|
|
21711
|
-
{
|
|
21712
|
-
"kind": "field",
|
|
21713
|
-
"name": "suggestionsAriaMessage",
|
|
21714
|
-
"privacy": "private",
|
|
21715
|
-
"default": "new AriaLiveRegionController( this, 'search-suggestions', true )"
|
|
21716
|
-
},
|
|
21717
|
-
{
|
|
21718
|
-
"kind": "method",
|
|
21719
|
-
"name": "initialize",
|
|
21720
|
-
"privacy": "public"
|
|
21721
|
-
},
|
|
21722
|
-
{
|
|
21723
|
-
"kind": "method",
|
|
21724
|
-
"name": "onSubmit",
|
|
21725
|
-
"privacy": "private"
|
|
21726
|
-
},
|
|
21727
|
-
{
|
|
21728
|
-
"kind": "method",
|
|
21729
|
-
"name": "onKeyDown",
|
|
21730
|
-
"privacy": "private",
|
|
21731
|
-
"parameters": [
|
|
21732
|
-
{
|
|
21733
|
-
"name": "e",
|
|
21734
|
-
"type": {
|
|
21735
|
-
"text": "KeyboardEvent"
|
|
21736
|
-
}
|
|
21737
|
-
}
|
|
21738
|
-
]
|
|
21739
|
-
},
|
|
21740
|
-
{
|
|
21741
|
-
"kind": "method",
|
|
21742
|
-
"name": "triggerTextAreaChange",
|
|
21743
|
-
"privacy": "private",
|
|
21744
|
-
"parameters": [
|
|
21745
|
-
{
|
|
21746
|
-
"name": "value",
|
|
21747
|
-
"type": {
|
|
21748
|
-
"text": "string"
|
|
21749
|
-
}
|
|
21750
|
-
}
|
|
21751
|
-
]
|
|
21752
|
-
},
|
|
21753
|
-
{
|
|
21754
|
-
"kind": "method",
|
|
21755
|
-
"name": "renderSuggestion",
|
|
21756
|
-
"privacy": "private",
|
|
21757
|
-
"return": {
|
|
21758
|
-
"type": {
|
|
21759
|
-
"text": "TemplateResult | typeof nothing"
|
|
21760
|
-
}
|
|
21761
|
-
},
|
|
21762
|
-
"parameters": [
|
|
21763
|
-
{
|
|
21764
|
-
"name": "item",
|
|
21765
|
-
"type": {
|
|
21766
|
-
"text": "SearchBoxSuggestionElement"
|
|
21767
|
-
}
|
|
21768
|
-
},
|
|
21769
|
-
{
|
|
21770
|
-
"name": "index",
|
|
21771
|
-
"type": {
|
|
21772
|
-
"text": "number"
|
|
21773
|
-
}
|
|
21774
|
-
},
|
|
21775
|
-
{
|
|
21776
|
-
"name": "lastIndex",
|
|
21777
|
-
"type": {
|
|
21778
|
-
"text": "number"
|
|
21779
|
-
}
|
|
21780
|
-
}
|
|
21781
|
-
]
|
|
21782
|
-
},
|
|
21783
|
-
{
|
|
21784
|
-
"kind": "method",
|
|
21785
|
-
"name": "renderSuggestionItem",
|
|
21786
|
-
"privacy": "private",
|
|
21787
|
-
"return": {
|
|
21788
|
-
"type": {
|
|
21789
|
-
"text": "SearchBoxSuggestionElement"
|
|
21790
|
-
}
|
|
21791
|
-
},
|
|
21792
|
-
"parameters": [
|
|
21793
|
-
{
|
|
21794
|
-
"name": "suggestion",
|
|
21795
|
-
"type": {
|
|
21796
|
-
"text": "InsightSuggestion"
|
|
21797
|
-
}
|
|
21798
|
-
}
|
|
21799
|
-
]
|
|
21800
|
-
},
|
|
21801
|
-
{
|
|
21802
|
-
"kind": "method",
|
|
21803
|
-
"name": "renderPanel",
|
|
21804
|
-
"privacy": "private",
|
|
21805
|
-
"return": {
|
|
21806
|
-
"type": {
|
|
21807
|
-
"text": "TemplateResult | typeof nothing"
|
|
21808
|
-
}
|
|
21809
|
-
},
|
|
21810
|
-
"parameters": [
|
|
21811
|
-
{
|
|
21812
|
-
"name": "elements",
|
|
21813
|
-
"type": {
|
|
21814
|
-
"text": "SearchBoxSuggestionElement[]"
|
|
21815
|
-
}
|
|
21816
|
-
},
|
|
21817
|
-
{
|
|
21818
|
-
"name": "setRef",
|
|
21819
|
-
"type": {
|
|
21820
|
-
"text": "(el: HTMLElement | undefined) => void"
|
|
21821
|
-
}
|
|
21822
|
-
},
|
|
21823
|
-
{
|
|
21824
|
-
"name": "getRef",
|
|
21825
|
-
"type": {
|
|
21826
|
-
"text": "() => HTMLElement | undefined"
|
|
21827
|
-
}
|
|
21828
|
-
}
|
|
21829
|
-
]
|
|
21830
|
-
},
|
|
21831
|
-
{
|
|
21832
|
-
"kind": "method",
|
|
21833
|
-
"name": "renderSuggestions",
|
|
21834
|
-
"privacy": "private",
|
|
21835
|
-
"return": {
|
|
21836
|
-
"type": {
|
|
21837
|
-
"text": "TemplateResult | typeof nothing"
|
|
21838
|
-
}
|
|
21839
|
-
}
|
|
21840
|
-
},
|
|
21841
|
-
{
|
|
21842
|
-
"kind": "method",
|
|
21843
|
-
"name": "getSearchInputLabel",
|
|
21844
|
-
"privacy": "private",
|
|
21845
|
-
"return": {
|
|
21846
|
-
"type": {
|
|
21847
|
-
"text": "string"
|
|
21848
|
-
}
|
|
21849
|
-
}
|
|
21850
|
-
},
|
|
21851
|
-
{
|
|
21852
|
-
"kind": "method",
|
|
21853
|
-
"name": "onFocus",
|
|
21854
|
-
"privacy": "private"
|
|
21855
|
-
},
|
|
21856
|
-
{
|
|
21857
|
-
"kind": "method",
|
|
21858
|
-
"name": "onInput",
|
|
21859
|
-
"privacy": "private",
|
|
21860
|
-
"parameters": [
|
|
21861
|
-
{
|
|
21862
|
-
"name": "value",
|
|
21863
|
-
"type": {
|
|
21864
|
-
"text": "string"
|
|
21865
|
-
}
|
|
21866
|
-
}
|
|
21867
|
-
]
|
|
21868
|
-
},
|
|
21869
|
-
{
|
|
21870
|
-
"kind": "method",
|
|
21871
|
-
"name": "announceNewActiveSuggestionToScreenReader",
|
|
21872
|
-
"privacy": "private"
|
|
21873
|
-
},
|
|
21874
|
-
{
|
|
21875
|
-
"kind": "method",
|
|
21876
|
-
"name": "announceNewSuggestionsToScreenReader",
|
|
21877
|
-
"privacy": "private"
|
|
21878
|
-
}
|
|
21879
|
-
],
|
|
21880
|
-
"attributes": [
|
|
21881
|
-
{
|
|
21882
|
-
"name": "disable-search",
|
|
21883
|
-
"type": {
|
|
21884
|
-
"text": "boolean"
|
|
21885
|
-
},
|
|
21886
|
-
"default": "false",
|
|
21887
|
-
"description": "Whether to prevent the user from triggering a search from the component.\nPerfect for use cases where you need to disable the search conditionally, like when the input is empty.",
|
|
21888
|
-
"fieldName": "disableSearch"
|
|
21889
|
-
},
|
|
21890
|
-
{
|
|
21891
|
-
"name": "number-of-suggestions",
|
|
21892
|
-
"type": {
|
|
21893
|
-
"text": "number"
|
|
21894
|
-
},
|
|
21895
|
-
"default": "5",
|
|
21896
|
-
"description": "The number of query suggestions to display when interacting with the search box.",
|
|
21897
|
-
"fieldName": "numberOfSuggestions"
|
|
21898
|
-
}
|
|
21899
|
-
],
|
|
21900
|
-
"superclass": {
|
|
21901
|
-
"name": "LitElement",
|
|
21902
|
-
"package": "lit"
|
|
21903
|
-
},
|
|
21904
|
-
"events": [],
|
|
21905
|
-
"tagName": "atomic-insight-search-box",
|
|
21906
|
-
"customElement": true
|
|
21907
|
-
}
|
|
21908
|
-
],
|
|
21909
|
-
"exports": [
|
|
21910
|
-
{
|
|
21911
|
-
"kind": "js",
|
|
21912
|
-
"name": "AtomicInsightSearchBox",
|
|
21913
|
-
"declaration": {
|
|
21914
|
-
"name": "AtomicInsightSearchBox",
|
|
21915
|
-
"module": "src/components/insight/atomic-insight-search-box/atomic-insight-search-box.ts"
|
|
21916
|
-
}
|
|
21917
|
-
},
|
|
21918
|
-
{
|
|
21919
|
-
"kind": "custom-element-definition",
|
|
21920
|
-
"name": "atomic-insight-search-box",
|
|
21921
|
-
"declaration": {
|
|
21922
|
-
"name": "AtomicInsightSearchBox",
|
|
21923
|
-
"module": "src/components/insight/atomic-insight-search-box/atomic-insight-search-box.ts"
|
|
21924
|
-
}
|
|
21925
|
-
}
|
|
21926
|
-
]
|
|
21927
|
-
},
|
|
21928
|
-
{
|
|
21929
|
-
"kind": "javascript-module",
|
|
21930
|
-
"path": "src/components/insight/atomic-insight-search-box/atomic-insight-search-box.tw.css.ts",
|
|
21931
|
-
"declarations": [],
|
|
21932
|
-
"exports": []
|
|
21933
|
-
},
|
|
21934
22007
|
{
|
|
21935
22008
|
"kind": "javascript-module",
|
|
21936
22009
|
"path": "src/components/insight/atomic-insight-smart-snippet-suggestions/atomic-insight-smart-snippet-suggestions.ts",
|
|
@@ -23957,310 +24030,6 @@
|
|
|
23957
24030
|
}
|
|
23958
24031
|
]
|
|
23959
24032
|
},
|
|
23960
|
-
{
|
|
23961
|
-
"kind": "javascript-module",
|
|
23962
|
-
"path": "src/components/ipx/atomic-ipx-refine-modal/atomic-ipx-refine-modal.ts",
|
|
23963
|
-
"declarations": [
|
|
23964
|
-
{
|
|
23965
|
-
"kind": "class",
|
|
23966
|
-
"description": "The `atomic-ipx-refine-modal` component is automatically created as a child of the `atomic-search-interface` when the `atomic-ipx-refine-toggle` is initialized.\n\nWhen the modal is opened, the class `atomic-modal-opened` is added to the interface element and the body.",
|
|
23967
|
-
"name": "AtomicIpxRefineModal",
|
|
23968
|
-
"cssProperties": [
|
|
23969
|
-
{
|
|
23970
|
-
"description": "The margin between facets in the refine modal. Default is `20px`.",
|
|
23971
|
-
"name": "--atomic-refine-modal-facet-margin"
|
|
23972
|
-
}
|
|
23973
|
-
],
|
|
23974
|
-
"cssParts": [
|
|
23975
|
-
{
|
|
23976
|
-
"description": "The title of the modal.",
|
|
23977
|
-
"name": "title"
|
|
23978
|
-
},
|
|
23979
|
-
{
|
|
23980
|
-
"description": "The button in the header that closes the modal.",
|
|
23981
|
-
"name": "close-button"
|
|
23982
|
-
},
|
|
23983
|
-
{
|
|
23984
|
-
"description": "The icon of the close button.",
|
|
23985
|
-
"name": "close-icon"
|
|
23986
|
-
},
|
|
23987
|
-
{
|
|
23988
|
-
"description": "The wrapper around the content inside the body of the modal.",
|
|
23989
|
-
"name": "content"
|
|
23990
|
-
},
|
|
23991
|
-
{
|
|
23992
|
-
"description": "The title for each section.",
|
|
23993
|
-
"name": "section-title"
|
|
23994
|
-
},
|
|
23995
|
-
{
|
|
23996
|
-
"description": "The title for the filters section.",
|
|
23997
|
-
"name": "section-filters-title"
|
|
23998
|
-
},
|
|
23999
|
-
{
|
|
24000
|
-
"description": "The section containing facets and the \"filters\" title.",
|
|
24001
|
-
"name": "filter-section"
|
|
24002
|
-
},
|
|
24003
|
-
{
|
|
24004
|
-
"description": "The button that resets all actively selected facet values.",
|
|
24005
|
-
"name": "filter-clear-all"
|
|
24006
|
-
},
|
|
24007
|
-
{
|
|
24008
|
-
"description": "The wrapper around the content inside the footer of the modal, containing the button to view results.",
|
|
24009
|
-
"name": "footer-content"
|
|
24010
|
-
},
|
|
24011
|
-
{
|
|
24012
|
-
"description": "The button in the footer that closes the modal.",
|
|
24013
|
-
"name": "footer-button"
|
|
24014
|
-
},
|
|
24015
|
-
{
|
|
24016
|
-
"description": "The text inside the button in the footer that closes the modal.",
|
|
24017
|
-
"name": "footer-button-text"
|
|
24018
|
-
},
|
|
24019
|
-
{
|
|
24020
|
-
"description": "The count inside the button in the footer that closes the modal.",
|
|
24021
|
-
"name": "footer-button-count"
|
|
24022
|
-
},
|
|
24023
|
-
{
|
|
24024
|
-
"description": "The wrapper with a shadow or background color around the footer.",
|
|
24025
|
-
"name": "footer-wrapper"
|
|
24026
|
-
},
|
|
24027
|
-
{
|
|
24028
|
-
"description": "The footer of the modal.",
|
|
24029
|
-
"name": "footer"
|
|
24030
|
-
},
|
|
24031
|
-
{
|
|
24032
|
-
"description": "The horizontal ruler underneath the header.",
|
|
24033
|
-
"name": "header-ruler"
|
|
24034
|
-
},
|
|
24035
|
-
{
|
|
24036
|
-
"description": "The wrapper around the body.",
|
|
24037
|
-
"name": "body-wrapper"
|
|
24038
|
-
},
|
|
24039
|
-
{
|
|
24040
|
-
"description": "The body of the modal, between the header and the footer.",
|
|
24041
|
-
"name": "body"
|
|
24042
|
-
},
|
|
24043
|
-
{
|
|
24044
|
-
"description": "The wrapper around the header.",
|
|
24045
|
-
"name": "header-wrapper"
|
|
24046
|
-
},
|
|
24047
|
-
{
|
|
24048
|
-
"description": "The header of the modal, containing the title.",
|
|
24049
|
-
"name": "header"
|
|
24050
|
-
},
|
|
24051
|
-
{
|
|
24052
|
-
"description": "The modal's outermost container.",
|
|
24053
|
-
"name": "container"
|
|
24054
|
-
},
|
|
24055
|
-
{
|
|
24056
|
-
"description": "The transparent backdrop hiding the content behind the modal.",
|
|
24057
|
-
"name": "backdrop"
|
|
24058
|
-
}
|
|
24059
|
-
],
|
|
24060
|
-
"slots": [
|
|
24061
|
-
{
|
|
24062
|
-
"description": "Slot for facet elements to be displayed in the modal. This slot is managed internally by the component and should not be used directly.",
|
|
24063
|
-
"name": "facets"
|
|
24064
|
-
}
|
|
24065
|
-
],
|
|
24066
|
-
"members": [
|
|
24067
|
-
{
|
|
24068
|
-
"kind": "field",
|
|
24069
|
-
"name": "bindings",
|
|
24070
|
-
"type": {
|
|
24071
|
-
"text": "Bindings"
|
|
24072
|
-
},
|
|
24073
|
-
"privacy": "private"
|
|
24074
|
-
},
|
|
24075
|
-
{
|
|
24076
|
-
"kind": "field",
|
|
24077
|
-
"name": "error",
|
|
24078
|
-
"type": {
|
|
24079
|
-
"text": "Error"
|
|
24080
|
-
},
|
|
24081
|
-
"privacy": "private"
|
|
24082
|
-
},
|
|
24083
|
-
{
|
|
24084
|
-
"kind": "field",
|
|
24085
|
-
"name": "openButton",
|
|
24086
|
-
"type": {
|
|
24087
|
-
"text": "HTMLElement"
|
|
24088
|
-
},
|
|
24089
|
-
"description": "The element that opens the modal when clicked.",
|
|
24090
|
-
"attribute": "open-button"
|
|
24091
|
-
},
|
|
24092
|
-
{
|
|
24093
|
-
"kind": "field",
|
|
24094
|
-
"name": "isOpen",
|
|
24095
|
-
"type": {
|
|
24096
|
-
"text": "boolean"
|
|
24097
|
-
},
|
|
24098
|
-
"default": "false",
|
|
24099
|
-
"description": "Whether the modal is open.",
|
|
24100
|
-
"attribute": "is-open",
|
|
24101
|
-
"reflects": true
|
|
24102
|
-
},
|
|
24103
|
-
{
|
|
24104
|
-
"kind": "field",
|
|
24105
|
-
"name": "collapseFacetsAfter",
|
|
24106
|
-
"type": {
|
|
24107
|
-
"text": "number"
|
|
24108
|
-
},
|
|
24109
|
-
"default": "0",
|
|
24110
|
-
"description": "The number of expanded facets inside the refine modal.\nRemaining facets are automatically collapsed.\n\nUsing the value `0` collapses all facets.",
|
|
24111
|
-
"attribute": "collapse-facets-after",
|
|
24112
|
-
"reflects": true
|
|
24113
|
-
},
|
|
24114
|
-
{
|
|
24115
|
-
"kind": "field",
|
|
24116
|
-
"name": "breadcrumbManager",
|
|
24117
|
-
"type": {
|
|
24118
|
-
"text": "BreadcrumbManager"
|
|
24119
|
-
},
|
|
24120
|
-
"privacy": "private"
|
|
24121
|
-
},
|
|
24122
|
-
{
|
|
24123
|
-
"kind": "field",
|
|
24124
|
-
"name": "breadcrumbManagerState",
|
|
24125
|
-
"type": {
|
|
24126
|
-
"text": "BreadcrumbManagerState"
|
|
24127
|
-
},
|
|
24128
|
-
"privacy": "private"
|
|
24129
|
-
},
|
|
24130
|
-
{
|
|
24131
|
-
"kind": "field",
|
|
24132
|
-
"name": "querySummary",
|
|
24133
|
-
"type": {
|
|
24134
|
-
"text": "QuerySummary"
|
|
24135
|
-
},
|
|
24136
|
-
"privacy": "private"
|
|
24137
|
-
},
|
|
24138
|
-
{
|
|
24139
|
-
"kind": "field",
|
|
24140
|
-
"name": "querySummaryState",
|
|
24141
|
-
"type": {
|
|
24142
|
-
"text": "QuerySummaryState"
|
|
24143
|
-
},
|
|
24144
|
-
"privacy": "private"
|
|
24145
|
-
},
|
|
24146
|
-
{
|
|
24147
|
-
"kind": "method",
|
|
24148
|
-
"name": "initialize",
|
|
24149
|
-
"privacy": "public"
|
|
24150
|
-
},
|
|
24151
|
-
{
|
|
24152
|
-
"kind": "method",
|
|
24153
|
-
"name": "watchEnabled"
|
|
24154
|
-
},
|
|
24155
|
-
{
|
|
24156
|
-
"kind": "method",
|
|
24157
|
-
"name": "createFacetSlotIfAbsent",
|
|
24158
|
-
"privacy": "private"
|
|
24159
|
-
},
|
|
24160
|
-
{
|
|
24161
|
-
"kind": "method",
|
|
24162
|
-
"name": "createFacetSlot",
|
|
24163
|
-
"privacy": "private",
|
|
24164
|
-
"return": {
|
|
24165
|
-
"type": {
|
|
24166
|
-
"text": "HTMLDivElement"
|
|
24167
|
-
}
|
|
24168
|
-
},
|
|
24169
|
-
"description": "This method is necessary to ensure that the facets slot is rendered outside of the component's shadow DOM, preserving\ncorrect CSS inheritance and slot behavior. If this logic were placed in the render\nfunction, the slot would be rendered inside the shadow DOM, which would break\nexpected CSS styling and slot distribution."
|
|
24170
|
-
},
|
|
24171
|
-
{
|
|
24172
|
-
"kind": "method",
|
|
24173
|
-
"name": "cloneFacets",
|
|
24174
|
-
"privacy": "private",
|
|
24175
|
-
"return": {
|
|
24176
|
-
"type": {
|
|
24177
|
-
"text": "BaseFacetElement[]"
|
|
24178
|
-
}
|
|
24179
|
-
},
|
|
24180
|
-
"parameters": [
|
|
24181
|
-
{
|
|
24182
|
-
"name": "facets",
|
|
24183
|
-
"type": {
|
|
24184
|
-
"text": "BaseFacetElement[]"
|
|
24185
|
-
}
|
|
24186
|
-
}
|
|
24187
|
-
]
|
|
24188
|
-
},
|
|
24189
|
-
{
|
|
24190
|
-
"kind": "method",
|
|
24191
|
-
"name": "addFacetColumnStyling",
|
|
24192
|
-
"privacy": "private",
|
|
24193
|
-
"parameters": [
|
|
24194
|
-
{
|
|
24195
|
-
"name": "el",
|
|
24196
|
-
"type": {
|
|
24197
|
-
"text": "HTMLElement"
|
|
24198
|
-
}
|
|
24199
|
-
}
|
|
24200
|
-
]
|
|
24201
|
-
},
|
|
24202
|
-
{
|
|
24203
|
-
"kind": "method",
|
|
24204
|
-
"name": "renderFilters",
|
|
24205
|
-
"privacy": "private"
|
|
24206
|
-
}
|
|
24207
|
-
],
|
|
24208
|
-
"attributes": [
|
|
24209
|
-
{
|
|
24210
|
-
"name": "open-button",
|
|
24211
|
-
"type": {
|
|
24212
|
-
"text": "HTMLElement"
|
|
24213
|
-
},
|
|
24214
|
-
"description": "The element that opens the modal when clicked.",
|
|
24215
|
-
"fieldName": "openButton"
|
|
24216
|
-
},
|
|
24217
|
-
{
|
|
24218
|
-
"name": "is-open",
|
|
24219
|
-
"type": {
|
|
24220
|
-
"text": "boolean"
|
|
24221
|
-
},
|
|
24222
|
-
"default": "false",
|
|
24223
|
-
"description": "Whether the modal is open.",
|
|
24224
|
-
"fieldName": "isOpen"
|
|
24225
|
-
},
|
|
24226
|
-
{
|
|
24227
|
-
"name": "collapse-facets-after",
|
|
24228
|
-
"type": {
|
|
24229
|
-
"text": "number"
|
|
24230
|
-
},
|
|
24231
|
-
"default": "0",
|
|
24232
|
-
"description": "The number of expanded facets inside the refine modal.\nRemaining facets are automatically collapsed.\n\nUsing the value `0` collapses all facets.",
|
|
24233
|
-
"fieldName": "collapseFacetsAfter"
|
|
24234
|
-
}
|
|
24235
|
-
],
|
|
24236
|
-
"superclass": {
|
|
24237
|
-
"name": "LitElement",
|
|
24238
|
-
"package": "lit"
|
|
24239
|
-
},
|
|
24240
|
-
"events": [],
|
|
24241
|
-
"tagName": "atomic-ipx-refine-modal",
|
|
24242
|
-
"customElement": true
|
|
24243
|
-
}
|
|
24244
|
-
],
|
|
24245
|
-
"exports": [
|
|
24246
|
-
{
|
|
24247
|
-
"kind": "js",
|
|
24248
|
-
"name": "AtomicIpxRefineModal",
|
|
24249
|
-
"declaration": {
|
|
24250
|
-
"name": "AtomicIpxRefineModal",
|
|
24251
|
-
"module": "src/components/ipx/atomic-ipx-refine-modal/atomic-ipx-refine-modal.ts"
|
|
24252
|
-
}
|
|
24253
|
-
},
|
|
24254
|
-
{
|
|
24255
|
-
"kind": "custom-element-definition",
|
|
24256
|
-
"name": "atomic-ipx-refine-modal",
|
|
24257
|
-
"declaration": {
|
|
24258
|
-
"name": "AtomicIpxRefineModal",
|
|
24259
|
-
"module": "src/components/ipx/atomic-ipx-refine-modal/atomic-ipx-refine-modal.ts"
|
|
24260
|
-
}
|
|
24261
|
-
}
|
|
24262
|
-
]
|
|
24263
|
-
},
|
|
24264
24033
|
{
|
|
24265
24034
|
"kind": "javascript-module",
|
|
24266
24035
|
"path": "src/components/ipx/atomic-ipx-recs-list/atomic-ipx-recs-list.ts",
|
|
@@ -24833,6 +24602,310 @@
|
|
|
24833
24602
|
}
|
|
24834
24603
|
]
|
|
24835
24604
|
},
|
|
24605
|
+
{
|
|
24606
|
+
"kind": "javascript-module",
|
|
24607
|
+
"path": "src/components/ipx/atomic-ipx-refine-modal/atomic-ipx-refine-modal.ts",
|
|
24608
|
+
"declarations": [
|
|
24609
|
+
{
|
|
24610
|
+
"kind": "class",
|
|
24611
|
+
"description": "The `atomic-ipx-refine-modal` component is automatically created as a child of the `atomic-search-interface` when the `atomic-ipx-refine-toggle` is initialized.\n\nWhen the modal is opened, the class `atomic-modal-opened` is added to the interface element and the body.",
|
|
24612
|
+
"name": "AtomicIpxRefineModal",
|
|
24613
|
+
"cssProperties": [
|
|
24614
|
+
{
|
|
24615
|
+
"description": "The margin between facets in the refine modal. Default is `20px`.",
|
|
24616
|
+
"name": "--atomic-refine-modal-facet-margin"
|
|
24617
|
+
}
|
|
24618
|
+
],
|
|
24619
|
+
"cssParts": [
|
|
24620
|
+
{
|
|
24621
|
+
"description": "The title of the modal.",
|
|
24622
|
+
"name": "title"
|
|
24623
|
+
},
|
|
24624
|
+
{
|
|
24625
|
+
"description": "The button in the header that closes the modal.",
|
|
24626
|
+
"name": "close-button"
|
|
24627
|
+
},
|
|
24628
|
+
{
|
|
24629
|
+
"description": "The icon of the close button.",
|
|
24630
|
+
"name": "close-icon"
|
|
24631
|
+
},
|
|
24632
|
+
{
|
|
24633
|
+
"description": "The wrapper around the content inside the body of the modal.",
|
|
24634
|
+
"name": "content"
|
|
24635
|
+
},
|
|
24636
|
+
{
|
|
24637
|
+
"description": "The title for each section.",
|
|
24638
|
+
"name": "section-title"
|
|
24639
|
+
},
|
|
24640
|
+
{
|
|
24641
|
+
"description": "The title for the filters section.",
|
|
24642
|
+
"name": "section-filters-title"
|
|
24643
|
+
},
|
|
24644
|
+
{
|
|
24645
|
+
"description": "The section containing facets and the \"filters\" title.",
|
|
24646
|
+
"name": "filter-section"
|
|
24647
|
+
},
|
|
24648
|
+
{
|
|
24649
|
+
"description": "The button that resets all actively selected facet values.",
|
|
24650
|
+
"name": "filter-clear-all"
|
|
24651
|
+
},
|
|
24652
|
+
{
|
|
24653
|
+
"description": "The wrapper around the content inside the footer of the modal, containing the button to view results.",
|
|
24654
|
+
"name": "footer-content"
|
|
24655
|
+
},
|
|
24656
|
+
{
|
|
24657
|
+
"description": "The button in the footer that closes the modal.",
|
|
24658
|
+
"name": "footer-button"
|
|
24659
|
+
},
|
|
24660
|
+
{
|
|
24661
|
+
"description": "The text inside the button in the footer that closes the modal.",
|
|
24662
|
+
"name": "footer-button-text"
|
|
24663
|
+
},
|
|
24664
|
+
{
|
|
24665
|
+
"description": "The count inside the button in the footer that closes the modal.",
|
|
24666
|
+
"name": "footer-button-count"
|
|
24667
|
+
},
|
|
24668
|
+
{
|
|
24669
|
+
"description": "The wrapper with a shadow or background color around the footer.",
|
|
24670
|
+
"name": "footer-wrapper"
|
|
24671
|
+
},
|
|
24672
|
+
{
|
|
24673
|
+
"description": "The footer of the modal.",
|
|
24674
|
+
"name": "footer"
|
|
24675
|
+
},
|
|
24676
|
+
{
|
|
24677
|
+
"description": "The horizontal ruler underneath the header.",
|
|
24678
|
+
"name": "header-ruler"
|
|
24679
|
+
},
|
|
24680
|
+
{
|
|
24681
|
+
"description": "The wrapper around the body.",
|
|
24682
|
+
"name": "body-wrapper"
|
|
24683
|
+
},
|
|
24684
|
+
{
|
|
24685
|
+
"description": "The body of the modal, between the header and the footer.",
|
|
24686
|
+
"name": "body"
|
|
24687
|
+
},
|
|
24688
|
+
{
|
|
24689
|
+
"description": "The wrapper around the header.",
|
|
24690
|
+
"name": "header-wrapper"
|
|
24691
|
+
},
|
|
24692
|
+
{
|
|
24693
|
+
"description": "The header of the modal, containing the title.",
|
|
24694
|
+
"name": "header"
|
|
24695
|
+
},
|
|
24696
|
+
{
|
|
24697
|
+
"description": "The modal's outermost container.",
|
|
24698
|
+
"name": "container"
|
|
24699
|
+
},
|
|
24700
|
+
{
|
|
24701
|
+
"description": "The transparent backdrop hiding the content behind the modal.",
|
|
24702
|
+
"name": "backdrop"
|
|
24703
|
+
}
|
|
24704
|
+
],
|
|
24705
|
+
"slots": [
|
|
24706
|
+
{
|
|
24707
|
+
"description": "Slot for facet elements to be displayed in the modal. This slot is managed internally by the component and should not be used directly.",
|
|
24708
|
+
"name": "facets"
|
|
24709
|
+
}
|
|
24710
|
+
],
|
|
24711
|
+
"members": [
|
|
24712
|
+
{
|
|
24713
|
+
"kind": "field",
|
|
24714
|
+
"name": "bindings",
|
|
24715
|
+
"type": {
|
|
24716
|
+
"text": "Bindings"
|
|
24717
|
+
},
|
|
24718
|
+
"privacy": "private"
|
|
24719
|
+
},
|
|
24720
|
+
{
|
|
24721
|
+
"kind": "field",
|
|
24722
|
+
"name": "error",
|
|
24723
|
+
"type": {
|
|
24724
|
+
"text": "Error"
|
|
24725
|
+
},
|
|
24726
|
+
"privacy": "private"
|
|
24727
|
+
},
|
|
24728
|
+
{
|
|
24729
|
+
"kind": "field",
|
|
24730
|
+
"name": "openButton",
|
|
24731
|
+
"type": {
|
|
24732
|
+
"text": "HTMLElement"
|
|
24733
|
+
},
|
|
24734
|
+
"description": "The element that opens the modal when clicked.",
|
|
24735
|
+
"attribute": "open-button"
|
|
24736
|
+
},
|
|
24737
|
+
{
|
|
24738
|
+
"kind": "field",
|
|
24739
|
+
"name": "isOpen",
|
|
24740
|
+
"type": {
|
|
24741
|
+
"text": "boolean"
|
|
24742
|
+
},
|
|
24743
|
+
"default": "false",
|
|
24744
|
+
"description": "Whether the modal is open.",
|
|
24745
|
+
"attribute": "is-open",
|
|
24746
|
+
"reflects": true
|
|
24747
|
+
},
|
|
24748
|
+
{
|
|
24749
|
+
"kind": "field",
|
|
24750
|
+
"name": "collapseFacetsAfter",
|
|
24751
|
+
"type": {
|
|
24752
|
+
"text": "number"
|
|
24753
|
+
},
|
|
24754
|
+
"default": "0",
|
|
24755
|
+
"description": "The number of expanded facets inside the refine modal.\nRemaining facets are automatically collapsed.\n\nUsing the value `0` collapses all facets.",
|
|
24756
|
+
"attribute": "collapse-facets-after",
|
|
24757
|
+
"reflects": true
|
|
24758
|
+
},
|
|
24759
|
+
{
|
|
24760
|
+
"kind": "field",
|
|
24761
|
+
"name": "breadcrumbManager",
|
|
24762
|
+
"type": {
|
|
24763
|
+
"text": "BreadcrumbManager"
|
|
24764
|
+
},
|
|
24765
|
+
"privacy": "private"
|
|
24766
|
+
},
|
|
24767
|
+
{
|
|
24768
|
+
"kind": "field",
|
|
24769
|
+
"name": "breadcrumbManagerState",
|
|
24770
|
+
"type": {
|
|
24771
|
+
"text": "BreadcrumbManagerState"
|
|
24772
|
+
},
|
|
24773
|
+
"privacy": "private"
|
|
24774
|
+
},
|
|
24775
|
+
{
|
|
24776
|
+
"kind": "field",
|
|
24777
|
+
"name": "querySummary",
|
|
24778
|
+
"type": {
|
|
24779
|
+
"text": "QuerySummary"
|
|
24780
|
+
},
|
|
24781
|
+
"privacy": "private"
|
|
24782
|
+
},
|
|
24783
|
+
{
|
|
24784
|
+
"kind": "field",
|
|
24785
|
+
"name": "querySummaryState",
|
|
24786
|
+
"type": {
|
|
24787
|
+
"text": "QuerySummaryState"
|
|
24788
|
+
},
|
|
24789
|
+
"privacy": "private"
|
|
24790
|
+
},
|
|
24791
|
+
{
|
|
24792
|
+
"kind": "method",
|
|
24793
|
+
"name": "initialize",
|
|
24794
|
+
"privacy": "public"
|
|
24795
|
+
},
|
|
24796
|
+
{
|
|
24797
|
+
"kind": "method",
|
|
24798
|
+
"name": "watchEnabled"
|
|
24799
|
+
},
|
|
24800
|
+
{
|
|
24801
|
+
"kind": "method",
|
|
24802
|
+
"name": "createFacetSlotIfAbsent",
|
|
24803
|
+
"privacy": "private"
|
|
24804
|
+
},
|
|
24805
|
+
{
|
|
24806
|
+
"kind": "method",
|
|
24807
|
+
"name": "createFacetSlot",
|
|
24808
|
+
"privacy": "private",
|
|
24809
|
+
"return": {
|
|
24810
|
+
"type": {
|
|
24811
|
+
"text": "HTMLDivElement"
|
|
24812
|
+
}
|
|
24813
|
+
},
|
|
24814
|
+
"description": "This method is necessary to ensure that the facets slot is rendered outside of the component's shadow DOM, preserving\ncorrect CSS inheritance and slot behavior. If this logic were placed in the render\nfunction, the slot would be rendered inside the shadow DOM, which would break\nexpected CSS styling and slot distribution."
|
|
24815
|
+
},
|
|
24816
|
+
{
|
|
24817
|
+
"kind": "method",
|
|
24818
|
+
"name": "cloneFacets",
|
|
24819
|
+
"privacy": "private",
|
|
24820
|
+
"return": {
|
|
24821
|
+
"type": {
|
|
24822
|
+
"text": "BaseFacetElement[]"
|
|
24823
|
+
}
|
|
24824
|
+
},
|
|
24825
|
+
"parameters": [
|
|
24826
|
+
{
|
|
24827
|
+
"name": "facets",
|
|
24828
|
+
"type": {
|
|
24829
|
+
"text": "BaseFacetElement[]"
|
|
24830
|
+
}
|
|
24831
|
+
}
|
|
24832
|
+
]
|
|
24833
|
+
},
|
|
24834
|
+
{
|
|
24835
|
+
"kind": "method",
|
|
24836
|
+
"name": "addFacetColumnStyling",
|
|
24837
|
+
"privacy": "private",
|
|
24838
|
+
"parameters": [
|
|
24839
|
+
{
|
|
24840
|
+
"name": "el",
|
|
24841
|
+
"type": {
|
|
24842
|
+
"text": "HTMLElement"
|
|
24843
|
+
}
|
|
24844
|
+
}
|
|
24845
|
+
]
|
|
24846
|
+
},
|
|
24847
|
+
{
|
|
24848
|
+
"kind": "method",
|
|
24849
|
+
"name": "renderFilters",
|
|
24850
|
+
"privacy": "private"
|
|
24851
|
+
}
|
|
24852
|
+
],
|
|
24853
|
+
"attributes": [
|
|
24854
|
+
{
|
|
24855
|
+
"name": "open-button",
|
|
24856
|
+
"type": {
|
|
24857
|
+
"text": "HTMLElement"
|
|
24858
|
+
},
|
|
24859
|
+
"description": "The element that opens the modal when clicked.",
|
|
24860
|
+
"fieldName": "openButton"
|
|
24861
|
+
},
|
|
24862
|
+
{
|
|
24863
|
+
"name": "is-open",
|
|
24864
|
+
"type": {
|
|
24865
|
+
"text": "boolean"
|
|
24866
|
+
},
|
|
24867
|
+
"default": "false",
|
|
24868
|
+
"description": "Whether the modal is open.",
|
|
24869
|
+
"fieldName": "isOpen"
|
|
24870
|
+
},
|
|
24871
|
+
{
|
|
24872
|
+
"name": "collapse-facets-after",
|
|
24873
|
+
"type": {
|
|
24874
|
+
"text": "number"
|
|
24875
|
+
},
|
|
24876
|
+
"default": "0",
|
|
24877
|
+
"description": "The number of expanded facets inside the refine modal.\nRemaining facets are automatically collapsed.\n\nUsing the value `0` collapses all facets.",
|
|
24878
|
+
"fieldName": "collapseFacetsAfter"
|
|
24879
|
+
}
|
|
24880
|
+
],
|
|
24881
|
+
"superclass": {
|
|
24882
|
+
"name": "LitElement",
|
|
24883
|
+
"package": "lit"
|
|
24884
|
+
},
|
|
24885
|
+
"events": [],
|
|
24886
|
+
"tagName": "atomic-ipx-refine-modal",
|
|
24887
|
+
"customElement": true
|
|
24888
|
+
}
|
|
24889
|
+
],
|
|
24890
|
+
"exports": [
|
|
24891
|
+
{
|
|
24892
|
+
"kind": "js",
|
|
24893
|
+
"name": "AtomicIpxRefineModal",
|
|
24894
|
+
"declaration": {
|
|
24895
|
+
"name": "AtomicIpxRefineModal",
|
|
24896
|
+
"module": "src/components/ipx/atomic-ipx-refine-modal/atomic-ipx-refine-modal.ts"
|
|
24897
|
+
}
|
|
24898
|
+
},
|
|
24899
|
+
{
|
|
24900
|
+
"kind": "custom-element-definition",
|
|
24901
|
+
"name": "atomic-ipx-refine-modal",
|
|
24902
|
+
"declaration": {
|
|
24903
|
+
"name": "AtomicIpxRefineModal",
|
|
24904
|
+
"module": "src/components/ipx/atomic-ipx-refine-modal/atomic-ipx-refine-modal.ts"
|
|
24905
|
+
}
|
|
24906
|
+
}
|
|
24907
|
+
]
|
|
24908
|
+
},
|
|
24836
24909
|
{
|
|
24837
24910
|
"kind": "javascript-module",
|
|
24838
24911
|
"path": "src/components/ipx/atomic-ipx-refine-toggle/atomic-ipx-refine-toggle.ts",
|
|
@@ -27587,7 +27660,7 @@
|
|
|
27587
27660
|
"kind": "field",
|
|
27588
27661
|
"name": "breadboxAriaMessage",
|
|
27589
27662
|
"privacy": "private",
|
|
27590
|
-
"default": "new AriaLiveRegionController(
|
|
27663
|
+
"default": "new AriaLiveRegionController(this, 'breadbox', true)"
|
|
27591
27664
|
},
|
|
27592
27665
|
{
|
|
27593
27666
|
"kind": "field",
|
|
@@ -28252,7 +28325,7 @@
|
|
|
28252
28325
|
"kind": "field",
|
|
28253
28326
|
"name": "facetSearchAriaMessage",
|
|
28254
28327
|
"privacy": "private",
|
|
28255
|
-
"default": "new AriaLiveRegionController(
|
|
28328
|
+
"default": "new AriaLiveRegionController(this, 'facet-search')"
|
|
28256
28329
|
},
|
|
28257
28330
|
{
|
|
28258
28331
|
"kind": "method",
|
|
@@ -30193,7 +30266,7 @@
|
|
|
30193
30266
|
"kind": "field",
|
|
30194
30267
|
"name": "facetValueProps",
|
|
30195
30268
|
"type": {
|
|
30196
|
-
"text": "Pick<\n FacetValueProps,\n
|
|
30269
|
+
"text": "Pick<\n FacetValueProps,\n 'displayValuesAs' | 'facetSearchQuery' | 'enableExclusion' | 'field' | 'i18n'\n >"
|
|
30197
30270
|
},
|
|
30198
30271
|
"privacy": "private",
|
|
30199
30272
|
"readonly": true
|
|
@@ -32103,7 +32176,13 @@
|
|
|
32103
32176
|
"kind": "field",
|
|
32104
32177
|
"name": "ariaMessage",
|
|
32105
32178
|
"privacy": "private",
|
|
32106
|
-
"default": "new AriaLiveRegionController(this, 'generated-answer')"
|
|
32179
|
+
"default": "new AriaLiveRegionController(this, 'generated-answer', false, true)"
|
|
32180
|
+
},
|
|
32181
|
+
{
|
|
32182
|
+
"kind": "field",
|
|
32183
|
+
"name": "ariaErrorMessage",
|
|
32184
|
+
"privacy": "private",
|
|
32185
|
+
"default": "new AriaLiveRegionController(this, 'generated-answer-error', true)"
|
|
32107
32186
|
},
|
|
32108
32187
|
{
|
|
32109
32188
|
"kind": "method",
|
|
@@ -32304,7 +32383,7 @@
|
|
|
32304
32383
|
"kind": "field",
|
|
32305
32384
|
"name": "generatedAnswerWithFollowUps",
|
|
32306
32385
|
"type": {
|
|
32307
|
-
"text": "
|
|
32386
|
+
"text": "GeneratedAnswerWithFollowUps | undefined"
|
|
32308
32387
|
},
|
|
32309
32388
|
"privacy": "private",
|
|
32310
32389
|
"readonly": true
|
|
@@ -36744,7 +36823,7 @@
|
|
|
36744
36823
|
"privacy": "private",
|
|
36745
36824
|
"parameters": [
|
|
36746
36825
|
{
|
|
36747
|
-
"name": "{
|
|
36826
|
+
"name": "{expression, criteria, label, tabs}",
|
|
36748
36827
|
"type": {
|
|
36749
36828
|
"text": "SortDropdownOption"
|
|
36750
36829
|
}
|
|
@@ -37578,7 +37657,7 @@
|
|
|
37578
37657
|
"text": "FoldedItemListContextController<FoldedResultList>"
|
|
37579
37658
|
},
|
|
37580
37659
|
"privacy": "private",
|
|
37581
|
-
"default": "new FoldedItemListContextController(
|
|
37660
|
+
"default": "new FoldedItemListContextController(this)"
|
|
37582
37661
|
},
|
|
37583
37662
|
{
|
|
37584
37663
|
"kind": "field",
|
|
@@ -37587,7 +37666,7 @@
|
|
|
37587
37666
|
"text": "ChildTemplatesContextController"
|
|
37588
37667
|
},
|
|
37589
37668
|
"privacy": "private",
|
|
37590
|
-
"default": "new ChildTemplatesContextController(
|
|
37669
|
+
"default": "new ChildTemplatesContextController(this)"
|
|
37591
37670
|
},
|
|
37592
37671
|
{
|
|
37593
37672
|
"kind": "field",
|
|
@@ -37602,7 +37681,7 @@
|
|
|
37602
37681
|
"kind": "field",
|
|
37603
37682
|
"name": "resultContextController",
|
|
37604
37683
|
"type": {
|
|
37605
|
-
"text": "ReturnType
|
|
37684
|
+
"text": "ReturnType<typeof createResultContextController>"
|
|
37606
37685
|
},
|
|
37607
37686
|
"privacy": "private"
|
|
37608
37687
|
},
|
|
@@ -39027,7 +39106,7 @@
|
|
|
39027
39106
|
"declarations": [
|
|
39028
39107
|
{
|
|
39029
39108
|
"kind": "class",
|
|
39030
|
-
"description": "The `atomic-result-link` component automatically
|
|
39109
|
+
"description": "The `atomic-result-link` component automatically converts a search result title into a clickable link to the original item. When users click the link, the component logs a click analytics event.",
|
|
39031
39110
|
"name": "AtomicResultLink",
|
|
39032
39111
|
"slots": [
|
|
39033
39112
|
{
|
|
@@ -41855,7 +41934,7 @@
|
|
|
41855
41934
|
"text": "ResultTemplateController"
|
|
41856
41935
|
},
|
|
41857
41936
|
"privacy": "private",
|
|
41858
|
-
"default": "new ResultTemplateController(
|
|
41937
|
+
"default": "new ResultTemplateController(this, validParent, allowEmpty)"
|
|
41859
41938
|
},
|
|
41860
41939
|
{
|
|
41861
41940
|
"kind": "field",
|
|
@@ -42824,7 +42903,7 @@
|
|
|
42824
42903
|
"kind": "field",
|
|
42825
42904
|
"name": "suggestionManager",
|
|
42826
42905
|
"type": {
|
|
42827
|
-
"text": "SuggestionManager
|
|
42906
|
+
"text": "SuggestionManager<SearchBox | StandaloneSearchBox>"
|
|
42828
42907
|
},
|
|
42829
42908
|
"privacy": "private"
|
|
42830
42909
|
},
|
|
@@ -42847,13 +42926,13 @@
|
|
|
42847
42926
|
"kind": "field",
|
|
42848
42927
|
"name": "searchBoxAriaMessage",
|
|
42849
42928
|
"privacy": "protected",
|
|
42850
|
-
"default": "new AriaLiveRegionController(
|
|
42929
|
+
"default": "new AriaLiveRegionController(this, 'search-box')"
|
|
42851
42930
|
},
|
|
42852
42931
|
{
|
|
42853
42932
|
"kind": "field",
|
|
42854
42933
|
"name": "suggestionsAriaMessage",
|
|
42855
42934
|
"privacy": "protected",
|
|
42856
|
-
"default": "new AriaLiveRegionController(
|
|
42935
|
+
"default": "new AriaLiveRegionController(this, 'search-suggestions', true)"
|
|
42857
42936
|
},
|
|
42858
42937
|
{
|
|
42859
42938
|
"kind": "field",
|
|
@@ -43005,7 +43084,7 @@
|
|
|
43005
43084
|
"kind": "field",
|
|
43006
43085
|
"name": "suggestionBindings",
|
|
43007
43086
|
"type": {
|
|
43008
|
-
"text": "SearchBoxSuggestionsBindings
|
|
43087
|
+
"text": "SearchBoxSuggestionsBindings<SearchBox | StandaloneSearchBox>"
|
|
43009
43088
|
},
|
|
43010
43089
|
"privacy": "private",
|
|
43011
43090
|
"readonly": true
|
|
@@ -43014,7 +43093,7 @@
|
|
|
43014
43093
|
"kind": "field",
|
|
43015
43094
|
"name": "partialSuggestionBindings",
|
|
43016
43095
|
"type": {
|
|
43017
|
-
"text": "Pick<\n SearchBoxSuggestionsBindings<SearchBox | StandaloneSearchBox>,\n
|
|
43096
|
+
"text": "Pick<\n SearchBoxSuggestionsBindings<SearchBox | StandaloneSearchBox>,\n 'id' | 'isStandalone' | 'searchBoxController' | 'numberOfQueries' | 'clearFilters'\n >"
|
|
43018
43097
|
},
|
|
43019
43098
|
"privacy": "private",
|
|
43020
43099
|
"readonly": true
|
|
@@ -47927,37 +48006,37 @@
|
|
|
47927
48006
|
},
|
|
47928
48007
|
{
|
|
47929
48008
|
"kind": "javascript-module",
|
|
47930
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48009
|
+
"path": "src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts",
|
|
47931
48010
|
"declarations": [],
|
|
47932
48011
|
"exports": []
|
|
47933
48012
|
},
|
|
47934
48013
|
{
|
|
47935
48014
|
"kind": "javascript-module",
|
|
47936
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48015
|
+
"path": "src/components/commerce/atomic-commerce-load-more-products/e2e/fixture.ts",
|
|
47937
48016
|
"declarations": [],
|
|
47938
48017
|
"exports": []
|
|
47939
48018
|
},
|
|
47940
48019
|
{
|
|
47941
48020
|
"kind": "javascript-module",
|
|
47942
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48021
|
+
"path": "src/components/commerce/atomic-commerce-load-more-products/e2e/page-object.ts",
|
|
47943
48022
|
"declarations": [],
|
|
47944
48023
|
"exports": []
|
|
47945
48024
|
},
|
|
47946
48025
|
{
|
|
47947
48026
|
"kind": "javascript-module",
|
|
47948
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48027
|
+
"path": "src/components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts",
|
|
47949
48028
|
"declarations": [],
|
|
47950
48029
|
"exports": []
|
|
47951
48030
|
},
|
|
47952
48031
|
{
|
|
47953
48032
|
"kind": "javascript-module",
|
|
47954
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48033
|
+
"path": "src/components/commerce/atomic-commerce-no-products/e2e/fixture.ts",
|
|
47955
48034
|
"declarations": [],
|
|
47956
48035
|
"exports": []
|
|
47957
48036
|
},
|
|
47958
48037
|
{
|
|
47959
48038
|
"kind": "javascript-module",
|
|
47960
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48039
|
+
"path": "src/components/commerce/atomic-commerce-no-products/e2e/page-object.ts",
|
|
47961
48040
|
"declarations": [],
|
|
47962
48041
|
"exports": []
|
|
47963
48042
|
},
|
|
@@ -48053,73 +48132,73 @@
|
|
|
48053
48132
|
},
|
|
48054
48133
|
{
|
|
48055
48134
|
"kind": "javascript-module",
|
|
48056
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48135
|
+
"path": "src/components/commerce/atomic-commerce-query-summary/e2e/atomic-commerce-query-summary.e2e.ts",
|
|
48057
48136
|
"declarations": [],
|
|
48058
48137
|
"exports": []
|
|
48059
48138
|
},
|
|
48060
48139
|
{
|
|
48061
48140
|
"kind": "javascript-module",
|
|
48062
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48141
|
+
"path": "src/components/commerce/atomic-commerce-query-summary/e2e/fixture.ts",
|
|
48063
48142
|
"declarations": [],
|
|
48064
48143
|
"exports": []
|
|
48065
48144
|
},
|
|
48066
48145
|
{
|
|
48067
48146
|
"kind": "javascript-module",
|
|
48068
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48147
|
+
"path": "src/components/commerce/atomic-commerce-query-summary/e2e/page-object.ts",
|
|
48069
48148
|
"declarations": [],
|
|
48070
48149
|
"exports": []
|
|
48071
48150
|
},
|
|
48072
48151
|
{
|
|
48073
48152
|
"kind": "javascript-module",
|
|
48074
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48153
|
+
"path": "src/components/commerce/atomic-commerce-recommendation-interface/e2e/atomic-commerce-recommendation-interface.e2e.ts",
|
|
48075
48154
|
"declarations": [],
|
|
48076
48155
|
"exports": []
|
|
48077
48156
|
},
|
|
48078
48157
|
{
|
|
48079
48158
|
"kind": "javascript-module",
|
|
48080
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48159
|
+
"path": "src/components/commerce/atomic-commerce-recommendation-interface/e2e/fixture.ts",
|
|
48081
48160
|
"declarations": [],
|
|
48082
48161
|
"exports": []
|
|
48083
48162
|
},
|
|
48084
48163
|
{
|
|
48085
48164
|
"kind": "javascript-module",
|
|
48086
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48165
|
+
"path": "src/components/commerce/atomic-commerce-recommendation-interface/e2e/page-object.ts",
|
|
48087
48166
|
"declarations": [],
|
|
48088
48167
|
"exports": []
|
|
48089
48168
|
},
|
|
48090
48169
|
{
|
|
48091
48170
|
"kind": "javascript-module",
|
|
48092
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48171
|
+
"path": "src/components/commerce/atomic-commerce-refine-modal/e2e/atomic-commerce-refine-modal.e2e.ts",
|
|
48093
48172
|
"declarations": [],
|
|
48094
48173
|
"exports": []
|
|
48095
48174
|
},
|
|
48096
48175
|
{
|
|
48097
48176
|
"kind": "javascript-module",
|
|
48098
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48177
|
+
"path": "src/components/commerce/atomic-commerce-refine-modal/e2e/fixture.ts",
|
|
48099
48178
|
"declarations": [],
|
|
48100
48179
|
"exports": []
|
|
48101
48180
|
},
|
|
48102
48181
|
{
|
|
48103
48182
|
"kind": "javascript-module",
|
|
48104
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48183
|
+
"path": "src/components/commerce/atomic-commerce-refine-modal/e2e/page-object.ts",
|
|
48105
48184
|
"declarations": [],
|
|
48106
48185
|
"exports": []
|
|
48107
48186
|
},
|
|
48108
48187
|
{
|
|
48109
48188
|
"kind": "javascript-module",
|
|
48110
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48189
|
+
"path": "src/components/commerce/atomic-commerce-recommendation-list/e2e/atomic-commerce-recommendation-list.e2e.ts",
|
|
48111
48190
|
"declarations": [],
|
|
48112
48191
|
"exports": []
|
|
48113
48192
|
},
|
|
48114
48193
|
{
|
|
48115
48194
|
"kind": "javascript-module",
|
|
48116
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48195
|
+
"path": "src/components/commerce/atomic-commerce-recommendation-list/e2e/fixture.ts",
|
|
48117
48196
|
"declarations": [],
|
|
48118
48197
|
"exports": []
|
|
48119
48198
|
},
|
|
48120
48199
|
{
|
|
48121
48200
|
"kind": "javascript-module",
|
|
48122
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48201
|
+
"path": "src/components/commerce/atomic-commerce-recommendation-list/e2e/page-object.ts",
|
|
48123
48202
|
"declarations": [],
|
|
48124
48203
|
"exports": []
|
|
48125
48204
|
},
|
|
@@ -48197,37 +48276,37 @@
|
|
|
48197
48276
|
},
|
|
48198
48277
|
{
|
|
48199
48278
|
"kind": "javascript-module",
|
|
48200
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48279
|
+
"path": "src/components/commerce/atomic-commerce-search-box-recent-queries/e2e/atomic-commerce-search-box-recent-queries.e2e.ts",
|
|
48201
48280
|
"declarations": [],
|
|
48202
48281
|
"exports": []
|
|
48203
48282
|
},
|
|
48204
48283
|
{
|
|
48205
48284
|
"kind": "javascript-module",
|
|
48206
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48285
|
+
"path": "src/components/commerce/atomic-commerce-search-box-recent-queries/e2e/fixture.ts",
|
|
48207
48286
|
"declarations": [],
|
|
48208
48287
|
"exports": []
|
|
48209
48288
|
},
|
|
48210
48289
|
{
|
|
48211
48290
|
"kind": "javascript-module",
|
|
48212
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48291
|
+
"path": "src/components/commerce/atomic-commerce-search-box-recent-queries/e2e/page-object.ts",
|
|
48213
48292
|
"declarations": [],
|
|
48214
48293
|
"exports": []
|
|
48215
48294
|
},
|
|
48216
48295
|
{
|
|
48217
48296
|
"kind": "javascript-module",
|
|
48218
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48297
|
+
"path": "src/components/commerce/atomic-commerce-sort-dropdown/e2e/atomic-commerce-sort-dropdown.e2e.ts",
|
|
48219
48298
|
"declarations": [],
|
|
48220
48299
|
"exports": []
|
|
48221
48300
|
},
|
|
48222
48301
|
{
|
|
48223
48302
|
"kind": "javascript-module",
|
|
48224
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48303
|
+
"path": "src/components/commerce/atomic-commerce-sort-dropdown/e2e/fixture.ts",
|
|
48225
48304
|
"declarations": [],
|
|
48226
48305
|
"exports": []
|
|
48227
48306
|
},
|
|
48228
48307
|
{
|
|
48229
48308
|
"kind": "javascript-module",
|
|
48230
|
-
"path": "src/components/commerce/atomic-commerce-
|
|
48309
|
+
"path": "src/components/commerce/atomic-commerce-sort-dropdown/e2e/page-object.ts",
|
|
48231
48310
|
"declarations": [],
|
|
48232
48311
|
"exports": []
|
|
48233
48312
|
},
|
|
@@ -49348,37 +49427,37 @@
|
|
|
49348
49427
|
},
|
|
49349
49428
|
{
|
|
49350
49429
|
"kind": "javascript-module",
|
|
49351
|
-
"path": "src/components/insight/atomic-insight-
|
|
49430
|
+
"path": "src/components/insight/atomic-insight-search-box/e2e/atomic-insight-search-box.e2e.ts",
|
|
49352
49431
|
"declarations": [],
|
|
49353
49432
|
"exports": []
|
|
49354
49433
|
},
|
|
49355
49434
|
{
|
|
49356
49435
|
"kind": "javascript-module",
|
|
49357
|
-
"path": "src/components/insight/atomic-insight-
|
|
49436
|
+
"path": "src/components/insight/atomic-insight-search-box/e2e/fixture.ts",
|
|
49358
49437
|
"declarations": [],
|
|
49359
49438
|
"exports": []
|
|
49360
49439
|
},
|
|
49361
49440
|
{
|
|
49362
49441
|
"kind": "javascript-module",
|
|
49363
|
-
"path": "src/components/insight/atomic-insight-
|
|
49442
|
+
"path": "src/components/insight/atomic-insight-search-box/e2e/page-object.ts",
|
|
49364
49443
|
"declarations": [],
|
|
49365
49444
|
"exports": []
|
|
49366
49445
|
},
|
|
49367
49446
|
{
|
|
49368
49447
|
"kind": "javascript-module",
|
|
49369
|
-
"path": "src/components/insight/atomic-insight-
|
|
49448
|
+
"path": "src/components/insight/atomic-insight-smart-snippet/e2e/atomic-insight-smart-snippet.e2e.ts",
|
|
49370
49449
|
"declarations": [],
|
|
49371
49450
|
"exports": []
|
|
49372
49451
|
},
|
|
49373
49452
|
{
|
|
49374
49453
|
"kind": "javascript-module",
|
|
49375
|
-
"path": "src/components/insight/atomic-insight-
|
|
49454
|
+
"path": "src/components/insight/atomic-insight-smart-snippet/e2e/fixture.ts",
|
|
49376
49455
|
"declarations": [],
|
|
49377
49456
|
"exports": []
|
|
49378
49457
|
},
|
|
49379
49458
|
{
|
|
49380
49459
|
"kind": "javascript-module",
|
|
49381
|
-
"path": "src/components/insight/atomic-insight-
|
|
49460
|
+
"path": "src/components/insight/atomic-insight-smart-snippet/e2e/page-object.ts",
|
|
49382
49461
|
"declarations": [],
|
|
49383
49462
|
"exports": []
|
|
49384
49463
|
},
|
|
@@ -49510,37 +49589,37 @@
|
|
|
49510
49589
|
},
|
|
49511
49590
|
{
|
|
49512
49591
|
"kind": "javascript-module",
|
|
49513
|
-
"path": "src/components/ipx/atomic-ipx-
|
|
49592
|
+
"path": "src/components/ipx/atomic-ipx-recs-list/e2e/atomic-ipx-recs-list.e2e.ts",
|
|
49514
49593
|
"declarations": [],
|
|
49515
49594
|
"exports": []
|
|
49516
49595
|
},
|
|
49517
49596
|
{
|
|
49518
49597
|
"kind": "javascript-module",
|
|
49519
|
-
"path": "src/components/ipx/atomic-ipx-
|
|
49598
|
+
"path": "src/components/ipx/atomic-ipx-recs-list/e2e/fixture.ts",
|
|
49520
49599
|
"declarations": [],
|
|
49521
49600
|
"exports": []
|
|
49522
49601
|
},
|
|
49523
49602
|
{
|
|
49524
49603
|
"kind": "javascript-module",
|
|
49525
|
-
"path": "src/components/ipx/atomic-ipx-
|
|
49604
|
+
"path": "src/components/ipx/atomic-ipx-recs-list/e2e/page-object.ts",
|
|
49526
49605
|
"declarations": [],
|
|
49527
49606
|
"exports": []
|
|
49528
49607
|
},
|
|
49529
49608
|
{
|
|
49530
49609
|
"kind": "javascript-module",
|
|
49531
|
-
"path": "src/components/ipx/atomic-ipx-
|
|
49610
|
+
"path": "src/components/ipx/atomic-ipx-refine-modal/e2e/atomic-ipx-refine-modal.e2e.ts",
|
|
49532
49611
|
"declarations": [],
|
|
49533
49612
|
"exports": []
|
|
49534
49613
|
},
|
|
49535
49614
|
{
|
|
49536
49615
|
"kind": "javascript-module",
|
|
49537
|
-
"path": "src/components/ipx/atomic-ipx-
|
|
49616
|
+
"path": "src/components/ipx/atomic-ipx-refine-modal/e2e/fixture.ts",
|
|
49538
49617
|
"declarations": [],
|
|
49539
49618
|
"exports": []
|
|
49540
49619
|
},
|
|
49541
49620
|
{
|
|
49542
49621
|
"kind": "javascript-module",
|
|
49543
|
-
"path": "src/components/ipx/atomic-ipx-
|
|
49622
|
+
"path": "src/components/ipx/atomic-ipx-refine-modal/e2e/page-object.ts",
|
|
49544
49623
|
"declarations": [],
|
|
49545
49624
|
"exports": []
|
|
49546
49625
|
},
|
|
@@ -50068,37 +50147,37 @@
|
|
|
50068
50147
|
},
|
|
50069
50148
|
{
|
|
50070
50149
|
"kind": "javascript-module",
|
|
50071
|
-
"path": "src/components/search/atomic-rating-facet/e2e/atomic-rating-facet.e2e.ts",
|
|
50150
|
+
"path": "src/components/search/atomic-rating-range-facet/e2e/atomic-rating-range-facet.e2e.ts",
|
|
50072
50151
|
"declarations": [],
|
|
50073
50152
|
"exports": []
|
|
50074
50153
|
},
|
|
50075
50154
|
{
|
|
50076
50155
|
"kind": "javascript-module",
|
|
50077
|
-
"path": "src/components/search/atomic-rating-facet/e2e/fixture.ts",
|
|
50156
|
+
"path": "src/components/search/atomic-rating-range-facet/e2e/fixture.ts",
|
|
50078
50157
|
"declarations": [],
|
|
50079
50158
|
"exports": []
|
|
50080
50159
|
},
|
|
50081
50160
|
{
|
|
50082
50161
|
"kind": "javascript-module",
|
|
50083
|
-
"path": "src/components/search/atomic-rating-facet/e2e/page-object.ts",
|
|
50162
|
+
"path": "src/components/search/atomic-rating-range-facet/e2e/page-object.ts",
|
|
50084
50163
|
"declarations": [],
|
|
50085
50164
|
"exports": []
|
|
50086
50165
|
},
|
|
50087
50166
|
{
|
|
50088
50167
|
"kind": "javascript-module",
|
|
50089
|
-
"path": "src/components/search/atomic-rating-
|
|
50168
|
+
"path": "src/components/search/atomic-rating-facet/e2e/atomic-rating-facet.e2e.ts",
|
|
50090
50169
|
"declarations": [],
|
|
50091
50170
|
"exports": []
|
|
50092
50171
|
},
|
|
50093
50172
|
{
|
|
50094
50173
|
"kind": "javascript-module",
|
|
50095
|
-
"path": "src/components/search/atomic-rating-
|
|
50174
|
+
"path": "src/components/search/atomic-rating-facet/e2e/fixture.ts",
|
|
50096
50175
|
"declarations": [],
|
|
50097
50176
|
"exports": []
|
|
50098
50177
|
},
|
|
50099
50178
|
{
|
|
50100
50179
|
"kind": "javascript-module",
|
|
50101
|
-
"path": "src/components/search/atomic-rating-
|
|
50180
|
+
"path": "src/components/search/atomic-rating-facet/e2e/page-object.ts",
|
|
50102
50181
|
"declarations": [],
|
|
50103
50182
|
"exports": []
|
|
50104
50183
|
},
|