@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
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import Vue from "vue";
|
|
2
|
-
import { ProductListOptions } from "@/types/product-list/ProductListOptions";
|
|
3
|
-
export default class CategoryDescription extends Vue {
|
|
4
|
-
options: ProductListOptions;
|
|
5
|
-
get description(): string | undefined;
|
|
6
|
-
get overviewVisible(): boolean;
|
|
7
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import Vue from "vue";
|
|
2
|
-
import { Options, SdkError, SearchQueryResult } from "@getlupa/client-sdk/Types";
|
|
3
|
-
import { CategoryFilterOptions } from "@/types/product-list/ProductListOptions";
|
|
4
|
-
import { SearchResultsOptions } from "@/types/search-results/SearchResultsOptions";
|
|
5
|
-
export default class CategoryFilter extends Vue {
|
|
6
|
-
options: CategoryFilterOptions;
|
|
7
|
-
categoryChildren: Record<string, string>[];
|
|
8
|
-
envOptions: Options;
|
|
9
|
-
searchResultOptions: SearchResultsOptions;
|
|
10
|
-
get hasBackButton(): boolean;
|
|
11
|
-
get hasEventRouting(): boolean;
|
|
12
|
-
get backTitle(): string | undefined;
|
|
13
|
-
get backUrlLink(): string | undefined;
|
|
14
|
-
get parentTitle(): string | undefined;
|
|
15
|
-
get parentUrlLink(): string | undefined;
|
|
16
|
-
get isActive(): boolean;
|
|
17
|
-
mounted(): Promise<void>;
|
|
18
|
-
fetch(): Promise<void>;
|
|
19
|
-
handleResult(result: SearchQueryResult | SdkError): void;
|
|
20
|
-
getCategoryKey(item: Record<string, string>): string;
|
|
21
|
-
handleNavigationParent(event?: Event): void;
|
|
22
|
-
handleNavigationBack(event?: Event): void;
|
|
23
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import Vue from "vue";
|
|
2
|
-
import { CategoryFilterOptions } from "@/types/product-list/ProductListOptions";
|
|
3
|
-
export default class CategoryFilterItem extends Vue {
|
|
4
|
-
options: CategoryFilterOptions;
|
|
5
|
-
item: Record<string, string>;
|
|
6
|
-
get title(): string;
|
|
7
|
-
get urlLink(): string;
|
|
8
|
-
get isActive(): boolean;
|
|
9
|
-
get hasEventRouting(): boolean;
|
|
10
|
-
handleNavigation(event?: Event): void;
|
|
11
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { ProductListOptions } from "@/types/product-list/ProductListOptions";
|
|
2
|
-
import Vue from "vue";
|
|
3
|
-
export default class CategoryTopFilters extends Vue {
|
|
4
|
-
options: ProductListOptions;
|
|
5
|
-
get hasBackButton(): boolean;
|
|
6
|
-
get backTitle(): string | undefined;
|
|
7
|
-
get backUrlLink(): string | undefined;
|
|
8
|
-
get hasEventRouting(): boolean;
|
|
9
|
-
handleNavigationBack(event?: Event): void;
|
|
10
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import Vue from "vue";
|
|
2
|
-
import { ProductRecommendationOptions } from "@/types/recommendations/RecommendationsOptions";
|
|
3
|
-
import { Document } from "@getlupa/client-sdk/Types";
|
|
4
|
-
import { ProductClickTrackingSettings } from "@/types/AnalyticsOptions";
|
|
5
|
-
import { SearchResultsOptions } from "@/types/search-results/SearchResultsOptions";
|
|
6
|
-
export default class Recommendations extends Vue {
|
|
7
|
-
options: ProductRecommendationOptions;
|
|
8
|
-
recommendations: Document[];
|
|
9
|
-
recommendationsType: "recommendations_original" | "recommendations_lupasearch";
|
|
10
|
-
loading: boolean;
|
|
11
|
-
setSearchResultOptions: ({ options, }: {
|
|
12
|
-
options: SearchResultsOptions;
|
|
13
|
-
}) => void;
|
|
14
|
-
get pages(): number[][];
|
|
15
|
-
get nextLabel(): string | undefined;
|
|
16
|
-
get prevLabel(): string | undefined;
|
|
17
|
-
get scrollPerPage(): boolean;
|
|
18
|
-
mounted(): void;
|
|
19
|
-
getProductKey(index: number, product: Document): string;
|
|
20
|
-
loadRecommendations(): void;
|
|
21
|
-
fetch(): void;
|
|
22
|
-
loadOriginalRecommendations(): Promise<void>;
|
|
23
|
-
loadLupaRecommendations(): Promise<void>;
|
|
24
|
-
get clickTrackingSettings(): ProductClickTrackingSettings;
|
|
25
|
-
}
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
import { FetchedData, HighlightedDocInfo, InputSuggestion, InputSuggestionFacet, SelectedData, TrackableEventData } from "@/types/search-box/Common";
|
|
2
|
-
import { SearchBoxInputOptions, SearchBoxOptions, SearchBoxPanelOptions } from "@/types/search-box/SearchBoxOptions";
|
|
3
|
-
import { QueryParams } from "@/types/search-results/QueryParams";
|
|
4
|
-
import { Document, PublicQuery } from "@getlupa/client-sdk/Types";
|
|
5
|
-
import Vue from "vue";
|
|
6
|
-
declare const params: import("vuex-class/lib/bindings").BindingHelpers;
|
|
7
|
-
export default class SearchBox extends Vue {
|
|
8
|
-
options: SearchBoxOptions;
|
|
9
|
-
isSearchContainer: boolean;
|
|
10
|
-
inputValue: string;
|
|
11
|
-
suggestedValue: InputSuggestion;
|
|
12
|
-
opened: boolean;
|
|
13
|
-
highlightedDocument?: {
|
|
14
|
-
doc?: Document;
|
|
15
|
-
link?: string;
|
|
16
|
-
};
|
|
17
|
-
addHistory: ({ item }: {
|
|
18
|
-
item: string;
|
|
19
|
-
}) => string[];
|
|
20
|
-
saveOptions: ({ options, }: {
|
|
21
|
-
options: SearchBoxOptions;
|
|
22
|
-
}) => void;
|
|
23
|
-
get searchValue(): string;
|
|
24
|
-
get inputOptions(): SearchBoxInputOptions;
|
|
25
|
-
get panelOptions(): SearchBoxPanelOptions;
|
|
26
|
-
get searchTriggers(): string[];
|
|
27
|
-
trackClick: ({ queryKey, data, }: {
|
|
28
|
-
queryKey: string;
|
|
29
|
-
data: TrackableEventData;
|
|
30
|
-
}) => void;
|
|
31
|
-
trackSearch: ({ queryKey, query, }: {
|
|
32
|
-
queryKey: string;
|
|
33
|
-
query: PublicQuery;
|
|
34
|
-
}) => void;
|
|
35
|
-
setSearchResultsLink: (searchResultsLink: string) => {
|
|
36
|
-
searchResultsLink: string;
|
|
37
|
-
};
|
|
38
|
-
setSearchBoxOptions: ({ options, }: {
|
|
39
|
-
options: SearchBoxOptions;
|
|
40
|
-
}) => void;
|
|
41
|
-
mounted(): void;
|
|
42
|
-
beforeDestroy(): void;
|
|
43
|
-
handleMouseClick(e: MouseEvent): void;
|
|
44
|
-
handleKeyDown(e: KeyboardEvent): void;
|
|
45
|
-
handleInput(value: string): void;
|
|
46
|
-
handleItemsFetch(data: FetchedData): void;
|
|
47
|
-
handleItemSelect(data: SelectedData): void;
|
|
48
|
-
selectSuggestion(inputSuggestion: InputSuggestion, shouldSearch?: boolean): void;
|
|
49
|
-
handleNavigateDocument({ link }: {
|
|
50
|
-
doc?: Document;
|
|
51
|
-
link?: string;
|
|
52
|
-
}): void;
|
|
53
|
-
handleCurrentValueSearch(): void;
|
|
54
|
-
goToResults: ({ searchText, facet, }: {
|
|
55
|
-
searchText: string;
|
|
56
|
-
facet?: InputSuggestionFacet;
|
|
57
|
-
}) => {
|
|
58
|
-
params: QueryParams;
|
|
59
|
-
};
|
|
60
|
-
goToResultsDebounced: import("lodash").DebouncedFunc<({ searchText, facet, }: {
|
|
61
|
-
searchText: string;
|
|
62
|
-
facet?: InputSuggestionFacet | undefined;
|
|
63
|
-
}) => {
|
|
64
|
-
params: QueryParams;
|
|
65
|
-
}>;
|
|
66
|
-
handleSearch({ query }?: {
|
|
67
|
-
query: string;
|
|
68
|
-
}): void;
|
|
69
|
-
trackDocumentClick(doc: HighlightedDocInfo): void;
|
|
70
|
-
trackSearchQuery(query?: string): void;
|
|
71
|
-
trackSuggestionClick(suggestion?: string): void;
|
|
72
|
-
resetValues(): void;
|
|
73
|
-
handleProductClick(): void;
|
|
74
|
-
}
|
|
75
|
-
export {};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { InputSuggestion } from "@/types/search-box/Common";
|
|
2
|
-
import { SearchBoxInputOptions } from "@/types/search-box/SearchBoxOptions";
|
|
3
|
-
import Vue from "vue";
|
|
4
|
-
export default class SearchBoxInput extends Vue {
|
|
5
|
-
options: SearchBoxInputOptions;
|
|
6
|
-
canClose: boolean;
|
|
7
|
-
emitInputOnFocus: boolean;
|
|
8
|
-
suggestedValue: InputSuggestion;
|
|
9
|
-
labels: import("@/types/search-box/SearchBoxOptions").SearchBoxOptionLabels;
|
|
10
|
-
input: string;
|
|
11
|
-
saveInputValue: ({ input, }: {
|
|
12
|
-
input: string;
|
|
13
|
-
}) => void;
|
|
14
|
-
query: string;
|
|
15
|
-
get inputValue(): string;
|
|
16
|
-
set inputValue(value: string);
|
|
17
|
-
get showHint(): boolean;
|
|
18
|
-
get inputAttributes(): Record<string, string>;
|
|
19
|
-
onSuggestedValueChange(): void;
|
|
20
|
-
handleQueryChange(): void;
|
|
21
|
-
handleInput(evt?: InputEvent): void;
|
|
22
|
-
handleFocus(): void;
|
|
23
|
-
clear(): void;
|
|
24
|
-
focus(): void;
|
|
25
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { SearchBoxPanelOptions } from "@/types/search-box/SearchBoxOptions";
|
|
2
|
-
import { SearchBoxPanel, SearchBoxPanelType } from "@/types/search-box/SearchBoxPanel";
|
|
3
|
-
import Vue from "vue";
|
|
4
|
-
import { SdkOptions } from "@/types/General";
|
|
5
|
-
import { DisplaySuggestion } from "@/types/search-box/Common";
|
|
6
|
-
export default class SearchBoxMainPanel extends Vue {
|
|
7
|
-
options: SearchBoxPanelOptions;
|
|
8
|
-
inputValue: string;
|
|
9
|
-
focused: boolean;
|
|
10
|
-
history: string[];
|
|
11
|
-
labels: import("@/types/search-box/SearchBoxOptions").SearchBoxOptionLabels;
|
|
12
|
-
panels: SearchBoxPanel[];
|
|
13
|
-
sdkOptions: SdkOptions;
|
|
14
|
-
get displayResults(): boolean;
|
|
15
|
-
get displayHistory(): boolean;
|
|
16
|
-
suggestionResults: Record<string, DisplaySuggestion[]>;
|
|
17
|
-
getInput(panel: SearchBoxPanel): string;
|
|
18
|
-
highlightChange: ({ action, }: {
|
|
19
|
-
action: "up" | "down" | "clear";
|
|
20
|
-
}) => void;
|
|
21
|
-
mounted(): void;
|
|
22
|
-
beforeDestroy(): void;
|
|
23
|
-
handleNavigation(e: KeyboardEvent): void;
|
|
24
|
-
handleGoToResults({ query }?: {
|
|
25
|
-
query: string;
|
|
26
|
-
}): void;
|
|
27
|
-
remove({ item }: {
|
|
28
|
-
item: string;
|
|
29
|
-
}): void;
|
|
30
|
-
removeAll(): void;
|
|
31
|
-
getComponent(type: SearchBoxPanelType): string;
|
|
32
|
-
appHeight(): void;
|
|
33
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { SearchBoxOptionLabels, SearchBoxOptions } from "@/types/search-box/SearchBoxOptions";
|
|
2
|
-
import { SearchQueryResult } from "@getlupa/client-sdk/Types";
|
|
3
|
-
import Vue from "vue";
|
|
4
|
-
export default class SearchBoxMoreResults extends Vue {
|
|
5
|
-
labels: SearchBoxOptionLabels;
|
|
6
|
-
showTotalCount: boolean;
|
|
7
|
-
docResults: Record<string, SearchQueryResult>;
|
|
8
|
-
options: SearchBoxOptions;
|
|
9
|
-
get totalCount(): string;
|
|
10
|
-
handleClick(): void;
|
|
11
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import Vue from "vue";
|
|
2
|
-
import { SearchBoxHistory } from "@/types/search-box/SearchBoxHistory";
|
|
3
|
-
export default class SearchBoxHistoryPanel extends Vue {
|
|
4
|
-
options: SearchBoxHistory;
|
|
5
|
-
highlightedIndex: number;
|
|
6
|
-
history: string[];
|
|
7
|
-
removeItem: ({ item, }: {
|
|
8
|
-
item: string;
|
|
9
|
-
}) => string[];
|
|
10
|
-
clear: () => string[];
|
|
11
|
-
get highlightIndex(): number;
|
|
12
|
-
get hasHistory(): boolean;
|
|
13
|
-
mounted(): void;
|
|
14
|
-
beforeDestroy(): void;
|
|
15
|
-
remove({ item }: {
|
|
16
|
-
item: string;
|
|
17
|
-
}): void;
|
|
18
|
-
removeAll(): void;
|
|
19
|
-
goToResults({ query }: {
|
|
20
|
-
query: string;
|
|
21
|
-
}): void;
|
|
22
|
-
handleKeyDown(e: KeyboardEvent): void;
|
|
23
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import Vue from "vue";
|
|
2
|
-
import { Document } from "@getlupa/client-sdk/Types";
|
|
3
|
-
import { DocumentSearchBoxPanel } from "@/types/search-box/SearchBoxPanel";
|
|
4
|
-
import { SearchBoxOptionLabels } from "@/types/search-box/SearchBoxOptions";
|
|
5
|
-
import { DocumentElement } from "@/types/DocumentElement";
|
|
6
|
-
import { TrackableEventData } from "@/types/search-box/Common";
|
|
7
|
-
import { RoutingBehavior } from "@/types/search-results/RoutingBehavior";
|
|
8
|
-
export default class SearchBoxProduct extends Vue {
|
|
9
|
-
item: Document;
|
|
10
|
-
inputValue: string;
|
|
11
|
-
panelOptions: DocumentSearchBoxPanel;
|
|
12
|
-
labels?: SearchBoxOptionLabels;
|
|
13
|
-
highlighted?: boolean;
|
|
14
|
-
boxRoutingBehavior: RoutingBehavior;
|
|
15
|
-
trackClick: ({ queryKey, data, }: {
|
|
16
|
-
queryKey: string;
|
|
17
|
-
data: TrackableEventData;
|
|
18
|
-
}) => void;
|
|
19
|
-
addHistory: ({ item }: {
|
|
20
|
-
item: string;
|
|
21
|
-
}) => string[];
|
|
22
|
-
get link(): string;
|
|
23
|
-
get imageElements(): DocumentElement[];
|
|
24
|
-
get detailElements(): DocumentElement[];
|
|
25
|
-
get id(): string;
|
|
26
|
-
get title(): string;
|
|
27
|
-
handleClick(event?: Event): void;
|
|
28
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import Vue from "vue";
|
|
2
|
-
import { Document } from "@getlupa/client-sdk/Types";
|
|
3
|
-
import { DocumentSearchBoxPanel } from "@/types/search-box/SearchBoxPanel";
|
|
4
|
-
import { SearchBoxOptionLabels } from "@/types/search-box/SearchBoxOptions";
|
|
5
|
-
export default class SearchBoxProducts extends Vue {
|
|
6
|
-
items: Document[];
|
|
7
|
-
inputValue: string;
|
|
8
|
-
panelOptions: DocumentSearchBoxPanel;
|
|
9
|
-
labels: SearchBoxOptionLabels;
|
|
10
|
-
highlightedItem?: {
|
|
11
|
-
queryKey: string;
|
|
12
|
-
index: number;
|
|
13
|
-
};
|
|
14
|
-
get highlightedIndex(): number;
|
|
15
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { SdkOptions } from "@/types/General";
|
|
2
|
-
import { SearchBoxOptionLabels } from "@/types/search-box/SearchBoxOptions";
|
|
3
|
-
import { DocumentSearchBoxPanel } from "@/types/search-box/SearchBoxPanel";
|
|
4
|
-
import { Options, PublicQuery, SearchQueryResult } from "@getlupa/client-sdk/Types";
|
|
5
|
-
import Vue from "vue";
|
|
6
|
-
export default class SearchBoxProductsWrapper extends Vue {
|
|
7
|
-
panel: DocumentSearchBoxPanel;
|
|
8
|
-
options: SdkOptions;
|
|
9
|
-
inputValue: string;
|
|
10
|
-
labels: SearchBoxOptionLabels;
|
|
11
|
-
debounce?: number;
|
|
12
|
-
docResults: Record<string, SearchQueryResult>;
|
|
13
|
-
get searchResult(): SearchQueryResult;
|
|
14
|
-
queryDocuments: ({ queryKey, publicQuery, options, }: {
|
|
15
|
-
queryKey: string;
|
|
16
|
-
publicQuery: PublicQuery;
|
|
17
|
-
options?: Options;
|
|
18
|
-
}) => Promise<{
|
|
19
|
-
queryKey: string;
|
|
20
|
-
result?: SearchQueryResult;
|
|
21
|
-
}>;
|
|
22
|
-
enhanceData: ({ result, mode, }: {
|
|
23
|
-
result: SearchQueryResult;
|
|
24
|
-
mode: "searchBox";
|
|
25
|
-
}) => Promise<void>;
|
|
26
|
-
created(): void;
|
|
27
|
-
onInputChange(): void;
|
|
28
|
-
getItemsDebounced: () => unknown;
|
|
29
|
-
enhanceDataDebounced: () => unknown;
|
|
30
|
-
enhancePanelData(): Promise<void>;
|
|
31
|
-
getItems(): void;
|
|
32
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,12 +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 SearchBoxProductCustom extends Vue {
|
|
5
|
-
item: Document;
|
|
6
|
-
options: CustomDocumentElement;
|
|
7
|
-
get text(): string;
|
|
8
|
-
get className(): string;
|
|
9
|
-
get label(): string | undefined;
|
|
10
|
-
get isHtml(): boolean;
|
|
11
|
-
handleClick(): Promise<void>;
|
|
12
|
-
}
|
package/dist/es/components/search-box/products/elements/SearchBoxProductDescription.vue.d.ts
DELETED
|
@@ -1,9 +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 SearchBoxProductDescription extends Vue {
|
|
5
|
-
item: Document;
|
|
6
|
-
options: DescriptionDocumentElement;
|
|
7
|
-
get description(): unknown;
|
|
8
|
-
get isHtml(): boolean;
|
|
9
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import Vue from "vue";
|
|
2
|
-
import { Document } from "@getlupa/client-sdk/Types";
|
|
3
|
-
import { DocumentElement } from "@/types/DocumentElement";
|
|
4
|
-
import { SearchBoxOptionLabels } from "@/types/search-box/SearchBoxOptions";
|
|
5
|
-
export default class SearchBoxProductElement extends Vue {
|
|
6
|
-
item: Document;
|
|
7
|
-
element: DocumentElement;
|
|
8
|
-
labels?: SearchBoxOptionLabels;
|
|
9
|
-
loading: boolean;
|
|
10
|
-
dynamicDataIdMap: Record<string, Document>;
|
|
11
|
-
get elementComponent(): string;
|
|
12
|
-
get displayElement(): boolean;
|
|
13
|
-
get isLoadingDynamicData(): boolean;
|
|
14
|
-
get enhancedItem(): Document;
|
|
15
|
-
}
|
|
@@ -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 { SearchBoxOptionLabels } from "@/types/search-box/SearchBoxOptions";
|
|
5
|
-
export default class SearchBoxProductPrice extends Vue {
|
|
6
|
-
item: Document;
|
|
7
|
-
options: RegularPriceDocumentElement;
|
|
8
|
-
labels?: SearchBoxOptionLabels;
|
|
9
|
-
get price(): string;
|
|
10
|
-
}
|
package/dist/es/components/search-box/products/elements/SearchBoxProductRegularPrice.vue.d.ts
DELETED
|
@@ -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 { SearchBoxOptionLabels } from "@/types/search-box/SearchBoxOptions";
|
|
5
|
-
export default class SearchBoxProductRegularPrice extends Vue {
|
|
6
|
-
item: Document;
|
|
7
|
-
options: RegularPriceDocumentElement;
|
|
8
|
-
labels: SearchBoxOptionLabels;
|
|
9
|
-
get price(): string;
|
|
10
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import Vue from "vue";
|
|
2
|
-
import { Document } from "@getlupa/client-sdk/Types";
|
|
3
|
-
import { TitleDocumentElement } from "@/types/DocumentElement";
|
|
4
|
-
export default class SearchBoxProductTitle extends Vue {
|
|
5
|
-
item: Document;
|
|
6
|
-
options: TitleDocumentElement;
|
|
7
|
-
get title(): unknown;
|
|
8
|
-
get isHtml(): boolean;
|
|
9
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/dist/es/components/search-box/products/elements/__tests__/SearchBoxProductImage.spec.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/dist/es/components/search-box/products/elements/custom/SearchBoxProductCustomHtml.vue.d.ts
DELETED
|
@@ -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 SearchBoxProductCustomHtml extends Vue {
|
|
5
|
-
item: Document;
|
|
6
|
-
options: CustomHtmlElement;
|
|
7
|
-
get text(): string;
|
|
8
|
-
get className(): string;
|
|
9
|
-
handleClick(): Promise<void>;
|
|
10
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { DisplaySuggestion } from "@/types/search-box/Common";
|
|
2
|
-
import { SearchBoxOptionLabels } from "@/types/search-box/SearchBoxOptions";
|
|
3
|
-
import Vue from "vue";
|
|
4
|
-
export default class SearchBoxSuggestion extends Vue {
|
|
5
|
-
suggestion: DisplaySuggestion;
|
|
6
|
-
highlight: boolean[];
|
|
7
|
-
labels: SearchBoxOptionLabels;
|
|
8
|
-
get title(): string;
|
|
9
|
-
get facetKey(): string;
|
|
10
|
-
get facetLabel(): string;
|
|
11
|
-
handleSelect(): void;
|
|
12
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { DisplaySuggestion, InputSuggestionFacet } from "@/types/search-box/Common";
|
|
2
|
-
import { SearchBoxOptionLabels } from "@/types/search-box/SearchBoxOptions";
|
|
3
|
-
import { Suggestion } from "@getlupa/client-sdk/Types";
|
|
4
|
-
import Vue from "vue";
|
|
5
|
-
export default class SearchBoxSuggestions extends Vue {
|
|
6
|
-
items: DisplaySuggestion[];
|
|
7
|
-
highlight: boolean[];
|
|
8
|
-
queryKey: string;
|
|
9
|
-
labels: SearchBoxOptionLabels;
|
|
10
|
-
highlightedItem?: {
|
|
11
|
-
queryKey: string;
|
|
12
|
-
index: number;
|
|
13
|
-
};
|
|
14
|
-
get highlightedIndex(): number;
|
|
15
|
-
handleSelect({ suggestion, override, facet, }: {
|
|
16
|
-
suggestion: Suggestion;
|
|
17
|
-
override: boolean;
|
|
18
|
-
facet?: InputSuggestionFacet;
|
|
19
|
-
}): void;
|
|
20
|
-
handleHighlight(): void;
|
|
21
|
-
getSuggestionKey(suggestion: DisplaySuggestion): string;
|
|
22
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { DisplaySuggestion } from "@/types/search-box/Common";
|
|
2
|
-
import { SdkOptions } from "@/types/General";
|
|
3
|
-
import { SuggestionSearchBoxPanel } from "@/types/search-box/SearchBoxPanel";
|
|
4
|
-
import Vue from "vue";
|
|
5
|
-
import { Options, PublicQuery, SuggestionQueryResult } from "@getlupa/client-sdk/Types";
|
|
6
|
-
import { SearchBoxOptionLabels } from "@/types/search-box/SearchBoxOptions";
|
|
7
|
-
export default class SearchBoxSuggestionsWrapper extends Vue {
|
|
8
|
-
items: DisplaySuggestion[];
|
|
9
|
-
panel: SuggestionSearchBoxPanel;
|
|
10
|
-
options: SdkOptions;
|
|
11
|
-
inputValue: string;
|
|
12
|
-
debounce?: number;
|
|
13
|
-
labels: SearchBoxOptionLabels;
|
|
14
|
-
suggestionResults: Record<string, DisplaySuggestion[]>;
|
|
15
|
-
get searchResult(): DisplaySuggestion[];
|
|
16
|
-
querySuggestions: ({ queryKey, publicQuery, options, }: {
|
|
17
|
-
queryKey: string;
|
|
18
|
-
publicQuery: PublicQuery;
|
|
19
|
-
options?: Options;
|
|
20
|
-
}) => Promise<{
|
|
21
|
-
queryKey: string;
|
|
22
|
-
suggestions?: SuggestionQueryResult;
|
|
23
|
-
}>;
|
|
24
|
-
created(): void;
|
|
25
|
-
onInputChange(): void;
|
|
26
|
-
getSuggestionsDebounced: () => unknown;
|
|
27
|
-
getSuggestions(): void;
|
|
28
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import Vue from "vue";
|
|
2
|
-
import { SearchContainerOptions } from "@/types/search-container/SearchContainerOptions";
|
|
3
|
-
import { SearchResultsOptions } from "@/types/search-results/SearchResultsOptions";
|
|
4
|
-
import { SearchBoxOptions } from "@/types/search-box/SearchBoxOptions";
|
|
5
|
-
export default class SearchContainer extends Vue {
|
|
6
|
-
options: SearchContainerOptions;
|
|
7
|
-
removeParams: ({ paramsToRemove, }: {
|
|
8
|
-
paramsToRemove: string;
|
|
9
|
-
}) => void;
|
|
10
|
-
setSearchResultOptions: ({ options, }: {
|
|
11
|
-
options: SearchResultsOptions;
|
|
12
|
-
}) => void;
|
|
13
|
-
get fullSearchResultsOptions(): SearchResultsOptions;
|
|
14
|
-
get fullSearchBoxOptions(): SearchBoxOptions;
|
|
15
|
-
fetch(): void;
|
|
16
|
-
innerClick(): void;
|
|
17
|
-
reloadOptions(): void;
|
|
18
|
-
beforeDestroy(): void;
|
|
19
|
-
}
|