@esolve/ng-esolve-connect 0.105.0 → 0.107.0
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/esm2022/index.mjs +3 -1
- package/esm2022/lib/account/esolve-account.service.mjs +16 -6
- package/esm2022/lib/albums/services/esolve-albums.service.mjs +3 -3
- package/esm2022/lib/assets/esolve-assets.service.mjs +3 -3
- package/esm2022/lib/auth/esolve-auth-interceptor.service.mjs +3 -3
- package/esm2022/lib/auth/esolve-auth.service.mjs +51 -7
- package/esm2022/lib/auth/esolve-otp.service.mjs +9 -5
- package/esm2022/lib/auth/types/esolve-logout-response.type.mjs +2 -0
- package/esm2022/lib/auth/types/index.mjs +2 -1
- package/esm2022/lib/banners/esolve-banner.service.mjs +3 -3
- package/esm2022/lib/captcha/classes/esolve-captcha.model.mjs +11 -0
- package/esm2022/lib/captcha/classes/index.mjs +2 -0
- package/esm2022/lib/captcha/esolve-captcha.service.mjs +44 -0
- package/esm2022/lib/captcha/index.mjs +5 -0
- package/esm2022/lib/captcha/interfaces/esolve-captcha-options.interface.mjs +2 -0
- package/esm2022/lib/captcha/interfaces/esolve-captcha-record.interface.mjs +2 -0
- package/esm2022/lib/captcha/interfaces/index.mjs +3 -0
- package/esm2022/lib/captcha/types/esolve-captcha-action.type.mjs +2 -0
- package/esm2022/lib/captcha/types/index.mjs +2 -0
- package/esm2022/lib/cart/esolve-cart.service.mjs +3 -3
- package/esm2022/lib/category-tree/esolve-category-tree.service.mjs +3 -3
- package/esm2022/lib/competitions/services/esolve-competitions.service.mjs +3 -3
- package/esm2022/lib/core/esolve-config.service.mjs +5 -5
- package/esm2022/lib/core/esolve-connect-config.token.mjs +3 -0
- package/esm2022/lib/core/index.mjs +2 -2
- package/esm2022/lib/core/providers/provide-ng-esolve-connect.function.mjs +2 -2
- package/esm2022/lib/coupons/esolve-coupons.service.mjs +6 -4
- package/esm2022/lib/deliveries/esolve-deliveries.service.mjs +3 -3
- package/esm2022/lib/device/esolve-device.service.mjs +3 -3
- package/esm2022/lib/enquiry/esolve-enquiry.service.mjs +3 -3
- package/esm2022/lib/geocoder/esolve-geocoder.service.mjs +3 -3
- package/esm2022/lib/images/directives/cdn-src.directive.mjs +3 -3
- package/esm2022/lib/locations/esolve-locations.service.mjs +3 -3
- package/esm2022/lib/manufacturers/esolve-manufacturers.service.mjs +3 -3
- package/esm2022/lib/menu/esolve-menu.service.mjs +3 -3
- package/esm2022/lib/news/esolve-news.service.mjs +3 -3
- package/esm2022/lib/ng-esolve-connect.module.mjs +4 -4
- package/esm2022/lib/payment/esolve-payment.service.mjs +3 -3
- package/esm2022/lib/payment/types/esolve-service-provider.type.mjs +1 -1
- package/esm2022/lib/ranges/esolve-ranges.service.mjs +3 -3
- package/esm2022/lib/reviews/services/esolve-reviews.service.mjs +3 -3
- package/esm2022/lib/seo/esolve-seo.service.mjs +3 -3
- package/esm2022/lib/session/esolve-session-metadata.service.mjs +3 -3
- package/esm2022/lib/session/esolve-session.service.mjs +3 -3
- package/esm2022/lib/shared/cookie/esolve-cookie.service.mjs +3 -3
- package/esm2022/lib/shared/errors/esolve-error-handler.service.mjs +3 -3
- package/esm2022/lib/shared/filters/esolve-filter-factory.mjs +61 -59
- package/esm2022/lib/shared/filters/index.mjs +2 -2
- package/esm2022/lib/shared/response/esolve-response-handler.service.mjs +3 -3
- package/esm2022/lib/shipping/esolve-shipping.service.mjs +3 -3
- package/esm2022/lib/specials/esolve-specials.service.mjs +3 -3
- package/esm2022/lib/stock/esolve-stock.service.mjs +3 -3
- package/esm2022/lib/suppliers/esolve-suppliers.service.mjs +3 -3
- package/esm2022/lib/tags/esolve-tags.service.mjs +3 -3
- package/esm2022/lib/topics/esolve-topic.service.mjs +3 -3
- package/esm2022/lib/transactions/classes/esolve-transaction.model.mjs +3 -1
- package/esm2022/lib/transactions/esolve-transactions.service.mjs +3 -3
- package/esm2022/lib/transactions/interfaces/esolve-transaction-record.interface.mjs +1 -1
- package/esm2022/lib/vouchers/esolve-vouchers.service.mjs +6 -4
- package/esm2022/lib/wallet/esolve-wallet.service.mjs +3 -3
- package/esm2022/lib/wishlist/esolve-wishlist.service.mjs +3 -3
- package/esm2022/media/lib/components/media-layout/esolve-media-layout.component.mjs +3 -3
- package/esm2022/media/lib/components/media-section/esolve-media-section.component.mjs +3 -3
- package/esm2022/media/lib/ng-esolve-connect-media.module.mjs +4 -4
- package/esm2022/media/lib/services/esolve-media-layout.service.mjs +3 -3
- package/esm2022/media/lib/services/esolve-media.service.mjs +3 -3
- package/esm2022/notifications/lib/services/esolve-notifications.service.mjs +3 -3
- package/esm2022/survey/lib/services/esolve-survey.service.mjs +3 -3
- package/fesm2022/esolve-ng-esolve-connect-media.mjs +16 -16
- package/fesm2022/esolve-ng-esolve-connect-notifications.mjs +3 -3
- package/fesm2022/esolve-ng-esolve-connect-survey.mjs +3 -3
- package/fesm2022/esolve-ng-esolve-connect.mjs +323 -218
- package/fesm2022/esolve-ng-esolve-connect.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/lib/account/esolve-account.service.d.ts +2 -1
- package/lib/auth/esolve-auth.service.d.ts +1 -1
- package/lib/auth/esolve-otp.service.d.ts +2 -1
- package/lib/auth/types/esolve-logout-response.type.d.ts +3 -0
- package/lib/auth/types/index.d.ts +1 -0
- package/lib/captcha/classes/esolve-captcha.model.d.ts +6 -0
- package/lib/captcha/classes/index.d.ts +1 -0
- package/lib/captcha/esolve-captcha.service.d.ts +18 -0
- package/lib/captcha/index.d.ts +4 -0
- package/lib/captcha/interfaces/esolve-captcha-options.interface.d.ts +4 -0
- package/lib/captcha/interfaces/esolve-captcha-record.interface.d.ts +4 -0
- package/lib/captcha/interfaces/index.d.ts +2 -0
- package/lib/captcha/types/esolve-captcha-action.type.d.ts +1 -0
- package/lib/captcha/types/index.d.ts +1 -0
- package/lib/core/index.d.ts +1 -1
- package/lib/payment/types/esolve-service-provider.type.d.ts +1 -1
- package/lib/shared/filters/esolve-filter-factory.d.ts +13 -10
- package/lib/shared/filters/index.d.ts +1 -1
- package/lib/transactions/classes/esolve-transaction.model.d.ts +2 -0
- package/lib/transactions/interfaces/esolve-transaction-record.interface.d.ts +2 -0
- package/package.json +1 -1
- package/esm2022/lib/core/esolve-connect-config.constant.mjs +0 -3
- /package/lib/core/{esolve-connect-config.constant.d.ts → esolve-connect-config.token.d.ts} +0 -0
|
@@ -3,9 +3,9 @@ import { HttpErrorResponse, HttpClient, HttpParams, HttpHeaders, HTTP_INTERCEPTO
|
|
|
3
3
|
import * as i0 from '@angular/core';
|
|
4
4
|
import { InjectionToken, inject, Injectable, PLATFORM_ID, APP_INITIALIZER, NgModule, ElementRef, Directive, Input, HostListener } from '@angular/core';
|
|
5
5
|
import { SsrCookieService } from 'ngx-cookie-service-ssr';
|
|
6
|
-
import { throwError, BehaviorSubject, Subject, map, switchMap, timer, takeUntil, filter, distinctUntilChanged, combineLatest, debounceTime, shareReplay, of, firstValueFrom, iif
|
|
7
|
-
import { map as map$1, catchError, switchMap as switchMap$1, tap } from 'rxjs/operators';
|
|
6
|
+
import { throwError, BehaviorSubject, Subject, map, switchMap, timer, takeUntil, filter, distinctUntilChanged, combineLatest, debounceTime, shareReplay, catchError as catchError$1, of, tap, firstValueFrom, iif } from 'rxjs';
|
|
8
7
|
import { fromUnixTime, parseISO } from 'date-fns';
|
|
8
|
+
import { map as map$1, catchError, switchMap as switchMap$1 } from 'rxjs/operators';
|
|
9
9
|
import { Title, Meta } from '@angular/platform-browser';
|
|
10
10
|
|
|
11
11
|
const ESOLVE_CONNECT_CONFIG = new InjectionToken('esolve.connect.config');
|
|
@@ -55,10 +55,10 @@ class EsolveConfigService {
|
|
|
55
55
|
}
|
|
56
56
|
this.error_image_path = config.error_image_path;
|
|
57
57
|
}
|
|
58
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
59
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
58
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveConfigService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
59
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveConfigService, providedIn: 'root' }); }
|
|
60
60
|
}
|
|
61
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
61
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveConfigService, decorators: [{
|
|
62
62
|
type: Injectable,
|
|
63
63
|
args: [{
|
|
64
64
|
providedIn: 'root',
|
|
@@ -81,10 +81,10 @@ class EsolveCookieService {
|
|
|
81
81
|
delete(name, path, domain, secure) {
|
|
82
82
|
this.cookieService.delete(name, path, domain, secure);
|
|
83
83
|
}
|
|
84
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
85
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
84
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveCookieService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
85
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveCookieService, providedIn: 'root' }); }
|
|
86
86
|
}
|
|
87
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
87
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveCookieService, decorators: [{
|
|
88
88
|
type: Injectable,
|
|
89
89
|
args: [{
|
|
90
90
|
providedIn: 'root',
|
|
@@ -185,10 +185,10 @@ class EsolveErrorHandlerService {
|
|
|
185
185
|
parseDeleteError(result) {
|
|
186
186
|
return new EsolveHttpError('error', result.code, result.message);
|
|
187
187
|
}
|
|
188
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
189
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
188
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveErrorHandlerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
189
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveErrorHandlerService, providedIn: 'root' }); }
|
|
190
190
|
}
|
|
191
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
191
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveErrorHandlerService, decorators: [{
|
|
192
192
|
type: Injectable,
|
|
193
193
|
args: [{
|
|
194
194
|
providedIn: 'root',
|
|
@@ -361,86 +361,77 @@ class EsolveGenericFilter {
|
|
|
361
361
|
|
|
362
362
|
// Types
|
|
363
363
|
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
364
|
+
class EsolveFilterFactory {
|
|
365
|
+
static createGenericWithValue(field, definition) {
|
|
366
|
+
return new EsolveGenericFilter(field, definition);
|
|
367
|
+
}
|
|
368
|
+
static createRangeWithValue(field, min = 0, max = 0) {
|
|
369
|
+
const filter = new EsolveRangeFilter(field);
|
|
370
|
+
filter.setValue(min, max);
|
|
371
|
+
return filter;
|
|
372
|
+
}
|
|
373
|
+
static createSingleSelectWithValue(field, value) {
|
|
374
|
+
const filter = new EsolveSingleSelectFilter(field, value);
|
|
375
|
+
return filter;
|
|
376
|
+
}
|
|
377
|
+
static createToggleSelectWithValue(field, value) {
|
|
378
|
+
const filter = new EsolveToggleFilter(field, value);
|
|
379
|
+
return filter;
|
|
380
|
+
}
|
|
381
|
+
static createMultipleSelectWithValue(field, value) {
|
|
382
|
+
const filter = new EsolveMultipleSelectFilter(field);
|
|
383
|
+
filter.setValue(value);
|
|
384
|
+
return filter;
|
|
385
|
+
}
|
|
386
|
+
static covertFromObj(obj) {
|
|
387
|
+
const filters = [];
|
|
388
|
+
for (const field in obj) {
|
|
389
|
+
const value = obj[field];
|
|
390
|
+
let filter = null;
|
|
391
|
+
if (Array.isArray(value)) {
|
|
392
|
+
filter = EsolveFilterFactory.createMultipleSelectWithValue(field, value);
|
|
393
|
+
}
|
|
394
|
+
else if (typeof value === 'object') {
|
|
395
|
+
if (EsolveFilterFactory.isGeneric(value)) {
|
|
396
|
+
filter = EsolveFilterFactory.createGenericWithValue(field, value);
|
|
397
|
+
}
|
|
398
|
+
else {
|
|
399
|
+
filter = EsolveFilterFactory.createRangeWithValue(field, value.min, value.max);
|
|
400
|
+
}
|
|
401
|
+
}
|
|
402
|
+
else if (typeof value === 'boolean') {
|
|
403
|
+
filter = EsolveFilterFactory.createToggleSelectWithValue(field, value);
|
|
399
404
|
}
|
|
400
405
|
else {
|
|
401
|
-
filter =
|
|
406
|
+
filter = EsolveFilterFactory.createSingleSelectWithValue(field, value);
|
|
407
|
+
}
|
|
408
|
+
if (filter) {
|
|
409
|
+
filters.push(filter);
|
|
402
410
|
}
|
|
403
411
|
}
|
|
404
|
-
|
|
405
|
-
filter = createToggleSelectWithValue(field, value);
|
|
406
|
-
}
|
|
407
|
-
else {
|
|
408
|
-
filter = createSingleSelectWithValue(field, value);
|
|
409
|
-
}
|
|
410
|
-
if (filter) {
|
|
411
|
-
filters.push(filter);
|
|
412
|
-
}
|
|
412
|
+
return filters;
|
|
413
413
|
}
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
414
|
+
static convertToHttpParams(filters, http_params) {
|
|
415
|
+
if (http_params) {
|
|
416
|
+
for (const filter of filters) {
|
|
417
|
+
http_params = filter.toHttpParams(http_params);
|
|
418
|
+
}
|
|
419
|
+
return http_params;
|
|
420
|
+
}
|
|
421
|
+
let params = {};
|
|
418
422
|
for (const filter of filters) {
|
|
419
|
-
|
|
423
|
+
params = {
|
|
424
|
+
...params,
|
|
425
|
+
...filter.toHttpParams(),
|
|
426
|
+
};
|
|
420
427
|
}
|
|
421
|
-
return
|
|
428
|
+
return params;
|
|
422
429
|
}
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
params = {
|
|
426
|
-
...params,
|
|
427
|
-
...filter.toHttpParams(),
|
|
428
|
-
};
|
|
430
|
+
static isGeneric(value) {
|
|
431
|
+
return 'type' in value && 'value' in value;
|
|
429
432
|
}
|
|
430
|
-
return params;
|
|
431
433
|
}
|
|
432
434
|
|
|
433
|
-
var esolveFilterFactory = /*#__PURE__*/Object.freeze({
|
|
434
|
-
__proto__: null,
|
|
435
|
-
convertToHttpParams: convertToHttpParams,
|
|
436
|
-
covertFromObj: covertFromObj,
|
|
437
|
-
createGenericWithValue: createGenericWithValue,
|
|
438
|
-
createMultipleSelectWithValue: createMultipleSelectWithValue,
|
|
439
|
-
createRangeWithValue: createRangeWithValue,
|
|
440
|
-
createSingleSelectWithValue: createSingleSelectWithValue,
|
|
441
|
-
createToggleSelectWithValue: createToggleSelectWithValue
|
|
442
|
-
});
|
|
443
|
-
|
|
444
435
|
class EsolveResponseResult {
|
|
445
436
|
constructor(response) {
|
|
446
437
|
this.success_log = [];
|
|
@@ -471,10 +462,10 @@ class EsolveResponseHandlerService {
|
|
|
471
462
|
}
|
|
472
463
|
return resultHandler(response, http_response.additional_data);
|
|
473
464
|
}
|
|
474
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
475
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
465
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveResponseHandlerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
466
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveResponseHandlerService, providedIn: 'root' }); }
|
|
476
467
|
}
|
|
477
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
468
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveResponseHandlerService, decorators: [{
|
|
478
469
|
type: Injectable,
|
|
479
470
|
args: [{
|
|
480
471
|
providedIn: 'root',
|
|
@@ -750,10 +741,10 @@ class EsolveSessionService {
|
|
|
750
741
|
}
|
|
751
742
|
localStorage.removeItem(this.storage_key);
|
|
752
743
|
}
|
|
753
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
754
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
744
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveSessionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
745
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveSessionService, providedIn: 'root' }); }
|
|
755
746
|
}
|
|
756
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
747
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveSessionService, decorators: [{
|
|
757
748
|
type: Injectable,
|
|
758
749
|
args: [{
|
|
759
750
|
providedIn: 'root',
|
|
@@ -813,10 +804,10 @@ class EsolveSessionMetadataService {
|
|
|
813
804
|
return this.errorHandler.handleHttpDeleteError('delete-sessions-metadata', errorRes);
|
|
814
805
|
}));
|
|
815
806
|
}
|
|
816
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
817
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
807
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveSessionMetadataService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
808
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveSessionMetadataService, providedIn: 'root' }); }
|
|
818
809
|
}
|
|
819
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
810
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveSessionMetadataService, decorators: [{
|
|
820
811
|
type: Injectable,
|
|
821
812
|
args: [{
|
|
822
813
|
providedIn: 'root',
|
|
@@ -831,7 +822,7 @@ class EsolveAuthService {
|
|
|
831
822
|
this.errorHandler = inject(EsolveErrorHandlerService);
|
|
832
823
|
this.session
|
|
833
824
|
.onSessionEnd()
|
|
834
|
-
.pipe(switchMap
|
|
825
|
+
.pipe(switchMap(() => this.checkAccessToken()), catchError$1(() => of(null)))
|
|
835
826
|
.subscribe((result) => {
|
|
836
827
|
if (result) {
|
|
837
828
|
this.handleAuthentication(result);
|
|
@@ -869,7 +860,7 @@ class EsolveAuthService {
|
|
|
869
860
|
response.type === 'exception') {
|
|
870
861
|
throw response;
|
|
871
862
|
}
|
|
872
|
-
}), catchError(this.handleError), tap((response) => {
|
|
863
|
+
}), catchError$1(this.handleError), tap((response) => {
|
|
873
864
|
this.handleAuthentication(response.additional_data);
|
|
874
865
|
}));
|
|
875
866
|
}
|
|
@@ -904,7 +895,7 @@ class EsolveAuthService {
|
|
|
904
895
|
responseType: 'json',
|
|
905
896
|
observe: 'body',
|
|
906
897
|
})
|
|
907
|
-
.pipe(map
|
|
898
|
+
.pipe(map((response) => {
|
|
908
899
|
if (response.responses === undefined ||
|
|
909
900
|
response.responses.length <= 0) {
|
|
910
901
|
throw response;
|
|
@@ -938,13 +929,56 @@ class EsolveAuthService {
|
|
|
938
929
|
}
|
|
939
930
|
}
|
|
940
931
|
throw login_response;
|
|
941
|
-
}), catchError((errorRes) => {
|
|
932
|
+
}), catchError$1((errorRes) => {
|
|
942
933
|
return this.errorHandler.handleHttpPostError('set-login', errorRes);
|
|
943
934
|
}));
|
|
944
935
|
}
|
|
945
936
|
async logout() {
|
|
946
937
|
this.session.stopTimer();
|
|
947
|
-
const response = await firstValueFrom(this.
|
|
938
|
+
const response = await firstValueFrom(this.http
|
|
939
|
+
.post(`${this.config.api_url}/set-logout.php`, {}, {
|
|
940
|
+
headers: {
|
|
941
|
+
'Content-Type': 'application/x-www-form-urlencoded;charset=utf-8;',
|
|
942
|
+
},
|
|
943
|
+
responseType: 'json',
|
|
944
|
+
observe: 'body',
|
|
945
|
+
})
|
|
946
|
+
.pipe(map((response) => {
|
|
947
|
+
if (response.responses === undefined ||
|
|
948
|
+
response.responses.length <= 0) {
|
|
949
|
+
throw response;
|
|
950
|
+
}
|
|
951
|
+
const logout_response = response.responses[0];
|
|
952
|
+
const result = response.additional_data;
|
|
953
|
+
if (logout_response.status.state !== 'success' &&
|
|
954
|
+
logout_response.status.state !== 'warning') {
|
|
955
|
+
throw logout_response;
|
|
956
|
+
}
|
|
957
|
+
for (const response_log of logout_response.log) {
|
|
958
|
+
if (response_log.type === 'success' &&
|
|
959
|
+
response_log.message_code === 'logout_success') {
|
|
960
|
+
if (Array.isArray(result)) {
|
|
961
|
+
throw new Error('Invalid logout');
|
|
962
|
+
}
|
|
963
|
+
this.handleAuthentication({
|
|
964
|
+
key: result.key,
|
|
965
|
+
user_id: result.user_id,
|
|
966
|
+
access_level: result.access_level,
|
|
967
|
+
location_id: result.location_id,
|
|
968
|
+
addresses_id: result.addresses_id,
|
|
969
|
+
shipping_id: result.shipping_id,
|
|
970
|
+
expires: result.expires,
|
|
971
|
+
expiry_time: result.expiry_time,
|
|
972
|
+
grace_period: result.grace_period,
|
|
973
|
+
clients_id: result.clients_id,
|
|
974
|
+
});
|
|
975
|
+
return result;
|
|
976
|
+
}
|
|
977
|
+
}
|
|
978
|
+
throw logout_response;
|
|
979
|
+
}), catchError$1((errorRes) => {
|
|
980
|
+
return this.errorHandler.handleHttpPostError('set-logout', errorRes);
|
|
981
|
+
})));
|
|
948
982
|
return response;
|
|
949
983
|
}
|
|
950
984
|
async validateCachedTokens() {
|
|
@@ -961,6 +995,7 @@ class EsolveAuthService {
|
|
|
961
995
|
valid = true;
|
|
962
996
|
}
|
|
963
997
|
catch (error) {
|
|
998
|
+
console.error(error);
|
|
964
999
|
this.session.reset();
|
|
965
1000
|
}
|
|
966
1001
|
return valid;
|
|
@@ -1009,6 +1044,7 @@ class EsolveAuthService {
|
|
|
1009
1044
|
return result;
|
|
1010
1045
|
}
|
|
1011
1046
|
catch (error) {
|
|
1047
|
+
console.error(error);
|
|
1012
1048
|
this.session.reset();
|
|
1013
1049
|
}
|
|
1014
1050
|
return null;
|
|
@@ -1047,10 +1083,10 @@ class EsolveAuthService {
|
|
|
1047
1083
|
}
|
|
1048
1084
|
return throwError(() => error);
|
|
1049
1085
|
}
|
|
1050
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1051
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
1086
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveAuthService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1087
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveAuthService, providedIn: 'root' }); }
|
|
1052
1088
|
}
|
|
1053
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1089
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveAuthService, decorators: [{
|
|
1054
1090
|
type: Injectable,
|
|
1055
1091
|
args: [{
|
|
1056
1092
|
providedIn: 'root',
|
|
@@ -1088,10 +1124,10 @@ class EsolveAuthInterceptorService {
|
|
|
1088
1124
|
}
|
|
1089
1125
|
return next.handle(req);
|
|
1090
1126
|
}
|
|
1091
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1092
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
1127
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveAuthInterceptorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1128
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveAuthInterceptorService }); }
|
|
1093
1129
|
}
|
|
1094
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1130
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveAuthInterceptorService, decorators: [{
|
|
1095
1131
|
type: Injectable
|
|
1096
1132
|
}] });
|
|
1097
1133
|
|
|
@@ -1135,11 +1171,15 @@ class EsolveOtpService {
|
|
|
1135
1171
|
this.http = inject(HttpClient);
|
|
1136
1172
|
this.auth = inject(EsolveAuthService);
|
|
1137
1173
|
}
|
|
1138
|
-
getOtp(recipient_number) {
|
|
1174
|
+
getOtp(recipient_number, captcha_options) {
|
|
1139
1175
|
let params = new HttpParams();
|
|
1140
1176
|
if (recipient_number) {
|
|
1141
1177
|
params = params.set('recipient_number', recipient_number);
|
|
1142
1178
|
}
|
|
1179
|
+
if (captcha_options) {
|
|
1180
|
+
params = params.set('captcha_key', captcha_options.captcha_key);
|
|
1181
|
+
params = params.set('captcha_code', captcha_options.captcha_code);
|
|
1182
|
+
}
|
|
1143
1183
|
try {
|
|
1144
1184
|
return this.http
|
|
1145
1185
|
.get(`${this.config.api_url}/get-otp.php`, { params })
|
|
@@ -1184,10 +1224,10 @@ class EsolveOtpService {
|
|
|
1184
1224
|
return throwError(() => error);
|
|
1185
1225
|
}
|
|
1186
1226
|
}
|
|
1187
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1188
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
1227
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveOtpService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1228
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveOtpService, providedIn: 'root' }); }
|
|
1189
1229
|
}
|
|
1190
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1230
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveOtpService, decorators: [{
|
|
1191
1231
|
type: Injectable,
|
|
1192
1232
|
args: [{
|
|
1193
1233
|
providedIn: 'root',
|
|
@@ -1231,11 +1271,11 @@ class NgEsolveConnectModule {
|
|
|
1231
1271
|
providers: provideNgEsolveConnect(config, auto_login),
|
|
1232
1272
|
};
|
|
1233
1273
|
}
|
|
1234
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1235
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
1236
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
1274
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: NgEsolveConnectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1275
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: NgEsolveConnectModule, imports: [CommonModule] }); }
|
|
1276
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: NgEsolveConnectModule, providers: [provideHttpClient(withInterceptorsFromDi())], imports: [CommonModule] }); }
|
|
1237
1277
|
}
|
|
1238
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1278
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: NgEsolveConnectModule, decorators: [{
|
|
1239
1279
|
type: NgModule,
|
|
1240
1280
|
args: [{
|
|
1241
1281
|
imports: [CommonModule],
|
|
@@ -1356,10 +1396,10 @@ class EsolveCdnSrcDirective {
|
|
|
1356
1396
|
isImage(el) {
|
|
1357
1397
|
return 'loading' in this.el.nativeElement;
|
|
1358
1398
|
}
|
|
1359
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1360
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.
|
|
1399
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveCdnSrcDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1400
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.6", type: EsolveCdnSrcDirective, isStandalone: true, selector: "[eslvCdnSrc]", inputs: { src: ["eslvCdnSrc", "src"] }, host: { listeners: { "error": "onError()" } }, usesOnChanges: true, ngImport: i0 }); }
|
|
1361
1401
|
}
|
|
1362
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1402
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveCdnSrcDirective, decorators: [{
|
|
1363
1403
|
type: Directive,
|
|
1364
1404
|
args: [{
|
|
1365
1405
|
selector: '[eslvCdnSrc]',
|
|
@@ -1481,10 +1521,10 @@ class EsolveSeoService {
|
|
|
1481
1521
|
}
|
|
1482
1522
|
return pageSeo;
|
|
1483
1523
|
}
|
|
1484
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1485
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
1524
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveSeoService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1525
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveSeoService, providedIn: 'root' }); }
|
|
1486
1526
|
}
|
|
1487
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1527
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveSeoService, decorators: [{
|
|
1488
1528
|
type: Injectable,
|
|
1489
1529
|
args: [{
|
|
1490
1530
|
providedIn: 'root',
|
|
@@ -1571,10 +1611,10 @@ class EsolveGeocoderService {
|
|
|
1571
1611
|
const geocode_result = new EsolveGeocodeResult(record.formatted_address, geocode_address, geocode_coords, record.status, record.checksum, record.cached);
|
|
1572
1612
|
return geocode_result;
|
|
1573
1613
|
}
|
|
1574
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1575
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
1614
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveGeocoderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1615
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveGeocoderService, providedIn: 'root' }); }
|
|
1576
1616
|
}
|
|
1577
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1617
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveGeocoderService, decorators: [{
|
|
1578
1618
|
type: Injectable,
|
|
1579
1619
|
args: [{
|
|
1580
1620
|
providedIn: 'root',
|
|
@@ -1793,10 +1833,10 @@ class EsolveCategoryTreeService {
|
|
|
1793
1833
|
}
|
|
1794
1834
|
return null;
|
|
1795
1835
|
}
|
|
1796
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1797
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
1836
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveCategoryTreeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1837
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveCategoryTreeService, providedIn: 'root' }); }
|
|
1798
1838
|
}
|
|
1799
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1839
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveCategoryTreeService, decorators: [{
|
|
1800
1840
|
type: Injectable,
|
|
1801
1841
|
args: [{
|
|
1802
1842
|
providedIn: 'root',
|
|
@@ -1917,10 +1957,10 @@ class EsolveManufacturersService {
|
|
|
1917
1957
|
processManufacturer(record) {
|
|
1918
1958
|
return new EsolveManufacturer(record);
|
|
1919
1959
|
}
|
|
1920
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1921
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
1960
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveManufacturersService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1961
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveManufacturersService, providedIn: 'root' }); }
|
|
1922
1962
|
}
|
|
1923
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1963
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveManufacturersService, decorators: [{
|
|
1924
1964
|
type: Injectable,
|
|
1925
1965
|
args: [{
|
|
1926
1966
|
providedIn: 'root',
|
|
@@ -2037,10 +2077,10 @@ class EsolveRangesService {
|
|
|
2037
2077
|
processRange(record) {
|
|
2038
2078
|
return new EsolveRange(record);
|
|
2039
2079
|
}
|
|
2040
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2041
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
2080
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveRangesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2081
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveRangesService, providedIn: 'root' }); }
|
|
2042
2082
|
}
|
|
2043
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2083
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveRangesService, decorators: [{
|
|
2044
2084
|
type: Injectable,
|
|
2045
2085
|
args: [{
|
|
2046
2086
|
providedIn: 'root',
|
|
@@ -2141,10 +2181,10 @@ class EsolveTagsService {
|
|
|
2141
2181
|
}
|
|
2142
2182
|
return tags;
|
|
2143
2183
|
}
|
|
2144
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2145
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
2184
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveTagsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2185
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveTagsService, providedIn: 'root' }); }
|
|
2146
2186
|
}
|
|
2147
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2187
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveTagsService, decorators: [{
|
|
2148
2188
|
type: Injectable,
|
|
2149
2189
|
args: [{
|
|
2150
2190
|
providedIn: 'root',
|
|
@@ -2203,10 +2243,10 @@ class EsolveTopicService {
|
|
|
2203
2243
|
}
|
|
2204
2244
|
return topics;
|
|
2205
2245
|
}
|
|
2206
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2207
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
2246
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveTopicService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2247
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveTopicService, providedIn: 'root' }); }
|
|
2208
2248
|
}
|
|
2209
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2249
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveTopicService, decorators: [{
|
|
2210
2250
|
type: Injectable,
|
|
2211
2251
|
args: [{
|
|
2212
2252
|
providedIn: 'root',
|
|
@@ -2421,10 +2461,10 @@ class EsolveAssetsService {
|
|
|
2421
2461
|
const total = total_records;
|
|
2422
2462
|
return new EsolveList(assets, page, rows, total);
|
|
2423
2463
|
}
|
|
2424
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2425
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
2464
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveAssetsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2465
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveAssetsService, providedIn: 'root' }); }
|
|
2426
2466
|
}
|
|
2427
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2467
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveAssetsService, decorators: [{
|
|
2428
2468
|
type: Injectable,
|
|
2429
2469
|
args: [{
|
|
2430
2470
|
providedIn: 'root',
|
|
@@ -3153,6 +3193,7 @@ class EsolveCouponsService {
|
|
|
3153
3193
|
return result.valid;
|
|
3154
3194
|
}
|
|
3155
3195
|
catch (error) {
|
|
3196
|
+
console.error(error);
|
|
3156
3197
|
return false;
|
|
3157
3198
|
}
|
|
3158
3199
|
}
|
|
@@ -3195,6 +3236,7 @@ class EsolveCouponsService {
|
|
|
3195
3236
|
return this.jsonDecodeMap(coupons_json);
|
|
3196
3237
|
}
|
|
3197
3238
|
catch (error) {
|
|
3239
|
+
console.error(error);
|
|
3198
3240
|
// soft error
|
|
3199
3241
|
}
|
|
3200
3242
|
}
|
|
@@ -3295,10 +3337,10 @@ class EsolveCouponsService {
|
|
|
3295
3337
|
}
|
|
3296
3338
|
return coupons;
|
|
3297
3339
|
}
|
|
3298
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
3299
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
3340
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveCouponsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3341
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveCouponsService, providedIn: 'root' }); }
|
|
3300
3342
|
}
|
|
3301
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3343
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveCouponsService, decorators: [{
|
|
3302
3344
|
type: Injectable,
|
|
3303
3345
|
args: [{
|
|
3304
3346
|
providedIn: 'root',
|
|
@@ -3385,6 +3427,7 @@ class EsolveVouchersService {
|
|
|
3385
3427
|
return result.valid;
|
|
3386
3428
|
}
|
|
3387
3429
|
catch (error) {
|
|
3430
|
+
console.error(error);
|
|
3388
3431
|
return false;
|
|
3389
3432
|
}
|
|
3390
3433
|
}
|
|
@@ -3427,6 +3470,7 @@ class EsolveVouchersService {
|
|
|
3427
3470
|
return this.jsonDecodeMap(vouchers_json);
|
|
3428
3471
|
}
|
|
3429
3472
|
catch (error) {
|
|
3473
|
+
console.error(error);
|
|
3430
3474
|
// soft error
|
|
3431
3475
|
}
|
|
3432
3476
|
}
|
|
@@ -3527,10 +3571,10 @@ class EsolveVouchersService {
|
|
|
3527
3571
|
}
|
|
3528
3572
|
return vouchers;
|
|
3529
3573
|
}
|
|
3530
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
3531
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
3574
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveVouchersService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3575
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveVouchersService, providedIn: 'root' }); }
|
|
3532
3576
|
}
|
|
3533
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3577
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveVouchersService, decorators: [{
|
|
3534
3578
|
type: Injectable,
|
|
3535
3579
|
args: [{
|
|
3536
3580
|
providedIn: 'root',
|
|
@@ -3825,10 +3869,10 @@ class EsolveCartService {
|
|
|
3825
3869
|
processCartTotals(record) {
|
|
3826
3870
|
return new EsolveCartTotals(record);
|
|
3827
3871
|
}
|
|
3828
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
3829
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
3872
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveCartService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3873
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveCartService, providedIn: 'root' }); }
|
|
3830
3874
|
}
|
|
3831
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3875
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveCartService, decorators: [{
|
|
3832
3876
|
type: Injectable,
|
|
3833
3877
|
args: [{
|
|
3834
3878
|
providedIn: 'root',
|
|
@@ -4148,9 +4192,9 @@ class EsolveLocationsService {
|
|
|
4148
4192
|
if (options.filters) {
|
|
4149
4193
|
let filters = options.filters;
|
|
4150
4194
|
if (!Array.isArray(filters)) {
|
|
4151
|
-
filters = covertFromObj(filters);
|
|
4195
|
+
filters = EsolveFilterFactory.covertFromObj(filters);
|
|
4152
4196
|
}
|
|
4153
|
-
params = convertToHttpParams(filters, params);
|
|
4197
|
+
params = EsolveFilterFactory.convertToHttpParams(filters, params);
|
|
4154
4198
|
}
|
|
4155
4199
|
}
|
|
4156
4200
|
return this.getLocationRecords(params).pipe(map$1((response) => {
|
|
@@ -4255,10 +4299,10 @@ class EsolveLocationsService {
|
|
|
4255
4299
|
processLocation(record) {
|
|
4256
4300
|
return new EsolveLocation(record);
|
|
4257
4301
|
}
|
|
4258
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
4259
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
4302
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveLocationsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4303
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveLocationsService, providedIn: 'root' }); }
|
|
4260
4304
|
}
|
|
4261
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
4305
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveLocationsService, decorators: [{
|
|
4262
4306
|
type: Injectable,
|
|
4263
4307
|
args: [{
|
|
4264
4308
|
providedIn: 'root',
|
|
@@ -4365,8 +4409,10 @@ class EsolveTransaction {
|
|
|
4365
4409
|
this.comment = record.comment ?? '';
|
|
4366
4410
|
this.loyalty_number = record.loyaltynumber;
|
|
4367
4411
|
this.external_order_number = record.external_order_number;
|
|
4412
|
+
this.external_order_total = +(record.external_order_total ?? 0);
|
|
4368
4413
|
this.external_invoice_number = record.external_invoice_number;
|
|
4369
4414
|
this.purchase_order_number = record.purchase_order_number;
|
|
4415
|
+
this.waybill_number = record.waybill_number ?? '';
|
|
4370
4416
|
this.date = new Date(+record.txdate_timestamp * 1000);
|
|
4371
4417
|
this.expected_date = new Date(+record.expected_date_timestamp * 1000);
|
|
4372
4418
|
this.invoice_amount = +record.invoice_amount;
|
|
@@ -4513,9 +4559,9 @@ class EsolveTransactionsService {
|
|
|
4513
4559
|
if (options.filters) {
|
|
4514
4560
|
let filters = options.filters;
|
|
4515
4561
|
if (!Array.isArray(filters)) {
|
|
4516
|
-
filters = covertFromObj(filters);
|
|
4562
|
+
filters = EsolveFilterFactory.covertFromObj(filters);
|
|
4517
4563
|
}
|
|
4518
|
-
params = convertToHttpParams(filters, params);
|
|
4564
|
+
params = EsolveFilterFactory.convertToHttpParams(filters, params);
|
|
4519
4565
|
}
|
|
4520
4566
|
return this.http
|
|
4521
4567
|
.get(`${this.config.api_url}/get-transactions.php`, {
|
|
@@ -4574,10 +4620,10 @@ class EsolveTransactionsService {
|
|
|
4574
4620
|
}
|
|
4575
4621
|
return transactions;
|
|
4576
4622
|
}
|
|
4577
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
4578
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
4623
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveTransactionsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4624
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveTransactionsService, providedIn: 'root' }); }
|
|
4579
4625
|
}
|
|
4580
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
4626
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveTransactionsService, decorators: [{
|
|
4581
4627
|
type: Injectable,
|
|
4582
4628
|
args: [{
|
|
4583
4629
|
providedIn: 'root',
|
|
@@ -4828,10 +4874,19 @@ class EsolveAccountService {
|
|
|
4828
4874
|
return this.errorHandler.handleHttpPostError('set-account-confirmation', errorRes);
|
|
4829
4875
|
}));
|
|
4830
4876
|
}
|
|
4831
|
-
sendForgotPasswordRequest(email) {
|
|
4877
|
+
sendForgotPasswordRequest(email, captcha_options) {
|
|
4878
|
+
let params = new HttpParams({
|
|
4879
|
+
fromObject: {
|
|
4880
|
+
email,
|
|
4881
|
+
},
|
|
4882
|
+
});
|
|
4883
|
+
if (captcha_options) {
|
|
4884
|
+
params = params.set('captcha_key', captcha_options.captcha_key);
|
|
4885
|
+
params = params.set('captcha_code', captcha_options.captcha_code);
|
|
4886
|
+
}
|
|
4832
4887
|
return this.http
|
|
4833
4888
|
.get(`${this.config.api_url}/get-forgot-password.php`, {
|
|
4834
|
-
params
|
|
4889
|
+
params,
|
|
4835
4890
|
})
|
|
4836
4891
|
.pipe(map((response) => {
|
|
4837
4892
|
if (response.records === undefined ||
|
|
@@ -4966,9 +5021,9 @@ class EsolveAccountService {
|
|
|
4966
5021
|
if (options.filters) {
|
|
4967
5022
|
let filters = options.filters;
|
|
4968
5023
|
if (!Array.isArray(filters)) {
|
|
4969
|
-
filters = covertFromObj(filters);
|
|
5024
|
+
filters = EsolveFilterFactory.covertFromObj(filters);
|
|
4970
5025
|
}
|
|
4971
|
-
params = convertToHttpParams(filters, params);
|
|
5026
|
+
params = EsolveFilterFactory.convertToHttpParams(filters, params);
|
|
4972
5027
|
}
|
|
4973
5028
|
return this.http
|
|
4974
5029
|
.get(`${this.config.api_url}/get-transactions.php`, {
|
|
@@ -5058,6 +5113,7 @@ class EsolveAccountService {
|
|
|
5058
5113
|
return `${base_url}?${query_string}`;
|
|
5059
5114
|
}
|
|
5060
5115
|
catch (error) {
|
|
5116
|
+
console.error(error);
|
|
5061
5117
|
return '';
|
|
5062
5118
|
}
|
|
5063
5119
|
}
|
|
@@ -5181,10 +5237,10 @@ class EsolveAccountService {
|
|
|
5181
5237
|
}
|
|
5182
5238
|
return requests;
|
|
5183
5239
|
}
|
|
5184
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
5185
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
5240
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveAccountService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5241
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveAccountService, providedIn: 'root' }); }
|
|
5186
5242
|
}
|
|
5187
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
5243
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveAccountService, decorators: [{
|
|
5188
5244
|
type: Injectable,
|
|
5189
5245
|
args: [{
|
|
5190
5246
|
providedIn: 'root',
|
|
@@ -5326,10 +5382,10 @@ class EsolveBannerService {
|
|
|
5326
5382
|
}
|
|
5327
5383
|
return banners;
|
|
5328
5384
|
}
|
|
5329
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
5330
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
5385
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveBannerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5386
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveBannerService, providedIn: 'root' }); }
|
|
5331
5387
|
}
|
|
5332
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
5388
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveBannerService, decorators: [{
|
|
5333
5389
|
type: Injectable,
|
|
5334
5390
|
args: [{
|
|
5335
5391
|
providedIn: 'root',
|
|
@@ -5396,10 +5452,10 @@ class EsolveMenuService {
|
|
|
5396
5452
|
}
|
|
5397
5453
|
return menu;
|
|
5398
5454
|
}
|
|
5399
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
5400
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
5455
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveMenuService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5456
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveMenuService, providedIn: 'root' }); }
|
|
5401
5457
|
}
|
|
5402
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
5458
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveMenuService, decorators: [{
|
|
5403
5459
|
type: Injectable,
|
|
5404
5460
|
args: [{
|
|
5405
5461
|
providedIn: 'root',
|
|
@@ -5634,10 +5690,10 @@ class EsolveNewsService {
|
|
|
5634
5690
|
return this.errorHandler.handleHttpPostError('set-newsletter', errorRes);
|
|
5635
5691
|
}));
|
|
5636
5692
|
}
|
|
5637
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
5638
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
5693
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveNewsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5694
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveNewsService, providedIn: 'root' }); }
|
|
5639
5695
|
}
|
|
5640
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
5696
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveNewsService, decorators: [{
|
|
5641
5697
|
type: Injectable,
|
|
5642
5698
|
args: [{
|
|
5643
5699
|
providedIn: 'root',
|
|
@@ -6415,9 +6471,9 @@ class EsolveStockService {
|
|
|
6415
6471
|
if (options.filters) {
|
|
6416
6472
|
let filters = options.filters;
|
|
6417
6473
|
if (!Array.isArray(filters)) {
|
|
6418
|
-
filters = covertFromObj(filters);
|
|
6474
|
+
filters = EsolveFilterFactory.covertFromObj(filters);
|
|
6419
6475
|
}
|
|
6420
|
-
params = convertToHttpParams(filters, params);
|
|
6476
|
+
params = EsolveFilterFactory.convertToHttpParams(filters, params);
|
|
6421
6477
|
}
|
|
6422
6478
|
return this.getStockRecords(params).pipe(map$1((response) => {
|
|
6423
6479
|
if (response.records === undefined ||
|
|
@@ -6486,9 +6542,9 @@ class EsolveStockService {
|
|
|
6486
6542
|
if (options.filters) {
|
|
6487
6543
|
let filters = options.filters;
|
|
6488
6544
|
if (!Array.isArray(filters)) {
|
|
6489
|
-
filters = covertFromObj(filters);
|
|
6545
|
+
filters = EsolveFilterFactory.covertFromObj(filters);
|
|
6490
6546
|
}
|
|
6491
|
-
params = convertToHttpParams(filters, params);
|
|
6547
|
+
params = EsolveFilterFactory.convertToHttpParams(filters, params);
|
|
6492
6548
|
}
|
|
6493
6549
|
return this.getStockHistoryRecords(params).pipe(map$1((response) => {
|
|
6494
6550
|
if (response.records === undefined ||
|
|
@@ -6773,10 +6829,10 @@ class EsolveStockService {
|
|
|
6773
6829
|
return this.errorHandler.handleHttpPostError('set-notify', errorRes);
|
|
6774
6830
|
}));
|
|
6775
6831
|
}
|
|
6776
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
6777
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
6832
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveStockService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6833
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveStockService, providedIn: 'root' }); }
|
|
6778
6834
|
}
|
|
6779
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
6835
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveStockService, decorators: [{
|
|
6780
6836
|
type: Injectable,
|
|
6781
6837
|
args: [{
|
|
6782
6838
|
providedIn: 'root',
|
|
@@ -6920,10 +6976,10 @@ class EsolveSpecialsService {
|
|
|
6920
6976
|
processSpecial(record) {
|
|
6921
6977
|
return new EsolveSpecial(record);
|
|
6922
6978
|
}
|
|
6923
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
6924
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
6979
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveSpecialsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6980
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveSpecialsService, providedIn: 'root' }); }
|
|
6925
6981
|
}
|
|
6926
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
6982
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveSpecialsService, decorators: [{
|
|
6927
6983
|
type: Injectable,
|
|
6928
6984
|
args: [{
|
|
6929
6985
|
providedIn: 'root',
|
|
@@ -7374,10 +7430,10 @@ class EsolvePaymentService {
|
|
|
7374
7430
|
const year_string = card_data.expiry_year.padStart(4, '0');
|
|
7375
7431
|
return `${month_string}${year_string}`;
|
|
7376
7432
|
}
|
|
7377
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
7378
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
7433
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolvePaymentService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7434
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolvePaymentService, providedIn: 'root' }); }
|
|
7379
7435
|
}
|
|
7380
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
7436
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolvePaymentService, decorators: [{
|
|
7381
7437
|
type: Injectable,
|
|
7382
7438
|
args: [{
|
|
7383
7439
|
providedIn: 'root',
|
|
@@ -7650,10 +7706,10 @@ class EsolveShippingService {
|
|
|
7650
7706
|
const shipping_cost = new EsolveShippingCost(+record.shipping_total, +record.vat_on_shipping, +record.total_saving_on_shipping, +record.insurance_total, +record.vat_on_insurance, +record.total_saving_on_insurance);
|
|
7651
7707
|
return shipping_cost;
|
|
7652
7708
|
}
|
|
7653
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
7654
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
7709
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveShippingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7710
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveShippingService, providedIn: 'root' }); }
|
|
7655
7711
|
}
|
|
7656
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
7712
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveShippingService, decorators: [{
|
|
7657
7713
|
type: Injectable,
|
|
7658
7714
|
args: [{
|
|
7659
7715
|
providedIn: 'root',
|
|
@@ -7688,10 +7744,10 @@ class EsolveEnquiryService {
|
|
|
7688
7744
|
return this.errorHandler.handleHttpPostError('set-enquiry', errorRes);
|
|
7689
7745
|
}));
|
|
7690
7746
|
}
|
|
7691
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
7692
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
7747
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveEnquiryService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7748
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveEnquiryService, providedIn: 'root' }); }
|
|
7693
7749
|
}
|
|
7694
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
7750
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveEnquiryService, decorators: [{
|
|
7695
7751
|
type: Injectable,
|
|
7696
7752
|
args: [{
|
|
7697
7753
|
providedIn: 'root',
|
|
@@ -7809,10 +7865,10 @@ class EsolveWishlistService {
|
|
|
7809
7865
|
getWishlistRecords(params) {
|
|
7810
7866
|
return this.http.get(`${this.config.api_url}/get-wishlist.php`, { params });
|
|
7811
7867
|
}
|
|
7812
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
7813
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
7868
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveWishlistService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7869
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveWishlistService, providedIn: 'root' }); }
|
|
7814
7870
|
}
|
|
7815
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
7871
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveWishlistService, decorators: [{
|
|
7816
7872
|
type: Injectable,
|
|
7817
7873
|
args: [{
|
|
7818
7874
|
providedIn: 'root',
|
|
@@ -7885,10 +7941,10 @@ class EsolveSuppliersService {
|
|
|
7885
7941
|
processSuppliers(record) {
|
|
7886
7942
|
return new EsolveSupplier(record);
|
|
7887
7943
|
}
|
|
7888
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
7889
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
7944
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveSuppliersService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7945
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveSuppliersService, providedIn: 'root' }); }
|
|
7890
7946
|
}
|
|
7891
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
7947
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveSuppliersService, decorators: [{
|
|
7892
7948
|
type: Injectable,
|
|
7893
7949
|
args: [{
|
|
7894
7950
|
providedIn: 'root',
|
|
@@ -7983,10 +8039,10 @@ class EsolveDeviceService {
|
|
|
7983
8039
|
processDevice(record) {
|
|
7984
8040
|
return new EsolveUserDevice(record);
|
|
7985
8041
|
}
|
|
7986
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
7987
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
8042
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveDeviceService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8043
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveDeviceService, providedIn: 'root' }); }
|
|
7988
8044
|
}
|
|
7989
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
8045
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveDeviceService, decorators: [{
|
|
7990
8046
|
type: Injectable,
|
|
7991
8047
|
args: [{
|
|
7992
8048
|
providedIn: 'root',
|
|
@@ -8152,10 +8208,10 @@ class EsolveWalletService {
|
|
|
8152
8208
|
}
|
|
8153
8209
|
return transactions;
|
|
8154
8210
|
}
|
|
8155
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
8156
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
8211
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveWalletService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8212
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveWalletService, providedIn: 'root' }); }
|
|
8157
8213
|
}
|
|
8158
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
8214
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveWalletService, decorators: [{
|
|
8159
8215
|
type: Injectable,
|
|
8160
8216
|
args: [{
|
|
8161
8217
|
providedIn: 'root',
|
|
@@ -8302,9 +8358,9 @@ class EsolveDeliveriesService {
|
|
|
8302
8358
|
if (options.filters) {
|
|
8303
8359
|
let filters = options.filters;
|
|
8304
8360
|
if (!Array.isArray(filters)) {
|
|
8305
|
-
filters = covertFromObj(filters);
|
|
8361
|
+
filters = EsolveFilterFactory.covertFromObj(filters);
|
|
8306
8362
|
}
|
|
8307
|
-
params = convertToHttpParams(filters, params);
|
|
8363
|
+
params = EsolveFilterFactory.convertToHttpParams(filters, params);
|
|
8308
8364
|
}
|
|
8309
8365
|
}
|
|
8310
8366
|
return this.getDeliveriesRecords(params).pipe(map((response) => {
|
|
@@ -8335,10 +8391,10 @@ class EsolveDeliveriesService {
|
|
|
8335
8391
|
}
|
|
8336
8392
|
return deliveries;
|
|
8337
8393
|
}
|
|
8338
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
8339
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
8394
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveDeliveriesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8395
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveDeliveriesService, providedIn: 'root' }); }
|
|
8340
8396
|
}
|
|
8341
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
8397
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveDeliveriesService, decorators: [{
|
|
8342
8398
|
type: Injectable,
|
|
8343
8399
|
args: [{
|
|
8344
8400
|
providedIn: 'root',
|
|
@@ -8597,10 +8653,10 @@ class EsolveCompetitionsService {
|
|
|
8597
8653
|
processCompetition(record) {
|
|
8598
8654
|
return new EsolveCompetition(record);
|
|
8599
8655
|
}
|
|
8600
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
8601
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
8656
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveCompetitionsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8657
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveCompetitionsService, providedIn: 'root' }); }
|
|
8602
8658
|
}
|
|
8603
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
8659
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveCompetitionsService, decorators: [{
|
|
8604
8660
|
type: Injectable,
|
|
8605
8661
|
args: [{
|
|
8606
8662
|
providedIn: 'root',
|
|
@@ -8698,9 +8754,9 @@ class EsolveReviewsService {
|
|
|
8698
8754
|
if (options.filters) {
|
|
8699
8755
|
let filters = options.filters;
|
|
8700
8756
|
if (!Array.isArray(filters)) {
|
|
8701
|
-
filters = covertFromObj(filters);
|
|
8757
|
+
filters = EsolveFilterFactory.covertFromObj(filters);
|
|
8702
8758
|
}
|
|
8703
|
-
params = convertToHttpParams(filters, params);
|
|
8759
|
+
params = EsolveFilterFactory.convertToHttpParams(filters, params);
|
|
8704
8760
|
}
|
|
8705
8761
|
return this.http
|
|
8706
8762
|
.get(`${this.config.api_url}/get-item-reviews.php`, {
|
|
@@ -8762,10 +8818,10 @@ class EsolveReviewsService {
|
|
|
8762
8818
|
}
|
|
8763
8819
|
return reviews;
|
|
8764
8820
|
}
|
|
8765
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
8766
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
8821
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveReviewsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8822
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveReviewsService, providedIn: 'root' }); }
|
|
8767
8823
|
}
|
|
8768
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
8824
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveReviewsService, decorators: [{
|
|
8769
8825
|
type: Injectable,
|
|
8770
8826
|
args: [{
|
|
8771
8827
|
providedIn: 'root',
|
|
@@ -8987,10 +9043,59 @@ class EsolveAlbumsService {
|
|
|
8987
9043
|
}
|
|
8988
9044
|
return album_images;
|
|
8989
9045
|
}
|
|
8990
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
8991
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
9046
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveAlbumsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
9047
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveAlbumsService, providedIn: 'root' }); }
|
|
9048
|
+
}
|
|
9049
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveAlbumsService, decorators: [{
|
|
9050
|
+
type: Injectable,
|
|
9051
|
+
args: [{
|
|
9052
|
+
providedIn: 'root',
|
|
9053
|
+
}]
|
|
9054
|
+
}] });
|
|
9055
|
+
|
|
9056
|
+
class EsolveCaptcha {
|
|
9057
|
+
constructor(record) {
|
|
9058
|
+
this.key = '';
|
|
9059
|
+
this.image_uri = '';
|
|
9060
|
+
if (record) {
|
|
9061
|
+
this.key = record.captcha_key ?? '';
|
|
9062
|
+
this.image_uri = record.image_uri ?? '';
|
|
9063
|
+
}
|
|
9064
|
+
}
|
|
9065
|
+
}
|
|
9066
|
+
|
|
9067
|
+
class EsolveCaptchaService {
|
|
9068
|
+
constructor() {
|
|
9069
|
+
this.config = inject(EsolveConfigService);
|
|
9070
|
+
this.http = inject(HttpClient);
|
|
9071
|
+
}
|
|
9072
|
+
/**
|
|
9073
|
+
* Retrieve a captcha for a specified action
|
|
9074
|
+
*
|
|
9075
|
+
* @param action - action for which the captcha is being requested.
|
|
9076
|
+
*
|
|
9077
|
+
* @returns An Observable of type EsolveCaptcha.
|
|
9078
|
+
*/
|
|
9079
|
+
getCaptcha(action) {
|
|
9080
|
+
const params = new HttpParams({
|
|
9081
|
+
fromObject: { captcha_action: action },
|
|
9082
|
+
});
|
|
9083
|
+
return this.http
|
|
9084
|
+
.get(`${this.config.api_url}/get-captcha.php`, {
|
|
9085
|
+
params,
|
|
9086
|
+
})
|
|
9087
|
+
.pipe(map((response) => {
|
|
9088
|
+
if (response.records === undefined ||
|
|
9089
|
+
Array.isArray(response.records)) {
|
|
9090
|
+
throw response;
|
|
9091
|
+
}
|
|
9092
|
+
return new EsolveCaptcha(response.records);
|
|
9093
|
+
}));
|
|
9094
|
+
}
|
|
9095
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveCaptchaService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
9096
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveCaptchaService, providedIn: 'root' }); }
|
|
8992
9097
|
}
|
|
8993
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
9098
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: EsolveCaptchaService, decorators: [{
|
|
8994
9099
|
type: Injectable,
|
|
8995
9100
|
args: [{
|
|
8996
9101
|
providedIn: 'root',
|
|
@@ -9005,5 +9110,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImpor
|
|
|
9005
9110
|
* Generated bundle index. Do not edit.
|
|
9006
9111
|
*/
|
|
9007
9112
|
|
|
9008
|
-
export { ESOLVE_CONNECT_CONFIG, ESOLVE_EURUS_AUTO_LOGIN, EsolveAccountConfirmationResult, EsolveAccountPayment, EsolveAccountService, EsolveAdditionalStockImage, EsolveAddress, EsolveAddressResult, EsolveAlbum, EsolveAlbumImage, EsolveAlbumImageList, EsolveAlbumList, EsolveAlbumsService, EsolveAsset, EsolveAssetsService, EsolveAuthInterceptorService, EsolveAuthService, EsolveBankingDetails, EsolveBanner, EsolveBannerImage, EsolveBannerImageHotspot, EsolveBannerService, EsolveCartAlternative, EsolveCartItem, EsolveCartService, EsolveCartStockItem, EsolveCartTotals, EsolveCategoryTreeItem, EsolveCategoryTreeService, EsolveCdnSrcDirective, EsolveChangePasswordResult, EsolveCheckoutResult, EsolveColour, EsolveCompetition, EsolveCompetitionDates, EsolveCompetitionEntryResult, EsolveCompetitionWinner, EsolveCompetitionsService, EsolveConfigService, EsolveCookieService, EsolveCoupon, EsolveCouponsService, EsolveDeliveriesService, EsolveDelivery, EsolveDeliveryCategoryTotals, EsolveDeliveryList, EsolveDeliveryStatus, EsolveDependantItem, EsolveDeviceService, EsolveEmptyCartResult, EsolveEmptyWishlistResult, EsolveEnquiryResult, EsolveEnquiryService, EsolveErpDocumentRequest, EsolveErpDocumentsRequestResult, EsolveErrorHandlerService,
|
|
9113
|
+
export { ESOLVE_CONNECT_CONFIG, ESOLVE_EURUS_AUTO_LOGIN, EsolveAccountConfirmationResult, EsolveAccountPayment, EsolveAccountService, EsolveAdditionalStockImage, EsolveAddress, EsolveAddressResult, EsolveAlbum, EsolveAlbumImage, EsolveAlbumImageList, EsolveAlbumList, EsolveAlbumsService, EsolveAsset, EsolveAssetsService, EsolveAuthInterceptorService, EsolveAuthService, EsolveBankingDetails, EsolveBanner, EsolveBannerImage, EsolveBannerImageHotspot, EsolveBannerService, EsolveCaptcha, EsolveCaptchaService, EsolveCartAlternative, EsolveCartItem, EsolveCartService, EsolveCartStockItem, EsolveCartTotals, EsolveCategoryTreeItem, EsolveCategoryTreeService, EsolveCdnSrcDirective, EsolveChangePasswordResult, EsolveCheckoutResult, EsolveColour, EsolveCompetition, EsolveCompetitionDates, EsolveCompetitionEntryResult, EsolveCompetitionWinner, EsolveCompetitionsService, EsolveConfigService, EsolveCookieService, EsolveCoupon, EsolveCouponsService, EsolveDeliveriesService, EsolveDelivery, EsolveDeliveryCategoryTotals, EsolveDeliveryList, EsolveDeliveryStatus, EsolveDependantItem, EsolveDeviceService, EsolveEmptyCartResult, EsolveEmptyWishlistResult, EsolveEnquiryResult, EsolveEnquiryService, EsolveErpDocumentRequest, EsolveErpDocumentsRequestResult, EsolveErrorHandlerService, EsolveFilterFactory, EsolveGenericFilter, EsolveGeocodeAddressResult, EsolveGeocodeCoordsResult, EsolveGeocodeResult, EsolveGeocoderService, EsolveHttpError, EsolveLinkedAsset, EsolveLinkedStockItem, EsolveList, EsolveLocation, EsolveLocationAddress, EsolveLocationContactInfo, EsolveLocationGEO, EsolveLocationList, EsolveLocationPOBoxAddress, EsolveLocationTradingDay, EsolveLocationTradingTimes, EsolveLocationUpdateResult, EsolveLocationsService, EsolveManufacturer, EsolveManufacturersService, EsolveMediaStockItem, EsolveMenuItem, EsolveMenuService, EsolveMultipleSelectFilter, EsolveNewsArticle, EsolveNewsArticleAuthor, EsolveNewsArticleList, EsolveNewsGroup, EsolveNewsService, EsolveNewsletterResult, EsolveOtp, EsolveOtpService, EsolveOtpValidation, EsolvePaymentMethod, EsolvePaymentResult, EsolvePaymentService, EsolveRange, EsolveRangeFilter, EsolveRangesService, EsolveRecipeStockItem, EsolveRegistrationResult, EsolveResetPasswordResult, EsolveResponseHandlerService, EsolveResponseResult, EsolveResult, EsolveReview, EsolveReviewList, EsolveReviewResult, EsolveReviewsService, EsolveSeoInfo, EsolveSeoService, EsolveSessionAddressUpdateResult, EsolveSessionClientUpdateResult, EsolveSessionMetadataService, EsolveSessionService, EsolveSessionShippingUpdateResult, EsolveSetDeviceResult, EsolveSetNotifyResult, EsolveShippingCost, EsolveShippingMethod, EsolveShippingService, EsolveShippingTotals, EsolveSingleSelectFilter, EsolveSpecial, EsolveSpecialDates, EsolveSpecialImage, EsolveSpecialImageCollection, EsolveSpecialsService, EsolveStatement, EsolveStatementAgeing, EsolveStatementBalances, EsolveStatementTransaction, EsolveStockBadge, EsolveStockGroup, EsolveStockGroupItem, EsolveStockImage, EsolveStockImageCollection, EsolveStockItem, EsolveStockItemBase, EsolveStockItemList, EsolveStockLeadTimes, EsolveStockPrice, EsolveStockReviewsReport, EsolveStockService, EsolveSuggestedStockItem, EsolveSupplier, EsolveSuppliersService, EsolveTag, EsolveTagsService, EsolveTimeSlot, EsolveTimeSlotConfig, EsolveTimeSlotDate, EsolveTimeSlotDays, EsolveTimeSlotTimes, EsolveToggleFilter, EsolveTopic, EsolveTopicService, EsolveTransaction, EsolveTransactionAddress, EsolveTransactionAnalyticsData, EsolveTransactionClient, EsolveTransactionDelivery, EsolveTransactionItem, EsolveTransactionItemPrice, EsolveTransactionList, EsolveTransactionLocation, EsolveTransactionPaymentMethod, EsolveTransactionPick, EsolveTransactionShippingMethod, EsolveTransactionTimeSlot, EsolveTransactionUser, EsolveTransactionsService, EsolveUserAccount, EsolveUserAccountBusiness, EsolveUserAccountContact, EsolveUserAccountResult, EsolveUserClientAccount, EsolveUserClientAccountBalances, EsolveUserDevice, EsolveVaultItem, EsolveVaultItemResult, EsolveVoucher, EsolveVouchersService, EsolveWalletBalances, EsolveWalletService, EsolveWalletTransaction, EsolveWalletTransactionsList, EsolveWishlistItem, EsolveWishlistService, NgEsolveConnectModule, esolveHexHash, isEsolveCdnPath, isFtgCdnPath, isLegacyEsolveCdnPath, processEsolveImageSrc, provideEsolveImageLoader, provideNgEsolveConnect };
|
|
9009
9114
|
//# sourceMappingURL=esolve-ng-esolve-connect.mjs.map
|