buildingproduct-library 0.2.89 → 0.2.91

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 (40) hide show
  1. package/{buildingproduct-library-0.2.89.tgz → buildingproduct-library-0.2.91.tgz} +0 -0
  2. package/bundles/buildingproduct-library.umd.js +264 -110
  3. package/bundles/buildingproduct-library.umd.js.map +1 -1
  4. package/esm2015/lib/account-dropdown/account-dropdown.component.js +1 -1
  5. package/esm2015/lib/checkout/custom-checkout/custom-checkout.component.js +11 -4
  6. package/esm2015/lib/checkout/order-review/order-review-list/order-review-list.component.js +1 -1
  7. package/esm2015/lib/checkout/order-review/order-review.component.js +2 -2
  8. package/esm2015/lib/custom-mini-cart/custom-mini-cart.component.js +11 -9
  9. package/esm2015/lib/custom-order-details/custom-order-details.component.js +2 -2
  10. package/esm2015/lib/custom-order-details/order-detail-grid/order-detail-grid.component.js +3 -3
  11. package/esm2015/lib/custom-order-details/order-detail-list/order-detail-list.component.js +2 -2
  12. package/esm2015/lib/custom-order-history/custom-order-history.component.js +2 -2
  13. package/esm2015/lib/custom-saved-cart/custom-saved-cart-details/custom-save-cart-dtl/custom-save-cart-dtl.component.js +2 -2
  14. package/esm2015/lib/custom-saved-cart/custom-saved-cart-details/saved-cart-details-overview/saved-cart-details-overview.component.js +2 -2
  15. package/esm2015/lib/custom-saved-cart/custom-saved-cart.component.js +2 -2
  16. package/esm2015/lib/my-account/account-dashboard/account-dashboard.component.js +2 -2
  17. package/esm2015/lib/my-account/invoice-credit/invoice-credit.component.js +2 -2
  18. package/esm2015/lib/my-team/my-team.component.js +2 -2
  19. package/esm2015/lib/services/cart.service.js +5 -3
  20. package/esm2015/lib/services/endPointURL.js +2 -2
  21. package/esm2015/lib/services/order-history.service.js +2 -2
  22. package/esm2015/lib/shared/active-saved-cart/active-saved-cart.component.js +58 -35
  23. package/esm2015/lib/shared/custom-breadcrum/custom-breadcrum.component.js +2 -2
  24. package/esm2015/lib/shared/custom-cart-detail/bundlepopup/bundlepopup.component.js +53 -0
  25. package/esm2015/lib/shared/custom-cart-detail/custom-cart-detail.component.js +2 -2
  26. package/esm2015/lib/shared/custom-cart-detail/custom-cart-grid/custom-cart-grid.component.js +23 -6
  27. package/esm2015/lib/shared/custom-cart-detail/custom-cart-list/custom-cart-list.component.js +23 -6
  28. package/esm2015/lib/shared/custom-cart-detail/custom-product-quantity-form/custom-product-quantity-form.component.js +46 -14
  29. package/esm2015/lib/shared/shared-components.module.js +10 -1
  30. package/esm2015/lib/shared/shared-download-order/shared-download-order.component.js +2 -2
  31. package/fesm2015/buildingproduct-library.js +240 -91
  32. package/fesm2015/buildingproduct-library.js.map +1 -1
  33. package/lib/custom-mini-cart/custom-mini-cart.component.d.ts +1 -0
  34. package/lib/services/cart.service.d.ts +1 -1
  35. package/lib/services/endPointURL.d.ts +1 -3
  36. package/lib/shared/active-saved-cart/active-saved-cart.component.d.ts +12 -10
  37. package/lib/shared/custom-cart-detail/bundlepopup/bundlepopup.component.d.ts +16 -0
  38. package/lib/shared/custom-cart-detail/custom-product-quantity-form/custom-product-quantity-form.component.d.ts +8 -3
  39. package/lib/shared/shared-components.module.d.ts +14 -12
  40. package/package.json +1 -1