@esolve/ng-esolve-connect 0.102.2 → 0.103.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/lib/account/esolve-account.service.mjs +4 -4
- package/esm2022/lib/albums/services/esolve-albums.service.mjs +4 -4
- package/esm2022/lib/assets/esolve-assets.service.mjs +4 -4
- package/esm2022/lib/auth/esolve-auth-interceptor.service.mjs +4 -4
- package/esm2022/lib/auth/esolve-auth.service.mjs +4 -4
- package/esm2022/lib/auth/esolve-otp.service.mjs +4 -4
- package/esm2022/lib/banners/esolve-banner.service.mjs +4 -4
- package/esm2022/lib/cart/esolve-cart.service.mjs +4 -4
- package/esm2022/lib/category-tree/esolve-category-tree.service.mjs +4 -4
- package/esm2022/lib/competitions/services/esolve-competitions.service.mjs +4 -4
- package/esm2022/lib/core/esolve-config.service.mjs +4 -4
- package/esm2022/lib/coupons/esolve-coupons.service.mjs +4 -4
- package/esm2022/lib/deliveries/esolve-deliveries.service.mjs +4 -4
- package/esm2022/lib/device/esolve-device.service.mjs +4 -4
- package/esm2022/lib/enquiry/esolve-enquiry.service.mjs +4 -4
- package/esm2022/lib/geocoder/esolve-geocoder.service.mjs +4 -4
- package/esm2022/lib/images/directives/cdn-src.directive.mjs +4 -4
- package/esm2022/lib/locations/esolve-locations.service.mjs +4 -4
- package/esm2022/lib/manufacturers/esolve-manufacturers.service.mjs +4 -4
- package/esm2022/lib/menu/esolve-menu.service.mjs +4 -4
- package/esm2022/lib/news/esolve-news.service.mjs +4 -4
- package/esm2022/lib/ng-esolve-connect.module.mjs +8 -7
- package/esm2022/lib/payment/esolve-payment.service.mjs +4 -4
- package/esm2022/lib/ranges/esolve-ranges.service.mjs +4 -4
- package/esm2022/lib/reviews/services/esolve-reviews.service.mjs +4 -4
- package/esm2022/lib/seo/esolve-seo.service.mjs +4 -4
- package/esm2022/lib/session/esolve-session-metadata.service.mjs +4 -4
- package/esm2022/lib/session/esolve-session.service.mjs +4 -4
- package/esm2022/lib/shared/cookie/esolve-cookie.service.mjs +4 -4
- package/esm2022/lib/shared/errors/esolve-error-handler.service.mjs +4 -4
- package/esm2022/lib/shared/response/esolve-response-handler.service.mjs +4 -4
- package/esm2022/lib/shipping/esolve-shipping.service.mjs +4 -4
- package/esm2022/lib/specials/esolve-specials.service.mjs +4 -4
- package/esm2022/lib/stock/esolve-stock.service.mjs +4 -4
- package/esm2022/lib/suppliers/esolve-suppliers.service.mjs +4 -4
- package/esm2022/lib/tags/esolve-tags.service.mjs +4 -4
- package/esm2022/lib/topics/esolve-topic.service.mjs +4 -4
- package/esm2022/lib/transactions/esolve-transactions.service.mjs +4 -4
- package/esm2022/lib/vouchers/esolve-vouchers.service.mjs +4 -4
- package/esm2022/lib/wallet/esolve-wallet.service.mjs +4 -4
- package/esm2022/lib/wishlist/esolve-wishlist.service.mjs +4 -4
- package/esm2022/media/lib/components/media-layout/esolve-media-layout.component.mjs +5 -6
- package/esm2022/media/lib/components/media-section/esolve-media-section.component.mjs +5 -5
- package/esm2022/media/lib/interfaces/esolve-section-key-options.interface.mjs +2 -0
- package/esm2022/media/lib/interfaces/index.mjs +2 -1
- package/esm2022/media/lib/ng-esolve-connect-media.module.mjs +5 -5
- package/esm2022/media/lib/services/esolve-media-layout.service.mjs +4 -4
- package/esm2022/media/lib/services/esolve-media.service.mjs +4 -4
- package/esm2022/notifications/lib/services/esolve-notifications.service.mjs +4 -4
- package/esm2022/survey/lib/services/esolve-survey.service.mjs +4 -4
- package/fesm2022/esolve-ng-esolve-connect-media.mjs +20 -20
- package/fesm2022/esolve-ng-esolve-connect-media.mjs.map +1 -1
- package/fesm2022/esolve-ng-esolve-connect-notifications.mjs +3 -3
- package/fesm2022/esolve-ng-esolve-connect-notifications.mjs.map +1 -1
- package/fesm2022/esolve-ng-esolve-connect-survey.mjs +3 -3
- package/fesm2022/esolve-ng-esolve-connect-survey.mjs.map +1 -1
- package/fesm2022/esolve-ng-esolve-connect.mjs +128 -127
- package/fesm2022/esolve-ng-esolve-connect.mjs.map +1 -1
- package/lib/ng-esolve-connect.module.d.ts +1 -2
- package/lib/wishlist/classes/esolve-wishlist-item.model.d.ts +2 -2
- package/media/lib/components/media-layout/esolve-media-layout.component.d.ts +1 -2
- package/media/lib/components/media-section/esolve-media-section.component.d.ts +1 -2
- package/media/lib/interfaces/esolve-section-key-options.interface.d.ts +7 -0
- package/media/lib/interfaces/index.d.ts +1 -0
- package/package.json +6 -6
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { isPlatformBrowser, CommonModule, IMAGE_LOADER, DOCUMENT } from '@angular/common';
|
|
2
|
-
import { HttpErrorResponse, HttpClient, HttpParams, HttpHeaders, HTTP_INTERCEPTORS,
|
|
2
|
+
import { HttpErrorResponse, HttpClient, HttpParams, HttpHeaders, HTTP_INTERCEPTORS, provideHttpClient, withInterceptorsFromDi } from '@angular/common/http';
|
|
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,
|
|
6
|
+
import { throwError, BehaviorSubject, Subject, map, switchMap, timer, takeUntil, filter, distinctUntilChanged, combineLatest, debounceTime, shareReplay, of, firstValueFrom, iif, catchError as catchError$1 } from 'rxjs';
|
|
7
7
|
import { map as map$1, catchError, switchMap as switchMap$1, tap } from 'rxjs/operators';
|
|
8
8
|
import { fromUnixTime, parseISO } from 'date-fns';
|
|
9
9
|
import { Title, Meta } from '@angular/platform-browser';
|
|
@@ -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: "
|
|
59
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
58
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveConfigService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
59
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveConfigService, providedIn: 'root' }); }
|
|
60
60
|
}
|
|
61
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
61
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", 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: "
|
|
85
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
84
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveCookieService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
85
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveCookieService, providedIn: 'root' }); }
|
|
86
86
|
}
|
|
87
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
87
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", 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: "
|
|
189
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
188
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveErrorHandlerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
189
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveErrorHandlerService, providedIn: 'root' }); }
|
|
190
190
|
}
|
|
191
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
191
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveErrorHandlerService, decorators: [{
|
|
192
192
|
type: Injectable,
|
|
193
193
|
args: [{
|
|
194
194
|
providedIn: 'root',
|
|
@@ -471,10 +471,10 @@ class EsolveResponseHandlerService {
|
|
|
471
471
|
}
|
|
472
472
|
return resultHandler(response, http_response.additional_data);
|
|
473
473
|
}
|
|
474
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
475
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
474
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveResponseHandlerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
475
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveResponseHandlerService, providedIn: 'root' }); }
|
|
476
476
|
}
|
|
477
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
477
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveResponseHandlerService, decorators: [{
|
|
478
478
|
type: Injectable,
|
|
479
479
|
args: [{
|
|
480
480
|
providedIn: 'root',
|
|
@@ -750,10 +750,10 @@ class EsolveSessionService {
|
|
|
750
750
|
}
|
|
751
751
|
localStorage.removeItem(this.storage_key);
|
|
752
752
|
}
|
|
753
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
754
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
753
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveSessionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
754
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveSessionService, providedIn: 'root' }); }
|
|
755
755
|
}
|
|
756
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
756
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveSessionService, decorators: [{
|
|
757
757
|
type: Injectable,
|
|
758
758
|
args: [{
|
|
759
759
|
providedIn: 'root',
|
|
@@ -813,10 +813,10 @@ class EsolveSessionMetadataService {
|
|
|
813
813
|
return this.errorHandler.handleHttpDeleteError('delete-sessions-metadata', errorRes);
|
|
814
814
|
}));
|
|
815
815
|
}
|
|
816
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
817
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
816
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveSessionMetadataService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
817
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveSessionMetadataService, providedIn: 'root' }); }
|
|
818
818
|
}
|
|
819
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
819
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveSessionMetadataService, decorators: [{
|
|
820
820
|
type: Injectable,
|
|
821
821
|
args: [{
|
|
822
822
|
providedIn: 'root',
|
|
@@ -1047,10 +1047,10 @@ class EsolveAuthService {
|
|
|
1047
1047
|
}
|
|
1048
1048
|
return throwError(() => error);
|
|
1049
1049
|
}
|
|
1050
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1051
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1050
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveAuthService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1051
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveAuthService, providedIn: 'root' }); }
|
|
1052
1052
|
}
|
|
1053
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1053
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveAuthService, decorators: [{
|
|
1054
1054
|
type: Injectable,
|
|
1055
1055
|
args: [{
|
|
1056
1056
|
providedIn: 'root',
|
|
@@ -1088,10 +1088,10 @@ class EsolveAuthInterceptorService {
|
|
|
1088
1088
|
}
|
|
1089
1089
|
return next.handle(req);
|
|
1090
1090
|
}
|
|
1091
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1092
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1091
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveAuthInterceptorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1092
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveAuthInterceptorService }); }
|
|
1093
1093
|
}
|
|
1094
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1094
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveAuthInterceptorService, decorators: [{
|
|
1095
1095
|
type: Injectable
|
|
1096
1096
|
}] });
|
|
1097
1097
|
|
|
@@ -1184,10 +1184,10 @@ class EsolveOtpService {
|
|
|
1184
1184
|
return throwError(() => error);
|
|
1185
1185
|
}
|
|
1186
1186
|
}
|
|
1187
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1188
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1187
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveOtpService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1188
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveOtpService, providedIn: 'root' }); }
|
|
1189
1189
|
}
|
|
1190
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1190
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveOtpService, decorators: [{
|
|
1191
1191
|
type: Injectable,
|
|
1192
1192
|
args: [{
|
|
1193
1193
|
providedIn: 'root',
|
|
@@ -1231,14 +1231,15 @@ class NgEsolveConnectModule {
|
|
|
1231
1231
|
providers: provideNgEsolveConnect(config, auto_login),
|
|
1232
1232
|
};
|
|
1233
1233
|
}
|
|
1234
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1235
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
1236
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1234
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: NgEsolveConnectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1235
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.0", ngImport: i0, type: NgEsolveConnectModule, imports: [CommonModule] }); }
|
|
1236
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: NgEsolveConnectModule, providers: [provideHttpClient(withInterceptorsFromDi())], imports: [CommonModule] }); }
|
|
1237
1237
|
}
|
|
1238
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1238
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: NgEsolveConnectModule, decorators: [{
|
|
1239
1239
|
type: NgModule,
|
|
1240
1240
|
args: [{
|
|
1241
|
-
imports: [CommonModule
|
|
1241
|
+
imports: [CommonModule],
|
|
1242
|
+
providers: [provideHttpClient(withInterceptorsFromDi())],
|
|
1242
1243
|
}]
|
|
1243
1244
|
}] });
|
|
1244
1245
|
|
|
@@ -1355,10 +1356,10 @@ class EsolveCdnSrcDirective {
|
|
|
1355
1356
|
isImage(el) {
|
|
1356
1357
|
return 'loading' in this.el.nativeElement;
|
|
1357
1358
|
}
|
|
1358
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1359
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1359
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveCdnSrcDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1360
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: EsolveCdnSrcDirective, isStandalone: true, selector: "[eslvCdnSrc]", inputs: { src: ["eslvCdnSrc", "src"] }, host: { listeners: { "error": "onError()" } }, usesOnChanges: true, ngImport: i0 }); }
|
|
1360
1361
|
}
|
|
1361
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1362
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveCdnSrcDirective, decorators: [{
|
|
1362
1363
|
type: Directive,
|
|
1363
1364
|
args: [{
|
|
1364
1365
|
selector: '[eslvCdnSrc]',
|
|
@@ -1480,10 +1481,10 @@ class EsolveSeoService {
|
|
|
1480
1481
|
}
|
|
1481
1482
|
return pageSeo;
|
|
1482
1483
|
}
|
|
1483
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1484
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1484
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveSeoService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1485
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveSeoService, providedIn: 'root' }); }
|
|
1485
1486
|
}
|
|
1486
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1487
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveSeoService, decorators: [{
|
|
1487
1488
|
type: Injectable,
|
|
1488
1489
|
args: [{
|
|
1489
1490
|
providedIn: 'root',
|
|
@@ -1570,10 +1571,10 @@ class EsolveGeocoderService {
|
|
|
1570
1571
|
const geocode_result = new EsolveGeocodeResult(record.formatted_address, geocode_address, geocode_coords, record.status, record.checksum, record.cached);
|
|
1571
1572
|
return geocode_result;
|
|
1572
1573
|
}
|
|
1573
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1574
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1574
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveGeocoderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1575
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveGeocoderService, providedIn: 'root' }); }
|
|
1575
1576
|
}
|
|
1576
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1577
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveGeocoderService, decorators: [{
|
|
1577
1578
|
type: Injectable,
|
|
1578
1579
|
args: [{
|
|
1579
1580
|
providedIn: 'root',
|
|
@@ -1792,10 +1793,10 @@ class EsolveCategoryTreeService {
|
|
|
1792
1793
|
}
|
|
1793
1794
|
return null;
|
|
1794
1795
|
}
|
|
1795
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1796
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1796
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveCategoryTreeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1797
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveCategoryTreeService, providedIn: 'root' }); }
|
|
1797
1798
|
}
|
|
1798
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1799
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveCategoryTreeService, decorators: [{
|
|
1799
1800
|
type: Injectable,
|
|
1800
1801
|
args: [{
|
|
1801
1802
|
providedIn: 'root',
|
|
@@ -1916,10 +1917,10 @@ class EsolveManufacturersService {
|
|
|
1916
1917
|
processManufacturer(record) {
|
|
1917
1918
|
return new EsolveManufacturer(record);
|
|
1918
1919
|
}
|
|
1919
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1920
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1920
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveManufacturersService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1921
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveManufacturersService, providedIn: 'root' }); }
|
|
1921
1922
|
}
|
|
1922
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1923
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveManufacturersService, decorators: [{
|
|
1923
1924
|
type: Injectable,
|
|
1924
1925
|
args: [{
|
|
1925
1926
|
providedIn: 'root',
|
|
@@ -2036,10 +2037,10 @@ class EsolveRangesService {
|
|
|
2036
2037
|
processRange(record) {
|
|
2037
2038
|
return new EsolveRange(record);
|
|
2038
2039
|
}
|
|
2039
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2040
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2040
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveRangesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2041
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveRangesService, providedIn: 'root' }); }
|
|
2041
2042
|
}
|
|
2042
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2043
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveRangesService, decorators: [{
|
|
2043
2044
|
type: Injectable,
|
|
2044
2045
|
args: [{
|
|
2045
2046
|
providedIn: 'root',
|
|
@@ -2140,10 +2141,10 @@ class EsolveTagsService {
|
|
|
2140
2141
|
}
|
|
2141
2142
|
return tags;
|
|
2142
2143
|
}
|
|
2143
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2144
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2144
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveTagsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2145
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveTagsService, providedIn: 'root' }); }
|
|
2145
2146
|
}
|
|
2146
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2147
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveTagsService, decorators: [{
|
|
2147
2148
|
type: Injectable,
|
|
2148
2149
|
args: [{
|
|
2149
2150
|
providedIn: 'root',
|
|
@@ -2202,10 +2203,10 @@ class EsolveTopicService {
|
|
|
2202
2203
|
}
|
|
2203
2204
|
return topics;
|
|
2204
2205
|
}
|
|
2205
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2206
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2206
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveTopicService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2207
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveTopicService, providedIn: 'root' }); }
|
|
2207
2208
|
}
|
|
2208
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2209
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveTopicService, decorators: [{
|
|
2209
2210
|
type: Injectable,
|
|
2210
2211
|
args: [{
|
|
2211
2212
|
providedIn: 'root',
|
|
@@ -2420,10 +2421,10 @@ class EsolveAssetsService {
|
|
|
2420
2421
|
const total = total_records;
|
|
2421
2422
|
return new EsolveList(assets, page, rows, total);
|
|
2422
2423
|
}
|
|
2423
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2424
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2424
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveAssetsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2425
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveAssetsService, providedIn: 'root' }); }
|
|
2425
2426
|
}
|
|
2426
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2427
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveAssetsService, decorators: [{
|
|
2427
2428
|
type: Injectable,
|
|
2428
2429
|
args: [{
|
|
2429
2430
|
providedIn: 'root',
|
|
@@ -3294,10 +3295,10 @@ class EsolveCouponsService {
|
|
|
3294
3295
|
}
|
|
3295
3296
|
return coupons;
|
|
3296
3297
|
}
|
|
3297
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3298
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3298
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveCouponsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3299
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveCouponsService, providedIn: 'root' }); }
|
|
3299
3300
|
}
|
|
3300
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3301
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveCouponsService, decorators: [{
|
|
3301
3302
|
type: Injectable,
|
|
3302
3303
|
args: [{
|
|
3303
3304
|
providedIn: 'root',
|
|
@@ -3526,10 +3527,10 @@ class EsolveVouchersService {
|
|
|
3526
3527
|
}
|
|
3527
3528
|
return vouchers;
|
|
3528
3529
|
}
|
|
3529
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3530
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3530
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveVouchersService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3531
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveVouchersService, providedIn: 'root' }); }
|
|
3531
3532
|
}
|
|
3532
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3533
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveVouchersService, decorators: [{
|
|
3533
3534
|
type: Injectable,
|
|
3534
3535
|
args: [{
|
|
3535
3536
|
providedIn: 'root',
|
|
@@ -3824,10 +3825,10 @@ class EsolveCartService {
|
|
|
3824
3825
|
processCartTotals(record) {
|
|
3825
3826
|
return new EsolveCartTotals(record);
|
|
3826
3827
|
}
|
|
3827
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3828
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3828
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveCartService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3829
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveCartService, providedIn: 'root' }); }
|
|
3829
3830
|
}
|
|
3830
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3831
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveCartService, decorators: [{
|
|
3831
3832
|
type: Injectable,
|
|
3832
3833
|
args: [{
|
|
3833
3834
|
providedIn: 'root',
|
|
@@ -4254,10 +4255,10 @@ class EsolveLocationsService {
|
|
|
4254
4255
|
processLocation(record) {
|
|
4255
4256
|
return new EsolveLocation(record);
|
|
4256
4257
|
}
|
|
4257
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4258
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
4258
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveLocationsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4259
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveLocationsService, providedIn: 'root' }); }
|
|
4259
4260
|
}
|
|
4260
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4261
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveLocationsService, decorators: [{
|
|
4261
4262
|
type: Injectable,
|
|
4262
4263
|
args: [{
|
|
4263
4264
|
providedIn: 'root',
|
|
@@ -4567,10 +4568,10 @@ class EsolveTransactionsService {
|
|
|
4567
4568
|
}
|
|
4568
4569
|
return transactions;
|
|
4569
4570
|
}
|
|
4570
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4571
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
4571
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveTransactionsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4572
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveTransactionsService, providedIn: 'root' }); }
|
|
4572
4573
|
}
|
|
4573
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4574
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveTransactionsService, decorators: [{
|
|
4574
4575
|
type: Injectable,
|
|
4575
4576
|
args: [{
|
|
4576
4577
|
providedIn: 'root',
|
|
@@ -5174,10 +5175,10 @@ class EsolveAccountService {
|
|
|
5174
5175
|
}
|
|
5175
5176
|
return requests;
|
|
5176
5177
|
}
|
|
5177
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5178
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
5178
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveAccountService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5179
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveAccountService, providedIn: 'root' }); }
|
|
5179
5180
|
}
|
|
5180
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5181
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveAccountService, decorators: [{
|
|
5181
5182
|
type: Injectable,
|
|
5182
5183
|
args: [{
|
|
5183
5184
|
providedIn: 'root',
|
|
@@ -5319,10 +5320,10 @@ class EsolveBannerService {
|
|
|
5319
5320
|
}
|
|
5320
5321
|
return banners;
|
|
5321
5322
|
}
|
|
5322
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5323
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
5323
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveBannerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5324
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveBannerService, providedIn: 'root' }); }
|
|
5324
5325
|
}
|
|
5325
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5326
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveBannerService, decorators: [{
|
|
5326
5327
|
type: Injectable,
|
|
5327
5328
|
args: [{
|
|
5328
5329
|
providedIn: 'root',
|
|
@@ -5389,10 +5390,10 @@ class EsolveMenuService {
|
|
|
5389
5390
|
}
|
|
5390
5391
|
return menu;
|
|
5391
5392
|
}
|
|
5392
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5393
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
5393
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveMenuService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5394
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveMenuService, providedIn: 'root' }); }
|
|
5394
5395
|
}
|
|
5395
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5396
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveMenuService, decorators: [{
|
|
5396
5397
|
type: Injectable,
|
|
5397
5398
|
args: [{
|
|
5398
5399
|
providedIn: 'root',
|
|
@@ -5627,10 +5628,10 @@ class EsolveNewsService {
|
|
|
5627
5628
|
return this.errorHandler.handleHttpPostError('set-newsletter', errorRes);
|
|
5628
5629
|
}));
|
|
5629
5630
|
}
|
|
5630
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5631
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
5631
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveNewsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5632
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveNewsService, providedIn: 'root' }); }
|
|
5632
5633
|
}
|
|
5633
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5634
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveNewsService, decorators: [{
|
|
5634
5635
|
type: Injectable,
|
|
5635
5636
|
args: [{
|
|
5636
5637
|
providedIn: 'root',
|
|
@@ -6756,10 +6757,10 @@ class EsolveStockService {
|
|
|
6756
6757
|
return this.errorHandler.handleHttpPostError('set-notify', errorRes);
|
|
6757
6758
|
}));
|
|
6758
6759
|
}
|
|
6759
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6760
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
6760
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveStockService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6761
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveStockService, providedIn: 'root' }); }
|
|
6761
6762
|
}
|
|
6762
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6763
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveStockService, decorators: [{
|
|
6763
6764
|
type: Injectable,
|
|
6764
6765
|
args: [{
|
|
6765
6766
|
providedIn: 'root',
|
|
@@ -6903,10 +6904,10 @@ class EsolveSpecialsService {
|
|
|
6903
6904
|
processSpecial(record) {
|
|
6904
6905
|
return new EsolveSpecial(record);
|
|
6905
6906
|
}
|
|
6906
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6907
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
6907
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveSpecialsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6908
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveSpecialsService, providedIn: 'root' }); }
|
|
6908
6909
|
}
|
|
6909
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6910
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveSpecialsService, decorators: [{
|
|
6910
6911
|
type: Injectable,
|
|
6911
6912
|
args: [{
|
|
6912
6913
|
providedIn: 'root',
|
|
@@ -7357,10 +7358,10 @@ class EsolvePaymentService {
|
|
|
7357
7358
|
const year_string = card_data.expiry_year.padStart(4, '0');
|
|
7358
7359
|
return `${month_string}${year_string}`;
|
|
7359
7360
|
}
|
|
7360
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7361
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
7361
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolvePaymentService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7362
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolvePaymentService, providedIn: 'root' }); }
|
|
7362
7363
|
}
|
|
7363
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7364
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolvePaymentService, decorators: [{
|
|
7364
7365
|
type: Injectable,
|
|
7365
7366
|
args: [{
|
|
7366
7367
|
providedIn: 'root',
|
|
@@ -7633,10 +7634,10 @@ class EsolveShippingService {
|
|
|
7633
7634
|
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);
|
|
7634
7635
|
return shipping_cost;
|
|
7635
7636
|
}
|
|
7636
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7637
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
7637
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveShippingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7638
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveShippingService, providedIn: 'root' }); }
|
|
7638
7639
|
}
|
|
7639
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7640
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveShippingService, decorators: [{
|
|
7640
7641
|
type: Injectable,
|
|
7641
7642
|
args: [{
|
|
7642
7643
|
providedIn: 'root',
|
|
@@ -7671,10 +7672,10 @@ class EsolveEnquiryService {
|
|
|
7671
7672
|
return this.errorHandler.handleHttpPostError('set-enquiry', errorRes);
|
|
7672
7673
|
}));
|
|
7673
7674
|
}
|
|
7674
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7675
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
7675
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveEnquiryService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7676
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveEnquiryService, providedIn: 'root' }); }
|
|
7676
7677
|
}
|
|
7677
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7678
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveEnquiryService, decorators: [{
|
|
7678
7679
|
type: Injectable,
|
|
7679
7680
|
args: [{
|
|
7680
7681
|
providedIn: 'root',
|
|
@@ -7792,10 +7793,10 @@ class EsolveWishlistService {
|
|
|
7792
7793
|
getWishlistRecords(params) {
|
|
7793
7794
|
return this.http.get(`${this.config.api_url}/get-wishlist.php`, { params });
|
|
7794
7795
|
}
|
|
7795
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7796
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
7796
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveWishlistService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7797
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveWishlistService, providedIn: 'root' }); }
|
|
7797
7798
|
}
|
|
7798
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7799
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveWishlistService, decorators: [{
|
|
7799
7800
|
type: Injectable,
|
|
7800
7801
|
args: [{
|
|
7801
7802
|
providedIn: 'root',
|
|
@@ -7868,10 +7869,10 @@ class EsolveSuppliersService {
|
|
|
7868
7869
|
processSuppliers(record) {
|
|
7869
7870
|
return new EsolveSupplier(record);
|
|
7870
7871
|
}
|
|
7871
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7872
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
7872
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveSuppliersService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7873
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveSuppliersService, providedIn: 'root' }); }
|
|
7873
7874
|
}
|
|
7874
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7875
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveSuppliersService, decorators: [{
|
|
7875
7876
|
type: Injectable,
|
|
7876
7877
|
args: [{
|
|
7877
7878
|
providedIn: 'root',
|
|
@@ -7966,10 +7967,10 @@ class EsolveDeviceService {
|
|
|
7966
7967
|
processDevice(record) {
|
|
7967
7968
|
return new EsolveUserDevice(record);
|
|
7968
7969
|
}
|
|
7969
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7970
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
7970
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveDeviceService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7971
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveDeviceService, providedIn: 'root' }); }
|
|
7971
7972
|
}
|
|
7972
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7973
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveDeviceService, decorators: [{
|
|
7973
7974
|
type: Injectable,
|
|
7974
7975
|
args: [{
|
|
7975
7976
|
providedIn: 'root',
|
|
@@ -8135,10 +8136,10 @@ class EsolveWalletService {
|
|
|
8135
8136
|
}
|
|
8136
8137
|
return transactions;
|
|
8137
8138
|
}
|
|
8138
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8139
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
8139
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveWalletService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8140
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveWalletService, providedIn: 'root' }); }
|
|
8140
8141
|
}
|
|
8141
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8142
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveWalletService, decorators: [{
|
|
8142
8143
|
type: Injectable,
|
|
8143
8144
|
args: [{
|
|
8144
8145
|
providedIn: 'root',
|
|
@@ -8318,10 +8319,10 @@ class EsolveDeliveriesService {
|
|
|
8318
8319
|
}
|
|
8319
8320
|
return deliveries;
|
|
8320
8321
|
}
|
|
8321
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8322
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
8322
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveDeliveriesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8323
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveDeliveriesService, providedIn: 'root' }); }
|
|
8323
8324
|
}
|
|
8324
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8325
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveDeliveriesService, decorators: [{
|
|
8325
8326
|
type: Injectable,
|
|
8326
8327
|
args: [{
|
|
8327
8328
|
providedIn: 'root',
|
|
@@ -8580,10 +8581,10 @@ class EsolveCompetitionsService {
|
|
|
8580
8581
|
processCompetition(record) {
|
|
8581
8582
|
return new EsolveCompetition(record);
|
|
8582
8583
|
}
|
|
8583
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8584
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
8584
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveCompetitionsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8585
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveCompetitionsService, providedIn: 'root' }); }
|
|
8585
8586
|
}
|
|
8586
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8587
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveCompetitionsService, decorators: [{
|
|
8587
8588
|
type: Injectable,
|
|
8588
8589
|
args: [{
|
|
8589
8590
|
providedIn: 'root',
|
|
@@ -8745,10 +8746,10 @@ class EsolveReviewsService {
|
|
|
8745
8746
|
}
|
|
8746
8747
|
return reviews;
|
|
8747
8748
|
}
|
|
8748
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8749
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
8749
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveReviewsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8750
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveReviewsService, providedIn: 'root' }); }
|
|
8750
8751
|
}
|
|
8751
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8752
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveReviewsService, decorators: [{
|
|
8752
8753
|
type: Injectable,
|
|
8753
8754
|
args: [{
|
|
8754
8755
|
providedIn: 'root',
|
|
@@ -8970,10 +8971,10 @@ class EsolveAlbumsService {
|
|
|
8970
8971
|
}
|
|
8971
8972
|
return album_images;
|
|
8972
8973
|
}
|
|
8973
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8974
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
8974
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveAlbumsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8975
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveAlbumsService, providedIn: 'root' }); }
|
|
8975
8976
|
}
|
|
8976
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8977
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EsolveAlbumsService, decorators: [{
|
|
8977
8978
|
type: Injectable,
|
|
8978
8979
|
args: [{
|
|
8979
8980
|
providedIn: 'root',
|