@esolve/ng-esolve-connect 0.32.1 → 0.34.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 (163) hide show
  1. package/esm2020/index.mjs +2 -1
  2. package/esm2020/lib/account/esolve-account.service.mjs +13 -13
  3. package/esm2020/lib/account/transaction/classes/esolve-transaction-item.model.mjs +29 -29
  4. package/esm2020/lib/auth/esolve-auth-interceptor.service.mjs +6 -4
  5. package/esm2020/lib/auth/esolve-auth.service.mjs +3 -3
  6. package/esm2020/lib/banners/esolve-banner.service.mjs +3 -3
  7. package/esm2020/lib/cart/classes/esolve-cart-stock-item.model.mjs +13 -13
  8. package/esm2020/lib/cart/classes/esolve-cart-totals.model.mjs +7 -7
  9. package/esm2020/lib/cart/esolve-cart.service.mjs +3 -3
  10. package/esm2020/lib/category-tree/esolve-category-tree-item.model.mjs +10 -10
  11. package/esm2020/lib/category-tree/esolve-category-tree.service.mjs +3 -3
  12. package/esm2020/lib/coupons/esolve-coupons.service.mjs +3 -3
  13. package/esm2020/lib/enquiry/esolve-enquiry.service.mjs +3 -3
  14. package/esm2020/lib/locations/esolve-locations.service.mjs +3 -3
  15. package/esm2020/lib/manufacturers/esolve-manufacturer.model.mjs +13 -13
  16. package/esm2020/lib/manufacturers/esolve-manufacturers.service.mjs +3 -3
  17. package/esm2020/lib/menu/esolve-menu.service.mjs +3 -3
  18. package/esm2020/lib/news/esolve-news.service.mjs +3 -3
  19. package/esm2020/lib/ng-esolve-connect.module.mjs +4 -4
  20. package/esm2020/lib/payment/classes/esolve-vault-item.model.mjs +8 -8
  21. package/esm2020/lib/payment/esolve-payment.service.mjs +3 -3
  22. package/esm2020/lib/ranges/esolve-range.model.mjs +4 -4
  23. package/esm2020/lib/ranges/esolve-ranges.service.mjs +3 -3
  24. package/esm2020/lib/session/esolve-session-metadata.service.mjs +3 -3
  25. package/esm2020/lib/session/esolve-session.model.mjs +16 -7
  26. package/esm2020/lib/session/esolve-session.service.mjs +7 -7
  27. package/esm2020/lib/shared/assets/esolve-asset.model.mjs +7 -7
  28. package/esm2020/lib/shared/assets/esolve-assets.service.mjs +3 -3
  29. package/esm2020/lib/shared/cookie/esolve-cookie.service.mjs +3 -3
  30. package/esm2020/lib/shared/errors/esolve-error-handler.service.mjs +3 -3
  31. package/esm2020/lib/shared/esolve-hex-hash.function.mjs +26 -0
  32. package/esm2020/lib/shared/geocoder/esolve-geocoder.service.mjs +3 -3
  33. package/esm2020/lib/shared/response/esolve-response-handler.service.mjs +3 -3
  34. package/esm2020/lib/shared/seo/esolve-seo.service.mjs +3 -3
  35. package/esm2020/lib/shipping/esolve-shipping.service.mjs +3 -3
  36. package/esm2020/lib/specials/esolve-specials.service.mjs +3 -3
  37. package/esm2020/lib/stock/classes/esolve-stock-image.model.mjs +8 -8
  38. package/esm2020/lib/stock/classes/esolve-stock-item-base.model.mjs +49 -34
  39. package/esm2020/lib/stock/esolve-stock.service.mjs +3 -3
  40. package/esm2020/lib/stock/interfaces/esolve-stock-base-record.interface.mjs +1 -1
  41. package/esm2020/lib/suppliers/esolve-suppliers.service.mjs +3 -3
  42. package/esm2020/lib/tags/esolve-tag.model.mjs +13 -13
  43. package/esm2020/lib/tags/esolve-tags.service.mjs +3 -3
  44. package/esm2020/lib/topics/esolve-topic.service.mjs +3 -3
  45. package/esm2020/lib/wishlist/esolve-wishlist.service.mjs +3 -3
  46. package/esm2020/media/lib/components/media-layout/esolve-media-layout.component.mjs +3 -3
  47. package/esm2020/media/lib/components/media-section/esolve-media-section.component.mjs +3 -3
  48. package/esm2020/media/lib/ng-esolve-connect-media.module.mjs +4 -4
  49. package/esm2020/media/lib/services/esolve-media-layout.service.mjs +3 -3
  50. package/esm2020/media/lib/services/esolve-media.service.mjs +3 -3
  51. package/esm2020/notifications/esolve-ng-esolve-connect-notifications.mjs +5 -0
  52. package/esm2020/notifications/index.mjs +6 -0
  53. package/esm2020/notifications/lib/classes/esolve-notification-button-action.model.mjs +15 -0
  54. package/esm2020/notifications/lib/classes/esolve-notification-dates.model.mjs +7 -0
  55. package/esm2020/notifications/lib/classes/esolve-system-notification-type.model.mjs +16 -0
  56. package/esm2020/notifications/lib/classes/esolve-system-notification.model.mjs +28 -0
  57. package/esm2020/notifications/lib/classes/index.mjs +5 -0
  58. package/esm2020/notifications/lib/interfaces/esolve-notification-button-action-record.interface.mjs +2 -0
  59. package/esm2020/notifications/lib/interfaces/esolve-notification-date-record.interface.mjs +2 -0
  60. package/esm2020/notifications/lib/interfaces/esolve-notification-dates-record.interface.mjs +2 -0
  61. package/esm2020/notifications/lib/interfaces/esolve-system-notification-options.interface.mjs +2 -0
  62. package/esm2020/notifications/lib/interfaces/esolve-system-notification-record.interface.mjs +2 -0
  63. package/esm2020/notifications/lib/interfaces/esolve-system-notification-type-record.interface.mjs +2 -0
  64. package/esm2020/notifications/lib/interfaces/index.mjs +7 -0
  65. package/esm2020/notifications/lib/ng-esolve-connect-notifications.module.mjs +15 -0
  66. package/esm2020/notifications/lib/services/esolve-notifications.service.mjs +49 -0
  67. package/esm2020/notifications/lib/services/index.mjs +2 -0
  68. package/esm2020/notifications/lib/types/esolve-notification-position.type.mjs +2 -0
  69. package/esm2020/notifications/lib/types/esolve-notification-size.type.mjs +2 -0
  70. package/esm2020/notifications/lib/types/esolve-notification-type.type.mjs +2 -0
  71. package/esm2020/notifications/lib/types/index.mjs +4 -0
  72. package/esm2020/survey/lib/ng-esolve-connect-survey.module.mjs +4 -4
  73. package/esm2020/survey/lib/services/esolve-survey.service.mjs +3 -3
  74. package/fesm2015/esolve-ng-esolve-connect-media.mjs +16 -17
  75. package/fesm2015/esolve-ng-esolve-connect-media.mjs.map +1 -1
  76. package/fesm2015/esolve-ng-esolve-connect-notifications.mjs +133 -0
  77. package/fesm2015/esolve-ng-esolve-connect-notifications.mjs.map +1 -0
  78. package/fesm2015/esolve-ng-esolve-connect-survey.mjs +7 -8
  79. package/fesm2015/esolve-ng-esolve-connect-survey.mjs.map +1 -1
  80. package/fesm2015/esolve-ng-esolve-connect.mjs +335 -284
  81. package/fesm2015/esolve-ng-esolve-connect.mjs.map +1 -1
  82. package/fesm2020/esolve-ng-esolve-connect-media.mjs +16 -17
  83. package/fesm2020/esolve-ng-esolve-connect-media.mjs.map +1 -1
  84. package/fesm2020/esolve-ng-esolve-connect-notifications.mjs +131 -0
  85. package/fesm2020/esolve-ng-esolve-connect-notifications.mjs.map +1 -0
  86. package/fesm2020/esolve-ng-esolve-connect-survey.mjs +7 -8
  87. package/fesm2020/esolve-ng-esolve-connect-survey.mjs.map +1 -1
  88. package/fesm2020/esolve-ng-esolve-connect.mjs +300 -249
  89. package/fesm2020/esolve-ng-esolve-connect.mjs.map +1 -1
  90. package/index.d.ts +1 -0
  91. package/lib/account/address/esolve-address-type.type.d.ts +1 -1
  92. package/lib/account/transaction/types/esolve-transaction-location-record.type.d.ts +1 -1
  93. package/lib/account/transaction/types/esolve-transaction-type.type.d.ts +1 -1
  94. package/lib/auth/esolve-auth-check-response.type.d.ts +1 -1
  95. package/lib/auth/esolve-auth-get-response.type.d.ts +1 -1
  96. package/lib/auth/esolve-auth-response-data.type.d.ts +1 -1
  97. package/lib/auth/esolve-auth-result.type.d.ts +1 -1
  98. package/lib/banners/esolve-banner-image-type.type.d.ts +1 -1
  99. package/lib/banners/esolve-banner-type.type.d.ts +1 -1
  100. package/lib/cart/types/esolve-cart-empty-response.type.d.ts +1 -1
  101. package/lib/cart/types/esolve-cart-set-action.type.d.ts +1 -1
  102. package/lib/cart/types/esolve-cart.type.d.ts +1 -1
  103. package/lib/coupons/types/esolve-coupons-cache.type.d.ts +1 -1
  104. package/lib/enquiry/esolve-enquiry-response.type.d.ts +1 -1
  105. package/lib/manufacturers/esolve-manufacturer-image-size.type.d.ts +1 -1
  106. package/lib/menu/esolve-menu.type.d.ts +1 -1
  107. package/lib/payment/types/esolve-integration-type.type.d.ts +1 -1
  108. package/lib/payment/types/esolve-service-provider.type.d.ts +1 -1
  109. package/lib/session/esolve-session.model.d.ts +2 -0
  110. package/lib/shared/assets/esolve-asset-list.type.d.ts +1 -1
  111. package/lib/shared/assets/esolve-asset-type.type.d.ts +1 -1
  112. package/lib/shared/esolve-hex-hash.function.d.ts +13 -0
  113. package/lib/shared/esolve-url-target.type.d.ts +1 -1
  114. package/lib/shared/filters/types/esolve-filter-list.type.d.ts +1 -1
  115. package/lib/shared/filters/types/esolve-filter-record-list.type.d.ts +1 -1
  116. package/lib/shared/filters/types/esolve-filter-type.type.d.ts +1 -1
  117. package/lib/shared/filters/types/esolve-range-filter-type.type.d.ts +1 -1
  118. package/lib/shared/filters/types/esolve-select-filter-type.type.d.ts +1 -1
  119. package/lib/shared/sort/esolve-sort-order.type.d.ts +1 -1
  120. package/lib/shipping/types/esolve-insurance-calculation-method.type.d.ts +1 -1
  121. package/lib/shipping/types/esolve-shipping-calculation-method.type.d.ts +1 -1
  122. package/lib/shipping/types/esolve-shipping-location.type.d.ts +1 -1
  123. package/lib/stock/classes/esolve-stock-item-base.model.d.ts +12 -0
  124. package/lib/stock/interfaces/esolve-stock-base-record.interface.d.ts +3 -0
  125. package/lib/stock/types/esolve-media-stock-item-list.type.d.ts +1 -1
  126. package/lib/stock/types/esolve-media-stock-item-record.type.d.ts +1 -1
  127. package/lib/stock/types/esolve-media-stock-sort-field.type.d.ts +1 -1
  128. package/lib/stock/types/esolve-stock-group-item-record.type.d.ts +1 -1
  129. package/lib/stock/types/esolve-stock-image-size.type.d.ts +1 -1
  130. package/lib/stock/types/esolve-stock-sort-field.type.d.ts +1 -1
  131. package/lib/stock/types/esolve-stock-unit-of-measure.type.d.ts +1 -1
  132. package/lib/tags/esolve-tag-phrase-match-mode.type.d.ts +1 -1
  133. package/lib/wishlist/types/esolve-wishlist-set-action.type.d.ts +1 -1
  134. package/lib/wishlist/types/esolve-wishlist.type.d.ts +1 -1
  135. package/media/lib/types/esolve-media-layout-section-type.type.d.ts +1 -1
  136. package/notifications/README.md +3 -0
  137. package/notifications/index.d.ts +5 -0
  138. package/notifications/lib/classes/esolve-notification-button-action.model.d.ts +9 -0
  139. package/notifications/lib/classes/esolve-notification-dates.model.d.ts +6 -0
  140. package/notifications/lib/classes/esolve-system-notification-type.model.d.ts +12 -0
  141. package/notifications/lib/classes/esolve-system-notification.model.d.ts +16 -0
  142. package/notifications/lib/classes/index.d.ts +4 -0
  143. package/notifications/lib/interfaces/esolve-notification-button-action-record.interface.d.ts +7 -0
  144. package/notifications/lib/interfaces/esolve-notification-date-record.interface.d.ts +4 -0
  145. package/notifications/lib/interfaces/esolve-notification-dates-record.interface.d.ts +5 -0
  146. package/notifications/lib/interfaces/esolve-system-notification-options.interface.d.ts +3 -0
  147. package/notifications/lib/interfaces/esolve-system-notification-record.interface.d.ts +14 -0
  148. package/notifications/lib/interfaces/esolve-system-notification-type-record.interface.d.ts +10 -0
  149. package/notifications/lib/interfaces/index.d.ts +6 -0
  150. package/notifications/lib/ng-esolve-connect-notifications.module.d.ts +7 -0
  151. package/notifications/lib/services/esolve-notifications.service.d.ts +15 -0
  152. package/notifications/lib/services/index.d.ts +1 -0
  153. package/notifications/lib/types/esolve-notification-position.type.d.ts +1 -0
  154. package/notifications/lib/types/esolve-notification-size.type.d.ts +1 -0
  155. package/notifications/lib/types/esolve-notification-type.type.d.ts +1 -0
  156. package/notifications/lib/types/index.d.ts +3 -0
  157. package/package.json +9 -1
  158. package/survey/lib/types/esolve-survey-options-question-type.type.d.ts +1 -1
  159. package/survey/lib/types/esolve-survey-question-record-list.type.d.ts +1 -1
  160. package/survey/lib/types/esolve-survey-question-type.type.d.ts +1 -1
  161. package/survey/lib/types/esolve-survey-text-question-type.type.d.ts +1 -1
  162. package/survey/lib/types/esolve-survey-type.type.d.ts +1 -1
  163. package/survey/lib/types/esolve-survey-values-question-type.type.d.ts +1 -1
@@ -95,9 +95,9 @@ class EsolveCookieService {
95
95
  }
96
96
  }
97
97
  }
98
- EsolveCookieService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveCookieService, deps: [{ token: i1.CookieService }, { token: PLATFORM_ID }, { token: 'REQUEST', optional: true }, { token: 'RESPONSE', optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
99
- EsolveCookieService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveCookieService, providedIn: 'root' });
100
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveCookieService, decorators: [{
98
+ EsolveCookieService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveCookieService, deps: [{ token: i1.CookieService }, { token: PLATFORM_ID }, { token: 'REQUEST', optional: true }, { token: 'RESPONSE', optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
99
+ EsolveCookieService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveCookieService, providedIn: 'root' });
100
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveCookieService, decorators: [{
101
101
  type: Injectable,
102
102
  args: [{
103
103
  providedIn: 'root',
@@ -117,6 +117,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImpor
117
117
  args: ['RESPONSE']
118
118
  }] }]; } });
119
119
 
120
+ /**
121
+ * Generates a short hexadecimal hash that will be used to indicate a change in
122
+ * state.
123
+ *
124
+ * NOTE: Not to be confused with an actual hash checksum, like MD5 or SHA256.
125
+ * It should only be used to indicate that a state has changed. It should not be
126
+ * used for encryption.
127
+ *
128
+ * @param values Raw strings and numbers to hash
129
+ *
130
+ * @returns Hexadecimal hash value
131
+ */
132
+ function esolveHexHash(...values) {
133
+ // Add an extra value to pad out hash
134
+ values.push('esolve_eurus');
135
+ // Create a string from the values
136
+ const string = values.join('::');
137
+ let hash = 0;
138
+ for (let x = 0; x < string.length; x++) {
139
+ const ch = string.charCodeAt(x);
140
+ hash = (hash << 5) - hash + ch;
141
+ hash = hash & hash;
142
+ }
143
+ return Math.abs(hash).toString(16);
144
+ }
145
+
120
146
  class EsolveSession {
121
147
  constructor(id = -1, location_id = 0, key = '', expiration_date) {
122
148
  this.id = id;
@@ -126,26 +152,37 @@ class EsolveSession {
126
152
  }
127
153
  get expired() {
128
154
  const current_date = new Date();
129
- return ((this.expiration_date === undefined) ||
130
- (current_date >= this.expiration_date));
155
+ return (this.expiration_date === undefined ||
156
+ current_date >= this.expiration_date);
131
157
  }
132
158
  get authenticated() {
133
- return (this.id > 0);
159
+ return this.id > 0;
134
160
  }
135
161
  get valid() {
136
- return ((this.key !== '') &&
137
- (this.expiration_date !== undefined) &&
138
- (this.id >= 0));
162
+ return (this.key !== '' &&
163
+ this.expiration_date !== undefined &&
164
+ this.id >= 0);
139
165
  }
140
166
  updateUser(user_id) {
141
167
  this.id = user_id;
168
+ this.state_hash = undefined;
142
169
  }
143
170
  updateLocation(location_id) {
144
171
  this.location_id = location_id;
172
+ this.state_hash = undefined;
173
+ }
174
+ getStateHash() {
175
+ if (!this.state_hash) {
176
+ this.state_hash = esolveHexHash(this.id, this.location_id, this.key);
177
+ }
178
+ return this.state_hash;
145
179
  }
146
180
  }
147
181
 
148
182
  class EsolveSessionService {
183
+ get currentSession() {
184
+ return this._session.value;
185
+ }
149
186
  constructor(platformId, config, cookieService) {
150
187
  this.platformId = platformId;
151
188
  this.config = config;
@@ -156,9 +193,6 @@ class EsolveSessionService {
156
193
  this.session = this._session.asObservable();
157
194
  this.is_browser = isPlatformBrowser(this.platformId);
158
195
  }
159
- get currentSession() {
160
- return this._session.value;
161
- }
162
196
  clearTimer() {
163
197
  if (this.key_expiration_timer) {
164
198
  clearTimeout(this.key_expiration_timer);
@@ -275,9 +309,9 @@ class EsolveSessionService {
275
309
  localStorage.removeItem(this.storage_key);
276
310
  }
277
311
  }
278
- EsolveSessionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveSessionService, deps: [{ token: PLATFORM_ID }, { token: ESOLVE_CONNECT_CONFIG }, { token: EsolveCookieService }], target: i0.ɵɵFactoryTarget.Injectable });
279
- EsolveSessionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveSessionService, providedIn: 'root' });
280
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveSessionService, decorators: [{
312
+ EsolveSessionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveSessionService, deps: [{ token: PLATFORM_ID }, { token: ESOLVE_CONNECT_CONFIG }, { token: EsolveCookieService }], target: i0.ɵɵFactoryTarget.Injectable });
313
+ EsolveSessionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveSessionService, providedIn: 'root' });
314
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveSessionService, decorators: [{
281
315
  type: Injectable,
282
316
  args: [{
283
317
  providedIn: 'root',
@@ -306,6 +340,8 @@ class EsolveAuthInterceptorService {
306
340
  if (service_identifier !== 'get-access-token.php') {
307
341
  params = params.set('key', session.key);
308
342
  }
343
+ const state_hash = session.getStateHash();
344
+ headers = headers.set('X-Esolve-State-Hash', state_hash);
309
345
  }
310
346
  params = params.set('ws_id', this.config.wsid);
311
347
  if (this.config.native && this.config.device_designation) {
@@ -321,9 +357,9 @@ class EsolveAuthInterceptorService {
321
357
  return next.handle(req);
322
358
  }
323
359
  }
324
- EsolveAuthInterceptorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveAuthInterceptorService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: EsolveSessionService }], target: i0.ɵɵFactoryTarget.Injectable });
325
- EsolveAuthInterceptorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveAuthInterceptorService });
326
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveAuthInterceptorService, decorators: [{
360
+ EsolveAuthInterceptorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveAuthInterceptorService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: EsolveSessionService }], target: i0.ɵɵFactoryTarget.Injectable });
361
+ EsolveAuthInterceptorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveAuthInterceptorService });
362
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveAuthInterceptorService, decorators: [{
327
363
  type: Injectable
328
364
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
329
365
  type: Inject,
@@ -348,12 +384,12 @@ class NgEsolveConnectModule {
348
384
  };
349
385
  }
350
386
  }
351
- NgEsolveConnectModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: NgEsolveConnectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
352
- NgEsolveConnectModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: NgEsolveConnectModule, imports: [CommonModule,
387
+ NgEsolveConnectModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: NgEsolveConnectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
388
+ NgEsolveConnectModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: NgEsolveConnectModule, imports: [CommonModule,
353
389
  HttpClientModule] });
354
- NgEsolveConnectModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: NgEsolveConnectModule, providers: [CookieService], imports: [CommonModule,
390
+ NgEsolveConnectModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: NgEsolveConnectModule, providers: [CookieService], imports: [CommonModule,
355
391
  HttpClientModule] });
356
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: NgEsolveConnectModule, decorators: [{
392
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: NgEsolveConnectModule, decorators: [{
357
393
  type: NgModule,
358
394
  args: [{
359
395
  declarations: [],
@@ -550,11 +586,11 @@ function convertToHttpParams(filters, http_params) {
550
586
 
551
587
  var esolveFilterFactory = /*#__PURE__*/Object.freeze({
552
588
  __proto__: null,
553
- createRangeWithValue: createRangeWithValue,
554
- createSingleSelectWithValue: createSingleSelectWithValue,
555
- createMultipleSelectWithValue: createMultipleSelectWithValue,
589
+ convertToHttpParams: convertToHttpParams,
556
590
  covertFromObj: covertFromObj,
557
- convertToHttpParams: convertToHttpParams
591
+ createMultipleSelectWithValue: createMultipleSelectWithValue,
592
+ createRangeWithValue: createRangeWithValue,
593
+ createSingleSelectWithValue: createSingleSelectWithValue
558
594
  });
559
595
 
560
596
  class EsolveResponseResult {
@@ -588,9 +624,9 @@ class EsolveResponseHandlerService {
588
624
  return resultHandler(response);
589
625
  }
590
626
  }
591
- EsolveResponseHandlerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveResponseHandlerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
592
- EsolveResponseHandlerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveResponseHandlerService, providedIn: 'root' });
593
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveResponseHandlerService, decorators: [{
627
+ EsolveResponseHandlerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveResponseHandlerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
628
+ EsolveResponseHandlerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveResponseHandlerService, providedIn: 'root' });
629
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveResponseHandlerService, decorators: [{
594
630
  type: Injectable,
595
631
  args: [{
596
632
  providedIn: 'root',
@@ -692,9 +728,9 @@ class EsolveErrorHandlerService {
692
728
  return new EsolveHttpError('error', result.code, result.message);
693
729
  }
694
730
  }
695
- EsolveErrorHandlerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveErrorHandlerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
696
- EsolveErrorHandlerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveErrorHandlerService, providedIn: 'root' });
697
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveErrorHandlerService, decorators: [{
731
+ EsolveErrorHandlerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveErrorHandlerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
732
+ EsolveErrorHandlerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveErrorHandlerService, providedIn: 'root' });
733
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveErrorHandlerService, decorators: [{
698
734
  type: Injectable,
699
735
  args: [{
700
736
  providedIn: 'root',
@@ -811,9 +847,9 @@ class EsolveSeoService {
811
847
  return pageSeo;
812
848
  }
813
849
  }
814
- EsolveSeoService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveSeoService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: i1$1.Title }, { token: i1$1.Meta }], target: i0.ɵɵFactoryTarget.Injectable });
815
- EsolveSeoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveSeoService, providedIn: 'root' });
816
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveSeoService, decorators: [{
850
+ EsolveSeoService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveSeoService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: i1$1.Title }, { token: i1$1.Meta }], target: i0.ɵɵFactoryTarget.Injectable });
851
+ EsolveSeoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveSeoService, providedIn: 'root' });
852
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveSeoService, decorators: [{
817
853
  type: Injectable,
818
854
  args: [{
819
855
  providedIn: 'root',
@@ -904,9 +940,9 @@ class EsolveGeocoderService {
904
940
  return geocode_result;
905
941
  }
906
942
  }
907
- EsolveGeocoderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveGeocoderService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
908
- EsolveGeocoderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveGeocoderService, providedIn: 'root' });
909
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveGeocoderService, decorators: [{
943
+ EsolveGeocoderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveGeocoderService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
944
+ EsolveGeocoderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveGeocoderService, providedIn: 'root' });
945
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveGeocoderService, decorators: [{
910
946
  type: Injectable,
911
947
  args: [{
912
948
  providedIn: 'root',
@@ -927,6 +963,15 @@ class EsolveLinkedAsset {
927
963
  }
928
964
 
929
965
  class EsolveCategoryTreeItem {
966
+ get small_image_src() {
967
+ return this.getImagePath('small');
968
+ }
969
+ get thumbnail_image_src() {
970
+ return this.getImagePath('thumb');
971
+ }
972
+ get tiny_image_src() {
973
+ return this.getImagePath('tiny');
974
+ }
930
975
  constructor(type, esolve_id, parent_id, description, sef_description, short_description, sort_priority, active, display_only, image_name, seo_title, seo_keywords, seo_description, children) {
931
976
  this.type = type;
932
977
  this.esolve_id = esolve_id;
@@ -956,15 +1001,6 @@ class EsolveCategoryTreeItem {
956
1001
  }
957
1002
  this.seo_details = new EsolveSeoInfo(seo_title, seo_description, seo_keywords);
958
1003
  }
959
- get small_image_src() {
960
- return this.getImagePath('small');
961
- }
962
- get thumbnail_image_src() {
963
- return this.getImagePath('thumb');
964
- }
965
- get tiny_image_src() {
966
- return this.getImagePath('tiny');
967
- }
968
1004
  getImagePath(image_size) {
969
1005
  if (this.image_name !== '') {
970
1006
  return `${this.image_path}${image_size}/${this.image_name}`;
@@ -1108,9 +1144,9 @@ class EsolveCategoryTreeService {
1108
1144
  return null;
1109
1145
  }
1110
1146
  }
1111
- EsolveCategoryTreeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveCategoryTreeService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
1112
- EsolveCategoryTreeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveCategoryTreeService, providedIn: 'root' });
1113
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveCategoryTreeService, decorators: [{
1147
+ EsolveCategoryTreeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveCategoryTreeService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
1148
+ EsolveCategoryTreeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveCategoryTreeService, providedIn: 'root' });
1149
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveCategoryTreeService, decorators: [{
1114
1150
  type: Injectable,
1115
1151
  args: [{
1116
1152
  providedIn: 'root',
@@ -1121,6 +1157,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImpor
1121
1157
  }] }, { type: i1$2.HttpClient }]; } });
1122
1158
 
1123
1159
  class EsolveManufacturer {
1160
+ get original_image_src() {
1161
+ return this.getImagePath('original');
1162
+ }
1163
+ get small_image_src() {
1164
+ return this.getImagePath('small');
1165
+ }
1166
+ get thumbnail_image_src() {
1167
+ return this.getImagePath('thumb');
1168
+ }
1169
+ get tiny_image_src() {
1170
+ return this.getImagePath('tiny');
1171
+ }
1124
1172
  constructor(record) {
1125
1173
  this.id = 0;
1126
1174
  this.manufacturer = '';
@@ -1160,18 +1208,6 @@ class EsolveManufacturer {
1160
1208
  }
1161
1209
  this.seo_details = new EsolveSeoInfo(seo_title, seo_description, seo_keywords);
1162
1210
  }
1163
- get original_image_src() {
1164
- return this.getImagePath('original');
1165
- }
1166
- get small_image_src() {
1167
- return this.getImagePath('small');
1168
- }
1169
- get thumbnail_image_src() {
1170
- return this.getImagePath('thumb');
1171
- }
1172
- get tiny_image_src() {
1173
- return this.getImagePath('tiny');
1174
- }
1175
1211
  getImagePath(image_size) {
1176
1212
  if (this.image_name !== '') {
1177
1213
  return `/images/manufacturers/${image_size}/${this.image_name}`;
@@ -1233,9 +1269,9 @@ class EsolveManufacturersService {
1233
1269
  return new EsolveManufacturer(record);
1234
1270
  }
1235
1271
  }
1236
- EsolveManufacturersService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveManufacturersService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
1237
- EsolveManufacturersService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveManufacturersService, providedIn: 'root' });
1238
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveManufacturersService, decorators: [{
1272
+ EsolveManufacturersService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveManufacturersService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
1273
+ EsolveManufacturersService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveManufacturersService, providedIn: 'root' });
1274
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveManufacturersService, decorators: [{
1239
1275
  type: Injectable,
1240
1276
  args: [{
1241
1277
  providedIn: 'root',
@@ -1248,6 +1284,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImpor
1248
1284
  // Types
1249
1285
 
1250
1286
  class EsolveRange {
1287
+ get image_src() {
1288
+ return this.getImagePath();
1289
+ }
1251
1290
  constructor(record) {
1252
1291
  this.id = 0;
1253
1292
  this.range = '';
@@ -1289,9 +1328,6 @@ class EsolveRange {
1289
1328
  }
1290
1329
  this.seo_details = new EsolveSeoInfo(seo_title, seo_description, seo_keywords);
1291
1330
  }
1292
- get image_src() {
1293
- return this.getImagePath();
1294
- }
1295
1331
  getImagePath() {
1296
1332
  if (this.image_name !== '') {
1297
1333
  return `/images/ranges/${this.image_name}`;
@@ -1356,9 +1392,9 @@ class EsolveRangesService {
1356
1392
  return new EsolveRange(record);
1357
1393
  }
1358
1394
  }
1359
- EsolveRangesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveRangesService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
1360
- EsolveRangesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveRangesService, providedIn: 'root' });
1361
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveRangesService, decorators: [{
1395
+ EsolveRangesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveRangesService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
1396
+ EsolveRangesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveRangesService, providedIn: 'root' });
1397
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveRangesService, decorators: [{
1362
1398
  type: Injectable,
1363
1399
  args: [{
1364
1400
  providedIn: 'root',
@@ -1369,6 +1405,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImpor
1369
1405
  }] }, { type: i1$2.HttpClient }]; } });
1370
1406
 
1371
1407
  class EsolveTag {
1408
+ /**
1409
+ * @deprecated To be removed in the future. Use `EsolveTag.phrase` instead
1410
+ */
1411
+ get tag_phrase() {
1412
+ return this.phrase;
1413
+ }
1414
+ /**
1415
+ * @deprecated To be removed in the future. Use `EsolveTag.weight` instead
1416
+ */
1417
+ get tag_weight() {
1418
+ return this.weight;
1419
+ }
1372
1420
  constructor(record) {
1373
1421
  this.id = 0;
1374
1422
  this.phrase = '';
@@ -1383,18 +1431,6 @@ class EsolveTag {
1383
1431
  this.image_name = record.image_name ?? '';
1384
1432
  }
1385
1433
  }
1386
- /**
1387
- * @deprecated To be removed in the future. Use `EsolveTag.phrase` instead
1388
- */
1389
- get tag_phrase() {
1390
- return this.phrase;
1391
- }
1392
- /**
1393
- * @deprecated To be removed in the future. Use `EsolveTag.weight` instead
1394
- */
1395
- get tag_weight() {
1396
- return this.weight;
1397
- }
1398
1434
  getImagePath() {
1399
1435
  if (this.image_name !== '') {
1400
1436
  return `/images/tags/${this.image_name}`;
@@ -1462,9 +1498,9 @@ class EsolveTagsService {
1462
1498
  return tags;
1463
1499
  }
1464
1500
  }
1465
- EsolveTagsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveTagsService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
1466
- EsolveTagsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveTagsService, providedIn: 'root' });
1467
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveTagsService, decorators: [{
1501
+ EsolveTagsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveTagsService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
1502
+ EsolveTagsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveTagsService, providedIn: 'root' });
1503
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveTagsService, decorators: [{
1468
1504
  type: Injectable,
1469
1505
  args: [{
1470
1506
  providedIn: 'root',
@@ -1527,9 +1563,9 @@ class EsolveTopicService {
1527
1563
  return topics;
1528
1564
  }
1529
1565
  }
1530
- EsolveTopicService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveTopicService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
1531
- EsolveTopicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveTopicService, providedIn: 'root' });
1532
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveTopicService, decorators: [{
1566
+ EsolveTopicService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveTopicService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
1567
+ EsolveTopicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveTopicService, providedIn: 'root' });
1568
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveTopicService, decorators: [{
1533
1569
  type: Injectable,
1534
1570
  args: [{
1535
1571
  providedIn: 'root',
@@ -1540,6 +1576,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImpor
1540
1576
  }] }, { type: i1$2.HttpClient }]; } });
1541
1577
 
1542
1578
  class EsolveAsset {
1579
+ /**
1580
+ * Shortcut to `getImagePath()`
1581
+ */
1582
+ get image_src() {
1583
+ return this.getImagePath();
1584
+ }
1543
1585
  constructor(record) {
1544
1586
  this.id = 0;
1545
1587
  this.src = '';
@@ -1592,12 +1634,6 @@ class EsolveAsset {
1592
1634
  }
1593
1635
  }
1594
1636
  }
1595
- /**
1596
- * Shortcut to `getImagePath()`
1597
- */
1598
- get image_src() {
1599
- return this.getImagePath();
1600
- }
1601
1637
  /**
1602
1638
  * Retrieve image path
1603
1639
  *
@@ -1693,9 +1729,9 @@ class EsolveAssetsService {
1693
1729
  return params;
1694
1730
  }
1695
1731
  }
1696
- EsolveAssetsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveAssetsService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
1697
- EsolveAssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveAssetsService, providedIn: 'root' });
1698
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveAssetsService, decorators: [{
1732
+ EsolveAssetsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveAssetsService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
1733
+ EsolveAssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveAssetsService, providedIn: 'root' });
1734
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveAssetsService, decorators: [{
1699
1735
  type: Injectable,
1700
1736
  args: [{
1701
1737
  providedIn: 'root',
@@ -1761,9 +1797,9 @@ class EsolveSessionMetadataService {
1761
1797
  }));
1762
1798
  }
1763
1799
  }
1764
- EsolveSessionMetadataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveSessionMetadataService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: i1$2.HttpClient }, { token: EsolveErrorHandlerService }, { token: EsolveResponseHandlerService }], target: i0.ɵɵFactoryTarget.Injectable });
1765
- EsolveSessionMetadataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveSessionMetadataService, providedIn: 'root' });
1766
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveSessionMetadataService, decorators: [{
1800
+ EsolveSessionMetadataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveSessionMetadataService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: i1$2.HttpClient }, { token: EsolveErrorHandlerService }, { token: EsolveResponseHandlerService }], target: i0.ɵɵFactoryTarget.Injectable });
1801
+ EsolveSessionMetadataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveSessionMetadataService, providedIn: 'root' });
1802
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveSessionMetadataService, decorators: [{
1767
1803
  type: Injectable,
1768
1804
  args: [{
1769
1805
  providedIn: 'root',
@@ -1957,9 +1993,9 @@ class EsolveAuthService {
1957
1993
  return throwError(() => error);
1958
1994
  }
1959
1995
  }
1960
- EsolveAuthService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveAuthService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: i1$2.HttpClient }, { token: EsolveSessionService }, { token: EsolveErrorHandlerService }, { token: EsolveCookieService }], target: i0.ɵɵFactoryTarget.Injectable });
1961
- EsolveAuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveAuthService, providedIn: 'root' });
1962
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveAuthService, decorators: [{
1996
+ EsolveAuthService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveAuthService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: i1$2.HttpClient }, { token: EsolveSessionService }, { token: EsolveErrorHandlerService }, { token: EsolveCookieService }], target: i0.ɵɵFactoryTarget.Injectable });
1997
+ EsolveAuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveAuthService, providedIn: 'root' });
1998
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveAuthService, decorators: [{
1963
1999
  type: Injectable,
1964
2000
  args: [{
1965
2001
  providedIn: 'root',
@@ -2203,34 +2239,6 @@ class EsolveTransactionItemPrice {
2203
2239
  }
2204
2240
 
2205
2241
  class EsolveTransactionItem {
2206
- constructor(record) {
2207
- this.code = '';
2208
- this.name = '';
2209
- this.sef_name = '';
2210
- this.image_name = '';
2211
- this.image_last_modified = '';
2212
- this.pack_description = '';
2213
- this.pack_size = 0;
2214
- this.qty = 0;
2215
- this.discount = 0;
2216
- this.vat_rate = 0;
2217
- this.price = new EsolveTransactionItemPrice(0, 0, 0, 0);
2218
- this.line_total = new EsolveTransactionItemPrice(0, 0, 0, 0);
2219
- if (record) {
2220
- this.code = record.code ?? '';
2221
- this.name = record.name ?? '';
2222
- this.sef_name = record.sef_name ?? '';
2223
- this.image_name = record.image_name ?? '';
2224
- this.image_last_modified = record.image_last_modified ?? '';
2225
- this.pack_description = record.pack_description ?? '';
2226
- this.pack_size = +(record.items_in_pack ?? 0);
2227
- this.qty = +(record.qty ?? 0);
2228
- this.discount = +(record.discount ?? 0);
2229
- this.vat_rate = +(record.vat_rate ?? 0);
2230
- this.price = new EsolveTransactionItemPrice(+record.price_exclusive, +record.price_inclusive, +record.price_exclusive_after_discount, +record.price_inclusive_after_discount);
2231
- this.line_total = new EsolveTransactionItemPrice(+record.line_total_exclusive, +record.line_total_inclusive, +record.line_total_exclusive_after_discount, +record.line_total_inclusive_after_discount);
2232
- }
2233
- }
2234
2242
  /**
2235
2243
  * Path to tiny stock image
2236
2244
  */
@@ -2261,6 +2269,34 @@ class EsolveTransactionItem {
2261
2269
  get original_image_src() {
2262
2270
  return this.getImagePath('original');
2263
2271
  }
2272
+ constructor(record) {
2273
+ this.code = '';
2274
+ this.name = '';
2275
+ this.sef_name = '';
2276
+ this.image_name = '';
2277
+ this.image_last_modified = '';
2278
+ this.pack_description = '';
2279
+ this.pack_size = 0;
2280
+ this.qty = 0;
2281
+ this.discount = 0;
2282
+ this.vat_rate = 0;
2283
+ this.price = new EsolveTransactionItemPrice(0, 0, 0, 0);
2284
+ this.line_total = new EsolveTransactionItemPrice(0, 0, 0, 0);
2285
+ if (record) {
2286
+ this.code = record.code ?? '';
2287
+ this.name = record.name ?? '';
2288
+ this.sef_name = record.sef_name ?? '';
2289
+ this.image_name = record.image_name ?? '';
2290
+ this.image_last_modified = record.image_last_modified ?? '';
2291
+ this.pack_description = record.pack_description ?? '';
2292
+ this.pack_size = +(record.items_in_pack ?? 0);
2293
+ this.qty = +(record.qty ?? 0);
2294
+ this.discount = +(record.discount ?? 0);
2295
+ this.vat_rate = +(record.vat_rate ?? 0);
2296
+ this.price = new EsolveTransactionItemPrice(+record.price_exclusive, +record.price_inclusive, +record.price_exclusive_after_discount, +record.price_inclusive_after_discount);
2297
+ this.line_total = new EsolveTransactionItemPrice(+record.line_total_exclusive, +record.line_total_inclusive, +record.line_total_exclusive_after_discount, +record.line_total_inclusive_after_discount);
2298
+ }
2299
+ }
2264
2300
  getImagePath(image_size) {
2265
2301
  if (this.image_name !== '') {
2266
2302
  let param = '';
@@ -2442,9 +2478,9 @@ class EsolveLocationsService {
2442
2478
  return stock_locations;
2443
2479
  }
2444
2480
  }
2445
- EsolveLocationsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveLocationsService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
2446
- EsolveLocationsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveLocationsService, providedIn: 'root' });
2447
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveLocationsService, decorators: [{
2481
+ EsolveLocationsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveLocationsService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
2482
+ EsolveLocationsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveLocationsService, providedIn: 'root' });
2483
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveLocationsService, decorators: [{
2448
2484
  type: Injectable,
2449
2485
  args: [{
2450
2486
  providedIn: 'root',
@@ -2594,18 +2630,6 @@ class EsolveCheckoutResult extends EsolveResponseResult {
2594
2630
  }
2595
2631
 
2596
2632
  class EsolveCartStockItem {
2597
- constructor(record) {
2598
- this.code = record.code ?? '';
2599
- this.name = record.name ?? '';
2600
- this.sef_name = record.sef_name ?? '';
2601
- this.description = record.description ?? '';
2602
- this.delivery_category = record.delivery_category ?? '';
2603
- this.image_name = record.image_name ?? '';
2604
- this.pack_description = record.pack_description ?? '';
2605
- this.pack_size = +(record.items_in_pack ?? 0);
2606
- this.onhand = +(record.onhand ?? 0);
2607
- this.active = record.is_active ?? false;
2608
- }
2609
2633
  /**
2610
2634
  * Path to tiny stock image
2611
2635
  */
@@ -2636,6 +2660,18 @@ class EsolveCartStockItem {
2636
2660
  get original_image_src() {
2637
2661
  return this.getImagePath('original');
2638
2662
  }
2663
+ constructor(record) {
2664
+ this.code = record.code ?? '';
2665
+ this.name = record.name ?? '';
2666
+ this.sef_name = record.sef_name ?? '';
2667
+ this.description = record.description ?? '';
2668
+ this.delivery_category = record.delivery_category ?? '';
2669
+ this.image_name = record.image_name ?? '';
2670
+ this.pack_description = record.pack_description ?? '';
2671
+ this.pack_size = +(record.items_in_pack ?? 0);
2672
+ this.onhand = +(record.onhand ?? 0);
2673
+ this.active = record.is_active ?? false;
2674
+ }
2639
2675
  getImagePath(image_size) {
2640
2676
  if (this.image_name !== '') {
2641
2677
  return `/images/stock/${image_size}/${this.image_name}`;
@@ -2673,6 +2709,12 @@ class EsolveCartItem {
2673
2709
  * Totals in cart
2674
2710
  */
2675
2711
  class EsolveCartTotals {
2712
+ /**
2713
+ * Grand total of cart which includes discount and VAT (NOTE: shipping and insurance is not included)
2714
+ */
2715
+ get total() {
2716
+ return this.sub_total + this.vat_total - this.discount_total;
2717
+ }
2676
2718
  constructor(
2677
2719
  /**
2678
2720
  * Number of unique records in cart
@@ -2700,12 +2742,6 @@ class EsolveCartTotals {
2700
2742
  this.vat_total = vat_total;
2701
2743
  this.discount_total = discount_total;
2702
2744
  }
2703
- /**
2704
- * Grand total of cart which includes discount and VAT (NOTE: shipping and insurance is not included)
2705
- */
2706
- get total() {
2707
- return this.sub_total + this.vat_total - this.discount_total;
2708
- }
2709
2745
  }
2710
2746
 
2711
2747
  class EsolveTransactionAnalyticsData {
@@ -2957,9 +2993,9 @@ class EsolveCouponsService {
2957
2993
  return coupons;
2958
2994
  }
2959
2995
  }
2960
- EsolveCouponsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveCouponsService, deps: [{ token: PLATFORM_ID }, { token: ESOLVE_CONNECT_CONFIG }, { token: i1$2.HttpClient }, { token: EsolveCookieService }], target: i0.ɵɵFactoryTarget.Injectable });
2961
- EsolveCouponsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveCouponsService, providedIn: 'root' });
2962
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveCouponsService, decorators: [{
2996
+ EsolveCouponsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveCouponsService, deps: [{ token: PLATFORM_ID }, { token: ESOLVE_CONNECT_CONFIG }, { token: i1$2.HttpClient }, { token: EsolveCookieService }], target: i0.ɵɵFactoryTarget.Injectable });
2997
+ EsolveCouponsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveCouponsService, providedIn: 'root' });
2998
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveCouponsService, decorators: [{
2963
2999
  type: Injectable,
2964
3000
  args: [{
2965
3001
  providedIn: 'root',
@@ -3181,9 +3217,9 @@ class EsolveCartService {
3181
3217
  return cart_totals;
3182
3218
  }
3183
3219
  }
3184
- EsolveCartService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveCartService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: i1$2.HttpClient }, { token: EsolveErrorHandlerService }, { token: EsolveResponseHandlerService }, { token: EsolveCouponsService }], target: i0.ɵɵFactoryTarget.Injectable });
3185
- EsolveCartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveCartService, providedIn: 'root' });
3186
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveCartService, decorators: [{
3220
+ EsolveCartService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveCartService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: i1$2.HttpClient }, { token: EsolveErrorHandlerService }, { token: EsolveResponseHandlerService }, { token: EsolveCouponsService }], target: i0.ɵɵFactoryTarget.Injectable });
3221
+ EsolveCartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveCartService, providedIn: 'root' });
3222
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveCartService, decorators: [{
3187
3223
  type: Injectable,
3188
3224
  args: [{
3189
3225
  providedIn: 'root',
@@ -3194,6 +3230,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImpor
3194
3230
  }] }, { type: i1$2.HttpClient }, { type: EsolveErrorHandlerService }, { type: EsolveResponseHandlerService }, { type: EsolveCouponsService }]; } });
3195
3231
 
3196
3232
  class EsolveAccountService {
3233
+ get user_id() {
3234
+ return this._user_id;
3235
+ }
3236
+ set user_id(value) {
3237
+ value = ((value > 0) ? value : 0);
3238
+ if (this._user_id !== value) {
3239
+ this._user_id = value;
3240
+ }
3241
+ }
3197
3242
  constructor(config, http, sessionService, errorHandler, responseHandler) {
3198
3243
  this.config = config;
3199
3244
  this.http = http;
@@ -3207,15 +3252,6 @@ class EsolveAccountService {
3207
3252
  }
3208
3253
  });
3209
3254
  }
3210
- get user_id() {
3211
- return this._user_id;
3212
- }
3213
- set user_id(value) {
3214
- value = ((value > 0) ? value : 0);
3215
- if (this._user_id !== value) {
3216
- this._user_id = value;
3217
- }
3218
- }
3219
3255
  updateUserAccount(user_account_data) {
3220
3256
  const body = {
3221
3257
  account: user_account_data,
@@ -3553,9 +3589,9 @@ class EsolveAccountService {
3553
3589
  }
3554
3590
  }
3555
3591
  }
3556
- EsolveAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveAccountService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: i1$2.HttpClient }, { token: EsolveSessionService }, { token: EsolveErrorHandlerService }, { token: EsolveResponseHandlerService }], target: i0.ɵɵFactoryTarget.Injectable });
3557
- EsolveAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveAccountService, providedIn: 'root' });
3558
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveAccountService, decorators: [{
3592
+ EsolveAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveAccountService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: i1$2.HttpClient }, { token: EsolveSessionService }, { token: EsolveErrorHandlerService }, { token: EsolveResponseHandlerService }], target: i0.ɵɵFactoryTarget.Injectable });
3593
+ EsolveAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveAccountService, providedIn: 'root' });
3594
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveAccountService, decorators: [{
3559
3595
  type: Injectable,
3560
3596
  args: [{
3561
3597
  providedIn: 'root',
@@ -3695,9 +3731,9 @@ class EsolveBannerService {
3695
3731
  return banners;
3696
3732
  }
3697
3733
  }
3698
- EsolveBannerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveBannerService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
3699
- EsolveBannerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveBannerService, providedIn: 'root' });
3700
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveBannerService, decorators: [{
3734
+ EsolveBannerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveBannerService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
3735
+ EsolveBannerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveBannerService, providedIn: 'root' });
3736
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveBannerService, decorators: [{
3701
3737
  type: Injectable,
3702
3738
  args: [{
3703
3739
  providedIn: 'root',
@@ -3764,9 +3800,9 @@ class EsolveMenuService {
3764
3800
  return menu;
3765
3801
  }
3766
3802
  }
3767
- EsolveMenuService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveMenuService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
3768
- EsolveMenuService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveMenuService, providedIn: 'root' });
3769
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveMenuService, decorators: [{
3803
+ EsolveMenuService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveMenuService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
3804
+ EsolveMenuService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveMenuService, providedIn: 'root' });
3805
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveMenuService, decorators: [{
3770
3806
  type: Injectable,
3771
3807
  args: [{
3772
3808
  providedIn: 'root',
@@ -3960,9 +3996,9 @@ class EsolveNewsService {
3960
3996
  return params;
3961
3997
  }
3962
3998
  }
3963
- EsolveNewsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveNewsService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
3964
- EsolveNewsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveNewsService, providedIn: 'root' });
3965
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveNewsService, decorators: [{
3999
+ EsolveNewsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveNewsService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
4000
+ EsolveNewsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveNewsService, providedIn: 'root' });
4001
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveNewsService, decorators: [{
3966
4002
  type: Injectable,
3967
4003
  args: [{
3968
4004
  providedIn: 'root',
@@ -4062,6 +4098,39 @@ class EsolveStockTransactionHistory {
4062
4098
  }
4063
4099
 
4064
4100
  class EsolveStockItemBase {
4101
+ /**
4102
+ * Path to tiny stock image
4103
+ */
4104
+ get tiny_image_src() {
4105
+ return this.getImagePath('tiny');
4106
+ }
4107
+ /**
4108
+ * Path to thumbnail stock image
4109
+ */
4110
+ get thumbnail_image_src() {
4111
+ return this.getImagePath('thumb');
4112
+ }
4113
+ /**
4114
+ * Path to small stock image
4115
+ */
4116
+ get small_image_src() {
4117
+ return this.getImagePath('small');
4118
+ }
4119
+ /**
4120
+ * Path to big stock image
4121
+ */
4122
+ get big_image_src() {
4123
+ return this.getImagePath('big');
4124
+ }
4125
+ /**
4126
+ * Path to original stock image
4127
+ */
4128
+ get original_image_src() {
4129
+ return this.getImagePath('original');
4130
+ }
4131
+ get available() {
4132
+ return this.amount_in_stock > 0;
4133
+ }
4065
4134
  constructor(record = {}) {
4066
4135
  /**
4067
4136
  * eSolve Generated ID
@@ -4079,6 +4148,18 @@ class EsolveStockItemBase {
4079
4148
  * Search engine friendly name
4080
4149
  */
4081
4150
  this.sef_name = '';
4151
+ /**
4152
+ * Search composite field made up of key phrases
4153
+ */
4154
+ this.search_composite = '';
4155
+ /**
4156
+ * Type field. General high grouping
4157
+ */
4158
+ this.type = '';
4159
+ /**
4160
+ * Sub type field. General high grouping
4161
+ */
4162
+ this.sub_type = '';
4082
4163
  /**
4083
4164
  * Short description of stock item
4084
4165
  */
@@ -4214,6 +4295,9 @@ class EsolveStockItemBase {
4214
4295
  this.code = record.code ?? '';
4215
4296
  this.name = record.name ?? '';
4216
4297
  this.sef_name = record.sef_name ?? '';
4298
+ this.search_composite = record.search_composite ?? '';
4299
+ this.type = record.type ?? '';
4300
+ this.sub_type = record.sub_type ?? '';
4217
4301
  this.description = record.description ?? '';
4218
4302
  this.extended_description = record.extended_description ?? '';
4219
4303
  this.image_name = record.image_name ?? '';
@@ -4297,39 +4381,6 @@ class EsolveStockItemBase {
4297
4381
  }
4298
4382
  this.seo_details = new EsolveSeoInfo(seo_title, this.description, seo_keywords);
4299
4383
  }
4300
- /**
4301
- * Path to tiny stock image
4302
- */
4303
- get tiny_image_src() {
4304
- return this.getImagePath('tiny');
4305
- }
4306
- /**
4307
- * Path to thumbnail stock image
4308
- */
4309
- get thumbnail_image_src() {
4310
- return this.getImagePath('thumb');
4311
- }
4312
- /**
4313
- * Path to small stock image
4314
- */
4315
- get small_image_src() {
4316
- return this.getImagePath('small');
4317
- }
4318
- /**
4319
- * Path to big stock image
4320
- */
4321
- get big_image_src() {
4322
- return this.getImagePath('big');
4323
- }
4324
- /**
4325
- * Path to original stock image
4326
- */
4327
- get original_image_src() {
4328
- return this.getImagePath('original');
4329
- }
4330
- get available() {
4331
- return this.amount_in_stock > 0;
4332
- }
4333
4384
  getImagePath(image_size) {
4334
4385
  if (this.image_name !== '') {
4335
4386
  let param = '';
@@ -4425,13 +4476,6 @@ class EsolveMediaStockItem extends EsolveStockItemBase {
4425
4476
  }
4426
4477
 
4427
4478
  class EsolveStockImage {
4428
- constructor(image_name, last_modified = '') {
4429
- this.image_name = image_name;
4430
- this.last_modified = last_modified;
4431
- if (this.image_name === 'no_image.jpg') {
4432
- this.image_name = '';
4433
- }
4434
- }
4435
4479
  /**
4436
4480
  * Path to tiny stock image
4437
4481
  */
@@ -4462,6 +4506,13 @@ class EsolveStockImage {
4462
4506
  get original_src() {
4463
4507
  return this.getImagePath('original');
4464
4508
  }
4509
+ constructor(image_name, last_modified = '') {
4510
+ this.image_name = image_name;
4511
+ this.last_modified = last_modified;
4512
+ if (this.image_name === 'no_image.jpg') {
4513
+ this.image_name = '';
4514
+ }
4515
+ }
4465
4516
  getImagePath(image_size) {
4466
4517
  if (this.image_name !== '') {
4467
4518
  let param = '';
@@ -4922,9 +4973,9 @@ class EsolveStockService {
4922
4973
  return this.http.get(`${this.config.api_url}/get-items-transaction-history.php`, { params });
4923
4974
  }
4924
4975
  }
4925
- EsolveStockService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveStockService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
4926
- EsolveStockService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveStockService, providedIn: 'root' });
4927
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveStockService, decorators: [{
4976
+ EsolveStockService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveStockService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
4977
+ EsolveStockService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveStockService, providedIn: 'root' });
4978
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveStockService, decorators: [{
4928
4979
  type: Injectable,
4929
4980
  args: [{
4930
4981
  providedIn: 'root',
@@ -5074,9 +5125,9 @@ class EsolveSpecialsService {
5074
5125
  return new EsolveSpecial(record);
5075
5126
  }
5076
5127
  }
5077
- EsolveSpecialsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveSpecialsService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
5078
- EsolveSpecialsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveSpecialsService, providedIn: 'root' });
5079
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveSpecialsService, decorators: [{
5128
+ EsolveSpecialsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveSpecialsService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
5129
+ EsolveSpecialsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveSpecialsService, providedIn: 'root' });
5130
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveSpecialsService, decorators: [{
5080
5131
  type: Injectable,
5081
5132
  args: [{
5082
5133
  providedIn: 'root',
@@ -5190,13 +5241,6 @@ class EsolveVaultItemResult extends EsolveResponseResult {
5190
5241
  }
5191
5242
 
5192
5243
  class EsolveVaultItem {
5193
- constructor(id, payment_methods_id, last4, brand, expiry_timestamp) {
5194
- this.id = id;
5195
- this.payment_methods_id = payment_methods_id;
5196
- this.last4 = last4;
5197
- this.brand = brand;
5198
- this.expiry = new Date(expiry_timestamp * 1000);
5199
- }
5200
5244
  get expiry_month() {
5201
5245
  const month = this.expiry.getMonth() + 1;
5202
5246
  return month.toString().padStart(2, '0');
@@ -5207,6 +5251,13 @@ class EsolveVaultItem {
5207
5251
  get masked_number() {
5208
5252
  return this.last4.padStart(19, '**** ');
5209
5253
  }
5254
+ constructor(id, payment_methods_id, last4, brand, expiry_timestamp) {
5255
+ this.id = id;
5256
+ this.payment_methods_id = payment_methods_id;
5257
+ this.last4 = last4;
5258
+ this.brand = brand;
5259
+ this.expiry = new Date(expiry_timestamp * 1000);
5260
+ }
5210
5261
  }
5211
5262
 
5212
5263
  class EsolvePaymentService {
@@ -5419,9 +5470,9 @@ class EsolvePaymentService {
5419
5470
  return `${month_string}${year_string}`;
5420
5471
  }
5421
5472
  }
5422
- EsolvePaymentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolvePaymentService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: i1$2.HttpClient }, { token: EsolveErrorHandlerService }, { token: EsolveResponseHandlerService }], target: i0.ɵɵFactoryTarget.Injectable });
5423
- EsolvePaymentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolvePaymentService, providedIn: 'root' });
5424
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolvePaymentService, decorators: [{
5473
+ EsolvePaymentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolvePaymentService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: i1$2.HttpClient }, { token: EsolveErrorHandlerService }, { token: EsolveResponseHandlerService }], target: i0.ɵɵFactoryTarget.Injectable });
5474
+ EsolvePaymentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolvePaymentService, providedIn: 'root' });
5475
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolvePaymentService, decorators: [{
5425
5476
  type: Injectable,
5426
5477
  args: [{
5427
5478
  providedIn: 'root',
@@ -5691,9 +5742,9 @@ class EsolveShippingService {
5691
5742
  return shipping_cost;
5692
5743
  }
5693
5744
  }
5694
- EsolveShippingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveShippingService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
5695
- EsolveShippingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveShippingService, providedIn: 'root' });
5696
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveShippingService, decorators: [{
5745
+ EsolveShippingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveShippingService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
5746
+ EsolveShippingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveShippingService, providedIn: 'root' });
5747
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveShippingService, decorators: [{
5697
5748
  type: Injectable,
5698
5749
  args: [{
5699
5750
  providedIn: 'root',
@@ -5732,9 +5783,9 @@ class EsolveEnquiryService {
5732
5783
  }));
5733
5784
  }
5734
5785
  }
5735
- EsolveEnquiryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveEnquiryService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: i1$2.HttpClient }, { token: EsolveErrorHandlerService }, { token: EsolveResponseHandlerService }], target: i0.ɵɵFactoryTarget.Injectable });
5736
- EsolveEnquiryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveEnquiryService, providedIn: 'root' });
5737
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveEnquiryService, decorators: [{
5786
+ EsolveEnquiryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveEnquiryService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: i1$2.HttpClient }, { token: EsolveErrorHandlerService }, { token: EsolveResponseHandlerService }], target: i0.ɵɵFactoryTarget.Injectable });
5787
+ EsolveEnquiryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveEnquiryService, providedIn: 'root' });
5788
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveEnquiryService, decorators: [{
5738
5789
  type: Injectable,
5739
5790
  args: [{
5740
5791
  providedIn: 'root',
@@ -5856,9 +5907,9 @@ class EsolveWishlistService {
5856
5907
  return this.http.get(`${this.config.api_url}/get-wishlist.php`, { params });
5857
5908
  }
5858
5909
  }
5859
- EsolveWishlistService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveWishlistService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: i1$2.HttpClient }, { token: EsolveErrorHandlerService }, { token: EsolveResponseHandlerService }], target: i0.ɵɵFactoryTarget.Injectable });
5860
- EsolveWishlistService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveWishlistService, providedIn: 'root' });
5861
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveWishlistService, decorators: [{
5910
+ EsolveWishlistService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveWishlistService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: i1$2.HttpClient }, { token: EsolveErrorHandlerService }, { token: EsolveResponseHandlerService }], target: i0.ɵɵFactoryTarget.Injectable });
5911
+ EsolveWishlistService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveWishlistService, providedIn: 'root' });
5912
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveWishlistService, decorators: [{
5862
5913
  type: Injectable,
5863
5914
  args: [{
5864
5915
  providedIn: 'root',
@@ -5934,9 +5985,9 @@ class EsolveSuppliersService {
5934
5985
  return new EsolveSupplier(record);
5935
5986
  }
5936
5987
  }
5937
- EsolveSuppliersService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveSuppliersService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
5938
- EsolveSuppliersService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveSuppliersService, providedIn: 'root' });
5939
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EsolveSuppliersService, decorators: [{
5988
+ EsolveSuppliersService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveSuppliersService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
5989
+ EsolveSuppliersService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveSuppliersService, providedIn: 'root' });
5990
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveSuppliersService, decorators: [{
5940
5991
  type: Injectable,
5941
5992
  args: [{
5942
5993
  providedIn: 'root',
@@ -5954,5 +6005,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImpor
5954
6005
  * Generated bundle index. Do not edit.
5955
6006
  */
5956
6007
 
5957
- export { ESOLVE_CONNECT_CONFIG, EsolveAccountConfirmationResult, EsolveAccountService, EsolveAdditionalStockImage, EsolveAddress, EsolveAddressResult, EsolveAsset, EsolveAssetsService, EsolveAuthService, EsolveBankingDetails, EsolveBanner, EsolveBannerImage, EsolveBannerImageHotspot, EsolveBannerService, EsolveCartItem, EsolveCartService, EsolveCartStockItem, EsolveCartTotals, EsolveCategoryTreeItem, EsolveCategoryTreeService, EsolveChangePasswordResult, EsolveCheckoutResult, EsolveColour, EsolveCookieService, EsolveCoupon, EsolveCouponsService, EsolveDependantItem, EsolveEmptyCartResult, EsolveEmptyWishlistResult, EsolveEnquiryResult, EsolveEnquiryService, EsolveErrorHandlerService, esolveFilterFactory as EsolveFilterFactory, EsolveGeocodeAddressResult, EsolveGeocodeCoordsResult, EsolveGeocodeResult, EsolveGeocoderService, EsolveHttpError, EsolveLinkedAsset, EsolveLinkedStockItem, EsolveList, EsolveLocation, EsolveLocationAddress, EsolveLocationContactInfo, EsolveLocationGEO, EsolveLocationPOBoxAddress, EsolveLocationTradingDay, EsolveLocationTradingTimes, EsolveLocationsService, EsolveManufacturer, EsolveManufacturersService, EsolveMediaStockItem, EsolveMenuItem, EsolveMenuService, EsolveMultipleSelectFilter, EsolveNewsArticle, EsolveNewsArticleAuthor, EsolveNewsArticleList, EsolveNewsGroup, EsolveNewsService, EsolvePaymentMethod, EsolvePaymentResult, EsolvePaymentService, EsolveRange, EsolveRangeFilter, EsolveRangesService, EsolveRecipeStockItem, EsolveRegistrationResult, EsolveResetPasswordResult, EsolveResponseHandlerService, EsolveResponseResult, EsolveResult, EsolveSeoInfo, EsolveSeoService, EsolveSession, EsolveSessionMetadataService, EsolveSessionService, 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, EsolveTopic, EsolveTopicService, EsolveTransaction, EsolveTransactionAddress, EsolveTransactionAnalyticsData, EsolveTransactionClient, EsolveTransactionItem, EsolveTransactionItemPrice, EsolveTransactionList, EsolveTransactionLocation, EsolveTransactionPaymentMethod, EsolveTransactionShippingMethod, EsolveTransactionUser, EsolveUserAccount, EsolveUserAccountBusiness, EsolveUserAccountContact, EsolveUserAccountResult, EsolveUserClientAccount, EsolveUserClientAccountBalances, EsolveVaultItem, EsolveVaultItemResult, EsolveWishlistItem, EsolveWishlistService, NgEsolveConnectModule };
6008
+ export { ESOLVE_CONNECT_CONFIG, EsolveAccountConfirmationResult, EsolveAccountService, EsolveAdditionalStockImage, EsolveAddress, EsolveAddressResult, EsolveAsset, EsolveAssetsService, EsolveAuthService, EsolveBankingDetails, EsolveBanner, EsolveBannerImage, EsolveBannerImageHotspot, EsolveBannerService, EsolveCartItem, EsolveCartService, EsolveCartStockItem, EsolveCartTotals, EsolveCategoryTreeItem, EsolveCategoryTreeService, EsolveChangePasswordResult, EsolveCheckoutResult, EsolveColour, EsolveCookieService, EsolveCoupon, EsolveCouponsService, EsolveDependantItem, EsolveEmptyCartResult, EsolveEmptyWishlistResult, EsolveEnquiryResult, EsolveEnquiryService, EsolveErrorHandlerService, esolveFilterFactory as EsolveFilterFactory, EsolveGeocodeAddressResult, EsolveGeocodeCoordsResult, EsolveGeocodeResult, EsolveGeocoderService, EsolveHttpError, EsolveLinkedAsset, EsolveLinkedStockItem, EsolveList, EsolveLocation, EsolveLocationAddress, EsolveLocationContactInfo, EsolveLocationGEO, EsolveLocationPOBoxAddress, EsolveLocationTradingDay, EsolveLocationTradingTimes, EsolveLocationsService, EsolveManufacturer, EsolveManufacturersService, EsolveMediaStockItem, EsolveMenuItem, EsolveMenuService, EsolveMultipleSelectFilter, EsolveNewsArticle, EsolveNewsArticleAuthor, EsolveNewsArticleList, EsolveNewsGroup, EsolveNewsService, EsolvePaymentMethod, EsolvePaymentResult, EsolvePaymentService, EsolveRange, EsolveRangeFilter, EsolveRangesService, EsolveRecipeStockItem, EsolveRegistrationResult, EsolveResetPasswordResult, EsolveResponseHandlerService, EsolveResponseResult, EsolveResult, EsolveSeoInfo, EsolveSeoService, EsolveSession, EsolveSessionMetadataService, EsolveSessionService, 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, EsolveTopic, EsolveTopicService, EsolveTransaction, EsolveTransactionAddress, EsolveTransactionAnalyticsData, EsolveTransactionClient, EsolveTransactionItem, EsolveTransactionItemPrice, EsolveTransactionList, EsolveTransactionLocation, EsolveTransactionPaymentMethod, EsolveTransactionShippingMethod, EsolveTransactionUser, EsolveUserAccount, EsolveUserAccountBusiness, EsolveUserAccountContact, EsolveUserAccountResult, EsolveUserClientAccount, EsolveUserClientAccountBalances, EsolveVaultItem, EsolveVaultItemResult, EsolveWishlistItem, EsolveWishlistService, NgEsolveConnectModule, esolveHexHash };
5958
6009
  //# sourceMappingURL=esolve-ng-esolve-connect.mjs.map