sk-front-lib 0.18.1 → 0.18.2
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/article/sk-article-editor-server.component.d.ts +1 -1
- package/article/sk-article-editor.component.d.ts +1 -1
- package/article/sk-froala-editor.directive.d.ts +1 -1
- package/esm2020/api/sk-api.module.mjs +5 -5
- package/esm2020/api/sk-api.service.mjs +4 -4
- package/esm2020/article/sk-article-editor-server.component.mjs +4 -4
- package/esm2020/article/sk-article-editor.component.mjs +4 -4
- package/esm2020/article/sk-article-server.module.mjs +5 -5
- package/esm2020/article/sk-article.module.mjs +5 -5
- package/esm2020/article/sk-article.service.mjs +4 -4
- package/esm2020/article/sk-froala-editor.directive.mjs +4 -4
- package/esm2020/crud/sk-account.service.mjs +4 -4
- package/esm2020/crud/sk-affiliate.service.mjs +4 -4
- package/esm2020/crud/sk-auth-admin.guard.mjs +4 -4
- package/esm2020/crud/sk-auth.guard.mjs +4 -4
- package/esm2020/crud/sk-auth.service.mjs +4 -4
- package/esm2020/crud/sk-board.service.mjs +4 -4
- package/esm2020/crud/sk-brand.service.mjs +4 -4
- package/esm2020/crud/sk-cart.service.mjs +10 -10
- package/esm2020/crud/sk-category.service.mjs +4 -4
- package/esm2020/crud/sk-comment.service.mjs +4 -4
- package/esm2020/crud/sk-config.service.mjs +4 -4
- package/esm2020/crud/sk-contact.service.mjs +4 -4
- package/esm2020/crud/sk-coupon.service.mjs +4 -4
- package/esm2020/crud/sk-document.service.mjs +4 -4
- package/esm2020/crud/sk-etc.service.mjs +4 -4
- package/esm2020/crud/sk-file.service.mjs +4 -4
- package/esm2020/crud/sk-keyword.service.mjs +4 -4
- package/esm2020/crud/sk-order.service.mjs +4 -4
- package/esm2020/crud/sk-point.service.mjs +4 -4
- package/esm2020/crud/sk-product.service.mjs +4 -4
- package/esm2020/crud/sk-promotion.service.mjs +4 -4
- package/esm2020/crud/sk-search.service.mjs +4 -4
- package/esm2020/crud/sk-store.service.mjs +4 -4
- package/esm2020/crud/sk-user.service.mjs +4 -4
- package/esm2020/google-analytics/google-analytics-router.module.mjs +5 -5
- package/esm2020/google-analytics/google-analytics.module.mjs +5 -5
- package/esm2020/google-analytics/services/google-analytics.service.mjs +4 -4
- package/esm2020/image/sk-image.component.mjs +6 -6
- package/esm2020/image/sk-image.module.mjs +7 -7
- package/esm2020/lib/sk-byte.pipe.mjs +4 -4
- package/esm2020/lib/sk-date-time.pipe.mjs +4 -4
- package/esm2020/lib/sk-date.pipe.mjs +4 -4
- package/esm2020/lib/sk-front-lib.module.mjs +5 -5
- package/esm2020/lib/sk-keys.pipe.mjs +4 -4
- package/esm2020/lib/sk-time.pipe.mjs +4 -4
- package/esm2020/search-address/dialog/dialog.component.mjs +7 -7
- package/esm2020/search-address/sk-search-address.directive.mjs +6 -6
- package/esm2020/search-address/sk-search-address.module.mjs +7 -7
- package/esm2020/search-address/sk-search-address.service.mjs +4 -4
- package/esm2020/uploader/sk-uploader.component.mjs +10 -10
- package/esm2020/uploader/sk-uploader.directive.mjs +6 -6
- package/esm2020/uploader/sk-uploader.module.mjs +9 -9
- package/fesm2015/sk-front-lib-api.mjs +7 -7
- package/fesm2015/sk-front-lib-api.mjs.map +1 -1
- package/fesm2015/sk-front-lib-article.mjs +20 -20
- package/fesm2015/sk-front-lib-article.mjs.map +1 -1
- package/fesm2015/sk-front-lib-crud.mjs +78 -78
- package/fesm2015/sk-front-lib-crud.mjs.map +1 -1
- package/fesm2015/sk-front-lib-google-analytics.mjs +11 -11
- package/fesm2015/sk-front-lib-google-analytics.mjs.map +1 -1
- package/fesm2015/sk-front-lib-image.mjs +17 -17
- package/fesm2015/sk-front-lib-image.mjs.map +1 -1
- package/fesm2015/sk-front-lib-search-address.mjs +25 -25
- package/fesm2015/sk-front-lib-search-address.mjs.map +1 -1
- package/fesm2015/sk-front-lib-uploader.mjs +33 -33
- package/fesm2015/sk-front-lib-uploader.mjs.map +1 -1
- package/fesm2015/sk-front-lib.mjs +19 -19
- package/fesm2015/sk-front-lib.mjs.map +1 -1
- package/fesm2020/sk-front-lib-api.mjs +7 -7
- package/fesm2020/sk-front-lib-api.mjs.map +1 -1
- package/fesm2020/sk-front-lib-article.mjs +20 -20
- package/fesm2020/sk-front-lib-article.mjs.map +1 -1
- package/fesm2020/sk-front-lib-crud.mjs +78 -78
- package/fesm2020/sk-front-lib-crud.mjs.map +1 -1
- package/fesm2020/sk-front-lib-google-analytics.mjs +11 -11
- package/fesm2020/sk-front-lib-google-analytics.mjs.map +1 -1
- package/fesm2020/sk-front-lib-image.mjs +17 -17
- package/fesm2020/sk-front-lib-image.mjs.map +1 -1
- package/fesm2020/sk-front-lib-search-address.mjs +25 -25
- package/fesm2020/sk-front-lib-search-address.mjs.map +1 -1
- package/fesm2020/sk-front-lib-uploader.mjs +33 -33
- package/fesm2020/sk-front-lib-uploader.mjs.map +1 -1
- package/fesm2020/sk-front-lib.mjs +19 -19
- package/fesm2020/sk-front-lib.mjs.map +1 -1
- package/image/sk-image.component.d.ts +2 -2
- package/image/sk-image.module.d.ts +3 -3
- package/package.json +11 -11
- package/search-address/dialog/dialog.component.d.ts +2 -2
- package/search-address/sk-search-address.directive.d.ts +2 -2
- package/search-address/sk-search-address.module.d.ts +3 -3
- package/uploader/sk-uploader.component.d.ts +2 -2
- package/uploader/sk-uploader.directive.d.ts +2 -2
- package/uploader/sk-uploader.module.d.ts +5 -5
|
@@ -90,9 +90,9 @@ class SkAffiliateService {
|
|
|
90
90
|
return this._apiService.delete(`/api/admin/affiliate/targets/${target.map(i => i.id).join(',')}`);
|
|
91
91
|
}
|
|
92
92
|
}
|
|
93
|
-
SkAffiliateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
94
|
-
SkAffiliateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
95
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
93
|
+
SkAffiliateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkAffiliateService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
94
|
+
SkAffiliateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkAffiliateService, providedIn: 'root' });
|
|
95
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkAffiliateService, decorators: [{
|
|
96
96
|
type: Injectable,
|
|
97
97
|
args: [{
|
|
98
98
|
providedIn: 'root'
|
|
@@ -121,9 +121,9 @@ class SkFileService {
|
|
|
121
121
|
return this._apiService.put(`/api/admin/files/${id}`, data).pipe(map(result => new SkFile(result.data)));
|
|
122
122
|
}
|
|
123
123
|
}
|
|
124
|
-
SkFileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
125
|
-
SkFileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
126
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
124
|
+
SkFileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkFileService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
125
|
+
SkFileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkFileService, providedIn: 'root' });
|
|
126
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkFileService, decorators: [{
|
|
127
127
|
type: Injectable,
|
|
128
128
|
args: [{
|
|
129
129
|
providedIn: 'root'
|
|
@@ -181,9 +181,9 @@ class SkAuthService {
|
|
|
181
181
|
return this.apiService.post(this.baseUrl + '/update-password', data).pipe(map(response => response.data));
|
|
182
182
|
}
|
|
183
183
|
}
|
|
184
|
-
SkAuthService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
185
|
-
SkAuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
186
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
184
|
+
SkAuthService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkAuthService, deps: [{ token: i2.Router }, { token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
185
|
+
SkAuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkAuthService, providedIn: 'root' });
|
|
186
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkAuthService, decorators: [{
|
|
187
187
|
type: Injectable,
|
|
188
188
|
args: [{
|
|
189
189
|
providedIn: 'root'
|
|
@@ -207,9 +207,9 @@ class SkAuthGuard {
|
|
|
207
207
|
return this.canActivate(route, state);
|
|
208
208
|
}
|
|
209
209
|
}
|
|
210
|
-
SkAuthGuard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
211
|
-
SkAuthGuard.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
212
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
210
|
+
SkAuthGuard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkAuthGuard, deps: [{ token: SkAuthService }, { token: i2.Router }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
211
|
+
SkAuthGuard.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkAuthGuard, providedIn: 'root' });
|
|
212
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkAuthGuard, decorators: [{
|
|
213
213
|
type: Injectable,
|
|
214
214
|
args: [{
|
|
215
215
|
providedIn: 'root'
|
|
@@ -233,9 +233,9 @@ class SkAuthAdminGuard {
|
|
|
233
233
|
return this.canActivate(route, state);
|
|
234
234
|
}
|
|
235
235
|
}
|
|
236
|
-
SkAuthAdminGuard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
237
|
-
SkAuthAdminGuard.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
238
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
236
|
+
SkAuthAdminGuard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkAuthAdminGuard, deps: [{ token: SkAuthService }, { token: i2.Router }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
237
|
+
SkAuthAdminGuard.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkAuthAdminGuard, providedIn: 'root' });
|
|
238
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkAuthAdminGuard, decorators: [{
|
|
239
239
|
type: Injectable,
|
|
240
240
|
args: [{
|
|
241
241
|
providedIn: 'root'
|
|
@@ -299,9 +299,9 @@ class SkUserService {
|
|
|
299
299
|
return this._apiService.get('/api/public/users/exists/email', new HttpParams().append('email', email)).pipe(map(response => response.data));
|
|
300
300
|
}
|
|
301
301
|
}
|
|
302
|
-
SkUserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
303
|
-
SkUserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
304
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
302
|
+
SkUserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkUserService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
303
|
+
SkUserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkUserService, providedIn: 'root' });
|
|
304
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkUserService, decorators: [{
|
|
305
305
|
type: Injectable,
|
|
306
306
|
args: [{
|
|
307
307
|
providedIn: 'root'
|
|
@@ -403,9 +403,9 @@ class SkDocumentService {
|
|
|
403
403
|
return this._apiService.put(`/api/admin/documents/${documentId}/publish`, data).pipe(map(response => response.data));
|
|
404
404
|
}
|
|
405
405
|
}
|
|
406
|
-
SkDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
407
|
-
SkDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
408
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
406
|
+
SkDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkDocumentService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
407
|
+
SkDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkDocumentService, providedIn: 'root' });
|
|
408
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkDocumentService, decorators: [{
|
|
409
409
|
type: Injectable,
|
|
410
410
|
args: [{
|
|
411
411
|
providedIn: 'root'
|
|
@@ -450,9 +450,9 @@ class SkBoardService {
|
|
|
450
450
|
return this._apiService.delete(`/api/admin/boards/delete/${boards.map(board => board.id).join(',')}`);
|
|
451
451
|
}
|
|
452
452
|
}
|
|
453
|
-
SkBoardService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
454
|
-
SkBoardService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
455
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
453
|
+
SkBoardService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkBoardService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
454
|
+
SkBoardService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkBoardService, providedIn: 'root' });
|
|
455
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkBoardService, decorators: [{
|
|
456
456
|
type: Injectable,
|
|
457
457
|
args: [{
|
|
458
458
|
providedIn: 'root'
|
|
@@ -491,9 +491,9 @@ class SkBrandService {
|
|
|
491
491
|
return this._apiService.delete(`/api/admin/brands/delete/${brands.map(brand => brand.id).join(',')}`);
|
|
492
492
|
}
|
|
493
493
|
}
|
|
494
|
-
SkBrandService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
495
|
-
SkBrandService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
496
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
494
|
+
SkBrandService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkBrandService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
495
|
+
SkBrandService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkBrandService, providedIn: 'root' });
|
|
496
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkBrandService, decorators: [{
|
|
497
497
|
type: Injectable,
|
|
498
498
|
args: [{
|
|
499
499
|
providedIn: 'root'
|
|
@@ -549,9 +549,9 @@ class SkCategoryService {
|
|
|
549
549
|
return this._apiService.delete(`/api/admin/categories/${categoryId}/sub/${subCategoryId}/${subCategoryItemId}`).pipe(map(response => response.data));
|
|
550
550
|
}
|
|
551
551
|
}
|
|
552
|
-
SkCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
553
|
-
SkCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
554
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
552
|
+
SkCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkCategoryService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
553
|
+
SkCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkCategoryService, providedIn: 'root' });
|
|
554
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkCategoryService, decorators: [{
|
|
555
555
|
type: Injectable,
|
|
556
556
|
args: [{
|
|
557
557
|
providedIn: 'root'
|
|
@@ -711,9 +711,9 @@ class SkProductService {
|
|
|
711
711
|
return this._apiService.put(`/api/admin/products/${productId}/publish`, data).pipe(map(response => response.data));
|
|
712
712
|
}
|
|
713
713
|
}
|
|
714
|
-
SkProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
715
|
-
SkProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
716
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
714
|
+
SkProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkProductService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
715
|
+
SkProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkProductService, providedIn: 'root' });
|
|
716
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkProductService, decorators: [{
|
|
717
717
|
type: Injectable,
|
|
718
718
|
args: [{
|
|
719
719
|
providedIn: 'root'
|
|
@@ -789,9 +789,9 @@ class SkPromotionService {
|
|
|
789
789
|
.pipe(map(response => response.data));
|
|
790
790
|
}
|
|
791
791
|
}
|
|
792
|
-
SkPromotionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
793
|
-
SkPromotionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
794
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
792
|
+
SkPromotionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkPromotionService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
793
|
+
SkPromotionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkPromotionService, providedIn: 'root' });
|
|
794
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkPromotionService, decorators: [{
|
|
795
795
|
type: Injectable,
|
|
796
796
|
args: [{
|
|
797
797
|
providedIn: 'root'
|
|
@@ -815,9 +815,9 @@ class SkConfigService {
|
|
|
815
815
|
.pipe(map(result => result.data || []));
|
|
816
816
|
}
|
|
817
817
|
}
|
|
818
|
-
SkConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
819
|
-
SkConfigService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
820
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
818
|
+
SkConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkConfigService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
819
|
+
SkConfigService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkConfigService, providedIn: 'root' });
|
|
820
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkConfigService, decorators: [{
|
|
821
821
|
type: Injectable,
|
|
822
822
|
args: [{
|
|
823
823
|
providedIn: 'root'
|
|
@@ -858,9 +858,9 @@ class SkCartApiService {
|
|
|
858
858
|
return this._apiService.put(`/api/public/carts/${cart.id}`, { amount: cart.amount }).pipe(map(response => (response.data || []).map(item => new SkCart(item))));
|
|
859
859
|
}
|
|
860
860
|
}
|
|
861
|
-
SkCartApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
862
|
-
SkCartApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
863
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
861
|
+
SkCartApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkCartApiService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
862
|
+
SkCartApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkCartApiService, providedIn: 'root' });
|
|
863
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkCartApiService, decorators: [{
|
|
864
864
|
type: Injectable,
|
|
865
865
|
args: [{
|
|
866
866
|
providedIn: 'root'
|
|
@@ -915,9 +915,9 @@ class SkCartLocalService {
|
|
|
915
915
|
return of(cartList);
|
|
916
916
|
}
|
|
917
917
|
}
|
|
918
|
-
SkCartLocalService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
919
|
-
SkCartLocalService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
920
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
918
|
+
SkCartLocalService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkCartLocalService, deps: [{ token: PLATFORM_ID }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
919
|
+
SkCartLocalService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkCartLocalService, providedIn: 'root' });
|
|
920
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkCartLocalService, decorators: [{
|
|
921
921
|
type: Injectable,
|
|
922
922
|
args: [{
|
|
923
923
|
providedIn: 'root'
|
|
@@ -1061,9 +1061,9 @@ class SkCartService {
|
|
|
1061
1061
|
})), map(result => result.data));
|
|
1062
1062
|
}
|
|
1063
1063
|
}
|
|
1064
|
-
SkCartService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1065
|
-
SkCartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1066
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1064
|
+
SkCartService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkCartService, deps: [{ token: SkAuthService }, { token: i1.SkApiService }, { token: SkCartApiService }, { token: SkCartLocalService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1065
|
+
SkCartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkCartService, providedIn: 'root' });
|
|
1066
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkCartService, decorators: [{
|
|
1067
1067
|
type: Injectable,
|
|
1068
1068
|
args: [{
|
|
1069
1069
|
providedIn: 'root'
|
|
@@ -1187,9 +1187,9 @@ class SkOrderService {
|
|
|
1187
1187
|
}).pipe(map(result => result.data || { discountAmount: 0, couponData: [] }));
|
|
1188
1188
|
}
|
|
1189
1189
|
}
|
|
1190
|
-
SkOrderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1191
|
-
SkOrderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1192
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1190
|
+
SkOrderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkOrderService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1191
|
+
SkOrderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkOrderService, providedIn: 'root' });
|
|
1192
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkOrderService, decorators: [{
|
|
1193
1193
|
type: Injectable,
|
|
1194
1194
|
args: [{
|
|
1195
1195
|
providedIn: 'root'
|
|
@@ -1219,9 +1219,9 @@ class SkAccountService {
|
|
|
1219
1219
|
return this._apiService.get(`/api/public/users/me/wishlist/badge`).pipe(map(response => response.data || false));
|
|
1220
1220
|
}
|
|
1221
1221
|
}
|
|
1222
|
-
SkAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1223
|
-
SkAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1224
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1222
|
+
SkAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkAccountService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1223
|
+
SkAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkAccountService, providedIn: 'root' });
|
|
1224
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkAccountService, decorators: [{
|
|
1225
1225
|
type: Injectable,
|
|
1226
1226
|
args: [{
|
|
1227
1227
|
providedIn: 'root'
|
|
@@ -1239,9 +1239,9 @@ class SkSearchService {
|
|
|
1239
1239
|
return this._apiService.get(`/api/public/search/keywords`).pipe(map(response => response.data));
|
|
1240
1240
|
}
|
|
1241
1241
|
}
|
|
1242
|
-
SkSearchService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1243
|
-
SkSearchService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1244
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1242
|
+
SkSearchService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkSearchService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1243
|
+
SkSearchService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkSearchService, providedIn: 'root' });
|
|
1244
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkSearchService, decorators: [{
|
|
1245
1245
|
type: Injectable,
|
|
1246
1246
|
args: [{
|
|
1247
1247
|
providedIn: 'root'
|
|
@@ -1278,9 +1278,9 @@ class SkPointService {
|
|
|
1278
1278
|
return this._apiService.put(`/api/admin/points/use`, data).pipe(map(response => Number(response.data || 0)));
|
|
1279
1279
|
}
|
|
1280
1280
|
}
|
|
1281
|
-
SkPointService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1282
|
-
SkPointService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1283
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1281
|
+
SkPointService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkPointService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1282
|
+
SkPointService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkPointService, providedIn: 'root' });
|
|
1283
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkPointService, decorators: [{
|
|
1284
1284
|
type: Injectable,
|
|
1285
1285
|
args: [{
|
|
1286
1286
|
providedIn: 'root'
|
|
@@ -1335,9 +1335,9 @@ class SkCouponService {
|
|
|
1335
1335
|
.pipe(map(response => response.data));
|
|
1336
1336
|
}
|
|
1337
1337
|
}
|
|
1338
|
-
SkCouponService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1339
|
-
SkCouponService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1340
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1338
|
+
SkCouponService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkCouponService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1339
|
+
SkCouponService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkCouponService, providedIn: 'root' });
|
|
1340
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkCouponService, decorators: [{
|
|
1341
1341
|
type: Injectable,
|
|
1342
1342
|
args: [{
|
|
1343
1343
|
providedIn: 'root'
|
|
@@ -1372,9 +1372,9 @@ class SkCommentService {
|
|
|
1372
1372
|
.pipe(map(response => response.data));
|
|
1373
1373
|
}
|
|
1374
1374
|
}
|
|
1375
|
-
SkCommentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1376
|
-
SkCommentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1377
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1375
|
+
SkCommentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkCommentService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1376
|
+
SkCommentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkCommentService, providedIn: 'root' });
|
|
1377
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkCommentService, decorators: [{
|
|
1378
1378
|
type: Injectable,
|
|
1379
1379
|
args: [{
|
|
1380
1380
|
providedIn: 'root'
|
|
@@ -1406,9 +1406,9 @@ class SkContactService {
|
|
|
1406
1406
|
.pipe(map(response => response.data));
|
|
1407
1407
|
}
|
|
1408
1408
|
}
|
|
1409
|
-
SkContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1410
|
-
SkContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1411
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1409
|
+
SkContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkContactService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1410
|
+
SkContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkContactService, providedIn: 'root' });
|
|
1411
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkContactService, decorators: [{
|
|
1412
1412
|
type: Injectable,
|
|
1413
1413
|
args: [{
|
|
1414
1414
|
providedIn: 'root'
|
|
@@ -1426,9 +1426,9 @@ class SkEtcService {
|
|
|
1426
1426
|
return this._apiService.get(`/api/admin/notifications/sms/${key}`, new HttpParams().append('to', to)).pipe(map(response => response.data));
|
|
1427
1427
|
}
|
|
1428
1428
|
}
|
|
1429
|
-
SkEtcService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1430
|
-
SkEtcService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1431
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1429
|
+
SkEtcService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkEtcService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1430
|
+
SkEtcService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkEtcService, providedIn: 'root' });
|
|
1431
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkEtcService, decorators: [{
|
|
1432
1432
|
type: Injectable,
|
|
1433
1433
|
args: [{
|
|
1434
1434
|
providedIn: 'root'
|
|
@@ -1467,9 +1467,9 @@ class SkStoreService {
|
|
|
1467
1467
|
return this._apiService.delete(`/api/admin/stores/delete/${stores.map(store => store.id).join(',')}`);
|
|
1468
1468
|
}
|
|
1469
1469
|
}
|
|
1470
|
-
SkStoreService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1471
|
-
SkStoreService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1472
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1470
|
+
SkStoreService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkStoreService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1471
|
+
SkStoreService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkStoreService, providedIn: 'root' });
|
|
1472
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkStoreService, decorators: [{
|
|
1473
1473
|
type: Injectable,
|
|
1474
1474
|
args: [{
|
|
1475
1475
|
providedIn: 'root'
|
|
@@ -1508,9 +1508,9 @@ class SkKeywordService {
|
|
|
1508
1508
|
return this._apiService.delete(`/api/admin/keywords/delete/${keywords.map(keyword => keyword.id).join(',')}`);
|
|
1509
1509
|
}
|
|
1510
1510
|
}
|
|
1511
|
-
SkKeywordService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1512
|
-
SkKeywordService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1513
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1511
|
+
SkKeywordService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkKeywordService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1512
|
+
SkKeywordService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkKeywordService, providedIn: 'root' });
|
|
1513
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SkKeywordService, decorators: [{
|
|
1514
1514
|
type: Injectable,
|
|
1515
1515
|
args: [{
|
|
1516
1516
|
providedIn: 'root'
|