monkey-front-core 0.0.236 → 0.0.239
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/esm2020/lib/core/services/config/monkeyecx-alerts-config.service.mjs +3 -3
- package/fesm2015/monkey-front-core.mjs +2 -2
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +2 -2
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/lib/core/services/config/monkeyecx-alerts-config.service.d.ts +2 -2
- package/monkey-front-core-0.0.239.tgz +0 -0
- package/package.json +3 -3
- package/monkey-front-core-0.0.236.tgz +0 -0
|
@@ -3215,14 +3215,14 @@ class MonkeyEcxAlertsConfigService {
|
|
|
3215
3215
|
this.handleValidation(config);
|
|
3216
3216
|
}
|
|
3217
3217
|
}
|
|
3218
|
-
MonkeyEcxAlertsConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxAlertsConfigService, deps: [{ token: i1.
|
|
3218
|
+
MonkeyEcxAlertsConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxAlertsConfigService, deps: [{ token: i1.MonkeyStyleGuideModalFixedService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3219
3219
|
MonkeyEcxAlertsConfigService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxAlertsConfigService, providedIn: 'root' });
|
|
3220
3220
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxAlertsConfigService, decorators: [{
|
|
3221
3221
|
type: Injectable,
|
|
3222
3222
|
args: [{
|
|
3223
3223
|
providedIn: 'root'
|
|
3224
3224
|
}]
|
|
3225
|
-
}], ctorParameters: function () { return [{ type: i1.
|
|
3225
|
+
}], ctorParameters: function () { return [{ type: i1.MonkeyStyleGuideModalFixedService }]; } });
|
|
3226
3226
|
|
|
3227
3227
|
class MonkeyEcxConfigService extends MonkeyEcxCommonsService {
|
|
3228
3228
|
constructor(monkeyecxService, monkeyecxi18nConfigService, monkeyecxLogsConfigService, monkeyStyleGuideSettingsService, monkeyecxServiceWorkerConfigService, monkeyecxSecurityConsoleConfigService, monkeyecxMaintenanceConfigService, monkeyecxErrorConfigService, monkeyEcxFeatureToggleService, monkeyGAConfigService, monkeyEcxAlertsConfigService) {
|