@getlupa/client 0.16.2 → 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 -11
- 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 -41377
- 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 -61
- 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 -11
- 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 -41373
- 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 -61
- 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 -11
- 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 -61
- 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
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
import { QueryParams } from "@/types/search-results/QueryParams";
|
|
2
|
-
import { ProductGrid, SearchResultsDidYouMeanLabels, SearchResultsOptions, SearchResultsProductOptions } from "@/types/search-results/SearchResultsOptions";
|
|
3
|
-
import { FilterGroup, PublicQuery, SearchQueryResult } from "@getlupa/client-sdk/Types";
|
|
4
|
-
import Vue from "vue";
|
|
5
|
-
import { AnalyticsEventType } from "@/types/AnalyticsOptions";
|
|
6
|
-
import { TrackableEventData } from "@/types/search-box/Common";
|
|
7
|
-
export default class SearchResults extends Vue {
|
|
8
|
-
options: SearchResultsOptions;
|
|
9
|
-
initialFilters: FilterGroup;
|
|
10
|
-
isProductList: boolean;
|
|
11
|
-
isContainer: boolean;
|
|
12
|
-
get productsOptions(): SearchResultsProductOptions;
|
|
13
|
-
currentQueryText: string;
|
|
14
|
-
hasResults: boolean;
|
|
15
|
-
currentFilterCount: number;
|
|
16
|
-
get didYouMeanLabels(): SearchResultsDidYouMeanLabels;
|
|
17
|
-
get showFilterSidebar(): boolean;
|
|
18
|
-
get isTitleResultTopPosition(): boolean;
|
|
19
|
-
trackSearch: ({ queryKey, query, }: {
|
|
20
|
-
queryKey: string;
|
|
21
|
-
query: PublicQuery;
|
|
22
|
-
type?: AnalyticsEventType;
|
|
23
|
-
}) => void;
|
|
24
|
-
trackResults: ({ queryKey, results, }: {
|
|
25
|
-
queryKey: string;
|
|
26
|
-
results: SearchQueryResult;
|
|
27
|
-
}) => void;
|
|
28
|
-
trackEvent: ({ queryKey, data, }: {
|
|
29
|
-
queryKey: string;
|
|
30
|
-
data: TrackableEventData;
|
|
31
|
-
}) => void;
|
|
32
|
-
enhanceData: ({ result, }: {
|
|
33
|
-
result: SearchQueryResult;
|
|
34
|
-
}) => Promise<void>;
|
|
35
|
-
searchString: string;
|
|
36
|
-
setDefaultLimit: (defaultLimit: number) => {
|
|
37
|
-
defaultLimit: number;
|
|
38
|
-
};
|
|
39
|
-
addParams: (params: QueryParams) => {
|
|
40
|
-
params: QueryParams;
|
|
41
|
-
};
|
|
42
|
-
removeParams: ({ paramsToRemove, save, }: {
|
|
43
|
-
paramsToRemove: string[];
|
|
44
|
-
save: boolean;
|
|
45
|
-
}) => void;
|
|
46
|
-
appendParams: ({ params, save, }: {
|
|
47
|
-
params: {
|
|
48
|
-
name: string;
|
|
49
|
-
value: string;
|
|
50
|
-
}[];
|
|
51
|
-
save: boolean;
|
|
52
|
-
}) => void;
|
|
53
|
-
setSearchResultOptions: ({ options, }: {
|
|
54
|
-
options: SearchResultsOptions;
|
|
55
|
-
}) => void;
|
|
56
|
-
setInitialFilters: ({ initialFilters, }: {
|
|
57
|
-
initialFilters: FilterGroup;
|
|
58
|
-
}) => void;
|
|
59
|
-
mounted(): void;
|
|
60
|
-
beforeDestroy(): void;
|
|
61
|
-
trackItemListView(title: string, items?: Record<string, unknown>[]): void;
|
|
62
|
-
handleMounted(): void;
|
|
63
|
-
handleParamsChange(): void;
|
|
64
|
-
addSearchResult: (searchResult: SearchQueryResult) => SearchQueryResult;
|
|
65
|
-
setLoading: (loading: boolean) => {
|
|
66
|
-
loading: boolean;
|
|
67
|
-
};
|
|
68
|
-
defaultSearchResultPageSize: number;
|
|
69
|
-
handleUrlChange(params?: URLSearchParams): void;
|
|
70
|
-
query(publicQuery: PublicQuery): void;
|
|
71
|
-
handleResults({ queryKey, results, }: {
|
|
72
|
-
queryKey: string;
|
|
73
|
-
results: SearchQueryResult;
|
|
74
|
-
}): Promise<void>;
|
|
75
|
-
setScreenWidth: ({ width, }: {
|
|
76
|
-
width: number;
|
|
77
|
-
}) => void;
|
|
78
|
-
setColumnCount: ({ width, grid, }: {
|
|
79
|
-
width: number;
|
|
80
|
-
grid: ProductGrid;
|
|
81
|
-
}) => {
|
|
82
|
-
columnCount: number;
|
|
83
|
-
};
|
|
84
|
-
handleResize(): void;
|
|
85
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { SearchResultsBreadcrumb, SearchResultsOptions } from "@/types/search-results/SearchResultsOptions";
|
|
2
|
-
import Vue from "vue";
|
|
3
|
-
export default class SearchResultsBreadcrumbs extends Vue {
|
|
4
|
-
breadcrumbs: SearchResultsBreadcrumb[];
|
|
5
|
-
currentQueryText: string;
|
|
6
|
-
searchResultOptions: SearchResultsOptions;
|
|
7
|
-
get hasEventRouting(): boolean;
|
|
8
|
-
getLabel(label: string): string;
|
|
9
|
-
handleNavigation(event: Event, link: string): void;
|
|
10
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { InputSuggestionFacet } from "@/types/search-box/Common";
|
|
2
|
-
import { QueryParams } from "@/types/search-results/QueryParams";
|
|
3
|
-
import { SearchResultsDidYouMeanLabels } from "@/types/search-results/SearchResultsOptions";
|
|
4
|
-
import { SearchQueryResult } from "@getlupa/client-sdk/Types";
|
|
5
|
-
import Vue from "vue";
|
|
6
|
-
export default class SearchResultsDidYouMean extends Vue {
|
|
7
|
-
labels: SearchResultsDidYouMeanLabels;
|
|
8
|
-
searchResult: SearchQueryResult;
|
|
9
|
-
get didYouMeanLabel(): string;
|
|
10
|
-
get didYouMeanValue(): string;
|
|
11
|
-
insertValue(text: string): string;
|
|
12
|
-
getStyle(text: string): string;
|
|
13
|
-
goToResults: ({ searchText, facet, }: {
|
|
14
|
-
searchText: string;
|
|
15
|
-
facet?: InputSuggestionFacet;
|
|
16
|
-
}) => {
|
|
17
|
-
params: QueryParams;
|
|
18
|
-
};
|
|
19
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { SearchResultsOptions } from "@/types/search-results/SearchResultsOptions";
|
|
2
|
-
import Vue from "vue";
|
|
3
|
-
export default class SearchResultsTitle extends Vue {
|
|
4
|
-
options: SearchResultsOptions;
|
|
5
|
-
isProductList: boolean;
|
|
6
|
-
showSummary: boolean;
|
|
7
|
-
currentQueryText: string;
|
|
8
|
-
totalItems: number;
|
|
9
|
-
suggestedSearchText: string;
|
|
10
|
-
get queryText(): string;
|
|
11
|
-
get showProductCount(): boolean;
|
|
12
|
-
get showSearchTitle(): boolean;
|
|
13
|
-
get descriptionTop(): string | undefined;
|
|
14
|
-
get summaryLabel(): string;
|
|
15
|
-
getLabel(label: string): string;
|
|
16
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { SearchResultsAdditionalPanelOptions } from "@/types/search-results/SearchResultsAdditionalPanelOptions";
|
|
2
|
-
import Vue from "vue";
|
|
3
|
-
import { SdkOptions } from "@/types/General";
|
|
4
|
-
import { SearchQueryResult } from "@getlupa/client-sdk/Types";
|
|
5
|
-
import { Document } from "@getlupa/client-sdk/Types";
|
|
6
|
-
import { SearchResultsOptions } from "@/types/search-results/SearchResultsOptions";
|
|
7
|
-
export default class AdditionalPanels extends Vue {
|
|
8
|
-
panel: SearchResultsAdditionalPanelOptions;
|
|
9
|
-
options: SdkOptions;
|
|
10
|
-
result: SearchQueryResult;
|
|
11
|
-
query: string;
|
|
12
|
-
searchString: string;
|
|
13
|
-
searchResultOptions: SearchResultsOptions;
|
|
14
|
-
showAll: boolean;
|
|
15
|
-
get displayShowMore(): boolean;
|
|
16
|
-
get itemCount(): number;
|
|
17
|
-
get items(): Document[];
|
|
18
|
-
get visibleItems(): Document[];
|
|
19
|
-
get hasResults(): boolean;
|
|
20
|
-
mounted(): void;
|
|
21
|
-
handleQueryChange(): void;
|
|
22
|
-
handleResults(res: SearchQueryResult): void;
|
|
23
|
-
toggleShowMore(): void;
|
|
24
|
-
addParams(label: string, itemCount: number): string;
|
|
25
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { SdkOptions } from "@/types/General";
|
|
2
|
-
import { SearchResultsAdditionalPanelOptions } from "@/types/search-results/SearchResultsAdditionalPanelOptions";
|
|
3
|
-
import { SearchResultsAdditionalPanels } from "@/types/search-results/SearchResultsOptions";
|
|
4
|
-
import Vue from "vue";
|
|
5
|
-
export default class AdditionalPanels extends Vue {
|
|
6
|
-
options: SearchResultsAdditionalPanels;
|
|
7
|
-
sdkOptions: SdkOptions;
|
|
8
|
-
location: "top" | "bottom";
|
|
9
|
-
get locationPanels(): SearchResultsAdditionalPanelOptions[];
|
|
10
|
-
get isVisible(): boolean;
|
|
11
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import Vue from "vue";
|
|
2
|
-
import { ResultCurrentFilterOptions } from "@/types/search-results/SearchResultsOptions";
|
|
3
|
-
import { FacetResult, FilterGroup } from "@getlupa/client-sdk/Types";
|
|
4
|
-
import { LabeledFilter } from "@/types/search-results/Filters";
|
|
5
|
-
import { QueryParams } from "@/types/search-results/QueryParams";
|
|
6
|
-
export default class CurrentFilters extends Vue {
|
|
7
|
-
options: ResultCurrentFilterOptions;
|
|
8
|
-
expandable: boolean;
|
|
9
|
-
isOpen: boolean;
|
|
10
|
-
currentFilters: FilterGroup;
|
|
11
|
-
facets: FacetResult[] | undefined;
|
|
12
|
-
displayFilters: LabeledFilter[];
|
|
13
|
-
currentFilterCount: number;
|
|
14
|
-
initialFilters: FilterGroup;
|
|
15
|
-
get hasFilters(): boolean;
|
|
16
|
-
removeParams: ({ paramsToRemove, }: {
|
|
17
|
-
paramsToRemove?: string[];
|
|
18
|
-
}) => {
|
|
19
|
-
params: QueryParams;
|
|
20
|
-
};
|
|
21
|
-
removeAllFilters: () => {
|
|
22
|
-
params: QueryParams;
|
|
23
|
-
};
|
|
24
|
-
handleClearAll: () => void;
|
|
25
|
-
appendParams: ({ params, paramsToRemove, }: {
|
|
26
|
-
params: {
|
|
27
|
-
name: string;
|
|
28
|
-
value: string | string[];
|
|
29
|
-
}[];
|
|
30
|
-
paramsToRemove?: string[];
|
|
31
|
-
}) => {
|
|
32
|
-
params: QueryParams;
|
|
33
|
-
};
|
|
34
|
-
handleRemove({ filter }: {
|
|
35
|
-
filter: LabeledFilter;
|
|
36
|
-
}): void;
|
|
37
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { SearchResultsFilterOptions } from "@/types/search-results/SearchResultsOptions";
|
|
2
|
-
import Vue from "vue";
|
|
3
|
-
export default class MobileFilterSidebar extends Vue {
|
|
4
|
-
options: SearchResultsFilterOptions;
|
|
5
|
-
setSidebarState: ({ visible, }: {
|
|
6
|
-
visible: boolean;
|
|
7
|
-
}) => void;
|
|
8
|
-
isMobileSidebarVisible: boolean;
|
|
9
|
-
currentFilterCount: number;
|
|
10
|
-
get sidebarTitle(): string;
|
|
11
|
-
get isFilterCountVisible(): boolean;
|
|
12
|
-
get isActiveFiltersExpanded(): boolean;
|
|
13
|
-
handleMobileToggle(): void;
|
|
14
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import Vue from "vue";
|
|
2
|
-
import { SearchResultsFilterOptions } from "@/types/search-results/SearchResultsOptions";
|
|
3
|
-
export default class SearchResultsFilters extends Vue {
|
|
4
|
-
options: SearchResultsFilterOptions;
|
|
5
|
-
expandable: boolean;
|
|
6
|
-
get desktopFiltersVisible(): boolean;
|
|
7
|
-
get currentFiltersVisible(): boolean;
|
|
8
|
-
get showCurrentFilters(): boolean;
|
|
9
|
-
fetch(): void;
|
|
10
|
-
}
|
package/dist/iife/components/search-results/filters/__tests__/CurrentFilterDisplay.vue.spec.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import Vue from "vue";
|
|
2
|
-
import { FacetResult, FilterGroup } from "@getlupa/client-sdk/Types";
|
|
3
|
-
import { ResultFacetOptions } from "@/types/search-results/SearchResultsOptions";
|
|
4
|
-
import { FacetAction } from "@/types/search-results/FacetAction";
|
|
5
|
-
export default class FacetDisplay extends Vue {
|
|
6
|
-
options: ResultFacetOptions;
|
|
7
|
-
facet: FacetResult;
|
|
8
|
-
currentFilters: FilterGroup;
|
|
9
|
-
clearable: boolean;
|
|
10
|
-
currentFilterKeys: string[];
|
|
11
|
-
isOpen: boolean;
|
|
12
|
-
get facetType(): string;
|
|
13
|
-
get hasItems(): boolean;
|
|
14
|
-
get hasFilter(): boolean;
|
|
15
|
-
get filterQueryKey(): string | undefined;
|
|
16
|
-
get activeFilterKeys(): string;
|
|
17
|
-
mounted(): void;
|
|
18
|
-
beforeDestroy(): void;
|
|
19
|
-
handleMouseClick(e: MouseEvent): void;
|
|
20
|
-
handleParamsChange(): void;
|
|
21
|
-
queryFacet: ({ queryKey, facetKey, }: {
|
|
22
|
-
queryKey: string;
|
|
23
|
-
facetKey: string;
|
|
24
|
-
}) => Promise<void>;
|
|
25
|
-
toggleFacet(): void;
|
|
26
|
-
handleFacetQueryFilter(): void;
|
|
27
|
-
handleFacetSelect(item: FacetAction): void;
|
|
28
|
-
clear(): void;
|
|
29
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import Vue from "vue";
|
|
2
|
-
import { FacetResult, FilterGroup } from "@getlupa/client-sdk/Types";
|
|
3
|
-
import { FacetStyle, ResultFacetOptions } from "@/types/search-results/SearchResultsOptions";
|
|
4
|
-
import { FacetAction } from "@/types/search-results/FacetAction";
|
|
5
|
-
export default class FacetList extends Vue {
|
|
6
|
-
options: ResultFacetOptions;
|
|
7
|
-
facets: FacetResult[];
|
|
8
|
-
currentFilters: FilterGroup;
|
|
9
|
-
facetStyle: FacetStyle;
|
|
10
|
-
clearable: boolean;
|
|
11
|
-
get displayFacets(): FacetResult[];
|
|
12
|
-
handleFacetSelect(facetAction: FacetAction): void;
|
|
13
|
-
clear(facet: FacetResult): void;
|
|
14
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import Vue from "vue";
|
|
2
|
-
import { FacetStyle, ResultFacetOptions } from "@/types/search-results/SearchResultsOptions";
|
|
3
|
-
import { FacetResult, FilterGroup } from "@getlupa/client-sdk/Types";
|
|
4
|
-
import { QueryParams } from "@/types/search-results/QueryParams";
|
|
5
|
-
import { FacetAction } from "@/types/search-results/FacetAction";
|
|
6
|
-
export default class Facets extends Vue {
|
|
7
|
-
options: ResultFacetOptions;
|
|
8
|
-
facetStyle: FacetStyle;
|
|
9
|
-
clearable: boolean;
|
|
10
|
-
currentFilters: FilterGroup;
|
|
11
|
-
facets: FacetResult[] | undefined;
|
|
12
|
-
get promotedFacets(): FacetResult[] | undefined;
|
|
13
|
-
get regularFacets(): FacetResult[] | undefined;
|
|
14
|
-
removeParams: ({ paramsToRemove, }: {
|
|
15
|
-
paramsToRemove?: string[];
|
|
16
|
-
}) => {
|
|
17
|
-
params: QueryParams;
|
|
18
|
-
};
|
|
19
|
-
appendParams: ({ params, paramsToRemove, encode, }: {
|
|
20
|
-
params: {
|
|
21
|
-
name: string;
|
|
22
|
-
value: string | string[];
|
|
23
|
-
}[];
|
|
24
|
-
paramsToRemove?: string[];
|
|
25
|
-
encode?: boolean;
|
|
26
|
-
}) => {
|
|
27
|
-
params: QueryParams;
|
|
28
|
-
};
|
|
29
|
-
handleFacetSelect(facetAction: FacetAction): void;
|
|
30
|
-
clear(facet: FacetResult): void;
|
|
31
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import Vue from "vue";
|
|
2
|
-
import { FacetGroupHierarchy, FacetGroupItem, FilterGroupItemTypeTerms, HierarchyTree } from "@getlupa/client-sdk/Types";
|
|
3
|
-
import { ResultFacetOptions } from "@/types/search-results/SearchResultsOptions";
|
|
4
|
-
export default class HierarchyFacet extends Vue {
|
|
5
|
-
options: ResultFacetOptions;
|
|
6
|
-
facet: FacetGroupHierarchy;
|
|
7
|
-
currentFilters: FilterGroupItemTypeTerms;
|
|
8
|
-
showAll: boolean;
|
|
9
|
-
termFilter: string;
|
|
10
|
-
level: number;
|
|
11
|
-
get itemLimit(): number;
|
|
12
|
-
get allValues(): HierarchyTree[];
|
|
13
|
-
get displayValues(): HierarchyTree[];
|
|
14
|
-
get filteredValues(): HierarchyTree[];
|
|
15
|
-
get isFilterable(): boolean;
|
|
16
|
-
handleFacetClick({ value }: {
|
|
17
|
-
value: string;
|
|
18
|
-
}): void;
|
|
19
|
-
handleShowAll(): void;
|
|
20
|
-
isChecked(item: FacetGroupItem): boolean;
|
|
21
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import Vue from "vue";
|
|
2
|
-
import { FilterGroupItemTypeHierarchy, HierarchyTree } from "@getlupa/client-sdk/Types";
|
|
3
|
-
import { ResultFacetOptions } from "@/types/search-results/SearchResultsOptions";
|
|
4
|
-
export default class HierarchyFacetLevel extends Vue {
|
|
5
|
-
options: ResultFacetOptions;
|
|
6
|
-
level: number;
|
|
7
|
-
item: HierarchyTree;
|
|
8
|
-
currentFilters: FilterGroupItemTypeHierarchy;
|
|
9
|
-
handleFacetClick(item: HierarchyTree): void;
|
|
10
|
-
get showChildren(): boolean;
|
|
11
|
-
get isChecked(): boolean;
|
|
12
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import Vue from "vue";
|
|
2
|
-
import { FacetGroupTypeStats, FilterGroupItemTypeRange } from "@getlupa/client-sdk/Types";
|
|
3
|
-
import { ResultFacetOptions, SearchResultsOptions } from "@/types/search-results/SearchResultsOptions";
|
|
4
|
-
export default class TermFacet extends Vue {
|
|
5
|
-
options: ResultFacetOptions;
|
|
6
|
-
facet: FacetGroupTypeStats;
|
|
7
|
-
currentFilters: FilterGroupItemTypeRange;
|
|
8
|
-
innerSliderRange: number[];
|
|
9
|
-
searchResultOptions: SearchResultsOptions;
|
|
10
|
-
get rangeLabelFrom(): string;
|
|
11
|
-
get rangeLabelTo(): string;
|
|
12
|
-
get currency(): string;
|
|
13
|
-
get isSliderVisible(): boolean;
|
|
14
|
-
get isInputVisible(): boolean;
|
|
15
|
-
get fromValue(): string;
|
|
16
|
-
set fromValue(stringValue: string);
|
|
17
|
-
get toValue(): string;
|
|
18
|
-
set toValue(stringValue: string);
|
|
19
|
-
get currentGte(): number | undefined;
|
|
20
|
-
get currentLte(): number | undefined;
|
|
21
|
-
get currentMinValue(): number;
|
|
22
|
-
get currentMaxValue(): number;
|
|
23
|
-
get sliderRange(): number[];
|
|
24
|
-
set sliderRange(value: number[]);
|
|
25
|
-
get isPrice(): boolean;
|
|
26
|
-
get facetMin(): number;
|
|
27
|
-
get facetMax(): number;
|
|
28
|
-
get statsSummary(): string;
|
|
29
|
-
get separator(): string;
|
|
30
|
-
get isIntegerRange(): boolean;
|
|
31
|
-
get interval(): number;
|
|
32
|
-
get sliderInputFormat(): string | undefined;
|
|
33
|
-
onMinValueChange(): void;
|
|
34
|
-
onMaxValueChange(): void;
|
|
35
|
-
handleInputChange(): void;
|
|
36
|
-
handleChange(): void;
|
|
37
|
-
handleDragging(value: number[]): void;
|
|
38
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import Vue from "vue";
|
|
2
|
-
import { FacetGroup, FacetGroupItem, FilterGroupItemTypeRange, FilterGroupItemTypeTerms } from "@getlupa/client-sdk/Types";
|
|
3
|
-
import { ResultFacetOptions } from "@/types/search-results/SearchResultsOptions";
|
|
4
|
-
export default class TermFacet extends Vue {
|
|
5
|
-
options: ResultFacetOptions;
|
|
6
|
-
facet: FacetGroup;
|
|
7
|
-
currentFilters: FilterGroupItemTypeTerms | FilterGroupItemTypeRange[];
|
|
8
|
-
showAll: boolean;
|
|
9
|
-
termFilter: string;
|
|
10
|
-
get itemLimit(): number;
|
|
11
|
-
get allValues(): FacetGroupItem[];
|
|
12
|
-
get displayValues(): FacetGroupItem[];
|
|
13
|
-
get filteredValues(): FacetGroupItem[];
|
|
14
|
-
get isFilterable(): boolean;
|
|
15
|
-
get isRange(): boolean;
|
|
16
|
-
get displayShowMore(): boolean;
|
|
17
|
-
handleFacetClick(item: FacetGroupItem): void;
|
|
18
|
-
toggleShowAll(): void;
|
|
19
|
-
isChecked(item: FacetGroupItem): boolean;
|
|
20
|
-
}
|
package/dist/iife/components/search-results/filters/facets/__tests__/FacetDisplay.vue.spec.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/dist/iife/components/search-results/filters/facets/__tests__/FacetList.vue.spec.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/dist/iife/components/search-results/filters/facets/__tests__/HierarchyFacet.vue.spec.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/dist/iife/components/search-results/filters/facets/__tests__/StatsFacet.vue.spec.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/dist/iife/components/search-results/filters/facets/__tests__/TermFacet.vue.spec.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { ResultsLayout } from "@/types/search-results/ResultsLayout";
|
|
2
|
-
import Vue from "vue";
|
|
3
|
-
export default class SearchResultsLayoutSelection extends Vue {
|
|
4
|
-
layout: ResultsLayout;
|
|
5
|
-
classMap: Record<string, string>;
|
|
6
|
-
setLayout: (layout: ResultsLayout) => void;
|
|
7
|
-
handleLayoutChange(layout: ResultsLayout): void;
|
|
8
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import Vue from "vue";
|
|
2
|
-
export default class SearchResultsMobileToggle extends Vue {
|
|
3
|
-
label: string;
|
|
4
|
-
showFilterCount: boolean;
|
|
5
|
-
currentFilterCount: number;
|
|
6
|
-
setSidebarState: ({ visible, }: {
|
|
7
|
-
visible: boolean;
|
|
8
|
-
}) => void;
|
|
9
|
-
handleMobileToggle(): void;
|
|
10
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { ResultsLayout } from "@/types/search-results/ResultsLayout";
|
|
2
|
-
import { ResultCurrentFilterOptions, SearchResultsProductOptions, SearchResultsSimilarQueriesLabels } from "@/types/search-results/SearchResultsOptions";
|
|
3
|
-
import { SearchResultsProductCardOptions } from "@/types/search-results/SearchResultsProductCardOptions";
|
|
4
|
-
import { Document, SearchQueryResult } from "@getlupa/client-sdk/Types";
|
|
5
|
-
import Vue from "vue";
|
|
6
|
-
export default class SearchResultsProducts extends Vue {
|
|
7
|
-
options: SearchResultsProductOptions;
|
|
8
|
-
loading: boolean;
|
|
9
|
-
hasResults: boolean;
|
|
10
|
-
currentQueryText: string;
|
|
11
|
-
isPageEmpty: boolean;
|
|
12
|
-
isMobileSidebarVisible: boolean;
|
|
13
|
-
productCardOptions(): SearchResultsProductCardOptions;
|
|
14
|
-
get similarQueriesLabels(): SearchResultsSimilarQueriesLabels;
|
|
15
|
-
get showTopFilters(): boolean;
|
|
16
|
-
get showMobileFilters(): boolean;
|
|
17
|
-
get currentFilterToolbarVisible(): boolean;
|
|
18
|
-
get currentFilterOptions(): ResultCurrentFilterOptions | undefined;
|
|
19
|
-
get currentFiltersClass(): string;
|
|
20
|
-
get desktopFiltersExpanded(): boolean;
|
|
21
|
-
columnCount: number;
|
|
22
|
-
searchResult: SearchQueryResult;
|
|
23
|
-
layout: ResultsLayout;
|
|
24
|
-
limit: number;
|
|
25
|
-
page: number;
|
|
26
|
-
get columnSize(): string;
|
|
27
|
-
getProductKey(index: string, product: Document): string;
|
|
28
|
-
appendParams: ({ params, }: {
|
|
29
|
-
params: {
|
|
30
|
-
name: string;
|
|
31
|
-
value: string;
|
|
32
|
-
}[];
|
|
33
|
-
}) => void;
|
|
34
|
-
goToFirstPage(): void;
|
|
35
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { PaginationDisplay, PaginationOptions } from "@/types/search-results/PaginationOptions";
|
|
2
|
-
import Vue from "vue";
|
|
3
|
-
import { SortOptions } from "@/types/search-results/SearchResultsSort";
|
|
4
|
-
import { SearchResultsProductOptions } from "@/types/search-results/SearchResultsOptions";
|
|
5
|
-
import { QueryParams } from "@/types/search-results/QueryParams";
|
|
6
|
-
import { SearchQueryResult } from "@getlupa/client-sdk/Types";
|
|
7
|
-
export default class SearchResultsToolbar extends Vue {
|
|
8
|
-
options: SearchResultsProductOptions;
|
|
9
|
-
paginationLocation: "top" | "bottom";
|
|
10
|
-
limit: number;
|
|
11
|
-
page: number;
|
|
12
|
-
hasAnyFilter: boolean;
|
|
13
|
-
searchResult: SearchQueryResult;
|
|
14
|
-
get isBottomLocation(): boolean;
|
|
15
|
-
get showFilterClear(): boolean;
|
|
16
|
-
get showItemSummary(): boolean;
|
|
17
|
-
get showLayoutSelection(): boolean;
|
|
18
|
-
get sortOptions(): SortOptions | undefined;
|
|
19
|
-
get paginationDisplay(): PaginationDisplay;
|
|
20
|
-
get paginationOptions(): PaginationOptions;
|
|
21
|
-
get displayPageSelect(): boolean;
|
|
22
|
-
get searchSummaryLabel(): string;
|
|
23
|
-
get showMobileFilterCount(): boolean;
|
|
24
|
-
get hasResults(): boolean;
|
|
25
|
-
currentResolutionPageSizes: number[];
|
|
26
|
-
removeAllFilters: () => {
|
|
27
|
-
params: QueryParams;
|
|
28
|
-
};
|
|
29
|
-
handleClearAll: () => void;
|
|
30
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/dist/iife/components/search-results/products/__tests__/SearchResultsProducts.spec.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/dist/iife/components/search-results/products/__tests__/SearchResultsToolbar.spec.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/dist/iife/components/search-results/products/pagination/SearchResultsPageSelect.vue.d.ts
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { PaginationPageSelect } from "@/types/search-results/PaginationOptions";
|
|
2
|
-
import { QueryParams } from "@/types/search-results/QueryParams";
|
|
3
|
-
import Vue from "vue";
|
|
4
|
-
export default class SearchResultsPageSelect extends Vue {
|
|
5
|
-
lastPageLabel: string;
|
|
6
|
-
firstPageLabel: string;
|
|
7
|
-
options: PaginationPageSelect;
|
|
8
|
-
isMobileWidth: boolean;
|
|
9
|
-
get pageOptionsCount(): number;
|
|
10
|
-
get pages(): number[];
|
|
11
|
-
get showBack(): boolean;
|
|
12
|
-
get lastPage(): number | undefined;
|
|
13
|
-
get showLastPage(): boolean;
|
|
14
|
-
get showLastPageSeparator(): boolean;
|
|
15
|
-
get showFirstPage(): boolean;
|
|
16
|
-
get showFirstPageSeparator(): boolean;
|
|
17
|
-
get showPagination(): boolean;
|
|
18
|
-
appendParams: ({ params, paramsToRemove, }: {
|
|
19
|
-
params: {
|
|
20
|
-
name: string;
|
|
21
|
-
value: string;
|
|
22
|
-
}[];
|
|
23
|
-
paramsToRemove?: string[];
|
|
24
|
-
}) => {
|
|
25
|
-
params: QueryParams;
|
|
26
|
-
};
|
|
27
|
-
handlePageChange(page: number): void;
|
|
28
|
-
}
|
package/dist/iife/components/search-results/products/pagination/SearchResultsPageSize.vue.d.ts
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { PaginationPageSize } from "@/types/search-results/PaginationOptions";
|
|
2
|
-
import { QueryParams } from "@/types/search-results/QueryParams";
|
|
3
|
-
import Vue from "vue";
|
|
4
|
-
export default class SearchResultsPageSize extends Vue {
|
|
5
|
-
label: string;
|
|
6
|
-
options: PaginationPageSize;
|
|
7
|
-
limit: number;
|
|
8
|
-
updated(): void;
|
|
9
|
-
appendParams: ({ params, paramsToRemove, }: {
|
|
10
|
-
params: {
|
|
11
|
-
name: string;
|
|
12
|
-
value: string;
|
|
13
|
-
}[];
|
|
14
|
-
paramsToRemove?: string[];
|
|
15
|
-
}) => {
|
|
16
|
-
params: QueryParams;
|
|
17
|
-
};
|
|
18
|
-
handleSelect(e: Event): void;
|
|
19
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|