ng-easycommerce 0.0.622 → 0.0.624
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/README.md +998 -993
- package/assets/bamboo.html +145 -145
- package/assets/bancardCatastro.html +49 -49
- package/assets/bancardFrameBase.html +104 -104
- package/assets/cecaFrameRedirectBase.html +172 -172
- package/assets/decidirFormEc.html +519 -519
- package/assets/docs/COOKIES.md +158 -158
- package/assets/docs/Parametros-Frontend.md +56 -56
- package/assets/ec-i18n/ct.json +298 -297
- package/assets/ec-i18n/en.json +3 -1
- package/assets/ec-i18n/es.json +417 -415
- package/assets/ec-i18n/fr.json +2 -1
- package/assets/ec-i18n/gl.json +298 -297
- package/assets/ec-i18n/pr.json +298 -297
- package/assets/images/whatsapp.png +0 -0
- package/assets/mpFrameRedirectBase.html +114 -114
- package/assets/recaptcha/recaptcha-site-keys.json +3 -3
- package/assets/recaptcha/recaptcha-sites-prod.json +38 -38
- package/assets/recaptcha/recaptcha-sites.json +52 -52
- package/assets/redirect.html +62 -62
- package/assets/redsysAuthVdosBase.html +78 -78
- package/assets/redsysAuthVunoBase.html +84 -84
- package/assets/redsysFrameRedirectBase.html +102 -102
- package/assets/redsysFrameRedirectOutBase.html +102 -102
- package/assets/redsysFrameSendBase.html +71 -71
- package/assets/redsysProBase.html +399 -399
- package/assets/redsysStateBase.html +63 -63
- package/assets/scss/_colors.scss +17 -17
- package/assets/scss/_styles.scss +22 -22
- package/assets/svg/chevron-left-black.svg +61 -61
- package/assets/svg/chevron-right-black.svg +61 -61
- package/bundles/ng-easycommerce.umd.js +19756 -19727
- package/bundles/ng-easycommerce.umd.js.map +1 -1
- package/bundles/ng-easycommerce.umd.min.js +1 -1
- package/bundles/ng-easycommerce.umd.min.js.map +1 -1
- package/esm2015/lib/api/connection.service.js +77 -77
- package/esm2015/lib/classes/checkout/step-service.js +39 -39
- package/esm2015/lib/classes/checkout/step.js +22 -22
- package/esm2015/lib/classes/checkout-process-state.js +2 -2
- package/esm2015/lib/classes/component-helper.js +16 -16
- package/esm2015/lib/classes/filters/AttributesFilter.js +61 -61
- package/esm2015/lib/classes/filters/CategoryFilter.js +54 -54
- package/esm2015/lib/classes/filters/DinamycsFilter.js +58 -58
- package/esm2015/lib/classes/filters/Filter.js +75 -75
- package/esm2015/lib/classes/filters/PriceRangeFilter.js +51 -51
- package/esm2015/lib/classes/filters/SortFilter.js +79 -79
- package/esm2015/lib/classes/user-role-type.js +1 -1
- package/esm2015/lib/classes/user.js +108 -108
- package/esm2015/lib/core.consts.js +414 -414
- package/esm2015/lib/ec-component/account-ec/account-ec.component.js +45 -45
- package/esm2015/lib/ec-component/account-ec/order-ec/order-ec.component.js +115 -115
- package/esm2015/lib/ec-component/account-ec/orders-list-ec/orders-list-ec.component.js +192 -192
- package/esm2015/lib/ec-component/auth-ec/auth-ec.component.js +115 -115
- package/esm2015/lib/ec-component/auth-ec/confirm-account-ec/confirm-account-ec.component.js +44 -44
- package/esm2015/lib/ec-component/auth-ec/forgot-password-ec/forgot-password-ec.component.js +58 -58
- package/esm2015/lib/ec-component/auth-ec/login-form-ec/login-form-ec.component.js +108 -108
- package/esm2015/lib/ec-component/auth-ec/register-form-ec/register-form-ec.component.js +168 -168
- package/esm2015/lib/ec-component/auth-ec/register-wholesaler-form-ec/register-wholesaler-form-ec.component.js +167 -167
- package/esm2015/lib/ec-component/auth-ec/select-channel-ec/select-channel-ec.component.js +78 -78
- package/esm2015/lib/ec-component/blocks-ec/block-banner-boxes-ec/block-banner-boxes-ec.component.js +140 -140
- package/esm2015/lib/ec-component/blocks-ec/block-banner-full-ec/block-banner-full-ec.component.js +110 -110
- package/esm2015/lib/ec-component/blocks-ec/block-form-contact-ec/block-form-contact-ec.component.js +138 -138
- package/esm2015/lib/ec-component/blocks-ec/block-html-ec/block-html-ec.component.js +38 -38
- package/esm2015/lib/ec-component/blocks-ec/block-newsletter-ec/contact-form-news-ec.component.js +152 -152
- package/esm2015/lib/ec-component/blocks-ec/block-products-ec/block-products-ec.component.js +119 -119
- package/esm2015/lib/ec-component/blocks-ec/blocks-ec.component.js +70 -70
- package/esm2015/lib/ec-component/build-your-ec/build-your-ec.component.js +305 -305
- package/esm2015/lib/ec-component/build-your-ec/product-found-ec/product-found-ec.component.js +85 -85
- package/esm2015/lib/ec-component/cart-ec/cart-ec.component.js +404 -404
- package/esm2015/lib/ec-component/checkout-ec/checkout-ec.component.js +152 -152
- package/esm2015/lib/ec-component/checkout-ec/dataform-ec/dataform-ec.component.js +424 -424
- package/esm2015/lib/ec-component/checkout-ec/detail-checkout-block-ec/detail-checkout-block-ec.component.js +103 -103
- package/esm2015/lib/ec-component/checkout-ec/payment-ec/payment-ec.component.js +169 -169
- package/esm2015/lib/ec-component/checkout-ec/shipment-ec/shipment-ec.component.js +112 -112
- package/esm2015/lib/ec-component/checkout-ec/step-ec/step-ec.component.js +53 -53
- package/esm2015/lib/ec-component/checkout-ec/success-ec/success-ec.component.js +66 -66
- package/esm2015/lib/ec-component/checkout-error-ec/checkout-error-ec.component.js +80 -80
- package/esm2015/lib/ec-component/collection-ec/collection-ec.component.js +220 -220
- package/esm2015/lib/ec-component/compared-products-ec/compared-products-ec.component.js +186 -186
- package/esm2015/lib/ec-component/cookies-ec/cookies-ec.component.js +109 -109
- package/esm2015/lib/ec-component/cookies-ec/modal-config-ec/modal-config-ec.component.js +32 -32
- package/esm2015/lib/ec-component/cookies-ec/modal-cookies-ec/modal-cookies-ec.component.js +34 -34
- package/esm2015/lib/ec-component/cookies-ec/sidebar-cookies-ec/sidebar-cookies-ec.component.js +34 -34
- package/esm2015/lib/ec-component/cookies-ec/toast-cookies-ec/toast-cookies-ec.component.js +35 -35
- package/esm2015/lib/ec-component/coupon-ec/coupon-ec.component.js +53 -53
- package/esm2015/lib/ec-component/faqs-content-ec/faqs-content-ec.component.js +49 -49
- package/esm2015/lib/ec-component/filters-ec/filters-ec.component.js +152 -152
- package/esm2015/lib/ec-component/filters-top-ec/filters-top-ec.component.js +102 -102
- package/esm2015/lib/ec-component/footer-ec/footer-ec.component.js +82 -82
- package/esm2015/lib/ec-component/header-ec/header-ec.component.js +199 -199
- package/esm2015/lib/ec-component/home-ec/home-ec.component.js +37 -37
- package/esm2015/lib/ec-component/index.js +244 -244
- package/esm2015/lib/ec-component/login-ec/login-ec.component.js +102 -102
- package/esm2015/lib/ec-component/multiple-items-to-cart-ec/multiple-items-to-cart-ec.component.js +90 -90
- package/esm2015/lib/ec-component/password-reset-ec/password-reset-ec.component.js +103 -103
- package/esm2015/lib/ec-component/product-detail-ec/product-detail-ec.component.js +190 -172
- package/esm2015/lib/ec-component/product-ec/product-ec.component.js +140 -140
- package/esm2015/lib/ec-component/related-products-ec/related-products-ec.component.js +94 -94
- package/esm2015/lib/ec-component/reviews-ec/reviews-ec.component.js +69 -69
- package/esm2015/lib/ec-component/reviews-form-ec/reviews-form-ec.component.js +138 -138
- package/esm2015/lib/ec-component/section-container-ec/section-container-ec.component.js +86 -86
- package/esm2015/lib/ec-component/seller-dashboard-container-ec/seller-dashboard-container-ec.component.js +130 -130
- package/esm2015/lib/ec-component/share-block-ec/share-block-ec.component.js +149 -149
- package/esm2015/lib/ec-component/sidebar-ec/sidebar-ec.component.js +133 -133
- package/esm2015/lib/ec-component/stores-ec/stores-ec.component.js +192 -192
- package/esm2015/lib/ec-component/variants-ec/variants-ec.component.js +56 -56
- package/esm2015/lib/ec-component/widgets-ec/bamboo-ec/bamboo-ec.component.js +205 -205
- package/esm2015/lib/ec-component/widgets-ec/bancard-catastro-ec/bancard-catastro-ec.component.js +296 -296
- package/esm2015/lib/ec-component/widgets-ec/bancard-ec/bancard-ec.component.js +154 -154
- package/esm2015/lib/ec-component/widgets-ec/bancard-redirect-ec/bancard-redirect-ec.component.js +144 -144
- package/esm2015/lib/ec-component/widgets-ec/cart-load-ec/cart-load-ec.component.js +49 -49
- package/esm2015/lib/ec-component/widgets-ec/ceca-redirect-ec/ceca-redirect-ec.component.js +133 -133
- package/esm2015/lib/ec-component/widgets-ec/culqi-ec/culqi-ec.component.js +152 -152
- package/esm2015/lib/ec-component/widgets-ec/decidir-ec/decidir-ec.component.js +175 -175
- package/esm2015/lib/ec-component/widgets-ec/loading-full-ec/loading-full-ec.component.js +30 -30
- package/esm2015/lib/ec-component/widgets-ec/loading-inline-ec/loading-inline-ec.component.js +26 -26
- package/esm2015/lib/ec-component/widgets-ec/loading-section-ec/loading-section-ec.component.js +21 -21
- package/esm2015/lib/ec-component/widgets-ec/mercadopago-ec/mp-redirect-ec/mp-redirect-ec.component.js +156 -156
- package/esm2015/lib/ec-component/widgets-ec/mercadopago-ec/mpcredit-ec/mpcredit-ec.component.js +368 -368
- package/esm2015/lib/ec-component/widgets-ec/mobbex-ec/mobbex-ec.component.js +151 -151
- package/esm2015/lib/ec-component/widgets-ec/paypal-express-ec/paypal-express-ec.component.js +178 -178
- package/esm2015/lib/ec-component/widgets-ec/place-to-pay-ec/place-to-pay-ec.component.js +126 -126
- package/esm2015/lib/ec-component/widgets-ec/price-ec/price-ec.component.js +101 -101
- package/esm2015/lib/ec-component/widgets-ec/rating-ec/rating-ec.component.js +83 -83
- package/esm2015/lib/ec-component/widgets-ec/re-captcha-ec/re-captcha-ec.component.js +50 -50
- package/esm2015/lib/ec-component/widgets-ec/redsys-catch-ec/redsys-catch-ec.component.js +90 -90
- package/esm2015/lib/ec-component/widgets-ec/redsys-pro-ec/redsys-pro-ec.component.js +143 -143
- package/esm2015/lib/ec-component/widgets-ec/redsys-redirect-ec/redsys-redirect-ec.component.js +128 -128
- package/esm2015/lib/ec-component/widgets-ec/redsys-redirect-out-ec/redsys-redirect-out-ec.component.js +145 -145
- package/esm2015/lib/ec-component/widgets-ec/zoom-ec/magnizoom.component.js +167 -167
- package/esm2015/lib/ec-directive/add-action-redirect.directive.js +85 -85
- package/esm2015/lib/ec-directive/auth-wholesaler.directive.js +54 -54
- package/esm2015/lib/ec-directive/index.js +36 -36
- package/esm2015/lib/ec-directive/product-mini-standard.directive.js +65 -65
- package/esm2015/lib/ec-directive/product-off.directive.js +144 -144
- package/esm2015/lib/ec-directive/product-stock.directive.js +75 -75
- package/esm2015/lib/ec-directive/reload-view.directive.js +34 -34
- package/esm2015/lib/ec-pipe/ec-currency-symbol.pipe.js +72 -72
- package/esm2015/lib/ec-pipe/ec-sanitizer-html.pipe.js +26 -26
- package/esm2015/lib/ec-pipe/ec-sanitizer-url.pipe.js +26 -26
- package/esm2015/lib/ec-pipe/index.js +13 -13
- package/esm2015/lib/guards/able-buyer-guard.service.js +36 -36
- package/esm2015/lib/guards/auth-guard.service.js +36 -36
- package/esm2015/lib/guards/checkout-ready.service.js +36 -36
- package/esm2015/lib/guards/loggedin-guard.service.js +36 -36
- package/esm2015/lib/guards/user-role-guard.service.js +38 -38
- package/esm2015/lib/interceptors/auth.interceptor.js +55 -55
- package/esm2015/lib/interceptors/customer.interceptor.js +48 -48
- package/esm2015/lib/interfaces/Script.js +1 -1
- package/esm2015/lib/interfaces/analytics/event-key.model.js +1 -1
- package/esm2015/lib/interfaces/analytics/facebook-pixel/facebook-pixel-model.js +1 -1
- package/esm2015/lib/interfaces/analytics/gtm-config.js +1 -1
- package/esm2015/lib/interfaces/analytics/metricool-pixel.js +1 -1
- package/esm2015/lib/interfaces/block.js +1 -1
- package/esm2015/lib/interfaces/cart/cart-affordable.js +1 -1
- package/esm2015/lib/interfaces/checkout/checkout-error.js +1 -1
- package/esm2015/lib/interfaces/checkout-data.js +1 -1
- package/esm2015/lib/interfaces/choose-options/filter-option.js +6 -6
- package/esm2015/lib/interfaces/choose-options/options-of-product-list.js +1 -1
- package/esm2015/lib/interfaces/cookies.js +1 -1
- package/esm2015/lib/interfaces/core.interfaces.js +1 -1
- package/esm2015/lib/interfaces/coupon.js +1 -1
- package/esm2015/lib/interfaces/deserializable.js +1 -1
- package/esm2015/lib/interfaces/faqs.js +1 -1
- package/esm2015/lib/interfaces/filter.js +1 -1
- package/esm2015/lib/interfaces/filterStep.js +1 -1
- package/esm2015/lib/interfaces/observable-error.interface.js +1 -1
- package/esm2015/lib/interfaces/paginate.js +1 -1
- package/esm2015/lib/interfaces/parameters.js +1 -1
- package/esm2015/lib/interfaces/selection.js +4 -4
- package/esm2015/lib/interfaces/step.js +1 -1
- package/esm2015/lib/interfaces/store.js +1 -1
- package/esm2015/lib/ng-easycommerce.module.js +181 -181
- package/esm2015/lib/pipes/order-by.pipe.js +101 -101
- package/esm2015/lib/services/account/orders.service.js +102 -102
- package/esm2015/lib/services/analytics.service.js +57 -57
- package/esm2015/lib/services/auth.service.js +352 -352
- package/esm2015/lib/services/banner.service.js +72 -72
- package/esm2015/lib/services/blocks/blocks-repository.service.js +62 -62
- package/esm2015/lib/services/blocks/blocks.service.js +71 -71
- package/esm2015/lib/services/captcha.service.js +130 -130
- package/esm2015/lib/services/cart.service.js +576 -576
- package/esm2015/lib/services/channel-config.service.js +105 -105
- package/esm2015/lib/services/checkout/addressing.service.js +222 -222
- package/esm2015/lib/services/checkout/checkout.service.js +236 -236
- package/esm2015/lib/services/checkout/error-handler.service.js +81 -81
- package/esm2015/lib/services/checkout/payment.service.js +79 -79
- package/esm2015/lib/services/checkout/shipment.service.js +183 -183
- package/esm2015/lib/services/concatenated-associations.service.js +120 -120
- package/esm2015/lib/services/cookies.service.js +208 -208
- package/esm2015/lib/services/currency.service.js +161 -161
- package/esm2015/lib/services/dataform.service.js +46 -46
- package/esm2015/lib/services/filters.service.js +122 -122
- package/esm2015/lib/services/gift-card.service.js +61 -61
- package/esm2015/lib/services/ip-address.service.js +34 -34
- package/esm2015/lib/services/options.service.js +275 -275
- package/esm2015/lib/services/pagination.service.js +73 -73
- package/esm2015/lib/services/parameters.service.js +72 -72
- package/esm2015/lib/services/products/product-detail.service.js +439 -432
- package/esm2015/lib/services/products/products.service.js +287 -287
- package/esm2015/lib/services/reviews.service.js +107 -107
- package/esm2015/lib/services/stores.service.js +37 -37
- package/esm2015/lib/services/windows.service.js +52 -52
- package/esm2015/lib/services/wishlist.service.js +70 -70
- package/esm2015/lib/strategies/standard.strategy.js +43 -43
- package/esm2015/lib/utils/analytics/doppler.service.js +37 -37
- package/esm2015/lib/utils/analytics/facebook-pixel.service.js +141 -141
- package/esm2015/lib/utils/analytics/google-analytics.service.js +265 -265
- package/esm2015/lib/utils/analytics/gtm.service.js +341 -341
- package/esm2015/lib/utils/analytics/metricool-pixel.service.js +48 -48
- package/esm2015/lib/utils/options-of-product-list-data.service.js +96 -96
- package/esm2015/lib/utils/order-util.service.js +72 -72
- package/esm2015/lib/utils/payment-utils.service.js +35 -35
- package/esm2015/lib/utils/shipment-transformer.service.js +66 -66
- package/esm2015/lib/utils/toast.service.js +42 -42
- package/esm2015/lib/utils/utils.service.js +20 -20
- package/esm2015/ng-easycommerce.js +34 -34
- package/esm2015/public-api.js +146 -146
- package/esm5/lib/api/connection.service.js +90 -90
- package/esm5/lib/classes/checkout/step-service.js +74 -74
- package/esm5/lib/classes/checkout/step.js +25 -25
- package/esm5/lib/classes/checkout-process-state.js +2 -2
- package/esm5/lib/classes/component-helper.js +22 -22
- package/esm5/lib/classes/filters/AttributesFilter.js +79 -79
- package/esm5/lib/classes/filters/CategoryFilter.js +72 -72
- package/esm5/lib/classes/filters/DinamycsFilter.js +76 -76
- package/esm5/lib/classes/filters/Filter.js +78 -78
- package/esm5/lib/classes/filters/PriceRangeFilter.js +68 -68
- package/esm5/lib/classes/filters/SortFilter.js +97 -97
- package/esm5/lib/classes/user-role-type.js +1 -1
- package/esm5/lib/classes/user.js +120 -120
- package/esm5/lib/core.consts.js +434 -434
- package/esm5/lib/ec-component/account-ec/account-ec.component.js +62 -62
- package/esm5/lib/ec-component/account-ec/order-ec/order-ec.component.js +169 -169
- package/esm5/lib/ec-component/account-ec/orders-list-ec/orders-list-ec.component.js +209 -209
- package/esm5/lib/ec-component/auth-ec/auth-ec.component.js +132 -132
- package/esm5/lib/ec-component/auth-ec/confirm-account-ec/confirm-account-ec.component.js +60 -60
- package/esm5/lib/ec-component/auth-ec/forgot-password-ec/forgot-password-ec.component.js +74 -74
- package/esm5/lib/ec-component/auth-ec/login-form-ec/login-form-ec.component.js +125 -125
- package/esm5/lib/ec-component/auth-ec/register-form-ec/register-form-ec.component.js +185 -185
- package/esm5/lib/ec-component/auth-ec/register-wholesaler-form-ec/register-wholesaler-form-ec.component.js +195 -195
- package/esm5/lib/ec-component/auth-ec/select-channel-ec/select-channel-ec.component.js +106 -106
- package/esm5/lib/ec-component/blocks-ec/block-banner-boxes-ec/block-banner-boxes-ec.component.js +170 -170
- package/esm5/lib/ec-component/blocks-ec/block-banner-full-ec/block-banner-full-ec.component.js +138 -138
- package/esm5/lib/ec-component/blocks-ec/block-form-contact-ec/block-form-contact-ec.component.js +165 -165
- package/esm5/lib/ec-component/blocks-ec/block-html-ec/block-html-ec.component.js +54 -54
- package/esm5/lib/ec-component/blocks-ec/block-newsletter-ec/contact-form-news-ec.component.js +180 -180
- package/esm5/lib/ec-component/blocks-ec/block-products-ec/block-products-ec.component.js +146 -146
- package/esm5/lib/ec-component/blocks-ec/blocks-ec.component.js +90 -90
- package/esm5/lib/ec-component/build-your-ec/build-your-ec.component.js +327 -327
- package/esm5/lib/ec-component/build-your-ec/product-found-ec/product-found-ec.component.js +112 -112
- package/esm5/lib/ec-component/cart-ec/cart-ec.component.js +488 -488
- package/esm5/lib/ec-component/checkout-ec/checkout-ec.component.js +169 -169
- package/esm5/lib/ec-component/checkout-ec/dataform-ec/dataform-ec.component.js +509 -509
- package/esm5/lib/ec-component/checkout-ec/detail-checkout-block-ec/detail-checkout-block-ec.component.js +120 -120
- package/esm5/lib/ec-component/checkout-ec/payment-ec/payment-ec.component.js +259 -259
- package/esm5/lib/ec-component/checkout-ec/shipment-ec/shipment-ec.component.js +162 -162
- package/esm5/lib/ec-component/checkout-ec/step-ec/step-ec.component.js +69 -69
- package/esm5/lib/ec-component/checkout-ec/success-ec/success-ec.component.js +83 -83
- package/esm5/lib/ec-component/checkout-error-ec/checkout-error-ec.component.js +97 -97
- package/esm5/lib/ec-component/collection-ec/collection-ec.component.js +261 -261
- package/esm5/lib/ec-component/compared-products-ec/compared-products-ec.component.js +209 -209
- package/esm5/lib/ec-component/cookies-ec/cookies-ec.component.js +126 -126
- package/esm5/lib/ec-component/cookies-ec/modal-config-ec/modal-config-ec.component.js +34 -34
- package/esm5/lib/ec-component/cookies-ec/modal-cookies-ec/modal-cookies-ec.component.js +36 -36
- package/esm5/lib/ec-component/cookies-ec/sidebar-cookies-ec/sidebar-cookies-ec.component.js +36 -36
- package/esm5/lib/ec-component/cookies-ec/toast-cookies-ec/toast-cookies-ec.component.js +37 -37
- package/esm5/lib/ec-component/coupon-ec/coupon-ec.component.js +71 -71
- package/esm5/lib/ec-component/faqs-content-ec/faqs-content-ec.component.js +66 -66
- package/esm5/lib/ec-component/filters-ec/filters-ec.component.js +168 -168
- package/esm5/lib/ec-component/filters-top-ec/filters-top-ec.component.js +118 -118
- package/esm5/lib/ec-component/footer-ec/footer-ec.component.js +113 -113
- package/esm5/lib/ec-component/header-ec/header-ec.component.js +260 -260
- package/esm5/lib/ec-component/home-ec/home-ec.component.js +53 -53
- package/esm5/lib/ec-component/index.js +244 -244
- package/esm5/lib/ec-component/login-ec/login-ec.component.js +118 -118
- package/esm5/lib/ec-component/multiple-items-to-cart-ec/multiple-items-to-cart-ec.component.js +106 -106
- package/esm5/lib/ec-component/password-reset-ec/password-reset-ec.component.js +119 -119
- package/esm5/lib/ec-component/product-detail-ec/product-detail-ec.component.js +221 -199
- package/esm5/lib/ec-component/product-ec/product-ec.component.js +158 -158
- package/esm5/lib/ec-component/related-products-ec/related-products-ec.component.js +111 -111
- package/esm5/lib/ec-component/reviews-ec/reviews-ec.component.js +85 -85
- package/esm5/lib/ec-component/reviews-form-ec/reviews-form-ec.component.js +155 -155
- package/esm5/lib/ec-component/section-container-ec/section-container-ec.component.js +103 -103
- package/esm5/lib/ec-component/seller-dashboard-container-ec/seller-dashboard-container-ec.component.js +149 -149
- package/esm5/lib/ec-component/share-block-ec/share-block-ec.component.js +166 -166
- package/esm5/lib/ec-component/sidebar-ec/sidebar-ec.component.js +136 -136
- package/esm5/lib/ec-component/stores-ec/stores-ec.component.js +214 -214
- package/esm5/lib/ec-component/variants-ec/variants-ec.component.js +72 -72
- package/esm5/lib/ec-component/widgets-ec/bamboo-ec/bamboo-ec.component.js +221 -221
- package/esm5/lib/ec-component/widgets-ec/bancard-catastro-ec/bancard-catastro-ec.component.js +313 -313
- package/esm5/lib/ec-component/widgets-ec/bancard-ec/bancard-ec.component.js +170 -170
- package/esm5/lib/ec-component/widgets-ec/bancard-redirect-ec/bancard-redirect-ec.component.js +160 -160
- package/esm5/lib/ec-component/widgets-ec/cart-load-ec/cart-load-ec.component.js +83 -83
- package/esm5/lib/ec-component/widgets-ec/ceca-redirect-ec/ceca-redirect-ec.component.js +149 -149
- package/esm5/lib/ec-component/widgets-ec/culqi-ec/culqi-ec.component.js +156 -156
- package/esm5/lib/ec-component/widgets-ec/decidir-ec/decidir-ec.component.js +192 -192
- package/esm5/lib/ec-component/widgets-ec/loading-full-ec/loading-full-ec.component.js +46 -46
- package/esm5/lib/ec-component/widgets-ec/loading-inline-ec/loading-inline-ec.component.js +42 -42
- package/esm5/lib/ec-component/widgets-ec/loading-section-ec/loading-section-ec.component.js +23 -23
- package/esm5/lib/ec-component/widgets-ec/mercadopago-ec/mp-redirect-ec/mp-redirect-ec.component.js +174 -174
- package/esm5/lib/ec-component/widgets-ec/mercadopago-ec/mpcredit-ec/mpcredit-ec.component.js +396 -396
- package/esm5/lib/ec-component/widgets-ec/mobbex-ec/mobbex-ec.component.js +167 -167
- package/esm5/lib/ec-component/widgets-ec/paypal-express-ec/paypal-express-ec.component.js +231 -231
- package/esm5/lib/ec-component/widgets-ec/place-to-pay-ec/place-to-pay-ec.component.js +144 -144
- package/esm5/lib/ec-component/widgets-ec/price-ec/price-ec.component.js +122 -122
- package/esm5/lib/ec-component/widgets-ec/rating-ec/rating-ec.component.js +100 -100
- package/esm5/lib/ec-component/widgets-ec/re-captcha-ec/re-captcha-ec.component.js +53 -53
- package/esm5/lib/ec-component/widgets-ec/redsys-catch-ec/redsys-catch-ec.component.js +124 -124
- package/esm5/lib/ec-component/widgets-ec/redsys-pro-ec/redsys-pro-ec.component.js +159 -159
- package/esm5/lib/ec-component/widgets-ec/redsys-redirect-ec/redsys-redirect-ec.component.js +144 -144
- package/esm5/lib/ec-component/widgets-ec/redsys-redirect-out-ec/redsys-redirect-out-ec.component.js +162 -162
- package/esm5/lib/ec-component/widgets-ec/zoom-ec/magnizoom.component.js +181 -181
- package/esm5/lib/ec-directive/add-action-redirect.directive.js +104 -104
- package/esm5/lib/ec-directive/auth-wholesaler.directive.js +60 -60
- package/esm5/lib/ec-directive/index.js +36 -36
- package/esm5/lib/ec-directive/product-mini-standard.directive.js +72 -72
- package/esm5/lib/ec-directive/product-off.directive.js +163 -163
- package/esm5/lib/ec-directive/product-stock.directive.js +81 -81
- package/esm5/lib/ec-directive/reload-view.directive.js +35 -35
- package/esm5/lib/ec-pipe/ec-currency-symbol.pipe.js +74 -74
- package/esm5/lib/ec-pipe/ec-sanitizer-html.pipe.js +27 -27
- package/esm5/lib/ec-pipe/ec-sanitizer-url.pipe.js +27 -27
- package/esm5/lib/ec-pipe/index.js +13 -13
- package/esm5/lib/guards/able-buyer-guard.service.js +37 -37
- package/esm5/lib/guards/auth-guard.service.js +37 -37
- package/esm5/lib/guards/checkout-ready.service.js +37 -37
- package/esm5/lib/guards/loggedin-guard.service.js +37 -37
- package/esm5/lib/guards/user-role-guard.service.js +39 -39
- package/esm5/lib/interceptors/auth.interceptor.js +57 -57
- package/esm5/lib/interceptors/customer.interceptor.js +50 -50
- package/esm5/lib/interfaces/Script.js +1 -1
- package/esm5/lib/interfaces/analytics/event-key.model.js +1 -1
- package/esm5/lib/interfaces/analytics/facebook-pixel/facebook-pixel-model.js +1 -1
- package/esm5/lib/interfaces/analytics/gtm-config.js +1 -1
- package/esm5/lib/interfaces/analytics/metricool-pixel.js +1 -1
- package/esm5/lib/interfaces/block.js +1 -1
- package/esm5/lib/interfaces/cart/cart-affordable.js +1 -1
- package/esm5/lib/interfaces/checkout/checkout-error.js +1 -1
- package/esm5/lib/interfaces/checkout-data.js +1 -1
- package/esm5/lib/interfaces/choose-options/filter-option.js +6 -6
- package/esm5/lib/interfaces/choose-options/options-of-product-list.js +1 -1
- package/esm5/lib/interfaces/cookies.js +1 -1
- package/esm5/lib/interfaces/core.interfaces.js +1 -1
- package/esm5/lib/interfaces/coupon.js +1 -1
- package/esm5/lib/interfaces/deserializable.js +1 -1
- package/esm5/lib/interfaces/faqs.js +1 -1
- package/esm5/lib/interfaces/filter.js +1 -1
- package/esm5/lib/interfaces/filterStep.js +1 -1
- package/esm5/lib/interfaces/observable-error.interface.js +1 -1
- package/esm5/lib/interfaces/paginate.js +1 -1
- package/esm5/lib/interfaces/parameters.js +1 -1
- package/esm5/lib/interfaces/selection.js +4 -4
- package/esm5/lib/interfaces/step.js +1 -1
- package/esm5/lib/interfaces/store.js +1 -1
- package/esm5/lib/ng-easycommerce.module.js +185 -185
- package/esm5/lib/pipes/order-by.pipe.js +106 -106
- package/esm5/lib/services/account/orders.service.js +120 -120
- package/esm5/lib/services/analytics.service.js +60 -60
- package/esm5/lib/services/auth.service.js +426 -426
- package/esm5/lib/services/banner.service.js +81 -81
- package/esm5/lib/services/blocks/blocks-repository.service.js +94 -94
- package/esm5/lib/services/blocks/blocks.service.js +79 -79
- package/esm5/lib/services/captcha.service.js +132 -132
- package/esm5/lib/services/cart.service.js +708 -708
- package/esm5/lib/services/channel-config.service.js +107 -107
- package/esm5/lib/services/checkout/addressing.service.js +280 -280
- package/esm5/lib/services/checkout/checkout.service.js +319 -319
- package/esm5/lib/services/checkout/error-handler.service.js +83 -83
- package/esm5/lib/services/checkout/payment.service.js +129 -129
- package/esm5/lib/services/checkout/shipment.service.js +265 -265
- package/esm5/lib/services/concatenated-associations.service.js +162 -162
- package/esm5/lib/services/cookies.service.js +222 -222
- package/esm5/lib/services/currency.service.js +205 -205
- package/esm5/lib/services/dataform.service.js +48 -48
- package/esm5/lib/services/filters.service.js +125 -125
- package/esm5/lib/services/gift-card.service.js +63 -63
- package/esm5/lib/services/ip-address.service.js +35 -35
- package/esm5/lib/services/options.service.js +376 -376
- package/esm5/lib/services/pagination.service.js +79 -79
- package/esm5/lib/services/parameters.service.js +74 -74
- package/esm5/lib/services/products/product-detail.service.js +504 -497
- package/esm5/lib/services/products/products.service.js +345 -345
- package/esm5/lib/services/reviews.service.js +116 -116
- package/esm5/lib/services/stores.service.js +39 -39
- package/esm5/lib/services/windows.service.js +79 -79
- package/esm5/lib/services/wishlist.service.js +71 -71
- package/esm5/lib/strategies/standard.strategy.js +44 -44
- package/esm5/lib/utils/analytics/doppler.service.js +39 -39
- package/esm5/lib/utils/analytics/facebook-pixel.service.js +145 -145
- package/esm5/lib/utils/analytics/google-analytics.service.js +280 -280
- package/esm5/lib/utils/analytics/gtm.service.js +358 -358
- package/esm5/lib/utils/analytics/metricool-pixel.service.js +40 -40
- package/esm5/lib/utils/options-of-product-list-data.service.js +98 -98
- package/esm5/lib/utils/order-util.service.js +75 -75
- package/esm5/lib/utils/payment-utils.service.js +37 -37
- package/esm5/lib/utils/shipment-transformer.service.js +78 -78
- package/esm5/lib/utils/toast.service.js +61 -61
- package/esm5/lib/utils/utils.service.js +22 -22
- package/esm5/ng-easycommerce.js +34 -34
- package/esm5/public-api.js +146 -146
- package/fesm2015/ng-easycommerce.js +16716 -16691
- package/fesm2015/ng-easycommerce.js.map +1 -1
- package/fesm5/ng-easycommerce.js +19760 -19731
- package/fesm5/ng-easycommerce.js.map +1 -1
- package/lib/api/connection.service.d.ts +28 -28
- package/lib/classes/checkout/step-service.d.ts +28 -28
- package/lib/classes/checkout/step.d.ts +14 -14
- package/lib/classes/checkout-process-state.d.ts +12 -12
- package/lib/classes/component-helper.d.ts +8 -8
- package/lib/classes/filters/AttributesFilter.d.ts +18 -18
- package/lib/classes/filters/CategoryFilter.d.ts +17 -17
- package/lib/classes/filters/DinamycsFilter.d.ts +15 -15
- package/lib/classes/filters/Filter.d.ts +19 -19
- package/lib/classes/filters/PriceRangeFilter.d.ts +18 -18
- package/lib/classes/filters/SortFilter.d.ts +15 -15
- package/lib/classes/user-role-type.d.ts +5 -5
- package/lib/classes/user.d.ts +68 -68
- package/lib/core.consts.d.ts +216 -216
- package/lib/ec-component/account-ec/account-ec.component.d.ts +13 -13
- package/lib/ec-component/account-ec/order-ec/order-ec.component.d.ts +33 -33
- package/lib/ec-component/account-ec/orders-list-ec/orders-list-ec.component.d.ts +84 -84
- package/lib/ec-component/auth-ec/auth-ec.component.d.ts +35 -35
- package/lib/ec-component/auth-ec/confirm-account-ec/confirm-account-ec.component.d.ts +13 -13
- package/lib/ec-component/auth-ec/forgot-password-ec/forgot-password-ec.component.d.ts +16 -16
- package/lib/ec-component/auth-ec/login-form-ec/login-form-ec.component.d.ts +26 -26
- package/lib/ec-component/auth-ec/register-form-ec/register-form-ec.component.d.ts +34 -34
- package/lib/ec-component/auth-ec/register-wholesaler-form-ec/register-wholesaler-form-ec.component.d.ts +42 -42
- package/lib/ec-component/auth-ec/select-channel-ec/select-channel-ec.component.d.ts +23 -23
- package/lib/ec-component/blocks-ec/block-banner-boxes-ec/block-banner-boxes-ec.component.d.ts +34 -34
- package/lib/ec-component/blocks-ec/block-banner-full-ec/block-banner-full-ec.component.d.ts +27 -27
- package/lib/ec-component/blocks-ec/block-form-contact-ec/block-form-contact-ec.component.d.ts +34 -34
- package/lib/ec-component/blocks-ec/block-html-ec/block-html-ec.component.d.ts +10 -10
- package/lib/ec-component/blocks-ec/block-newsletter-ec/contact-form-news-ec.component.d.ts +40 -40
- package/lib/ec-component/blocks-ec/block-products-ec/block-products-ec.component.d.ts +25 -25
- package/lib/ec-component/blocks-ec/blocks-ec.component.d.ts +24 -24
- package/lib/ec-component/build-your-ec/build-your-ec.component.d.ts +122 -122
- package/lib/ec-component/build-your-ec/product-found-ec/product-found-ec.component.d.ts +41 -41
- package/lib/ec-component/cart-ec/cart-ec.component.d.ts +59 -59
- package/lib/ec-component/checkout-ec/checkout-ec.component.d.ts +43 -43
- package/lib/ec-component/checkout-ec/dataform-ec/dataform-ec.component.d.ts +100 -100
- package/lib/ec-component/checkout-ec/detail-checkout-block-ec/detail-checkout-block-ec.component.d.ts +27 -27
- package/lib/ec-component/checkout-ec/payment-ec/payment-ec.component.d.ts +59 -59
- package/lib/ec-component/checkout-ec/shipment-ec/shipment-ec.component.d.ts +34 -34
- package/lib/ec-component/checkout-ec/step-ec/step-ec.component.d.ts +18 -18
- package/lib/ec-component/checkout-ec/success-ec/success-ec.component.d.ts +33 -33
- package/lib/ec-component/checkout-error-ec/checkout-error-ec.component.d.ts +25 -25
- package/lib/ec-component/collection-ec/collection-ec.component.d.ts +67 -67
- package/lib/ec-component/compared-products-ec/compared-products-ec.component.d.ts +70 -70
- package/lib/ec-component/cookies-ec/cookies-ec.component.d.ts +44 -44
- package/lib/ec-component/cookies-ec/modal-config-ec/modal-config-ec.component.d.ts +10 -10
- package/lib/ec-component/cookies-ec/modal-cookies-ec/modal-cookies-ec.component.d.ts +8 -8
- package/lib/ec-component/cookies-ec/sidebar-cookies-ec/sidebar-cookies-ec.component.d.ts +9 -9
- package/lib/ec-component/cookies-ec/toast-cookies-ec/toast-cookies-ec.component.d.ts +9 -9
- package/lib/ec-component/coupon-ec/coupon-ec.component.d.ts +17 -17
- package/lib/ec-component/faqs-content-ec/faqs-content-ec.component.d.ts +15 -15
- package/lib/ec-component/filters-ec/filters-ec.component.d.ts +33 -33
- package/lib/ec-component/filters-top-ec/filters-top-ec.component.d.ts +23 -23
- package/lib/ec-component/footer-ec/footer-ec.component.d.ts +30 -30
- package/lib/ec-component/header-ec/header-ec.component.d.ts +66 -66
- package/lib/ec-component/home-ec/home-ec.component.d.ts +13 -13
- package/lib/ec-component/index.d.ts +81 -81
- package/lib/ec-component/login-ec/login-ec.component.d.ts +26 -26
- package/lib/ec-component/multiple-items-to-cart-ec/multiple-items-to-cart-ec.component.d.ts +28 -28
- package/lib/ec-component/password-reset-ec/password-reset-ec.component.d.ts +27 -27
- package/lib/ec-component/product-detail-ec/product-detail-ec.component.d.ts +62 -60
- package/lib/ec-component/product-ec/product-ec.component.d.ts +52 -52
- package/lib/ec-component/related-products-ec/related-products-ec.component.d.ts +22 -22
- package/lib/ec-component/reviews-ec/reviews-ec.component.d.ts +29 -29
- package/lib/ec-component/reviews-form-ec/reviews-form-ec.component.d.ts +61 -61
- package/lib/ec-component/section-container-ec/section-container-ec.component.d.ts +22 -22
- package/lib/ec-component/seller-dashboard-container-ec/seller-dashboard-container-ec.component.d.ts +37 -37
- package/lib/ec-component/share-block-ec/share-block-ec.component.d.ts +26 -26
- package/lib/ec-component/sidebar-ec/sidebar-ec.component.d.ts +29 -29
- package/lib/ec-component/stores-ec/stores-ec.component.d.ts +54 -54
- package/lib/ec-component/variants-ec/variants-ec.component.d.ts +14 -14
- package/lib/ec-component/widgets-ec/bamboo-ec/bamboo-ec.component.d.ts +60 -60
- package/lib/ec-component/widgets-ec/bancard-catastro-ec/bancard-catastro-ec.component.d.ts +105 -105
- package/lib/ec-component/widgets-ec/bancard-ec/bancard-ec.component.d.ts +46 -46
- package/lib/ec-component/widgets-ec/bancard-redirect-ec/bancard-redirect-ec.component.d.ts +44 -44
- package/lib/ec-component/widgets-ec/cart-load-ec/cart-load-ec.component.d.ts +14 -14
- package/lib/ec-component/widgets-ec/ceca-redirect-ec/ceca-redirect-ec.component.d.ts +38 -38
- package/lib/ec-component/widgets-ec/culqi-ec/culqi-ec.component.d.ts +38 -38
- package/lib/ec-component/widgets-ec/decidir-ec/decidir-ec.component.d.ts +53 -53
- package/lib/ec-component/widgets-ec/loading-full-ec/loading-full-ec.component.d.ts +6 -6
- package/lib/ec-component/widgets-ec/loading-inline-ec/loading-inline-ec.component.d.ts +5 -5
- package/lib/ec-component/widgets-ec/loading-section-ec/loading-section-ec.component.d.ts +5 -5
- package/lib/ec-component/widgets-ec/mercadopago-ec/mp-redirect-ec/mp-redirect-ec.component.d.ts +43 -43
- package/lib/ec-component/widgets-ec/mercadopago-ec/mpcredit-ec/mpcredit-ec.component.d.ts +64 -64
- package/lib/ec-component/widgets-ec/mobbex-ec/mobbex-ec.component.d.ts +46 -46
- package/lib/ec-component/widgets-ec/paypal-express-ec/paypal-express-ec.component.d.ts +41 -41
- package/lib/ec-component/widgets-ec/place-to-pay-ec/place-to-pay-ec.component.d.ts +34 -34
- package/lib/ec-component/widgets-ec/price-ec/price-ec.component.d.ts +32 -32
- package/lib/ec-component/widgets-ec/rating-ec/rating-ec.component.d.ts +28 -28
- package/lib/ec-component/widgets-ec/re-captcha-ec/re-captcha-ec.component.d.ts +24 -24
- package/lib/ec-component/widgets-ec/redsys-catch-ec/redsys-catch-ec.component.d.ts +14 -14
- package/lib/ec-component/widgets-ec/redsys-pro-ec/redsys-pro-ec.component.d.ts +44 -44
- package/lib/ec-component/widgets-ec/redsys-redirect-ec/redsys-redirect-ec.component.d.ts +38 -38
- package/lib/ec-component/widgets-ec/redsys-redirect-out-ec/redsys-redirect-out-ec.component.d.ts +42 -42
- package/lib/ec-component/widgets-ec/zoom-ec/magnizoom.component.d.ts +66 -66
- package/lib/ec-directive/add-action-redirect.directive.d.ts +26 -26
- package/lib/ec-directive/auth-wholesaler.directive.d.ts +17 -17
- package/lib/ec-directive/index.d.ts +6 -6
- package/lib/ec-directive/product-mini-standard.directive.d.ts +19 -19
- package/lib/ec-directive/product-off.directive.d.ts +22 -22
- package/lib/ec-directive/product-stock.directive.d.ts +15 -15
- package/lib/ec-directive/reload-view.directive.d.ts +8 -8
- package/lib/ec-pipe/ec-currency-symbol.pipe.d.ts +19 -19
- package/lib/ec-pipe/ec-sanitizer-html.pipe.d.ts +7 -7
- package/lib/ec-pipe/ec-sanitizer-url.pipe.d.ts +7 -7
- package/lib/ec-pipe/index.d.ts +4 -4
- package/lib/guards/able-buyer-guard.service.d.ts +8 -8
- package/lib/guards/auth-guard.service.d.ts +8 -8
- package/lib/guards/checkout-ready.service.d.ts +8 -8
- package/lib/guards/loggedin-guard.service.d.ts +8 -8
- package/lib/guards/user-role-guard.service.d.ts +8 -8
- package/lib/interceptors/auth.interceptor.d.ts +9 -9
- package/lib/interceptors/customer.interceptor.d.ts +9 -9
- package/lib/interfaces/Script.d.ts +5 -5
- package/lib/interfaces/analytics/event-key.model.d.ts +1 -1
- package/lib/interfaces/analytics/facebook-pixel/facebook-pixel-model.d.ts +5 -5
- package/lib/interfaces/analytics/gtm-config.d.ts +6 -6
- package/lib/interfaces/analytics/metricool-pixel.d.ts +3 -3
- package/lib/interfaces/block.d.ts +33 -33
- package/lib/interfaces/cart/cart-affordable.d.ts +8 -8
- package/lib/interfaces/cart-item.d.ts +8 -8
- package/lib/interfaces/checkout/checkout-error.d.ts +7 -7
- package/lib/interfaces/checkout-data.d.ts +6 -6
- package/lib/interfaces/choose-options/filter-option.d.ts +16 -16
- package/lib/interfaces/choose-options/options-of-product-list.d.ts +5 -5
- package/lib/interfaces/cookies.d.ts +49 -49
- package/lib/interfaces/core.interfaces.d.ts +4 -4
- package/lib/interfaces/coupon.d.ts +5 -5
- package/lib/interfaces/currencyConfig.d.ts +10 -10
- package/lib/interfaces/deserializable.d.ts +3 -3
- package/lib/interfaces/faqs.d.ts +12 -12
- package/lib/interfaces/filter.d.ts +51 -51
- package/lib/interfaces/filterStep.d.ts +29 -29
- package/lib/interfaces/navbar-items.d.ts +9 -9
- package/lib/interfaces/observable-error.interface.d.ts +5 -5
- package/lib/interfaces/paginate.d.ts +1 -1
- package/lib/interfaces/parameters.d.ts +10 -10
- package/lib/interfaces/paramsInterfaces/paramsProductsWithUniqueVariant.d.ts +6 -6
- package/lib/interfaces/product.d.ts +46 -46
- package/lib/interfaces/selection.d.ts +10 -10
- package/lib/interfaces/step.d.ts +8 -8
- package/lib/interfaces/store.d.ts +17 -17
- package/lib/ng-easycommerce.module.d.ts +5 -5
- package/lib/pipes/order-by.pipe.d.ts +5 -5
- package/lib/services/account/orders.service.d.ts +29 -29
- package/lib/services/analytics.service.d.ts +21 -21
- package/lib/services/auth.service.d.ts +116 -116
- package/lib/services/banner.service.d.ts +26 -26
- package/lib/services/blocks/blocks-repository.service.d.ts +19 -19
- package/lib/services/blocks/blocks.service.d.ts +25 -25
- package/lib/services/captcha.service.d.ts +76 -76
- package/lib/services/cart.service.d.ts +140 -140
- package/lib/services/channel-config.service.d.ts +35 -35
- package/lib/services/checkout/addressing.service.d.ts +239 -239
- package/lib/services/checkout/checkout.service.d.ts +71 -71
- package/lib/services/checkout/error-handler.service.d.ts +19 -19
- package/lib/services/checkout/payment.service.d.ts +34 -34
- package/lib/services/checkout/shipment.service.d.ts +58 -58
- package/lib/services/concatenated-associations.service.d.ts +57 -57
- package/lib/services/cookies.service.d.ts +66 -66
- package/lib/services/currency.service.d.ts +65 -65
- package/lib/services/dataform.service.d.ts +13 -13
- package/lib/services/filters.service.d.ts +48 -48
- package/lib/services/gift-card.service.d.ts +19 -19
- package/lib/services/ip-address.service.d.ts +10 -10
- package/lib/services/options.service.d.ts +61 -61
- package/lib/services/pagination.service.d.ts +30 -30
- package/lib/services/parameters.service.d.ts +18 -18
- package/lib/services/products/product-detail.service.d.ts +114 -114
- package/lib/services/products/products.service.d.ts +101 -101
- package/lib/services/reviews.service.d.ts +71 -71
- package/lib/services/stores.service.d.ts +11 -11
- package/lib/services/windows.service.d.ts +13 -13
- package/lib/services/wishlist.service.d.ts +13 -13
- package/lib/strategies/standard.strategy.d.ts +12 -12
- package/lib/utils/analytics/doppler.service.d.ts +9 -9
- package/lib/utils/analytics/facebook-pixel.service.d.ts +23 -23
- package/lib/utils/analytics/google-analytics.service.d.ts +30 -30
- package/lib/utils/analytics/gtm.service.d.ts +34 -34
- package/lib/utils/analytics/metricool-pixel.service.d.ts +9 -9
- package/lib/utils/options-of-product-list-data.service.d.ts +5 -5
- package/lib/utils/order-util.service.d.ts +12 -12
- package/lib/utils/payment-utils.service.d.ts +5 -5
- package/lib/utils/shipment-transformer.service.d.ts +8 -8
- package/lib/utils/toast.service.d.ts +15 -15
- package/lib/utils/utils.service.d.ts +4 -4
- package/ng-easycommerce.d.ts +34 -34
- package/ng-easycommerce.metadata.json +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +144 -144
|
@@ -1,78 +1,78 @@
|
|
|
1
|
-
var __assign = (this && this.__assign) || function () {
|
|
2
|
-
__assign = Object.assign || function(t) {
|
|
3
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
-
s = arguments[i];
|
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
-
t[p] = s[p];
|
|
7
|
-
}
|
|
8
|
-
return t;
|
|
9
|
-
};
|
|
10
|
-
return __assign.apply(this, arguments);
|
|
11
|
-
};
|
|
12
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
13
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
14
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
15
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
16
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
17
|
-
};
|
|
18
|
-
import { Injectable } from '@angular/core';
|
|
19
|
-
var ShipmentDataTransformer = /** @class */ (function () {
|
|
20
|
-
function ShipmentDataTransformer() {
|
|
21
|
-
this.getData = function (method, response) {
|
|
22
|
-
switch (method) {
|
|
23
|
-
case 'andreani': return response;
|
|
24
|
-
case 'oca': return response.newDataSet;
|
|
25
|
-
}
|
|
26
|
-
};
|
|
27
|
-
this.getApi = function (method) {
|
|
28
|
-
switch (method) {
|
|
29
|
-
case 'andreani': return 'https://api.andreani.com/v1/sucursales';
|
|
30
|
-
case 'oca': return 'http://webservice.oca.com.ar/oep_tracking/Oep_Track.asmx/GetCentrosImposicion';
|
|
31
|
-
}
|
|
32
|
-
};
|
|
33
|
-
this.appendShipmentExtra = function (contract, data) {
|
|
34
|
-
var result = {};
|
|
35
|
-
switch (contract) {
|
|
36
|
-
case 'domicilio':
|
|
37
|
-
result = __assign({}, data);
|
|
38
|
-
break;
|
|
39
|
-
// case 'sucursal': result = { ...data, codigo_sucursal: data. }; break;
|
|
40
|
-
// case 'local': result = { ...data, codigo_local: data. }
|
|
41
|
-
}
|
|
42
|
-
if (contract == 'domicilio') {
|
|
43
|
-
result = __assign({}, data);
|
|
44
|
-
}
|
|
45
|
-
else {
|
|
46
|
-
result = { codigo_sucursal: data.id };
|
|
47
|
-
}
|
|
48
|
-
return data;
|
|
49
|
-
};
|
|
50
|
-
// Andreni
|
|
51
|
-
this.getMethodDetail = function (method, branch) {
|
|
52
|
-
var result = '';
|
|
53
|
-
branch.direccion.componentesDeDireccion.forEach(function (component) { return result += (component.meta + ' ' + component.contenido + ' '); });
|
|
54
|
-
return result;
|
|
55
|
-
};
|
|
56
|
-
this.transformAndreani = function (response) {
|
|
57
|
-
var result = [];
|
|
58
|
-
response.forEach(function (element) {
|
|
59
|
-
var data = {};
|
|
60
|
-
data.name = element.descripcion;
|
|
61
|
-
data.label = element.descripcion;
|
|
62
|
-
data.latitude = element.geocoordenadas && element.geocoordenadas.latitud;
|
|
63
|
-
data.longitude = element.geocoordenadas && element.geocoordenadas.longitud;
|
|
64
|
-
data.atencion = element.horarioDeAtencion;
|
|
65
|
-
data.address = element.direccion.componentesDeDireccion.map(function (data) { return data.contenido; }).join(' ');
|
|
66
|
-
data.info = 'Sucursal ' + data.name + ' - ' + data.address + ' - ' + data.atencion;
|
|
67
|
-
result.push(data);
|
|
68
|
-
});
|
|
69
|
-
return result;
|
|
70
|
-
};
|
|
71
|
-
}
|
|
72
|
-
ShipmentDataTransformer = __decorate([
|
|
73
|
-
Injectable()
|
|
74
|
-
], ShipmentDataTransformer);
|
|
75
|
-
return ShipmentDataTransformer;
|
|
76
|
-
}());
|
|
77
|
-
export { ShipmentDataTransformer };
|
|
78
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
13
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
14
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
15
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
16
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
17
|
+
};
|
|
18
|
+
import { Injectable } from '@angular/core';
|
|
19
|
+
var ShipmentDataTransformer = /** @class */ (function () {
|
|
20
|
+
function ShipmentDataTransformer() {
|
|
21
|
+
this.getData = function (method, response) {
|
|
22
|
+
switch (method) {
|
|
23
|
+
case 'andreani': return response;
|
|
24
|
+
case 'oca': return response.newDataSet;
|
|
25
|
+
}
|
|
26
|
+
};
|
|
27
|
+
this.getApi = function (method) {
|
|
28
|
+
switch (method) {
|
|
29
|
+
case 'andreani': return 'https://api.andreani.com/v1/sucursales';
|
|
30
|
+
case 'oca': return 'http://webservice.oca.com.ar/oep_tracking/Oep_Track.asmx/GetCentrosImposicion';
|
|
31
|
+
}
|
|
32
|
+
};
|
|
33
|
+
this.appendShipmentExtra = function (contract, data) {
|
|
34
|
+
var result = {};
|
|
35
|
+
switch (contract) {
|
|
36
|
+
case 'domicilio':
|
|
37
|
+
result = __assign({}, data);
|
|
38
|
+
break;
|
|
39
|
+
// case 'sucursal': result = { ...data, codigo_sucursal: data. }; break;
|
|
40
|
+
// case 'local': result = { ...data, codigo_local: data. }
|
|
41
|
+
}
|
|
42
|
+
if (contract == 'domicilio') {
|
|
43
|
+
result = __assign({}, data);
|
|
44
|
+
}
|
|
45
|
+
else {
|
|
46
|
+
result = { codigo_sucursal: data.id };
|
|
47
|
+
}
|
|
48
|
+
return data;
|
|
49
|
+
};
|
|
50
|
+
// Andreni
|
|
51
|
+
this.getMethodDetail = function (method, branch) {
|
|
52
|
+
var result = '';
|
|
53
|
+
branch.direccion.componentesDeDireccion.forEach(function (component) { return result += (component.meta + ' ' + component.contenido + ' '); });
|
|
54
|
+
return result;
|
|
55
|
+
};
|
|
56
|
+
this.transformAndreani = function (response) {
|
|
57
|
+
var result = [];
|
|
58
|
+
response.forEach(function (element) {
|
|
59
|
+
var data = {};
|
|
60
|
+
data.name = element.descripcion;
|
|
61
|
+
data.label = element.descripcion;
|
|
62
|
+
data.latitude = element.geocoordenadas && element.geocoordenadas.latitud;
|
|
63
|
+
data.longitude = element.geocoordenadas && element.geocoordenadas.longitud;
|
|
64
|
+
data.atencion = element.horarioDeAtencion;
|
|
65
|
+
data.address = element.direccion.componentesDeDireccion.map(function (data) { return data.contenido; }).join(' ');
|
|
66
|
+
data.info = 'Sucursal ' + data.name + ' - ' + data.address + ' - ' + data.atencion;
|
|
67
|
+
result.push(data);
|
|
68
|
+
});
|
|
69
|
+
return result;
|
|
70
|
+
};
|
|
71
|
+
}
|
|
72
|
+
ShipmentDataTransformer = __decorate([
|
|
73
|
+
Injectable()
|
|
74
|
+
], ShipmentDataTransformer);
|
|
75
|
+
return ShipmentDataTransformer;
|
|
76
|
+
}());
|
|
77
|
+
export { ShipmentDataTransformer };
|
|
78
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2hpcG1lbnQtdHJhbnNmb3JtZXIuc2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiJuZzovL25nLWVhc3ljb21tZXJjZS8iLCJzb3VyY2VzIjpbImxpYi91dGlscy9zaGlwbWVudC10cmFuc2Zvcm1lci5zZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBQUEsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUczQztJQWdCSztRQWRBLFlBQU8sR0FBRyxVQUFDLE1BQU0sRUFBRSxRQUFRO1lBQ3RCLFFBQU8sTUFBTSxFQUFFO2dCQUNWLEtBQUssVUFBVSxDQUFDLENBQUMsT0FBTyxRQUFRLENBQUM7Z0JBQ2pDLEtBQUssS0FBSyxDQUFDLENBQUMsT0FBTyxRQUFRLENBQUMsVUFBVSxDQUFDO2FBQzNDO1FBQ04sQ0FBQyxDQUFBO1FBRUQsV0FBTSxHQUFHLFVBQUMsTUFBTTtZQUNYLFFBQU8sTUFBTSxFQUFFO2dCQUNWLEtBQUssVUFBVSxDQUFDLENBQUMsT0FBTyx3Q0FBd0MsQ0FBQztnQkFDakUsS0FBSyxLQUFLLENBQUMsQ0FBQyxPQUFPLCtFQUErRSxDQUFDO2FBQ3ZHO1FBQ04sQ0FBQyxDQUFBO1FBSUQsd0JBQW1CLEdBQUcsVUFBQyxRQUFRLEVBQUUsSUFBSTtZQUNoQyxJQUFJLE1BQU0sR0FBUSxFQUFFLENBQUE7WUFDcEIsUUFBTyxRQUFRLEVBQUU7Z0JBQ1osS0FBSyxXQUFXO29CQUFFLE1BQU0sZ0JBQVEsSUFBSSxDQUFFLENBQUM7b0JBQUMsTUFBTTtnQkFDOUMsd0VBQXdFO2dCQUN4RSwwREFBMEQ7YUFDOUQ7WUFDRCxJQUFJLFFBQVEsSUFBSSxXQUFXLEVBQUU7Z0JBQ3hCLE1BQU0sZ0JBQVEsSUFBSSxDQUFFLENBQUE7YUFDeEI7aUJBQU07Z0JBQ0YsTUFBTSxHQUFHLEVBQUUsZUFBZSxFQUFFLElBQUksQ0FBQyxFQUFFLEVBQUUsQ0FBQTthQUN6QztZQUNELE9BQU8sSUFBSSxDQUFDO1FBQ2pCLENBQUMsQ0FBQTtRQUVELFVBQVU7UUFDVixvQkFBZSxHQUFHLFVBQUMsTUFBTSxFQUFFLE1BQU07WUFDNUIsSUFBSSxNQUFNLEdBQUcsRUFBRSxDQUFDO1lBQ2hCLE1BQU0sQ0FBQyxTQUFTLENBQUMsc0JBQXNCLENBQUMsT0FBTyxDQUFDLFVBQUEsU0FBUyxJQUFJLE9BQUEsTUFBTSxJQUFJLENBQUMsU0FBUyxDQUFDLElBQUksR0FBRyxHQUFHLEdBQUcsU0FBUyxDQUFDLFNBQVMsR0FBRyxHQUFHLENBQUMsRUFBNUQsQ0FBNEQsQ0FBQyxDQUFDO1lBQzNILE9BQU8sTUFBTSxDQUFDO1FBQ25CLENBQUMsQ0FBQTtRQUVELHNCQUFpQixHQUFHLFVBQUMsUUFBUTtZQUN4QixJQUFJLE1BQU0sR0FBRyxFQUFFLENBQUE7WUFDZixRQUFRLENBQUMsT0FBTyxDQUFDLFVBQUEsT0FBTztnQkFDbkIsSUFBSSxJQUFJLEdBQVEsRUFBRSxDQUFDO2dCQUNuQixJQUFJLENBQUMsSUFBSSxHQUFHLE9BQU8sQ0FBQyxXQUFXLENBQUM7Z0JBQ2hDLElBQUksQ0FBQyxLQUFLLEdBQUcsT0FBTyxDQUFDLFdBQVcsQ0FBQztnQkFDakMsSUFBSSxDQUFDLFFBQVEsR0FBRyxPQUFPLENBQUMsY0FBYyxJQUFJLE9BQU8sQ0FBQyxjQUFjLENBQUMsT0FBTyxDQUFDO2dCQUN6RSxJQUFJLENBQUMsU0FBUyxHQUFHLE9BQU8sQ0FBQyxjQUFjLElBQUksT0FBTyxDQUFDLGNBQWMsQ0FBQyxRQUFRLENBQUM7Z0JBQzNFLElBQUksQ0FBQyxRQUFRLEdBQUcsT0FBTyxDQUFDLGlCQUFpQixDQUFDO2dCQUMxQyxJQUFJLENBQUMsT0FBTyxHQUFHLE9BQU8sQ0FBQyxTQUFTLENBQUMsc0JBQXNCLENBQUMsR0FBRyxDQUFDLFVBQUEsSUFBSSxJQUFJLE9BQUEsSUFBSSxDQUFDLFNBQVMsRUFBZCxDQUFjLENBQUMsQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUM7Z0JBQzlGLElBQUksQ0FBQyxJQUFJLEdBQUcsV0FBVyxHQUFHLElBQUksQ0FBQyxJQUFJLEdBQUcsS0FBSyxHQUFHLElBQUksQ0FBQyxPQUFPLEdBQUcsS0FBSyxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUM7Z0JBQ25GLE1BQU0sQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7WUFDdkIsQ0FBQyxDQUFDLENBQUM7WUFDSCxPQUFPLE1BQU0sQ0FBQztRQUNuQixDQUFDLENBQUE7SUF0Q2UsQ0FBQztJQWhCVCx1QkFBdUI7UUFEbkMsVUFBVSxFQUFFO09BQ0EsdUJBQXVCLENBdURuQztJQUFELDhCQUFDO0NBQUEsQUF2REQsSUF1REM7U0F2RFksdUJBQXVCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5ASW5qZWN0YWJsZSgpXG5leHBvcnQgY2xhc3MgU2hpcG1lbnREYXRhVHJhbnNmb3JtZXIge1xuXG4gICAgIGdldERhdGEgPSAobWV0aG9kLCByZXNwb25zZSkgPT4ge1xuICAgICAgICAgIHN3aXRjaChtZXRob2QpIHtcbiAgICAgICAgICAgICAgIGNhc2UgJ2FuZHJlYW5pJzogcmV0dXJuIHJlc3BvbnNlO1xuICAgICAgICAgICAgICAgY2FzZSAnb2NhJzogcmV0dXJuIHJlc3BvbnNlLm5ld0RhdGFTZXQ7XG4gICAgICAgICAgfVxuICAgICB9XG5cbiAgICAgZ2V0QXBpID0gKG1ldGhvZCkgPT4ge1xuICAgICAgICAgIHN3aXRjaChtZXRob2QpIHtcbiAgICAgICAgICAgICAgIGNhc2UgJ2FuZHJlYW5pJzogcmV0dXJuICdodHRwczovL2FwaS5hbmRyZWFuaS5jb20vdjEvc3VjdXJzYWxlcyc7XG4gICAgICAgICAgICAgICBjYXNlICdvY2EnOiByZXR1cm4gJ2h0dHA6Ly93ZWJzZXJ2aWNlLm9jYS5jb20uYXIvb2VwX3RyYWNraW5nL09lcF9UcmFjay5hc214L0dldENlbnRyb3NJbXBvc2ljaW9uJztcbiAgICAgICAgICB9XG4gICAgIH1cblxuICAgICBjb25zdHJ1Y3RvcigpIHsgfVxuXG4gICAgIGFwcGVuZFNoaXBtZW50RXh0cmEgPSAoY29udHJhY3QsIGRhdGEpID0+IHtcbiAgICAgICAgICBsZXQgcmVzdWx0OiBhbnkgPSB7fVxuICAgICAgICAgIHN3aXRjaChjb250cmFjdCkge1xuICAgICAgICAgICAgICAgY2FzZSAnZG9taWNpbGlvJzogcmVzdWx0ID0geyAuLi5kYXRhIH07IGJyZWFrO1xuICAgICAgICAgICAgICAgLy8gY2FzZSAnc3VjdXJzYWwnOiByZXN1bHQgPSB7IC4uLmRhdGEsIGNvZGlnb19zdWN1cnNhbDogZGF0YS4gfTsgYnJlYWs7XG4gICAgICAgICAgICAgICAvLyBjYXNlICdsb2NhbCc6IHJlc3VsdCA9IHsgLi4uZGF0YSwgY29kaWdvX2xvY2FsOiBkYXRhLiB9XG4gICAgICAgICAgfVxuICAgICAgICAgIGlmIChjb250cmFjdCA9PSAnZG9taWNpbGlvJykge1xuICAgICAgICAgICAgICAgcmVzdWx0ID0geyAuLi5kYXRhIH1cbiAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgcmVzdWx0ID0geyBjb2RpZ29fc3VjdXJzYWw6IGRhdGEuaWQgfVxuICAgICAgICAgIH1cbiAgICAgICAgICByZXR1cm4gZGF0YTtcbiAgICAgfVxuXG4gICAgIC8vIEFuZHJlbmlcbiAgICAgZ2V0TWV0aG9kRGV0YWlsID0gKG1ldGhvZCwgYnJhbmNoKSA9PiB7XG4gICAgICAgICAgbGV0IHJlc3VsdCA9ICcnO1xuICAgICAgICAgIGJyYW5jaC5kaXJlY2Npb24uY29tcG9uZW50ZXNEZURpcmVjY2lvbi5mb3JFYWNoKGNvbXBvbmVudCA9PiByZXN1bHQgKz0gKGNvbXBvbmVudC5tZXRhICsgJyAnICsgY29tcG9uZW50LmNvbnRlbmlkbyArICcgJykpO1xuICAgICAgICAgIHJldHVybiByZXN1bHQ7XG4gICAgIH1cblxuICAgICB0cmFuc2Zvcm1BbmRyZWFuaSA9IChyZXNwb25zZSkgPT4ge1xuICAgICAgICAgIGxldCByZXN1bHQgPSBbXVxuICAgICAgICAgIHJlc3BvbnNlLmZvckVhY2goZWxlbWVudCA9PiB7XG4gICAgICAgICAgICAgICBsZXQgZGF0YTogYW55ID0ge307XG4gICAgICAgICAgICAgICBkYXRhLm5hbWUgPSBlbGVtZW50LmRlc2NyaXBjaW9uO1xuICAgICAgICAgICAgICAgZGF0YS5sYWJlbCA9IGVsZW1lbnQuZGVzY3JpcGNpb247XG4gICAgICAgICAgICAgICBkYXRhLmxhdGl0dWRlID0gZWxlbWVudC5nZW9jb29yZGVuYWRhcyAmJiBlbGVtZW50Lmdlb2Nvb3JkZW5hZGFzLmxhdGl0dWQ7XG4gICAgICAgICAgICAgICBkYXRhLmxvbmdpdHVkZSA9IGVsZW1lbnQuZ2VvY29vcmRlbmFkYXMgJiYgZWxlbWVudC5nZW9jb29yZGVuYWRhcy5sb25naXR1ZDtcbiAgICAgICAgICAgICAgIGRhdGEuYXRlbmNpb24gPSBlbGVtZW50LmhvcmFyaW9EZUF0ZW5jaW9uO1xuICAgICAgICAgICAgICAgZGF0YS5hZGRyZXNzID0gZWxlbWVudC5kaXJlY2Npb24uY29tcG9uZW50ZXNEZURpcmVjY2lvbi5tYXAoZGF0YSA9PiBkYXRhLmNvbnRlbmlkbykuam9pbignICcpO1xuICAgICAgICAgICAgICAgZGF0YS5pbmZvID0gJ1N1Y3Vyc2FsICcgKyBkYXRhLm5hbWUgKyAnIC0gJyArIGRhdGEuYWRkcmVzcyArICcgLSAnICsgZGF0YS5hdGVuY2lvbjtcbiAgICAgICAgICAgICAgIHJlc3VsdC5wdXNoKGRhdGEpO1xuICAgICAgICAgIH0pO1xuICAgICAgICAgIHJldHVybiByZXN1bHQ7XG4gICAgIH1cbn1cbiJdfQ==
|
|
@@ -1,61 +1,61 @@
|
|
|
1
|
-
var __assign = (this && this.__assign) || function () {
|
|
2
|
-
__assign = Object.assign || function(t) {
|
|
3
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
-
s = arguments[i];
|
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
-
t[p] = s[p];
|
|
7
|
-
}
|
|
8
|
-
return t;
|
|
9
|
-
};
|
|
10
|
-
return __assign.apply(this, arguments);
|
|
11
|
-
};
|
|
12
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
13
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
14
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
15
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
16
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
17
|
-
};
|
|
18
|
-
import { Injectable } from '@angular/core';
|
|
19
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
20
|
-
import { IndividualConfig, ToastrService } from 'ngx-toastr';
|
|
21
|
-
import { take } from 'rxjs/operators';
|
|
22
|
-
var ToastService = /** @class */ (function () {
|
|
23
|
-
function ToastService(translation, toastrService) {
|
|
24
|
-
var _this = this;
|
|
25
|
-
this.translation = translation;
|
|
26
|
-
this.toastrService = toastrService;
|
|
27
|
-
/**
|
|
28
|
-
* @description Cambia el tiempo que se muestra el mensaje.
|
|
29
|
-
* @param time
|
|
30
|
-
*/
|
|
31
|
-
this.setTimeMessage = function (time) {
|
|
32
|
-
_this.configToast = {
|
|
33
|
-
timeOut: time
|
|
34
|
-
};
|
|
35
|
-
};
|
|
36
|
-
this.show = function (message, interpolateParams, title, configToastr) {
|
|
37
|
-
if (interpolateParams === void 0) { interpolateParams = {}; }
|
|
38
|
-
if (title === void 0) { title = ''; }
|
|
39
|
-
if (configToastr === void 0) { configToastr = _this.configToast; }
|
|
40
|
-
_this.translation.get(message, interpolateParams).pipe(take(1)).subscribe(function (res) { return _this.toastrService.show((res ? res : message), title, configToastr); });
|
|
41
|
-
};
|
|
42
|
-
this.showPersistent = function (message, interpolateParams, title, configToastr) {
|
|
43
|
-
if (interpolateParams === void 0) { interpolateParams = {}; }
|
|
44
|
-
if (title === void 0) { title = ''; }
|
|
45
|
-
if (configToastr === void 0) { configToastr = _this.configToast; }
|
|
46
|
-
var persistentConfig = __assign(__assign({}, configToastr), { closeButton: true, timeOut: 0, extendedTimeOut: 0 });
|
|
47
|
-
_this.translation.get(message, interpolateParams).pipe(take(1)).subscribe(function (res) { return _this.toastrService.show((res ? res : message), title, persistentConfig); });
|
|
48
|
-
};
|
|
49
|
-
this.configToast = {};
|
|
50
|
-
}
|
|
51
|
-
ToastService.ctorParameters = function () { return [
|
|
52
|
-
{ type: TranslateService },
|
|
53
|
-
{ type: ToastrService }
|
|
54
|
-
]; };
|
|
55
|
-
ToastService = __decorate([
|
|
56
|
-
Injectable()
|
|
57
|
-
], ToastService);
|
|
58
|
-
return ToastService;
|
|
59
|
-
}());
|
|
60
|
-
export { ToastService };
|
|
61
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
13
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
14
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
15
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
16
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
17
|
+
};
|
|
18
|
+
import { Injectable } from '@angular/core';
|
|
19
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
20
|
+
import { IndividualConfig, ToastrService } from 'ngx-toastr';
|
|
21
|
+
import { take } from 'rxjs/operators';
|
|
22
|
+
var ToastService = /** @class */ (function () {
|
|
23
|
+
function ToastService(translation, toastrService) {
|
|
24
|
+
var _this = this;
|
|
25
|
+
this.translation = translation;
|
|
26
|
+
this.toastrService = toastrService;
|
|
27
|
+
/**
|
|
28
|
+
* @description Cambia el tiempo que se muestra el mensaje.
|
|
29
|
+
* @param time
|
|
30
|
+
*/
|
|
31
|
+
this.setTimeMessage = function (time) {
|
|
32
|
+
_this.configToast = {
|
|
33
|
+
timeOut: time
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
this.show = function (message, interpolateParams, title, configToastr) {
|
|
37
|
+
if (interpolateParams === void 0) { interpolateParams = {}; }
|
|
38
|
+
if (title === void 0) { title = ''; }
|
|
39
|
+
if (configToastr === void 0) { configToastr = _this.configToast; }
|
|
40
|
+
_this.translation.get(message, interpolateParams).pipe(take(1)).subscribe(function (res) { return _this.toastrService.show((res ? res : message), title, configToastr); });
|
|
41
|
+
};
|
|
42
|
+
this.showPersistent = function (message, interpolateParams, title, configToastr) {
|
|
43
|
+
if (interpolateParams === void 0) { interpolateParams = {}; }
|
|
44
|
+
if (title === void 0) { title = ''; }
|
|
45
|
+
if (configToastr === void 0) { configToastr = _this.configToast; }
|
|
46
|
+
var persistentConfig = __assign(__assign({}, configToastr), { closeButton: true, timeOut: 0, extendedTimeOut: 0 });
|
|
47
|
+
_this.translation.get(message, interpolateParams).pipe(take(1)).subscribe(function (res) { return _this.toastrService.show((res ? res : message), title, persistentConfig); });
|
|
48
|
+
};
|
|
49
|
+
this.configToast = {};
|
|
50
|
+
}
|
|
51
|
+
ToastService.ctorParameters = function () { return [
|
|
52
|
+
{ type: TranslateService },
|
|
53
|
+
{ type: ToastrService }
|
|
54
|
+
]; };
|
|
55
|
+
ToastService = __decorate([
|
|
56
|
+
Injectable()
|
|
57
|
+
], ToastService);
|
|
58
|
+
return ToastService;
|
|
59
|
+
}());
|
|
60
|
+
export { ToastService };
|
|
61
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9hc3Quc2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiJuZzovL25nLWVhc3ljb21tZXJjZS8iLCJzb3VyY2VzIjpbImxpYi91dGlscy90b2FzdC5zZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBQUEsT0FBTyxFQUFFLFVBQVUsRUFBVSxNQUFNLGVBQWUsQ0FBQztBQUNuRCxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUN2RCxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsYUFBYSxFQUFFLE1BQU0sWUFBWSxDQUFDO0FBQzdELE9BQU8sRUFBRSxJQUFJLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQU10QztJQUdLLHNCQUFvQixXQUE2QixFQUNwQyxhQUE0QjtRQUR6QyxpQkFHQztRQUhtQixnQkFBVyxHQUFYLFdBQVcsQ0FBa0I7UUFDcEMsa0JBQWEsR0FBYixhQUFhLENBQWU7UUFJekM7OztXQUdHO1FBQ0gsbUJBQWMsR0FBRyxVQUFDLElBQVk7WUFDekIsS0FBSSxDQUFDLFdBQVcsR0FBRztnQkFDZCxPQUFPLEVBQUUsSUFBSTthQUNqQixDQUFBO1FBQ04sQ0FBQyxDQUFBO1FBRUQsU0FBSSxHQUFHLFVBQUMsT0FBTyxFQUFFLGlCQUEyQixFQUFFLEtBQVUsRUFBRSxZQUEwRDtZQUFuRyxrQ0FBQSxFQUFBLHNCQUEyQjtZQUFFLHNCQUFBLEVBQUEsVUFBVTtZQUFFLDZCQUFBLEVBQUEsZUFBMEMsS0FBSSxDQUFDLFdBQVc7WUFDL0csS0FBSSxDQUFDLFdBQVcsQ0FBQyxHQUFHLENBQUMsT0FBTyxFQUFFLGlCQUFpQixDQUFDLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FDbkUsVUFBQSxHQUFHLElBQUksT0FBQSxLQUFJLENBQUMsYUFBYSxDQUFDLElBQUksQ0FBQyxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQyxPQUFPLENBQUMsRUFBRSxLQUFLLEVBQUUsWUFBWSxDQUFDLEVBQW5FLENBQW1FLENBQzlFLENBQUM7UUFDUCxDQUFDLENBQUE7UUFDTixtQkFBYyxHQUFHLFVBQUMsT0FBTyxFQUFFLGlCQUEyQixFQUFFLEtBQVUsRUFBRSxZQUEwRDtZQUFuRyxrQ0FBQSxFQUFBLHNCQUEyQjtZQUFFLHNCQUFBLEVBQUEsVUFBVTtZQUFFLDZCQUFBLEVBQUEsZUFBMEMsS0FBSSxDQUFDLFdBQVc7WUFDMUgsSUFBTSxnQkFBZ0IseUJBQ2YsWUFBWSxLQUNmLFdBQVcsRUFBRSxJQUFJLEVBQ2pCLE9BQU8sRUFBRSxDQUFDLEVBQ1YsZUFBZSxFQUFFLENBQUMsR0FDckIsQ0FBQztZQUNGLEtBQUksQ0FBQyxXQUFXLENBQUMsR0FBRyxDQUFDLE9BQU8sRUFBRSxpQkFBaUIsQ0FBQyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQ3BFLFVBQUEsR0FBRyxJQUFJLE9BQUEsS0FBSSxDQUFDLGFBQWEsQ0FBQyxJQUFJLENBQUMsQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsT0FBTyxDQUFDLEVBQUUsS0FBSyxFQUFFLGdCQUFnQixDQUFDLEVBQXZFLENBQXVFLENBQ2pGLENBQUM7UUFDTixDQUFDLENBQUE7UUE1QmMsSUFBSSxDQUFDLFdBQVcsR0FBRyxFQUFFLENBQUE7SUFDL0IsQ0FBQzs7Z0JBSGdDLGdCQUFnQjtnQkFDckIsYUFBYTs7SUFKakMsWUFBWTtRQUR4QixVQUFVLEVBQUU7T0FDQSxZQUFZLENBa0N4QjtJQUFELG1CQUFDO0NBQUEsQUFsQ0QsSUFrQ0M7U0FsQ1ksWUFBWSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGFibGUsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgVHJhbnNsYXRlU2VydmljZSB9IGZyb20gJ0BuZ3gtdHJhbnNsYXRlL2NvcmUnO1xuaW1wb3J0IHsgSW5kaXZpZHVhbENvbmZpZywgVG9hc3RyU2VydmljZSB9IGZyb20gJ25neC10b2FzdHInO1xuaW1wb3J0IHsgdGFrZSB9IGZyb20gJ3J4anMvb3BlcmF0b3JzJztcbmltcG9ydCB7IENvbnN0YW50cyB9IGZyb20gJy4uL2NvcmUuY29uc3RzJztcbmltcG9ydCB7IFBhcmFtZXRlcnNTZXJ2aWNlIH0gZnJvbSAnLi4vc2VydmljZXMvcGFyYW1ldGVycy5zZXJ2aWNlJztcbmltcG9ydCB7IFBhcmFtZXRlciB9IGZyb20gJy4uL2ludGVyZmFjZXMvcGFyYW1ldGVycyc7XG5cbkBJbmplY3RhYmxlKClcbmV4cG9ydCBjbGFzcyBUb2FzdFNlcnZpY2Uge1xuICAgICBwdWJsaWMgY29uZmlnVG9hc3Q7XG5cbiAgICAgY29uc3RydWN0b3IocHJpdmF0ZSB0cmFuc2xhdGlvbjogVHJhbnNsYXRlU2VydmljZSxcbiAgICAgICAgICBwcml2YXRlIHRvYXN0clNlcnZpY2U6IFRvYXN0clNlcnZpY2UpIHtcbiAgICAgICAgICAgICAgIHRoaXMuY29uZmlnVG9hc3QgPSB7fVxuICAgICB9XG5cbiAgICAgLyoqXG4gICAgICAqIEBkZXNjcmlwdGlvbiBDYW1iaWEgZWwgdGllbXBvIHF1ZSBzZSBtdWVzdHJhIGVsIG1lbnNhamUuXG4gICAgICAqIEBwYXJhbSB0aW1lIFxuICAgICAgKi9cbiAgICAgc2V0VGltZU1lc3NhZ2UgPSAodGltZTogbnVtYmVyKSA9PiB7XG4gICAgICAgICAgdGhpcy5jb25maWdUb2FzdCA9IHtcbiAgICAgICAgICAgICAgIHRpbWVPdXQ6IHRpbWVcbiAgICAgICAgICB9XG4gICAgIH1cblxuICAgICBzaG93ID0gKG1lc3NhZ2UsIGludGVycG9sYXRlUGFyYW1zOiBhbnkgPSB7fSwgdGl0bGUgPSAnJywgY29uZmlnVG9hc3RyOiBQYXJ0aWFsPEluZGl2aWR1YWxDb25maWc+ID0gdGhpcy5jb25maWdUb2FzdCkgPT4ge1xuICAgICAgICAgIHRoaXMudHJhbnNsYXRpb24uZ2V0KG1lc3NhZ2UsIGludGVycG9sYXRlUGFyYW1zKS5waXBlKHRha2UoMSkpLnN1YnNjcmliZShcbiAgICAgICAgICAgICAgIHJlcyA9PiB0aGlzLnRvYXN0clNlcnZpY2Uuc2hvdygocmVzID8gcmVzIDogbWVzc2FnZSksIHRpdGxlLCBjb25maWdUb2FzdHIpXG4gICAgICAgICAgKTtcbiAgICAgfVxuc2hvd1BlcnNpc3RlbnQgPSAobWVzc2FnZSwgaW50ZXJwb2xhdGVQYXJhbXM6IGFueSA9IHt9LCB0aXRsZSA9ICcnLCBjb25maWdUb2FzdHI6IFBhcnRpYWw8SW5kaXZpZHVhbENvbmZpZz4gPSB0aGlzLmNvbmZpZ1RvYXN0KSA9PiB7XG4gICAgY29uc3QgcGVyc2lzdGVudENvbmZpZyA9IHtcbiAgICAgICAgLi4uY29uZmlnVG9hc3RyLFxuICAgICAgICBjbG9zZUJ1dHRvbjogdHJ1ZSxcbiAgICAgICAgdGltZU91dDogMCxcbiAgICAgICAgZXh0ZW5kZWRUaW1lT3V0OiAwXG4gICAgfTtcbiAgICB0aGlzLnRyYW5zbGF0aW9uLmdldChtZXNzYWdlLCBpbnRlcnBvbGF0ZVBhcmFtcykucGlwZSh0YWtlKDEpKS5zdWJzY3JpYmUoXG4gICAgICAgIHJlcyA9PiB0aGlzLnRvYXN0clNlcnZpY2Uuc2hvdygocmVzID8gcmVzIDogbWVzc2FnZSksIHRpdGxlLCBwZXJzaXN0ZW50Q29uZmlnKVxuICAgICk7XG59XG59Il19
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
-
};
|
|
7
|
-
import { Injectable } from '@angular/core';
|
|
8
|
-
var UtilsService = /** @class */ (function () {
|
|
9
|
-
function UtilsService() {
|
|
10
|
-
}
|
|
11
|
-
UtilsService.prototype.titleCaseWord = function (word) {
|
|
12
|
-
if (!word)
|
|
13
|
-
return word;
|
|
14
|
-
return word[0].toUpperCase() + word.substr(1).toLowerCase();
|
|
15
|
-
};
|
|
16
|
-
UtilsService = __decorate([
|
|
17
|
-
Injectable()
|
|
18
|
-
], UtilsService);
|
|
19
|
-
return UtilsService;
|
|
20
|
-
}());
|
|
21
|
-
export { UtilsService };
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
import { Injectable } from '@angular/core';
|
|
8
|
+
var UtilsService = /** @class */ (function () {
|
|
9
|
+
function UtilsService() {
|
|
10
|
+
}
|
|
11
|
+
UtilsService.prototype.titleCaseWord = function (word) {
|
|
12
|
+
if (!word)
|
|
13
|
+
return word;
|
|
14
|
+
return word[0].toUpperCase() + word.substr(1).toLowerCase();
|
|
15
|
+
};
|
|
16
|
+
UtilsService = __decorate([
|
|
17
|
+
Injectable()
|
|
18
|
+
], UtilsService);
|
|
19
|
+
return UtilsService;
|
|
20
|
+
}());
|
|
21
|
+
export { UtilsService };
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXRpbHMuc2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiJuZzovL25nLWVhc3ljb21tZXJjZS8iLCJzb3VyY2VzIjpbImxpYi91dGlscy91dGlscy5zZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7OztBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFHM0M7SUFFSTtJQUFnQixDQUFDO0lBRWpCLG9DQUFhLEdBQWIsVUFBYyxJQUFZO1FBQ3RCLElBQUksQ0FBQyxJQUFJO1lBQUUsT0FBTyxJQUFJLENBQUM7UUFDdkIsT0FBTyxJQUFJLENBQUMsQ0FBQyxDQUFDLENBQUMsV0FBVyxFQUFFLEdBQUcsSUFBSSxDQUFDLE1BQU0sQ0FBQyxDQUFDLENBQUMsQ0FBQyxXQUFXLEVBQUUsQ0FBQztJQUNoRSxDQUFDO0lBUFEsWUFBWTtRQUR4QixVQUFVLEVBQUU7T0FDQSxZQUFZLENBUXhCO0lBQUQsbUJBQUM7Q0FBQSxBQVJELElBUUM7U0FSWSxZQUFZIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5ASW5qZWN0YWJsZSgpXG5leHBvcnQgY2xhc3MgVXRpbHNTZXJ2aWNlIHtcblxuICAgIGNvbnN0cnVjdG9yKCkgeyB9XG5cbiAgICB0aXRsZUNhc2VXb3JkKHdvcmQ6IHN0cmluZykge1xuICAgICAgICBpZiAoIXdvcmQpIHJldHVybiB3b3JkO1xuICAgICAgICByZXR1cm4gd29yZFswXS50b1VwcGVyQ2FzZSgpICsgd29yZC5zdWJzdHIoMSkudG9Mb3dlckNhc2UoKTtcbiAgICB9XG59Il19
|
package/esm5/ng-easycommerce.js
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
export { StepService as ɵs } from './lib/classes/checkout/step-service';
|
|
6
|
-
export { ComponentHelper as ɵk } from './lib/classes/component-helper';
|
|
7
|
-
export { StepEcComponent as ɵg } from './lib/ec-component/checkout-ec/step-ec/step-ec.component';
|
|
8
|
-
export { ComparedProductsEcComponent as ɵf } from './lib/ec-component/compared-products-ec/compared-products-ec.component';
|
|
9
|
-
export { components as ɵb } from './lib/ec-component/index';
|
|
10
|
-
export { SellerDashboardContainerEcComponent as ɵc } from './lib/ec-component/seller-dashboard-container-ec/seller-dashboard-container-ec.component';
|
|
11
|
-
export { BancardCatastroEcComponent as ɵi } from './lib/ec-component/widgets-ec/bancard-catastro-ec/bancard-catastro-ec.component';
|
|
12
|
-
export { CulqiEcComponent as ɵh } from './lib/ec-component/widgets-ec/culqi-ec/culqi-ec.component';
|
|
13
|
-
export { PlaceToPayEcComponent as ɵj } from './lib/ec-component/widgets-ec/place-to-pay-ec/place-to-pay-ec.component';
|
|
14
|
-
export { RecaptchaEcComponent as ɵe } from './lib/ec-component/widgets-ec/re-captcha-ec/re-captcha-ec.component';
|
|
15
|
-
export { MagnizoomComponent as ɵd } from './lib/ec-component/widgets-ec/zoom-ec/magnizoom.component';
|
|
16
|
-
export { directives as ɵx } from './lib/ec-directive/index';
|
|
17
|
-
export { ProductOffDirective as ɵy } from './lib/ec-directive/product-off.directive';
|
|
18
|
-
export { ReloadViewDirective as ɵz } from './lib/ec-directive/reload-view.directive';
|
|
19
|
-
export { pipes as ɵba } from './lib/ec-pipe/index';
|
|
20
|
-
export { CustomerInterceptor as ɵbd } from './lib/interceptors/customer.interceptor';
|
|
21
|
-
export { OrderByPipe as ɵa } from './lib/pipes/order-by.pipe';
|
|
22
|
-
export { BlocksRepositoryService as ɵl } from './lib/services/blocks/blocks-repository.service';
|
|
23
|
-
export { ErrorHandlerService as ɵt } from './lib/services/checkout/error-handler.service';
|
|
24
|
-
export { CookiesService as ɵw } from './lib/services/cookies.service';
|
|
25
|
-
export { IpService as ɵu } from './lib/services/ip-address.service';
|
|
26
|
-
export { DopplerService as ɵq } from './lib/utils/analytics/doppler.service';
|
|
27
|
-
export { FacebookPixelService as ɵm } from './lib/utils/analytics/facebook-pixel.service';
|
|
28
|
-
export { GoogleAnalyticsService as ɵn } from './lib/utils/analytics/google-analytics.service';
|
|
29
|
-
export { GTMService as ɵo } from './lib/utils/analytics/gtm.service';
|
|
30
|
-
export { MetricoolPixelService as ɵp } from './lib/utils/analytics/metricool-pixel.service';
|
|
31
|
-
export { OptionsOfProductListDataReceiverService as ɵbb } from './lib/utils/options-of-product-list-data.service';
|
|
32
|
-
export { OrderUtilityService as ɵr } from './lib/utils/order-util.service';
|
|
33
|
-
export { PaymentUtils as ɵbc } from './lib/utils/payment-utils.service';
|
|
34
|
-
export { ShipmentDataTransformer as ɵv } from './lib/utils/shipment-transformer.service';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './public-api';
|
|
5
|
+
export { StepService as ɵs } from './lib/classes/checkout/step-service';
|
|
6
|
+
export { ComponentHelper as ɵk } from './lib/classes/component-helper';
|
|
7
|
+
export { StepEcComponent as ɵg } from './lib/ec-component/checkout-ec/step-ec/step-ec.component';
|
|
8
|
+
export { ComparedProductsEcComponent as ɵf } from './lib/ec-component/compared-products-ec/compared-products-ec.component';
|
|
9
|
+
export { components as ɵb } from './lib/ec-component/index';
|
|
10
|
+
export { SellerDashboardContainerEcComponent as ɵc } from './lib/ec-component/seller-dashboard-container-ec/seller-dashboard-container-ec.component';
|
|
11
|
+
export { BancardCatastroEcComponent as ɵi } from './lib/ec-component/widgets-ec/bancard-catastro-ec/bancard-catastro-ec.component';
|
|
12
|
+
export { CulqiEcComponent as ɵh } from './lib/ec-component/widgets-ec/culqi-ec/culqi-ec.component';
|
|
13
|
+
export { PlaceToPayEcComponent as ɵj } from './lib/ec-component/widgets-ec/place-to-pay-ec/place-to-pay-ec.component';
|
|
14
|
+
export { RecaptchaEcComponent as ɵe } from './lib/ec-component/widgets-ec/re-captcha-ec/re-captcha-ec.component';
|
|
15
|
+
export { MagnizoomComponent as ɵd } from './lib/ec-component/widgets-ec/zoom-ec/magnizoom.component';
|
|
16
|
+
export { directives as ɵx } from './lib/ec-directive/index';
|
|
17
|
+
export { ProductOffDirective as ɵy } from './lib/ec-directive/product-off.directive';
|
|
18
|
+
export { ReloadViewDirective as ɵz } from './lib/ec-directive/reload-view.directive';
|
|
19
|
+
export { pipes as ɵba } from './lib/ec-pipe/index';
|
|
20
|
+
export { CustomerInterceptor as ɵbd } from './lib/interceptors/customer.interceptor';
|
|
21
|
+
export { OrderByPipe as ɵa } from './lib/pipes/order-by.pipe';
|
|
22
|
+
export { BlocksRepositoryService as ɵl } from './lib/services/blocks/blocks-repository.service';
|
|
23
|
+
export { ErrorHandlerService as ɵt } from './lib/services/checkout/error-handler.service';
|
|
24
|
+
export { CookiesService as ɵw } from './lib/services/cookies.service';
|
|
25
|
+
export { IpService as ɵu } from './lib/services/ip-address.service';
|
|
26
|
+
export { DopplerService as ɵq } from './lib/utils/analytics/doppler.service';
|
|
27
|
+
export { FacebookPixelService as ɵm } from './lib/utils/analytics/facebook-pixel.service';
|
|
28
|
+
export { GoogleAnalyticsService as ɵn } from './lib/utils/analytics/google-analytics.service';
|
|
29
|
+
export { GTMService as ɵo } from './lib/utils/analytics/gtm.service';
|
|
30
|
+
export { MetricoolPixelService as ɵp } from './lib/utils/analytics/metricool-pixel.service';
|
|
31
|
+
export { OptionsOfProductListDataReceiverService as ɵbb } from './lib/utils/options-of-product-list-data.service';
|
|
32
|
+
export { OrderUtilityService as ɵr } from './lib/utils/order-util.service';
|
|
33
|
+
export { PaymentUtils as ɵbc } from './lib/utils/payment-utils.service';
|
|
34
|
+
export { ShipmentDataTransformer as ɵv } from './lib/utils/shipment-transformer.service';
|
|
35
35
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmctZWFzeWNvbW1lcmNlLmpzIiwic291cmNlUm9vdCI6Im5nOi8vbmctZWFzeWNvbW1lcmNlLyIsInNvdXJjZXMiOlsibmctZWFzeWNvbW1lcmNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxjQUFjLENBQUM7QUFFN0IsT0FBTyxFQUFDLFdBQVcsSUFBSSxFQUFFLEVBQUMsTUFBTSxxQ0FBcUMsQ0FBQztBQUN0RSxPQUFPLEVBQUMsZUFBZSxJQUFJLEVBQUUsRUFBQyxNQUFNLGdDQUFnQyxDQUFDO0FBQ3JFLE9BQU8sRUFBQyxlQUFlLElBQUksRUFBRSxFQUFDLE1BQU0sMERBQTBELENBQUM7QUFDL0YsT0FBTyxFQUFDLDJCQUEyQixJQUFJLEVBQUUsRUFBQyxNQUFNLHdFQUF3RSxDQUFDO0FBQ3pILE9BQU8sRUFBQyxVQUFVLElBQUksRUFBRSxFQUFDLE1BQU0sMEJBQTBCLENBQUM7QUFDMUQsT0FBTyxFQUFDLG1DQUFtQyxJQUFJLEVBQUUsRUFBQyxNQUFNLDBGQUEwRixDQUFDO0FBQ25KLE9BQU8sRUFBQywwQkFBMEIsSUFBSSxFQUFFLEVBQUMsTUFBTSxpRkFBaUYsQ0FBQztBQUNqSSxPQUFPLEVBQUMsZ0JBQWdCLElBQUksRUFBRSxFQUFDLE1BQU0sMkRBQTJELENBQUM7QUFDakcsT0FBTyxFQUFDLHFCQUFxQixJQUFJLEVBQUUsRUFBQyxNQUFNLHlFQUF5RSxDQUFDO0FBQ3BILE9BQU8sRUFBQyxvQkFBb0IsSUFBSSxFQUFFLEVBQUMsTUFBTSxxRUFBcUUsQ0FBQztBQUMvRyxPQUFPLEVBQUMsa0JBQWtCLElBQUksRUFBRSxFQUFDLE1BQU0sMkRBQTJELENBQUM7QUFDbkcsT0FBTyxFQUFDLFVBQVUsSUFBSSxFQUFFLEVBQUMsTUFBTSwwQkFBMEIsQ0FBQztBQUMxRCxPQUFPLEVBQUMsbUJBQW1CLElBQUksRUFBRSxFQUFDLE1BQU0sMENBQTBDLENBQUM7QUFDbkYsT0FBTyxFQUFDLG1CQUFtQixJQUFJLEVBQUUsRUFBQyxNQUFNLDBDQUEwQyxDQUFDO0FBQ25GLE9BQU8sRUFBQyxLQUFLLElBQUksR0FBRyxFQUFDLE1BQU0scUJBQXFCLENBQUM7QUFDakQsT0FBTyxFQUFDLG1CQUFtQixJQUFJLEdBQUcsRUFBQyxNQUFNLHlDQUF5QyxDQUFDO0FBQ25GLE9BQU8sRUFBQyxXQUFXLElBQUksRUFBRSxFQUFDLE1BQU0sMkJBQTJCLENBQUM7QUFDNUQsT0FBTyxFQUFDLHVCQUF1QixJQUFJLEVBQUUsRUFBQyxNQUFNLGlEQUFpRCxDQUFDO0FBQzlGLE9BQU8sRUFBQyxtQkFBbUIsSUFBSSxFQUFFLEVBQUMsTUFBTSwrQ0FBK0MsQ0FBQztBQUN4RixPQUFPLEVBQUMsY0FBYyxJQUFJLEVBQUUsRUFBQyxNQUFNLGdDQUFnQyxDQUFDO0FBQ3BFLE9BQU8sRUFBQyxTQUFTLElBQUksRUFBRSxFQUFDLE1BQU0sbUNBQW1DLENBQUM7QUFDbEUsT0FBTyxFQUFDLGNBQWMsSUFBSSxFQUFFLEVBQUMsTUFBTSx1Q0FBdUMsQ0FBQztBQUMzRSxPQUFPLEVBQUMsb0JBQW9CLElBQUksRUFBRSxFQUFDLE1BQU0sOENBQThDLENBQUM7QUFDeEYsT0FBTyxFQUFDLHNCQUFzQixJQUFJLEVBQUUsRUFBQyxNQUFNLGdEQUFnRCxDQUFDO0FBQzVGLE9BQU8sRUFBQyxVQUFVLElBQUksRUFBRSxFQUFDLE1BQU0sbUNBQW1DLENBQUM7QUFDbkUsT0FBTyxFQUFDLHFCQUFxQixJQUFJLEVBQUUsRUFBQyxNQUFNLCtDQUErQyxDQUFDO0FBQzFGLE9BQU8sRUFBQyx1Q0FBdUMsSUFBSSxHQUFHLEVBQUMsTUFBTSxrREFBa0QsQ0FBQztBQUNoSCxPQUFPLEVBQUMsbUJBQW1CLElBQUksRUFBRSxFQUFDLE1BQU0sZ0NBQWdDLENBQUM7QUFDekUsT0FBTyxFQUFDLFlBQVksSUFBSSxHQUFHLEVBQUMsTUFBTSxtQ0FBbUMsQ0FBQztBQUN0RSxPQUFPLEVBQUMsdUJBQXVCLElBQUksRUFBRSxFQUFDLE1BQU0sMENBQTBDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG5cbmV4cG9ydCB7U3RlcFNlcnZpY2UgYXMgybVzfSBmcm9tICcuL2xpYi9jbGFzc2VzL2NoZWNrb3V0L3N0ZXAtc2VydmljZSc7XG5leHBvcnQge0NvbXBvbmVudEhlbHBlciBhcyDJtWt9IGZyb20gJy4vbGliL2NsYXNzZXMvY29tcG9uZW50LWhlbHBlcic7XG5leHBvcnQge1N0ZXBFY0NvbXBvbmVudCBhcyDJtWd9IGZyb20gJy4vbGliL2VjLWNvbXBvbmVudC9jaGVja291dC1lYy9zdGVwLWVjL3N0ZXAtZWMuY29tcG9uZW50JztcbmV4cG9ydCB7Q29tcGFyZWRQcm9kdWN0c0VjQ29tcG9uZW50IGFzIMm1Zn0gZnJvbSAnLi9saWIvZWMtY29tcG9uZW50L2NvbXBhcmVkLXByb2R1Y3RzLWVjL2NvbXBhcmVkLXByb2R1Y3RzLWVjLmNvbXBvbmVudCc7XG5leHBvcnQge2NvbXBvbmVudHMgYXMgybVifSBmcm9tICcuL2xpYi9lYy1jb21wb25lbnQvaW5kZXgnO1xuZXhwb3J0IHtTZWxsZXJEYXNoYm9hcmRDb250YWluZXJFY0NvbXBvbmVudCBhcyDJtWN9IGZyb20gJy4vbGliL2VjLWNvbXBvbmVudC9zZWxsZXItZGFzaGJvYXJkLWNvbnRhaW5lci1lYy9zZWxsZXItZGFzaGJvYXJkLWNvbnRhaW5lci1lYy5jb21wb25lbnQnO1xuZXhwb3J0IHtCYW5jYXJkQ2F0YXN0cm9FY0NvbXBvbmVudCBhcyDJtWl9IGZyb20gJy4vbGliL2VjLWNvbXBvbmVudC93aWRnZXRzLWVjL2JhbmNhcmQtY2F0YXN0cm8tZWMvYmFuY2FyZC1jYXRhc3Ryby1lYy5jb21wb25lbnQnO1xuZXhwb3J0IHtDdWxxaUVjQ29tcG9uZW50IGFzIMm1aH0gZnJvbSAnLi9saWIvZWMtY29tcG9uZW50L3dpZGdldHMtZWMvY3VscWktZWMvY3VscWktZWMuY29tcG9uZW50JztcbmV4cG9ydCB7UGxhY2VUb1BheUVjQ29tcG9uZW50IGFzIMm1an0gZnJvbSAnLi9saWIvZWMtY29tcG9uZW50L3dpZGdldHMtZWMvcGxhY2UtdG8tcGF5LWVjL3BsYWNlLXRvLXBheS1lYy5jb21wb25lbnQnO1xuZXhwb3J0IHtSZWNhcHRjaGFFY0NvbXBvbmVudCBhcyDJtWV9IGZyb20gJy4vbGliL2VjLWNvbXBvbmVudC93aWRnZXRzLWVjL3JlLWNhcHRjaGEtZWMvcmUtY2FwdGNoYS1lYy5jb21wb25lbnQnO1xuZXhwb3J0IHtNYWduaXpvb21Db21wb25lbnQgYXMgybVkfSBmcm9tICcuL2xpYi9lYy1jb21wb25lbnQvd2lkZ2V0cy1lYy96b29tLWVjL21hZ25pem9vbS5jb21wb25lbnQnO1xuZXhwb3J0IHtkaXJlY3RpdmVzIGFzIMm1eH0gZnJvbSAnLi9saWIvZWMtZGlyZWN0aXZlL2luZGV4JztcbmV4cG9ydCB7UHJvZHVjdE9mZkRpcmVjdGl2ZSBhcyDJtXl9IGZyb20gJy4vbGliL2VjLWRpcmVjdGl2ZS9wcm9kdWN0LW9mZi5kaXJlY3RpdmUnO1xuZXhwb3J0IHtSZWxvYWRWaWV3RGlyZWN0aXZlIGFzIMm1en0gZnJvbSAnLi9saWIvZWMtZGlyZWN0aXZlL3JlbG9hZC12aWV3LmRpcmVjdGl2ZSc7XG5leHBvcnQge3BpcGVzIGFzIMm1YmF9IGZyb20gJy4vbGliL2VjLXBpcGUvaW5kZXgnO1xuZXhwb3J0IHtDdXN0b21lckludGVyY2VwdG9yIGFzIMm1YmR9IGZyb20gJy4vbGliL2ludGVyY2VwdG9ycy9jdXN0b21lci5pbnRlcmNlcHRvcic7XG5leHBvcnQge09yZGVyQnlQaXBlIGFzIMm1YX0gZnJvbSAnLi9saWIvcGlwZXMvb3JkZXItYnkucGlwZSc7XG5leHBvcnQge0Jsb2Nrc1JlcG9zaXRvcnlTZXJ2aWNlIGFzIMm1bH0gZnJvbSAnLi9saWIvc2VydmljZXMvYmxvY2tzL2Jsb2Nrcy1yZXBvc2l0b3J5LnNlcnZpY2UnO1xuZXhwb3J0IHtFcnJvckhhbmRsZXJTZXJ2aWNlIGFzIMm1dH0gZnJvbSAnLi9saWIvc2VydmljZXMvY2hlY2tvdXQvZXJyb3ItaGFuZGxlci5zZXJ2aWNlJztcbmV4cG9ydCB7Q29va2llc1NlcnZpY2UgYXMgybV3fSBmcm9tICcuL2xpYi9zZXJ2aWNlcy9jb29raWVzLnNlcnZpY2UnO1xuZXhwb3J0IHtJcFNlcnZpY2UgYXMgybV1fSBmcm9tICcuL2xpYi9zZXJ2aWNlcy9pcC1hZGRyZXNzLnNlcnZpY2UnO1xuZXhwb3J0IHtEb3BwbGVyU2VydmljZSBhcyDJtXF9IGZyb20gJy4vbGliL3V0aWxzL2FuYWx5dGljcy9kb3BwbGVyLnNlcnZpY2UnO1xuZXhwb3J0IHtGYWNlYm9va1BpeGVsU2VydmljZSBhcyDJtW19IGZyb20gJy4vbGliL3V0aWxzL2FuYWx5dGljcy9mYWNlYm9vay1waXhlbC5zZXJ2aWNlJztcbmV4cG9ydCB7R29vZ2xlQW5hbHl0aWNzU2VydmljZSBhcyDJtW59IGZyb20gJy4vbGliL3V0aWxzL2FuYWx5dGljcy9nb29nbGUtYW5hbHl0aWNzLnNlcnZpY2UnO1xuZXhwb3J0IHtHVE1TZXJ2aWNlIGFzIMm1b30gZnJvbSAnLi9saWIvdXRpbHMvYW5hbHl0aWNzL2d0bS5zZXJ2aWNlJztcbmV4cG9ydCB7TWV0cmljb29sUGl4ZWxTZXJ2aWNlIGFzIMm1cH0gZnJvbSAnLi9saWIvdXRpbHMvYW5hbHl0aWNzL21ldHJpY29vbC1waXhlbC5zZXJ2aWNlJztcbmV4cG9ydCB7T3B0aW9uc09mUHJvZHVjdExpc3REYXRhUmVjZWl2ZXJTZXJ2aWNlIGFzIMm1YmJ9IGZyb20gJy4vbGliL3V0aWxzL29wdGlvbnMtb2YtcHJvZHVjdC1saXN0LWRhdGEuc2VydmljZSc7XG5leHBvcnQge09yZGVyVXRpbGl0eVNlcnZpY2UgYXMgybVyfSBmcm9tICcuL2xpYi91dGlscy9vcmRlci11dGlsLnNlcnZpY2UnO1xuZXhwb3J0IHtQYXltZW50VXRpbHMgYXMgybViY30gZnJvbSAnLi9saWIvdXRpbHMvcGF5bWVudC11dGlscy5zZXJ2aWNlJztcbmV4cG9ydCB7U2hpcG1lbnREYXRhVHJhbnNmb3JtZXIgYXMgybV2fSBmcm9tICcuL2xpYi91dGlscy9zaGlwbWVudC10cmFuc2Zvcm1lci5zZXJ2aWNlJzsiXX0=
|