buildingproduct-library 0.2.76 → 0.2.78
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/pdf-icon.svg +45 -0
- package/{buildingproduct-library-0.2.76.tgz → buildingproduct-library-0.2.78.tgz} +0 -0
- package/bundles/buildingproduct-library.umd.js +3471 -2489
- package/bundles/buildingproduct-library.umd.js.map +1 -1
- package/esm2015/lib/account-dropdown/account-dropdown.component.js +38 -4
- package/esm2015/lib/account-dropdown/account-dropdown.service.js +3 -3
- package/esm2015/lib/checkout/add-new-address/add-new-address.component.js +22 -13
- package/esm2015/lib/checkout/checkout.module.js +10 -2
- package/esm2015/lib/checkout/custom-checkout/custom-checkout.component.js +7 -28
- package/esm2015/lib/checkout/order-confirmation/order-confirmation.component.js +2 -3
- package/esm2015/lib/checkout/order-review/delivery-information/delivery-information.component.js +1 -1
- package/esm2015/lib/checkout/order-review/order-review-grid/order-review-grid.component.js +86 -16
- package/esm2015/lib/checkout/order-review/order-review-list/order-review-list.component.js +72 -15
- package/esm2015/lib/checkout/order-review/order-review.component.js +3 -27
- package/esm2015/lib/contact-us/contact-us.component.js +1 -1
- package/esm2015/lib/custom-cart/addto-saved-carts/addto-saved-carts.component.js +2 -2
- package/esm2015/lib/custom-cart/custom-cart.component.js +3 -27
- package/esm2015/lib/custom-cart/custom-cart.module.js +3 -3
- package/esm2015/lib/custom-mini-cart/custom-mini-cart.component.js +110 -52
- package/esm2015/lib/custom-mini-cart/custom-mini-cart.module.js +2 -2
- package/esm2015/lib/custom-navigation/custom-navigation.component.js +122 -0
- package/esm2015/lib/custom-navigation/custom-navigation.module.js +3 -3
- package/esm2015/lib/custom-order-details/custom-order-details.component.js +26 -21
- package/esm2015/lib/custom-order-details/custom-order-details.module.js +15 -7
- package/esm2015/lib/custom-order-details/download-popup/download-popup.component.js +1 -1
- package/esm2015/lib/custom-order-details/order-detail-grid/order-detail-grid.component.js +105 -22
- package/esm2015/lib/custom-order-details/order-detail-list/order-detail-list.component.js +89 -23
- package/esm2015/lib/custom-order-history/custom-order-history.component.js +49 -22
- package/esm2015/lib/custom-order-history/custom-order-history.module.js +10 -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 +2 -2
- 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 +4 -28
- package/esm2015/lib/custom-saved-cart/custom-saved-cart-details/saved-cart-details-overview/saved-cart-details-overview.component.js +1 -1
- package/esm2015/lib/custom-saved-cart/custom-saved-cart.component.js +6 -4
- package/esm2015/lib/custom-saved-cart/custom-saved-cart.module.js +2 -2
- package/esm2015/lib/custom-saved-cart/saved-cart.service.js +11 -2
- package/esm2015/lib/custom-search/custom-search.component.js +3 -3
- package/esm2015/lib/custom-user-account/custom-user-account.component.js +2 -2
- package/esm2015/lib/directives/custom-directives.module.js +1 -1
- package/esm2015/lib/directives/custom-paginatior.directive.js +101 -31
- package/esm2015/lib/find-store/find-store.component.js +2 -2
- package/esm2015/lib/help-support/help-support.component.js +1 -1
- package/esm2015/lib/my-account/account-dashboard/account-dashboard.component.js +2 -2
- package/esm2015/lib/my-account/account-statements/account-statements.component.js +2 -2
- package/esm2015/lib/my-account/invoice-credit/invoice-credit.component.js +51 -17
- package/esm2015/lib/my-account/my-account.component.js +2 -2
- package/esm2015/lib/my-account/my-account.module.js +11 -3
- package/esm2015/lib/my-team/my-team.component.js +25 -17
- package/esm2015/lib/my-team/my-team.module.js +11 -7
- package/esm2015/lib/services/endPointURL.js +6 -1
- package/esm2015/lib/services/user-account-detail-service.service.js +172 -4
- package/esm2015/lib/shared/CustomProduct.js +5 -4
- package/esm2015/lib/shared/active-saved-cart/active-saved-cart.component.js +20 -11
- package/esm2015/lib/shared/custom-breadcrum/custom-breadcrum.component.js +17 -7
- 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 +198 -102
- package/esm2015/lib/shared/custom-cart-detail/custom-cart-list/custom-cart-list.component.js +64 -22
- package/esm2015/lib/shared/custom-cart-detail/custom-product-quantity-form/custom-product-quantity-form.component.js +129 -80
- package/esm2015/lib/shared/date-range-picker/date-range-picker.component.js +59 -9
- package/esm2015/lib/shared/regEx.validator.js +3 -1
- package/esm2015/lib/shared/saved-cart-popup/saved-cart-popup.component.js +1 -1
- package/esm2015/lib/shared/shared-components.module.js +21 -10
- package/esm2015/lib/shared/shared-download-order/shared-download-order.component.js +116 -31
- package/esm2015/lib/spa-custom-header.module.js +14 -13
- package/esm2015/public-api.js +2 -2
- package/fesm2015/buildingproduct-library.js +1996 -1081
- package/fesm2015/buildingproduct-library.js.map +1 -1
- package/lib/checkout/add-new-address/add-new-address.component.d.ts +1 -0
- package/lib/checkout/checkout.module.d.ts +12 -10
- package/lib/checkout/custom-checkout/custom-checkout.component.d.ts +2 -5
- package/lib/checkout/order-review/order-review-grid/order-review-grid.component.d.ts +8 -2
- package/lib/checkout/order-review/order-review-list/order-review-list.component.d.ts +5 -2
- package/lib/checkout/order-review/order-review.component.d.ts +1 -4
- package/lib/custom-cart/custom-cart.component.d.ts +1 -4
- package/lib/custom-mini-cart/custom-mini-cart.component.d.ts +11 -3
- package/lib/custom-navigation/{custom-navigation/custom-navigation.component.d.ts → custom-navigation.component.d.ts} +1 -1
- package/lib/custom-navigation/custom-navigation.module.d.ts +1 -1
- package/lib/custom-order-details/custom-order-details.component.d.ts +5 -2
- package/lib/custom-order-details/custom-order-details.module.d.ts +6 -4
- package/lib/custom-order-details/order-detail-grid/order-detail-grid.component.d.ts +14 -4
- package/lib/custom-order-details/order-detail-list/order-detail-list.component.d.ts +10 -3
- package/lib/custom-order-history/custom-order-history.component.d.ts +3 -0
- package/lib/custom-order-history/custom-order-history.module.d.ts +8 -6
- package/lib/custom-saved-cart/custom-saved-cart-details/saved-cart-details-action/saved-cart-details-action.component.d.ts +1 -4
- package/lib/custom-saved-cart/custom-saved-cart.component.d.ts +1 -0
- package/lib/custom-saved-cart/saved-cart.service.d.ts +1 -0
- package/lib/custom-search/custom-search.component.d.ts +1 -1
- package/lib/directives/custom-paginatior.directive.d.ts +6 -1
- package/lib/find-store/find-store.component.d.ts +1 -1
- package/lib/my-account/account-statements/account-statements.component.d.ts +1 -1
- package/lib/my-account/invoice-credit/invoice-credit.component.d.ts +8 -2
- package/lib/my-account/my-account.component.d.ts +1 -1
- package/lib/my-account/my-account.module.d.ts +7 -5
- package/lib/my-team/my-team.component.d.ts +2 -0
- package/lib/my-team/my-team.module.d.ts +7 -6
- package/lib/services/endPointURL.d.ts +3 -0
- package/lib/services/user-account-detail-service.service.d.ts +27 -1
- package/lib/shared/CustomProduct.d.ts +1 -0
- package/lib/shared/active-saved-cart/active-saved-cart.component.d.ts +3 -1
- package/lib/shared/custom-breadcrum/custom-breadcrum.component.d.ts +3 -1
- package/lib/shared/custom-cart-detail/custom-cart-grid/custom-cart-grid.component.d.ts +17 -9
- package/lib/shared/custom-cart-detail/custom-cart-list/custom-cart-list.component.d.ts +8 -6
- package/lib/shared/custom-cart-detail/custom-product-quantity-form/custom-product-quantity-form.component.d.ts +11 -3
- package/lib/shared/date-range-picker/date-range-picker.component.d.ts +11 -3
- package/lib/shared/regEx.validator.d.ts +2 -0
- package/lib/shared/shared-components.module.d.ts +10 -8
- package/lib/shared/shared-download-order/shared-download-order.component.d.ts +6 -4
- package/lib/spa-custom-header.module.d.ts +7 -6
- package/package.json +3 -1
- package/public-api.d.ts +1 -1
- package/esm2015/lib/custom-navigation/custom-navigation/custom-navigation.component.js +0 -121
- package/esm2015/lib/preference/preference.component.js +0 -19
- package/esm2015/lib/preference/preference.module.js +0 -45
- package/lib/preference/preference.component.d.ts +0 -8
- package/lib/preference/preference.module.d.ts +0 -10
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.