@liquidcommerce/elements-sdk 2.6.0-beta.1 → 2.6.0-beta.11

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 (71) hide show
  1. package/README.md +1 -0
  2. package/dist/index.esm.js +10746 -10275
  3. package/dist/types/constants/core.constant.d.ts +11 -0
  4. package/dist/types/core/api/api-client.service.d.ts +11 -11
  5. package/dist/types/core/api/auth-client.service.d.ts +3 -14
  6. package/dist/types/core/client/client-action.service.d.ts +18 -11
  7. package/dist/types/core/client/client-config.service.d.ts +1 -0
  8. package/dist/types/core/command/base-command.service.d.ts +2 -2
  9. package/dist/types/core/command/common-command.service.d.ts +2 -1
  10. package/dist/types/core/google-tag-manager.service.d.ts +12 -10
  11. package/dist/types/core/pubsub/interfaces/address.interface.d.ts +3 -12
  12. package/dist/types/core/pubsub/interfaces/cart.interface.d.ts +26 -63
  13. package/dist/types/core/pubsub/interfaces/checkout.interface.d.ts +11 -1
  14. package/dist/types/core/pubsub/interfaces/product.interface.d.ts +16 -81
  15. package/dist/types/core/store/interfaces/address.interface.d.ts +3 -12
  16. package/dist/types/core/store/interfaces/cart.interface.d.ts +16 -54
  17. package/dist/types/core/store/interfaces/checkout.interface.d.ts +2 -2
  18. package/dist/types/core/store/interfaces/core.interface.d.ts +5 -4
  19. package/dist/types/core/store/interfaces/product.interface.d.ts +12 -66
  20. package/dist/types/core/store/store.constant.d.ts +1 -1
  21. package/dist/types/core/telemetry/telemetry.interface.d.ts +0 -1
  22. package/dist/types/elements-base-client.d.ts +1 -1
  23. package/dist/types/enums/cloud.enum.d.ts +20 -0
  24. package/dist/types/enums/core.enum.d.ts +1 -0
  25. package/dist/types/interfaces/api/address.interface.d.ts +28 -0
  26. package/dist/types/interfaces/api/cart.interface.d.ts +91 -0
  27. package/dist/types/interfaces/api/product-list.interface.d.ts +30 -0
  28. package/dist/types/interfaces/api/product.interface.d.ts +106 -0
  29. package/dist/types/interfaces/cloud/checkout.interface.d.ts +14 -10
  30. package/dist/types/interfaces/cloud/index.d.ts +0 -4
  31. package/dist/types/interfaces/cloud/retailer.interface.d.ts +2 -2
  32. package/dist/types/interfaces/configs/configurations.interface.d.ts +5 -5
  33. package/dist/types/interfaces/configs/global.interface.d.ts +1 -0
  34. package/dist/types/interfaces/configs/product.interface.d.ts +1 -0
  35. package/dist/types/modules/address/address.command.d.ts +2 -3
  36. package/dist/types/modules/address/address.interface.d.ts +0 -7
  37. package/dist/types/modules/cart/cart.commands.d.ts +0 -1
  38. package/dist/types/modules/cart/components/cart-body.component.d.ts +2 -1
  39. package/dist/types/modules/cart/components/cart-footer.component.d.ts +0 -1
  40. package/dist/types/modules/cart/components/cart-fulfillment.component.d.ts +0 -2
  41. package/dist/types/modules/product/components/components.d.ts +2 -4
  42. package/dist/types/modules/product/product.commands.d.ts +2 -2
  43. package/dist/types/modules/product-list/components/index.d.ts +2 -0
  44. package/dist/types/modules/product-list/components/product-list-card.component.d.ts +3 -2
  45. package/dist/types/modules/product-list/components/product-list-filters-subcomponents/index.d.ts +6 -0
  46. package/dist/types/modules/product-list/components/product-list-filters-subcomponents/product-list-apply-filter-button.component.d.ts +1 -0
  47. package/dist/types/modules/product-list/components/product-list-filters-subcomponents/product-list-checkbox-filter.components.d.ts +7 -0
  48. package/dist/types/modules/product-list/components/product-list-filters-subcomponents/product-list-delivery-options-filter.components.d.ts +16 -0
  49. package/dist/types/modules/product-list/components/product-list-filters-subcomponents/product-list-price-filter.components.d.ts +22 -0
  50. package/dist/types/modules/product-list/components/product-list-filters-subcomponents/product-list-search.component.d.ts +16 -0
  51. package/dist/types/modules/product-list/components/product-list-filters-subcomponents/product-list-toggle-filters.components.d.ts +18 -0
  52. package/dist/types/modules/product-list/components/product-list-filters.component.d.ts +27 -5
  53. package/dist/types/modules/product-list/product-list.commands.d.ts +3 -2
  54. package/dist/types/modules/product-list/product-list.component.d.ts +13 -5
  55. package/dist/types/modules/product-list/product-list.interface.d.ts +77 -0
  56. package/dist/types/modules/ui-components/purchase-min-alert/index.d.ts +0 -1
  57. package/dist/types/static/icon/chevron-up.icon.d.ts +2 -0
  58. package/dist/types/static/icon/filter.icon.d.ts +2 -0
  59. package/dist/types/static/icon/index.d.ts +1 -0
  60. package/dist/types/utils/helper.d.ts +2 -1
  61. package/docs/THEMING.md +3 -0
  62. package/package.json +4 -5
  63. package/umd/elements.js +1 -1
  64. package/dist/types/interfaces/cloud/address.interface.d.ts +0 -36
  65. package/dist/types/interfaces/cloud/cart.interface.d.ts +0 -132
  66. package/dist/types/interfaces/cloud/catalog.interface.d.ts +0 -43
  67. package/dist/types/interfaces/cloud/product.interface.d.ts +0 -158
  68. package/dist/types/modules/cart/cart.commands.helper.d.ts +0 -9
  69. package/dist/types/modules/product/utils/helpers.d.ts +0 -3
  70. package/dist/types/modules/product/utils/retailer-hours.d.ts +0 -9
  71. 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.