@rosoftlab/core 1.0.0-alpha-19 → 1.0.1-alpha-2
Sign up to get free protection for your applications and to get access to all the features.
- package/fesm2022/rosoftlab-core.mjs +49 -46
- package/fesm2022/rosoftlab-core.mjs.map +1 -1
- package/package.json +1 -3
- package/esm2022/lib/base-components/base-form-edit.component.mjs +0 -241
- package/esm2022/lib/base-components/field-error-display/field-error-display.component.mjs +0 -15
- package/esm2022/lib/base-components/index.mjs +0 -4
- package/esm2022/lib/base-components/page-not-found/page-not-found.component.mjs +0 -15
- package/esm2022/lib/base-components/under-construction/under-construction.component.mjs +0 -12
- package/esm2022/lib/configurations.mjs +0 -8
- package/esm2022/lib/constants/symbols.mjs +0 -3
- package/esm2022/lib/converters/date/date.converter.mjs +0 -20
- package/esm2022/lib/core.mjs +0 -9
- package/esm2022/lib/decorators/attribute.decorator.mjs +0 -87
- package/esm2022/lib/decorators/base-datastore-config.decorator.mjs +0 -7
- package/esm2022/lib/decorators/base-model-config.decorator.mjs +0 -10
- package/esm2022/lib/decorators/custom.type.decorator.mjs +0 -11
- package/esm2022/lib/grid-layout-format.enum.mjs +0 -15
- package/esm2022/lib/index.mjs +0 -24
- package/esm2022/lib/interceptors/cache.interceptor.mjs +0 -52
- package/esm2022/lib/interceptors/index.mjs +0 -2
- package/esm2022/lib/interfaces/attribute-decorator-options.interface.mjs +0 -2
- package/esm2022/lib/interfaces/datastore-config.interface.mjs +0 -2
- package/esm2022/lib/interfaces/model-config.interface.mjs +0 -2
- package/esm2022/lib/interfaces/overrides.interface.mjs +0 -2
- package/esm2022/lib/interfaces/property-converter.interface.mjs +0 -2
- package/esm2022/lib/models/base-meta.model.mjs +0 -7
- package/esm2022/lib/models/base-query-data.mjs +0 -13
- package/esm2022/lib/models/base.model.mjs +0 -158
- package/esm2022/lib/models/error-response.model.mjs +0 -9
- package/esm2022/lib/models/rule.mjs +0 -6
- package/esm2022/lib/pipes/Nl2brPipe.pipe.mjs +0 -21
- package/esm2022/lib/pipes/input-error.pipe.mjs +0 -38
- package/esm2022/lib/providers.mjs +0 -12
- package/esm2022/lib/resolvers/dynamically-class-resolver.mjs +0 -22
- package/esm2022/lib/resolvers/dynamically-service-resolver.mjs +0 -22
- package/esm2022/lib/resolvers/index.mjs +0 -3
- package/esm2022/lib/rsl-base-module.mjs +0 -64
- package/esm2022/lib/services/base-datastore.service.mjs +0 -342
- package/esm2022/lib/services/base.service.mjs +0 -99
- package/esm2022/lib/services/cache.service.mjs +0 -35
- package/esm2022/lib/services/datastore.service.mjs +0 -33
- package/esm2022/lib/services/dialog.service.mjs +0 -2
- package/esm2022/lib/services/index.mjs +0 -7
- package/esm2022/lib/services/translate-loader.service.mjs +0 -33
- package/esm2022/lib/utils.mjs +0 -27
- package/esm2022/lib/validators/pattern-validator.mjs +0 -15
- package/esm2022/public-api.mjs +0 -5
- package/esm2022/rosoftlab-core.mjs +0 -5
@@ -18,12 +18,12 @@ import { parseISO } from 'date-fns';
|
|
18
18
|
import { __decorate, __metadata } from 'tslib';
|
19
19
|
|
20
20
|
class FieldErrorDisplayComponent {
|
21
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
22
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
21
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: FieldErrorDisplayComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
22
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.3", type: FieldErrorDisplayComponent, isStandalone: false, selector: "rsl-field-error-display", inputs: { errorMsg: "errorMsg", displayError: "displayError" }, ngImport: i0, template: "<div *ngIf=\"displayError\" >\n <!-- <span class=\"glyphicon glyphicon-remove form-control-feedback fix-error-icon\"></span> -->\n <span class=\"sr-only\">(error)</span>\n <div class=\"error-msg\">\n {{ errorMsg }}\n </div>\n</div>\n", styles: [".error-msg{color:red}.fix-error-icon{top:27px}\n"] }); }
|
23
23
|
}
|
24
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
24
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: FieldErrorDisplayComponent, decorators: [{
|
25
25
|
type: Component,
|
26
|
-
args: [{ selector: 'rsl-field-error-display', template: "<div *ngIf=\"displayError\" >\n <!-- <span class=\"glyphicon glyphicon-remove form-control-feedback fix-error-icon\"></span> -->\n <span class=\"sr-only\">(error)</span>\n <div class=\"error-msg\">\n {{ errorMsg }}\n </div>\n</div>\n", styles: [".error-msg{color:red}.fix-error-icon{top:27px}\n"] }]
|
26
|
+
args: [{ selector: 'rsl-field-error-display', standalone: false, template: "<div *ngIf=\"displayError\" >\n <!-- <span class=\"glyphicon glyphicon-remove form-control-feedback fix-error-icon\"></span> -->\n <span class=\"sr-only\">(error)</span>\n <div class=\"error-msg\">\n {{ errorMsg }}\n </div>\n</div>\n", styles: [".error-msg{color:red}.fix-error-icon{top:27px}\n"] }]
|
27
27
|
}], propDecorators: { errorMsg: [{
|
28
28
|
type: Input
|
29
29
|
}], displayError: [{
|
@@ -35,22 +35,22 @@ class PageNotFoundComponent {
|
|
35
35
|
}
|
36
36
|
ngOnInit() {
|
37
37
|
}
|
38
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
39
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
38
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: PageNotFoundComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
39
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.3", type: PageNotFoundComponent, isStandalone: false, selector: "rsl-page-not-found", ngImport: i0, template: "<div class=\"forms-view-container\">\n <div class=\"under-construction-view-container\">\n Page not found\n </div>\n</div>", styles: [".under-construction-view-container{height:calc(100vh - 250px);margin:60px 0 0;padding:0;display:flex;justify-content:center;align-items:center;box-sizing:border-box;font-size:1.8em;line-height:1.3em;font-weight:300;color:#58585b;text-align:center}\n"] }); }
|
40
40
|
}
|
41
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
41
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: PageNotFoundComponent, decorators: [{
|
42
42
|
type: Component,
|
43
|
-
args: [{ selector: 'rsl-page-not-found', template: "<div class=\"forms-view-container\">\n <div class=\"under-construction-view-container\">\n Page not found\n </div>\n</div>", styles: [".under-construction-view-container{height:calc(100vh - 250px);margin:60px 0 0;padding:0;display:flex;justify-content:center;align-items:center;box-sizing:border-box;font-size:1.8em;line-height:1.3em;font-weight:300;color:#58585b;text-align:center}\n"] }]
|
43
|
+
args: [{ selector: 'rsl-page-not-found', standalone: false, template: "<div class=\"forms-view-container\">\n <div class=\"under-construction-view-container\">\n Page not found\n </div>\n</div>", styles: [".under-construction-view-container{height:calc(100vh - 250px);margin:60px 0 0;padding:0;display:flex;justify-content:center;align-items:center;box-sizing:border-box;font-size:1.8em;line-height:1.3em;font-weight:300;color:#58585b;text-align:center}\n"] }]
|
44
44
|
}], ctorParameters: () => [] });
|
45
45
|
|
46
46
|
class UnderConstructionComponent {
|
47
47
|
constructor() { }
|
48
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
49
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
48
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: UnderConstructionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
49
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.3", type: UnderConstructionComponent, isStandalone: false, selector: "rsl-under-construction", ngImport: i0, template: "<div class=\"forms-view-container\">\n <div class=\"under-construction-view-container\">\n Page under construction\n </div>\n</div>", styles: [".under-construction-view-container{height:calc(100vh - 250px);margin:60px 0 0;padding:0;display:flex;justify-content:center;align-items:center;box-sizing:border-box;font-size:1.8em;line-height:1.3em;font-weight:300;color:#58585b;text-align:center}\n"] }); }
|
50
50
|
}
|
51
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
51
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: UnderConstructionComponent, decorators: [{
|
52
52
|
type: Component,
|
53
|
-
args: [{ selector: 'rsl-under-construction', template: "<div class=\"forms-view-container\">\n <div class=\"under-construction-view-container\">\n Page under construction\n </div>\n</div>", styles: [".under-construction-view-container{height:calc(100vh - 250px);margin:60px 0 0;padding:0;display:flex;justify-content:center;align-items:center;box-sizing:border-box;font-size:1.8em;line-height:1.3em;font-weight:300;color:#58585b;text-align:center}\n"] }]
|
53
|
+
args: [{ selector: 'rsl-under-construction', standalone: false, template: "<div class=\"forms-view-container\">\n <div class=\"under-construction-view-container\">\n Page under construction\n </div>\n</div>", styles: [".under-construction-view-container{height:calc(100vh - 250px);margin:60px 0 0;padding:0;display:flex;justify-content:center;align-items:center;box-sizing:border-box;font-size:1.8em;line-height:1.3em;font-weight:300;color:#58585b;text-align:center}\n"] }]
|
54
54
|
}], ctorParameters: () => [] });
|
55
55
|
|
56
56
|
class BaseQueryData {
|
@@ -89,10 +89,10 @@ class CacheService {
|
|
89
89
|
const keysToDelete = Object.keys(this.cache).filter(key => key.includes(keyword));
|
90
90
|
keysToDelete.forEach(key => this.delete(key));
|
91
91
|
}
|
92
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
93
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
92
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: CacheService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
93
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: CacheService, providedIn: 'root' }); }
|
94
94
|
}
|
95
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
95
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: CacheService, decorators: [{
|
96
96
|
type: Injectable,
|
97
97
|
args: [{
|
98
98
|
providedIn: 'root'
|
@@ -423,10 +423,10 @@ class BaseDatastore {
|
|
423
423
|
_toQueryString(params) {
|
424
424
|
return qs.stringify(params, { arrayFormat: 'brackets' });
|
425
425
|
}
|
426
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
427
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
426
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: BaseDatastore, deps: [{ token: i1.HttpClient }, { token: CacheService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
427
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: BaseDatastore }); }
|
428
428
|
}
|
429
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
429
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: BaseDatastore, decorators: [{
|
430
430
|
type: Injectable
|
431
431
|
}], ctorParameters: () => [{ type: i1.HttpClient }, { type: CacheService }] });
|
432
432
|
|
@@ -514,10 +514,10 @@ class BaseService {
|
|
514
514
|
getSelectValues(property) {
|
515
515
|
return null;
|
516
516
|
}
|
517
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
518
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
517
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: BaseService, deps: [{ token: BaseDatastore }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
518
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: BaseService, providedIn: 'root' }); }
|
519
519
|
}
|
520
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
520
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: BaseService, decorators: [{
|
521
521
|
type: Injectable,
|
522
522
|
args: [{
|
523
523
|
providedIn: 'root'
|
@@ -738,14 +738,15 @@ class BaseFormEditComponent {
|
|
738
738
|
}
|
739
739
|
return rvalue;
|
740
740
|
}
|
741
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
742
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
741
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: BaseFormEditComponent, deps: [{ token: i1$1.UntypedFormBuilder }, { token: i2.Router }, { token: i2.ActivatedRoute }, { token: BaseService }, { token: DialogSERVICE }, { token: i1$2.TranslateService }, { token: i5.Location }], target: i0.ɵɵFactoryTarget.Component }); }
|
742
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.3", type: BaseFormEditComponent, isStandalone: false, selector: "app-base.form.edit", ngImport: i0, template: '', isInline: true }); }
|
743
743
|
}
|
744
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
744
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: BaseFormEditComponent, decorators: [{
|
745
745
|
type: Component,
|
746
746
|
args: [{
|
747
747
|
selector: 'app-base.form.edit',
|
748
|
-
template: ''
|
748
|
+
template: '',
|
749
|
+
standalone: false
|
749
750
|
}]
|
750
751
|
}], ctorParameters: () => [{ type: i1$1.UntypedFormBuilder }, { type: i2.Router }, { type: i2.ActivatedRoute }, { type: BaseService }, { type: undefined, decorators: [{
|
751
752
|
type: Inject,
|
@@ -949,10 +950,10 @@ class CacheInterceptor {
|
|
949
950
|
// })
|
950
951
|
// );
|
951
952
|
}
|
952
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
953
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
953
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: CacheInterceptor, deps: [{ token: 'CACHE_EXPIRATION_TIME' }, { token: CacheService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
954
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: CacheInterceptor }); }
|
954
955
|
}
|
955
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
956
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: CacheInterceptor, decorators: [{
|
956
957
|
type: Injectable
|
957
958
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
958
959
|
type: Inject,
|
@@ -1139,13 +1140,14 @@ class Nl2brPipe {
|
|
1139
1140
|
}
|
1140
1141
|
return value;
|
1141
1142
|
}
|
1142
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1143
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
1143
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: Nl2brPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
1144
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.1.3", ngImport: i0, type: Nl2brPipe, isStandalone: false, name: "nl2br" }); }
|
1144
1145
|
}
|
1145
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1146
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: Nl2brPipe, decorators: [{
|
1146
1147
|
type: Pipe,
|
1147
1148
|
args: [{
|
1148
|
-
name: 'nl2br'
|
1149
|
+
name: 'nl2br',
|
1150
|
+
standalone: false
|
1149
1151
|
}]
|
1150
1152
|
}] });
|
1151
1153
|
|
@@ -1173,13 +1175,14 @@ class InputErrorPipe {
|
|
1173
1175
|
}
|
1174
1176
|
return rvalue;
|
1175
1177
|
}
|
1176
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1177
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
1178
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: InputErrorPipe, deps: [{ token: i1$2.TranslateService }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
1179
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.1.3", ngImport: i0, type: InputErrorPipe, isStandalone: false, name: "inputError" }); }
|
1178
1180
|
}
|
1179
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1181
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: InputErrorPipe, decorators: [{
|
1180
1182
|
type: Pipe,
|
1181
1183
|
args: [{
|
1182
|
-
name: 'inputError'
|
1184
|
+
name: 'inputError',
|
1185
|
+
standalone: false
|
1183
1186
|
}]
|
1184
1187
|
}], ctorParameters: () => [{ type: i1$2.TranslateService }] });
|
1185
1188
|
|
@@ -1193,14 +1196,14 @@ let DatastoreCore = class DatastoreCore extends BaseDatastore {
|
|
1193
1196
|
};
|
1194
1197
|
this.config = this.customConfig;
|
1195
1198
|
}
|
1196
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1197
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
1199
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: DatastoreCore, deps: [{ token: i1.HttpClient }, { token: CacheService }, { token: Configurations }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
1200
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: DatastoreCore }); }
|
1198
1201
|
};
|
1199
1202
|
DatastoreCore = __decorate([
|
1200
1203
|
BaseDatastoreConfig({ apiVersion: '', baseUrl: '' }),
|
1201
1204
|
__metadata("design:paramtypes", [HttpClient, CacheService, Configurations])
|
1202
1205
|
], DatastoreCore);
|
1203
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1206
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: DatastoreCore, decorators: [{
|
1204
1207
|
type: Injectable
|
1205
1208
|
}], ctorParameters: () => [{ type: i1.HttpClient }, { type: CacheService }, { type: Configurations }] });
|
1206
1209
|
|
@@ -1221,10 +1224,10 @@ class TranslateloaderService {
|
|
1221
1224
|
const url = this._apiUrl + '/api/v1/language/' + lang + '/translationlist';
|
1222
1225
|
return this.httpClient.get(url, { headers: this.headers });
|
1223
1226
|
}
|
1224
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1225
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
1227
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: TranslateloaderService, deps: [{ token: i1.HttpClient }, { token: Configurations }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
1228
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: TranslateloaderService, providedIn: 'root' }); }
|
1226
1229
|
}
|
1227
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1230
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: TranslateloaderService, decorators: [{
|
1228
1231
|
type: Injectable,
|
1229
1232
|
args: [{
|
1230
1233
|
providedIn: 'root'
|
@@ -1293,10 +1296,10 @@ class RslBaseModule {
|
|
1293
1296
|
]
|
1294
1297
|
};
|
1295
1298
|
}
|
1296
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1297
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
1299
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: RslBaseModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
1300
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.3", ngImport: i0, type: RslBaseModule, imports: [CommonModule, i1$2.TranslateModule, ReactiveFormsModule], exports: [HttpClientModule,
|
1298
1301
|
TranslateModule] }); }
|
1299
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
1302
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: RslBaseModule, providers: [
|
1300
1303
|
PROVIDERS
|
1301
1304
|
], imports: [CommonModule,
|
1302
1305
|
TranslateModule.forRoot({
|
@@ -1311,7 +1314,7 @@ class RslBaseModule {
|
|
1311
1314
|
ReactiveFormsModule, HttpClientModule,
|
1312
1315
|
TranslateModule] }); }
|
1313
1316
|
}
|
1314
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1317
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: RslBaseModule, decorators: [{
|
1315
1318
|
type: NgModule,
|
1316
1319
|
args: [{
|
1317
1320
|
imports: [
|