@esolve/ng-esolve-connect 0.70.0 → 0.72.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.
Files changed (80) hide show
  1. package/esm2022/lib/account/esolve-account.service.mjs +4 -4
  2. package/esm2022/lib/assets/esolve-assets.service.mjs +3 -3
  3. package/esm2022/lib/auth/esolve-auth-interceptor.service.mjs +3 -3
  4. package/esm2022/lib/auth/esolve-auth.service.mjs +4 -4
  5. package/esm2022/lib/auth/esolve-otp.service.mjs +3 -3
  6. package/esm2022/lib/banners/esolve-banner.service.mjs +3 -3
  7. package/esm2022/lib/cart/classes/esolve-cart-totals.model.mjs +11 -2
  8. package/esm2022/lib/cart/classes/esolve-delivery-category-totals.model.mjs +27 -0
  9. package/esm2022/lib/cart/classes/index.mjs +2 -1
  10. package/esm2022/lib/cart/esolve-cart.service.mjs +5 -5
  11. package/esm2022/lib/cart/interfaces/esolve-cart-totals-record.interface.mjs +1 -1
  12. package/esm2022/lib/cart/interfaces/esovle-delivery-category-totals-record.interface.mjs +2 -0
  13. package/esm2022/lib/cart/interfaces/index.mjs +2 -1
  14. package/esm2022/lib/cart/types/esolve-delivery-category-totals-map-record.type.mjs +2 -0
  15. package/esm2022/lib/cart/types/esolve-delivery-category-totals-map.type.mjs +2 -0
  16. package/esm2022/lib/cart/types/index.mjs +3 -1
  17. package/esm2022/lib/category-tree/esolve-category-tree.service.mjs +3 -3
  18. package/esm2022/lib/core/esolve-config.service.mjs +4 -4
  19. package/esm2022/lib/coupons/esolve-coupons.service.mjs +4 -4
  20. package/esm2022/lib/deliveries/classes/esolve-delivery.model.mjs +8 -2
  21. package/esm2022/lib/deliveries/esolve-deliveries.service.mjs +3 -3
  22. package/esm2022/lib/deliveries/interfaces/esolve-delivery-record.interface.mjs +1 -1
  23. package/esm2022/lib/device/esolve-device.service.mjs +3 -3
  24. package/esm2022/lib/enquiry/esolve-enquiry.service.mjs +3 -3
  25. package/esm2022/lib/geocoder/esolve-geocoder.service.mjs +3 -3
  26. package/esm2022/lib/images/directives/cdn-src.directive.mjs +5 -5
  27. package/esm2022/lib/locations/esolve-locations.service.mjs +3 -3
  28. package/esm2022/lib/manufacturers/esolve-manufacturers.service.mjs +3 -3
  29. package/esm2022/lib/menu/esolve-menu.service.mjs +3 -3
  30. package/esm2022/lib/news/esolve-news.service.mjs +3 -3
  31. package/esm2022/lib/ng-esolve-connect.module.mjs +4 -4
  32. package/esm2022/lib/payment/esolve-payment.service.mjs +3 -3
  33. package/esm2022/lib/ranges/esolve-ranges.service.mjs +3 -3
  34. package/esm2022/lib/seo/esolve-seo.service.mjs +4 -4
  35. package/esm2022/lib/session/esolve-session-metadata.service.mjs +3 -3
  36. package/esm2022/lib/session/esolve-session.service.mjs +4 -4
  37. package/esm2022/lib/shared/cookie/esolve-cookie.service.mjs +3 -3
  38. package/esm2022/lib/shared/errors/esolve-error-handler.service.mjs +3 -3
  39. package/esm2022/lib/shared/response/esolve-response-handler.service.mjs +3 -3
  40. package/esm2022/lib/shipping/esolve-shipping.service.mjs +3 -3
  41. package/esm2022/lib/specials/esolve-specials.service.mjs +3 -3
  42. package/esm2022/lib/stock/esolve-stock.service.mjs +3 -3
  43. package/esm2022/lib/suppliers/esolve-suppliers.service.mjs +3 -3
  44. package/esm2022/lib/tags/esolve-tags.service.mjs +3 -3
  45. package/esm2022/lib/topics/esolve-topic.service.mjs +3 -3
  46. package/esm2022/lib/transactions/classes/esolve-transaction-address.model.mjs +3 -2
  47. package/esm2022/lib/transactions/classes/esolve-transaction-pick.model.mjs +3 -2
  48. package/esm2022/lib/transactions/classes/esolve-transaction.model.mjs +3 -3
  49. package/esm2022/lib/transactions/esolve-transactions.service.mjs +4 -4
  50. package/esm2022/lib/transactions/interfaces/esolve-transaction-record.interface.mjs +1 -1
  51. package/esm2022/lib/vouchers/esolve-vouchers.service.mjs +4 -4
  52. package/esm2022/lib/wallet/esolve-wallet.service.mjs +4 -4
  53. package/esm2022/lib/wishlist/esolve-wishlist.service.mjs +3 -3
  54. package/esm2022/media/lib/components/media-layout/esolve-media-layout.component.mjs +3 -3
  55. package/esm2022/media/lib/components/media-section/esolve-media-section.component.mjs +3 -3
  56. package/esm2022/media/lib/ng-esolve-connect-media.module.mjs +4 -4
  57. package/esm2022/media/lib/services/esolve-media-layout.service.mjs +4 -4
  58. package/esm2022/media/lib/services/esolve-media.service.mjs +3 -3
  59. package/esm2022/notifications/lib/services/esolve-notifications.service.mjs +3 -3
  60. package/esm2022/survey/lib/services/esolve-survey.service.mjs +3 -3
  61. package/fesm2022/esolve-ng-esolve-connect-media.mjs +17 -17
  62. package/fesm2022/esolve-ng-esolve-connect-notifications.mjs +3 -3
  63. package/fesm2022/esolve-ng-esolve-connect-survey.mjs +3 -3
  64. package/fesm2022/esolve-ng-esolve-connect.mjs +178 -135
  65. package/fesm2022/esolve-ng-esolve-connect.mjs.map +1 -1
  66. package/lib/cart/classes/esolve-cart-totals.model.d.ts +6 -1
  67. package/lib/cart/classes/esolve-delivery-category-totals.model.d.ts +20 -0
  68. package/lib/cart/classes/index.d.ts +1 -0
  69. package/lib/cart/interfaces/esolve-cart-totals-record.interface.d.ts +2 -0
  70. package/lib/cart/interfaces/esovle-delivery-category-totals-record.interface.d.ts +18 -0
  71. package/lib/cart/interfaces/index.d.ts +1 -0
  72. package/lib/cart/types/esolve-delivery-category-totals-map-record.type.d.ts +2 -0
  73. package/lib/cart/types/esolve-delivery-category-totals-map.type.d.ts +2 -0
  74. package/lib/cart/types/index.d.ts +2 -0
  75. package/lib/deliveries/classes/esolve-delivery.model.d.ts +7 -1
  76. package/lib/deliveries/interfaces/esolve-delivery-record.interface.d.ts +7 -1
  77. package/lib/transactions/classes/esolve-transaction-address.model.d.ts +2 -1
  78. package/lib/transactions/classes/esolve-transaction-pick.model.d.ts +2 -1
  79. package/lib/transactions/interfaces/esolve-transaction-record.interface.d.ts +2 -0
  80. package/package.json +1 -1
@@ -1,9 +1,9 @@
1
1
  import { isPlatformBrowser, CommonModule, IMAGE_LOADER, DOCUMENT } from '@angular/common';
2
- import { HttpErrorResponse, HttpClient, HttpParams, HttpHeaders, HTTP_INTERCEPTORS, provideHttpClient, withInterceptorsFromDi, HttpClientModule } from '@angular/common/http';
2
+ import { HttpErrorResponse, HttpClient, HttpParams, HttpHeaders, HTTP_INTERCEPTORS, withInterceptorsFromDi, provideHttpClient, HttpClientModule } 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, switchMap, timer, takeUntil, combineLatest, debounceTime, shareReplay, filter, distinctUntilChanged, of, firstValueFrom, iif, catchError as catchError$1 } from 'rxjs';
6
+ import { throwError, BehaviorSubject, Subject, map, takeUntil, timer, switchMap, debounceTime, shareReplay, combineLatest, filter, distinctUntilChanged, 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,15 +55,15 @@ 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: "16.2.4", ngImport: i0, type: EsolveConfigService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
59
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveConfigService, providedIn: 'root' }); }
58
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveConfigService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
59
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveConfigService, providedIn: 'root' }); }
60
60
  }
61
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveConfigService, decorators: [{
61
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveConfigService, decorators: [{
62
62
  type: Injectable,
63
63
  args: [{
64
64
  providedIn: 'root',
65
65
  }]
66
- }], ctorParameters: function () { return []; } });
66
+ }], ctorParameters: () => [] });
67
67
 
68
68
  class EsolveCookieService {
69
69
  constructor() {
@@ -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: "16.2.4", ngImport: i0, type: EsolveCookieService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
85
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveCookieService, providedIn: 'root' }); }
84
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveCookieService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
85
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveCookieService, providedIn: 'root' }); }
86
86
  }
87
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveCookieService, decorators: [{
87
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", 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: "16.2.4", ngImport: i0, type: EsolveErrorHandlerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
189
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveErrorHandlerService, providedIn: 'root' }); }
188
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveErrorHandlerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
189
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveErrorHandlerService, providedIn: 'root' }); }
190
190
  }
191
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveErrorHandlerService, decorators: [{
191
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", 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);
473
473
  }
474
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveResponseHandlerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
475
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveResponseHandlerService, providedIn: 'root' }); }
474
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveResponseHandlerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
475
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveResponseHandlerService, providedIn: 'root' }); }
476
476
  }
477
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveResponseHandlerService, decorators: [{
477
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveResponseHandlerService, decorators: [{
478
478
  type: Injectable,
479
479
  args: [{
480
480
  providedIn: 'root',
@@ -731,15 +731,15 @@ class EsolveSessionService {
731
731
  }
732
732
  localStorage.removeItem(this.storage_key);
733
733
  }
734
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveSessionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
735
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveSessionService, providedIn: 'root' }); }
734
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveSessionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
735
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveSessionService, providedIn: 'root' }); }
736
736
  }
737
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveSessionService, decorators: [{
737
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveSessionService, decorators: [{
738
738
  type: Injectable,
739
739
  args: [{
740
740
  providedIn: 'root',
741
741
  }]
742
- }], ctorParameters: function () { return []; } });
742
+ }], ctorParameters: () => [] });
743
743
 
744
744
  class EsolveSessionMetadataService {
745
745
  constructor() {
@@ -794,10 +794,10 @@ class EsolveSessionMetadataService {
794
794
  return this.errorHandler.handleHttpDeleteError('delete-sessions-metadata', errorRes);
795
795
  }));
796
796
  }
797
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveSessionMetadataService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
798
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveSessionMetadataService, providedIn: 'root' }); }
797
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveSessionMetadataService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
798
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveSessionMetadataService, providedIn: 'root' }); }
799
799
  }
800
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveSessionMetadataService, decorators: [{
800
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveSessionMetadataService, decorators: [{
801
801
  type: Injectable,
802
802
  args: [{
803
803
  providedIn: 'root',
@@ -1025,15 +1025,15 @@ class EsolveAuthService {
1025
1025
  }
1026
1026
  return throwError(() => error);
1027
1027
  }
1028
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveAuthService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1029
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveAuthService, providedIn: 'root' }); }
1028
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveAuthService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1029
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveAuthService, providedIn: 'root' }); }
1030
1030
  }
1031
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveAuthService, decorators: [{
1031
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveAuthService, decorators: [{
1032
1032
  type: Injectable,
1033
1033
  args: [{
1034
1034
  providedIn: 'root',
1035
1035
  }]
1036
- }], ctorParameters: function () { return []; } });
1036
+ }], ctorParameters: () => [] });
1037
1037
 
1038
1038
  class EsolveAuthInterceptorService {
1039
1039
  constructor() {
@@ -1066,10 +1066,10 @@ class EsolveAuthInterceptorService {
1066
1066
  }
1067
1067
  return next.handle(req);
1068
1068
  }
1069
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveAuthInterceptorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1070
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveAuthInterceptorService }); }
1069
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveAuthInterceptorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1070
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveAuthInterceptorService }); }
1071
1071
  }
1072
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveAuthInterceptorService, decorators: [{
1072
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveAuthInterceptorService, decorators: [{
1073
1073
  type: Injectable
1074
1074
  }] });
1075
1075
 
@@ -1162,10 +1162,10 @@ class EsolveOtpService {
1162
1162
  return throwError(() => error);
1163
1163
  }
1164
1164
  }
1165
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveOtpService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1166
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveOtpService, providedIn: 'root' }); }
1165
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveOtpService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1166
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveOtpService, providedIn: 'root' }); }
1167
1167
  }
1168
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveOtpService, decorators: [{
1168
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveOtpService, decorators: [{
1169
1169
  type: Injectable,
1170
1170
  args: [{
1171
1171
  providedIn: 'root',
@@ -1209,11 +1209,11 @@ class NgEsolveConnectModule {
1209
1209
  providers: provideNgEsolveConnect(config, auto_login),
1210
1210
  };
1211
1211
  }
1212
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: NgEsolveConnectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1213
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.4", ngImport: i0, type: NgEsolveConnectModule, imports: [CommonModule, HttpClientModule] }); }
1214
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: NgEsolveConnectModule, imports: [CommonModule, HttpClientModule] }); }
1212
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: NgEsolveConnectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1213
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.8", ngImport: i0, type: NgEsolveConnectModule, imports: [CommonModule, HttpClientModule] }); }
1214
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: NgEsolveConnectModule, imports: [CommonModule, HttpClientModule] }); }
1215
1215
  }
1216
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: NgEsolveConnectModule, decorators: [{
1216
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: NgEsolveConnectModule, decorators: [{
1217
1217
  type: NgModule,
1218
1218
  args: [{
1219
1219
  imports: [CommonModule, HttpClientModule],
@@ -1333,16 +1333,16 @@ class EsolveCdnSrcDirective {
1333
1333
  isImage(el) {
1334
1334
  return 'loading' in this.el.nativeElement;
1335
1335
  }
1336
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveCdnSrcDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1337
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.4", type: EsolveCdnSrcDirective, isStandalone: true, selector: "[eslvCdnSrc]", inputs: { src: ["eslvCdnSrc", "src"] }, host: { listeners: { "error": "onError()" } }, usesOnChanges: true, ngImport: i0 }); }
1336
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveCdnSrcDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1337
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.8", type: EsolveCdnSrcDirective, isStandalone: true, selector: "[eslvCdnSrc]", inputs: { src: ["eslvCdnSrc", "src"] }, host: { listeners: { "error": "onError()" } }, usesOnChanges: true, ngImport: i0 }); }
1338
1338
  }
1339
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveCdnSrcDirective, decorators: [{
1339
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveCdnSrcDirective, decorators: [{
1340
1340
  type: Directive,
1341
1341
  args: [{
1342
1342
  selector: '[eslvCdnSrc]',
1343
1343
  standalone: true,
1344
1344
  }]
1345
- }], ctorParameters: function () { return []; }, propDecorators: { src: [{
1345
+ }], ctorParameters: () => [], propDecorators: { src: [{
1346
1346
  type: Input,
1347
1347
  args: ['eslvCdnSrc']
1348
1348
  }], onError: [{
@@ -1468,15 +1468,15 @@ class EsolveSeoService {
1468
1468
  }
1469
1469
  return pageSeo;
1470
1470
  }
1471
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveSeoService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1472
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveSeoService, providedIn: 'root' }); }
1471
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveSeoService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1472
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveSeoService, providedIn: 'root' }); }
1473
1473
  }
1474
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveSeoService, decorators: [{
1474
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveSeoService, decorators: [{
1475
1475
  type: Injectable,
1476
1476
  args: [{
1477
1477
  providedIn: 'root',
1478
1478
  }]
1479
- }], ctorParameters: function () { return []; } });
1479
+ }], ctorParameters: () => [] });
1480
1480
 
1481
1481
  class EsolveGeocodeAddressResult {
1482
1482
  constructor(street_number, street, suburb, city, province, country, postal_code) {
@@ -1558,10 +1558,10 @@ class EsolveGeocoderService {
1558
1558
  const geocode_result = new EsolveGeocodeResult(record.formatted_address, geocode_address, geocode_coords, record.status, record.checksum, record.cached);
1559
1559
  return geocode_result;
1560
1560
  }
1561
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveGeocoderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1562
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveGeocoderService, providedIn: 'root' }); }
1561
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveGeocoderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1562
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveGeocoderService, providedIn: 'root' }); }
1563
1563
  }
1564
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveGeocoderService, decorators: [{
1564
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveGeocoderService, decorators: [{
1565
1565
  type: Injectable,
1566
1566
  args: [{
1567
1567
  providedIn: 'root',
@@ -1778,10 +1778,10 @@ class EsolveCategoryTreeService {
1778
1778
  }
1779
1779
  return null;
1780
1780
  }
1781
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveCategoryTreeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1782
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveCategoryTreeService, providedIn: 'root' }); }
1781
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveCategoryTreeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1782
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveCategoryTreeService, providedIn: 'root' }); }
1783
1783
  }
1784
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveCategoryTreeService, decorators: [{
1784
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveCategoryTreeService, decorators: [{
1785
1785
  type: Injectable,
1786
1786
  args: [{
1787
1787
  providedIn: 'root',
@@ -1900,10 +1900,10 @@ class EsolveManufacturersService {
1900
1900
  processManufacturer(record) {
1901
1901
  return new EsolveManufacturer(record);
1902
1902
  }
1903
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveManufacturersService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1904
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveManufacturersService, providedIn: 'root' }); }
1903
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveManufacturersService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1904
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveManufacturersService, providedIn: 'root' }); }
1905
1905
  }
1906
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveManufacturersService, decorators: [{
1906
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveManufacturersService, decorators: [{
1907
1907
  type: Injectable,
1908
1908
  args: [{
1909
1909
  providedIn: 'root',
@@ -2018,10 +2018,10 @@ class EsolveRangesService {
2018
2018
  processRange(record) {
2019
2019
  return new EsolveRange(record);
2020
2020
  }
2021
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveRangesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2022
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveRangesService, providedIn: 'root' }); }
2021
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveRangesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2022
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveRangesService, providedIn: 'root' }); }
2023
2023
  }
2024
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveRangesService, decorators: [{
2024
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveRangesService, decorators: [{
2025
2025
  type: Injectable,
2026
2026
  args: [{
2027
2027
  providedIn: 'root',
@@ -2121,10 +2121,10 @@ class EsolveTagsService {
2121
2121
  }
2122
2122
  return tags;
2123
2123
  }
2124
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveTagsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2125
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveTagsService, providedIn: 'root' }); }
2124
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveTagsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2125
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveTagsService, providedIn: 'root' }); }
2126
2126
  }
2127
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveTagsService, decorators: [{
2127
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveTagsService, decorators: [{
2128
2128
  type: Injectable,
2129
2129
  args: [{
2130
2130
  providedIn: 'root',
@@ -2181,10 +2181,10 @@ class EsolveTopicService {
2181
2181
  }
2182
2182
  return topics;
2183
2183
  }
2184
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveTopicService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2185
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveTopicService, providedIn: 'root' }); }
2184
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveTopicService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2185
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveTopicService, providedIn: 'root' }); }
2186
2186
  }
2187
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveTopicService, decorators: [{
2187
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveTopicService, decorators: [{
2188
2188
  type: Injectable,
2189
2189
  args: [{
2190
2190
  providedIn: 'root',
@@ -2397,10 +2397,10 @@ class EsolveAssetsService {
2397
2397
  const total = total_records;
2398
2398
  return new EsolveList(assets, page, rows, total);
2399
2399
  }
2400
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveAssetsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2401
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveAssetsService, providedIn: 'root' }); }
2400
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveAssetsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2401
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveAssetsService, providedIn: 'root' }); }
2402
2402
  }
2403
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveAssetsService, decorators: [{
2403
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveAssetsService, decorators: [{
2404
2404
  type: Injectable,
2405
2405
  args: [{
2406
2406
  providedIn: 'root',
@@ -2759,6 +2759,33 @@ class EsolveCartItem {
2759
2759
  }
2760
2760
  }
2761
2761
 
2762
+ class EsolveDeliveryCategoryTotals {
2763
+ constructor(record) {
2764
+ /**
2765
+ * TOTAL without DISCOUNTS and with TAX
2766
+ */
2767
+ this.subtotal = 0;
2768
+ /**
2769
+ * TOTAL without DISCOUNTS and without TAX
2770
+ */
2771
+ this.subtotal_excl = 0;
2772
+ /**
2773
+ * TOTAL with DISCOUNTS and with TAX
2774
+ */
2775
+ this.total = 0;
2776
+ /**
2777
+ * TOTAL with DISCOUNTS and without TAX
2778
+ */
2779
+ this.total_excl = 0;
2780
+ if (record) {
2781
+ this.subtotal = +record.subtotal;
2782
+ this.subtotal_excl = +record.subtotal_excl;
2783
+ this.total = +record.total;
2784
+ this.total_excl = +record.total_excl;
2785
+ }
2786
+ }
2787
+ }
2788
+
2762
2789
  /**
2763
2790
  * Totals in cart
2764
2791
  */
@@ -2801,7 +2828,7 @@ class EsolveCartTotals {
2801
2828
  /**
2802
2829
  * Total of allowance
2803
2830
  */
2804
- allowance = 0) {
2831
+ allowance = 0, delivery_category_totals) {
2805
2832
  this.records = records;
2806
2833
  this.items = items;
2807
2834
  this.sub_total = sub_total;
@@ -2809,6 +2836,14 @@ class EsolveCartTotals {
2809
2836
  this.discount_total = discount_total;
2810
2837
  this.voucher_total = voucher_total;
2811
2838
  this.allowance = allowance;
2839
+ if (delivery_category_totals &&
2840
+ Object.keys(delivery_category_totals).length > 0) {
2841
+ this.delivery_category_totals = new Map();
2842
+ for (const key in delivery_category_totals) {
2843
+ const record = delivery_category_totals[key];
2844
+ this.delivery_category_totals.set(key, new EsolveDeliveryCategoryTotals(record));
2845
+ }
2846
+ }
2812
2847
  }
2813
2848
  }
2814
2849
 
@@ -3120,15 +3155,15 @@ class EsolveCouponsService {
3120
3155
  }
3121
3156
  return coupons;
3122
3157
  }
3123
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveCouponsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3124
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveCouponsService, providedIn: 'root' }); }
3158
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveCouponsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3159
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveCouponsService, providedIn: 'root' }); }
3125
3160
  }
3126
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveCouponsService, decorators: [{
3161
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveCouponsService, decorators: [{
3127
3162
  type: Injectable,
3128
3163
  args: [{
3129
3164
  providedIn: 'root',
3130
3165
  }]
3131
- }], ctorParameters: function () { return []; } });
3166
+ }], ctorParameters: () => [] });
3132
3167
 
3133
3168
  // Classes
3134
3169
 
@@ -3352,15 +3387,15 @@ class EsolveVouchersService {
3352
3387
  }
3353
3388
  return vouchers;
3354
3389
  }
3355
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveVouchersService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3356
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveVouchersService, providedIn: 'root' }); }
3390
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveVouchersService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3391
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveVouchersService, providedIn: 'root' }); }
3357
3392
  }
3358
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveVouchersService, decorators: [{
3393
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveVouchersService, decorators: [{
3359
3394
  type: Injectable,
3360
3395
  args: [{
3361
3396
  providedIn: 'root',
3362
3397
  }]
3363
- }], ctorParameters: function () { return []; } });
3398
+ }], ctorParameters: () => [] });
3364
3399
 
3365
3400
  // Classes
3366
3401
 
@@ -3644,13 +3679,13 @@ class EsolveCartService {
3644
3679
  * @returns Processed cart totals
3645
3680
  */
3646
3681
  processCartTotals(record) {
3647
- const cart_totals = new EsolveCartTotals(+record.records, +record.items, +record.total, +record.vat, +record.discount, +record.vouchers, +record.allowance);
3682
+ const cart_totals = new EsolveCartTotals(+record.records, +record.items, +record.total, +record.vat, +record.discount, +record.vouchers, +record.allowance, record.delivery_category_totals);
3648
3683
  return cart_totals;
3649
3684
  }
3650
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveCartService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3651
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveCartService, providedIn: 'root' }); }
3685
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveCartService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3686
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveCartService, providedIn: 'root' }); }
3652
3687
  }
3653
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveCartService, decorators: [{
3688
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveCartService, decorators: [{
3654
3689
  type: Injectable,
3655
3690
  args: [{
3656
3691
  providedIn: 'root',
@@ -3658,7 +3693,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImpor
3658
3693
  }] });
3659
3694
 
3660
3695
  class EsolveTransactionAddress {
3661
- constructor(recipient, address_type, address_description, street_number, street, suburb, city, province, country, postal_code, pobox) {
3696
+ constructor(recipient, address_type, address_description, street_number, street, suburb, city, province, country, postal_code, pobox, alias) {
3662
3697
  this.recipient = recipient;
3663
3698
  this.address_type = address_type;
3664
3699
  this.address_description = address_description;
@@ -3670,6 +3705,7 @@ class EsolveTransactionAddress {
3670
3705
  this.country = country;
3671
3706
  this.postal_code = postal_code;
3672
3707
  this.pobox = pobox;
3708
+ this.alias = alias;
3673
3709
  }
3674
3710
  }
3675
3711
 
@@ -4064,10 +4100,10 @@ class EsolveLocationsService {
4064
4100
  processLocation(record) {
4065
4101
  return new EsolveLocation(record);
4066
4102
  }
4067
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveLocationsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
4068
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveLocationsService, providedIn: 'root' }); }
4103
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveLocationsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
4104
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveLocationsService, providedIn: 'root' }); }
4069
4105
  }
4070
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveLocationsService, decorators: [{
4106
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveLocationsService, decorators: [{
4071
4107
  type: Injectable,
4072
4108
  args: [{
4073
4109
  providedIn: 'root',
@@ -4111,8 +4147,9 @@ class EsolveTransactionUser {
4111
4147
  }
4112
4148
 
4113
4149
  class EsolveTransactionPick {
4114
- constructor(pick_id, status) {
4150
+ constructor(pick_id, balanced, status) {
4115
4151
  this.pick_id = pick_id;
4152
+ this.balanced = balanced;
4116
4153
  this.status = status;
4117
4154
  }
4118
4155
  }
@@ -4177,7 +4214,7 @@ class EsolveTransaction {
4177
4214
  this.payment_reference = record.payment_reference;
4178
4215
  this.payment_description = record.payment_description;
4179
4216
  this.gateway_transaction_id = record.gateway_transaction_id;
4180
- this.address = new EsolveTransactionAddress(record.recipient, record.address_type, record.address_description, record.street_number, record.street, record.suburb, record.city, record.province, record.country, record.postal_code, record.pobox);
4217
+ this.address = new EsolveTransactionAddress(record.recipient, record.address_type, record.address_description, record.street_number, record.street, record.suburb, record.city, record.province, record.country, record.postal_code, record.pobox, record.address_alias);
4181
4218
  if (record.user) {
4182
4219
  this.user = new EsolveTransactionUser(+record.user.id, record.user.email, record.user.firstname, record.user.surname, record.user.telnumber, record.user.cellnumber);
4183
4220
  }
@@ -4199,7 +4236,7 @@ class EsolveTransaction {
4199
4236
  this.parseTransactionItems(record.transaction_items);
4200
4237
  this.parseAlternatives(record.alternatives);
4201
4238
  if (record.cart_pick_id && record.pick_status) {
4202
- this.pick = new EsolveTransactionPick(record.cart_pick_id, record.pick_status);
4239
+ this.pick = new EsolveTransactionPick(record.cart_pick_id, record.pick_balanced ?? false, record.pick_status);
4203
4240
  if (record.pick_start !== undefined && record.pick_start !== null) {
4204
4241
  this.pick.start_date = new Date(+record.pick_start * 1000);
4205
4242
  }
@@ -4361,15 +4398,15 @@ class EsolveTransactionsService {
4361
4398
  }
4362
4399
  return transactions;
4363
4400
  }
4364
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveTransactionsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
4365
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveTransactionsService, providedIn: 'root' }); }
4401
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveTransactionsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
4402
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveTransactionsService, providedIn: 'root' }); }
4366
4403
  }
4367
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveTransactionsService, decorators: [{
4404
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveTransactionsService, decorators: [{
4368
4405
  type: Injectable,
4369
4406
  args: [{
4370
4407
  providedIn: 'root',
4371
4408
  }]
4372
- }], ctorParameters: function () { return []; } });
4409
+ }], ctorParameters: () => [] });
4373
4410
 
4374
4411
  class EsolveSessionShippingUpdateResult extends EsolveResponseResult {
4375
4412
  constructor(response) {
@@ -4855,15 +4892,15 @@ class EsolveAccountService {
4855
4892
  return new EsolveLocationUpdateResult(response);
4856
4893
  })));
4857
4894
  }
4858
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveAccountService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
4859
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveAccountService, providedIn: 'root' }); }
4895
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveAccountService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
4896
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveAccountService, providedIn: 'root' }); }
4860
4897
  }
4861
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveAccountService, decorators: [{
4898
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveAccountService, decorators: [{
4862
4899
  type: Injectable,
4863
4900
  args: [{
4864
4901
  providedIn: 'root',
4865
4902
  }]
4866
- }], ctorParameters: function () { return []; } });
4903
+ }], ctorParameters: () => [] });
4867
4904
 
4868
4905
  class EsolveBanner {
4869
4906
  constructor(id, banner_display_container, identifier, type, title, sub_title, catch_phrase, background_colour, button_caption, article, sort_priority, link, images) {
@@ -4998,10 +5035,10 @@ class EsolveBannerService {
4998
5035
  }
4999
5036
  return banners;
5000
5037
  }
5001
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveBannerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
5002
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveBannerService, providedIn: 'root' }); }
5038
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveBannerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
5039
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveBannerService, providedIn: 'root' }); }
5003
5040
  }
5004
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveBannerService, decorators: [{
5041
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveBannerService, decorators: [{
5005
5042
  type: Injectable,
5006
5043
  args: [{
5007
5044
  providedIn: 'root',
@@ -5066,10 +5103,10 @@ class EsolveMenuService {
5066
5103
  }
5067
5104
  return menu;
5068
5105
  }
5069
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveMenuService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
5070
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveMenuService, providedIn: 'root' }); }
5106
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveMenuService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
5107
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveMenuService, providedIn: 'root' }); }
5071
5108
  }
5072
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveMenuService, decorators: [{
5109
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveMenuService, decorators: [{
5073
5110
  type: Injectable,
5074
5111
  args: [{
5075
5112
  providedIn: 'root',
@@ -5304,10 +5341,10 @@ class EsolveNewsService {
5304
5341
  return this.errorHandler.handleHttpPostError('set-newsletter', errorRes);
5305
5342
  }));
5306
5343
  }
5307
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveNewsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
5308
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveNewsService, providedIn: 'root' }); }
5344
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveNewsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
5345
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveNewsService, providedIn: 'root' }); }
5309
5346
  }
5310
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveNewsService, decorators: [{
5347
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveNewsService, decorators: [{
5311
5348
  type: Injectable,
5312
5349
  args: [{
5313
5350
  providedIn: 'root',
@@ -6332,10 +6369,10 @@ class EsolveStockService {
6332
6369
  return this.errorHandler.handleHttpPostError('set-notify', errorRes);
6333
6370
  }));
6334
6371
  }
6335
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveStockService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
6336
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveStockService, providedIn: 'root' }); }
6372
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveStockService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
6373
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveStockService, providedIn: 'root' }); }
6337
6374
  }
6338
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveStockService, decorators: [{
6375
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveStockService, decorators: [{
6339
6376
  type: Injectable,
6340
6377
  args: [{
6341
6378
  providedIn: 'root',
@@ -6479,10 +6516,10 @@ class EsolveSpecialsService {
6479
6516
  processSpecial(record) {
6480
6517
  return new EsolveSpecial(record);
6481
6518
  }
6482
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveSpecialsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
6483
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveSpecialsService, providedIn: 'root' }); }
6519
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveSpecialsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
6520
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveSpecialsService, providedIn: 'root' }); }
6484
6521
  }
6485
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveSpecialsService, decorators: [{
6522
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveSpecialsService, decorators: [{
6486
6523
  type: Injectable,
6487
6524
  args: [{
6488
6525
  providedIn: 'root',
@@ -6825,10 +6862,10 @@ class EsolvePaymentService {
6825
6862
  const year_string = card_data.expiry_year.padStart(4, '0');
6826
6863
  return `${month_string}${year_string}`;
6827
6864
  }
6828
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolvePaymentService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
6829
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolvePaymentService, providedIn: 'root' }); }
6865
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolvePaymentService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
6866
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolvePaymentService, providedIn: 'root' }); }
6830
6867
  }
6831
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolvePaymentService, decorators: [{
6868
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolvePaymentService, decorators: [{
6832
6869
  type: Injectable,
6833
6870
  args: [{
6834
6871
  providedIn: 'root',
@@ -7100,10 +7137,10 @@ class EsolveShippingService {
7100
7137
  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);
7101
7138
  return shipping_cost;
7102
7139
  }
7103
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveShippingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
7104
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveShippingService, providedIn: 'root' }); }
7140
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveShippingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
7141
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveShippingService, providedIn: 'root' }); }
7105
7142
  }
7106
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveShippingService, decorators: [{
7143
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveShippingService, decorators: [{
7107
7144
  type: Injectable,
7108
7145
  args: [{
7109
7146
  providedIn: 'root',
@@ -7138,10 +7175,10 @@ class EsolveEnquiryService {
7138
7175
  return this.errorHandler.handleHttpPostError('set-enquiry', errorRes);
7139
7176
  }));
7140
7177
  }
7141
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveEnquiryService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
7142
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveEnquiryService, providedIn: 'root' }); }
7178
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveEnquiryService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
7179
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveEnquiryService, providedIn: 'root' }); }
7143
7180
  }
7144
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveEnquiryService, decorators: [{
7181
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveEnquiryService, decorators: [{
7145
7182
  type: Injectable,
7146
7183
  args: [{
7147
7184
  providedIn: 'root',
@@ -7259,10 +7296,10 @@ class EsolveWishlistService {
7259
7296
  getWishlistRecords(params) {
7260
7297
  return this.http.get(`${this.config.api_url}/get-wishlist.php`, { params });
7261
7298
  }
7262
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveWishlistService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
7263
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveWishlistService, providedIn: 'root' }); }
7299
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveWishlistService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
7300
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveWishlistService, providedIn: 'root' }); }
7264
7301
  }
7265
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveWishlistService, decorators: [{
7302
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveWishlistService, decorators: [{
7266
7303
  type: Injectable,
7267
7304
  args: [{
7268
7305
  providedIn: 'root',
@@ -7333,10 +7370,10 @@ class EsolveSuppliersService {
7333
7370
  processSuppliers(record) {
7334
7371
  return new EsolveSupplier(record);
7335
7372
  }
7336
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveSuppliersService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
7337
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveSuppliersService, providedIn: 'root' }); }
7373
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveSuppliersService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
7374
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveSuppliersService, providedIn: 'root' }); }
7338
7375
  }
7339
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveSuppliersService, decorators: [{
7376
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveSuppliersService, decorators: [{
7340
7377
  type: Injectable,
7341
7378
  args: [{
7342
7379
  providedIn: 'root',
@@ -7431,10 +7468,10 @@ class EsolveDeviceService {
7431
7468
  processDevice(record) {
7432
7469
  return new EsolveUserDevice(record);
7433
7470
  }
7434
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveDeviceService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
7435
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveDeviceService, providedIn: 'root' }); }
7471
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveDeviceService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
7472
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveDeviceService, providedIn: 'root' }); }
7436
7473
  }
7437
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveDeviceService, decorators: [{
7474
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveDeviceService, decorators: [{
7438
7475
  type: Injectable,
7439
7476
  args: [{
7440
7477
  providedIn: 'root',
@@ -7574,15 +7611,15 @@ class EsolveWalletService {
7574
7611
  }
7575
7612
  return transactions;
7576
7613
  }
7577
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveWalletService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
7578
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveWalletService, providedIn: 'root' }); }
7614
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveWalletService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
7615
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveWalletService, providedIn: 'root' }); }
7579
7616
  }
7580
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveWalletService, decorators: [{
7617
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveWalletService, decorators: [{
7581
7618
  type: Injectable,
7582
7619
  args: [{
7583
7620
  providedIn: 'root',
7584
7621
  }]
7585
- }], ctorParameters: function () { return []; } });
7622
+ }], ctorParameters: () => [] });
7586
7623
 
7587
7624
  class EsolveDelivery {
7588
7625
  constructor(record) {
@@ -7606,10 +7643,16 @@ class EsolveDelivery {
7606
7643
  this.delivery_resumed = new Date(+record.delivery_resumed * 1000);
7607
7644
  this.courier_cancellation_reason = record.courier_cancellation_reason;
7608
7645
  this.proof = record.proof;
7609
- this.tracking = record.tracking;
7646
+ this.tracking_href = record.tracking_href;
7610
7647
  this.last_tracked = new Date(+record.last_tracked * 1000);
7611
7648
  this.last_latitude = +record.last_latitude;
7612
7649
  this.last_longitude = +record.last_longitude;
7650
+ this.driver_name = record.driver_name;
7651
+ this.driver_rating = record.driver_rating;
7652
+ this.vehicle_make = record.vehicle_make;
7653
+ this.vehicle_model = record.vehicle_model;
7654
+ this.vehicle_color = record.vehicle_color;
7655
+ this.vehicle_type = record.vehicle_type;
7613
7656
  }
7614
7657
  }
7615
7658
 
@@ -7737,10 +7780,10 @@ class EsolveDeliveriesService {
7737
7780
  processDelivery(record) {
7738
7781
  return new EsolveDelivery(record);
7739
7782
  }
7740
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveDeliveriesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
7741
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveDeliveriesService, providedIn: 'root' }); }
7783
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveDeliveriesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
7784
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveDeliveriesService, providedIn: 'root' }); }
7742
7785
  }
7743
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EsolveDeliveriesService, decorators: [{
7786
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EsolveDeliveriesService, decorators: [{
7744
7787
  type: Injectable,
7745
7788
  args: [{
7746
7789
  providedIn: 'root',
@@ -7755,5 +7798,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImpor
7755
7798
  * Generated bundle index. Do not edit.
7756
7799
  */
7757
7800
 
7758
- export { ESOLVE_CONNECT_CONFIG, ESOLVE_EURUS_AUTO_LOGIN, EsolveAccountConfirmationResult, EsolveAccountService, EsolveAdditionalStockImage, EsolveAddress, EsolveAddressResult, EsolveAsset, EsolveAssetsService, EsolveAuthInterceptorService, EsolveAuthService, EsolveBankingDetails, EsolveBanner, EsolveBannerImage, EsolveBannerImageHotspot, EsolveBannerService, EsolveCartAlternative, EsolveCartItem, EsolveCartService, EsolveCartStockItem, EsolveCartTotals, EsolveCategoryTreeItem, EsolveCategoryTreeService, EsolveCdnSrcDirective, EsolveChangePasswordResult, EsolveCheckoutResult, EsolveColour, EsolveConfigService, EsolveCookieService, EsolveCoupon, EsolveCouponsService, EsolveDeliveriesService, EsolveDelivery, EsolveDeliveryStatus, EsolveDependantItem, EsolveDeviceService, EsolveEmptyCartResult, EsolveEmptyWishlistResult, EsolveEnquiryResult, EsolveEnquiryService, 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 };
7801
+ export { ESOLVE_CONNECT_CONFIG, ESOLVE_EURUS_AUTO_LOGIN, EsolveAccountConfirmationResult, EsolveAccountService, EsolveAdditionalStockImage, EsolveAddress, EsolveAddressResult, EsolveAsset, EsolveAssetsService, EsolveAuthInterceptorService, EsolveAuthService, EsolveBankingDetails, EsolveBanner, EsolveBannerImage, EsolveBannerImageHotspot, EsolveBannerService, EsolveCartAlternative, EsolveCartItem, EsolveCartService, EsolveCartStockItem, EsolveCartTotals, EsolveCategoryTreeItem, EsolveCategoryTreeService, EsolveCdnSrcDirective, EsolveChangePasswordResult, EsolveCheckoutResult, EsolveColour, EsolveConfigService, EsolveCookieService, EsolveCoupon, EsolveCouponsService, EsolveDeliveriesService, EsolveDelivery, EsolveDeliveryCategoryTotals, EsolveDeliveryStatus, EsolveDependantItem, EsolveDeviceService, EsolveEmptyCartResult, EsolveEmptyWishlistResult, EsolveEnquiryResult, EsolveEnquiryService, 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 };
7759
7802
  //# sourceMappingURL=esolve-ng-esolve-connect.mjs.map