buildingproduct-library 1.1.0 → 1.1.2
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-1.1.0.tgz → buildingproduct-library-1.1.2.tgz} +0 -0
- package/bundles/buildingproduct-library.umd.js +577 -373
- package/bundles/buildingproduct-library.umd.js.map +1 -1
- package/esm2015/lib/checkout/custom-checkout/custom-checkout.component.js +3 -2
- package/esm2015/lib/checkout/order-confirmation/order-confirmation.component.js +19 -12
- package/esm2015/lib/checkout/order-review/order-review-grid/order-review-grid.component.js +2 -2
- 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 +19 -4
- package/esm2015/lib/custom-cart/addto-saved-carts/addto-saved-carts.component.js +2 -2
- package/esm2015/lib/custom-cart/custom-cart.component.js +2 -2
- package/esm2015/lib/custom-navigation/custom-navigation.component.js +1 -1
- package/esm2015/lib/custom-order-details/custom-order-details.component.js +8 -2
- package/esm2015/lib/custom-order-details/order-detail-list/order-detail-list.component.js +1 -1
- package/esm2015/lib/custom-order-history/custom-order-history.component.js +8 -2
- package/esm2015/lib/custom-saved-cart/custom-saved-cart-details/saved-cart-details-action/saved-cart-details-action.component.js +4 -2
- package/esm2015/lib/custom-saved-cart/custom-saved-cart.component.js +14 -5
- package/esm2015/lib/delivery-details/delivery-details-list/delivery-details-list.component.js +1 -1
- package/esm2015/lib/directives/custom-directives.module.js +5 -4
- package/esm2015/lib/directives/numbers-only.directive.js +26 -0
- package/esm2015/lib/find-store/find-store.component.js +14 -12
- package/esm2015/lib/my-account/account-dashboard/account-dashboard.component.js +2 -2
- package/esm2015/lib/my-account/invoice-credit/invoice-credit.component.js +3 -3
- package/esm2015/lib/my-account/my-account.component.js +11 -2
- package/esm2015/lib/my-deliveries/my-deliveries.component.js +8 -2
- package/esm2015/lib/my-reports/my-reports.component.js +36 -8
- package/esm2015/lib/my-reports/my-reports.module.js +5 -2
- package/esm2015/lib/my-team/my-team.component.js +10 -2
- package/esm2015/lib/services/endPointURL.js +4 -1
- package/esm2015/lib/services/reports.service.js +26 -0
- package/esm2015/lib/shared/custom-cart-detail/bundlepopup/bundlepopup.component.js +21 -7
- package/esm2015/lib/shared/custom-cart-detail/custom-cart-grid/custom-cart-grid.component.js +3 -2
- package/esm2015/lib/shared/custom-cart-detail/custom-cart-list/custom-cart-list.component.js +3 -2
- package/esm2015/lib/shared/custom-cart-detail/custom-product-quantity-form/custom-product-quantity-form.component.js +30 -3
- package/esm2015/lib/shared/shared-components.module.js +5 -1
- package/esm2015/lib/spa-custom-header.module.js +5 -1
- package/fesm2015/buildingproduct-library.js +545 -354
- package/fesm2015/buildingproduct-library.js.map +1 -1
- package/lib/checkout/order-confirmation/order-confirmation.component.d.ts +5 -4
- package/lib/checkout/order-review/order-review.component.d.ts +2 -0
- package/lib/custom-order-details/custom-order-details.component.d.ts +1 -0
- package/lib/custom-order-history/custom-order-history.component.d.ts +1 -0
- package/lib/custom-saved-cart/custom-saved-cart.component.d.ts +5 -2
- package/lib/directives/custom-directives.module.d.ts +3 -2
- package/lib/directives/numbers-only.directive.d.ts +9 -0
- package/lib/my-account/my-account.component.d.ts +2 -0
- package/lib/my-deliveries/my-deliveries.component.d.ts +1 -0
- package/lib/my-reports/my-reports.component.d.ts +10 -3
- package/lib/my-reports/my-reports.module.d.ts +3 -2
- package/lib/my-team/my-team.component.d.ts +2 -0
- package/lib/services/endPointURL.d.ts +3 -0
- package/lib/services/reports.service.d.ts +10 -0
- package/lib/shared/custom-cart-detail/bundlepopup/bundlepopup.component.d.ts +5 -1
- package/lib/shared/custom-cart-detail/custom-product-quantity-form/custom-product-quantity-form.component.d.ts +4 -0
- package/lib/shared/shared-components.module.d.ts +7 -6
- package/lib/spa-custom-header.module.d.ts +4 -3
- package/package.json +1 -1
|
Binary file
|