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.
- package/{buildingproduct-library-0.2.89.tgz → buildingproduct-library-0.2.91.tgz} +0 -0
- package/bundles/buildingproduct-library.umd.js +264 -110
- package/bundles/buildingproduct-library.umd.js.map +1 -1
- package/esm2015/lib/account-dropdown/account-dropdown.component.js +1 -1
- package/esm2015/lib/checkout/custom-checkout/custom-checkout.component.js +11 -4
- package/esm2015/lib/checkout/order-review/order-review-list/order-review-list.component.js +1 -1
- package/esm2015/lib/checkout/order-review/order-review.component.js +2 -2
- package/esm2015/lib/custom-mini-cart/custom-mini-cart.component.js +11 -9
- package/esm2015/lib/custom-order-details/custom-order-details.component.js +2 -2
- package/esm2015/lib/custom-order-details/order-detail-grid/order-detail-grid.component.js +3 -3
- package/esm2015/lib/custom-order-details/order-detail-list/order-detail-list.component.js +2 -2
- package/esm2015/lib/custom-order-history/custom-order-history.component.js +2 -2
- package/esm2015/lib/custom-saved-cart/custom-saved-cart-details/custom-save-cart-dtl/custom-save-cart-dtl.component.js +2 -2
- package/esm2015/lib/custom-saved-cart/custom-saved-cart-details/saved-cart-details-overview/saved-cart-details-overview.component.js +2 -2
- package/esm2015/lib/custom-saved-cart/custom-saved-cart.component.js +2 -2
- package/esm2015/lib/my-account/account-dashboard/account-dashboard.component.js +2 -2
- package/esm2015/lib/my-account/invoice-credit/invoice-credit.component.js +2 -2
- package/esm2015/lib/my-team/my-team.component.js +2 -2
- package/esm2015/lib/services/cart.service.js +5 -3
- package/esm2015/lib/services/endPointURL.js +2 -2
- package/esm2015/lib/services/order-history.service.js +2 -2
- package/esm2015/lib/shared/active-saved-cart/active-saved-cart.component.js +58 -35
- package/esm2015/lib/shared/custom-breadcrum/custom-breadcrum.component.js +2 -2
- package/esm2015/lib/shared/custom-cart-detail/bundlepopup/bundlepopup.component.js +53 -0
- package/esm2015/lib/shared/custom-cart-detail/custom-cart-detail.component.js +2 -2
- package/esm2015/lib/shared/custom-cart-detail/custom-cart-grid/custom-cart-grid.component.js +23 -6
- package/esm2015/lib/shared/custom-cart-detail/custom-cart-list/custom-cart-list.component.js +23 -6
- package/esm2015/lib/shared/custom-cart-detail/custom-product-quantity-form/custom-product-quantity-form.component.js +46 -14
- package/esm2015/lib/shared/shared-components.module.js +10 -1
- package/esm2015/lib/shared/shared-download-order/shared-download-order.component.js +2 -2
- package/fesm2015/buildingproduct-library.js +240 -91
- package/fesm2015/buildingproduct-library.js.map +1 -1
- package/lib/custom-mini-cart/custom-mini-cart.component.d.ts +1 -0
- package/lib/services/cart.service.d.ts +1 -1
- package/lib/services/endPointURL.d.ts +1 -3
- package/lib/shared/active-saved-cart/active-saved-cart.component.d.ts +12 -10
- package/lib/shared/custom-cart-detail/bundlepopup/bundlepopup.component.d.ts +16 -0
- package/lib/shared/custom-cart-detail/custom-product-quantity-form/custom-product-quantity-form.component.d.ts +8 -3
- package/lib/shared/shared-components.module.d.ts +14 -12
- package/package.json +1 -1