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.
- package/{buildingproduct-library-0.2.80.tgz → buildingproduct-library-0.2.82.tgz} +0 -0
- package/bundles/buildingproduct-library.umd.js +569 -274
- package/bundles/buildingproduct-library.umd.js.map +1 -1
- package/esm2015/lib/account-dropdown/account-dropdown.component.js +7 -4
- package/esm2015/lib/checkout/checkout.module.js +6 -2
- package/esm2015/lib/checkout/order-review/order-review-grid/order-review-grid.component.js +18 -9
- package/esm2015/lib/checkout/order-review/order-review-list/order-review-list.component.js +24 -13
- package/esm2015/lib/checkout/order-review/order-review.component.js +1 -1
- package/esm2015/lib/custom-mini-cart/custom-mini-cart.component.js +57 -36
- package/esm2015/lib/custom-mini-cart/custom-mini-cart.module.js +6 -2
- package/esm2015/lib/custom-order-details/custom-order-details.module.js +6 -2
- package/esm2015/lib/custom-order-details/order-detail-grid/order-detail-grid.component.js +17 -9
- package/esm2015/lib/custom-order-details/order-detail-list/order-detail-list.component.js +18 -9
- package/esm2015/lib/custom-order-history/custom-order-history.component.js +25 -20
- package/esm2015/lib/custom-order-history/custom-order-history.module.js +3 -3
- package/esm2015/lib/custom-saved-cart/custom-saved-cart-details/saved-cart-details-action/saved-cart-details-action.component.js +1 -1
- package/esm2015/lib/my-account/account-dashboard/account-dashboard.component.js +1 -1
- package/esm2015/lib/my-account/account-statements/account-statements.component.js +2 -2
- package/esm2015/lib/my-team/my-team.component.js +40 -5
- package/esm2015/lib/services/order-history.service.js +2 -2
- package/esm2015/lib/shared/active-saved-cart/active-saved-cart.component.js +1 -1
- package/esm2015/lib/shared/custom-cart-detail/custom-cart-grid/custom-cart-grid.component.js +47 -30
- package/esm2015/lib/shared/custom-cart-detail/custom-cart-list/custom-cart-list.component.js +35 -18
- package/esm2015/lib/shared/custom-flashing-image-details/custom-flashing-image-details.component.js +136 -0
- package/esm2015/lib/shared/custom-flashing-image-details/custom-flashing-image-details.module.js +26 -0
- package/esm2015/lib/shared/shared-components.module.js +6 -2
- package/esm2015/lib/shared/shared-download-order/shared-download-order.component.js +4 -3
- package/fesm2015/buildingproduct-library.js +478 -188
- package/fesm2015/buildingproduct-library.js.map +1 -1
- package/lib/checkout/checkout.module.d.ts +3 -2
- package/lib/checkout/order-review/order-review-grid/order-review-grid.component.d.ts +2 -0
- package/lib/checkout/order-review/order-review-list/order-review-list.component.d.ts +2 -0
- package/lib/custom-mini-cart/custom-mini-cart.component.d.ts +5 -0
- package/lib/custom-mini-cart/custom-mini-cart.module.d.ts +2 -1
- package/lib/custom-order-details/custom-order-details.module.d.ts +2 -1
- package/lib/custom-order-details/order-detail-grid/order-detail-grid.component.d.ts +2 -0
- package/lib/custom-order-details/order-detail-list/order-detail-list.component.d.ts +2 -0
- package/lib/custom-order-history/custom-order-history.component.d.ts +1 -0
- package/lib/my-team/my-team.component.d.ts +3 -2
- package/lib/shared/custom-cart-detail/custom-cart-grid/custom-cart-grid.component.d.ts +2 -0
- package/lib/shared/custom-cart-detail/custom-cart-list/custom-cart-list.component.d.ts +2 -0
- package/lib/shared/custom-flashing-image-details/custom-flashing-image-details.component.d.ts +21 -0
- package/lib/shared/custom-flashing-image-details/custom-flashing-image-details.module.d.ts +8 -0
- package/lib/shared/shared-components.module.d.ts +3 -2
- package/package.json +1 -1