@infrab4a/connect-angular 4.3.0-beta.0 → 4.3.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/angular-connect.module.mjs +97 -0
- package/esm2020/angular-elastic-search.module.mjs +34 -0
- package/esm2020/angular-firebase-auth.module.mjs +115 -0
- package/esm2020/angular-firestore.module.mjs +483 -0
- package/esm2020/angular-hasura-graphql.module.mjs +243 -0
- package/{esm2022 → esm2020}/services/auth.service.mjs +4 -4
- package/{esm2022 → esm2020}/services/cart.service.mjs +4 -4
- package/{esm2022 → esm2020}/services/catalog/adapters/new-category-structure.adapter.mjs +4 -4
- package/{esm2022 → esm2020}/services/catalog/adapters/old-category-structure.adapter.mjs +4 -4
- package/esm2020/services/catalog/catalog.service.mjs +124 -0
- package/{esm2022 → esm2020}/services/catalog/category.service.mjs +4 -4
- package/{esm2022 → esm2020}/services/catalog/wishlist.service.mjs +4 -4
- package/{esm2022 → esm2020}/services/checkout-subscription.service.mjs +4 -4
- package/{esm2022 → esm2020}/services/checkout.service.mjs +4 -4
- package/{esm2022 → esm2020}/services/coupon.service.mjs +4 -4
- package/{esm2022 → esm2020}/services/home-shop.service.mjs +4 -4
- package/{esm2022 → esm2020}/services/order.service.mjs +4 -4
- package/{esm2022 → esm2020}/services/shipping.service.mjs +4 -4
- package/fesm2015/infrab4a-connect-angular.mjs +2236 -0
- package/fesm2015/infrab4a-connect-angular.mjs.map +1 -0
- package/{fesm2022 → fesm2020}/infrab4a-connect-angular.mjs +464 -532
- package/fesm2020/infrab4a-connect-angular.mjs.map +1 -0
- package/package.json +16 -9
- package/services/catalog/catalog.service.d.ts +0 -3
- package/esm2022/angular-connect.module.mjs +0 -97
- package/esm2022/angular-elastic-search.module.mjs +0 -34
- package/esm2022/angular-firebase-auth.module.mjs +0 -115
- package/esm2022/angular-firestore.module.mjs +0 -483
- package/esm2022/angular-hasura-graphql.module.mjs +0 -265
- package/esm2022/services/catalog/catalog.service.mjs +0 -170
- package/fesm2022/infrab4a-connect-angular.mjs.map +0 -1
- /package/{esm2022 → esm2020}/consts/backend-url.const.mjs +0 -0
- /package/{esm2022 → esm2020}/consts/category-structure.mjs +0 -0
- /package/{esm2022 → esm2020}/consts/default-shop.const.mjs +0 -0
- /package/{esm2022 → esm2020}/consts/es-config.const.mjs +0 -0
- /package/{esm2022 → esm2020}/consts/firebase-const.mjs +0 -0
- /package/{esm2022 → esm2020}/consts/hasura-options.const.mjs +0 -0
- /package/{esm2022 → esm2020}/consts/index.mjs +0 -0
- /package/{esm2022 → esm2020}/helpers/index.mjs +0 -0
- /package/{esm2022 → esm2020}/helpers/mobile-operation-system-checker.helper.mjs +0 -0
- /package/{esm2022 → esm2020}/index.mjs +0 -0
- /package/{esm2022 → esm2020}/infrab4a-connect-angular.mjs +0 -0
- /package/{esm2022 → esm2020}/services/catalog/adapters/category-structure.adapter.mjs +0 -0
- /package/{esm2022 → esm2020}/services/catalog/adapters/index.mjs +0 -0
- /package/{esm2022 → esm2020}/services/catalog/enums/index.mjs +0 -0
- /package/{esm2022 → esm2020}/services/catalog/enums/product-sorts.enum.mjs +0 -0
- /package/{esm2022 → esm2020}/services/catalog/index.mjs +0 -0
- /package/{esm2022 → esm2020}/services/catalog/models/category-with-tree.model.mjs +0 -0
- /package/{esm2022 → esm2020}/services/catalog/models/index.mjs +0 -0
- /package/{esm2022 → esm2020}/services/catalog/types/index.mjs +0 -0
- /package/{esm2022 → esm2020}/services/catalog/types/product-sort.type.mjs +0 -0
- /package/{esm2022 → esm2020}/services/helpers/index.mjs +0 -0
- /package/{esm2022 → esm2020}/services/helpers/util.helper.mjs +0 -0
- /package/{esm2022 → esm2020}/services/index.mjs +0 -0
- /package/{esm2022 → esm2020}/services/types/index.mjs +0 -0
- /package/{esm2022 → esm2020}/services/types/required-checkout-data.type.mjs +0 -0
- /package/{esm2022 → esm2020}/services/types/required-checkout-subscription-data.type.mjs +0 -0
- /package/{esm2022 → esm2020}/services/types/shipping-methods.type.mjs +0 -0
- /package/{esm2022 → esm2020}/types/firebase-app-config.type.mjs +0 -0
- /package/{esm2022 → esm2020}/types/index.mjs +0 -0
|
@@ -3,7 +3,7 @@ import { NgModule, InjectionToken, PLATFORM_ID, Injectable, Inject } from '@angu
|
|
|
3
3
|
import * as i1$4 from '@angular/fire/app';
|
|
4
4
|
import { FirebaseApp, provideFirebaseApp, getApp, initializeApp } from '@angular/fire/app';
|
|
5
5
|
import * as i1$2 from '@infrab4a/connect';
|
|
6
|
-
import { ProductsIndex, AxiosAdapter, Authentication, AuthenticationFirebaseAuthService, Register, RegisterFirebaseAuthService, SignOut, RecoveryPassword, UserBeautyProfileFirestoreRepository, Buy2WinFirestoreRepository, CategoryFirestoreRepository, CheckoutFirestoreRepository, CheckoutSubscriptionFirestoreRepository, CouponFirestoreRepository, CampaignHashtagFirestoreRepository, CampaignDashboardFirestoreRepository, SubscriptionEditionFirestoreRepository, HomeFirestoreRepository, LeadFirestoreRepository, LegacyOrderFirestoreRepository, ShopMenuFirestoreRepository, OrderFirestoreRepository, PaymentFirestoreRepository, ProductFirestoreRepository, ShopSettingsFirestoreRepository, SubscriptionPaymentFirestoreRepository, SubscriptionPlanFirestoreRepository, SubscriptionProductFirestoreRepository, SubscriptionFirestoreRepository, UserFirestoreRepository, UserAddressFirestoreRepository, UserPaymentMethodFirestoreRepository, SubscriptionMaterializationFirestoreRepository, SubscriptionSummaryFirestoreRepository, ProductVariantFirestoreRepository, CategoryHasuraGraphQLRepository, ProductHasuraGraphQLRepository, CategoryFilterHasuraGraphQLRepository,
|
|
6
|
+
import { ProductsIndex, AxiosAdapter, Authentication, AuthenticationFirebaseAuthService, Register, RegisterFirebaseAuthService, SignOut, RecoveryPassword, UserBeautyProfileFirestoreRepository, Buy2WinFirestoreRepository, CategoryFirestoreRepository, CheckoutFirestoreRepository, CheckoutSubscriptionFirestoreRepository, CouponFirestoreRepository, CampaignHashtagFirestoreRepository, CampaignDashboardFirestoreRepository, SubscriptionEditionFirestoreRepository, HomeFirestoreRepository, LeadFirestoreRepository, LegacyOrderFirestoreRepository, ShopMenuFirestoreRepository, OrderFirestoreRepository, PaymentFirestoreRepository, ProductFirestoreRepository, ShopSettingsFirestoreRepository, SubscriptionPaymentFirestoreRepository, SubscriptionPlanFirestoreRepository, SubscriptionProductFirestoreRepository, SubscriptionFirestoreRepository, UserFirestoreRepository, UserAddressFirestoreRepository, UserPaymentMethodFirestoreRepository, SubscriptionMaterializationFirestoreRepository, SubscriptionSummaryFirestoreRepository, ProductVariantFirestoreRepository, CategoryHasuraGraphQLRepository, ProductHasuraGraphQLRepository, CategoryFilterHasuraGraphQLRepository, VariantHasuraGraphQLRepository, FilterOptionHasuraGraphQLRepository, FilterHasuraGraphQLRepository, CategoryCollectionChildrenHasuraGraphQLRepository, WishlistHasuraGraphQLRepository, Where, Shops, CheckoutTypes, CouponTypes, Exclusivities, isNil, NotFoundError, Checkout, pick, LineItem, RoundProductPricesHelper, set, InvalidArgumentError, Category, CheckoutSubscription, Product, RequiredArgumentError, add, Order } from '@infrab4a/connect';
|
|
7
7
|
import * as i1 from '@angular/fire/auth';
|
|
8
8
|
import { Auth, provideAuth, getAuth, getIdToken, authState } from '@angular/fire/auth';
|
|
9
9
|
import { isPlatformBrowser, isPlatformServer } from '@angular/common';
|
|
@@ -25,17 +25,17 @@ class AngularElasticSeachModule {
|
|
|
25
25
|
providers: [{ provide: ES_CONFIG, useValue: options }],
|
|
26
26
|
};
|
|
27
27
|
}
|
|
28
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.6", ngImport: i0, type: AngularElasticSeachModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
29
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.6", ngImport: i0, type: AngularElasticSeachModule }); }
|
|
30
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.6", ngImport: i0, type: AngularElasticSeachModule, providers: [
|
|
31
|
-
{
|
|
32
|
-
provide: ProductsIndex,
|
|
33
|
-
useFactory: (configuration) => new ProductsIndex(new AxiosAdapter(configuration)),
|
|
34
|
-
deps: [ES_CONFIG],
|
|
35
|
-
},
|
|
36
|
-
] }); }
|
|
37
28
|
}
|
|
38
|
-
i0.ɵɵ
|
|
29
|
+
AngularElasticSeachModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: AngularElasticSeachModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
30
|
+
AngularElasticSeachModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.0", ngImport: i0, type: AngularElasticSeachModule });
|
|
31
|
+
AngularElasticSeachModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: AngularElasticSeachModule, providers: [
|
|
32
|
+
{
|
|
33
|
+
provide: ProductsIndex,
|
|
34
|
+
useFactory: (configuration) => new ProductsIndex(new AxiosAdapter(configuration)),
|
|
35
|
+
deps: [ES_CONFIG],
|
|
36
|
+
},
|
|
37
|
+
] });
|
|
38
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: AngularElasticSeachModule, decorators: [{
|
|
39
39
|
type: NgModule,
|
|
40
40
|
args: [{
|
|
41
41
|
providers: [
|
|
@@ -69,54 +69,54 @@ class AngularFirebaseAuthModule {
|
|
|
69
69
|
],
|
|
70
70
|
};
|
|
71
71
|
}
|
|
72
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.6", ngImport: i0, type: AngularFirebaseAuthModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
73
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.6", ngImport: i0, type: AngularFirebaseAuthModule, imports: [i1.AuthModule] }); }
|
|
74
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.6", ngImport: i0, type: AngularFirebaseAuthModule, providers: [
|
|
75
|
-
{
|
|
76
|
-
provide: 'Authentication',
|
|
77
|
-
useFactory: (authenticationService, userRepository) => {
|
|
78
|
-
return new Authentication(authenticationService, userRepository);
|
|
79
|
-
},
|
|
80
|
-
deps: ['AuthenticationService', 'UserRepository'],
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
provide: 'AuthenticationService',
|
|
84
|
-
useFactory: (angularFireAuth) => {
|
|
85
|
-
return new AuthenticationFirebaseAuthService(angularFireAuth);
|
|
86
|
-
},
|
|
87
|
-
deps: [Auth],
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
provide: 'Register',
|
|
91
|
-
useFactory: (registerService, userRepository) => {
|
|
92
|
-
return new Register(registerService, userRepository);
|
|
93
|
-
},
|
|
94
|
-
deps: ['RegisterService', 'UserRepository'],
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
provide: 'RegisterService',
|
|
98
|
-
useFactory: (angularFireAuth) => {
|
|
99
|
-
return new RegisterFirebaseAuthService(angularFireAuth);
|
|
100
|
-
},
|
|
101
|
-
deps: [Auth],
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
provide: 'SignOut',
|
|
105
|
-
useFactory: (authenticationService) => {
|
|
106
|
-
return new SignOut(authenticationService);
|
|
107
|
-
},
|
|
108
|
-
deps: ['AuthenticationService'],
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
provide: 'RecoveryPassword',
|
|
112
|
-
useFactory: (authenticationService) => {
|
|
113
|
-
return new RecoveryPassword(authenticationService);
|
|
114
|
-
},
|
|
115
|
-
deps: ['AuthenticationService'],
|
|
116
|
-
},
|
|
117
|
-
], imports: [provideAuth((injector) => getAuth(injector.get(FirebaseApp)))] }); }
|
|
118
72
|
}
|
|
119
|
-
i0.ɵɵ
|
|
73
|
+
AngularFirebaseAuthModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: AngularFirebaseAuthModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
74
|
+
AngularFirebaseAuthModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.0", ngImport: i0, type: AngularFirebaseAuthModule, imports: [i1.AuthModule] });
|
|
75
|
+
AngularFirebaseAuthModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: AngularFirebaseAuthModule, providers: [
|
|
76
|
+
{
|
|
77
|
+
provide: 'Authentication',
|
|
78
|
+
useFactory: (authenticationService, userRepository) => {
|
|
79
|
+
return new Authentication(authenticationService, userRepository);
|
|
80
|
+
},
|
|
81
|
+
deps: ['AuthenticationService', 'UserRepository'],
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
provide: 'AuthenticationService',
|
|
85
|
+
useFactory: (angularFireAuth) => {
|
|
86
|
+
return new AuthenticationFirebaseAuthService(angularFireAuth);
|
|
87
|
+
},
|
|
88
|
+
deps: [Auth],
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
provide: 'Register',
|
|
92
|
+
useFactory: (registerService, userRepository) => {
|
|
93
|
+
return new Register(registerService, userRepository);
|
|
94
|
+
},
|
|
95
|
+
deps: ['RegisterService', 'UserRepository'],
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
provide: 'RegisterService',
|
|
99
|
+
useFactory: (angularFireAuth) => {
|
|
100
|
+
return new RegisterFirebaseAuthService(angularFireAuth);
|
|
101
|
+
},
|
|
102
|
+
deps: [Auth],
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
provide: 'SignOut',
|
|
106
|
+
useFactory: (authenticationService) => {
|
|
107
|
+
return new SignOut(authenticationService);
|
|
108
|
+
},
|
|
109
|
+
deps: ['AuthenticationService'],
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
provide: 'RecoveryPassword',
|
|
113
|
+
useFactory: (authenticationService) => {
|
|
114
|
+
return new RecoveryPassword(authenticationService);
|
|
115
|
+
},
|
|
116
|
+
deps: ['AuthenticationService'],
|
|
117
|
+
},
|
|
118
|
+
], imports: [provideAuth((injector) => getAuth(injector.get(FirebaseApp)))] });
|
|
119
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: AngularFirebaseAuthModule, decorators: [{
|
|
120
120
|
type: NgModule,
|
|
121
121
|
args: [{
|
|
122
122
|
imports: [provideAuth((injector) => getAuth(injector.get(FirebaseApp)))],
|
|
@@ -185,235 +185,235 @@ class AngularFirestoreModule {
|
|
|
185
185
|
],
|
|
186
186
|
};
|
|
187
187
|
}
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
const interval = setInterval(() => { }, 100);
|
|
200
|
-
request.interval = interval;
|
|
188
|
+
}
|
|
189
|
+
AngularFirestoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: AngularFirestoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
190
|
+
AngularFirestoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.0", ngImport: i0, type: AngularFirestoreModule, imports: [AngularElasticSeachModule, i1$1.FirestoreModule] });
|
|
191
|
+
AngularFirestoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: AngularFirestoreModule, providers: [
|
|
192
|
+
{
|
|
193
|
+
provide: 'FirestoreOptions',
|
|
194
|
+
useFactory: (firestore, platformId) => ({
|
|
195
|
+
firestore,
|
|
196
|
+
interceptors: {
|
|
197
|
+
request: (request) => {
|
|
198
|
+
if (isPlatformBrowser(platformId))
|
|
201
199
|
return request;
|
|
202
|
-
},
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
200
|
+
const interval = setInterval(() => { }, 100);
|
|
201
|
+
request.interval = interval;
|
|
202
|
+
return request;
|
|
203
|
+
},
|
|
204
|
+
response: (response, request) => {
|
|
205
|
+
if (isPlatformBrowser(platformId))
|
|
207
206
|
return response;
|
|
208
|
-
|
|
207
|
+
clearInterval(request.interval);
|
|
208
|
+
return response;
|
|
209
209
|
},
|
|
210
|
-
}),
|
|
211
|
-
deps: [Firestore, PLATFORM_ID],
|
|
212
|
-
},
|
|
213
|
-
{
|
|
214
|
-
provide: 'BeautyProfileRepository',
|
|
215
|
-
useFactory: (config, userRepository) => {
|
|
216
|
-
return new UserBeautyProfileFirestoreRepository(config, userRepository);
|
|
217
|
-
},
|
|
218
|
-
deps: ['FirestoreOptions', 'UserRepository'],
|
|
219
|
-
},
|
|
220
|
-
{
|
|
221
|
-
provide: 'Buy2WinRepository',
|
|
222
|
-
useFactory: (options) => {
|
|
223
|
-
return new Buy2WinFirestoreRepository(options);
|
|
224
|
-
},
|
|
225
|
-
deps: ['FirestoreOptions'],
|
|
226
|
-
},
|
|
227
|
-
{
|
|
228
|
-
provide: CategoryFirestoreRepository,
|
|
229
|
-
useFactory: (options) => {
|
|
230
|
-
return new CategoryFirestoreRepository(options);
|
|
231
|
-
},
|
|
232
|
-
deps: ['FirestoreOptions'],
|
|
233
|
-
},
|
|
234
|
-
{
|
|
235
|
-
provide: 'CheckoutRepository',
|
|
236
|
-
useFactory: (options) => {
|
|
237
|
-
return new CheckoutFirestoreRepository(options);
|
|
238
|
-
},
|
|
239
|
-
deps: ['FirestoreOptions'],
|
|
240
|
-
},
|
|
241
|
-
{
|
|
242
|
-
provide: 'CheckoutSubscriptionRepository',
|
|
243
|
-
useFactory: (options) => {
|
|
244
|
-
return new CheckoutSubscriptionFirestoreRepository(options);
|
|
245
|
-
},
|
|
246
|
-
deps: ['FirestoreOptions'],
|
|
247
|
-
},
|
|
248
|
-
{
|
|
249
|
-
provide: 'CouponRepository',
|
|
250
|
-
useFactory: (options) => {
|
|
251
|
-
return new CouponFirestoreRepository(options);
|
|
252
|
-
},
|
|
253
|
-
deps: ['FirestoreOptions'],
|
|
254
|
-
},
|
|
255
|
-
{
|
|
256
|
-
provide: 'CampaignHashtagRepository',
|
|
257
|
-
useFactory: (options) => {
|
|
258
|
-
return new CampaignHashtagFirestoreRepository(options);
|
|
259
|
-
},
|
|
260
|
-
deps: ['FirestoreOptions'],
|
|
261
|
-
},
|
|
262
|
-
{
|
|
263
|
-
provide: 'CampaignDashboardRepository',
|
|
264
|
-
useFactory: (options) => {
|
|
265
|
-
return new CampaignDashboardFirestoreRepository(options);
|
|
266
|
-
},
|
|
267
|
-
deps: ['FirestoreOptions'],
|
|
268
|
-
},
|
|
269
|
-
{
|
|
270
|
-
provide: 'EditionRepository',
|
|
271
|
-
useFactory: (options, subscriptionRepository) => {
|
|
272
|
-
return new SubscriptionEditionFirestoreRepository(options, subscriptionRepository);
|
|
273
|
-
},
|
|
274
|
-
deps: ['FirestoreOptions', 'SubscriptionRepository'],
|
|
275
|
-
},
|
|
276
|
-
{
|
|
277
|
-
provide: 'HomeRepository',
|
|
278
|
-
useFactory: (options) => {
|
|
279
|
-
return new HomeFirestoreRepository(options);
|
|
280
|
-
},
|
|
281
|
-
deps: ['FirestoreOptions'],
|
|
282
|
-
},
|
|
283
|
-
{
|
|
284
|
-
provide: 'LeadRepository',
|
|
285
|
-
useFactory: (options) => {
|
|
286
|
-
return new LeadFirestoreRepository(options);
|
|
287
|
-
},
|
|
288
|
-
deps: ['FirestoreOptions'],
|
|
289
|
-
},
|
|
290
|
-
{
|
|
291
|
-
provide: 'LegacyOrderRepository',
|
|
292
|
-
useFactory: (options) => {
|
|
293
|
-
return new LegacyOrderFirestoreRepository(options);
|
|
294
|
-
},
|
|
295
|
-
deps: ['FirestoreOptions'],
|
|
296
|
-
},
|
|
297
|
-
{
|
|
298
|
-
provide: 'ShopMenuRepository',
|
|
299
|
-
useFactory: (options) => {
|
|
300
|
-
return new ShopMenuFirestoreRepository(options);
|
|
301
|
-
},
|
|
302
|
-
deps: ['FirestoreOptions'],
|
|
303
|
-
},
|
|
304
|
-
{
|
|
305
|
-
provide: 'OrderRepository',
|
|
306
|
-
useFactory: (options) => {
|
|
307
|
-
return new OrderFirestoreRepository(options);
|
|
308
|
-
},
|
|
309
|
-
deps: ['FirestoreOptions'],
|
|
310
|
-
},
|
|
311
|
-
{
|
|
312
|
-
provide: 'PaymentRepository',
|
|
313
|
-
useFactory: (options) => {
|
|
314
|
-
return new PaymentFirestoreRepository(options);
|
|
315
|
-
},
|
|
316
|
-
deps: ['FirestoreOptions'],
|
|
317
|
-
},
|
|
318
|
-
{
|
|
319
|
-
provide: ProductFirestoreRepository,
|
|
320
|
-
useFactory: (options) => {
|
|
321
|
-
return new ProductFirestoreRepository(options);
|
|
322
|
-
},
|
|
323
|
-
deps: ['FirestoreOptions'],
|
|
324
|
-
},
|
|
325
|
-
{
|
|
326
|
-
provide: 'ShopSettingsRepository',
|
|
327
|
-
useFactory: (options) => {
|
|
328
|
-
return new ShopSettingsFirestoreRepository(options);
|
|
329
|
-
},
|
|
330
|
-
deps: ['FirestoreOptions'],
|
|
331
|
-
},
|
|
332
|
-
{
|
|
333
|
-
provide: 'SubscriptionPaymentRepository',
|
|
334
|
-
useFactory: (options, subscriptionRepository) => {
|
|
335
|
-
return new SubscriptionPaymentFirestoreRepository(options, subscriptionRepository);
|
|
336
|
-
},
|
|
337
|
-
deps: ['FirestoreOptions', 'SubscriptionRepository'],
|
|
338
|
-
},
|
|
339
|
-
{
|
|
340
|
-
provide: 'SubscriptionPlanRepository',
|
|
341
|
-
useFactory: (options) => {
|
|
342
|
-
return new SubscriptionPlanFirestoreRepository(options);
|
|
343
|
-
},
|
|
344
|
-
deps: ['FirestoreOptions'],
|
|
345
|
-
},
|
|
346
|
-
{
|
|
347
|
-
provide: 'SubscriptionProductRepository',
|
|
348
|
-
useFactory: (options) => {
|
|
349
|
-
return new SubscriptionProductFirestoreRepository(options);
|
|
350
|
-
},
|
|
351
|
-
deps: ['FirestoreOptions'],
|
|
352
|
-
},
|
|
353
|
-
{
|
|
354
|
-
provide: 'SubscriptionRepository',
|
|
355
|
-
useFactory: (options) => {
|
|
356
|
-
return new SubscriptionFirestoreRepository(options);
|
|
357
|
-
},
|
|
358
|
-
deps: ['FirestoreOptions'],
|
|
359
|
-
},
|
|
360
|
-
{
|
|
361
|
-
provide: 'UserRepository',
|
|
362
|
-
useFactory: (options) => {
|
|
363
|
-
return new UserFirestoreRepository(options);
|
|
364
|
-
},
|
|
365
|
-
deps: ['FirestoreOptions'],
|
|
366
|
-
},
|
|
367
|
-
{
|
|
368
|
-
provide: 'UserAddressRepository',
|
|
369
|
-
useFactory: (options, userRepository) => {
|
|
370
|
-
return new UserAddressFirestoreRepository(options, userRepository);
|
|
371
|
-
},
|
|
372
|
-
deps: ['FirestoreOptions', 'UserRepository'],
|
|
373
|
-
},
|
|
374
|
-
{
|
|
375
|
-
provide: 'UserPaymentMethodRepository',
|
|
376
|
-
useFactory: (options, userRepository) => {
|
|
377
|
-
return new UserPaymentMethodFirestoreRepository(options, userRepository);
|
|
378
|
-
},
|
|
379
|
-
deps: ['FirestoreOptions', 'UserRepository'],
|
|
380
|
-
},
|
|
381
|
-
{
|
|
382
|
-
provide: 'SubscriptionMaterializationRepository',
|
|
383
|
-
useFactory: (options) => {
|
|
384
|
-
return new SubscriptionMaterializationFirestoreRepository(options);
|
|
385
|
-
},
|
|
386
|
-
deps: ['FirestoreOptions'],
|
|
387
|
-
},
|
|
388
|
-
{
|
|
389
|
-
provide: 'SubscriptionSummaryRepository',
|
|
390
|
-
useFactory: (options) => {
|
|
391
|
-
return new SubscriptionSummaryFirestoreRepository(options);
|
|
392
|
-
},
|
|
393
|
-
deps: ['FirestoreOptions'],
|
|
394
|
-
},
|
|
395
|
-
{
|
|
396
|
-
provide: ProductVariantFirestoreRepository,
|
|
397
|
-
useFactory: (options, productRepository) => {
|
|
398
|
-
return new ProductVariantFirestoreRepository(options, productRepository);
|
|
399
210
|
},
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
return
|
|
414
|
-
}
|
|
415
|
-
|
|
416
|
-
|
|
211
|
+
}),
|
|
212
|
+
deps: [Firestore, PLATFORM_ID],
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
provide: 'BeautyProfileRepository',
|
|
216
|
+
useFactory: (config, userRepository) => {
|
|
217
|
+
return new UserBeautyProfileFirestoreRepository(config, userRepository);
|
|
218
|
+
},
|
|
219
|
+
deps: ['FirestoreOptions', 'UserRepository'],
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
provide: 'Buy2WinRepository',
|
|
223
|
+
useFactory: (options) => {
|
|
224
|
+
return new Buy2WinFirestoreRepository(options);
|
|
225
|
+
},
|
|
226
|
+
deps: ['FirestoreOptions'],
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
provide: CategoryFirestoreRepository,
|
|
230
|
+
useFactory: (options) => {
|
|
231
|
+
return new CategoryFirestoreRepository(options);
|
|
232
|
+
},
|
|
233
|
+
deps: ['FirestoreOptions'],
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
provide: 'CheckoutRepository',
|
|
237
|
+
useFactory: (options) => {
|
|
238
|
+
return new CheckoutFirestoreRepository(options);
|
|
239
|
+
},
|
|
240
|
+
deps: ['FirestoreOptions'],
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
provide: 'CheckoutSubscriptionRepository',
|
|
244
|
+
useFactory: (options) => {
|
|
245
|
+
return new CheckoutSubscriptionFirestoreRepository(options);
|
|
246
|
+
},
|
|
247
|
+
deps: ['FirestoreOptions'],
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
provide: 'CouponRepository',
|
|
251
|
+
useFactory: (options) => {
|
|
252
|
+
return new CouponFirestoreRepository(options);
|
|
253
|
+
},
|
|
254
|
+
deps: ['FirestoreOptions'],
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
provide: 'CampaignHashtagRepository',
|
|
258
|
+
useFactory: (options) => {
|
|
259
|
+
return new CampaignHashtagFirestoreRepository(options);
|
|
260
|
+
},
|
|
261
|
+
deps: ['FirestoreOptions'],
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
provide: 'CampaignDashboardRepository',
|
|
265
|
+
useFactory: (options) => {
|
|
266
|
+
return new CampaignDashboardFirestoreRepository(options);
|
|
267
|
+
},
|
|
268
|
+
deps: ['FirestoreOptions'],
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
provide: 'EditionRepository',
|
|
272
|
+
useFactory: (options, subscriptionRepository) => {
|
|
273
|
+
return new SubscriptionEditionFirestoreRepository(options, subscriptionRepository);
|
|
274
|
+
},
|
|
275
|
+
deps: ['FirestoreOptions', 'SubscriptionRepository'],
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
provide: 'HomeRepository',
|
|
279
|
+
useFactory: (options) => {
|
|
280
|
+
return new HomeFirestoreRepository(options);
|
|
281
|
+
},
|
|
282
|
+
deps: ['FirestoreOptions'],
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
provide: 'LeadRepository',
|
|
286
|
+
useFactory: (options) => {
|
|
287
|
+
return new LeadFirestoreRepository(options);
|
|
288
|
+
},
|
|
289
|
+
deps: ['FirestoreOptions'],
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
provide: 'LegacyOrderRepository',
|
|
293
|
+
useFactory: (options) => {
|
|
294
|
+
return new LegacyOrderFirestoreRepository(options);
|
|
295
|
+
},
|
|
296
|
+
deps: ['FirestoreOptions'],
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
provide: 'ShopMenuRepository',
|
|
300
|
+
useFactory: (options) => {
|
|
301
|
+
return new ShopMenuFirestoreRepository(options);
|
|
302
|
+
},
|
|
303
|
+
deps: ['FirestoreOptions'],
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
provide: 'OrderRepository',
|
|
307
|
+
useFactory: (options) => {
|
|
308
|
+
return new OrderFirestoreRepository(options);
|
|
309
|
+
},
|
|
310
|
+
deps: ['FirestoreOptions'],
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
provide: 'PaymentRepository',
|
|
314
|
+
useFactory: (options) => {
|
|
315
|
+
return new PaymentFirestoreRepository(options);
|
|
316
|
+
},
|
|
317
|
+
deps: ['FirestoreOptions'],
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
provide: ProductFirestoreRepository,
|
|
321
|
+
useFactory: (options) => {
|
|
322
|
+
return new ProductFirestoreRepository(options);
|
|
323
|
+
},
|
|
324
|
+
deps: ['FirestoreOptions'],
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
provide: 'ShopSettingsRepository',
|
|
328
|
+
useFactory: (options) => {
|
|
329
|
+
return new ShopSettingsFirestoreRepository(options);
|
|
330
|
+
},
|
|
331
|
+
deps: ['FirestoreOptions'],
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
provide: 'SubscriptionPaymentRepository',
|
|
335
|
+
useFactory: (options, subscriptionRepository) => {
|
|
336
|
+
return new SubscriptionPaymentFirestoreRepository(options, subscriptionRepository);
|
|
337
|
+
},
|
|
338
|
+
deps: ['FirestoreOptions', 'SubscriptionRepository'],
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
provide: 'SubscriptionPlanRepository',
|
|
342
|
+
useFactory: (options) => {
|
|
343
|
+
return new SubscriptionPlanFirestoreRepository(options);
|
|
344
|
+
},
|
|
345
|
+
deps: ['FirestoreOptions'],
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
provide: 'SubscriptionProductRepository',
|
|
349
|
+
useFactory: (options) => {
|
|
350
|
+
return new SubscriptionProductFirestoreRepository(options);
|
|
351
|
+
},
|
|
352
|
+
deps: ['FirestoreOptions'],
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
provide: 'SubscriptionRepository',
|
|
356
|
+
useFactory: (options) => {
|
|
357
|
+
return new SubscriptionFirestoreRepository(options);
|
|
358
|
+
},
|
|
359
|
+
deps: ['FirestoreOptions'],
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
provide: 'UserRepository',
|
|
363
|
+
useFactory: (options) => {
|
|
364
|
+
return new UserFirestoreRepository(options);
|
|
365
|
+
},
|
|
366
|
+
deps: ['FirestoreOptions'],
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
provide: 'UserAddressRepository',
|
|
370
|
+
useFactory: (options, userRepository) => {
|
|
371
|
+
return new UserAddressFirestoreRepository(options, userRepository);
|
|
372
|
+
},
|
|
373
|
+
deps: ['FirestoreOptions', 'UserRepository'],
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
provide: 'UserPaymentMethodRepository',
|
|
377
|
+
useFactory: (options, userRepository) => {
|
|
378
|
+
return new UserPaymentMethodFirestoreRepository(options, userRepository);
|
|
379
|
+
},
|
|
380
|
+
deps: ['FirestoreOptions', 'UserRepository'],
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
provide: 'SubscriptionMaterializationRepository',
|
|
384
|
+
useFactory: (options) => {
|
|
385
|
+
return new SubscriptionMaterializationFirestoreRepository(options);
|
|
386
|
+
},
|
|
387
|
+
deps: ['FirestoreOptions'],
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
provide: 'SubscriptionSummaryRepository',
|
|
391
|
+
useFactory: (options) => {
|
|
392
|
+
return new SubscriptionSummaryFirestoreRepository(options);
|
|
393
|
+
},
|
|
394
|
+
deps: ['FirestoreOptions'],
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
provide: ProductVariantFirestoreRepository,
|
|
398
|
+
useFactory: (options, productRepository) => {
|
|
399
|
+
return new ProductVariantFirestoreRepository(options, productRepository);
|
|
400
|
+
},
|
|
401
|
+
deps: ['FirestoreOptions', ProductFirestoreRepository],
|
|
402
|
+
},
|
|
403
|
+
], imports: [AngularElasticSeachModule,
|
|
404
|
+
provideFirestore((injector) => {
|
|
405
|
+
const platformId = injector.get(PLATFORM_ID);
|
|
406
|
+
if (isPlatformServer(platformId))
|
|
407
|
+
return getFirestore(injector.get(FirebaseApp));
|
|
408
|
+
if (!MobileOperationSystemCheckerHelper.isAppleDevice())
|
|
409
|
+
return getFirestore(injector.get(FirebaseApp));
|
|
410
|
+
const firestore = initializeFirestore(injector.get(FirebaseApp), {
|
|
411
|
+
experimentalForceLongPolling: true,
|
|
412
|
+
localCache: memoryLocalCache(),
|
|
413
|
+
});
|
|
414
|
+
return firestore;
|
|
415
|
+
})] });
|
|
416
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: AngularFirestoreModule, decorators: [{
|
|
417
417
|
type: NgModule,
|
|
418
418
|
args: [{
|
|
419
419
|
imports: [
|
|
@@ -654,132 +654,121 @@ class AngularHasuraGraphQLModule {
|
|
|
654
654
|
providers: [{ provide: HASURA_OPTIONS, useValue: options }],
|
|
655
655
|
};
|
|
656
656
|
}
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
const interval = setInterval(() => { }, 100);
|
|
670
|
-
request.interval = interval;
|
|
657
|
+
}
|
|
658
|
+
AngularHasuraGraphQLModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: AngularHasuraGraphQLModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
659
|
+
AngularHasuraGraphQLModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.0", ngImport: i0, type: AngularHasuraGraphQLModule });
|
|
660
|
+
AngularHasuraGraphQLModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: AngularHasuraGraphQLModule, providers: [
|
|
661
|
+
{
|
|
662
|
+
provide: 'HasuraConfig',
|
|
663
|
+
useFactory: (options, platformId) => ({
|
|
664
|
+
endpoint: options.endpoint,
|
|
665
|
+
authOptions: options.credentials,
|
|
666
|
+
interceptors: {
|
|
667
|
+
request: (request) => {
|
|
668
|
+
if (isPlatformBrowser(platformId))
|
|
671
669
|
return request;
|
|
672
|
-
},
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
670
|
+
const interval = setInterval(() => { }, 100);
|
|
671
|
+
request.interval = interval;
|
|
672
|
+
return request;
|
|
673
|
+
},
|
|
674
|
+
response: (response, request) => {
|
|
675
|
+
if (isPlatformBrowser(platformId))
|
|
677
676
|
return response;
|
|
678
|
-
|
|
677
|
+
clearInterval(request.interval);
|
|
678
|
+
return response;
|
|
679
679
|
},
|
|
680
|
-
}),
|
|
681
|
-
deps: [HASURA_OPTIONS, PLATFORM_ID],
|
|
682
|
-
},
|
|
683
|
-
{
|
|
684
|
-
provide: 'CategoryRepository',
|
|
685
|
-
useExisting: CategoryHasuraGraphQLRepository,
|
|
686
|
-
},
|
|
687
|
-
{
|
|
688
|
-
provide: CategoryHasuraGraphQLRepository,
|
|
689
|
-
useFactory: (options, productRepository, categoryFilterRepository) => {
|
|
690
|
-
return new CategoryHasuraGraphQLRepository(options, productRepository, categoryFilterRepository);
|
|
691
|
-
},
|
|
692
|
-
deps: ['HasuraConfig', ProductHasuraGraphQLRepository, CategoryFilterHasuraGraphQLRepository],
|
|
693
|
-
},
|
|
694
|
-
{
|
|
695
|
-
provide: 'ProductRepository',
|
|
696
|
-
useExisting: ProductHasuraGraphQLRepository,
|
|
697
|
-
},
|
|
698
|
-
{
|
|
699
|
-
provide: ProductHasuraGraphQLRepository,
|
|
700
|
-
useFactory: (hasuraConfig) => {
|
|
701
|
-
return new ProductHasuraGraphQLRepository(hasuraConfig);
|
|
702
|
-
},
|
|
703
|
-
deps: ['HasuraConfig'],
|
|
704
|
-
},
|
|
705
|
-
{
|
|
706
|
-
provide: 'ProductReviewsRepository',
|
|
707
|
-
useExisting: ProductReviewsHasuraGraphQLRepository,
|
|
708
|
-
},
|
|
709
|
-
{
|
|
710
|
-
provide: ProductReviewsHasuraGraphQLRepository,
|
|
711
|
-
useFactory: (hasuraConfig) => {
|
|
712
|
-
return new ProductReviewsHasuraGraphQLRepository(hasuraConfig);
|
|
713
|
-
},
|
|
714
|
-
deps: ['HasuraConfig'],
|
|
715
|
-
},
|
|
716
|
-
{
|
|
717
|
-
provide: 'VariantRepository',
|
|
718
|
-
useExisting: VariantHasuraGraphQLRepository,
|
|
719
|
-
},
|
|
720
|
-
{
|
|
721
|
-
provide: VariantHasuraGraphQLRepository,
|
|
722
|
-
useFactory: (hasuraConfig) => {
|
|
723
|
-
return new VariantHasuraGraphQLRepository(hasuraConfig);
|
|
724
|
-
},
|
|
725
|
-
deps: ['HasuraConfig'],
|
|
726
|
-
},
|
|
727
|
-
{
|
|
728
|
-
provide: 'CategoryFilterRepository',
|
|
729
|
-
useExisting: CategoryFilterHasuraGraphQLRepository,
|
|
730
|
-
},
|
|
731
|
-
{
|
|
732
|
-
provide: CategoryFilterHasuraGraphQLRepository,
|
|
733
|
-
useFactory: (options) => {
|
|
734
|
-
return new CategoryFilterHasuraGraphQLRepository(options);
|
|
735
|
-
},
|
|
736
|
-
deps: ['HasuraConfig'],
|
|
737
|
-
},
|
|
738
|
-
{
|
|
739
|
-
provide: 'FilterOptionRepository',
|
|
740
|
-
useExisting: FilterOptionHasuraGraphQLRepository,
|
|
741
|
-
},
|
|
742
|
-
{
|
|
743
|
-
provide: FilterOptionHasuraGraphQLRepository,
|
|
744
|
-
useFactory: (options) => {
|
|
745
|
-
return new FilterOptionHasuraGraphQLRepository(options);
|
|
746
|
-
},
|
|
747
|
-
deps: ['HasuraConfig'],
|
|
748
|
-
},
|
|
749
|
-
{
|
|
750
|
-
provide: 'FilterRepository',
|
|
751
|
-
useExisting: FilterHasuraGraphQLRepository,
|
|
752
|
-
},
|
|
753
|
-
{
|
|
754
|
-
provide: FilterHasuraGraphQLRepository,
|
|
755
|
-
useFactory: (options, filterOptionRepository, categoryFilterRepository) => {
|
|
756
|
-
return new FilterHasuraGraphQLRepository(options, filterOptionRepository, categoryFilterRepository);
|
|
757
|
-
},
|
|
758
|
-
deps: ['HasuraConfig', FilterOptionHasuraGraphQLRepository, CategoryFilterHasuraGraphQLRepository],
|
|
759
|
-
},
|
|
760
|
-
{
|
|
761
|
-
provide: CategoryCollectionChildrenHasuraGraphQLRepository,
|
|
762
|
-
useFactory: (options) => new CategoryCollectionChildrenHasuraGraphQLRepository(options),
|
|
763
|
-
deps: ['HasuraConfig'],
|
|
764
|
-
},
|
|
765
|
-
{
|
|
766
|
-
provide: 'CategoryCollectionChildrenRepository',
|
|
767
|
-
useExisting: CategoryCollectionChildrenHasuraGraphQLRepository,
|
|
768
|
-
},
|
|
769
|
-
{
|
|
770
|
-
provide: WishlistHasuraGraphQLRepository,
|
|
771
|
-
useFactory: (options, categoryFilterRepository) => {
|
|
772
|
-
return new WishlistHasuraGraphQLRepository(options, categoryFilterRepository);
|
|
773
680
|
},
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
681
|
+
}),
|
|
682
|
+
deps: [HASURA_OPTIONS, PLATFORM_ID],
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
provide: 'CategoryRepository',
|
|
686
|
+
useExisting: CategoryHasuraGraphQLRepository,
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
provide: CategoryHasuraGraphQLRepository,
|
|
690
|
+
useFactory: (options, productRepository, categoryFilterRepository) => {
|
|
691
|
+
return new CategoryHasuraGraphQLRepository(options, productRepository, categoryFilterRepository);
|
|
692
|
+
},
|
|
693
|
+
deps: ['HasuraConfig', ProductHasuraGraphQLRepository, CategoryFilterHasuraGraphQLRepository],
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
provide: 'ProductRepository',
|
|
697
|
+
useExisting: ProductHasuraGraphQLRepository,
|
|
698
|
+
},
|
|
699
|
+
{
|
|
700
|
+
provide: ProductHasuraGraphQLRepository,
|
|
701
|
+
useFactory: (hasuraConfig) => {
|
|
702
|
+
return new ProductHasuraGraphQLRepository(hasuraConfig);
|
|
703
|
+
},
|
|
704
|
+
deps: ['HasuraConfig'],
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
provide: 'VariantRepository',
|
|
708
|
+
useExisting: VariantHasuraGraphQLRepository,
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
provide: VariantHasuraGraphQLRepository,
|
|
712
|
+
useFactory: (hasuraConfig) => {
|
|
713
|
+
return new VariantHasuraGraphQLRepository(hasuraConfig);
|
|
714
|
+
},
|
|
715
|
+
deps: ['HasuraConfig'],
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
provide: 'CategoryFilterRepository',
|
|
719
|
+
useExisting: CategoryFilterHasuraGraphQLRepository,
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
provide: CategoryFilterHasuraGraphQLRepository,
|
|
723
|
+
useFactory: (options) => {
|
|
724
|
+
return new CategoryFilterHasuraGraphQLRepository(options);
|
|
725
|
+
},
|
|
726
|
+
deps: ['HasuraConfig'],
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
provide: 'FilterOptionRepository',
|
|
730
|
+
useExisting: FilterOptionHasuraGraphQLRepository,
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
provide: FilterOptionHasuraGraphQLRepository,
|
|
734
|
+
useFactory: (options) => {
|
|
735
|
+
return new FilterOptionHasuraGraphQLRepository(options);
|
|
736
|
+
},
|
|
737
|
+
deps: ['HasuraConfig'],
|
|
738
|
+
},
|
|
739
|
+
{
|
|
740
|
+
provide: 'FilterRepository',
|
|
741
|
+
useExisting: FilterHasuraGraphQLRepository,
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
provide: FilterHasuraGraphQLRepository,
|
|
745
|
+
useFactory: (options, filterOptionRepository, categoryFilterRepository) => {
|
|
746
|
+
return new FilterHasuraGraphQLRepository(options, filterOptionRepository, categoryFilterRepository);
|
|
747
|
+
},
|
|
748
|
+
deps: ['HasuraConfig', FilterOptionHasuraGraphQLRepository, CategoryFilterHasuraGraphQLRepository],
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
provide: CategoryCollectionChildrenHasuraGraphQLRepository,
|
|
752
|
+
useFactory: (options) => new CategoryCollectionChildrenHasuraGraphQLRepository(options),
|
|
753
|
+
deps: ['HasuraConfig'],
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
provide: 'CategoryCollectionChildrenRepository',
|
|
757
|
+
useExisting: CategoryCollectionChildrenHasuraGraphQLRepository,
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
provide: WishlistHasuraGraphQLRepository,
|
|
761
|
+
useFactory: (options, categoryFilterRepository) => {
|
|
762
|
+
return new WishlistHasuraGraphQLRepository(options, categoryFilterRepository);
|
|
763
|
+
},
|
|
764
|
+
deps: ['HasuraConfig', CategoryFilterHasuraGraphQLRepository],
|
|
765
|
+
},
|
|
766
|
+
{
|
|
767
|
+
provide: 'WishlistRepository',
|
|
768
|
+
useExisting: WishlistHasuraGraphQLRepository,
|
|
769
|
+
},
|
|
770
|
+
] });
|
|
771
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: AngularHasuraGraphQLModule, decorators: [{
|
|
783
772
|
type: NgModule,
|
|
784
773
|
args: [{
|
|
785
774
|
providers: [
|
|
@@ -828,17 +817,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.6", ngImpor
|
|
|
828
817
|
},
|
|
829
818
|
deps: ['HasuraConfig'],
|
|
830
819
|
},
|
|
831
|
-
{
|
|
832
|
-
provide: 'ProductReviewsRepository',
|
|
833
|
-
useExisting: ProductReviewsHasuraGraphQLRepository,
|
|
834
|
-
},
|
|
835
|
-
{
|
|
836
|
-
provide: ProductReviewsHasuraGraphQLRepository,
|
|
837
|
-
useFactory: (hasuraConfig) => {
|
|
838
|
-
return new ProductReviewsHasuraGraphQLRepository(hasuraConfig);
|
|
839
|
-
},
|
|
840
|
-
deps: ['HasuraConfig'],
|
|
841
|
-
},
|
|
842
820
|
{
|
|
843
821
|
provide: 'VariantRepository',
|
|
844
822
|
useExisting: VariantHasuraGraphQLRepository,
|
|
@@ -928,10 +906,10 @@ class AuthService {
|
|
|
928
906
|
getFireUser() {
|
|
929
907
|
return authState(this.angularFireAuth).pipe(catchError(() => of(null)));
|
|
930
908
|
}
|
|
931
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.6", ngImport: i0, type: AuthService, deps: [{ token: i1.Auth }, { token: 'UserRepository' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
932
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.6", ngImport: i0, type: AuthService }); }
|
|
933
909
|
}
|
|
934
|
-
i0.ɵɵ
|
|
910
|
+
AuthService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: AuthService, deps: [{ token: i1.Auth }, { token: 'UserRepository' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
911
|
+
AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: AuthService });
|
|
912
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: AuthService, decorators: [{
|
|
935
913
|
type: Injectable
|
|
936
914
|
}], ctorParameters: function () { return [{ type: i1.Auth }, { type: undefined, decorators: [{
|
|
937
915
|
type: Inject,
|
|
@@ -1127,10 +1105,10 @@ class CouponService {
|
|
|
1127
1105
|
}
|
|
1128
1106
|
return couponUseLimits;
|
|
1129
1107
|
}
|
|
1130
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.6", ngImport: i0, type: CouponService, deps: [{ token: 'CouponRepository' }, { token: DEFAULT_SHOP }, { token: 'OrderRepository' }, { token: 'CategoryRepository' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1131
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.6", ngImport: i0, type: CouponService, providedIn: 'root' }); }
|
|
1132
1108
|
}
|
|
1133
|
-
i0.ɵɵ
|
|
1109
|
+
CouponService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: CouponService, deps: [{ token: 'CouponRepository' }, { token: DEFAULT_SHOP }, { token: 'OrderRepository' }, { token: 'CategoryRepository' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1110
|
+
CouponService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: CouponService, providedIn: 'root' });
|
|
1111
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: CouponService, decorators: [{
|
|
1134
1112
|
type: Injectable,
|
|
1135
1113
|
args: [{
|
|
1136
1114
|
providedIn: 'root',
|
|
@@ -1191,10 +1169,10 @@ class CheckoutService {
|
|
|
1191
1169
|
cookie.set('checkoutId', checkout.id);
|
|
1192
1170
|
return checkout;
|
|
1193
1171
|
}
|
|
1194
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.6", ngImport: i0, type: CheckoutService, deps: [{ token: CouponService }, { token: 'CheckoutRepository' }, { token: 'OrderRepository' }, { token: 'UserRepository' }, { token: DEFAULT_SHOP }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1195
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.6", ngImport: i0, type: CheckoutService }); }
|
|
1196
1172
|
}
|
|
1197
|
-
i0.ɵɵ
|
|
1173
|
+
CheckoutService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: CheckoutService, deps: [{ token: CouponService }, { token: 'CheckoutRepository' }, { token: 'OrderRepository' }, { token: 'UserRepository' }, { token: DEFAULT_SHOP }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1174
|
+
CheckoutService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: CheckoutService });
|
|
1175
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: CheckoutService, decorators: [{
|
|
1198
1176
|
type: Injectable
|
|
1199
1177
|
}], ctorParameters: function () { return [{ type: CouponService }, { type: undefined, decorators: [{
|
|
1200
1178
|
type: Inject,
|
|
@@ -1458,10 +1436,10 @@ class CartService {
|
|
|
1458
1436
|
});
|
|
1459
1437
|
});
|
|
1460
1438
|
}
|
|
1461
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.6", ngImport: i0, type: CartService, deps: [{ token: AuthService }, { token: CheckoutService }, { token: DEFAULT_SHOP }, { token: 'ProductRepository' }, { token: 'CategoryRepository' }, { token: 'VariantRepository' }, { token: 'Buy2WinRepository' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1462
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.6", ngImport: i0, type: CartService }); }
|
|
1463
1439
|
}
|
|
1464
|
-
i0.ɵɵ
|
|
1440
|
+
CartService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: CartService, deps: [{ token: AuthService }, { token: CheckoutService }, { token: DEFAULT_SHOP }, { token: 'ProductRepository' }, { token: 'CategoryRepository' }, { token: 'VariantRepository' }, { token: 'Buy2WinRepository' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1441
|
+
CartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: CartService });
|
|
1442
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: CartService, decorators: [{
|
|
1465
1443
|
type: Injectable
|
|
1466
1444
|
}], ctorParameters: function () { return [{ type: AuthService }, { type: CheckoutService }, { type: i1$2.Shops, decorators: [{
|
|
1467
1445
|
type: Inject,
|
|
@@ -1486,7 +1464,6 @@ class CatalogService {
|
|
|
1486
1464
|
this.categoryStructureAdapter = categoryStructureAdapter;
|
|
1487
1465
|
this.shop = shop;
|
|
1488
1466
|
this.productIndex = productIndex;
|
|
1489
|
-
this.productsByTerm = {};
|
|
1490
1467
|
this.buildFilterQuery = ({ clubDiscount, brands, prices, gender, tags, rate, customOptions, }) => {
|
|
1491
1468
|
const filters = {};
|
|
1492
1469
|
if (clubDiscount?.length)
|
|
@@ -1557,8 +1534,6 @@ class CatalogService {
|
|
|
1557
1534
|
}));
|
|
1558
1535
|
}
|
|
1559
1536
|
async findCatalog(options, limits) {
|
|
1560
|
-
if (this.hasTerm(options) && options.sort === 'most-relevant')
|
|
1561
|
-
return this.findCatalogByTermAndSortByMostRevelant(options, limits);
|
|
1562
1537
|
const repoParams = {
|
|
1563
1538
|
filters: {
|
|
1564
1539
|
...(await this.buildMainFilter(options)),
|
|
@@ -1586,53 +1561,10 @@ class CatalogService {
|
|
|
1586
1561
|
.search(term, 999, this.shop)
|
|
1587
1562
|
.then((data) => ({ id: { operator: Where.IN, value: data.hits.map(({ _source }) => _source.id) } }));
|
|
1588
1563
|
}
|
|
1589
|
-
async findCatalogByTermAndSortByMostRevelant(options, limits) {
|
|
1590
|
-
const productIds = await this.findCatalogIdsByElasticSearch(options.term);
|
|
1591
|
-
const totalResult = await this.productRepository.findCatalog({
|
|
1592
|
-
fields: ['id'],
|
|
1593
|
-
filters: {
|
|
1594
|
-
id: { operator: Where.IN, value: productIds },
|
|
1595
|
-
...this.buildFilterQuery(options?.filters || {}),
|
|
1596
|
-
},
|
|
1597
|
-
options: {
|
|
1598
|
-
minimal: ['price'],
|
|
1599
|
-
maximum: ['price'],
|
|
1600
|
-
distinct: ['brand'],
|
|
1601
|
-
},
|
|
1602
|
-
}, options?.mainGender || this.shop === Shops.MENSMARKET ? 'male' : 'female');
|
|
1603
|
-
const limitedProductId = totalResult.data
|
|
1604
|
-
.slice(limits.offset, limits.offset + limits.limit)
|
|
1605
|
-
.map((product) => product.id);
|
|
1606
|
-
const orderedId = productIds.filter((product) => limitedProductId.includes(product));
|
|
1607
|
-
const productResult = await this.productRepository.findCatalog({
|
|
1608
|
-
filters: {
|
|
1609
|
-
id: { operator: Where.IN, value: orderedId },
|
|
1610
|
-
},
|
|
1611
|
-
});
|
|
1612
|
-
return {
|
|
1613
|
-
data: limitedProductId.map((id) => productResult.data.find((product) => product.id === id)).filter(Boolean),
|
|
1614
|
-
count: totalResult.count,
|
|
1615
|
-
maximum: totalResult.maximum,
|
|
1616
|
-
minimal: totalResult.minimal,
|
|
1617
|
-
distinct: totalResult.distinct,
|
|
1618
|
-
};
|
|
1619
|
-
}
|
|
1620
|
-
async findCatalogIdsByElasticSearch(term) {
|
|
1621
|
-
if (this.productsByTerm[term])
|
|
1622
|
-
return this.productsByTerm[term];
|
|
1623
|
-
return (this.productsByTerm[term] = await this.productIndex
|
|
1624
|
-
.search(term, 999, this.shop)
|
|
1625
|
-
.then(({ hits: products }) => {
|
|
1626
|
-
const withStock = products.filter(({ _source }) => _source.stock.quantity > 0);
|
|
1627
|
-
const withOutStock = products.filter(({ _source }) => _source.stock.quantity <= 0);
|
|
1628
|
-
const sorted = [...withStock, ...withOutStock];
|
|
1629
|
-
return [...new Set(sorted.map(({ _source }) => _source.id))];
|
|
1630
|
-
}));
|
|
1631
|
-
}
|
|
1632
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.6", ngImport: i0, type: CatalogService, deps: [{ token: 'ProductRepository' }, { token: CATEGORY_STRUCTURE }, { token: DEFAULT_SHOP }, { token: i1$2.ProductsIndex }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1633
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.6", ngImport: i0, type: CatalogService }); }
|
|
1634
1564
|
}
|
|
1635
|
-
i0.ɵɵ
|
|
1565
|
+
CatalogService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: CatalogService, deps: [{ token: 'ProductRepository' }, { token: CATEGORY_STRUCTURE }, { token: DEFAULT_SHOP }, { token: i1$2.ProductsIndex }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1566
|
+
CatalogService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: CatalogService });
|
|
1567
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: CatalogService, decorators: [{
|
|
1636
1568
|
type: Injectable
|
|
1637
1569
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
1638
1570
|
type: Inject,
|
|
@@ -1669,10 +1601,10 @@ class CategoryService {
|
|
|
1669
1601
|
.find({ filters: { categoryId: +category.id } })
|
|
1670
1602
|
.then(({ data }) => data.map((categoryFilter) => categoryFilter.filter));
|
|
1671
1603
|
}
|
|
1672
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.6", ngImport: i0, type: CategoryService, deps: [{ token: 'ProductRepository' }, { token: 'CategoryRepository' }, { token: 'CategoryFilterRepository' }, { token: CATEGORY_STRUCTURE }, { token: DEFAULT_SHOP }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1673
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.6", ngImport: i0, type: CategoryService }); }
|
|
1674
1604
|
}
|
|
1675
|
-
i0.ɵɵ
|
|
1605
|
+
CategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: CategoryService, deps: [{ token: 'ProductRepository' }, { token: 'CategoryRepository' }, { token: 'CategoryFilterRepository' }, { token: CATEGORY_STRUCTURE }, { token: DEFAULT_SHOP }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1606
|
+
CategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: CategoryService });
|
|
1607
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: CategoryService, decorators: [{
|
|
1676
1608
|
type: Injectable
|
|
1677
1609
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
1678
1610
|
type: Inject,
|
|
@@ -1737,10 +1669,10 @@ class NewCategoryStructureAdapter {
|
|
|
1737
1669
|
? this.categoryRepository.get({ id: category.id })
|
|
1738
1670
|
: category;
|
|
1739
1671
|
}
|
|
1740
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.6", ngImport: i0, type: NewCategoryStructureAdapter, deps: [{ token: 'CategoryRepository' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1741
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.6", ngImport: i0, type: NewCategoryStructureAdapter }); }
|
|
1742
1672
|
}
|
|
1743
|
-
i0.ɵɵ
|
|
1673
|
+
NewCategoryStructureAdapter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: NewCategoryStructureAdapter, deps: [{ token: 'CategoryRepository' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1674
|
+
NewCategoryStructureAdapter.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: NewCategoryStructureAdapter });
|
|
1675
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: NewCategoryStructureAdapter, decorators: [{
|
|
1744
1676
|
type: Injectable
|
|
1745
1677
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
1746
1678
|
type: Inject,
|
|
@@ -1757,10 +1689,10 @@ class OldCategoryStructureAdapter {
|
|
|
1757
1689
|
: await this.categoryRepository.get({ id: category.id }).then((categoryFound) => categoryFound.products);
|
|
1758
1690
|
return { id: { operator: Where.IN, value: productsIds } };
|
|
1759
1691
|
}
|
|
1760
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.6", ngImport: i0, type: OldCategoryStructureAdapter, deps: [{ token: 'CategoryRepository' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1761
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.6", ngImport: i0, type: OldCategoryStructureAdapter }); }
|
|
1762
1692
|
}
|
|
1763
|
-
i0.ɵɵ
|
|
1693
|
+
OldCategoryStructureAdapter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: OldCategoryStructureAdapter, deps: [{ token: 'CategoryRepository' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1694
|
+
OldCategoryStructureAdapter.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: OldCategoryStructureAdapter });
|
|
1695
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: OldCategoryStructureAdapter, decorators: [{
|
|
1764
1696
|
type: Injectable
|
|
1765
1697
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
1766
1698
|
type: Inject,
|
|
@@ -1847,10 +1779,10 @@ class WishlistService {
|
|
|
1847
1779
|
}
|
|
1848
1780
|
return wishlist;
|
|
1849
1781
|
}
|
|
1850
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.6", ngImport: i0, type: WishlistService, deps: [{ token: 'WishlistRepository' }, { token: DEFAULT_SHOP }, { token: 'ProductRepository' }, { token: 'CategoryFilterRepository' }, { token: i1$2.ProductsIndex }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1851
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.6", ngImport: i0, type: WishlistService }); }
|
|
1852
1782
|
}
|
|
1853
|
-
i0.ɵɵ
|
|
1783
|
+
WishlistService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: WishlistService, deps: [{ token: 'WishlistRepository' }, { token: DEFAULT_SHOP }, { token: 'ProductRepository' }, { token: 'CategoryFilterRepository' }, { token: i1$2.ProductsIndex }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1784
|
+
WishlistService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: WishlistService });
|
|
1785
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: WishlistService, decorators: [{
|
|
1854
1786
|
type: Injectable
|
|
1855
1787
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
1856
1788
|
type: Inject,
|
|
@@ -1898,10 +1830,10 @@ class CheckoutSubscriptionService {
|
|
|
1898
1830
|
calcDiscountSubscription(coupon) {
|
|
1899
1831
|
return this.getCheckoutSubscription().pipe(concatMap((checkout) => this.couponService.calcDiscountSubscription(coupon, checkout).pipe()));
|
|
1900
1832
|
}
|
|
1901
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.6", ngImport: i0, type: CheckoutSubscriptionService, deps: [{ token: 'CheckoutSubscriptionRepository' }, { token: 'SubscriptionRepository' }, { token: CouponService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1902
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.6", ngImport: i0, type: CheckoutSubscriptionService }); }
|
|
1903
1833
|
}
|
|
1904
|
-
i0.ɵɵ
|
|
1834
|
+
CheckoutSubscriptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: CheckoutSubscriptionService, deps: [{ token: 'CheckoutSubscriptionRepository' }, { token: 'SubscriptionRepository' }, { token: CouponService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1835
|
+
CheckoutSubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: CheckoutSubscriptionService });
|
|
1836
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: CheckoutSubscriptionService, decorators: [{
|
|
1905
1837
|
type: Injectable
|
|
1906
1838
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
1907
1839
|
type: Inject,
|
|
@@ -2017,10 +1949,10 @@ class HomeShopService {
|
|
|
2017
1949
|
data,
|
|
2018
1950
|
})).pipe(tap(() => (this.homeConfiguration.data = data)), map(() => this.homeConfiguration));
|
|
2019
1951
|
}
|
|
2020
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.6", ngImport: i0, type: HomeShopService, deps: [{ token: 'CategoryRepository' }, { token: 'HomeRepository' }, { token: 'ProductRepository' }, { token: DEFAULT_SHOP }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2021
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.6", ngImport: i0, type: HomeShopService }); }
|
|
2022
1952
|
}
|
|
2023
|
-
i0.ɵɵ
|
|
1953
|
+
HomeShopService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: HomeShopService, deps: [{ token: 'CategoryRepository' }, { token: 'HomeRepository' }, { token: 'ProductRepository' }, { token: DEFAULT_SHOP }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1954
|
+
HomeShopService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: HomeShopService });
|
|
1955
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: HomeShopService, decorators: [{
|
|
2024
1956
|
type: Injectable
|
|
2025
1957
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
2026
1958
|
type: Inject,
|
|
@@ -2048,10 +1980,10 @@ class OrderService {
|
|
|
2048
1980
|
.subscribe((doc) => this.orderSubject.next(doc));
|
|
2049
1981
|
return this.orderSubject;
|
|
2050
1982
|
}
|
|
2051
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.6", ngImport: i0, type: OrderService, deps: [{ token: i1$1.Firestore }, { token: 'OrderRepository' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2052
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.6", ngImport: i0, type: OrderService }); }
|
|
2053
1983
|
}
|
|
2054
|
-
i0.ɵɵ
|
|
1984
|
+
OrderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: OrderService, deps: [{ token: i1$1.Firestore }, { token: 'OrderRepository' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1985
|
+
OrderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: OrderService });
|
|
1986
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: OrderService, decorators: [{
|
|
2055
1987
|
type: Injectable
|
|
2056
1988
|
}], ctorParameters: function () { return [{ type: i1$1.Firestore }, { type: i1$2.OrderFirestoreRepository, decorators: [{
|
|
2057
1989
|
type: Inject,
|
|
@@ -2134,10 +2066,10 @@ class ShippingService {
|
|
|
2134
2066
|
}
|
|
2135
2067
|
return false;
|
|
2136
2068
|
}
|
|
2137
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.6", ngImport: i0, type: ShippingService, deps: [{ token: i1$3.HttpClient }, { token: BACKEND_URL }, { token: HomeShopService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2138
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.6", ngImport: i0, type: ShippingService }); }
|
|
2139
2069
|
}
|
|
2140
|
-
i0.ɵɵ
|
|
2070
|
+
ShippingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: ShippingService, deps: [{ token: i1$3.HttpClient }, { token: BACKEND_URL }, { token: HomeShopService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2071
|
+
ShippingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: ShippingService });
|
|
2072
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: ShippingService, decorators: [{
|
|
2141
2073
|
type: Injectable
|
|
2142
2074
|
}], ctorParameters: function () { return [{ type: i1$3.HttpClient }, { type: undefined, decorators: [{
|
|
2143
2075
|
type: Inject,
|
|
@@ -2164,38 +2096,38 @@ class AngularConnectModule {
|
|
|
2164
2096
|
],
|
|
2165
2097
|
};
|
|
2166
2098
|
}
|
|
2167
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.6", ngImport: i0, type: AngularConnectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
2168
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.6", ngImport: i0, type: AngularConnectModule, imports: [i1$4.FirebaseAppModule, AngularElasticSeachModule,
|
|
2169
|
-
AngularFirebaseAuthModule,
|
|
2170
|
-
AngularFirestoreModule,
|
|
2171
|
-
AngularHasuraGraphQLModule] }); }
|
|
2172
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.6", ngImport: i0, type: AngularConnectModule, providers: [
|
|
2173
|
-
AuthService,
|
|
2174
|
-
CartService,
|
|
2175
|
-
CatalogService,
|
|
2176
|
-
CategoryService,
|
|
2177
|
-
CheckoutService,
|
|
2178
|
-
CheckoutSubscriptionService,
|
|
2179
|
-
CouponService,
|
|
2180
|
-
HomeShopService,
|
|
2181
|
-
OrderService,
|
|
2182
|
-
ShippingService,
|
|
2183
|
-
WishlistService,
|
|
2184
|
-
], imports: [provideFirebaseApp((injector) => {
|
|
2185
|
-
const appName = injector.get(FIREBASE_APP_NAME) || '[DEFAULT]';
|
|
2186
|
-
try {
|
|
2187
|
-
return getApp(appName);
|
|
2188
|
-
}
|
|
2189
|
-
catch (error) {
|
|
2190
|
-
return initializeApp(injector.get(FIREBASE_OPTIONS), appName);
|
|
2191
|
-
}
|
|
2192
|
-
}),
|
|
2193
|
-
AngularElasticSeachModule,
|
|
2194
|
-
AngularFirebaseAuthModule,
|
|
2195
|
-
AngularFirestoreModule,
|
|
2196
|
-
AngularHasuraGraphQLModule] }); }
|
|
2197
2099
|
}
|
|
2198
|
-
i0.ɵɵ
|
|
2100
|
+
AngularConnectModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: AngularConnectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2101
|
+
AngularConnectModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.0", ngImport: i0, type: AngularConnectModule, imports: [i1$4.FirebaseAppModule, AngularElasticSeachModule,
|
|
2102
|
+
AngularFirebaseAuthModule,
|
|
2103
|
+
AngularFirestoreModule,
|
|
2104
|
+
AngularHasuraGraphQLModule] });
|
|
2105
|
+
AngularConnectModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: AngularConnectModule, providers: [
|
|
2106
|
+
AuthService,
|
|
2107
|
+
CartService,
|
|
2108
|
+
CatalogService,
|
|
2109
|
+
CategoryService,
|
|
2110
|
+
CheckoutService,
|
|
2111
|
+
CheckoutSubscriptionService,
|
|
2112
|
+
CouponService,
|
|
2113
|
+
HomeShopService,
|
|
2114
|
+
OrderService,
|
|
2115
|
+
ShippingService,
|
|
2116
|
+
WishlistService,
|
|
2117
|
+
], imports: [provideFirebaseApp((injector) => {
|
|
2118
|
+
const appName = injector.get(FIREBASE_APP_NAME) || '[DEFAULT]';
|
|
2119
|
+
try {
|
|
2120
|
+
return getApp(appName);
|
|
2121
|
+
}
|
|
2122
|
+
catch (error) {
|
|
2123
|
+
return initializeApp(injector.get(FIREBASE_OPTIONS), appName);
|
|
2124
|
+
}
|
|
2125
|
+
}),
|
|
2126
|
+
AngularElasticSeachModule,
|
|
2127
|
+
AngularFirebaseAuthModule,
|
|
2128
|
+
AngularFirestoreModule,
|
|
2129
|
+
AngularHasuraGraphQLModule] });
|
|
2130
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: AngularConnectModule, decorators: [{
|
|
2199
2131
|
type: NgModule,
|
|
2200
2132
|
args: [{
|
|
2201
2133
|
imports: [
|