buildingproduct-library 0.2.81 → 0.2.83

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 (47) hide show
  1. package/{buildingproduct-library-0.2.81.tgz → buildingproduct-library-0.2.83.tgz} +0 -0
  2. package/bundles/buildingproduct-library.umd.js +560 -278
  3. package/bundles/buildingproduct-library.umd.js.map +1 -1
  4. package/esm2015/lib/account-dropdown/account-dropdown.component.js +5 -3
  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 +31 -21
  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-account/invoice-credit/invoice-credit.component.js +15 -7
  20. package/esm2015/lib/my-team/my-team.component.js +13 -3
  21. package/esm2015/lib/services/order-history.service.js +2 -2
  22. package/esm2015/lib/shared/active-saved-cart/active-saved-cart.component.js +1 -1
  23. package/esm2015/lib/shared/custom-cart-detail/custom-cart-grid/custom-cart-grid.component.js +47 -30
  24. package/esm2015/lib/shared/custom-cart-detail/custom-cart-list/custom-cart-list.component.js +35 -18
  25. package/esm2015/lib/shared/custom-flashing-image-details/custom-flashing-image-details.component.js +136 -0
  26. package/esm2015/lib/shared/custom-flashing-image-details/custom-flashing-image-details.module.js +26 -0
  27. package/esm2015/lib/shared/shared-components.module.js +6 -2
  28. package/esm2015/lib/shared/shared-download-order/shared-download-order.component.js +4 -3
  29. package/fesm2015/buildingproduct-library.js +469 -192
  30. package/fesm2015/buildingproduct-library.js.map +1 -1
  31. package/lib/checkout/checkout.module.d.ts +3 -2
  32. package/lib/checkout/order-review/order-review-grid/order-review-grid.component.d.ts +2 -0
  33. package/lib/checkout/order-review/order-review-list/order-review-list.component.d.ts +2 -0
  34. package/lib/custom-mini-cart/custom-mini-cart.component.d.ts +5 -0
  35. package/lib/custom-mini-cart/custom-mini-cart.module.d.ts +2 -1
  36. package/lib/custom-order-details/custom-order-details.module.d.ts +2 -1
  37. package/lib/custom-order-details/order-detail-grid/order-detail-grid.component.d.ts +2 -0
  38. package/lib/custom-order-details/order-detail-list/order-detail-list.component.d.ts +2 -0
  39. package/lib/custom-order-history/custom-order-history.component.d.ts +1 -0
  40. package/lib/my-account/invoice-credit/invoice-credit.component.d.ts +1 -0
  41. package/lib/my-team/my-team.component.d.ts +2 -1
  42. package/lib/shared/custom-cart-detail/custom-cart-grid/custom-cart-grid.component.d.ts +2 -0
  43. package/lib/shared/custom-cart-detail/custom-cart-list/custom-cart-list.component.d.ts +2 -0
  44. package/lib/shared/custom-flashing-image-details/custom-flashing-image-details.component.d.ts +21 -0
  45. package/lib/shared/custom-flashing-image-details/custom-flashing-image-details.module.d.ts +8 -0
  46. package/lib/shared/shared-components.module.d.ts +3 -2
  47. package/package.json +1 -1