buildingproduct-library 0.2.73 → 0.2.74

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 (51) hide show
  1. package/{buildingproduct-library-0.2.73.tgz → buildingproduct-library-0.2.74.tgz} +0 -0
  2. package/bundles/buildingproduct-library.umd.js +262 -275
  3. package/bundles/buildingproduct-library.umd.js.map +1 -1
  4. package/esm2015/lib/account-dropdown/account-dropdown.component.js +3 -4
  5. package/esm2015/lib/checkout/add-new-address/add-new-address.component.js +4 -6
  6. package/esm2015/lib/checkout/checkout.module.js +2 -2
  7. package/esm2015/lib/checkout/custom-checkout/custom-checkout.component.js +13 -6
  8. package/esm2015/lib/checkout/order-confirmation/order-confirmation.component.js +2 -5
  9. package/esm2015/lib/checkout/order-review/order-review-grid/order-review-grid.component.js +12 -12
  10. package/esm2015/lib/checkout/order-review/order-review-list/order-review-list.component.js +11 -11
  11. package/esm2015/lib/checkout/order-review/order-review.component.js +2 -2
  12. package/esm2015/lib/custom-cart/addto-saved-carts/addto-saved-carts.component.js +2 -2
  13. package/esm2015/lib/custom-cart/custom-cart.component.js +12 -12
  14. package/esm2015/lib/custom-cart/custom-cart.module.js +2 -2
  15. package/esm2015/lib/custom-header-logo/custom-header-logo.component.js +3 -2
  16. package/esm2015/lib/custom-mini-cart/custom-mini-cart.component.js +2 -2
  17. package/esm2015/lib/custom-mini-cart/custom-mini-cart.module.js +1 -5
  18. package/esm2015/lib/custom-navigation/custom-navigation/custom-navigation.component.js +2 -2
  19. package/esm2015/lib/custom-order-details/custom-order-details.component.js +7 -6
  20. package/esm2015/lib/custom-order-details/custom-order-details.module.js +2 -2
  21. package/esm2015/lib/custom-order-details/order-detail-grid/order-detail-grid.component.js +15 -15
  22. package/esm2015/lib/custom-order-details/order-detail-list/order-detail-list.component.js +14 -14
  23. package/esm2015/lib/custom-order-history/custom-order-history.module.js +2 -2
  24. package/esm2015/lib/custom-order-history/slider-progress/slider-progress.component.js +1 -1
  25. package/esm2015/lib/custom-saved-cart/custom-saved-cart-details/custom-save-cart-dtl/custom-save-cart-dtl.component.js +2 -1
  26. package/esm2015/lib/custom-saved-cart/custom-saved-cart-details/custom-saved-cart-details.module.js +2 -2
  27. package/esm2015/lib/custom-saved-cart/custom-saved-cart.component.js +10 -5
  28. package/esm2015/lib/custom-saved-cart/custom-saved-cart.module.js +2 -2
  29. package/esm2015/lib/find-store/find-store.module.js +2 -2
  30. package/esm2015/lib/my-account/invoice-credit/invoice-credit.component.js +4 -2
  31. package/esm2015/lib/my-team/my-team.component.js +3 -3
  32. package/esm2015/lib/services/cart.service.js +2 -2
  33. package/esm2015/lib/services/checkout.service.js +1 -5
  34. package/esm2015/lib/services/endPointURL.js +1 -1
  35. package/esm2015/lib/services/find-store.service.js +7 -18
  36. package/esm2015/lib/services/search.service.js +9 -9
  37. package/esm2015/lib/shared/active-saved-cart/active-saved-cart.component.js +2 -2
  38. package/esm2015/lib/shared/custom-cart-detail/custom-cart-detail.component.js +1 -1
  39. package/esm2015/lib/shared/custom-cart-detail/custom-cart-grid/custom-cart-grid.component.js +12 -12
  40. package/esm2015/lib/shared/custom-cart-detail/custom-cart-list/custom-cart-list.component.js +12 -12
  41. package/esm2015/lib/shared/saved-cart-popup/saved-cart-popup.component.js +3 -5
  42. package/esm2015/lib/shared/shared-download-order/shared-download-order.component.js +33 -41
  43. package/fesm2015/buildingproduct-library.js +251 -269
  44. package/fesm2015/buildingproduct-library.js.map +1 -1
  45. package/lib/checkout/order-confirmation/order-confirmation.component.d.ts +0 -3
  46. package/lib/custom-cart/custom-cart.component.d.ts +1 -1
  47. package/lib/custom-mini-cart/custom-mini-cart.module.d.ts +2 -3
  48. package/lib/custom-saved-cart/custom-saved-cart.component.d.ts +1 -0
  49. package/lib/services/search.service.d.ts +1 -1
  50. package/lib/shared/shared-download-order/shared-download-order.component.d.ts +2 -1
  51. package/package.json +1 -1