@liquidcommerce/elements-sdk 2.6.1 → 2.6.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. package/dist/index.esm.js +10947 -10376
  2. package/dist/types/constants/core.constant.d.ts +11 -0
  3. package/dist/types/core/api/api-client.service.d.ts +11 -11
  4. package/dist/types/core/api/auth-client.service.d.ts +20 -18
  5. package/dist/types/core/client/client-action.service.d.ts +18 -11
  6. package/dist/types/core/client/client-config.service.d.ts +1 -0
  7. package/dist/types/core/command/base-command.service.d.ts +2 -2
  8. package/dist/types/core/command/common-command.service.d.ts +2 -1
  9. package/dist/types/core/google-tag-manager.service.d.ts +13 -10
  10. package/dist/types/core/pubsub/interfaces/address.interface.d.ts +3 -12
  11. package/dist/types/core/pubsub/interfaces/cart.interface.d.ts +26 -63
  12. package/dist/types/core/pubsub/interfaces/checkout.interface.d.ts +11 -1
  13. package/dist/types/core/pubsub/interfaces/product.interface.d.ts +16 -81
  14. package/dist/types/core/store/interfaces/address.interface.d.ts +3 -12
  15. package/dist/types/core/store/interfaces/cart.interface.d.ts +16 -54
  16. package/dist/types/core/store/interfaces/checkout.interface.d.ts +2 -2
  17. package/dist/types/core/store/interfaces/core.interface.d.ts +5 -4
  18. package/dist/types/core/store/interfaces/product.interface.d.ts +12 -66
  19. package/dist/types/core/store/store.constant.d.ts +1 -1
  20. package/dist/types/core/telemetry/telemetry.interface.d.ts +0 -1
  21. package/dist/types/elements-base-client.d.ts +1 -1
  22. package/dist/types/enums/cloud.enum.d.ts +20 -0
  23. package/dist/types/enums/core.enum.d.ts +1 -0
  24. package/dist/types/interfaces/api/address.interface.d.ts +28 -0
  25. package/dist/types/interfaces/api/cart.interface.d.ts +91 -0
  26. package/dist/types/interfaces/api/product-list.interface.d.ts +30 -0
  27. package/dist/types/interfaces/api/product.interface.d.ts +106 -0
  28. package/dist/types/interfaces/cloud/checkout.interface.d.ts +14 -10
  29. package/dist/types/interfaces/cloud/index.d.ts +0 -4
  30. package/dist/types/interfaces/cloud/retailer.interface.d.ts +2 -2
  31. package/dist/types/interfaces/configs/configurations.interface.d.ts +5 -5
  32. package/dist/types/interfaces/configs/product.interface.d.ts +1 -0
  33. package/dist/types/modules/address/address.command.d.ts +3 -3
  34. package/dist/types/modules/address/address.interface.d.ts +0 -7
  35. package/dist/types/modules/cart/cart.commands.d.ts +0 -1
  36. package/dist/types/modules/cart/components/cart-body.component.d.ts +2 -1
  37. package/dist/types/modules/cart/components/cart-footer.component.d.ts +0 -1
  38. package/dist/types/modules/cart/components/cart-fulfillment.component.d.ts +0 -2
  39. package/dist/types/modules/product/components/components.d.ts +2 -4
  40. package/dist/types/modules/product/product.commands.d.ts +2 -2
  41. package/dist/types/modules/product-list/components/index.d.ts +2 -0
  42. package/dist/types/modules/product-list/components/product-list-card.component.d.ts +3 -2
  43. package/dist/types/modules/product-list/components/product-list-filters-subcomponents/index.d.ts +6 -0
  44. package/dist/types/modules/product-list/components/product-list-filters-subcomponents/product-list-apply-filter-button.component.d.ts +1 -0
  45. package/dist/types/modules/product-list/components/product-list-filters-subcomponents/product-list-checkbox-filter.components.d.ts +7 -0
  46. package/dist/types/modules/product-list/components/product-list-filters-subcomponents/product-list-delivery-options-filter.components.d.ts +16 -0
  47. package/dist/types/modules/product-list/components/product-list-filters-subcomponents/product-list-price-filter.components.d.ts +22 -0
  48. package/dist/types/modules/product-list/components/product-list-filters-subcomponents/product-list-search.component.d.ts +16 -0
  49. package/dist/types/modules/product-list/components/product-list-filters-subcomponents/product-list-toggle-filters.components.d.ts +18 -0
  50. package/dist/types/modules/product-list/components/product-list-filters.component.d.ts +27 -5
  51. package/dist/types/modules/product-list/product-list.commands.d.ts +3 -2
  52. package/dist/types/modules/product-list/product-list.component.d.ts +13 -5
  53. package/dist/types/modules/product-list/product-list.interface.d.ts +77 -0
  54. package/dist/types/modules/ui-components/purchase-min-alert/index.d.ts +0 -1
  55. package/dist/types/static/icon/chevron-up.icon.d.ts +2 -0
  56. package/dist/types/static/icon/filter.icon.d.ts +2 -0
  57. package/dist/types/static/icon/index.d.ts +1 -0
  58. package/dist/types/utils/format.d.ts +0 -13
  59. package/dist/types/utils/helper.d.ts +2 -1
  60. package/package.json +6 -7
  61. package/umd/elements.js +1 -1
  62. package/dist/types/interfaces/cloud/address.interface.d.ts +0 -36
  63. package/dist/types/interfaces/cloud/cart.interface.d.ts +0 -132
  64. package/dist/types/interfaces/cloud/catalog.interface.d.ts +0 -43
  65. package/dist/types/interfaces/cloud/product.interface.d.ts +0 -158
  66. package/dist/types/modules/cart/cart.commands.helper.d.ts +0 -9
  67. package/dist/types/modules/product/utils/helpers.d.ts +0 -3
  68. package/dist/types/modules/product/utils/retailer-hours.d.ts +0 -9
  69. package/dist/types/modules/ui-components/purchase-min-alert/helpers.d.ts +0 -7

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.