sk-front-lib 0.17.42 → 0.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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 +7 -9
- package/esm2020/api/sk-api.service.mjs +3 -3
- package/esm2020/article/sk-article-editor-server.component.mjs +3 -3
- package/esm2020/article/sk-article-editor.component.mjs +3 -3
- package/esm2020/article/sk-article-server.module.mjs +5 -7
- package/esm2020/article/sk-article.module.mjs +5 -7
- package/esm2020/article/sk-article.service.mjs +3 -3
- package/esm2020/article/sk-froala-editor.directive.mjs +3 -3
- package/esm2020/crud/sk-account.service.mjs +3 -3
- package/esm2020/crud/sk-affiliate.service.mjs +3 -3
- package/esm2020/crud/sk-auth-admin.guard.mjs +3 -3
- package/esm2020/crud/sk-auth.guard.mjs +3 -3
- package/esm2020/crud/sk-auth.service.mjs +3 -3
- package/esm2020/crud/sk-board.service.mjs +3 -3
- package/esm2020/crud/sk-brand.service.mjs +3 -3
- package/esm2020/crud/sk-cart.service.mjs +10 -10
- package/esm2020/crud/sk-category.service.mjs +3 -3
- package/esm2020/crud/sk-comment.service.mjs +3 -3
- package/esm2020/crud/sk-config.service.mjs +3 -3
- package/esm2020/crud/sk-contact.service.mjs +3 -3
- package/esm2020/crud/sk-coupon.service.mjs +3 -3
- package/esm2020/crud/sk-document.service.mjs +3 -3
- package/esm2020/crud/sk-etc.service.mjs +3 -3
- package/esm2020/crud/sk-file.service.mjs +3 -3
- package/esm2020/crud/sk-keyword.service.mjs +3 -3
- package/esm2020/crud/sk-order.service.mjs +3 -3
- package/esm2020/crud/sk-point.service.mjs +3 -3
- package/esm2020/crud/sk-product.service.mjs +3 -3
- package/esm2020/crud/sk-promotion.service.mjs +3 -3
- package/esm2020/crud/sk-search.service.mjs +3 -3
- package/esm2020/crud/sk-store.service.mjs +3 -3
- package/esm2020/crud/sk-user.service.mjs +3 -3
- package/esm2020/google-analytics/google-analytics-router.module.mjs +7 -9
- package/esm2020/google-analytics/google-analytics.module.mjs +6 -9
- package/esm2020/google-analytics/services/google-analytics.service.mjs +3 -3
- package/esm2020/image/sk-image.component.mjs +6 -6
- package/esm2020/image/sk-image.module.mjs +10 -13
- package/esm2020/lib/sk-byte.pipe.mjs +3 -3
- package/esm2020/lib/sk-date-time.pipe.mjs +3 -3
- package/esm2020/lib/sk-date.pipe.mjs +3 -3
- package/esm2020/lib/sk-front-lib.module.mjs +6 -7
- package/esm2020/lib/sk-keys.pipe.mjs +3 -3
- package/esm2020/lib/sk-time.pipe.mjs +3 -3
- package/esm2020/search-address/dialog/dialog.component.mjs +5 -5
- package/esm2020/search-address/sk-search-address.directive.mjs +3 -3
- package/esm2020/search-address/sk-search-address.module.mjs +10 -15
- package/esm2020/search-address/sk-search-address.service.mjs +4 -4
- package/esm2020/uploader/sk-uploader.component.mjs +13 -13
- package/esm2020/uploader/sk-uploader.directive.mjs +3 -3
- package/esm2020/uploader/sk-uploader.module.mjs +12 -17
- package/fesm2015/sk-front-lib-api.mjs +9 -11
- package/fesm2015/sk-front-lib-api.mjs.map +1 -1
- package/fesm2015/sk-front-lib-article.mjs +20 -24
- 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 +14 -19
- package/fesm2015/sk-front-lib-google-analytics.mjs.map +1 -1
- package/fesm2015/sk-front-lib-image.mjs +15 -18
- package/fesm2015/sk-front-lib-image.mjs.map +1 -1
- package/fesm2015/sk-front-lib-model.mjs.map +1 -1
- package/fesm2015/sk-front-lib-search-address.mjs +20 -25
- package/fesm2015/sk-front-lib-search-address.mjs.map +1 -1
- package/fesm2015/sk-front-lib-uploader.mjs +26 -31
- package/fesm2015/sk-front-lib-uploader.mjs.map +1 -1
- package/fesm2015/sk-front-lib.mjs +20 -21
- package/fesm2015/sk-front-lib.mjs.map +1 -1
- package/fesm2020/sk-front-lib-api.mjs +9 -11
- package/fesm2020/sk-front-lib-api.mjs.map +1 -1
- package/fesm2020/sk-front-lib-article.mjs +20 -24
- 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 +14 -19
- package/fesm2020/sk-front-lib-google-analytics.mjs.map +1 -1
- package/fesm2020/sk-front-lib-image.mjs +15 -18
- package/fesm2020/sk-front-lib-image.mjs.map +1 -1
- package/fesm2020/sk-front-lib-model.mjs.map +1 -1
- package/fesm2020/sk-front-lib-search-address.mjs +20 -25
- package/fesm2020/sk-front-lib-search-address.mjs.map +1 -1
- package/fesm2020/sk-front-lib-uploader.mjs +26 -31
- package/fesm2020/sk-front-lib-uploader.mjs.map +1 -1
- package/fesm2020/sk-front-lib.mjs +20 -21
- package/fesm2020/sk-front-lib.mjs.map +1 -1
- package/image/sk-image.component.d.ts +1 -1
- package/lib/sk-byte.pipe.d.ts +1 -1
- package/lib/sk-date-time.pipe.d.ts +1 -1
- package/lib/sk-date.pipe.d.ts +1 -1
- package/lib/sk-keys.pipe.d.ts +1 -1
- package/lib/sk-time.pipe.d.ts +1 -1
- package/package.json +19 -19
- package/search-address/dialog/dialog.component.d.ts +1 -1
- package/search-address/sk-search-address.directive.d.ts +1 -1
- package/uploader/sk-uploader.component.d.ts +1 -1
- package/uploader/sk-uploader.directive.d.ts +1 -1
- package/api/package.json +0 -10
- package/article/package.json +0 -10
- package/crud/package.json +0 -10
- package/google-analytics/package.json +0 -10
- package/image/package.json +0 -10
- package/model/package.json +0 -10
- package/search-address/package.json +0 -10
- package/uploader/package.json +0 -10
- /package/api/{sk-front-lib-api.d.ts → index.d.ts} +0 -0
- /package/article/{sk-front-lib-article.d.ts → index.d.ts} +0 -0
- /package/crud/{sk-front-lib-crud.d.ts → index.d.ts} +0 -0
- /package/google-analytics/{sk-front-lib-google-analytics.d.ts → index.d.ts} +0 -0
- /package/image/{sk-front-lib-image.d.ts → index.d.ts} +0 -0
- /package/{sk-front-lib.d.ts → index.d.ts} +0 -0
- /package/model/{sk-front-lib-model.d.ts → index.d.ts} +0 -0
- /package/search-address/{sk-front-lib-search-address.d.ts → index.d.ts} +0 -0
- /package/uploader/{sk-front-lib-uploader.d.ts → index.d.ts} +0 -0
|
@@ -92,9 +92,9 @@ class SkAffiliateService {
|
|
|
92
92
|
return this._apiService.delete(`/api/admin/affiliate/targets/${target.map(i => i.id).join(',')}`);
|
|
93
93
|
}
|
|
94
94
|
}
|
|
95
|
-
SkAffiliateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
96
|
-
SkAffiliateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
97
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
95
|
+
SkAffiliateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkAffiliateService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
96
|
+
SkAffiliateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkAffiliateService, providedIn: 'root' });
|
|
97
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkAffiliateService, decorators: [{
|
|
98
98
|
type: Injectable,
|
|
99
99
|
args: [{
|
|
100
100
|
providedIn: 'root'
|
|
@@ -123,9 +123,9 @@ class SkFileService {
|
|
|
123
123
|
return this._apiService.put(`/api/admin/files/${id}`, data).pipe(map(result => new SkFile(result.data)));
|
|
124
124
|
}
|
|
125
125
|
}
|
|
126
|
-
SkFileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
127
|
-
SkFileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
128
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
126
|
+
SkFileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkFileService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
127
|
+
SkFileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkFileService, providedIn: 'root' });
|
|
128
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkFileService, decorators: [{
|
|
129
129
|
type: Injectable,
|
|
130
130
|
args: [{
|
|
131
131
|
providedIn: 'root'
|
|
@@ -183,9 +183,9 @@ class SkAuthService {
|
|
|
183
183
|
return this.apiService.post(this.baseUrl + '/update-password', data).pipe(map(response => response.data));
|
|
184
184
|
}
|
|
185
185
|
}
|
|
186
|
-
SkAuthService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
187
|
-
SkAuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
188
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
186
|
+
SkAuthService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkAuthService, deps: [{ token: i2.Router }, { token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
187
|
+
SkAuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkAuthService, providedIn: 'root' });
|
|
188
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkAuthService, decorators: [{
|
|
189
189
|
type: Injectable,
|
|
190
190
|
args: [{
|
|
191
191
|
providedIn: 'root'
|
|
@@ -209,9 +209,9 @@ class SkAuthGuard {
|
|
|
209
209
|
return this.canActivate(route, state);
|
|
210
210
|
}
|
|
211
211
|
}
|
|
212
|
-
SkAuthGuard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
213
|
-
SkAuthGuard.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
214
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
212
|
+
SkAuthGuard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkAuthGuard, deps: [{ token: SkAuthService }, { token: i2.Router }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
213
|
+
SkAuthGuard.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkAuthGuard, providedIn: 'root' });
|
|
214
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkAuthGuard, decorators: [{
|
|
215
215
|
type: Injectable,
|
|
216
216
|
args: [{
|
|
217
217
|
providedIn: 'root'
|
|
@@ -235,9 +235,9 @@ class SkAuthAdminGuard {
|
|
|
235
235
|
return this.canActivate(route, state);
|
|
236
236
|
}
|
|
237
237
|
}
|
|
238
|
-
SkAuthAdminGuard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
239
|
-
SkAuthAdminGuard.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
240
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
238
|
+
SkAuthAdminGuard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkAuthAdminGuard, deps: [{ token: SkAuthService }, { token: i2.Router }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
239
|
+
SkAuthAdminGuard.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkAuthAdminGuard, providedIn: 'root' });
|
|
240
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkAuthAdminGuard, decorators: [{
|
|
241
241
|
type: Injectable,
|
|
242
242
|
args: [{
|
|
243
243
|
providedIn: 'root'
|
|
@@ -301,9 +301,9 @@ class SkUserService {
|
|
|
301
301
|
return this._apiService.get('/api/public/users/exists/email', new HttpParams().append('email', email)).pipe(map(response => response.data));
|
|
302
302
|
}
|
|
303
303
|
}
|
|
304
|
-
SkUserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
305
|
-
SkUserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
306
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
304
|
+
SkUserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkUserService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
305
|
+
SkUserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkUserService, providedIn: 'root' });
|
|
306
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkUserService, decorators: [{
|
|
307
307
|
type: Injectable,
|
|
308
308
|
args: [{
|
|
309
309
|
providedIn: 'root'
|
|
@@ -405,9 +405,9 @@ class SkDocumentService {
|
|
|
405
405
|
return this._apiService.put(`/api/admin/documents/${documentId}/publish`, data).pipe(map(response => response.data));
|
|
406
406
|
}
|
|
407
407
|
}
|
|
408
|
-
SkDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
409
|
-
SkDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
410
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
408
|
+
SkDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkDocumentService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
409
|
+
SkDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkDocumentService, providedIn: 'root' });
|
|
410
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkDocumentService, decorators: [{
|
|
411
411
|
type: Injectable,
|
|
412
412
|
args: [{
|
|
413
413
|
providedIn: 'root'
|
|
@@ -452,9 +452,9 @@ class SkBoardService {
|
|
|
452
452
|
return this._apiService.delete(`/api/admin/boards/delete/${boards.map(board => board.id).join(',')}`);
|
|
453
453
|
}
|
|
454
454
|
}
|
|
455
|
-
SkBoardService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
456
|
-
SkBoardService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
457
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
455
|
+
SkBoardService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkBoardService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
456
|
+
SkBoardService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkBoardService, providedIn: 'root' });
|
|
457
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkBoardService, decorators: [{
|
|
458
458
|
type: Injectable,
|
|
459
459
|
args: [{
|
|
460
460
|
providedIn: 'root'
|
|
@@ -493,9 +493,9 @@ class SkBrandService {
|
|
|
493
493
|
return this._apiService.delete(`/api/admin/brands/delete/${brands.map(brand => brand.id).join(',')}`);
|
|
494
494
|
}
|
|
495
495
|
}
|
|
496
|
-
SkBrandService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
497
|
-
SkBrandService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
498
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
496
|
+
SkBrandService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkBrandService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
497
|
+
SkBrandService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkBrandService, providedIn: 'root' });
|
|
498
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkBrandService, decorators: [{
|
|
499
499
|
type: Injectable,
|
|
500
500
|
args: [{
|
|
501
501
|
providedIn: 'root'
|
|
@@ -551,9 +551,9 @@ class SkCategoryService {
|
|
|
551
551
|
return this._apiService.delete(`/api/admin/categories/${categoryId}/sub/${subCategoryId}/${subCategoryItemId}`).pipe(map(response => response.data));
|
|
552
552
|
}
|
|
553
553
|
}
|
|
554
|
-
SkCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
555
|
-
SkCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
556
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
554
|
+
SkCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkCategoryService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
555
|
+
SkCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkCategoryService, providedIn: 'root' });
|
|
556
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkCategoryService, decorators: [{
|
|
557
557
|
type: Injectable,
|
|
558
558
|
args: [{
|
|
559
559
|
providedIn: 'root'
|
|
@@ -713,9 +713,9 @@ class SkProductService {
|
|
|
713
713
|
return this._apiService.put(`/api/admin/products/${productId}/publish`, data).pipe(map(response => response.data));
|
|
714
714
|
}
|
|
715
715
|
}
|
|
716
|
-
SkProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
717
|
-
SkProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
718
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
716
|
+
SkProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkProductService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
717
|
+
SkProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkProductService, providedIn: 'root' });
|
|
718
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkProductService, decorators: [{
|
|
719
719
|
type: Injectable,
|
|
720
720
|
args: [{
|
|
721
721
|
providedIn: 'root'
|
|
@@ -791,9 +791,9 @@ class SkPromotionService {
|
|
|
791
791
|
.pipe(map(response => response.data));
|
|
792
792
|
}
|
|
793
793
|
}
|
|
794
|
-
SkPromotionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
795
|
-
SkPromotionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
796
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
794
|
+
SkPromotionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkPromotionService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
795
|
+
SkPromotionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkPromotionService, providedIn: 'root' });
|
|
796
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkPromotionService, decorators: [{
|
|
797
797
|
type: Injectable,
|
|
798
798
|
args: [{
|
|
799
799
|
providedIn: 'root'
|
|
@@ -817,9 +817,9 @@ class SkConfigService {
|
|
|
817
817
|
.pipe(map(result => result.data || []));
|
|
818
818
|
}
|
|
819
819
|
}
|
|
820
|
-
SkConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
821
|
-
SkConfigService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
822
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
820
|
+
SkConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkConfigService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
821
|
+
SkConfigService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkConfigService, providedIn: 'root' });
|
|
822
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkConfigService, decorators: [{
|
|
823
823
|
type: Injectable,
|
|
824
824
|
args: [{
|
|
825
825
|
providedIn: 'root'
|
|
@@ -860,9 +860,9 @@ class SkCartApiService {
|
|
|
860
860
|
return this._apiService.put(`/api/public/carts/${cart.id}`, { amount: cart.amount }).pipe(map(response => (response.data || []).map(item => new SkCart(item))));
|
|
861
861
|
}
|
|
862
862
|
}
|
|
863
|
-
SkCartApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
864
|
-
SkCartApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
865
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
863
|
+
SkCartApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkCartApiService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
864
|
+
SkCartApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkCartApiService, providedIn: 'root' });
|
|
865
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkCartApiService, decorators: [{
|
|
866
866
|
type: Injectable,
|
|
867
867
|
args: [{
|
|
868
868
|
providedIn: 'root'
|
|
@@ -917,9 +917,9 @@ class SkCartLocalService {
|
|
|
917
917
|
return of(cartList);
|
|
918
918
|
}
|
|
919
919
|
}
|
|
920
|
-
SkCartLocalService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
921
|
-
SkCartLocalService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
922
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
920
|
+
SkCartLocalService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkCartLocalService, deps: [{ token: PLATFORM_ID }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
921
|
+
SkCartLocalService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkCartLocalService, providedIn: 'root' });
|
|
922
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkCartLocalService, decorators: [{
|
|
923
923
|
type: Injectable,
|
|
924
924
|
args: [{
|
|
925
925
|
providedIn: 'root'
|
|
@@ -1065,9 +1065,9 @@ class SkCartService {
|
|
|
1065
1065
|
})), map(result => result.data));
|
|
1066
1066
|
}
|
|
1067
1067
|
}
|
|
1068
|
-
SkCartService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1069
|
-
SkCartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1070
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1068
|
+
SkCartService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkCartService, deps: [{ token: SkAuthService }, { token: i1.SkApiService }, { token: SkCartApiService }, { token: SkCartLocalService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1069
|
+
SkCartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkCartService, providedIn: 'root' });
|
|
1070
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkCartService, decorators: [{
|
|
1071
1071
|
type: Injectable,
|
|
1072
1072
|
args: [{
|
|
1073
1073
|
providedIn: 'root'
|
|
@@ -1191,9 +1191,9 @@ class SkOrderService {
|
|
|
1191
1191
|
}).pipe(map(result => result.data || { discountAmount: 0, couponData: [] }));
|
|
1192
1192
|
}
|
|
1193
1193
|
}
|
|
1194
|
-
SkOrderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1195
|
-
SkOrderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1196
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1194
|
+
SkOrderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkOrderService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1195
|
+
SkOrderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkOrderService, providedIn: 'root' });
|
|
1196
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkOrderService, decorators: [{
|
|
1197
1197
|
type: Injectable,
|
|
1198
1198
|
args: [{
|
|
1199
1199
|
providedIn: 'root'
|
|
@@ -1223,9 +1223,9 @@ class SkAccountService {
|
|
|
1223
1223
|
return this._apiService.get(`/api/public/users/me/wishlist/badge`).pipe(map(response => response.data || false));
|
|
1224
1224
|
}
|
|
1225
1225
|
}
|
|
1226
|
-
SkAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1227
|
-
SkAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1228
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1226
|
+
SkAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkAccountService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1227
|
+
SkAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkAccountService, providedIn: 'root' });
|
|
1228
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkAccountService, decorators: [{
|
|
1229
1229
|
type: Injectable,
|
|
1230
1230
|
args: [{
|
|
1231
1231
|
providedIn: 'root'
|
|
@@ -1243,9 +1243,9 @@ class SkSearchService {
|
|
|
1243
1243
|
return this._apiService.get(`/api/public/search/keywords`).pipe(map(response => response.data));
|
|
1244
1244
|
}
|
|
1245
1245
|
}
|
|
1246
|
-
SkSearchService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1247
|
-
SkSearchService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1248
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1246
|
+
SkSearchService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkSearchService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1247
|
+
SkSearchService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkSearchService, providedIn: 'root' });
|
|
1248
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkSearchService, decorators: [{
|
|
1249
1249
|
type: Injectable,
|
|
1250
1250
|
args: [{
|
|
1251
1251
|
providedIn: 'root'
|
|
@@ -1282,9 +1282,9 @@ class SkPointService {
|
|
|
1282
1282
|
return this._apiService.put(`/api/admin/points/use`, data).pipe(map(response => Number(response.data || 0)));
|
|
1283
1283
|
}
|
|
1284
1284
|
}
|
|
1285
|
-
SkPointService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1286
|
-
SkPointService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1287
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1285
|
+
SkPointService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkPointService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1286
|
+
SkPointService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkPointService, providedIn: 'root' });
|
|
1287
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkPointService, decorators: [{
|
|
1288
1288
|
type: Injectable,
|
|
1289
1289
|
args: [{
|
|
1290
1290
|
providedIn: 'root'
|
|
@@ -1339,9 +1339,9 @@ class SkCouponService {
|
|
|
1339
1339
|
.pipe(map(response => response.data));
|
|
1340
1340
|
}
|
|
1341
1341
|
}
|
|
1342
|
-
SkCouponService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1343
|
-
SkCouponService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1344
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1342
|
+
SkCouponService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkCouponService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1343
|
+
SkCouponService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkCouponService, providedIn: 'root' });
|
|
1344
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkCouponService, decorators: [{
|
|
1345
1345
|
type: Injectable,
|
|
1346
1346
|
args: [{
|
|
1347
1347
|
providedIn: 'root'
|
|
@@ -1376,9 +1376,9 @@ class SkCommentService {
|
|
|
1376
1376
|
.pipe(map(response => response.data));
|
|
1377
1377
|
}
|
|
1378
1378
|
}
|
|
1379
|
-
SkCommentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1380
|
-
SkCommentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1381
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1379
|
+
SkCommentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkCommentService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1380
|
+
SkCommentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkCommentService, providedIn: 'root' });
|
|
1381
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkCommentService, decorators: [{
|
|
1382
1382
|
type: Injectable,
|
|
1383
1383
|
args: [{
|
|
1384
1384
|
providedIn: 'root'
|
|
@@ -1410,9 +1410,9 @@ class SkContactService {
|
|
|
1410
1410
|
.pipe(map(response => response.data));
|
|
1411
1411
|
}
|
|
1412
1412
|
}
|
|
1413
|
-
SkContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1414
|
-
SkContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1415
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1413
|
+
SkContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkContactService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1414
|
+
SkContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkContactService, providedIn: 'root' });
|
|
1415
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkContactService, decorators: [{
|
|
1416
1416
|
type: Injectable,
|
|
1417
1417
|
args: [{
|
|
1418
1418
|
providedIn: 'root'
|
|
@@ -1430,9 +1430,9 @@ class SkEtcService {
|
|
|
1430
1430
|
return this._apiService.get(`/api/admin/notifications/sms/${key}`, new HttpParams().append('to', to)).pipe(map(response => response.data));
|
|
1431
1431
|
}
|
|
1432
1432
|
}
|
|
1433
|
-
SkEtcService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1434
|
-
SkEtcService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1435
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1433
|
+
SkEtcService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkEtcService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1434
|
+
SkEtcService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkEtcService, providedIn: 'root' });
|
|
1435
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkEtcService, decorators: [{
|
|
1436
1436
|
type: Injectable,
|
|
1437
1437
|
args: [{
|
|
1438
1438
|
providedIn: 'root'
|
|
@@ -1471,9 +1471,9 @@ class SkStoreService {
|
|
|
1471
1471
|
return this._apiService.delete(`/api/admin/stores/delete/${stores.map(store => store.id).join(',')}`);
|
|
1472
1472
|
}
|
|
1473
1473
|
}
|
|
1474
|
-
SkStoreService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1475
|
-
SkStoreService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1476
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1474
|
+
SkStoreService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkStoreService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1475
|
+
SkStoreService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkStoreService, providedIn: 'root' });
|
|
1476
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkStoreService, decorators: [{
|
|
1477
1477
|
type: Injectable,
|
|
1478
1478
|
args: [{
|
|
1479
1479
|
providedIn: 'root'
|
|
@@ -1512,9 +1512,9 @@ class SkKeywordService {
|
|
|
1512
1512
|
return this._apiService.delete(`/api/admin/keywords/delete/${keywords.map(keyword => keyword.id).join(',')}`);
|
|
1513
1513
|
}
|
|
1514
1514
|
}
|
|
1515
|
-
SkKeywordService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1516
|
-
SkKeywordService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1517
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1515
|
+
SkKeywordService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkKeywordService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1516
|
+
SkKeywordService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkKeywordService, providedIn: 'root' });
|
|
1517
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkKeywordService, decorators: [{
|
|
1518
1518
|
type: Injectable,
|
|
1519
1519
|
args: [{
|
|
1520
1520
|
providedIn: 'root'
|