@getlupa/client 0.16.1 → 1.0.2
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/.eslintrc.cjs +15 -0
- package/.prettierrc.json +8 -0
- package/dist/containerStyle.css +1 -0
- package/dist/favicon.ico +0 -0
- package/dist/index.html +17 -0
- package/dist/lupaSearch.iife.js +26672 -0
- package/dist/lupaSearch.js +26669 -0
- package/dist/lupaSearch.mjs +26669 -0
- package/dist/lupaSearch.umd.js +26673 -0
- package/dist/src/components/ProductListEntry.vue.d.ts +14 -0
- package/dist/src/components/RecommendationsEntry.vue.d.ts +14 -0
- package/dist/src/components/SearchBoxEntry.vue.d.ts +14 -0
- package/dist/src/components/SearchContainerEntry.vue.d.ts +14 -0
- package/dist/src/components/SearchResultsEntry.vue.d.ts +14 -0
- package/dist/src/constants/global.const.d.ts +1 -0
- package/dist/{es → src}/constants/queryParams.const.d.ts +26 -26
- package/dist/{iife → src}/constants/searchBox.const.d.ts +48 -48
- package/dist/{iife → src}/constants/searchResults.const.d.ts +106 -107
- package/dist/src/index.d.ts +43 -0
- package/dist/{iife → src}/utils/shadowDom.utils.d.ts +11 -11
- package/dist/style.css +1 -1
- package/env.d.ts +1 -0
- package/index.html +28 -0
- package/package.json +44 -64
- package/tsconfig.app.json +18 -0
- package/tsconfig.node.json +15 -0
- package/vite.config.ts +26 -0
- package/.browserslistrc +0 -3
- package/.eslintrc.js +0 -37
- package/README.md +0 -81
- package/babel.config.js +0 -3
- package/dist/cjs/ProductListEntry.vue.d.ts +0 -7
- package/dist/cjs/RecommendationsEntry.vue.d.ts +0 -6
- package/dist/cjs/SearchBoxEntry.vue.d.ts +0 -7
- package/dist/cjs/SearchContainerEntry.vue.d.ts +0 -18
- package/dist/cjs/SearchResultsEntry.vue.d.ts +0 -7
- package/dist/cjs/components/common/ProductImage.vue.d.ts +0 -17
- package/dist/cjs/components/common/Spinner.vue.d.ts +0 -3
- package/dist/cjs/components/product-list/CategoryDescription.vue.d.ts +0 -7
- package/dist/cjs/components/product-list/CategoryFilter.vue.d.ts +0 -23
- package/dist/cjs/components/product-list/CategoryFilterItem.vue.d.ts +0 -11
- package/dist/cjs/components/product-list/CategoryTopFilters.vue.d.ts +0 -10
- package/dist/cjs/components/product-list/ProductList.vue.d.ts +0 -7
- package/dist/cjs/components/recommendations/Recommendations.vue.d.ts +0 -25
- package/dist/cjs/components/search-box/SearchBox.vue.d.ts +0 -75
- package/dist/cjs/components/search-box/SearchBoxInput.vue.d.ts +0 -25
- package/dist/cjs/components/search-box/SearchBoxMainPanel.vue.d.ts +0 -33
- package/dist/cjs/components/search-box/SearchBoxMoreResults.vue.d.ts +0 -11
- package/dist/cjs/components/search-box/__tests__/SearchBox.spec.d.ts +0 -1
- package/dist/cjs/components/search-box/__tests__/SearchBoxInput.spec.d.ts +0 -1
- package/dist/cjs/components/search-box/__tests__/SearchBoxMainPanel.spec.d.ts +0 -1
- package/dist/cjs/components/search-box/history/SearchBoxHistoryItem.vue.d.ts +0 -7
- package/dist/cjs/components/search-box/history/SearchBoxHistoryPanel.vue.d.ts +0 -23
- package/dist/cjs/components/search-box/history/__tests__/SearchBoxHistoryPanel.vue.spec.d.ts +0 -1
- package/dist/cjs/components/search-box/products/SearchBoxProduct.vue.d.ts +0 -28
- package/dist/cjs/components/search-box/products/SearchBoxProducts.vue.d.ts +0 -15
- package/dist/cjs/components/search-box/products/SearchBoxProductsWrapper.vue.d.ts +0 -32
- package/dist/cjs/components/search-box/products/__tests__/SearchBoxProduct.vue.spec.d.ts +0 -1
- package/dist/cjs/components/search-box/products/elements/SearchBoxProductCustom.vue.d.ts +0 -12
- package/dist/cjs/components/search-box/products/elements/SearchBoxProductDescription.vue.d.ts +0 -9
- package/dist/cjs/components/search-box/products/elements/SearchBoxProductElement.vue.d.ts +0 -15
- package/dist/cjs/components/search-box/products/elements/SearchBoxProductImage.vue.d.ts +0 -7
- package/dist/cjs/components/search-box/products/elements/SearchBoxProductPrice.vue.d.ts +0 -10
- package/dist/cjs/components/search-box/products/elements/SearchBoxProductRegularPrice.vue.d.ts +0 -10
- package/dist/cjs/components/search-box/products/elements/SearchBoxProductTitle.vue.d.ts +0 -9
- package/dist/cjs/components/search-box/products/elements/__tests__/SearchBoxProductCustom.vue.spec.d.ts +0 -1
- package/dist/cjs/components/search-box/products/elements/__tests__/SearchBoxProductElement.vue.spec.d.ts +0 -1
- package/dist/cjs/components/search-box/products/elements/__tests__/SearchBoxProductImage.spec.d.ts +0 -1
- package/dist/cjs/components/search-box/products/elements/__tests__/SearchBoxProductPrice.vue.spec.d.ts +0 -1
- package/dist/cjs/components/search-box/products/elements/__tests__/SearchBoxProductTitle.vue.spec.d.ts +0 -1
- package/dist/cjs/components/search-box/products/elements/custom/SearchBoxProductCustomHtml.vue.d.ts +0 -10
- package/dist/cjs/components/search-box/suggestions/SearchBoxSuggestion.vue.d.ts +0 -12
- package/dist/cjs/components/search-box/suggestions/SearchBoxSuggestions.vue.d.ts +0 -22
- package/dist/cjs/components/search-box/suggestions/SearchBoxSuggestionsWrapper.vue.d.ts +0 -28
- package/dist/cjs/components/search-box/suggestions/__tests__/Suggestions.spec.d.ts +0 -1
- package/dist/cjs/components/search-container/SearchContainer.vue.d.ts +0 -19
- package/dist/cjs/components/search-results/SearchResults.vue.d.ts +0 -85
- package/dist/cjs/components/search-results/SearchResultsBreadcrumbs.vue.d.ts +0 -10
- package/dist/cjs/components/search-results/SearchResultsDidYouMean.vue.d.ts +0 -19
- package/dist/cjs/components/search-results/SearchResultsTitle.vue.d.ts +0 -16
- package/dist/cjs/components/search-results/__tests__/SearchResults.spec.d.ts +0 -1
- package/dist/cjs/components/search-results/__tests__/SearchResultsBreadcrumbs.spec.d.ts +0 -1
- package/dist/cjs/components/search-results/additional-panels/AdditionalPanel.vue.d.ts +0 -25
- package/dist/cjs/components/search-results/additional-panels/AdditionalPanels.vue.d.ts +0 -11
- package/dist/cjs/components/search-results/additional-panels/__tests__/AdditionalPanels.vue.spec.d.ts +0 -1
- package/dist/cjs/components/search-results/filters/CurrentFilterDisplay.vue.d.ts +0 -6
- package/dist/cjs/components/search-results/filters/CurrentFilters.vue.d.ts +0 -37
- package/dist/cjs/components/search-results/filters/FiltersTopDropdown.vue.d.ts +0 -5
- package/dist/cjs/components/search-results/filters/MobileFilterSidebar.vue.d.ts +0 -14
- package/dist/cjs/components/search-results/filters/SearchResultsFilters.vue.d.ts +0 -10
- package/dist/cjs/components/search-results/filters/__tests__/CurrentFilterDisplay.vue.spec.d.ts +0 -1
- package/dist/cjs/components/search-results/filters/__tests__/CurrentFilters.vue.spec.d.ts +0 -1
- package/dist/cjs/components/search-results/filters/facets/FacetDisplay.vue.d.ts +0 -29
- package/dist/cjs/components/search-results/filters/facets/FacetList.vue.d.ts +0 -14
- package/dist/cjs/components/search-results/filters/facets/Facets.vue.d.ts +0 -31
- package/dist/cjs/components/search-results/filters/facets/HierarchyFacet.vue.d.ts +0 -21
- package/dist/cjs/components/search-results/filters/facets/HierarchyFacetLevel.vue.d.ts +0 -12
- package/dist/cjs/components/search-results/filters/facets/StatsFacet.vue.d.ts +0 -38
- package/dist/cjs/components/search-results/filters/facets/TermFacet.vue.d.ts +0 -20
- package/dist/cjs/components/search-results/filters/facets/__tests__/FacetDisplay.vue.spec.d.ts +0 -1
- package/dist/cjs/components/search-results/filters/facets/__tests__/FacetList.vue.spec.d.ts +0 -1
- package/dist/cjs/components/search-results/filters/facets/__tests__/HierarchyFacet.vue.spec.d.ts +0 -1
- package/dist/cjs/components/search-results/filters/facets/__tests__/StatsFacet.vue.spec.d.ts +0 -1
- package/dist/cjs/components/search-results/filters/facets/__tests__/TermFacet.vue.spec.d.ts +0 -1
- package/dist/cjs/components/search-results/products/SearchResultsLayoutSelection.vue.d.ts +0 -8
- package/dist/cjs/components/search-results/products/SearchResultsMobileToggle.vue.d.ts +0 -10
- package/dist/cjs/components/search-results/products/SearchResultsProducts.vue.d.ts +0 -35
- package/dist/cjs/components/search-results/products/SearchResultsSummary.vue.d.ts +0 -8
- package/dist/cjs/components/search-results/products/SearchResultsToolbar.vue.d.ts +0 -30
- package/dist/cjs/components/search-results/products/__tests__/SearchResultsLayoutSelection.spec.d.ts +0 -1
- package/dist/cjs/components/search-results/products/__tests__/SearchResultsProducts.spec.d.ts +0 -1
- package/dist/cjs/components/search-results/products/__tests__/SearchResultsToolbar.spec.d.ts +0 -1
- package/dist/cjs/components/search-results/products/pagination/SearchResultsPageSelect.vue.d.ts +0 -28
- package/dist/cjs/components/search-results/products/pagination/SearchResultsPageSize.vue.d.ts +0 -19
- package/dist/cjs/components/search-results/products/pagination/__tests__/SearchResultsPageSelect.spec.d.ts +0 -1
- package/dist/cjs/components/search-results/products/pagination/__tests__/SearchResultsPageSize.spec.d.ts +0 -1
- package/dist/cjs/components/search-results/products/product-card/SearchResultsProductCard.vue.d.ts +0 -48
- package/dist/cjs/components/search-results/products/product-card/__tests__/SearchResultsBadgeWrapper.spec.d.ts +0 -1
- package/dist/cjs/components/search-results/products/product-card/__tests__/SearchResultsProductCard.spec.d.ts +0 -1
- package/dist/cjs/components/search-results/products/product-card/badges/CustomBadge.vue.d.ts +0 -7
- package/dist/cjs/components/search-results/products/product-card/badges/ImageBadge.vue.d.ts +0 -8
- package/dist/cjs/components/search-results/products/product-card/badges/SearchResultGeneratedBadge.vue.d.ts +0 -10
- package/dist/cjs/components/search-results/products/product-card/badges/SearchResultGeneratedBadges.vue.d.ts +0 -9
- package/dist/cjs/components/search-results/products/product-card/badges/SearchResultsBadgeWrapper.vue.d.ts +0 -11
- package/dist/cjs/components/search-results/products/product-card/badges/TextBadge.vue.d.ts +0 -7
- package/dist/cjs/components/search-results/products/product-card/elements/SearchResultsProductAddToCart.vue.d.ts +0 -12
- package/dist/cjs/components/search-results/products/product-card/elements/SearchResultsProductCardElement.vue.d.ts +0 -20
- package/dist/cjs/components/search-results/products/product-card/elements/SearchResultsProductCustom.vue.d.ts +0 -14
- package/dist/cjs/components/search-results/products/product-card/elements/SearchResultsProductDescription.vue.d.ts +0 -10
- package/dist/cjs/components/search-results/products/product-card/elements/SearchResultsProductImage.vue.d.ts +0 -7
- package/dist/cjs/components/search-results/products/product-card/elements/SearchResultsProductPrice.vue.d.ts +0 -10
- package/dist/cjs/components/search-results/products/product-card/elements/SearchResultsProductRating.vue.d.ts +0 -13
- package/dist/cjs/components/search-results/products/product-card/elements/SearchResultsProductRegularPrice.vue.d.ts +0 -10
- package/dist/cjs/components/search-results/products/product-card/elements/SearchResultsProductSingleStarRating.vue.d.ts +0 -11
- package/dist/cjs/components/search-results/products/product-card/elements/SearchResultsProductTitle.vue.d.ts +0 -15
- package/dist/cjs/components/search-results/products/product-card/elements/__tests__/SearchResultsProductAddToCart.spec.d.ts +0 -1
- package/dist/cjs/components/search-results/products/product-card/elements/__tests__/SearchResultsProductCustom.spec.d.ts +0 -1
- package/dist/cjs/components/search-results/products/product-card/elements/__tests__/SearchResultsProductCustomHtmlElement.spec.d.ts +0 -1
- package/dist/cjs/components/search-results/products/product-card/elements/__tests__/SearchResultsProductDescription.spec.d.ts +0 -1
- package/dist/cjs/components/search-results/products/product-card/elements/__tests__/SearchResultsProductImage.spec.d.ts +0 -1
- package/dist/cjs/components/search-results/products/product-card/elements/__tests__/SearchResultsProductPrice.spec.d.ts +0 -1
- package/dist/cjs/components/search-results/products/product-card/elements/__tests__/SearchResultsProductRating.spec.d.ts +0 -1
- package/dist/cjs/components/search-results/products/product-card/elements/__tests__/SearchResultsProductTitle.spec.d.ts +0 -1
- package/dist/cjs/components/search-results/products/product-card/elements/custom/SearchResultsProductCustomHtmlElement.vue.d.ts +0 -10
- package/dist/cjs/components/search-results/products/similar-queries/SearchResultsSimilarQueries.vue.d.ts +0 -19
- package/dist/cjs/components/search-results/products/similar-queries/SimilarQueryText.vue.d.ts +0 -10
- package/dist/cjs/components/search-results/products/sort/SearchResultsSort.vue.d.ts +0 -23
- package/dist/cjs/components/search-results/products/sort/__tests__/SearchResultsSort.spec.d.ts +0 -1
- package/dist/cjs/constants/development/recommendations.example.const.d.ts +0 -2
- package/dist/cjs/constants/development/searchBoxDev.example.const.d.ts +0 -30
- package/dist/cjs/constants/development/searchContainerDev.example.d.ts +0 -2
- package/dist/cjs/constants/development/searchProductListDev.example.d.ts +0 -28
- package/dist/cjs/constants/development/searchResultsDev.example.const.d.ts +0 -117
- package/dist/cjs/constants/global.const.d.ts +0 -17
- package/dist/cjs/constants/mockData..const.d.ts +0 -4
- package/dist/cjs/constants/queryParams.const.d.ts +0 -26
- package/dist/cjs/constants/searchBox.const.d.ts +0 -48
- package/dist/cjs/constants/searchResults.const.d.ts +0 -107
- package/dist/cjs/index-iife.d.ts +0 -26
- package/dist/cjs/index.d.ts +0 -30
- package/dist/cjs/index.min.js +0 -41372
- package/dist/cjs/main.d.ts +0 -1
- package/dist/cjs/store/__tests__/history.spec.d.ts +0 -1
- package/dist/cjs/store/__tests__/params.spec.d.ts +0 -1
- package/dist/cjs/store/__tests__/searchBox.spec.d.ts +0 -1
- package/dist/cjs/store/__tests__/searchResult.spec.d.ts +0 -1
- package/dist/cjs/store/index.d.ts +0 -2
- package/dist/cjs/store/modules/dynamicData.d.ts +0 -22
- package/dist/cjs/store/modules/history.d.ts +0 -13
- package/dist/cjs/store/modules/options.d.ts +0 -31
- package/dist/cjs/store/modules/params.d.ts +0 -63
- package/dist/cjs/store/modules/searchBox.d.ts +0 -66
- package/dist/cjs/store/modules/searchResult.d.ts +0 -69
- package/dist/cjs/store/modules/tracking.d.ts +0 -19
- package/dist/cjs/store/types/State.d.ts +0 -38
- package/dist/cjs/types/AnalyticsOptions.d.ts +0 -14
- package/dist/cjs/types/DocumentElement.d.ts +0 -91
- package/dist/cjs/types/General.d.ts +0 -20
- package/dist/cjs/types/product-list/ProductListOptions.d.ts +0 -29
- package/dist/cjs/types/recommendations/RecommendationsOptions.d.ts +0 -25
- package/dist/cjs/types/search-box/Common.d.ts +0 -51
- package/dist/cjs/types/search-box/SearchBoxHistory.d.ts +0 -6
- package/dist/cjs/types/search-box/SearchBoxOptions.d.ts +0 -36
- package/dist/cjs/types/search-box/SearchBoxPanel.d.ts +0 -28
- package/dist/cjs/types/search-container/SearchContainerOptions.d.ts +0 -15
- package/dist/cjs/types/search-results/BadgeOptions.d.ts +0 -60
- package/dist/cjs/types/search-results/FacetAction.d.ts +0 -16
- package/dist/cjs/types/search-results/Filters.d.ts +0 -9
- package/dist/cjs/types/search-results/PaginationOptions.d.ts +0 -20
- package/dist/cjs/types/search-results/QueryParams.d.ts +0 -4
- package/dist/cjs/types/search-results/ResultsLayout.d.ts +0 -5
- package/dist/cjs/types/search-results/RoutingBehavior.d.ts +0 -1
- package/dist/cjs/types/search-results/SearchResultsAdditionalPanelOptions.d.ts +0 -15
- package/dist/cjs/types/search-results/SearchResultsOptions.d.ts +0 -177
- package/dist/cjs/types/search-results/SearchResultsPagination.d.ts +0 -21
- package/dist/cjs/types/search-results/SearchResultsProductCardOptions.d.ts +0 -24
- package/dist/cjs/types/search-results/SearchResultsSort.d.ts +0 -11
- package/dist/cjs/utils/__tests__/debounce.utils.spec.d.ts +0 -1
- package/dist/cjs/utils/__tests__/event.utils.spec.d.ts +0 -1
- package/dist/cjs/utils/__tests__/filter.toggle.utils.spec.d.ts +0 -1
- package/dist/cjs/utils/__tests__/filter.utils.spec.d.ts +0 -1
- package/dist/cjs/utils/__tests__/history.utils.spec.d.ts +0 -1
- package/dist/cjs/utils/__tests__/link.utils.spec.d.ts +0 -1
- package/dist/cjs/utils/__tests__/params.utils.spec.d.ts +0 -1
- package/dist/cjs/utils/__tests__/picker.utils.spec.d.ts +0 -1
- package/dist/cjs/utils/__tests__/price.utils.spec.d.ts +0 -1
- package/dist/cjs/utils/__tests__/query.utils.spec.d.ts +0 -1
- package/dist/cjs/utils/__tests__/string.utils.spec.d.ts +0 -1
- package/dist/cjs/utils/__tests__/suggestion.utils.spec.d.ts +0 -1
- package/dist/cjs/utils/__tests__/tracking.utils.spec.d.ts +0 -1
- package/dist/cjs/utils/debounce.utils.d.ts +0 -1
- package/dist/cjs/utils/document.utils.d.ts +0 -1
- package/dist/cjs/utils/event.utils.d.ts +0 -2
- package/dist/cjs/utils/filter.toggle.utils.d.ts +0 -23
- package/dist/cjs/utils/filter.utils.d.ts +0 -11
- package/dist/cjs/utils/history.utils.d.ts +0 -2
- package/dist/cjs/utils/link.utils.d.ts +0 -6
- package/dist/cjs/utils/merger.utils.d.ts +0 -1
- package/dist/cjs/utils/params.utils.d.ts +0 -9
- package/dist/cjs/utils/picker.utils.d.ts +0 -5
- package/dist/cjs/utils/price.utils.d.ts +0 -2
- package/dist/cjs/utils/query.utils.d.ts +0 -5
- package/dist/cjs/utils/routing.utils.d.ts +0 -6
- package/dist/cjs/utils/scroll.utils.d.ts +0 -4
- package/dist/cjs/utils/shadowDom.utils.d.ts +0 -11
- package/dist/cjs/utils/string.utils.d.ts +0 -9
- package/dist/cjs/utils/suggestion.utils.d.ts +0 -3
- package/dist/cjs/utils/tracking.utils.d.ts +0 -9
- package/dist/containerStyle.js +0 -1
- package/dist/es/ProductListEntry.vue.d.ts +0 -7
- package/dist/es/RecommendationsEntry.vue.d.ts +0 -6
- package/dist/es/SearchBoxEntry.vue.d.ts +0 -7
- package/dist/es/SearchContainerEntry.vue.d.ts +0 -18
- package/dist/es/SearchResultsEntry.vue.d.ts +0 -7
- package/dist/es/components/common/ProductImage.vue.d.ts +0 -17
- package/dist/es/components/common/Spinner.vue.d.ts +0 -3
- package/dist/es/components/product-list/CategoryDescription.vue.d.ts +0 -7
- package/dist/es/components/product-list/CategoryFilter.vue.d.ts +0 -23
- package/dist/es/components/product-list/CategoryFilterItem.vue.d.ts +0 -11
- package/dist/es/components/product-list/CategoryTopFilters.vue.d.ts +0 -10
- package/dist/es/components/product-list/ProductList.vue.d.ts +0 -7
- package/dist/es/components/recommendations/Recommendations.vue.d.ts +0 -25
- package/dist/es/components/search-box/SearchBox.vue.d.ts +0 -75
- package/dist/es/components/search-box/SearchBoxInput.vue.d.ts +0 -25
- package/dist/es/components/search-box/SearchBoxMainPanel.vue.d.ts +0 -33
- package/dist/es/components/search-box/SearchBoxMoreResults.vue.d.ts +0 -11
- package/dist/es/components/search-box/__tests__/SearchBox.spec.d.ts +0 -1
- package/dist/es/components/search-box/__tests__/SearchBoxInput.spec.d.ts +0 -1
- package/dist/es/components/search-box/__tests__/SearchBoxMainPanel.spec.d.ts +0 -1
- package/dist/es/components/search-box/history/SearchBoxHistoryItem.vue.d.ts +0 -7
- package/dist/es/components/search-box/history/SearchBoxHistoryPanel.vue.d.ts +0 -23
- package/dist/es/components/search-box/history/__tests__/SearchBoxHistoryPanel.vue.spec.d.ts +0 -1
- package/dist/es/components/search-box/products/SearchBoxProduct.vue.d.ts +0 -28
- package/dist/es/components/search-box/products/SearchBoxProducts.vue.d.ts +0 -15
- package/dist/es/components/search-box/products/SearchBoxProductsWrapper.vue.d.ts +0 -32
- package/dist/es/components/search-box/products/__tests__/SearchBoxProduct.vue.spec.d.ts +0 -1
- package/dist/es/components/search-box/products/elements/SearchBoxProductCustom.vue.d.ts +0 -12
- package/dist/es/components/search-box/products/elements/SearchBoxProductDescription.vue.d.ts +0 -9
- package/dist/es/components/search-box/products/elements/SearchBoxProductElement.vue.d.ts +0 -15
- package/dist/es/components/search-box/products/elements/SearchBoxProductImage.vue.d.ts +0 -7
- package/dist/es/components/search-box/products/elements/SearchBoxProductPrice.vue.d.ts +0 -10
- package/dist/es/components/search-box/products/elements/SearchBoxProductRegularPrice.vue.d.ts +0 -10
- package/dist/es/components/search-box/products/elements/SearchBoxProductTitle.vue.d.ts +0 -9
- package/dist/es/components/search-box/products/elements/__tests__/SearchBoxProductCustom.vue.spec.d.ts +0 -1
- package/dist/es/components/search-box/products/elements/__tests__/SearchBoxProductElement.vue.spec.d.ts +0 -1
- package/dist/es/components/search-box/products/elements/__tests__/SearchBoxProductImage.spec.d.ts +0 -1
- package/dist/es/components/search-box/products/elements/__tests__/SearchBoxProductPrice.vue.spec.d.ts +0 -1
- package/dist/es/components/search-box/products/elements/__tests__/SearchBoxProductTitle.vue.spec.d.ts +0 -1
- package/dist/es/components/search-box/products/elements/custom/SearchBoxProductCustomHtml.vue.d.ts +0 -10
- package/dist/es/components/search-box/suggestions/SearchBoxSuggestion.vue.d.ts +0 -12
- package/dist/es/components/search-box/suggestions/SearchBoxSuggestions.vue.d.ts +0 -22
- package/dist/es/components/search-box/suggestions/SearchBoxSuggestionsWrapper.vue.d.ts +0 -28
- package/dist/es/components/search-box/suggestions/__tests__/Suggestions.spec.d.ts +0 -1
- package/dist/es/components/search-container/SearchContainer.vue.d.ts +0 -19
- package/dist/es/components/search-results/SearchResults.vue.d.ts +0 -85
- package/dist/es/components/search-results/SearchResultsBreadcrumbs.vue.d.ts +0 -10
- package/dist/es/components/search-results/SearchResultsDidYouMean.vue.d.ts +0 -19
- package/dist/es/components/search-results/SearchResultsTitle.vue.d.ts +0 -16
- package/dist/es/components/search-results/__tests__/SearchResults.spec.d.ts +0 -1
- package/dist/es/components/search-results/__tests__/SearchResultsBreadcrumbs.spec.d.ts +0 -1
- package/dist/es/components/search-results/additional-panels/AdditionalPanel.vue.d.ts +0 -25
- package/dist/es/components/search-results/additional-panels/AdditionalPanels.vue.d.ts +0 -11
- package/dist/es/components/search-results/additional-panels/__tests__/AdditionalPanels.vue.spec.d.ts +0 -1
- package/dist/es/components/search-results/filters/CurrentFilterDisplay.vue.d.ts +0 -6
- package/dist/es/components/search-results/filters/CurrentFilters.vue.d.ts +0 -37
- package/dist/es/components/search-results/filters/FiltersTopDropdown.vue.d.ts +0 -5
- package/dist/es/components/search-results/filters/MobileFilterSidebar.vue.d.ts +0 -14
- package/dist/es/components/search-results/filters/SearchResultsFilters.vue.d.ts +0 -10
- package/dist/es/components/search-results/filters/__tests__/CurrentFilterDisplay.vue.spec.d.ts +0 -1
- package/dist/es/components/search-results/filters/__tests__/CurrentFilters.vue.spec.d.ts +0 -1
- package/dist/es/components/search-results/filters/facets/FacetDisplay.vue.d.ts +0 -29
- package/dist/es/components/search-results/filters/facets/FacetList.vue.d.ts +0 -14
- package/dist/es/components/search-results/filters/facets/Facets.vue.d.ts +0 -31
- package/dist/es/components/search-results/filters/facets/HierarchyFacet.vue.d.ts +0 -21
- package/dist/es/components/search-results/filters/facets/HierarchyFacetLevel.vue.d.ts +0 -12
- package/dist/es/components/search-results/filters/facets/StatsFacet.vue.d.ts +0 -38
- package/dist/es/components/search-results/filters/facets/TermFacet.vue.d.ts +0 -20
- package/dist/es/components/search-results/filters/facets/__tests__/FacetDisplay.vue.spec.d.ts +0 -1
- package/dist/es/components/search-results/filters/facets/__tests__/FacetList.vue.spec.d.ts +0 -1
- package/dist/es/components/search-results/filters/facets/__tests__/HierarchyFacet.vue.spec.d.ts +0 -1
- package/dist/es/components/search-results/filters/facets/__tests__/StatsFacet.vue.spec.d.ts +0 -1
- package/dist/es/components/search-results/filters/facets/__tests__/TermFacet.vue.spec.d.ts +0 -1
- package/dist/es/components/search-results/products/SearchResultsLayoutSelection.vue.d.ts +0 -8
- package/dist/es/components/search-results/products/SearchResultsMobileToggle.vue.d.ts +0 -10
- package/dist/es/components/search-results/products/SearchResultsProducts.vue.d.ts +0 -35
- package/dist/es/components/search-results/products/SearchResultsSummary.vue.d.ts +0 -8
- package/dist/es/components/search-results/products/SearchResultsToolbar.vue.d.ts +0 -30
- package/dist/es/components/search-results/products/__tests__/SearchResultsLayoutSelection.spec.d.ts +0 -1
- package/dist/es/components/search-results/products/__tests__/SearchResultsProducts.spec.d.ts +0 -1
- package/dist/es/components/search-results/products/__tests__/SearchResultsToolbar.spec.d.ts +0 -1
- package/dist/es/components/search-results/products/pagination/SearchResultsPageSelect.vue.d.ts +0 -28
- package/dist/es/components/search-results/products/pagination/SearchResultsPageSize.vue.d.ts +0 -19
- package/dist/es/components/search-results/products/pagination/__tests__/SearchResultsPageSelect.spec.d.ts +0 -1
- package/dist/es/components/search-results/products/pagination/__tests__/SearchResultsPageSize.spec.d.ts +0 -1
- package/dist/es/components/search-results/products/product-card/SearchResultsProductCard.vue.d.ts +0 -48
- package/dist/es/components/search-results/products/product-card/__tests__/SearchResultsBadgeWrapper.spec.d.ts +0 -1
- package/dist/es/components/search-results/products/product-card/__tests__/SearchResultsProductCard.spec.d.ts +0 -1
- package/dist/es/components/search-results/products/product-card/badges/CustomBadge.vue.d.ts +0 -7
- package/dist/es/components/search-results/products/product-card/badges/ImageBadge.vue.d.ts +0 -8
- package/dist/es/components/search-results/products/product-card/badges/SearchResultGeneratedBadge.vue.d.ts +0 -10
- package/dist/es/components/search-results/products/product-card/badges/SearchResultGeneratedBadges.vue.d.ts +0 -9
- package/dist/es/components/search-results/products/product-card/badges/SearchResultsBadgeWrapper.vue.d.ts +0 -11
- package/dist/es/components/search-results/products/product-card/badges/TextBadge.vue.d.ts +0 -7
- package/dist/es/components/search-results/products/product-card/elements/SearchResultsProductAddToCart.vue.d.ts +0 -12
- package/dist/es/components/search-results/products/product-card/elements/SearchResultsProductCardElement.vue.d.ts +0 -20
- package/dist/es/components/search-results/products/product-card/elements/SearchResultsProductCustom.vue.d.ts +0 -14
- package/dist/es/components/search-results/products/product-card/elements/SearchResultsProductDescription.vue.d.ts +0 -10
- package/dist/es/components/search-results/products/product-card/elements/SearchResultsProductImage.vue.d.ts +0 -7
- package/dist/es/components/search-results/products/product-card/elements/SearchResultsProductPrice.vue.d.ts +0 -10
- package/dist/es/components/search-results/products/product-card/elements/SearchResultsProductRating.vue.d.ts +0 -13
- package/dist/es/components/search-results/products/product-card/elements/SearchResultsProductRegularPrice.vue.d.ts +0 -10
- package/dist/es/components/search-results/products/product-card/elements/SearchResultsProductSingleStarRating.vue.d.ts +0 -11
- package/dist/es/components/search-results/products/product-card/elements/SearchResultsProductTitle.vue.d.ts +0 -15
- package/dist/es/components/search-results/products/product-card/elements/__tests__/SearchResultsProductAddToCart.spec.d.ts +0 -1
- package/dist/es/components/search-results/products/product-card/elements/__tests__/SearchResultsProductCustom.spec.d.ts +0 -1
- package/dist/es/components/search-results/products/product-card/elements/__tests__/SearchResultsProductCustomHtmlElement.spec.d.ts +0 -1
- package/dist/es/components/search-results/products/product-card/elements/__tests__/SearchResultsProductDescription.spec.d.ts +0 -1
- package/dist/es/components/search-results/products/product-card/elements/__tests__/SearchResultsProductImage.spec.d.ts +0 -1
- package/dist/es/components/search-results/products/product-card/elements/__tests__/SearchResultsProductPrice.spec.d.ts +0 -1
- package/dist/es/components/search-results/products/product-card/elements/__tests__/SearchResultsProductRating.spec.d.ts +0 -1
- package/dist/es/components/search-results/products/product-card/elements/__tests__/SearchResultsProductTitle.spec.d.ts +0 -1
- package/dist/es/components/search-results/products/product-card/elements/custom/SearchResultsProductCustomHtmlElement.vue.d.ts +0 -10
- package/dist/es/components/search-results/products/similar-queries/SearchResultsSimilarQueries.vue.d.ts +0 -19
- package/dist/es/components/search-results/products/similar-queries/SimilarQueryText.vue.d.ts +0 -10
- package/dist/es/components/search-results/products/sort/SearchResultsSort.vue.d.ts +0 -23
- package/dist/es/components/search-results/products/sort/__tests__/SearchResultsSort.spec.d.ts +0 -1
- package/dist/es/constants/development/recommendations.example.const.d.ts +0 -2
- package/dist/es/constants/development/searchBoxDev.example.const.d.ts +0 -30
- package/dist/es/constants/development/searchContainerDev.example.d.ts +0 -2
- package/dist/es/constants/development/searchProductListDev.example.d.ts +0 -28
- package/dist/es/constants/development/searchResultsDev.example.const.d.ts +0 -117
- package/dist/es/constants/global.const.d.ts +0 -17
- package/dist/es/constants/mockData..const.d.ts +0 -4
- package/dist/es/constants/searchBox.const.d.ts +0 -48
- package/dist/es/constants/searchResults.const.d.ts +0 -107
- package/dist/es/index-iife.d.ts +0 -26
- package/dist/es/index.d.ts +0 -30
- package/dist/es/index.min.js +0 -41368
- package/dist/es/main.d.ts +0 -1
- package/dist/es/store/__tests__/history.spec.d.ts +0 -1
- package/dist/es/store/__tests__/params.spec.d.ts +0 -1
- package/dist/es/store/__tests__/searchBox.spec.d.ts +0 -1
- package/dist/es/store/__tests__/searchResult.spec.d.ts +0 -1
- package/dist/es/store/index.d.ts +0 -2
- package/dist/es/store/modules/dynamicData.d.ts +0 -22
- package/dist/es/store/modules/history.d.ts +0 -13
- package/dist/es/store/modules/options.d.ts +0 -31
- package/dist/es/store/modules/params.d.ts +0 -63
- package/dist/es/store/modules/searchBox.d.ts +0 -66
- package/dist/es/store/modules/searchResult.d.ts +0 -69
- package/dist/es/store/modules/tracking.d.ts +0 -19
- package/dist/es/store/types/State.d.ts +0 -38
- package/dist/es/types/AnalyticsOptions.d.ts +0 -14
- package/dist/es/types/DocumentElement.d.ts +0 -91
- package/dist/es/types/General.d.ts +0 -20
- package/dist/es/types/product-list/ProductListOptions.d.ts +0 -29
- package/dist/es/types/recommendations/RecommendationsOptions.d.ts +0 -25
- package/dist/es/types/search-box/Common.d.ts +0 -51
- package/dist/es/types/search-box/SearchBoxHistory.d.ts +0 -6
- package/dist/es/types/search-box/SearchBoxOptions.d.ts +0 -36
- package/dist/es/types/search-box/SearchBoxPanel.d.ts +0 -28
- package/dist/es/types/search-container/SearchContainerOptions.d.ts +0 -15
- package/dist/es/types/search-results/BadgeOptions.d.ts +0 -60
- package/dist/es/types/search-results/FacetAction.d.ts +0 -16
- package/dist/es/types/search-results/Filters.d.ts +0 -9
- package/dist/es/types/search-results/PaginationOptions.d.ts +0 -20
- package/dist/es/types/search-results/QueryParams.d.ts +0 -4
- package/dist/es/types/search-results/ResultsLayout.d.ts +0 -5
- package/dist/es/types/search-results/RoutingBehavior.d.ts +0 -1
- package/dist/es/types/search-results/SearchResultsAdditionalPanelOptions.d.ts +0 -15
- package/dist/es/types/search-results/SearchResultsOptions.d.ts +0 -177
- package/dist/es/types/search-results/SearchResultsPagination.d.ts +0 -21
- package/dist/es/types/search-results/SearchResultsProductCardOptions.d.ts +0 -24
- package/dist/es/types/search-results/SearchResultsSort.d.ts +0 -11
- package/dist/es/utils/__tests__/debounce.utils.spec.d.ts +0 -1
- package/dist/es/utils/__tests__/event.utils.spec.d.ts +0 -1
- package/dist/es/utils/__tests__/filter.toggle.utils.spec.d.ts +0 -1
- package/dist/es/utils/__tests__/filter.utils.spec.d.ts +0 -1
- package/dist/es/utils/__tests__/history.utils.spec.d.ts +0 -1
- package/dist/es/utils/__tests__/link.utils.spec.d.ts +0 -1
- package/dist/es/utils/__tests__/params.utils.spec.d.ts +0 -1
- package/dist/es/utils/__tests__/picker.utils.spec.d.ts +0 -1
- package/dist/es/utils/__tests__/price.utils.spec.d.ts +0 -1
- package/dist/es/utils/__tests__/query.utils.spec.d.ts +0 -1
- package/dist/es/utils/__tests__/string.utils.spec.d.ts +0 -1
- package/dist/es/utils/__tests__/suggestion.utils.spec.d.ts +0 -1
- package/dist/es/utils/__tests__/tracking.utils.spec.d.ts +0 -1
- package/dist/es/utils/debounce.utils.d.ts +0 -1
- package/dist/es/utils/document.utils.d.ts +0 -1
- package/dist/es/utils/event.utils.d.ts +0 -2
- package/dist/es/utils/filter.toggle.utils.d.ts +0 -23
- package/dist/es/utils/filter.utils.d.ts +0 -11
- package/dist/es/utils/history.utils.d.ts +0 -2
- package/dist/es/utils/link.utils.d.ts +0 -6
- package/dist/es/utils/merger.utils.d.ts +0 -1
- package/dist/es/utils/params.utils.d.ts +0 -9
- package/dist/es/utils/picker.utils.d.ts +0 -5
- package/dist/es/utils/price.utils.d.ts +0 -2
- package/dist/es/utils/query.utils.d.ts +0 -5
- package/dist/es/utils/routing.utils.d.ts +0 -6
- package/dist/es/utils/scroll.utils.d.ts +0 -4
- package/dist/es/utils/shadowDom.utils.d.ts +0 -11
- package/dist/es/utils/string.utils.d.ts +0 -9
- package/dist/es/utils/suggestion.utils.d.ts +0 -3
- package/dist/es/utils/tracking.utils.d.ts +0 -9
- package/dist/iife/ProductListEntry.vue.d.ts +0 -7
- package/dist/iife/RecommendationsEntry.vue.d.ts +0 -6
- package/dist/iife/SearchBoxEntry.vue.d.ts +0 -7
- package/dist/iife/SearchContainerEntry.vue.d.ts +0 -18
- package/dist/iife/SearchResultsEntry.vue.d.ts +0 -7
- package/dist/iife/components/common/ProductImage.vue.d.ts +0 -17
- package/dist/iife/components/common/Spinner.vue.d.ts +0 -3
- package/dist/iife/components/product-list/CategoryDescription.vue.d.ts +0 -7
- package/dist/iife/components/product-list/CategoryFilter.vue.d.ts +0 -23
- package/dist/iife/components/product-list/CategoryFilterItem.vue.d.ts +0 -11
- package/dist/iife/components/product-list/CategoryTopFilters.vue.d.ts +0 -10
- package/dist/iife/components/product-list/ProductList.vue.d.ts +0 -7
- package/dist/iife/components/recommendations/Recommendations.vue.d.ts +0 -25
- package/dist/iife/components/search-box/SearchBox.vue.d.ts +0 -75
- package/dist/iife/components/search-box/SearchBoxInput.vue.d.ts +0 -25
- package/dist/iife/components/search-box/SearchBoxMainPanel.vue.d.ts +0 -33
- package/dist/iife/components/search-box/SearchBoxMoreResults.vue.d.ts +0 -11
- package/dist/iife/components/search-box/__tests__/SearchBox.spec.d.ts +0 -1
- package/dist/iife/components/search-box/__tests__/SearchBoxInput.spec.d.ts +0 -1
- package/dist/iife/components/search-box/__tests__/SearchBoxMainPanel.spec.d.ts +0 -1
- package/dist/iife/components/search-box/history/SearchBoxHistoryItem.vue.d.ts +0 -7
- package/dist/iife/components/search-box/history/SearchBoxHistoryPanel.vue.d.ts +0 -23
- package/dist/iife/components/search-box/history/__tests__/SearchBoxHistoryPanel.vue.spec.d.ts +0 -1
- package/dist/iife/components/search-box/products/SearchBoxProduct.vue.d.ts +0 -28
- package/dist/iife/components/search-box/products/SearchBoxProducts.vue.d.ts +0 -15
- package/dist/iife/components/search-box/products/SearchBoxProductsWrapper.vue.d.ts +0 -32
- package/dist/iife/components/search-box/products/__tests__/SearchBoxProduct.vue.spec.d.ts +0 -1
- package/dist/iife/components/search-box/products/elements/SearchBoxProductCustom.vue.d.ts +0 -12
- package/dist/iife/components/search-box/products/elements/SearchBoxProductDescription.vue.d.ts +0 -9
- package/dist/iife/components/search-box/products/elements/SearchBoxProductElement.vue.d.ts +0 -15
- package/dist/iife/components/search-box/products/elements/SearchBoxProductImage.vue.d.ts +0 -7
- package/dist/iife/components/search-box/products/elements/SearchBoxProductPrice.vue.d.ts +0 -10
- package/dist/iife/components/search-box/products/elements/SearchBoxProductRegularPrice.vue.d.ts +0 -10
- package/dist/iife/components/search-box/products/elements/SearchBoxProductTitle.vue.d.ts +0 -9
- package/dist/iife/components/search-box/products/elements/__tests__/SearchBoxProductCustom.vue.spec.d.ts +0 -1
- package/dist/iife/components/search-box/products/elements/__tests__/SearchBoxProductElement.vue.spec.d.ts +0 -1
- package/dist/iife/components/search-box/products/elements/__tests__/SearchBoxProductImage.spec.d.ts +0 -1
- package/dist/iife/components/search-box/products/elements/__tests__/SearchBoxProductPrice.vue.spec.d.ts +0 -1
- package/dist/iife/components/search-box/products/elements/__tests__/SearchBoxProductTitle.vue.spec.d.ts +0 -1
- package/dist/iife/components/search-box/products/elements/custom/SearchBoxProductCustomHtml.vue.d.ts +0 -10
- package/dist/iife/components/search-box/suggestions/SearchBoxSuggestion.vue.d.ts +0 -12
- package/dist/iife/components/search-box/suggestions/SearchBoxSuggestions.vue.d.ts +0 -22
- package/dist/iife/components/search-box/suggestions/SearchBoxSuggestionsWrapper.vue.d.ts +0 -28
- package/dist/iife/components/search-box/suggestions/__tests__/Suggestions.spec.d.ts +0 -1
- package/dist/iife/components/search-container/SearchContainer.vue.d.ts +0 -19
- package/dist/iife/components/search-results/SearchResults.vue.d.ts +0 -85
- package/dist/iife/components/search-results/SearchResultsBreadcrumbs.vue.d.ts +0 -10
- package/dist/iife/components/search-results/SearchResultsDidYouMean.vue.d.ts +0 -19
- package/dist/iife/components/search-results/SearchResultsTitle.vue.d.ts +0 -16
- package/dist/iife/components/search-results/__tests__/SearchResults.spec.d.ts +0 -1
- package/dist/iife/components/search-results/__tests__/SearchResultsBreadcrumbs.spec.d.ts +0 -1
- package/dist/iife/components/search-results/additional-panels/AdditionalPanel.vue.d.ts +0 -25
- package/dist/iife/components/search-results/additional-panels/AdditionalPanels.vue.d.ts +0 -11
- package/dist/iife/components/search-results/additional-panels/__tests__/AdditionalPanels.vue.spec.d.ts +0 -1
- package/dist/iife/components/search-results/filters/CurrentFilterDisplay.vue.d.ts +0 -6
- package/dist/iife/components/search-results/filters/CurrentFilters.vue.d.ts +0 -37
- package/dist/iife/components/search-results/filters/FiltersTopDropdown.vue.d.ts +0 -5
- package/dist/iife/components/search-results/filters/MobileFilterSidebar.vue.d.ts +0 -14
- package/dist/iife/components/search-results/filters/SearchResultsFilters.vue.d.ts +0 -10
- package/dist/iife/components/search-results/filters/__tests__/CurrentFilterDisplay.vue.spec.d.ts +0 -1
- package/dist/iife/components/search-results/filters/__tests__/CurrentFilters.vue.spec.d.ts +0 -1
- package/dist/iife/components/search-results/filters/facets/FacetDisplay.vue.d.ts +0 -29
- package/dist/iife/components/search-results/filters/facets/FacetList.vue.d.ts +0 -14
- package/dist/iife/components/search-results/filters/facets/Facets.vue.d.ts +0 -31
- package/dist/iife/components/search-results/filters/facets/HierarchyFacet.vue.d.ts +0 -21
- package/dist/iife/components/search-results/filters/facets/HierarchyFacetLevel.vue.d.ts +0 -12
- package/dist/iife/components/search-results/filters/facets/StatsFacet.vue.d.ts +0 -38
- package/dist/iife/components/search-results/filters/facets/TermFacet.vue.d.ts +0 -20
- package/dist/iife/components/search-results/filters/facets/__tests__/FacetDisplay.vue.spec.d.ts +0 -1
- package/dist/iife/components/search-results/filters/facets/__tests__/FacetList.vue.spec.d.ts +0 -1
- package/dist/iife/components/search-results/filters/facets/__tests__/HierarchyFacet.vue.spec.d.ts +0 -1
- package/dist/iife/components/search-results/filters/facets/__tests__/StatsFacet.vue.spec.d.ts +0 -1
- package/dist/iife/components/search-results/filters/facets/__tests__/TermFacet.vue.spec.d.ts +0 -1
- package/dist/iife/components/search-results/products/SearchResultsLayoutSelection.vue.d.ts +0 -8
- package/dist/iife/components/search-results/products/SearchResultsMobileToggle.vue.d.ts +0 -10
- package/dist/iife/components/search-results/products/SearchResultsProducts.vue.d.ts +0 -35
- package/dist/iife/components/search-results/products/SearchResultsSummary.vue.d.ts +0 -8
- package/dist/iife/components/search-results/products/SearchResultsToolbar.vue.d.ts +0 -30
- package/dist/iife/components/search-results/products/__tests__/SearchResultsLayoutSelection.spec.d.ts +0 -1
- package/dist/iife/components/search-results/products/__tests__/SearchResultsProducts.spec.d.ts +0 -1
- package/dist/iife/components/search-results/products/__tests__/SearchResultsToolbar.spec.d.ts +0 -1
- package/dist/iife/components/search-results/products/pagination/SearchResultsPageSelect.vue.d.ts +0 -28
- package/dist/iife/components/search-results/products/pagination/SearchResultsPageSize.vue.d.ts +0 -19
- package/dist/iife/components/search-results/products/pagination/__tests__/SearchResultsPageSelect.spec.d.ts +0 -1
- package/dist/iife/components/search-results/products/pagination/__tests__/SearchResultsPageSize.spec.d.ts +0 -1
- package/dist/iife/components/search-results/products/product-card/SearchResultsProductCard.vue.d.ts +0 -48
- package/dist/iife/components/search-results/products/product-card/__tests__/SearchResultsBadgeWrapper.spec.d.ts +0 -1
- package/dist/iife/components/search-results/products/product-card/__tests__/SearchResultsProductCard.spec.d.ts +0 -1
- package/dist/iife/components/search-results/products/product-card/badges/CustomBadge.vue.d.ts +0 -7
- package/dist/iife/components/search-results/products/product-card/badges/ImageBadge.vue.d.ts +0 -8
- package/dist/iife/components/search-results/products/product-card/badges/SearchResultGeneratedBadge.vue.d.ts +0 -10
- package/dist/iife/components/search-results/products/product-card/badges/SearchResultGeneratedBadges.vue.d.ts +0 -9
- package/dist/iife/components/search-results/products/product-card/badges/SearchResultsBadgeWrapper.vue.d.ts +0 -11
- package/dist/iife/components/search-results/products/product-card/badges/TextBadge.vue.d.ts +0 -7
- package/dist/iife/components/search-results/products/product-card/elements/SearchResultsProductAddToCart.vue.d.ts +0 -12
- package/dist/iife/components/search-results/products/product-card/elements/SearchResultsProductCardElement.vue.d.ts +0 -20
- package/dist/iife/components/search-results/products/product-card/elements/SearchResultsProductCustom.vue.d.ts +0 -14
- package/dist/iife/components/search-results/products/product-card/elements/SearchResultsProductDescription.vue.d.ts +0 -10
- package/dist/iife/components/search-results/products/product-card/elements/SearchResultsProductImage.vue.d.ts +0 -7
- package/dist/iife/components/search-results/products/product-card/elements/SearchResultsProductPrice.vue.d.ts +0 -10
- package/dist/iife/components/search-results/products/product-card/elements/SearchResultsProductRating.vue.d.ts +0 -13
- package/dist/iife/components/search-results/products/product-card/elements/SearchResultsProductRegularPrice.vue.d.ts +0 -10
- package/dist/iife/components/search-results/products/product-card/elements/SearchResultsProductSingleStarRating.vue.d.ts +0 -11
- package/dist/iife/components/search-results/products/product-card/elements/SearchResultsProductTitle.vue.d.ts +0 -15
- package/dist/iife/components/search-results/products/product-card/elements/__tests__/SearchResultsProductAddToCart.spec.d.ts +0 -1
- package/dist/iife/components/search-results/products/product-card/elements/__tests__/SearchResultsProductCustom.spec.d.ts +0 -1
- package/dist/iife/components/search-results/products/product-card/elements/__tests__/SearchResultsProductCustomHtmlElement.spec.d.ts +0 -1
- package/dist/iife/components/search-results/products/product-card/elements/__tests__/SearchResultsProductDescription.spec.d.ts +0 -1
- package/dist/iife/components/search-results/products/product-card/elements/__tests__/SearchResultsProductImage.spec.d.ts +0 -1
- package/dist/iife/components/search-results/products/product-card/elements/__tests__/SearchResultsProductPrice.spec.d.ts +0 -1
- package/dist/iife/components/search-results/products/product-card/elements/__tests__/SearchResultsProductRating.spec.d.ts +0 -1
- package/dist/iife/components/search-results/products/product-card/elements/__tests__/SearchResultsProductTitle.spec.d.ts +0 -1
- package/dist/iife/components/search-results/products/product-card/elements/custom/SearchResultsProductCustomHtmlElement.vue.d.ts +0 -10
- package/dist/iife/components/search-results/products/similar-queries/SearchResultsSimilarQueries.vue.d.ts +0 -19
- package/dist/iife/components/search-results/products/similar-queries/SimilarQueryText.vue.d.ts +0 -10
- package/dist/iife/components/search-results/products/sort/SearchResultsSort.vue.d.ts +0 -23
- package/dist/iife/components/search-results/products/sort/__tests__/SearchResultsSort.spec.d.ts +0 -1
- package/dist/iife/constants/development/recommendations.example.const.d.ts +0 -2
- package/dist/iife/constants/development/searchBoxDev.example.const.d.ts +0 -30
- package/dist/iife/constants/development/searchContainerDev.example.d.ts +0 -2
- package/dist/iife/constants/development/searchProductListDev.example.d.ts +0 -28
- package/dist/iife/constants/development/searchResultsDev.example.const.d.ts +0 -117
- package/dist/iife/constants/global.const.d.ts +0 -17
- package/dist/iife/constants/mockData..const.d.ts +0 -4
- package/dist/iife/constants/queryParams.const.d.ts +0 -26
- package/dist/iife/index-iife.d.ts +0 -26
- package/dist/iife/index.d.ts +0 -30
- package/dist/iife/index.min.js +0 -1
- package/dist/iife/main.d.ts +0 -1
- package/dist/iife/store/__tests__/history.spec.d.ts +0 -1
- package/dist/iife/store/__tests__/params.spec.d.ts +0 -1
- package/dist/iife/store/__tests__/searchBox.spec.d.ts +0 -1
- package/dist/iife/store/__tests__/searchResult.spec.d.ts +0 -1
- package/dist/iife/store/index.d.ts +0 -2
- package/dist/iife/store/modules/dynamicData.d.ts +0 -22
- package/dist/iife/store/modules/history.d.ts +0 -13
- package/dist/iife/store/modules/options.d.ts +0 -31
- package/dist/iife/store/modules/params.d.ts +0 -63
- package/dist/iife/store/modules/searchBox.d.ts +0 -66
- package/dist/iife/store/modules/searchResult.d.ts +0 -69
- package/dist/iife/store/modules/tracking.d.ts +0 -19
- package/dist/iife/store/types/State.d.ts +0 -38
- package/dist/iife/types/AnalyticsOptions.d.ts +0 -14
- package/dist/iife/types/DocumentElement.d.ts +0 -91
- package/dist/iife/types/General.d.ts +0 -20
- package/dist/iife/types/product-list/ProductListOptions.d.ts +0 -29
- package/dist/iife/types/recommendations/RecommendationsOptions.d.ts +0 -25
- package/dist/iife/types/search-box/Common.d.ts +0 -51
- package/dist/iife/types/search-box/SearchBoxHistory.d.ts +0 -6
- package/dist/iife/types/search-box/SearchBoxOptions.d.ts +0 -36
- package/dist/iife/types/search-box/SearchBoxPanel.d.ts +0 -28
- package/dist/iife/types/search-container/SearchContainerOptions.d.ts +0 -15
- package/dist/iife/types/search-results/BadgeOptions.d.ts +0 -60
- package/dist/iife/types/search-results/FacetAction.d.ts +0 -16
- package/dist/iife/types/search-results/Filters.d.ts +0 -9
- package/dist/iife/types/search-results/PaginationOptions.d.ts +0 -20
- package/dist/iife/types/search-results/QueryParams.d.ts +0 -4
- package/dist/iife/types/search-results/ResultsLayout.d.ts +0 -5
- package/dist/iife/types/search-results/RoutingBehavior.d.ts +0 -1
- package/dist/iife/types/search-results/SearchResultsAdditionalPanelOptions.d.ts +0 -15
- package/dist/iife/types/search-results/SearchResultsOptions.d.ts +0 -177
- package/dist/iife/types/search-results/SearchResultsPagination.d.ts +0 -21
- package/dist/iife/types/search-results/SearchResultsProductCardOptions.d.ts +0 -24
- package/dist/iife/types/search-results/SearchResultsSort.d.ts +0 -11
- package/dist/iife/utils/__tests__/debounce.utils.spec.d.ts +0 -1
- package/dist/iife/utils/__tests__/event.utils.spec.d.ts +0 -1
- package/dist/iife/utils/__tests__/filter.toggle.utils.spec.d.ts +0 -1
- package/dist/iife/utils/__tests__/filter.utils.spec.d.ts +0 -1
- package/dist/iife/utils/__tests__/history.utils.spec.d.ts +0 -1
- package/dist/iife/utils/__tests__/link.utils.spec.d.ts +0 -1
- package/dist/iife/utils/__tests__/params.utils.spec.d.ts +0 -1
- package/dist/iife/utils/__tests__/picker.utils.spec.d.ts +0 -1
- package/dist/iife/utils/__tests__/price.utils.spec.d.ts +0 -1
- package/dist/iife/utils/__tests__/query.utils.spec.d.ts +0 -1
- package/dist/iife/utils/__tests__/string.utils.spec.d.ts +0 -1
- package/dist/iife/utils/__tests__/suggestion.utils.spec.d.ts +0 -1
- package/dist/iife/utils/__tests__/tracking.utils.spec.d.ts +0 -1
- package/dist/iife/utils/debounce.utils.d.ts +0 -1
- package/dist/iife/utils/document.utils.d.ts +0 -1
- package/dist/iife/utils/event.utils.d.ts +0 -2
- package/dist/iife/utils/filter.toggle.utils.d.ts +0 -23
- package/dist/iife/utils/filter.utils.d.ts +0 -11
- package/dist/iife/utils/history.utils.d.ts +0 -2
- package/dist/iife/utils/link.utils.d.ts +0 -6
- package/dist/iife/utils/merger.utils.d.ts +0 -1
- package/dist/iife/utils/params.utils.d.ts +0 -9
- package/dist/iife/utils/picker.utils.d.ts +0 -5
- package/dist/iife/utils/price.utils.d.ts +0 -2
- package/dist/iife/utils/query.utils.d.ts +0 -5
- package/dist/iife/utils/routing.utils.d.ts +0 -6
- package/dist/iife/utils/scroll.utils.d.ts +0 -4
- package/dist/iife/utils/string.utils.d.ts +0 -9
- package/dist/iife/utils/suggestion.utils.d.ts +0 -3
- package/dist/iife/utils/tracking.utils.d.ts +0 -9
- package/dist/lupaContainerStyle.css +0 -1
- package/jest.config.js +0 -22
- package/vue-carousel.d.ts +0 -1
package/dist/es/components/search-results/products/product-card/SearchResultsProductCard.vue.d.ts
DELETED
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import { DocumentElement } from "@/types/DocumentElement";
|
|
2
|
-
import { TrackingOptions } from "@/types/General";
|
|
3
|
-
import { TrackableEventData } from "@/types/search-box/Common";
|
|
4
|
-
import { BadgeOptions } from "@/types/search-results/BadgeOptions";
|
|
5
|
-
import { ResultsLayout } from "@/types/search-results/ResultsLayout";
|
|
6
|
-
import { RoutingBehavior } from "@/types/search-results/RoutingBehavior";
|
|
7
|
-
import { SearchResultsOptionLabels, SearchResultsOptions } from "@/types/search-results/SearchResultsOptions";
|
|
8
|
-
import { SearchResultsProductCardOptions } from "@/types/search-results/SearchResultsProductCardOptions";
|
|
9
|
-
import { Document, ReportableEventType } from "@getlupa/client-sdk/Types";
|
|
10
|
-
import Vue from "vue";
|
|
11
|
-
import { ProductClickTrackingSettings, AnalyticsEventType } from "@/types/AnalyticsOptions";
|
|
12
|
-
export default class SearchResultsProductCard extends Vue {
|
|
13
|
-
product: Document;
|
|
14
|
-
options: SearchResultsProductCardOptions;
|
|
15
|
-
isAdditionalPanel: boolean;
|
|
16
|
-
clickTrackingSettings: ProductClickTrackingSettings;
|
|
17
|
-
isInStock: boolean;
|
|
18
|
-
layout: ResultsLayout;
|
|
19
|
-
searchResultsRoutingBehavior: RoutingBehavior;
|
|
20
|
-
searchResultOptions: SearchResultsOptions;
|
|
21
|
-
trackingOptions: TrackingOptions;
|
|
22
|
-
query: string;
|
|
23
|
-
trackClick: ({ queryKey, data, }: {
|
|
24
|
-
queryKey: string;
|
|
25
|
-
data: TrackableEventData;
|
|
26
|
-
}) => void;
|
|
27
|
-
get listLayoutClass(): string;
|
|
28
|
-
get badgesOptions(): BadgeOptions;
|
|
29
|
-
get imageElements(): DocumentElement[];
|
|
30
|
-
get detailElements(): DocumentElement[];
|
|
31
|
-
get labels(): SearchResultsOptionLabels;
|
|
32
|
-
get link(): string;
|
|
33
|
-
get hasEventRouting(): boolean;
|
|
34
|
-
get elementGroups(): string[];
|
|
35
|
-
getGroupElements(group: string): DocumentElement[];
|
|
36
|
-
mounted(): void;
|
|
37
|
-
checkIfIsInStock(): Promise<void>;
|
|
38
|
-
get id(): string;
|
|
39
|
-
get title(): string;
|
|
40
|
-
get clickTrackingType(): AnalyticsEventType;
|
|
41
|
-
get trackingLabel(): string | undefined;
|
|
42
|
-
get trackingListLabel(): string | undefined;
|
|
43
|
-
handleClick(): void;
|
|
44
|
-
handleProductEvent(item: {
|
|
45
|
-
type: ReportableEventType;
|
|
46
|
-
}): void;
|
|
47
|
-
handleNavigation(event?: Event): void;
|
|
48
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { ImageBadgeElement } from "@/types/search-results/BadgeOptions";
|
|
2
|
-
import Vue from "vue";
|
|
3
|
-
export default class ImageBadge extends Vue {
|
|
4
|
-
badge: ImageBadgeElement;
|
|
5
|
-
get badges(): string[];
|
|
6
|
-
getImageUrl(src: string): string;
|
|
7
|
-
get displayBadges(): string[];
|
|
8
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { BadgeGenerateSeed, BadgeOptions } from "@/types/search-results/BadgeOptions";
|
|
2
|
-
import Vue from "vue";
|
|
3
|
-
export default class SearchResultGeneratedBadge extends Vue {
|
|
4
|
-
options: BadgeOptions;
|
|
5
|
-
badge: BadgeGenerateSeed;
|
|
6
|
-
get image(): string | undefined;
|
|
7
|
-
get showTitle(): boolean;
|
|
8
|
-
get hasAdditionalText(): boolean;
|
|
9
|
-
get hasTitleText(): boolean;
|
|
10
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { BadgeGenerateSeed, BadgeOptions } from "@/types/search-results/BadgeOptions";
|
|
2
|
-
import Vue from "vue";
|
|
3
|
-
export default class SearchResultGeneratedBadges extends Vue {
|
|
4
|
-
options: BadgeOptions;
|
|
5
|
-
get badgeField(): Record<string, any>[];
|
|
6
|
-
get keyMap(): Record<string, string>;
|
|
7
|
-
get hasBadges(): boolean;
|
|
8
|
-
get badges(): BadgeGenerateSeed[];
|
|
9
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { BadgeElement, BadgeOptions } from "@/types/search-results/BadgeOptions";
|
|
2
|
-
import { AnchorPosition } from "@/types/search-results/SearchResultsProductCardOptions";
|
|
3
|
-
import Vue from "vue";
|
|
4
|
-
export default class SearchResultsBadgeWrapper extends Vue {
|
|
5
|
-
position: "card" | "image";
|
|
6
|
-
options: BadgeOptions;
|
|
7
|
-
get anchorPosition(): AnchorPosition;
|
|
8
|
-
get badges(): BadgeElement[];
|
|
9
|
-
get displayBadges(): BadgeElement[];
|
|
10
|
-
getBadgeComponent(type: string): string;
|
|
11
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import Vue from "vue";
|
|
2
|
-
import { Document } from "@getlupa/client-sdk/Types";
|
|
3
|
-
import { AddToCartElement } from "@/types/DocumentElement";
|
|
4
|
-
export default class SearchResultsProductAddToCart extends Vue {
|
|
5
|
-
item: Document;
|
|
6
|
-
options: AddToCartElement;
|
|
7
|
-
inStock: boolean;
|
|
8
|
-
addToCartAmount: number;
|
|
9
|
-
loading: boolean;
|
|
10
|
-
get label(): string;
|
|
11
|
-
handleClick(): Promise<void>;
|
|
12
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import Vue from "vue";
|
|
2
|
-
import { Document } from "@getlupa/client-sdk/Types";
|
|
3
|
-
import { SearchBoxOptionLabels } from "@/types/search-box/SearchBoxOptions";
|
|
4
|
-
import { DocumentElement } from "@/types/DocumentElement";
|
|
5
|
-
export default class SearchResultsProductCardElement extends Vue {
|
|
6
|
-
item: Document;
|
|
7
|
-
element: DocumentElement;
|
|
8
|
-
labels?: SearchBoxOptionLabels;
|
|
9
|
-
inStock?: boolean;
|
|
10
|
-
link: string;
|
|
11
|
-
dynamicDataIdMap: Record<string, Document>;
|
|
12
|
-
loading: boolean;
|
|
13
|
-
get elementComponent(): string;
|
|
14
|
-
get displayElement(): boolean;
|
|
15
|
-
get isLoadingDynamicData(): boolean;
|
|
16
|
-
get enhancedItem(): Document;
|
|
17
|
-
handleProductEvent(item: {
|
|
18
|
-
type: string;
|
|
19
|
-
}): void;
|
|
20
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import Vue from "vue";
|
|
2
|
-
import { Document } from "@getlupa/client-sdk/Types";
|
|
3
|
-
import { CustomDocumentElement } from "@/types/DocumentElement";
|
|
4
|
-
export default class SearchResultsProductCustom extends Vue {
|
|
5
|
-
item: Document;
|
|
6
|
-
options: CustomDocumentElement;
|
|
7
|
-
get value(): unknown;
|
|
8
|
-
get text(): string;
|
|
9
|
-
get isArray(): boolean;
|
|
10
|
-
get className(): string;
|
|
11
|
-
get label(): string | undefined;
|
|
12
|
-
get isHtml(): boolean;
|
|
13
|
-
handleClick(): Promise<void>;
|
|
14
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import Vue from "vue";
|
|
2
|
-
import { Document } from "@getlupa/client-sdk/Types";
|
|
3
|
-
import { DescriptionDocumentElement } from "@/types/DocumentElement";
|
|
4
|
-
export default class SearchResultsProductDescription extends Vue {
|
|
5
|
-
item: Document;
|
|
6
|
-
options: DescriptionDocumentElement;
|
|
7
|
-
get description(): unknown;
|
|
8
|
-
get isHtml(): boolean;
|
|
9
|
-
get maxLines(): number;
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import Vue from "vue";
|
|
2
|
-
import { Document } from "@getlupa/client-sdk/Types";
|
|
3
|
-
import { RegularPriceDocumentElement } from "@/types/DocumentElement";
|
|
4
|
-
import { SearchResultsOptionLabels } from "@/types/search-results/SearchResultsOptions";
|
|
5
|
-
export default class SearchResultsProductPrice extends Vue {
|
|
6
|
-
item: Document;
|
|
7
|
-
options: RegularPriceDocumentElement;
|
|
8
|
-
labels?: SearchResultsOptionLabels;
|
|
9
|
-
get price(): string;
|
|
10
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import Vue from "vue";
|
|
2
|
-
import { Document } from "@getlupa/client-sdk/Types";
|
|
3
|
-
import { RatingElement } from "@/types/DocumentElement";
|
|
4
|
-
export default class SearchResultsProductRating extends Vue {
|
|
5
|
-
item: Document;
|
|
6
|
-
options: RatingElement;
|
|
7
|
-
get totalRatings(): string;
|
|
8
|
-
get currentRating(): number;
|
|
9
|
-
get baseStars(): string[];
|
|
10
|
-
get highlightedStars(): string[];
|
|
11
|
-
get ratingPercentage(): number;
|
|
12
|
-
get ratingLink(): string;
|
|
13
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import Vue from "vue";
|
|
2
|
-
import { Document } from "@getlupa/client-sdk/Types";
|
|
3
|
-
import { RegularPriceDocumentElement } from "@/types/DocumentElement";
|
|
4
|
-
import { SearchResultsOptionLabels } from "@/types/search-results/SearchResultsOptions";
|
|
5
|
-
export default class SearchResultsProductRegularPrice extends Vue {
|
|
6
|
-
item: Document;
|
|
7
|
-
options: RegularPriceDocumentElement;
|
|
8
|
-
labels: SearchResultsOptionLabels;
|
|
9
|
-
get price(): string;
|
|
10
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import Vue from "vue";
|
|
2
|
-
import { Document } from "@getlupa/client-sdk/Types";
|
|
3
|
-
import { SingleStarRatingElement } from "@/types/DocumentElement";
|
|
4
|
-
export default class SearchResultsProductSingleStarRating extends Vue {
|
|
5
|
-
item: Document;
|
|
6
|
-
options: SingleStarRatingElement;
|
|
7
|
-
get totalRatings(): string;
|
|
8
|
-
get ratingLink(): string;
|
|
9
|
-
get rating(): string;
|
|
10
|
-
get star(): string;
|
|
11
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import Vue from "vue";
|
|
2
|
-
import { Document } from "@getlupa/client-sdk/Types";
|
|
3
|
-
import { TitleDocumentElement } from "@/types/DocumentElement";
|
|
4
|
-
import { SearchResultsOptions } from "@/types/search-results/SearchResultsOptions";
|
|
5
|
-
export default class SearchResultsProductTitle extends Vue {
|
|
6
|
-
item: Document;
|
|
7
|
-
options: TitleDocumentElement;
|
|
8
|
-
link: string;
|
|
9
|
-
searchResultOptions: SearchResultsOptions;
|
|
10
|
-
get title(): unknown;
|
|
11
|
-
get isHtml(): boolean;
|
|
12
|
-
get maxLines(): number;
|
|
13
|
-
get hasEventRouting(): boolean;
|
|
14
|
-
handleNavigation(event?: Event): void;
|
|
15
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import Vue from "vue";
|
|
2
|
-
import { Document } from "@getlupa/client-sdk/Types";
|
|
3
|
-
import { CustomHtmlElement } from "@/types/DocumentElement";
|
|
4
|
-
export default class SearchResultsProductCustomHtmlElement extends Vue {
|
|
5
|
-
item: Document;
|
|
6
|
-
options: CustomHtmlElement;
|
|
7
|
-
get text(): string;
|
|
8
|
-
get className(): string;
|
|
9
|
-
handleClick(): Promise<void>;
|
|
10
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { InputSuggestionFacet } from "@/types/search-box/Common";
|
|
2
|
-
import { QueryParams } from "@/types/search-results/QueryParams";
|
|
3
|
-
import { SearchResultsSimilarQueriesLabels } from "@/types/search-results/SearchResultsOptions";
|
|
4
|
-
import { SearchResultsProductCardOptions } from "@/types/search-results/SearchResultsProductCardOptions";
|
|
5
|
-
import { Document, SimilarQueryResult } from "@getlupa/client-sdk/Types";
|
|
6
|
-
import Vue from "vue";
|
|
7
|
-
export default class SearchResultsSimilarQueries extends Vue {
|
|
8
|
-
labels: SearchResultsSimilarQueriesLabels;
|
|
9
|
-
columnSize: string;
|
|
10
|
-
productCardOptions: SearchResultsProductCardOptions;
|
|
11
|
-
similarQueries: SimilarQueryResult[];
|
|
12
|
-
getProductKey(index: string, product: Document): string;
|
|
13
|
-
goToResults: ({ searchText, facet, }: {
|
|
14
|
-
searchText: string;
|
|
15
|
-
facet?: InputSuggestionFacet;
|
|
16
|
-
}) => {
|
|
17
|
-
params: QueryParams;
|
|
18
|
-
};
|
|
19
|
-
}
|
package/dist/es/components/search-results/products/similar-queries/SimilarQueryText.vue.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { SimilarQueryResult } from "@getlupa/client-sdk/Types";
|
|
2
|
-
import Vue from "vue";
|
|
3
|
-
export default class SimilarQueryText extends Vue {
|
|
4
|
-
similarQuery: SimilarQueryResult;
|
|
5
|
-
label: string;
|
|
6
|
-
searchText: string;
|
|
7
|
-
get count(): number;
|
|
8
|
-
insertValue(text: string, query: string): string[];
|
|
9
|
-
getStyle(text: string): string;
|
|
10
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { QueryParams } from "@/types/search-results/QueryParams";
|
|
2
|
-
import { SearchResultsSortOptions, SortOptions } from "@/types/search-results/SearchResultsSort";
|
|
3
|
-
import Vue from "vue";
|
|
4
|
-
export default class SearchResultsSort extends Vue {
|
|
5
|
-
options: SortOptions;
|
|
6
|
-
selectedKey: string;
|
|
7
|
-
sort: string;
|
|
8
|
-
get sortItems(): SearchResultsSortOptions[];
|
|
9
|
-
get defaultSortValue(): SearchResultsSortOptions;
|
|
10
|
-
mounted(): void;
|
|
11
|
-
handleSortChange(): void;
|
|
12
|
-
setSortValue(): void;
|
|
13
|
-
appendParams: ({ params, paramsToRemove, }: {
|
|
14
|
-
params: {
|
|
15
|
-
name: string;
|
|
16
|
-
value: string;
|
|
17
|
-
}[];
|
|
18
|
-
paramsToRemove?: string[];
|
|
19
|
-
}) => {
|
|
20
|
-
params: QueryParams;
|
|
21
|
-
};
|
|
22
|
-
handleSelect(): void;
|
|
23
|
-
}
|
package/dist/es/components/search-results/products/sort/__tests__/SearchResultsSort.spec.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { SdkOptions } from "@/types/General";
|
|
2
|
-
import { SearchBoxPanel } from "@/types/search-box/SearchBoxPanel";
|
|
3
|
-
export declare const SEARCH_BOX_CONFIGURATION: {
|
|
4
|
-
options: SdkOptions;
|
|
5
|
-
minInputLength: number;
|
|
6
|
-
showTotalCount: boolean;
|
|
7
|
-
inputAttributes: {
|
|
8
|
-
name: string;
|
|
9
|
-
};
|
|
10
|
-
debounce: number;
|
|
11
|
-
labels: {
|
|
12
|
-
placeholder: string;
|
|
13
|
-
noResults: string;
|
|
14
|
-
moreResults: string;
|
|
15
|
-
currency: string;
|
|
16
|
-
priceSeparator: string;
|
|
17
|
-
defaultFacetLabel: string;
|
|
18
|
-
close: string;
|
|
19
|
-
};
|
|
20
|
-
links: {
|
|
21
|
-
searchResults: string;
|
|
22
|
-
};
|
|
23
|
-
searchTitlePosition: string;
|
|
24
|
-
panels: SearchBoxPanel[];
|
|
25
|
-
history: {
|
|
26
|
-
labels: {
|
|
27
|
-
clear: string;
|
|
28
|
-
};
|
|
29
|
-
};
|
|
30
|
-
};
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
export declare const PRODUCT_LIST_CONFIGURATION: {
|
|
2
|
-
initialFilters: {
|
|
3
|
-
category: string[];
|
|
4
|
-
};
|
|
5
|
-
categories: {
|
|
6
|
-
queryKey: string;
|
|
7
|
-
routingBehavior: string;
|
|
8
|
-
keys: {
|
|
9
|
-
titleKey: string;
|
|
10
|
-
urlKey: string;
|
|
11
|
-
};
|
|
12
|
-
filters: {
|
|
13
|
-
category: string[];
|
|
14
|
-
};
|
|
15
|
-
back: {
|
|
16
|
-
title: string;
|
|
17
|
-
url: string;
|
|
18
|
-
};
|
|
19
|
-
parent: {
|
|
20
|
-
title: string;
|
|
21
|
-
url: string;
|
|
22
|
-
};
|
|
23
|
-
current: {
|
|
24
|
-
title: string;
|
|
25
|
-
description: string;
|
|
26
|
-
};
|
|
27
|
-
};
|
|
28
|
-
};
|
|
@@ -1,117 +0,0 @@
|
|
|
1
|
-
import { SdkOptions } from "@/types/General";
|
|
2
|
-
import { DocumentElement } from "@/types/DocumentElement";
|
|
3
|
-
import { SearchResultBadgeOptions } from "@/types/search-results/SearchResultsProductCardOptions";
|
|
4
|
-
import { SearchResultsSortOptions } from "@/types/search-results/SearchResultsSort";
|
|
5
|
-
export declare const SEARCH_RESULTS_CONFIGURATION: {
|
|
6
|
-
options: SdkOptions;
|
|
7
|
-
queryKey: string;
|
|
8
|
-
labels: {
|
|
9
|
-
pageSize: string;
|
|
10
|
-
sortBy: string;
|
|
11
|
-
itemCount: string;
|
|
12
|
-
currency: string;
|
|
13
|
-
priceSeparator: string;
|
|
14
|
-
showMore: string;
|
|
15
|
-
emptyResults: string;
|
|
16
|
-
noItemsInPage: string;
|
|
17
|
-
backToFirstPage: string;
|
|
18
|
-
mobileFilterButton: string;
|
|
19
|
-
htmlTitleTemplate: string;
|
|
20
|
-
noResultsSuggestion: string;
|
|
21
|
-
didYouMean: string;
|
|
22
|
-
similarQuery: string;
|
|
23
|
-
similarQueries: string;
|
|
24
|
-
aiSuggestions: string;
|
|
25
|
-
};
|
|
26
|
-
toolbar: {
|
|
27
|
-
totalCount: boolean;
|
|
28
|
-
};
|
|
29
|
-
grid: {
|
|
30
|
-
columns: {
|
|
31
|
-
xl: number;
|
|
32
|
-
l: number;
|
|
33
|
-
md: number;
|
|
34
|
-
sm: number;
|
|
35
|
-
xs: number;
|
|
36
|
-
};
|
|
37
|
-
};
|
|
38
|
-
pagination: {
|
|
39
|
-
sizeSelection: {
|
|
40
|
-
position: {
|
|
41
|
-
top: boolean;
|
|
42
|
-
bottom: boolean;
|
|
43
|
-
};
|
|
44
|
-
sizes: number[];
|
|
45
|
-
};
|
|
46
|
-
pageSelection: {
|
|
47
|
-
position: {
|
|
48
|
-
top: boolean;
|
|
49
|
-
bottom: boolean;
|
|
50
|
-
};
|
|
51
|
-
display: number;
|
|
52
|
-
};
|
|
53
|
-
};
|
|
54
|
-
sort: SearchResultsSortOptions[];
|
|
55
|
-
filters: {
|
|
56
|
-
currentFilters: {
|
|
57
|
-
visibility: {
|
|
58
|
-
mobileSidebar: boolean;
|
|
59
|
-
mobileToolbar: boolean;
|
|
60
|
-
desktopToolbar: boolean;
|
|
61
|
-
desktopSidebar: boolean;
|
|
62
|
-
};
|
|
63
|
-
labels: {
|
|
64
|
-
title: string;
|
|
65
|
-
clearAll: string;
|
|
66
|
-
};
|
|
67
|
-
mobileSidebar: {
|
|
68
|
-
showFilterCount: boolean;
|
|
69
|
-
activeFiltersExpanded: boolean;
|
|
70
|
-
};
|
|
71
|
-
desktopToolbar: {
|
|
72
|
-
activeFiltersExpanded: boolean;
|
|
73
|
-
};
|
|
74
|
-
};
|
|
75
|
-
facets: {
|
|
76
|
-
labels: {
|
|
77
|
-
title: string;
|
|
78
|
-
showAll: string;
|
|
79
|
-
showLess: string;
|
|
80
|
-
facetFilter: string;
|
|
81
|
-
};
|
|
82
|
-
hierarchy: {
|
|
83
|
-
maxInitialLevel: number;
|
|
84
|
-
topLevelValueCountLimit: number;
|
|
85
|
-
filterable: boolean;
|
|
86
|
-
};
|
|
87
|
-
stats: {
|
|
88
|
-
slider: boolean;
|
|
89
|
-
inputs: boolean;
|
|
90
|
-
labels: {
|
|
91
|
-
from: string;
|
|
92
|
-
to: string;
|
|
93
|
-
};
|
|
94
|
-
};
|
|
95
|
-
filterable: {
|
|
96
|
-
minValues: number;
|
|
97
|
-
};
|
|
98
|
-
facetValueCountLimit: number;
|
|
99
|
-
showDocumentCount: boolean;
|
|
100
|
-
};
|
|
101
|
-
};
|
|
102
|
-
isInStock: () => boolean;
|
|
103
|
-
badges: SearchResultBadgeOptions;
|
|
104
|
-
links: {
|
|
105
|
-
details: string;
|
|
106
|
-
};
|
|
107
|
-
idKey: string;
|
|
108
|
-
titleKey: string;
|
|
109
|
-
elements: DocumentElement[];
|
|
110
|
-
breadcrumbs: ({
|
|
111
|
-
label: string;
|
|
112
|
-
link: string;
|
|
113
|
-
} | {
|
|
114
|
-
label: string;
|
|
115
|
-
link?: undefined;
|
|
116
|
-
})[];
|
|
117
|
-
};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export declare const HISTORY_LOCAL_STORAGE_KEY = "LUPA_HISTORY";
|
|
2
|
-
export declare const TRACKING_STORAGE_KEY = "LUPA_STATS";
|
|
3
|
-
export declare const TRACKING_STORAGE_KEY_BASE = "LUPA_STATS_BASE";
|
|
4
|
-
export declare const TRACKING_ANALYTICS_KEY = "LUPA_ANALYTICS";
|
|
5
|
-
export declare const TRACKING_KEY_LENGTH = 10;
|
|
6
|
-
export declare const HISTORY_MAX_ITEMS = 7;
|
|
7
|
-
export declare const S_MIN_WIDTH = 575;
|
|
8
|
-
export declare const MD_MIN_WIDTH = 767;
|
|
9
|
-
export declare const L_MIN_WIDTH = 991;
|
|
10
|
-
export declare const XL_MIN_WIDTH = 1199;
|
|
11
|
-
export declare const MAX_FACET_VALUES = 5000;
|
|
12
|
-
export declare const CURRENCY_KEY_INDICATOR = "price";
|
|
13
|
-
export declare const DEFAULT_PAGE_SIZE = 12;
|
|
14
|
-
export declare const DEFAULT_PAGE_SIZE_SELECTION: number[];
|
|
15
|
-
export declare const LUPA_ROUTING_EVENT = "lupaRedirect";
|
|
16
|
-
export declare const DEFAULT_CONTAINER_STYLE = "containerStyle.css";
|
|
17
|
-
export declare const RATING_STAR_HTML = "☆";
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { DisplaySuggestion } from "@/types/search-box/Common";
|
|
2
|
-
import { SuggestionQueryResult } from "@getlupa/client-sdk/Types";
|
|
3
|
-
export declare const SuggestionsMockData: SuggestionQueryResult;
|
|
4
|
-
export declare const DisplaySuggestionsMockData: (input: string) => DisplaySuggestion[];
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
export declare const DEFAULT_SEARCH_BOX_OPTIONS: {
|
|
2
|
-
inputSelector: string;
|
|
3
|
-
options: {
|
|
4
|
-
environment: string;
|
|
5
|
-
};
|
|
6
|
-
showTotalCount: boolean;
|
|
7
|
-
minInputLength: number;
|
|
8
|
-
inputAttributes: {
|
|
9
|
-
name: string;
|
|
10
|
-
};
|
|
11
|
-
debounce: number;
|
|
12
|
-
labels: {
|
|
13
|
-
placeholder: string;
|
|
14
|
-
noResults: string;
|
|
15
|
-
moreResults: string;
|
|
16
|
-
currency: string;
|
|
17
|
-
defaultFacetLabel: string;
|
|
18
|
-
};
|
|
19
|
-
links: {
|
|
20
|
-
searchResults: string;
|
|
21
|
-
};
|
|
22
|
-
panels: ({
|
|
23
|
-
type: string;
|
|
24
|
-
queryKey: string;
|
|
25
|
-
highlight: boolean;
|
|
26
|
-
limit: number;
|
|
27
|
-
searchBySuggestion?: undefined;
|
|
28
|
-
links?: undefined;
|
|
29
|
-
titleKey?: undefined;
|
|
30
|
-
elements?: undefined;
|
|
31
|
-
} | {
|
|
32
|
-
type: string;
|
|
33
|
-
queryKey: string;
|
|
34
|
-
limit: number;
|
|
35
|
-
searchBySuggestion: boolean;
|
|
36
|
-
links: {
|
|
37
|
-
details: string;
|
|
38
|
-
};
|
|
39
|
-
titleKey: string;
|
|
40
|
-
elements: never[];
|
|
41
|
-
highlight?: undefined;
|
|
42
|
-
})[];
|
|
43
|
-
history: {
|
|
44
|
-
labels: {
|
|
45
|
-
clear: string;
|
|
46
|
-
};
|
|
47
|
-
};
|
|
48
|
-
};
|