buildingproduct-library 0.2.73 → 0.2.75
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/assets/images/newtab.svg +11 -0
- package/{buildingproduct-library-0.2.73.tgz → buildingproduct-library-0.2.75.tgz} +0 -0
- package/bundles/buildingproduct-library.umd.js +759 -656
- package/bundles/buildingproduct-library.umd.js.map +1 -1
- package/esm2015/lib/account-dropdown/account-dropdown.component.js +17 -18
- package/esm2015/lib/account-dropdown/account-dropdown.module.js +6 -2
- package/esm2015/lib/checkout/add-new-address/add-new-address.component.js +4 -6
- package/esm2015/lib/checkout/checkout.module.js +2 -2
- package/esm2015/lib/checkout/custom-checkout/custom-checkout.component.js +13 -6
- package/esm2015/lib/checkout/order-confirmation/order-confirmation.component.js +2 -5
- package/esm2015/lib/checkout/order-review/order-review-grid/order-review-grid.component.js +12 -12
- package/esm2015/lib/checkout/order-review/order-review-list/order-review-list.component.js +11 -11
- package/esm2015/lib/checkout/order-review/order-review.component.js +2 -2
- package/esm2015/lib/custom-cart/addto-saved-carts/addto-saved-carts.component.js +2 -2
- package/esm2015/lib/custom-cart/custom-cart.component.js +12 -12
- package/esm2015/lib/custom-cart/custom-cart.module.js +2 -2
- package/esm2015/lib/custom-header-logo/custom-header-logo.component.js +3 -2
- package/esm2015/lib/custom-mini-cart/custom-mini-cart.component.js +57 -13
- package/esm2015/lib/custom-mini-cart/custom-mini-cart.module.js +1 -5
- package/esm2015/lib/custom-navigation/custom-navigation/custom-navigation.component.js +2 -2
- package/esm2015/lib/custom-navigation/custom-navigation.module.js +1 -11
- package/esm2015/lib/custom-order-details/custom-order-details.component.js +11 -8
- package/esm2015/lib/custom-order-details/custom-order-details.module.js +2 -2
- package/esm2015/lib/custom-order-details/order-detail-grid/order-detail-grid.component.js +15 -15
- package/esm2015/lib/custom-order-details/order-detail-list/order-detail-list.component.js +15 -15
- package/esm2015/lib/custom-order-history/custom-order-history.component.js +20 -19
- package/esm2015/lib/custom-order-history/custom-order-history.module.js +2 -2
- package/esm2015/lib/custom-order-history/slider-progress/slider-progress.component.js +1 -1
- package/esm2015/lib/custom-saved-cart/custom-saved-cart-details/custom-save-cart-dtl/custom-save-cart-dtl.component.js +29 -17
- package/esm2015/lib/custom-saved-cart/custom-saved-cart-details/custom-saved-cart-details.module.js +2 -2
- package/esm2015/lib/custom-saved-cart/custom-saved-cart-details/saved-cart-details-action/saved-cart-details-action.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-details/saved-cart-details.service.js +28 -10
- package/esm2015/lib/custom-saved-cart/custom-saved-cart.component.js +10 -5
- package/esm2015/lib/custom-saved-cart/custom-saved-cart.module.js +4 -4
- package/esm2015/lib/custom-search/custom-search.component.js +1 -1
- package/esm2015/lib/custom-user-account/custom-user-account.component.js +2 -2
- package/esm2015/lib/find-store/find-store.component.js +1 -1
- package/esm2015/lib/find-store/find-store.module.js +2 -2
- package/esm2015/lib/my-account/account-dashboard/account-dashboard.component.js +6 -7
- package/esm2015/lib/my-account/invoice-credit/invoice-credit.component.js +29 -26
- package/esm2015/lib/my-account/my-account.component.js +11 -1
- package/esm2015/lib/my-team/my-team.component.js +30 -11
- package/esm2015/lib/my-team/team-member.service.js +8 -36
- package/esm2015/lib/services/cart.service.js +2 -2
- package/esm2015/lib/services/checkout.service.js +1 -5
- package/esm2015/lib/services/endPointURL.js +1 -1
- package/esm2015/lib/services/find-store.service.js +7 -18
- package/esm2015/lib/services/order.review.js +1 -1
- package/esm2015/lib/services/search.service.js +9 -9
- package/esm2015/lib/shared/active-saved-cart/active-saved-cart.component.js +6 -4
- package/esm2015/lib/shared/custom-cart-detail/custom-cart-detail.component.js +1 -1
- package/esm2015/lib/shared/custom-cart-detail/custom-cart-grid/custom-cart-grid.component.js +58 -32
- package/esm2015/lib/shared/custom-cart-detail/custom-cart-list/custom-cart-list.component.js +76 -47
- package/esm2015/lib/shared/custom-cart-detail/custom-product-quantity-form/custom-product-quantity-form.component.js +2 -4
- package/esm2015/lib/shared/saved-cart-popup/saved-cart-popup.component.js +4 -6
- package/esm2015/lib/shared/shared-download-order/shared-download-order.component.js +40 -48
- package/fesm2015/buildingproduct-library.js +640 -541
- package/fesm2015/buildingproduct-library.js.map +1 -1
- package/lib/account-dropdown/account-dropdown.component.d.ts +2 -0
- package/lib/account-dropdown/account-dropdown.module.d.ts +2 -1
- package/lib/checkout/order-confirmation/order-confirmation.component.d.ts +0 -3
- package/lib/custom-cart/custom-cart.component.d.ts +1 -1
- package/lib/custom-mini-cart/custom-mini-cart.component.d.ts +13 -4
- package/lib/custom-mini-cart/custom-mini-cart.module.d.ts +2 -3
- package/lib/custom-order-history/custom-order-history.component.d.ts +1 -1
- package/lib/custom-saved-cart/custom-saved-cart-details/custom-save-cart-dtl/custom-save-cart-dtl.component.d.ts +1 -0
- package/lib/custom-saved-cart/custom-saved-cart-details/saved-cart-details.service.d.ts +5 -1
- package/lib/custom-saved-cart/custom-saved-cart.component.d.ts +1 -0
- package/lib/my-account/account-dashboard/account-dashboard.component.d.ts +1 -1
- package/lib/my-account/invoice-credit/invoice-credit.component.d.ts +2 -4
- package/lib/my-team/my-team.component.d.ts +6 -1
- package/lib/services/search.service.d.ts +1 -1
- package/lib/shared/custom-cart-detail/custom-cart-grid/custom-cart-grid.component.d.ts +9 -10
- package/lib/shared/custom-cart-detail/custom-cart-list/custom-cart-list.component.d.ts +9 -18
- package/lib/shared/custom-cart-detail/custom-product-quantity-form/custom-product-quantity-form.component.d.ts +1 -2
- package/lib/shared/shared-download-order/shared-download-order.component.d.ts +3 -2
- package/package.json +1 -1
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
|
2
|
+
<g id="Group_14477" data-name="Group 14477" transform="translate(-5533.5 11452.992)">
|
|
3
|
+
<g id="Group_14476" data-name="Group 14476">
|
|
4
|
+
<g id="Group_14475" data-name="Group 14475" transform="translate(5164.5 -12321.992)">
|
|
5
|
+
<rect id="Rectangle_1116" data-name="Rectangle 1116" width="24" height="24" transform="translate(369 869)" fill="#fff"/>
|
|
6
|
+
</g>
|
|
7
|
+
<path id="Path_11366" data-name="Path 11366" d="M142.587,65.954v4.569a1.963,1.963,0,0,1-1.839,2.068H127.833a1.965,1.965,0,0,1-1.839-2.068V58.066A1.963,1.963,0,0,1,127.833,56h4.8a.83.83,0,1,1,0,1.659h-4.505a.516.516,0,0,0-.472.553V70.378a.521.521,0,0,0,.472.553h12.33a.516.516,0,0,0,.472-.553V65.954a.83.83,0,1,1,1.659,0Z" transform="translate(5411.209 -11505.287)" fill-rule="evenodd"/>
|
|
8
|
+
</g>
|
|
9
|
+
<path id="Path_11367" data-name="Path 11367" d="M26.413,4.5H21.5a.607.607,0,0,0-.608.608v.009a.607.607,0,0,0,.608.608h3.4l-5.091,5.126a.608.608,0,0,0,.858.862l5.126-5.1v3.4a.607.607,0,0,0,.608.608h.009a.607.607,0,0,0,.608-.608V5.108A.607.607,0,0,0,26.413,4.5Z" transform="translate(5526.775 -11453.789)"/>
|
|
10
|
+
</g>
|
|
11
|
+
</svg>
|