@getlupa/client 1.19.1 → 1.20.1

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.
Files changed (56) hide show
  1. package/cypress.config.ts +1 -0
  2. package/dist/App.vue.d.ts +2 -0
  3. package/dist/AppContainer.vue.d.ts +2 -0
  4. package/dist/AppMounted.vue.d.ts +2 -0
  5. package/dist/AppProductList.vue.d.ts +2 -0
  6. package/dist/AppRecommender.vue.d.ts +2 -0
  7. package/dist/components/ProductListEntry.vue.d.ts +10 -0
  8. package/dist/components/RecommendationsEntry.vue.d.ts +10 -0
  9. package/dist/components/SearchBoxEntry.vue.d.ts +10 -0
  10. package/dist/components/SearchContainerEntry.vue.d.ts +11 -0
  11. package/dist/components/SearchResultsEntry.vue.d.ts +10 -0
  12. package/dist/constants/development/recommendations.example.const.d.ts +2 -0
  13. package/dist/constants/development/recommendationsDev.const.d.ts +2 -0
  14. package/dist/constants/development/searchBoxDev.const.d.ts +30 -0
  15. package/dist/constants/development/searchBoxDev.example.const.d.ts +30 -0
  16. package/dist/constants/development/searchContainerDev.example.d.ts +2 -0
  17. package/dist/constants/development/searchProductListDev.const.d.ts +26 -0
  18. package/dist/constants/development/searchProductListDev.example.d.ts +28 -0
  19. package/dist/constants/development/searchResultsDev.const.d.ts +121 -0
  20. package/dist/constants/development/searchResultsDev.example.const.d.ts +121 -0
  21. package/dist/constants/mockData..const.d.ts +4 -0
  22. package/dist/{src/index.d.ts → index.d.ts} +1 -2
  23. package/dist/lupaChatStyle.css +1 -1
  24. package/dist/lupaSearch.iife.js +34111 -28079
  25. package/dist/lupaSearch.js +34243 -28211
  26. package/dist/lupaSearch.mjs +34243 -28211
  27. package/dist/lupaSearch.umd.js +34111 -28079
  28. package/dist/main.d.ts +1 -0
  29. package/dist/modules/pluginManager/PluginConfigurationMerger.d.ts +7 -0
  30. package/dist/{src/mounting.d.ts → mounting.d.ts} +1 -1
  31. package/dist/style.css +1 -1
  32. package/dist/{src/utils → utils}/mounting.utils.d.ts +3 -3
  33. package/dist/{src/utils → utils}/storage.utils.d.ts +2 -2
  34. package/eslint.config.js +37 -0
  35. package/package.json +30 -30
  36. package/.eslintrc.cjs +0 -15
  37. package/dist/src/components/ProductListEntry.vue.d.ts +0 -14
  38. package/dist/src/components/RecommendationsEntry.vue.d.ts +0 -14
  39. package/dist/src/components/SearchBoxEntry.vue.d.ts +0 -14
  40. package/dist/src/components/SearchContainerEntry.vue.d.ts +0 -14
  41. package/dist/src/components/SearchResultsEntry.vue.d.ts +0 -14
  42. package/dist/src/modules/pluginManager/PluginConfigurationMerger.d.ts +0 -98
  43. /package/dist/{src/constants → constants}/global.const.d.ts +0 -0
  44. /package/dist/{src/constants → constants}/queryParams.const.d.ts +0 -0
  45. /package/dist/{src/constants → constants}/searchBox.const.d.ts +0 -0
  46. /package/dist/{src/constants → constants}/searchResults.const.d.ts +0 -0
  47. /package/dist/{src/modules → modules}/pluginManager/PluginConfigurationManager.d.ts +0 -0
  48. /package/dist/{src/modules → modules}/preconfiguredContainer/SearchContainerConfigurationService.d.ts +0 -0
  49. /package/dist/{src/modules → modules}/preconfiguredContainer/configuratorUtils.d.ts +0 -0
  50. /package/dist/{src/types → types}/OptionOverrides.d.ts +0 -0
  51. /package/dist/{src/types → types}/PreconfiguredSearchContainerOptions.d.ts +0 -0
  52. /package/dist/{src/types → types}/ResolvedOptions.d.ts +0 -0
  53. /package/dist/{src/utils → utils}/document.utils.d.ts +0 -0
  54. /package/dist/{src/utils → utils}/merger.utils.d.ts +0 -0
  55. /package/dist/{src/utils → utils}/shadowDom.utils.d.ts +0 -0
  56. /package/dist/{src/utils → utils}/url.utils.d.ts +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.