@rosoftlab/core 1.0.0-alpha-11 → 1.0.0-alpha-12
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/esm2022/lib/base-components/base-form-edit.component.mjs +6 -6
- package/esm2022/lib/base-components/field-error-display/field-error-display.component.mjs +4 -4
- package/esm2022/lib/base-components/page-not-found/page-not-found.component.mjs +5 -5
- package/esm2022/lib/base-components/under-construction/under-construction.component.mjs +5 -5
- package/esm2022/lib/converters/date/date.converter.mjs +1 -1
- package/esm2022/lib/decorators/attribute.decorator.mjs +1 -1
- package/esm2022/lib/decorators/base-model-config.decorator.mjs +1 -1
- package/esm2022/lib/grid-layout-format.enum.mjs +1 -1
- package/esm2022/lib/interceptors/cache.interceptor.mjs +6 -6
- package/esm2022/lib/interfaces/model-config.interface.mjs +1 -1
- package/esm2022/lib/models/base.model.mjs +1 -1
- package/esm2022/lib/models/error-response.model.mjs +1 -1
- package/esm2022/lib/pipes/Nl2brPipe.pipe.mjs +4 -4
- package/esm2022/lib/pipes/input-error.pipe.mjs +5 -5
- package/esm2022/lib/resolvers/dynamically-class-resolver.mjs +1 -1
- package/esm2022/lib/resolvers/dynamically-service-resolver.mjs +1 -1
- package/esm2022/lib/rsl-base-module.mjs +5 -5
- package/esm2022/lib/services/base-datastore.service.mjs +5 -5
- package/esm2022/lib/services/base.service.mjs +5 -5
- package/esm2022/lib/services/cache.service.mjs +5 -5
- package/esm2022/lib/services/datastore.service.mjs +7 -6
- package/esm2022/lib/services/translate-loader.service.mjs +6 -6
- package/esm2022/lib/utils.mjs +1 -1
- package/esm2022/lib/validators/pattern-validator.mjs +1 -1
- package/esm2022/public-api.mjs +1 -1
- package/fesm2022/rosoftlab-core.mjs +53 -53
- package/fesm2022/rosoftlab-core.mjs.map +1 -1
- package/package.json +7 -7
@@ -18,10 +18,10 @@ 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: "17.1.2", ngImport: i0, type: FieldErrorDisplayComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
22
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: FieldErrorDisplayComponent, 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: "17.1.2", ngImport: i0, type: FieldErrorDisplayComponent, decorators: [{
|
25
25
|
type: Component,
|
26
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"] }]
|
27
27
|
}], propDecorators: { errorMsg: [{
|
@@ -35,23 +35,23 @@ 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: "17.1.2", ngImport: i0, type: PageNotFoundComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
39
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: PageNotFoundComponent, 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: "17.1.2", ngImport: i0, type: PageNotFoundComponent, decorators: [{
|
42
42
|
type: Component,
|
43
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"] }]
|
44
|
-
}], ctorParameters:
|
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: "17.1.2", ngImport: i0, type: UnderConstructionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
49
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: UnderConstructionComponent, 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: "17.1.2", ngImport: i0, type: UnderConstructionComponent, decorators: [{
|
52
52
|
type: Component,
|
53
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"] }]
|
54
|
-
}], ctorParameters:
|
54
|
+
}], ctorParameters: () => [] });
|
55
55
|
|
56
56
|
class BaseQueryData {
|
57
57
|
constructor(jsonApiModels, metaData) {
|
@@ -89,15 +89,15 @@ 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: "17.1.2", ngImport: i0, type: CacheService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
93
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: CacheService, providedIn: 'root' }); }
|
94
94
|
}
|
95
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
95
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: CacheService, decorators: [{
|
96
96
|
type: Injectable,
|
97
97
|
args: [{
|
98
98
|
providedIn: 'root'
|
99
99
|
}]
|
100
|
-
}], ctorParameters:
|
100
|
+
}], ctorParameters: () => [] });
|
101
101
|
|
102
102
|
class BaseDatastore {
|
103
103
|
// tslint:enable:max-line-length
|
@@ -423,12 +423,12 @@ 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: "17.1.2", 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: "17.1.2", ngImport: i0, type: BaseDatastore }); }
|
428
428
|
}
|
429
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
429
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: BaseDatastore, decorators: [{
|
430
430
|
type: Injectable
|
431
|
-
}], ctorParameters:
|
431
|
+
}], ctorParameters: () => [{ type: i1.HttpClient }, { type: CacheService }] });
|
432
432
|
|
433
433
|
class BaseService {
|
434
434
|
constructor(datastore) {
|
@@ -514,15 +514,15 @@ 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: "17.1.2", ngImport: i0, type: BaseService, deps: [{ token: BaseDatastore }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
518
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: BaseService, providedIn: 'root' }); }
|
519
519
|
}
|
520
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
520
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: BaseService, decorators: [{
|
521
521
|
type: Injectable,
|
522
522
|
args: [{
|
523
523
|
providedIn: 'root'
|
524
524
|
}]
|
525
|
-
}], ctorParameters:
|
525
|
+
}], ctorParameters: () => [{ type: BaseDatastore }] });
|
526
526
|
|
527
527
|
const DialogSERVICE = new InjectionToken('DialogService');
|
528
528
|
class BaseFormEditComponent {
|
@@ -738,19 +738,19 @@ 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: "17.1.2", 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: "17.1.2", type: BaseFormEditComponent, 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: "17.1.2", ngImport: i0, type: BaseFormEditComponent, decorators: [{
|
745
745
|
type: Component,
|
746
746
|
args: [{
|
747
747
|
selector: 'app-base.form.edit',
|
748
748
|
template: ''
|
749
749
|
}]
|
750
|
-
}], ctorParameters:
|
750
|
+
}], ctorParameters: () => [{ type: i1$1.UntypedFormBuilder }, { type: i2.Router }, { type: i2.ActivatedRoute }, { type: BaseService }, { type: undefined, decorators: [{
|
751
751
|
type: Inject,
|
752
752
|
args: [DialogSERVICE]
|
753
|
-
}] }, { type: i1$2.TranslateService }, { type: i5.Location }]
|
753
|
+
}] }, { type: i1$2.TranslateService }, { type: i5.Location }] });
|
754
754
|
|
755
755
|
var GridLayoutFormat;
|
756
756
|
(function (GridLayoutFormat) {
|
@@ -941,15 +941,15 @@ class CacheInterceptor {
|
|
941
941
|
// })
|
942
942
|
// );
|
943
943
|
}
|
944
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
945
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
944
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: CacheInterceptor, deps: [{ token: 'CACHE_EXPIRATION_TIME' }, { token: CacheService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
945
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: CacheInterceptor }); }
|
946
946
|
}
|
947
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
947
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: CacheInterceptor, decorators: [{
|
948
948
|
type: Injectable
|
949
|
-
}], ctorParameters:
|
949
|
+
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
950
950
|
type: Inject,
|
951
951
|
args: ['CACHE_EXPIRATION_TIME']
|
952
|
-
}] }, { type: CacheService }]
|
952
|
+
}] }, { type: CacheService }] });
|
953
953
|
|
954
954
|
class BaseModel {
|
955
955
|
// tslint:disable-next-line:variable-name
|
@@ -1131,10 +1131,10 @@ class Nl2brPipe {
|
|
1131
1131
|
}
|
1132
1132
|
return value;
|
1133
1133
|
}
|
1134
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1135
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
1134
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: Nl2brPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
1135
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.2", ngImport: i0, type: Nl2brPipe, name: "nl2br" }); }
|
1136
1136
|
}
|
1137
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1137
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: Nl2brPipe, decorators: [{
|
1138
1138
|
type: Pipe,
|
1139
1139
|
args: [{
|
1140
1140
|
name: 'nl2br'
|
@@ -1165,15 +1165,15 @@ class InputErrorPipe {
|
|
1165
1165
|
}
|
1166
1166
|
return rvalue;
|
1167
1167
|
}
|
1168
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1169
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
1168
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: InputErrorPipe, deps: [{ token: i1$2.TranslateService }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
1169
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.2", ngImport: i0, type: InputErrorPipe, name: "inputError" }); }
|
1170
1170
|
}
|
1171
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1171
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: InputErrorPipe, decorators: [{
|
1172
1172
|
type: Pipe,
|
1173
1173
|
args: [{
|
1174
1174
|
name: 'inputError'
|
1175
1175
|
}]
|
1176
|
-
}], ctorParameters:
|
1176
|
+
}], ctorParameters: () => [{ type: i1$2.TranslateService }] });
|
1177
1177
|
|
1178
1178
|
class Configurations {
|
1179
1179
|
constructor() {
|
@@ -1193,16 +1193,16 @@ let DatastoreCore = class DatastoreCore extends BaseDatastore {
|
|
1193
1193
|
};
|
1194
1194
|
this.config = this.customConfig;
|
1195
1195
|
}
|
1196
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1197
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
1196
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: DatastoreCore, deps: [{ token: i1.HttpClient }, { token: CacheService }, { token: Configurations }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
1197
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: DatastoreCore }); }
|
1198
1198
|
};
|
1199
1199
|
DatastoreCore = __decorate([
|
1200
1200
|
BaseDatastoreConfig({ apiVersion: '', baseUrl: '' }),
|
1201
1201
|
__metadata("design:paramtypes", [HttpClient, CacheService, Configurations])
|
1202
1202
|
], DatastoreCore);
|
1203
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1203
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: DatastoreCore, decorators: [{
|
1204
1204
|
type: Injectable
|
1205
|
-
}], ctorParameters:
|
1205
|
+
}], ctorParameters: () => [{ type: i1.HttpClient }, { type: CacheService }, { type: Configurations }] });
|
1206
1206
|
|
1207
1207
|
const PROVIDERS = [
|
1208
1208
|
BaseDatastore,
|
@@ -1272,17 +1272,17 @@ class TranslateloaderService {
|
|
1272
1272
|
const url = this._apiUrl + '/api/v1/language/' + lang + '/translationlist';
|
1273
1273
|
return this.httpClient.get(url, { headers: this.headers });
|
1274
1274
|
}
|
1275
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1276
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
1275
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: TranslateloaderService, deps: [{ token: i1.HttpClient }, { token: Configurations, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
1276
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: TranslateloaderService, providedIn: 'root' }); }
|
1277
1277
|
}
|
1278
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1278
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: TranslateloaderService, decorators: [{
|
1279
1279
|
type: Injectable,
|
1280
1280
|
args: [{
|
1281
1281
|
providedIn: 'root'
|
1282
1282
|
}]
|
1283
|
-
}], ctorParameters:
|
1283
|
+
}], ctorParameters: () => [{ type: i1.HttpClient }, { type: Configurations, decorators: [{
|
1284
1284
|
type: Optional
|
1285
|
-
}] }]
|
1285
|
+
}] }] });
|
1286
1286
|
|
1287
1287
|
class RslBaseModule {
|
1288
1288
|
static forRoot(config) {
|
@@ -1294,10 +1294,10 @@ class RslBaseModule {
|
|
1294
1294
|
]
|
1295
1295
|
};
|
1296
1296
|
}
|
1297
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1298
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
1297
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: RslBaseModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
1298
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.2", ngImport: i0, type: RslBaseModule, imports: [CommonModule, i1$2.TranslateModule, ReactiveFormsModule], exports: [HttpClientModule,
|
1299
1299
|
TranslateModule] }); }
|
1300
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
1300
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: RslBaseModule, providers: [
|
1301
1301
|
PROVIDERS
|
1302
1302
|
], imports: [CommonModule,
|
1303
1303
|
TranslateModule.forRoot({
|
@@ -1312,7 +1312,7 @@ class RslBaseModule {
|
|
1312
1312
|
ReactiveFormsModule, HttpClientModule,
|
1313
1313
|
TranslateModule] }); }
|
1314
1314
|
}
|
1315
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1315
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: RslBaseModule, decorators: [{
|
1316
1316
|
type: NgModule,
|
1317
1317
|
args: [{
|
1318
1318
|
imports: [
|