buildingproduct-library 0.2.80 → 0.2.82

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 (45) hide show
  1. package/{buildingproduct-library-0.2.80.tgz → buildingproduct-library-0.2.82.tgz} +0 -0
  2. package/bundles/buildingproduct-library.umd.js +569 -274
  3. package/bundles/buildingproduct-library.umd.js.map +1 -1
  4. package/esm2015/lib/account-dropdown/account-dropdown.component.js +7 -4
  5. package/esm2015/lib/checkout/checkout.module.js +6 -2
  6. package/esm2015/lib/checkout/order-review/order-review-grid/order-review-grid.component.js +18 -9
  7. package/esm2015/lib/checkout/order-review/order-review-list/order-review-list.component.js +24 -13
  8. package/esm2015/lib/checkout/order-review/order-review.component.js +1 -1
  9. package/esm2015/lib/custom-mini-cart/custom-mini-cart.component.js +57 -36
  10. package/esm2015/lib/custom-mini-cart/custom-mini-cart.module.js +6 -2
  11. package/esm2015/lib/custom-order-details/custom-order-details.module.js +6 -2
  12. package/esm2015/lib/custom-order-details/order-detail-grid/order-detail-grid.component.js +17 -9
  13. package/esm2015/lib/custom-order-details/order-detail-list/order-detail-list.component.js +18 -9
  14. package/esm2015/lib/custom-order-history/custom-order-history.component.js +25 -20
  15. package/esm2015/lib/custom-order-history/custom-order-history.module.js +3 -3
  16. package/esm2015/lib/custom-saved-cart/custom-saved-cart-details/saved-cart-details-action/saved-cart-details-action.component.js +1 -1
  17. package/esm2015/lib/my-account/account-dashboard/account-dashboard.component.js +1 -1
  18. package/esm2015/lib/my-account/account-statements/account-statements.component.js +2 -2
  19. package/esm2015/lib/my-team/my-team.component.js +40 -5
  20. package/esm2015/lib/services/order-history.service.js +2 -2
  21. package/esm2015/lib/shared/active-saved-cart/active-saved-cart.component.js +1 -1
  22. package/esm2015/lib/shared/custom-cart-detail/custom-cart-grid/custom-cart-grid.component.js +47 -30
  23. package/esm2015/lib/shared/custom-cart-detail/custom-cart-list/custom-cart-list.component.js +35 -18
  24. package/esm2015/lib/shared/custom-flashing-image-details/custom-flashing-image-details.component.js +136 -0
  25. package/esm2015/lib/shared/custom-flashing-image-details/custom-flashing-image-details.module.js +26 -0
  26. package/esm2015/lib/shared/shared-components.module.js +6 -2
  27. package/esm2015/lib/shared/shared-download-order/shared-download-order.component.js +4 -3
  28. package/fesm2015/buildingproduct-library.js +478 -188
  29. package/fesm2015/buildingproduct-library.js.map +1 -1
  30. package/lib/checkout/checkout.module.d.ts +3 -2
  31. package/lib/checkout/order-review/order-review-grid/order-review-grid.component.d.ts +2 -0
  32. package/lib/checkout/order-review/order-review-list/order-review-list.component.d.ts +2 -0
  33. package/lib/custom-mini-cart/custom-mini-cart.component.d.ts +5 -0
  34. package/lib/custom-mini-cart/custom-mini-cart.module.d.ts +2 -1
  35. package/lib/custom-order-details/custom-order-details.module.d.ts +2 -1
  36. package/lib/custom-order-details/order-detail-grid/order-detail-grid.component.d.ts +2 -0
  37. package/lib/custom-order-details/order-detail-list/order-detail-list.component.d.ts +2 -0
  38. package/lib/custom-order-history/custom-order-history.component.d.ts +1 -0
  39. package/lib/my-team/my-team.component.d.ts +3 -2
  40. package/lib/shared/custom-cart-detail/custom-cart-grid/custom-cart-grid.component.d.ts +2 -0
  41. package/lib/shared/custom-cart-detail/custom-cart-list/custom-cart-list.component.d.ts +2 -0
  42. package/lib/shared/custom-flashing-image-details/custom-flashing-image-details.component.d.ts +21 -0
  43. package/lib/shared/custom-flashing-image-details/custom-flashing-image-details.module.d.ts +8 -0
  44. package/lib/shared/shared-components.module.d.ts +3 -2
  45. package/package.json +1 -1