@esolve/ng-esolve-connect 0.94.0 → 0.95.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 +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 +5 -5
- package/esm2022/lib/payment/esolve-payment.service.mjs +4 -4
- package/esm2022/lib/ranges/esolve-ranges.service.mjs +4 -4
- package/esm2022/lib/reviews/classes/esolve-review-list.model.mjs +10 -0
- package/esm2022/lib/reviews/classes/esolve-review-result.model.mjs +9 -0
- package/esm2022/lib/reviews/classes/esolve-review.model.mjs +22 -0
- package/esm2022/lib/reviews/classes/index.mjs +4 -0
- package/esm2022/lib/reviews/index.mjs +5 -0
- package/esm2022/lib/reviews/interfaces/esolve-review-list-record.interface.mjs +2 -0
- package/esm2022/lib/reviews/interfaces/esolve-review-options.interface.mjs +2 -0
- package/esm2022/lib/reviews/interfaces/esolve-review-record.interface.mjs +2 -0
- package/esm2022/lib/reviews/interfaces/esolve-review-report.interface.mjs +2 -0
- package/esm2022/lib/reviews/interfaces/esolve-review-user.interface.mjs +2 -0
- package/esm2022/lib/reviews/interfaces/index.mjs +6 -0
- package/esm2022/lib/reviews/services/esolve-reviews.service.mjs +134 -0
- package/esm2022/lib/reviews/services/index.mjs +2 -0
- package/esm2022/lib/reviews/types/esolve-review-response.type.mjs +2 -0
- package/esm2022/lib/reviews/types/esolve-review-sort-field.type.mjs +2 -0
- package/esm2022/lib/reviews/types/index.mjs +3 -0
- 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 +4 -4
- package/esm2022/media/lib/components/media-section/esolve-media-section.component.mjs +4 -4
- 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 +16 -16
- 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 +284 -119
- package/fesm2022/esolve-ng-esolve-connect.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/lib/reviews/classes/esolve-review-list.model.d.ts +7 -0
- package/lib/reviews/classes/esolve-review-result.model.d.ts +6 -0
- package/lib/reviews/classes/esolve-review.model.d.ts +14 -0
- package/lib/reviews/classes/index.d.ts +3 -0
- package/lib/reviews/index.d.ts +4 -0
- package/lib/reviews/interfaces/esolve-review-list-record.interface.d.ts +6 -0
- package/lib/reviews/interfaces/esolve-review-options.interface.d.ts +10 -0
- package/lib/reviews/interfaces/esolve-review-record.interface.d.ts +9 -0
- package/lib/reviews/interfaces/esolve-review-report.interface.d.ts +4 -0
- package/lib/reviews/interfaces/esolve-review-user.interface.d.ts +4 -0
- package/lib/reviews/interfaces/index.d.ts +5 -0
- package/lib/reviews/services/esolve-reviews.service.d.ts +27 -0
- package/lib/reviews/services/index.d.ts +1 -0
- package/lib/reviews/types/esolve-review-response.type.d.ts +2 -0
- package/lib/reviews/types/esolve-review-sort-field.type.d.ts +1 -0
- package/lib/reviews/types/index.d.ts +2 -0
- package/package.json +1 -1
|
@@ -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: "17.
|
|
59
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
58
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveConfigService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
59
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveConfigService, providedIn: 'root' }); }
|
|
60
60
|
}
|
|
61
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
61
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", 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: "17.
|
|
85
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
84
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveCookieService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
85
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveCookieService, providedIn: 'root' }); }
|
|
86
86
|
}
|
|
87
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
87
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", 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: "17.
|
|
189
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
188
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveErrorHandlerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
189
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveErrorHandlerService, providedIn: 'root' }); }
|
|
190
190
|
}
|
|
191
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
191
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", 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: "17.
|
|
475
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
474
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveResponseHandlerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
475
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveResponseHandlerService, providedIn: 'root' }); }
|
|
476
476
|
}
|
|
477
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
477
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveResponseHandlerService, decorators: [{
|
|
478
478
|
type: Injectable,
|
|
479
479
|
args: [{
|
|
480
480
|
providedIn: 'root',
|
|
@@ -734,10 +734,10 @@ class EsolveSessionService {
|
|
|
734
734
|
}
|
|
735
735
|
localStorage.removeItem(this.storage_key);
|
|
736
736
|
}
|
|
737
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
738
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
737
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveSessionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
738
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveSessionService, providedIn: 'root' }); }
|
|
739
739
|
}
|
|
740
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
740
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveSessionService, decorators: [{
|
|
741
741
|
type: Injectable,
|
|
742
742
|
args: [{
|
|
743
743
|
providedIn: 'root',
|
|
@@ -797,10 +797,10 @@ class EsolveSessionMetadataService {
|
|
|
797
797
|
return this.errorHandler.handleHttpDeleteError('delete-sessions-metadata', errorRes);
|
|
798
798
|
}));
|
|
799
799
|
}
|
|
800
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
801
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
800
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveSessionMetadataService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
801
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveSessionMetadataService, providedIn: 'root' }); }
|
|
802
802
|
}
|
|
803
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
803
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveSessionMetadataService, decorators: [{
|
|
804
804
|
type: Injectable,
|
|
805
805
|
args: [{
|
|
806
806
|
providedIn: 'root',
|
|
@@ -1028,10 +1028,10 @@ class EsolveAuthService {
|
|
|
1028
1028
|
}
|
|
1029
1029
|
return throwError(() => error);
|
|
1030
1030
|
}
|
|
1031
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1032
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
1031
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveAuthService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1032
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveAuthService, providedIn: 'root' }); }
|
|
1033
1033
|
}
|
|
1034
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1034
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveAuthService, decorators: [{
|
|
1035
1035
|
type: Injectable,
|
|
1036
1036
|
args: [{
|
|
1037
1037
|
providedIn: 'root',
|
|
@@ -1069,10 +1069,10 @@ class EsolveAuthInterceptorService {
|
|
|
1069
1069
|
}
|
|
1070
1070
|
return next.handle(req);
|
|
1071
1071
|
}
|
|
1072
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1073
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
1072
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveAuthInterceptorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1073
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveAuthInterceptorService }); }
|
|
1074
1074
|
}
|
|
1075
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1075
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveAuthInterceptorService, decorators: [{
|
|
1076
1076
|
type: Injectable
|
|
1077
1077
|
}] });
|
|
1078
1078
|
|
|
@@ -1165,10 +1165,10 @@ class EsolveOtpService {
|
|
|
1165
1165
|
return throwError(() => error);
|
|
1166
1166
|
}
|
|
1167
1167
|
}
|
|
1168
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1169
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
1168
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveOtpService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1169
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveOtpService, providedIn: 'root' }); }
|
|
1170
1170
|
}
|
|
1171
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1171
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveOtpService, decorators: [{
|
|
1172
1172
|
type: Injectable,
|
|
1173
1173
|
args: [{
|
|
1174
1174
|
providedIn: 'root',
|
|
@@ -1212,11 +1212,11 @@ class NgEsolveConnectModule {
|
|
|
1212
1212
|
providers: provideNgEsolveConnect(config, auto_login),
|
|
1213
1213
|
};
|
|
1214
1214
|
}
|
|
1215
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1216
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.
|
|
1217
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.
|
|
1215
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: NgEsolveConnectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1216
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.10", ngImport: i0, type: NgEsolveConnectModule, imports: [CommonModule, HttpClientModule] }); }
|
|
1217
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: NgEsolveConnectModule, imports: [CommonModule, HttpClientModule] }); }
|
|
1218
1218
|
}
|
|
1219
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1219
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: NgEsolveConnectModule, decorators: [{
|
|
1220
1220
|
type: NgModule,
|
|
1221
1221
|
args: [{
|
|
1222
1222
|
imports: [CommonModule, HttpClientModule],
|
|
@@ -1336,10 +1336,10 @@ class EsolveCdnSrcDirective {
|
|
|
1336
1336
|
isImage(el) {
|
|
1337
1337
|
return 'loading' in this.el.nativeElement;
|
|
1338
1338
|
}
|
|
1339
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1340
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
1339
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveCdnSrcDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1340
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.10", type: EsolveCdnSrcDirective, isStandalone: true, selector: "[eslvCdnSrc]", inputs: { src: ["eslvCdnSrc", "src"] }, host: { listeners: { "error": "onError()" } }, usesOnChanges: true, ngImport: i0 }); }
|
|
1341
1341
|
}
|
|
1342
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1342
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveCdnSrcDirective, decorators: [{
|
|
1343
1343
|
type: Directive,
|
|
1344
1344
|
args: [{
|
|
1345
1345
|
selector: '[eslvCdnSrc]',
|
|
@@ -1471,10 +1471,10 @@ class EsolveSeoService {
|
|
|
1471
1471
|
}
|
|
1472
1472
|
return pageSeo;
|
|
1473
1473
|
}
|
|
1474
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1475
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
1474
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveSeoService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1475
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveSeoService, providedIn: 'root' }); }
|
|
1476
1476
|
}
|
|
1477
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1477
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveSeoService, decorators: [{
|
|
1478
1478
|
type: Injectable,
|
|
1479
1479
|
args: [{
|
|
1480
1480
|
providedIn: 'root',
|
|
@@ -1561,10 +1561,10 @@ class EsolveGeocoderService {
|
|
|
1561
1561
|
const geocode_result = new EsolveGeocodeResult(record.formatted_address, geocode_address, geocode_coords, record.status, record.checksum, record.cached);
|
|
1562
1562
|
return geocode_result;
|
|
1563
1563
|
}
|
|
1564
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1565
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
1564
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveGeocoderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1565
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveGeocoderService, providedIn: 'root' }); }
|
|
1566
1566
|
}
|
|
1567
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1567
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveGeocoderService, decorators: [{
|
|
1568
1568
|
type: Injectable,
|
|
1569
1569
|
args: [{
|
|
1570
1570
|
providedIn: 'root',
|
|
@@ -1783,10 +1783,10 @@ class EsolveCategoryTreeService {
|
|
|
1783
1783
|
}
|
|
1784
1784
|
return null;
|
|
1785
1785
|
}
|
|
1786
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1787
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
1786
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveCategoryTreeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1787
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveCategoryTreeService, providedIn: 'root' }); }
|
|
1788
1788
|
}
|
|
1789
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1789
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveCategoryTreeService, decorators: [{
|
|
1790
1790
|
type: Injectable,
|
|
1791
1791
|
args: [{
|
|
1792
1792
|
providedIn: 'root',
|
|
@@ -1907,10 +1907,10 @@ class EsolveManufacturersService {
|
|
|
1907
1907
|
processManufacturer(record) {
|
|
1908
1908
|
return new EsolveManufacturer(record);
|
|
1909
1909
|
}
|
|
1910
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1911
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
1910
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveManufacturersService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1911
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveManufacturersService, providedIn: 'root' }); }
|
|
1912
1912
|
}
|
|
1913
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1913
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveManufacturersService, decorators: [{
|
|
1914
1914
|
type: Injectable,
|
|
1915
1915
|
args: [{
|
|
1916
1916
|
providedIn: 'root',
|
|
@@ -2027,10 +2027,10 @@ class EsolveRangesService {
|
|
|
2027
2027
|
processRange(record) {
|
|
2028
2028
|
return new EsolveRange(record);
|
|
2029
2029
|
}
|
|
2030
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2031
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
2030
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveRangesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2031
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveRangesService, providedIn: 'root' }); }
|
|
2032
2032
|
}
|
|
2033
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2033
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveRangesService, decorators: [{
|
|
2034
2034
|
type: Injectable,
|
|
2035
2035
|
args: [{
|
|
2036
2036
|
providedIn: 'root',
|
|
@@ -2131,10 +2131,10 @@ class EsolveTagsService {
|
|
|
2131
2131
|
}
|
|
2132
2132
|
return tags;
|
|
2133
2133
|
}
|
|
2134
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2135
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
2134
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveTagsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2135
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveTagsService, providedIn: 'root' }); }
|
|
2136
2136
|
}
|
|
2137
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2137
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveTagsService, decorators: [{
|
|
2138
2138
|
type: Injectable,
|
|
2139
2139
|
args: [{
|
|
2140
2140
|
providedIn: 'root',
|
|
@@ -2193,10 +2193,10 @@ class EsolveTopicService {
|
|
|
2193
2193
|
}
|
|
2194
2194
|
return topics;
|
|
2195
2195
|
}
|
|
2196
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2197
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
2196
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveTopicService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2197
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveTopicService, providedIn: 'root' }); }
|
|
2198
2198
|
}
|
|
2199
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2199
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveTopicService, decorators: [{
|
|
2200
2200
|
type: Injectable,
|
|
2201
2201
|
args: [{
|
|
2202
2202
|
providedIn: 'root',
|
|
@@ -2411,10 +2411,10 @@ class EsolveAssetsService {
|
|
|
2411
2411
|
const total = total_records;
|
|
2412
2412
|
return new EsolveList(assets, page, rows, total);
|
|
2413
2413
|
}
|
|
2414
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2415
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
2414
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveAssetsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2415
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveAssetsService, providedIn: 'root' }); }
|
|
2416
2416
|
}
|
|
2417
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2417
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveAssetsService, decorators: [{
|
|
2418
2418
|
type: Injectable,
|
|
2419
2419
|
args: [{
|
|
2420
2420
|
providedIn: 'root',
|
|
@@ -3231,10 +3231,10 @@ class EsolveCouponsService {
|
|
|
3231
3231
|
}
|
|
3232
3232
|
return coupons;
|
|
3233
3233
|
}
|
|
3234
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
3235
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
3234
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveCouponsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3235
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveCouponsService, providedIn: 'root' }); }
|
|
3236
3236
|
}
|
|
3237
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
3237
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveCouponsService, decorators: [{
|
|
3238
3238
|
type: Injectable,
|
|
3239
3239
|
args: [{
|
|
3240
3240
|
providedIn: 'root',
|
|
@@ -3463,10 +3463,10 @@ class EsolveVouchersService {
|
|
|
3463
3463
|
}
|
|
3464
3464
|
return vouchers;
|
|
3465
3465
|
}
|
|
3466
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
3467
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
3466
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveVouchersService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3467
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveVouchersService, providedIn: 'root' }); }
|
|
3468
3468
|
}
|
|
3469
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
3469
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveVouchersService, decorators: [{
|
|
3470
3470
|
type: Injectable,
|
|
3471
3471
|
args: [{
|
|
3472
3472
|
providedIn: 'root',
|
|
@@ -3761,10 +3761,10 @@ class EsolveCartService {
|
|
|
3761
3761
|
processCartTotals(record) {
|
|
3762
3762
|
return new EsolveCartTotals(record);
|
|
3763
3763
|
}
|
|
3764
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
3765
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
3764
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveCartService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3765
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveCartService, providedIn: 'root' }); }
|
|
3766
3766
|
}
|
|
3767
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
3767
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveCartService, decorators: [{
|
|
3768
3768
|
type: Injectable,
|
|
3769
3769
|
args: [{
|
|
3770
3770
|
providedIn: 'root',
|
|
@@ -4189,10 +4189,10 @@ class EsolveLocationsService {
|
|
|
4189
4189
|
processLocation(record) {
|
|
4190
4190
|
return new EsolveLocation(record);
|
|
4191
4191
|
}
|
|
4192
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
4193
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
4192
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveLocationsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4193
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveLocationsService, providedIn: 'root' }); }
|
|
4194
4194
|
}
|
|
4195
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
4195
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveLocationsService, decorators: [{
|
|
4196
4196
|
type: Injectable,
|
|
4197
4197
|
args: [{
|
|
4198
4198
|
providedIn: 'root',
|
|
@@ -4502,10 +4502,10 @@ class EsolveTransactionsService {
|
|
|
4502
4502
|
}
|
|
4503
4503
|
return transactions;
|
|
4504
4504
|
}
|
|
4505
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
4506
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
4505
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveTransactionsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4506
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveTransactionsService, providedIn: 'root' }); }
|
|
4507
4507
|
}
|
|
4508
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
4508
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveTransactionsService, decorators: [{
|
|
4509
4509
|
type: Injectable,
|
|
4510
4510
|
args: [{
|
|
4511
4511
|
providedIn: 'root',
|
|
@@ -5055,10 +5055,10 @@ class EsolveAccountService {
|
|
|
5055
5055
|
}
|
|
5056
5056
|
return requests;
|
|
5057
5057
|
}
|
|
5058
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
5059
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
5058
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveAccountService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5059
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveAccountService, providedIn: 'root' }); }
|
|
5060
5060
|
}
|
|
5061
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
5061
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveAccountService, decorators: [{
|
|
5062
5062
|
type: Injectable,
|
|
5063
5063
|
args: [{
|
|
5064
5064
|
providedIn: 'root',
|
|
@@ -5200,10 +5200,10 @@ class EsolveBannerService {
|
|
|
5200
5200
|
}
|
|
5201
5201
|
return banners;
|
|
5202
5202
|
}
|
|
5203
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
5204
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
5203
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveBannerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5204
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveBannerService, providedIn: 'root' }); }
|
|
5205
5205
|
}
|
|
5206
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
5206
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveBannerService, decorators: [{
|
|
5207
5207
|
type: Injectable,
|
|
5208
5208
|
args: [{
|
|
5209
5209
|
providedIn: 'root',
|
|
@@ -5270,10 +5270,10 @@ class EsolveMenuService {
|
|
|
5270
5270
|
}
|
|
5271
5271
|
return menu;
|
|
5272
5272
|
}
|
|
5273
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
5274
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
5273
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveMenuService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5274
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveMenuService, providedIn: 'root' }); }
|
|
5275
5275
|
}
|
|
5276
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
5276
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveMenuService, decorators: [{
|
|
5277
5277
|
type: Injectable,
|
|
5278
5278
|
args: [{
|
|
5279
5279
|
providedIn: 'root',
|
|
@@ -5508,10 +5508,10 @@ class EsolveNewsService {
|
|
|
5508
5508
|
return this.errorHandler.handleHttpPostError('set-newsletter', errorRes);
|
|
5509
5509
|
}));
|
|
5510
5510
|
}
|
|
5511
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
5512
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
5511
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveNewsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5512
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveNewsService, providedIn: 'root' }); }
|
|
5513
5513
|
}
|
|
5514
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
5514
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveNewsService, decorators: [{
|
|
5515
5515
|
type: Injectable,
|
|
5516
5516
|
args: [{
|
|
5517
5517
|
providedIn: 'root',
|
|
@@ -6573,10 +6573,10 @@ class EsolveStockService {
|
|
|
6573
6573
|
return this.errorHandler.handleHttpPostError('set-notify', errorRes);
|
|
6574
6574
|
}));
|
|
6575
6575
|
}
|
|
6576
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
6577
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
6576
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveStockService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6577
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveStockService, providedIn: 'root' }); }
|
|
6578
6578
|
}
|
|
6579
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
6579
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveStockService, decorators: [{
|
|
6580
6580
|
type: Injectable,
|
|
6581
6581
|
args: [{
|
|
6582
6582
|
providedIn: 'root',
|
|
@@ -6720,10 +6720,10 @@ class EsolveSpecialsService {
|
|
|
6720
6720
|
processSpecial(record) {
|
|
6721
6721
|
return new EsolveSpecial(record);
|
|
6722
6722
|
}
|
|
6723
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
6724
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
6723
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveSpecialsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6724
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveSpecialsService, providedIn: 'root' }); }
|
|
6725
6725
|
}
|
|
6726
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
6726
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveSpecialsService, decorators: [{
|
|
6727
6727
|
type: Injectable,
|
|
6728
6728
|
args: [{
|
|
6729
6729
|
providedIn: 'root',
|
|
@@ -7172,10 +7172,10 @@ class EsolvePaymentService {
|
|
|
7172
7172
|
const year_string = card_data.expiry_year.padStart(4, '0');
|
|
7173
7173
|
return `${month_string}${year_string}`;
|
|
7174
7174
|
}
|
|
7175
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
7176
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
7175
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolvePaymentService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7176
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolvePaymentService, providedIn: 'root' }); }
|
|
7177
7177
|
}
|
|
7178
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
7178
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolvePaymentService, decorators: [{
|
|
7179
7179
|
type: Injectable,
|
|
7180
7180
|
args: [{
|
|
7181
7181
|
providedIn: 'root',
|
|
@@ -7448,10 +7448,10 @@ class EsolveShippingService {
|
|
|
7448
7448
|
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);
|
|
7449
7449
|
return shipping_cost;
|
|
7450
7450
|
}
|
|
7451
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
7452
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
7451
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveShippingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7452
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveShippingService, providedIn: 'root' }); }
|
|
7453
7453
|
}
|
|
7454
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
7454
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveShippingService, decorators: [{
|
|
7455
7455
|
type: Injectable,
|
|
7456
7456
|
args: [{
|
|
7457
7457
|
providedIn: 'root',
|
|
@@ -7486,10 +7486,10 @@ class EsolveEnquiryService {
|
|
|
7486
7486
|
return this.errorHandler.handleHttpPostError('set-enquiry', errorRes);
|
|
7487
7487
|
}));
|
|
7488
7488
|
}
|
|
7489
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
7490
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
7489
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveEnquiryService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7490
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveEnquiryService, providedIn: 'root' }); }
|
|
7491
7491
|
}
|
|
7492
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
7492
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveEnquiryService, decorators: [{
|
|
7493
7493
|
type: Injectable,
|
|
7494
7494
|
args: [{
|
|
7495
7495
|
providedIn: 'root',
|
|
@@ -7607,10 +7607,10 @@ class EsolveWishlistService {
|
|
|
7607
7607
|
getWishlistRecords(params) {
|
|
7608
7608
|
return this.http.get(`${this.config.api_url}/get-wishlist.php`, { params });
|
|
7609
7609
|
}
|
|
7610
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
7611
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
7610
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveWishlistService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7611
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveWishlistService, providedIn: 'root' }); }
|
|
7612
7612
|
}
|
|
7613
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
7613
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveWishlistService, decorators: [{
|
|
7614
7614
|
type: Injectable,
|
|
7615
7615
|
args: [{
|
|
7616
7616
|
providedIn: 'root',
|
|
@@ -7683,10 +7683,10 @@ class EsolveSuppliersService {
|
|
|
7683
7683
|
processSuppliers(record) {
|
|
7684
7684
|
return new EsolveSupplier(record);
|
|
7685
7685
|
}
|
|
7686
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
7687
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
7686
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveSuppliersService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7687
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveSuppliersService, providedIn: 'root' }); }
|
|
7688
7688
|
}
|
|
7689
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
7689
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveSuppliersService, decorators: [{
|
|
7690
7690
|
type: Injectable,
|
|
7691
7691
|
args: [{
|
|
7692
7692
|
providedIn: 'root',
|
|
@@ -7781,10 +7781,10 @@ class EsolveDeviceService {
|
|
|
7781
7781
|
processDevice(record) {
|
|
7782
7782
|
return new EsolveUserDevice(record);
|
|
7783
7783
|
}
|
|
7784
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
7785
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
7784
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveDeviceService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7785
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveDeviceService, providedIn: 'root' }); }
|
|
7786
7786
|
}
|
|
7787
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
7787
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveDeviceService, decorators: [{
|
|
7788
7788
|
type: Injectable,
|
|
7789
7789
|
args: [{
|
|
7790
7790
|
providedIn: 'root',
|
|
@@ -7950,10 +7950,10 @@ class EsolveWalletService {
|
|
|
7950
7950
|
}
|
|
7951
7951
|
return transactions;
|
|
7952
7952
|
}
|
|
7953
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
7954
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
7953
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveWalletService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7954
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveWalletService, providedIn: 'root' }); }
|
|
7955
7955
|
}
|
|
7956
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
7956
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveWalletService, decorators: [{
|
|
7957
7957
|
type: Injectable,
|
|
7958
7958
|
args: [{
|
|
7959
7959
|
providedIn: 'root',
|
|
@@ -8133,10 +8133,10 @@ class EsolveDeliveriesService {
|
|
|
8133
8133
|
}
|
|
8134
8134
|
return deliveries;
|
|
8135
8135
|
}
|
|
8136
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
8137
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
8136
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveDeliveriesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8137
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveDeliveriesService, providedIn: 'root' }); }
|
|
8138
8138
|
}
|
|
8139
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
8139
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveDeliveriesService, decorators: [{
|
|
8140
8140
|
type: Injectable,
|
|
8141
8141
|
args: [{
|
|
8142
8142
|
providedIn: 'root',
|
|
@@ -8395,10 +8395,10 @@ class EsolveCompetitionsService {
|
|
|
8395
8395
|
processCompetition(record) {
|
|
8396
8396
|
return new EsolveCompetition(record);
|
|
8397
8397
|
}
|
|
8398
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
8399
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
8398
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveCompetitionsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8399
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveCompetitionsService, providedIn: 'root' }); }
|
|
8400
8400
|
}
|
|
8401
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
8401
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveCompetitionsService, decorators: [{
|
|
8402
8402
|
type: Injectable,
|
|
8403
8403
|
args: [{
|
|
8404
8404
|
providedIn: 'root',
|
|
@@ -8407,6 +8407,171 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImpor
|
|
|
8407
8407
|
|
|
8408
8408
|
// Classes
|
|
8409
8409
|
|
|
8410
|
+
class EsolveReviewList extends EsolveList {
|
|
8411
|
+
constructor(record) {
|
|
8412
|
+
if (record) {
|
|
8413
|
+
super(record.items, record.page, record.rows, record.total);
|
|
8414
|
+
this.review_report = record.review_report;
|
|
8415
|
+
}
|
|
8416
|
+
}
|
|
8417
|
+
}
|
|
8418
|
+
|
|
8419
|
+
class EsolveReviewResult extends EsolveResponseResult {
|
|
8420
|
+
constructor(response) {
|
|
8421
|
+
super(response);
|
|
8422
|
+
this.id = 0;
|
|
8423
|
+
this.id = +response.esolve_id;
|
|
8424
|
+
}
|
|
8425
|
+
}
|
|
8426
|
+
|
|
8427
|
+
class EsolveReview {
|
|
8428
|
+
constructor(record) {
|
|
8429
|
+
/** Review id*/
|
|
8430
|
+
this.id = 0;
|
|
8431
|
+
/** Review rating with a maximum value of 100 */
|
|
8432
|
+
this.rating = 0;
|
|
8433
|
+
/** The review message posted by the user */
|
|
8434
|
+
this.text = '';
|
|
8435
|
+
/** Reviewer user details */
|
|
8436
|
+
this.user = {};
|
|
8437
|
+
if (record) {
|
|
8438
|
+
this.id = +(record.id ?? 0);
|
|
8439
|
+
this.rating = +(record.review_score ?? 0);
|
|
8440
|
+
this.text = record.review_text ?? '';
|
|
8441
|
+
if (record.user) {
|
|
8442
|
+
this.user = record.user;
|
|
8443
|
+
}
|
|
8444
|
+
this.date = new Date(+(record.txdate_timestamp ?? 0) * 1000);
|
|
8445
|
+
}
|
|
8446
|
+
}
|
|
8447
|
+
}
|
|
8448
|
+
|
|
8449
|
+
class EsolveReviewsService {
|
|
8450
|
+
get user_id() {
|
|
8451
|
+
return this._user_id;
|
|
8452
|
+
}
|
|
8453
|
+
set user_id(value) {
|
|
8454
|
+
value = value > 0 ? value : 0;
|
|
8455
|
+
if (this._user_id !== value) {
|
|
8456
|
+
this._user_id = value;
|
|
8457
|
+
}
|
|
8458
|
+
}
|
|
8459
|
+
constructor() {
|
|
8460
|
+
this.http = inject(HttpClient);
|
|
8461
|
+
this.config = inject(EsolveConfigService);
|
|
8462
|
+
this.sessionService = inject(EsolveSessionService);
|
|
8463
|
+
this.errorHandler = inject(EsolveErrorHandlerService);
|
|
8464
|
+
this.responseHandler = inject(EsolveResponseHandlerService);
|
|
8465
|
+
this._user_id = 0;
|
|
8466
|
+
this.sessionService.getSession().subscribe((session) => {
|
|
8467
|
+
if (session.token !== '') {
|
|
8468
|
+
this.user_id = session.user_id;
|
|
8469
|
+
}
|
|
8470
|
+
});
|
|
8471
|
+
}
|
|
8472
|
+
/**
|
|
8473
|
+
* Retrieve item reviews.
|
|
8474
|
+
*
|
|
8475
|
+
* @param options - review options
|
|
8476
|
+
*
|
|
8477
|
+
* @returns An Observable of type EsolveReviewList.
|
|
8478
|
+
*/
|
|
8479
|
+
getItemReviews(options) {
|
|
8480
|
+
try {
|
|
8481
|
+
let params = new HttpParams();
|
|
8482
|
+
params = params.set('code', options.code);
|
|
8483
|
+
if (options.page) {
|
|
8484
|
+
params = params.set('page', options.page);
|
|
8485
|
+
}
|
|
8486
|
+
if (options.rows) {
|
|
8487
|
+
params = params.set('rows', options.rows);
|
|
8488
|
+
}
|
|
8489
|
+
if (options.sort) {
|
|
8490
|
+
const sort = options.sort;
|
|
8491
|
+
if (sort.field) {
|
|
8492
|
+
params = params.set('sort', sort.field);
|
|
8493
|
+
}
|
|
8494
|
+
if (sort.order) {
|
|
8495
|
+
params = params.set('order', sort.order);
|
|
8496
|
+
}
|
|
8497
|
+
}
|
|
8498
|
+
if (options.filters) {
|
|
8499
|
+
let filters = options.filters;
|
|
8500
|
+
if (!Array.isArray(filters)) {
|
|
8501
|
+
filters = covertFromObj(filters);
|
|
8502
|
+
}
|
|
8503
|
+
params = convertToHttpParams(filters, params);
|
|
8504
|
+
}
|
|
8505
|
+
return this.http
|
|
8506
|
+
.get(`${this.config.api_url}/get-item-reviews.php`, {
|
|
8507
|
+
params: params,
|
|
8508
|
+
})
|
|
8509
|
+
.pipe(map((response) => {
|
|
8510
|
+
if (response.records === undefined) {
|
|
8511
|
+
throw response;
|
|
8512
|
+
}
|
|
8513
|
+
const items = this.processReviews(response.records);
|
|
8514
|
+
const total = +(response.additional_data?.total_records ?? 0);
|
|
8515
|
+
const rows = options.rows ?? total;
|
|
8516
|
+
const page = options.page || 1;
|
|
8517
|
+
const average_rating = response.additional_data
|
|
8518
|
+
?.total_review_score_average ?? 0;
|
|
8519
|
+
const total_user_reviews = response.additional_data?.total_user_reviews ?? 0;
|
|
8520
|
+
return new EsolveReviewList({
|
|
8521
|
+
items,
|
|
8522
|
+
page,
|
|
8523
|
+
rows,
|
|
8524
|
+
total,
|
|
8525
|
+
review_report: {
|
|
8526
|
+
average_rating,
|
|
8527
|
+
total_user_reviews,
|
|
8528
|
+
},
|
|
8529
|
+
});
|
|
8530
|
+
}));
|
|
8531
|
+
}
|
|
8532
|
+
catch (error) {
|
|
8533
|
+
return throwError(() => error);
|
|
8534
|
+
}
|
|
8535
|
+
}
|
|
8536
|
+
setItemReview(code, form_data) {
|
|
8537
|
+
if (code === '') {
|
|
8538
|
+
return throwError(() => new Error('Code is required'));
|
|
8539
|
+
}
|
|
8540
|
+
const params = new HttpParams({
|
|
8541
|
+
fromObject: {
|
|
8542
|
+
code,
|
|
8543
|
+
},
|
|
8544
|
+
});
|
|
8545
|
+
return this.http
|
|
8546
|
+
.post(`${this.config.api_url}/set-item-review.php`, form_data, {
|
|
8547
|
+
responseType: 'json',
|
|
8548
|
+
observe: 'body',
|
|
8549
|
+
params,
|
|
8550
|
+
})
|
|
8551
|
+
.pipe(map((http_response) => this.responseHandler.validateSingleHttpResponse(http_response, (response) => new EsolveReviewResult(response))), catchError$1((errorRes) => {
|
|
8552
|
+
return this.errorHandler.handleHttpPostError('set-item-review', errorRes);
|
|
8553
|
+
}));
|
|
8554
|
+
}
|
|
8555
|
+
processReviews(records) {
|
|
8556
|
+
const reviews = [];
|
|
8557
|
+
if (records) {
|
|
8558
|
+
for (const record of records) {
|
|
8559
|
+
const review = new EsolveReview(record);
|
|
8560
|
+
reviews.push(review);
|
|
8561
|
+
}
|
|
8562
|
+
}
|
|
8563
|
+
return reviews;
|
|
8564
|
+
}
|
|
8565
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveReviewsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8566
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveReviewsService, providedIn: 'root' }); }
|
|
8567
|
+
}
|
|
8568
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: EsolveReviewsService, decorators: [{
|
|
8569
|
+
type: Injectable,
|
|
8570
|
+
args: [{
|
|
8571
|
+
providedIn: 'root',
|
|
8572
|
+
}]
|
|
8573
|
+
}], ctorParameters: () => [] });
|
|
8574
|
+
|
|
8410
8575
|
/*
|
|
8411
8576
|
* Public API Surface of ng-esolve-connect
|
|
8412
8577
|
*/
|
|
@@ -8415,5 +8580,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImpor
|
|
|
8415
8580
|
* Generated bundle index. Do not edit.
|
|
8416
8581
|
*/
|
|
8417
8582
|
|
|
8418
|
-
export { ESOLVE_CONNECT_CONFIG, ESOLVE_EURUS_AUTO_LOGIN, EsolveAccountConfirmationResult, EsolveAccountPayment, EsolveAccountService, EsolveAdditionalStockImage, EsolveAddress, EsolveAddressResult, 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, EsolveErrorHandlerService, esolveFilterFactory as 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, EsolveSeoInfo, EsolveSeoService, EsolveSessionAddressUpdateResult, 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, EsolveStockService, 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 };
|
|
8583
|
+
export { ESOLVE_CONNECT_CONFIG, ESOLVE_EURUS_AUTO_LOGIN, EsolveAccountConfirmationResult, EsolveAccountPayment, EsolveAccountService, EsolveAdditionalStockImage, EsolveAddress, EsolveAddressResult, 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, EsolveErrorHandlerService, esolveFilterFactory as 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, 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, EsolveStockService, 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 };
|
|
8419
8584
|
//# sourceMappingURL=esolve-ng-esolve-connect.mjs.map
|