sk-front-lib 0.17.42 → 0.18.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/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 +21 -21
- 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
|
@@ -14,9 +14,9 @@ export class SkEtcService {
|
|
|
14
14
|
return this._apiService.get(`/api/admin/notifications/sms/${key}`, new HttpParams().append('to', to)).pipe(map(response => response.data));
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
|
-
SkEtcService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18
|
-
SkEtcService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
19
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17
|
+
SkEtcService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkEtcService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
18
|
+
SkEtcService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkEtcService, providedIn: 'root' });
|
|
19
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkEtcService, decorators: [{
|
|
20
20
|
type: Injectable,
|
|
21
21
|
args: [{
|
|
22
22
|
providedIn: 'root'
|
|
@@ -26,9 +26,9 @@ export class SkFileService {
|
|
|
26
26
|
return this._apiService.put(`/api/admin/files/${id}`, data).pipe(map(result => new SkFile(result.data)));
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
|
-
SkFileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
30
|
-
SkFileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
31
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
29
|
+
SkFileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkFileService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
30
|
+
SkFileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkFileService, providedIn: 'root' });
|
|
31
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkFileService, decorators: [{
|
|
32
32
|
type: Injectable,
|
|
33
33
|
args: [{
|
|
34
34
|
providedIn: 'root'
|
|
@@ -35,9 +35,9 @@ export class SkKeywordService {
|
|
|
35
35
|
return this._apiService.delete(`/api/admin/keywords/delete/${keywords.map(keyword => keyword.id).join(',')}`);
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
|
-
SkKeywordService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
39
|
-
SkKeywordService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
40
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
38
|
+
SkKeywordService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkKeywordService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
39
|
+
SkKeywordService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkKeywordService, providedIn: 'root' });
|
|
40
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkKeywordService, decorators: [{
|
|
41
41
|
type: Injectable,
|
|
42
42
|
args: [{
|
|
43
43
|
providedIn: 'root'
|
|
@@ -122,9 +122,9 @@ export class SkOrderService {
|
|
|
122
122
|
}).pipe(map(result => result.data || { discountAmount: 0, couponData: [] }));
|
|
123
123
|
}
|
|
124
124
|
}
|
|
125
|
-
SkOrderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
126
|
-
SkOrderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
127
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
125
|
+
SkOrderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkOrderService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
126
|
+
SkOrderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkOrderService, providedIn: 'root' });
|
|
127
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkOrderService, decorators: [{
|
|
128
128
|
type: Injectable,
|
|
129
129
|
args: [{
|
|
130
130
|
providedIn: 'root'
|
|
@@ -34,9 +34,9 @@ export class SkPointService {
|
|
|
34
34
|
return this._apiService.put(`/api/admin/points/use`, data).pipe(map(response => Number(response.data || 0)));
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
|
-
SkPointService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
38
|
-
SkPointService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
39
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
37
|
+
SkPointService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkPointService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
38
|
+
SkPointService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkPointService, providedIn: 'root' });
|
|
39
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkPointService, decorators: [{
|
|
40
40
|
type: Injectable,
|
|
41
41
|
args: [{
|
|
42
42
|
providedIn: 'root'
|
|
@@ -157,9 +157,9 @@ export class SkProductService {
|
|
|
157
157
|
return this._apiService.put(`/api/admin/products/${productId}/publish`, data).pipe(map(response => response.data));
|
|
158
158
|
}
|
|
159
159
|
}
|
|
160
|
-
SkProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
161
|
-
SkProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
162
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
160
|
+
SkProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkProductService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
161
|
+
SkProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkProductService, providedIn: 'root' });
|
|
162
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkProductService, decorators: [{
|
|
163
163
|
type: Injectable,
|
|
164
164
|
args: [{
|
|
165
165
|
providedIn: 'root'
|
|
@@ -73,9 +73,9 @@ export class SkPromotionService {
|
|
|
73
73
|
.pipe(map(response => response.data));
|
|
74
74
|
}
|
|
75
75
|
}
|
|
76
|
-
SkPromotionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
77
|
-
SkPromotionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
78
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
76
|
+
SkPromotionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkPromotionService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
77
|
+
SkPromotionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkPromotionService, providedIn: 'root' });
|
|
78
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkPromotionService, decorators: [{
|
|
79
79
|
type: Injectable,
|
|
80
80
|
args: [{
|
|
81
81
|
providedIn: 'root'
|
|
@@ -14,9 +14,9 @@ export class SkSearchService {
|
|
|
14
14
|
return this._apiService.get(`/api/public/search/keywords`).pipe(map(response => response.data));
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
|
-
SkSearchService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18
|
-
SkSearchService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
19
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17
|
+
SkSearchService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkSearchService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
18
|
+
SkSearchService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkSearchService, providedIn: 'root' });
|
|
19
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkSearchService, decorators: [{
|
|
20
20
|
type: Injectable,
|
|
21
21
|
args: [{
|
|
22
22
|
providedIn: 'root'
|
|
@@ -36,9 +36,9 @@ export class SkStoreService {
|
|
|
36
36
|
return this._apiService.delete(`/api/admin/stores/delete/${stores.map(store => store.id).join(',')}`);
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
|
-
SkStoreService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
40
|
-
SkStoreService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
41
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
39
|
+
SkStoreService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkStoreService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
40
|
+
SkStoreService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkStoreService, providedIn: 'root' });
|
|
41
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkStoreService, decorators: [{
|
|
42
42
|
type: Injectable,
|
|
43
43
|
args: [{
|
|
44
44
|
providedIn: 'root'
|
|
@@ -62,9 +62,9 @@ export class SkUserService {
|
|
|
62
62
|
return this._apiService.get('/api/public/users/exists/email', new HttpParams().append('email', email)).pipe(map(response => response.data));
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
|
-
SkUserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
66
|
-
SkUserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
67
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
65
|
+
SkUserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkUserService, deps: [{ token: i1.SkApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
66
|
+
SkUserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkUserService, providedIn: 'root' });
|
|
67
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkUserService, decorators: [{
|
|
68
68
|
type: Injectable,
|
|
69
69
|
args: [{
|
|
70
70
|
providedIn: 'root'
|
|
@@ -5,16 +5,14 @@ import { SK_GOOGLE_ANALYTICS_ROUTER_INITIALIZER_PROVIDER } from './initializers/
|
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export class SkGoogleAnalyticsRouterModule {
|
|
7
7
|
}
|
|
8
|
-
SkGoogleAnalyticsRouterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9
|
-
SkGoogleAnalyticsRouterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
8
|
+
SkGoogleAnalyticsRouterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkGoogleAnalyticsRouterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9
|
+
SkGoogleAnalyticsRouterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.3.0", ngImport: i0, type: SkGoogleAnalyticsRouterModule, imports: [CommonModule,
|
|
10
10
|
SkGoogleAnalyticsModule] });
|
|
11
|
-
SkGoogleAnalyticsRouterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
11
|
+
SkGoogleAnalyticsRouterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkGoogleAnalyticsRouterModule, providers: [
|
|
12
12
|
SK_GOOGLE_ANALYTICS_ROUTER_INITIALIZER_PROVIDER
|
|
13
|
-
], imports: [
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
]] });
|
|
17
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SkGoogleAnalyticsRouterModule, decorators: [{
|
|
13
|
+
], imports: [CommonModule,
|
|
14
|
+
SkGoogleAnalyticsModule] });
|
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkGoogleAnalyticsRouterModule, decorators: [{
|
|
18
16
|
type: NgModule,
|
|
19
17
|
args: [{
|
|
20
18
|
imports: [
|
|
@@ -27,4 +25,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImpor
|
|
|
27
25
|
declarations: []
|
|
28
26
|
}]
|
|
29
27
|
}] });
|
|
30
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
28
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ29vZ2xlLWFuYWx5dGljcy1yb3V0ZXIubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcHJvamVjdHMvc2stZnJvbnQtbGliL2dvb2dsZS1hbmFseXRpY3Mvc3JjL2dvb2dsZS1hbmFseXRpY3Mtcm91dGVyLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQztBQUNwRSxPQUFPLEVBQUUsK0NBQStDLEVBQUUsTUFBTSxvREFBb0QsQ0FBQzs7QUFZckgsTUFBTSxPQUFPLDZCQUE2Qjs7MEhBQTdCLDZCQUE2QjsySEFBN0IsNkJBQTZCLFlBUmxDLFlBQVk7UUFDWix1QkFBdUI7MkhBT2xCLDZCQUE2QixhQUwzQjtRQUNQLCtDQUErQztLQUNsRCxZQUxHLFlBQVk7UUFDWix1QkFBdUI7MkZBT2xCLDZCQUE2QjtrQkFWekMsUUFBUTttQkFBQztvQkFDTixPQUFPLEVBQUU7d0JBQ0wsWUFBWTt3QkFDWix1QkFBdUI7cUJBQzFCO29CQUNELFNBQVMsRUFBRTt3QkFDUCwrQ0FBK0M7cUJBQ2xEO29CQUNELFlBQVksRUFBRSxFQUFFO2lCQUNuQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgU2tHb29nbGVBbmFseXRpY3NNb2R1bGUgfSBmcm9tICcuL2dvb2dsZS1hbmFseXRpY3MubW9kdWxlJztcbmltcG9ydCB7IFNLX0dPT0dMRV9BTkFMWVRJQ1NfUk9VVEVSX0lOSVRJQUxJWkVSX1BST1ZJREVSIH0gZnJvbSAnLi9pbml0aWFsaXplcnMvZ29vZ2xlLWFuYWx5dGljcy1yb3V0ZXIuaW5pdGlhbGl6ZXInO1xuXG5ATmdNb2R1bGUoe1xuICAgIGltcG9ydHM6IFtcbiAgICAgICAgQ29tbW9uTW9kdWxlLFxuICAgICAgICBTa0dvb2dsZUFuYWx5dGljc01vZHVsZVxuICAgIF0sXG4gICAgcHJvdmlkZXJzOiBbXG4gICAgICAgIFNLX0dPT0dMRV9BTkFMWVRJQ1NfUk9VVEVSX0lOSVRJQUxJWkVSX1BST1ZJREVSXG4gICAgXSxcbiAgICBkZWNsYXJhdGlvbnM6IFtdXG59KVxuZXhwb3J0IGNsYXNzIFNrR29vZ2xlQW5hbHl0aWNzUm91dGVyTW9kdWxlIHtcbn1cbiJdfQ==
|
|
@@ -21,20 +21,17 @@ export class SkGoogleAnalyticsModule {
|
|
|
21
21
|
};
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
|
-
SkGoogleAnalyticsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
25
|
-
SkGoogleAnalyticsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
26
|
-
SkGoogleAnalyticsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
27
|
-
|
|
28
|
-
]] });
|
|
29
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SkGoogleAnalyticsModule, decorators: [{
|
|
24
|
+
SkGoogleAnalyticsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkGoogleAnalyticsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
25
|
+
SkGoogleAnalyticsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.3.0", ngImport: i0, type: SkGoogleAnalyticsModule, imports: [CommonModule] });
|
|
26
|
+
SkGoogleAnalyticsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkGoogleAnalyticsModule, imports: [CommonModule] });
|
|
27
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkGoogleAnalyticsModule, decorators: [{
|
|
30
28
|
type: NgModule,
|
|
31
29
|
args: [{
|
|
32
30
|
imports: [
|
|
33
31
|
CommonModule,
|
|
34
32
|
],
|
|
35
33
|
declarations: [],
|
|
36
|
-
exports: []
|
|
37
|
-
entryComponents: []
|
|
34
|
+
exports: []
|
|
38
35
|
}]
|
|
39
36
|
}] });
|
|
40
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
37
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ29vZ2xlLWFuYWx5dGljcy5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy9zay1mcm9udC1saWIvZ29vZ2xlLWFuYWx5dGljcy9zcmMvZ29vZ2xlLWFuYWx5dGljcy5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUF1QixRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDOUQsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxrQ0FBa0MsRUFBRSxNQUFNLDBDQUEwQyxDQUFDO0FBRTlGLE9BQU8sRUFBRSx3Q0FBd0MsRUFBRSxNQUFNLDZDQUE2QyxDQUFDOztBQVN2RyxNQUFNLE9BQU8sdUJBQXVCO0lBQ2hDLE1BQU0sQ0FBQyxPQUFPLENBQUMsWUFBb0IsRUFBRSxXQUF3QyxFQUFFLEVBQUUsR0FBWTtRQUN6RixPQUFPO1lBQ0gsUUFBUSxFQUFFLHVCQUF1QjtZQUNqQyxTQUFTLEVBQUU7Z0JBQ1A7b0JBQ0ksT0FBTyxFQUFFLGtDQUFrQztvQkFDM0MsUUFBUSxFQUFFO3dCQUNOLFlBQVk7d0JBQ1osUUFBUTt3QkFDUixHQUFHO3FCQUNOO2lCQUNKO2dCQUNELHdDQUF3QzthQUMzQztTQUNKLENBQUM7SUFDTixDQUFDOztvSEFoQlEsdUJBQXVCO3FIQUF2Qix1QkFBdUIsWUFMNUIsWUFBWTtxSEFLUCx1QkFBdUIsWUFMNUIsWUFBWTsyRkFLUCx1QkFBdUI7a0JBUG5DLFFBQVE7bUJBQUM7b0JBQ04sT0FBTyxFQUFFO3dCQUNMLFlBQVk7cUJBQ2Y7b0JBQ0QsWUFBWSxFQUFFLEVBQUU7b0JBQ2hCLE9BQU8sRUFBRSxFQUFFO2lCQUNkIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTW9kdWxlV2l0aFByb3ZpZGVycywgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBTS19HT09HTEVfQU5BTFlUSUNTX1NFVFRJTkdTX1RPS0VOIH0gZnJvbSAnLi90b2tlbnMvZ29vZ2xlLWFuYWx5dGljcy1zZXR0aW5ncy10b2tlbic7XG5pbXBvcnQgeyBJU2tHb29nbGVBbmFseXRpY3NDb21tYW5kIH0gZnJvbSAnLi9pbnRlcmZhY2VzL2dvb2dsZS1hbmFseXRpY3MtY29tbWFuZCc7XG5pbXBvcnQgeyBTS19HT09HTEVfQU5BTFlUSUNTX0lOSVRJQUxJWkVSX1BST1ZJREVSIH0gZnJvbSAnLi9pbml0aWFsaXplcnMvZ29vZ2xlLWFuYWx5dGljcy5pbml0aWFsaXplcic7XG5cbkBOZ01vZHVsZSh7XG4gICAgaW1wb3J0czogW1xuICAgICAgICBDb21tb25Nb2R1bGUsXG4gICAgXSxcbiAgICBkZWNsYXJhdGlvbnM6IFtdLFxuICAgIGV4cG9ydHM6IFtdXG59KVxuZXhwb3J0IGNsYXNzIFNrR29vZ2xlQW5hbHl0aWNzTW9kdWxlIHtcbiAgICBzdGF0aWMgZm9yUm9vdCh0cmFja2luZ0NvZGU6IHN0cmluZywgY29tbWFuZHM6IElTa0dvb2dsZUFuYWx5dGljc0NvbW1hbmRbXSA9IFtdLCB1cmk/OiBzdHJpbmcpOiBNb2R1bGVXaXRoUHJvdmlkZXJzPFNrR29vZ2xlQW5hbHl0aWNzTW9kdWxlPiB7XG4gICAgICAgIHJldHVybiB7XG4gICAgICAgICAgICBuZ01vZHVsZTogU2tHb29nbGVBbmFseXRpY3NNb2R1bGUsXG4gICAgICAgICAgICBwcm92aWRlcnM6IFtcbiAgICAgICAgICAgICAgICB7XG4gICAgICAgICAgICAgICAgICAgIHByb3ZpZGU6IFNLX0dPT0dMRV9BTkFMWVRJQ1NfU0VUVElOR1NfVE9LRU4sXG4gICAgICAgICAgICAgICAgICAgIHVzZVZhbHVlOiB7XG4gICAgICAgICAgICAgICAgICAgICAgICB0cmFja2luZ0NvZGUsXG4gICAgICAgICAgICAgICAgICAgICAgICBjb21tYW5kcyxcbiAgICAgICAgICAgICAgICAgICAgICAgIHVyaVxuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgfSxcbiAgICAgICAgICAgICAgICBTS19HT09HTEVfQU5BTFlUSUNTX0lOSVRJQUxJWkVSX1BST1ZJREVSLFxuICAgICAgICAgICAgXVxuICAgICAgICB9O1xuICAgIH1cbn1cbiJdfQ==
|
|
@@ -186,9 +186,9 @@ export class SkGoogleAnalyticsService {
|
|
|
186
186
|
}
|
|
187
187
|
}
|
|
188
188
|
}
|
|
189
|
-
SkGoogleAnalyticsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
190
|
-
SkGoogleAnalyticsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
191
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
189
|
+
SkGoogleAnalyticsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkGoogleAnalyticsService, deps: [{ token: SK_GOOGLE_ANALYTICS_SETTINGS_TOKEN }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
190
|
+
SkGoogleAnalyticsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkGoogleAnalyticsService, providedIn: 'root' });
|
|
191
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkGoogleAnalyticsService, decorators: [{
|
|
192
192
|
type: Injectable,
|
|
193
193
|
args: [{
|
|
194
194
|
providedIn: 'root'
|
|
@@ -5,8 +5,8 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
import * as i1 from "@angular/cdk/platform";
|
|
6
6
|
import * as i2 from "@angular/material/dialog";
|
|
7
7
|
import * as i3 from "sk-front-lib/api";
|
|
8
|
-
import * as i4 from "
|
|
9
|
-
import * as i5 from "
|
|
8
|
+
import * as i4 from "@angular/common";
|
|
9
|
+
import * as i5 from "ng-in-viewport";
|
|
10
10
|
export class SkImageComponent {
|
|
11
11
|
constructor(cdRef, platform, dialog, apiService) {
|
|
12
12
|
this.cdRef = cdRef;
|
|
@@ -238,11 +238,11 @@ export class SkImageComponent {
|
|
|
238
238
|
.append('blur', String(option.blur));
|
|
239
239
|
}
|
|
240
240
|
}
|
|
241
|
-
SkImageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
242
|
-
SkImageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
243
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
241
|
+
SkImageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkImageComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.Platform }, { token: i2.MatDialog }, { token: i3.SkApiService }], target: i0.ɵɵFactoryTarget.Component });
|
|
242
|
+
SkImageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.3.0", type: SkImageComponent, selector: "sk-image", inputs: { src: "src", imgId: "imgId", skfile: "skfile", option: "option", alt: "alt", imageClass: "imageClass" }, viewQueries: [{ propertyName: "imageElement", first: true, predicate: ["imageElement"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "<div class=\"img-container\" inViewport (inViewportAction)=\"onIntersection($event)\"\n [ngStyle]=\"containerStyle\" (click)=\"openDialog()\" #imageElement>\n <div class=\"img-cover\" *ngIf=\"option.coverBackground\" [ngStyle]=\"coverStyle\"></div>\n <img *ngIf=\"activeSrc && isVisible\" [ngClass]=\"imageClass\"\n [src]=\"activeSrc\"\n [attr.src-viewer]=\"originalSrc\"\n [ngStyle]=\"imageStyle\"\n [alt]=\"alt\"\n (load)=\"onImageLoad()\"\n (error)=\"onImageError()\"\n />\n</div>\n", styles: [":host{display:block}.img-container{position:relative}.img-container:after{display:block;content:\"\";width:100%}.img-container .img-cover{position:absolute;inset:0;width:100%;height:100%;z-index:1;transition:opacity linear .8s}.img-container>img{display:block;opacity:0;transition:opacity linear .8s}\n"], dependencies: [{ kind: "directive", type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i5.InViewportDirective, selector: "[inViewport]", inputs: ["inViewportOptions"], outputs: ["inViewportAction"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
243
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkImageComponent, decorators: [{
|
|
244
244
|
type: Component,
|
|
245
|
-
args: [{ selector: 'sk-image', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"img-container\" inViewport (inViewportAction)=\"onIntersection($event)\"\n [ngStyle]=\"containerStyle\" (click)=\"openDialog()\" #imageElement>\n <div class=\"img-cover\" *ngIf=\"option.coverBackground\" [ngStyle]=\"coverStyle\"></div>\n <img *ngIf=\"activeSrc && isVisible\" [ngClass]=\"imageClass\"\n [src]=\"activeSrc\"\n [attr.src-viewer]=\"originalSrc\"\n [ngStyle]=\"imageStyle\"\n [alt]=\"alt\"\n (load)=\"onImageLoad()\"\n (error)=\"onImageError()\"\n />\n</div>\n", styles: [":host{display:block}.img-container{position:relative}.img-container:after{display:block;content:\"\";width:100%}.img-container .img-cover{position:absolute;
|
|
245
|
+
args: [{ selector: 'sk-image', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"img-container\" inViewport (inViewportAction)=\"onIntersection($event)\"\n [ngStyle]=\"containerStyle\" (click)=\"openDialog()\" #imageElement>\n <div class=\"img-cover\" *ngIf=\"option.coverBackground\" [ngStyle]=\"coverStyle\"></div>\n <img *ngIf=\"activeSrc && isVisible\" [ngClass]=\"imageClass\"\n [src]=\"activeSrc\"\n [attr.src-viewer]=\"originalSrc\"\n [ngStyle]=\"imageStyle\"\n [alt]=\"alt\"\n (load)=\"onImageLoad()\"\n (error)=\"onImageError()\"\n />\n</div>\n", styles: [":host{display:block}.img-container{position:relative}.img-container:after{display:block;content:\"\";width:100%}.img-container .img-cover{position:absolute;inset:0;width:100%;height:100%;z-index:1;transition:opacity linear .8s}.img-container>img{display:block;opacity:0;transition:opacity linear .8s}\n"] }]
|
|
246
246
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i1.Platform }, { type: i2.MatDialog }, { type: i3.SkApiService }]; }, propDecorators: { src: [{
|
|
247
247
|
type: Input
|
|
248
248
|
}], imgId: [{
|
|
@@ -8,20 +8,18 @@ import { MatIconModule } from '@angular/material/icon';
|
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export class SkImageModule {
|
|
10
10
|
}
|
|
11
|
-
SkImageModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12
|
-
SkImageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
11
|
+
SkImageModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkImageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12
|
+
SkImageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.3.0", ngImport: i0, type: SkImageModule, declarations: [SkImageComponent], imports: [CommonModule,
|
|
13
13
|
InViewportModule,
|
|
14
14
|
MatDialogModule,
|
|
15
15
|
MatButtonModule,
|
|
16
16
|
MatIconModule], exports: [SkImageComponent] });
|
|
17
|
-
SkImageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
]] });
|
|
24
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SkImageModule, decorators: [{
|
|
17
|
+
SkImageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkImageModule, imports: [CommonModule,
|
|
18
|
+
InViewportModule,
|
|
19
|
+
MatDialogModule,
|
|
20
|
+
MatButtonModule,
|
|
21
|
+
MatIconModule] });
|
|
22
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkImageModule, decorators: [{
|
|
25
23
|
type: NgModule,
|
|
26
24
|
args: [{
|
|
27
25
|
imports: [
|
|
@@ -36,8 +34,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImpor
|
|
|
36
34
|
],
|
|
37
35
|
exports: [
|
|
38
36
|
SkImageComponent
|
|
39
|
-
]
|
|
40
|
-
entryComponents: []
|
|
37
|
+
]
|
|
41
38
|
}]
|
|
42
39
|
}] });
|
|
43
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
40
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2staW1hZ2UubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcHJvamVjdHMvc2stZnJvbnQtbGliL2ltYWdlL3NyYy9zay1pbWFnZS5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFFBQVEsRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUN2QyxPQUFPLEVBQUMsWUFBWSxFQUFDLE1BQU0saUJBQWlCLENBQUM7QUFDN0MsT0FBTyxFQUFDLGVBQWUsRUFBQyxNQUFNLDBCQUEwQixDQUFDO0FBRXpELE9BQU8sRUFBQyxnQkFBZ0IsRUFBQyxNQUFNLGdCQUFnQixDQUFDO0FBRWhELE9BQU8sRUFBQyxnQkFBZ0IsRUFBQyxNQUFNLHNCQUFzQixDQUFDO0FBQ3RELE9BQU8sRUFBQyxlQUFlLEVBQUMsTUFBTSwwQkFBMEIsQ0FBQztBQUN6RCxPQUFPLEVBQUMsYUFBYSxFQUFDLE1BQU0sd0JBQXdCLENBQUM7O0FBaUJyRCxNQUFNLE9BQU8sYUFBYTs7MEdBQWIsYUFBYTsyR0FBYixhQUFhLGlCQU5sQixnQkFBZ0IsYUFQaEIsWUFBWTtRQUNaLGdCQUFnQjtRQUNoQixlQUFlO1FBQ2YsZUFBZTtRQUNmLGFBQWEsYUFNYixnQkFBZ0I7MkdBR1gsYUFBYSxZQWJsQixZQUFZO1FBQ1osZ0JBQWdCO1FBQ2hCLGVBQWU7UUFDZixlQUFlO1FBQ2YsYUFBYTsyRkFTUixhQUFhO2tCQWZ6QixRQUFRO21CQUFDO29CQUNOLE9BQU8sRUFBRTt3QkFDTCxZQUFZO3dCQUNaLGdCQUFnQjt3QkFDaEIsZUFBZTt3QkFDZixlQUFlO3dCQUNmLGFBQWE7cUJBQ2hCO29CQUNELFlBQVksRUFBRTt3QkFDVixnQkFBZ0I7cUJBQ25CO29CQUNELE9BQU8sRUFBRTt3QkFDTCxnQkFBZ0I7cUJBQ25CO2lCQUNKIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtOZ01vZHVsZX0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge0NvbW1vbk1vZHVsZX0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7TWF0RGlhbG9nTW9kdWxlfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9kaWFsb2cnO1xuXG5pbXBvcnQge0luVmlld3BvcnRNb2R1bGV9IGZyb20gJ25nLWluLXZpZXdwb3J0JztcblxuaW1wb3J0IHtTa0ltYWdlQ29tcG9uZW50fSBmcm9tICcuL3NrLWltYWdlLmNvbXBvbmVudCc7XG5pbXBvcnQge01hdEJ1dHRvbk1vZHVsZX0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvYnV0dG9uJztcbmltcG9ydCB7TWF0SWNvbk1vZHVsZX0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvaWNvbic7XG5cbkBOZ01vZHVsZSh7XG4gICAgaW1wb3J0czogW1xuICAgICAgICBDb21tb25Nb2R1bGUsXG4gICAgICAgIEluVmlld3BvcnRNb2R1bGUsXG4gICAgICAgIE1hdERpYWxvZ01vZHVsZSxcbiAgICAgICAgTWF0QnV0dG9uTW9kdWxlLFxuICAgICAgICBNYXRJY29uTW9kdWxlXG4gICAgXSxcbiAgICBkZWNsYXJhdGlvbnM6IFtcbiAgICAgICAgU2tJbWFnZUNvbXBvbmVudCxcbiAgICBdLFxuICAgIGV4cG9ydHM6IFtcbiAgICAgICAgU2tJbWFnZUNvbXBvbmVudFxuICAgIF1cbn0pXG5leHBvcnQgY2xhc3MgU2tJbWFnZU1vZHVsZSB7XG59XG4iXX0=
|
|
@@ -9,9 +9,9 @@ export class SkBytePipe {
|
|
|
9
9
|
return value;
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
|
-
SkBytePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13
|
-
SkBytePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12
|
+
SkBytePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkBytePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
13
|
+
SkBytePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.3.0", ngImport: i0, type: SkBytePipe, name: "skByte" });
|
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkBytePipe, decorators: [{
|
|
15
15
|
type: Pipe,
|
|
16
16
|
args: [{ name: 'skByte' }]
|
|
17
17
|
}] });
|
|
@@ -7,9 +7,9 @@ export class SkDateTimePipe {
|
|
|
7
7
|
return date.format('YYYY-MM-DD HH:mm:ss');
|
|
8
8
|
}
|
|
9
9
|
}
|
|
10
|
-
SkDateTimePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11
|
-
SkDateTimePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10
|
+
SkDateTimePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkDateTimePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
11
|
+
SkDateTimePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.3.0", ngImport: i0, type: SkDateTimePipe, name: "skDateTime" });
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkDateTimePipe, decorators: [{
|
|
13
13
|
type: Pipe,
|
|
14
14
|
args: [{ name: 'skDateTime' }]
|
|
15
15
|
}] });
|
|
@@ -7,9 +7,9 @@ export class SkDatePipe {
|
|
|
7
7
|
return date.format('YYYY.MM.DD.');
|
|
8
8
|
}
|
|
9
9
|
}
|
|
10
|
-
SkDatePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11
|
-
SkDatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10
|
+
SkDatePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkDatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
11
|
+
SkDatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.3.0", ngImport: i0, type: SkDatePipe, name: "skDate" });
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkDatePipe, decorators: [{
|
|
13
13
|
type: Pipe,
|
|
14
14
|
args: [{ name: 'skDate' }]
|
|
15
15
|
}] });
|
|
@@ -7,8 +7,8 @@ import { SkKeysPipe } from "./sk-keys.pipe";
|
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export class SkFrontLibModule {
|
|
9
9
|
}
|
|
10
|
-
SkFrontLibModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11
|
-
SkFrontLibModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
10
|
+
SkFrontLibModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkFrontLibModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
11
|
+
SkFrontLibModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.3.0", ngImport: i0, type: SkFrontLibModule, declarations: [SkDatePipe,
|
|
12
12
|
SkTimePipe,
|
|
13
13
|
SkDateTimePipe,
|
|
14
14
|
SkBytePipe,
|
|
@@ -17,8 +17,8 @@ SkFrontLibModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
|
|
|
17
17
|
SkDateTimePipe,
|
|
18
18
|
SkBytePipe,
|
|
19
19
|
SkKeysPipe] });
|
|
20
|
-
SkFrontLibModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
21
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
20
|
+
SkFrontLibModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkFrontLibModule });
|
|
21
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkFrontLibModule, decorators: [{
|
|
22
22
|
type: NgModule,
|
|
23
23
|
args: [{
|
|
24
24
|
imports: [],
|
|
@@ -35,8 +35,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImpor
|
|
|
35
35
|
SkDateTimePipe,
|
|
36
36
|
SkBytePipe,
|
|
37
37
|
SkKeysPipe
|
|
38
|
-
]
|
|
39
|
-
entryComponents: []
|
|
38
|
+
]
|
|
40
39
|
}]
|
|
41
40
|
}] });
|
|
42
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
41
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2stZnJvbnQtbGliLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL3NrLWZyb250LWxpYi9zcmMvbGliL3NrLWZyb250LWxpYi5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFFBQVEsRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUN2QyxPQUFPLEVBQUMsVUFBVSxFQUFDLE1BQU0sZ0JBQWdCLENBQUM7QUFDMUMsT0FBTyxFQUFDLFVBQVUsRUFBQyxNQUFNLGdCQUFnQixDQUFDO0FBQzFDLE9BQU8sRUFBQyxjQUFjLEVBQUMsTUFBTSxxQkFBcUIsQ0FBQztBQUNuRCxPQUFPLEVBQUMsVUFBVSxFQUFDLE1BQU0sZ0JBQWdCLENBQUM7QUFDMUMsT0FBTyxFQUFDLFVBQVUsRUFBQyxNQUFNLGdCQUFnQixDQUFDOztBQW1CMUMsTUFBTSxPQUFPLGdCQUFnQjs7NkdBQWhCLGdCQUFnQjs4R0FBaEIsZ0JBQWdCLGlCQWRyQixVQUFVO1FBQ1YsVUFBVTtRQUNWLGNBQWM7UUFDZCxVQUFVO1FBQ1YsVUFBVSxhQUdWLFVBQVU7UUFDVixVQUFVO1FBQ1YsY0FBYztRQUNkLFVBQVU7UUFDVixVQUFVOzhHQUdMLGdCQUFnQjsyRkFBaEIsZ0JBQWdCO2tCQWpCNUIsUUFBUTttQkFBQztvQkFDTixPQUFPLEVBQUUsRUFBRTtvQkFDWCxZQUFZLEVBQUU7d0JBQ1YsVUFBVTt3QkFDVixVQUFVO3dCQUNWLGNBQWM7d0JBQ2QsVUFBVTt3QkFDVixVQUFVO3FCQUNiO29CQUNELE9BQU8sRUFBRTt3QkFDTCxVQUFVO3dCQUNWLFVBQVU7d0JBQ1YsY0FBYzt3QkFDZCxVQUFVO3dCQUNWLFVBQVU7cUJBQ2I7aUJBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge05nTW9kdWxlfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7U2tEYXRlUGlwZX0gZnJvbSAnLi9zay1kYXRlLnBpcGUnO1xuaW1wb3J0IHtTa0J5dGVQaXBlfSBmcm9tICcuL3NrLWJ5dGUucGlwZSc7XG5pbXBvcnQge1NrRGF0ZVRpbWVQaXBlfSBmcm9tIFwiLi9zay1kYXRlLXRpbWUucGlwZVwiO1xuaW1wb3J0IHtTa1RpbWVQaXBlfSBmcm9tIFwiLi9zay10aW1lLnBpcGVcIjtcbmltcG9ydCB7U2tLZXlzUGlwZX0gZnJvbSBcIi4vc2sta2V5cy5waXBlXCI7XG5cbkBOZ01vZHVsZSh7XG4gICAgaW1wb3J0czogW10sXG4gICAgZGVjbGFyYXRpb25zOiBbXG4gICAgICAgIFNrRGF0ZVBpcGUsXG4gICAgICAgIFNrVGltZVBpcGUsXG4gICAgICAgIFNrRGF0ZVRpbWVQaXBlLFxuICAgICAgICBTa0J5dGVQaXBlLFxuICAgICAgICBTa0tleXNQaXBlXG4gICAgXSxcbiAgICBleHBvcnRzOiBbXG4gICAgICAgIFNrRGF0ZVBpcGUsXG4gICAgICAgIFNrVGltZVBpcGUsXG4gICAgICAgIFNrRGF0ZVRpbWVQaXBlLFxuICAgICAgICBTa0J5dGVQaXBlLFxuICAgICAgICBTa0tleXNQaXBlXG4gICAgXVxufSlcbmV4cG9ydCBjbGFzcyBTa0Zyb250TGliTW9kdWxlIHtcbn1cbiJdfQ==
|
|
@@ -14,9 +14,9 @@ export class SkKeysPipe {
|
|
|
14
14
|
return keys;
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
|
-
SkKeysPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18
|
-
SkKeysPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "
|
|
19
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17
|
+
SkKeysPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkKeysPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
18
|
+
SkKeysPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.3.0", ngImport: i0, type: SkKeysPipe, name: "skKeys" });
|
|
19
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkKeysPipe, decorators: [{
|
|
20
20
|
type: Pipe,
|
|
21
21
|
args: [{ name: 'skKeys' }]
|
|
22
22
|
}] });
|
|
@@ -7,9 +7,9 @@ export class SkTimePipe {
|
|
|
7
7
|
return date.format('HH:mm:ss');
|
|
8
8
|
}
|
|
9
9
|
}
|
|
10
|
-
SkTimePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11
|
-
SkTimePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10
|
+
SkTimePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkTimePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
11
|
+
SkTimePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.3.0", ngImport: i0, type: SkTimePipe, name: "skTime" });
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkTimePipe, decorators: [{
|
|
13
13
|
type: Pipe,
|
|
14
14
|
args: [{ name: 'skTime' }]
|
|
15
15
|
}] });
|
|
@@ -3,8 +3,8 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
import * as i1 from "@angular/material/dialog";
|
|
4
4
|
import * as i2 from "../sk-search-address.service";
|
|
5
5
|
import * as i3 from "@angular/material/toolbar";
|
|
6
|
-
import * as i4 from "@angular/material/
|
|
7
|
-
import * as i5 from "@angular/material/
|
|
6
|
+
import * as i4 from "@angular/material/icon";
|
|
7
|
+
import * as i5 from "@angular/material/button";
|
|
8
8
|
export class SearchAddressDialogComponent {
|
|
9
9
|
constructor(dialogRef, searchAddressService) {
|
|
10
10
|
this.dialogRef = dialogRef;
|
|
@@ -15,9 +15,9 @@ export class SearchAddressDialogComponent {
|
|
|
15
15
|
.then(result => this.dialogRef.close(result));
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
|
-
SearchAddressDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19
|
-
SearchAddressDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
20
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18
|
+
SearchAddressDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SearchAddressDialogComponent, deps: [{ token: i1.MatDialogRef }, { token: i2.SkSearchAddressService }], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
+
SearchAddressDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.3.0", type: SearchAddressDialogComponent, selector: "sk-search-address-dialog", viewQueries: [{ propertyName: "contentRef", first: true, predicate: ["content"], descendants: true, read: ElementRef, static: true }], ngImport: i0, template: "<mat-toolbar color=\"primary\" style=\"height: 52px; font-size: 16px;\">\n <span>\uC8FC\uC18C \uAC80\uC0C9</span>\n <button mat-icon-button matDialogClose><mat-icon>close</mat-icon></button>\n</mat-toolbar>\n<div class=\"content\" #content>\n\n</div>\n", styles: [":host{display:flex;min-width:300px;max-width:500px;height:500px;flex-direction:column}@media screen and (min-width: 600px){:host{min-width:400px;height:600px}}@media screen and (min-width: 960px){:host{min-width:500px;height:700px}}mat-toolbar{justify-content:space-between;padding-right:0;flex-shrink:0}.content{flex-grow:1}\n"], dependencies: [{ kind: "component", type: i3.MatToolbar, selector: "mat-toolbar", inputs: ["color"], exportAs: ["matToolbar"] }, { kind: "component", type: i4.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i5.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "directive", type: i1.MatDialogClose, selector: "[mat-dialog-close], [matDialogClose]", inputs: ["aria-label", "type", "mat-dialog-close", "matDialogClose"], exportAs: ["matDialogClose"] }] });
|
|
20
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SearchAddressDialogComponent, decorators: [{
|
|
21
21
|
type: Component,
|
|
22
22
|
args: [{ selector: 'sk-search-address-dialog', template: "<mat-toolbar color=\"primary\" style=\"height: 52px; font-size: 16px;\">\n <span>\uC8FC\uC18C \uAC80\uC0C9</span>\n <button mat-icon-button matDialogClose><mat-icon>close</mat-icon></button>\n</mat-toolbar>\n<div class=\"content\" #content>\n\n</div>\n", styles: [":host{display:flex;min-width:300px;max-width:500px;height:500px;flex-direction:column}@media screen and (min-width: 600px){:host{min-width:400px;height:600px}}@media screen and (min-width: 960px){:host{min-width:500px;height:700px}}mat-toolbar{justify-content:space-between;padding-right:0;flex-shrink:0}.content{flex-grow:1}\n"] }]
|
|
23
23
|
}], ctorParameters: function () { return [{ type: i1.MatDialogRef }, { type: i2.SkSearchAddressService }]; }, propDecorators: { contentRef: [{
|
|
@@ -23,9 +23,9 @@ export class SkSearchAddressDirective {
|
|
|
23
23
|
.subscribe(result => this.addressSelected.emit(result));
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
|
-
SkSearchAddressDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
27
|
-
SkSearchAddressDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
28
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
26
|
+
SkSearchAddressDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkSearchAddressDirective, deps: [{ token: i1.MatDialog }, { token: i2.SkSearchAddressService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
27
|
+
SkSearchAddressDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.3.0", type: SkSearchAddressDirective, selector: "[skSearchAddress]", inputs: { skSearchAddress: "skSearchAddress" }, outputs: { addressSelected: "addressSelected" }, host: { listeners: { "click": "openDialog()" } }, ngImport: i0 });
|
|
28
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkSearchAddressDirective, decorators: [{
|
|
29
29
|
type: Directive,
|
|
30
30
|
args: [{
|
|
31
31
|
selector: '[skSearchAddress]'
|
|
@@ -10,23 +10,21 @@ import { SkSearchAddressDirective } from "./sk-search-address.directive";
|
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
export class SkSearchAddressModule {
|
|
12
12
|
}
|
|
13
|
-
SkSearchAddressModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14
|
-
SkSearchAddressModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
13
|
+
SkSearchAddressModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkSearchAddressModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
14
|
+
SkSearchAddressModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.3.0", ngImport: i0, type: SkSearchAddressModule, declarations: [SearchAddressDialogComponent,
|
|
15
15
|
SkSearchAddressDirective], imports: [CommonModule,
|
|
16
16
|
FormsModule,
|
|
17
17
|
MatToolbarModule,
|
|
18
18
|
MatIconModule,
|
|
19
19
|
MatButtonModule,
|
|
20
20
|
MatDialogModule], exports: [SkSearchAddressDirective] });
|
|
21
|
-
SkSearchAddressModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
]] });
|
|
29
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SkSearchAddressModule, decorators: [{
|
|
21
|
+
SkSearchAddressModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkSearchAddressModule, imports: [CommonModule,
|
|
22
|
+
FormsModule,
|
|
23
|
+
MatToolbarModule,
|
|
24
|
+
MatIconModule,
|
|
25
|
+
MatButtonModule,
|
|
26
|
+
MatDialogModule] });
|
|
27
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SkSearchAddressModule, decorators: [{
|
|
30
28
|
type: NgModule,
|
|
31
29
|
args: [{
|
|
32
30
|
imports: [
|
|
@@ -40,13 +38,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImpor
|
|
|
40
38
|
exports: [
|
|
41
39
|
SkSearchAddressDirective
|
|
42
40
|
],
|
|
43
|
-
entryComponents: [
|
|
44
|
-
SearchAddressDialogComponent
|
|
45
|
-
],
|
|
46
41
|
declarations: [
|
|
47
42
|
SearchAddressDialogComponent,
|
|
48
43
|
SkSearchAddressDirective
|
|
49
44
|
]
|
|
50
45
|
}]
|
|
51
46
|
}] });
|
|
52
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
47
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2stc2VhcmNoLWFkZHJlc3MubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcHJvamVjdHMvc2stZnJvbnQtbGliL3NlYXJjaC1hZGRyZXNzL3NyYy9zay1zZWFyY2gtYWRkcmVzcy5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFlBQVksRUFBQyxNQUFNLGlCQUFpQixDQUFDO0FBQzdDLE9BQU8sRUFBQyxRQUFRLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFDdkMsT0FBTyxFQUFDLFdBQVcsRUFBQyxNQUFNLGdCQUFnQixDQUFDO0FBQzNDLE9BQU8sRUFBQyxlQUFlLEVBQUMsTUFBTSwwQkFBMEIsQ0FBQztBQUN6RCxPQUFPLEVBQUMsZUFBZSxFQUFDLE1BQU0sMEJBQTBCLENBQUM7QUFDekQsT0FBTyxFQUFDLGFBQWEsRUFBQyxNQUFNLHdCQUF3QixDQUFDO0FBQ3JELE9BQU8sRUFBQyxnQkFBZ0IsRUFBQyxNQUFNLDJCQUEyQixDQUFDO0FBQzNELE9BQU8sRUFBQyw0QkFBNEIsRUFBQyxNQUFNLDJCQUEyQixDQUFDO0FBQ3ZFLE9BQU8sRUFBQyx3QkFBd0IsRUFBQyxNQUFNLCtCQUErQixDQUFDOztBQW1CdkUsTUFBTSxPQUFPLHFCQUFxQjs7a0hBQXJCLHFCQUFxQjttSEFBckIscUJBQXFCLGlCQUoxQiw0QkFBNEI7UUFDNUIsd0JBQXdCLGFBWnhCLFlBQVk7UUFDWixXQUFXO1FBQ1gsZ0JBQWdCO1FBQ2hCLGFBQWE7UUFDYixlQUFlO1FBQ2YsZUFBZSxhQUdmLHdCQUF3QjttSEFPbkIscUJBQXFCLFlBZjFCLFlBQVk7UUFDWixXQUFXO1FBQ1gsZ0JBQWdCO1FBQ2hCLGFBQWE7UUFDYixlQUFlO1FBQ2YsZUFBZTsyRkFVVixxQkFBcUI7a0JBakJqQyxRQUFRO21CQUFDO29CQUNOLE9BQU8sRUFBRTt3QkFDTCxZQUFZO3dCQUNaLFdBQVc7d0JBQ1gsZ0JBQWdCO3dCQUNoQixhQUFhO3dCQUNiLGVBQWU7d0JBQ2YsZUFBZTtxQkFDbEI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNMLHdCQUF3QjtxQkFDM0I7b0JBQ0QsWUFBWSxFQUFFO3dCQUNWLDRCQUE0Qjt3QkFDNUIsd0JBQXdCO3FCQUMzQjtpQkFDSiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7Q29tbW9uTW9kdWxlfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHtOZ01vZHVsZX0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge0Zvcm1zTW9kdWxlfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5pbXBvcnQge01hdEJ1dHRvbk1vZHVsZX0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvYnV0dG9uJztcbmltcG9ydCB7TWF0RGlhbG9nTW9kdWxlfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9kaWFsb2cnO1xuaW1wb3J0IHtNYXRJY29uTW9kdWxlfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9pY29uJztcbmltcG9ydCB7TWF0VG9vbGJhck1vZHVsZX0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvdG9vbGJhcic7XG5pbXBvcnQge1NlYXJjaEFkZHJlc3NEaWFsb2dDb21wb25lbnR9IGZyb20gJy4vZGlhbG9nL2RpYWxvZy5jb21wb25lbnQnO1xuaW1wb3J0IHtTa1NlYXJjaEFkZHJlc3NEaXJlY3RpdmV9IGZyb20gXCIuL3NrLXNlYXJjaC1hZGRyZXNzLmRpcmVjdGl2ZVwiO1xuXG5ATmdNb2R1bGUoe1xuICAgIGltcG9ydHM6IFtcbiAgICAgICAgQ29tbW9uTW9kdWxlLFxuICAgICAgICBGb3Jtc01vZHVsZSxcbiAgICAgICAgTWF0VG9vbGJhck1vZHVsZSxcbiAgICAgICAgTWF0SWNvbk1vZHVsZSxcbiAgICAgICAgTWF0QnV0dG9uTW9kdWxlLFxuICAgICAgICBNYXREaWFsb2dNb2R1bGVcbiAgICBdLFxuICAgIGV4cG9ydHM6IFtcbiAgICAgICAgU2tTZWFyY2hBZGRyZXNzRGlyZWN0aXZlXG4gICAgXSxcbiAgICBkZWNsYXJhdGlvbnM6IFtcbiAgICAgICAgU2VhcmNoQWRkcmVzc0RpYWxvZ0NvbXBvbmVudCxcbiAgICAgICAgU2tTZWFyY2hBZGRyZXNzRGlyZWN0aXZlXG4gICAgXVxufSlcbmV4cG9ydCBjbGFzcyBTa1NlYXJjaEFkZHJlc3NNb2R1bGUge1xufVxuIl19
|