monkey-front-core 0.0.294 → 0.0.295
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/interfaces/monkeyecx-config.mjs +1 -1
- package/esm2020/lib/core/services/config/monkeyecx-config.service.mjs +9 -10
- package/esm2020/lib/core/services/config/monkeyecx-gtm-config.service.mjs +51 -0
- package/fesm2015/monkey-front-core.mjs +57 -61
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +57 -61
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/lib/core/interfaces/monkeyecx-config.d.ts +2 -2
- package/lib/core/services/config/monkeyecx-config.service.d.ts +10 -10
- package/lib/core/services/config/monkeyecx-gtm-config.service.d.ts +9 -0
- package/monkey-front-core-0.0.295.tgz +0 -0
- package/package.json +1 -1
- package/esm2020/lib/core/services/config/monkeyecx-ga-config.service.mjs +0 -57
- package/lib/core/services/config/monkeyecx-ga-config.service.d.ts +0 -10
- package/monkey-front-core-0.0.294.tgz +0 -0
|
@@ -13,15 +13,15 @@ import { throwError, BehaviorSubject, Subscription, interval, concat, of, Subjec
|
|
|
13
13
|
import * as i1$3 from '@angular/common/http';
|
|
14
14
|
import { HttpParams, HttpErrorResponse, HTTP_INTERCEPTORS, HttpClientModule } from '@angular/common/http';
|
|
15
15
|
import * as i2$1 from '@angular/platform-browser';
|
|
16
|
-
import * as
|
|
16
|
+
import * as i2$2 from '@angular/router';
|
|
17
17
|
import { NavigationStart, NavigationEnd, NavigationError, NavigationCancel } from '@angular/router';
|
|
18
18
|
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
19
19
|
import { TemplatePortal } from '@angular/cdk/portal';
|
|
20
|
-
import * as i1$
|
|
20
|
+
import * as i1$4 from '@angular/cdk/overlay';
|
|
21
21
|
import { OverlayModule } from '@angular/cdk/overlay';
|
|
22
22
|
import { __decorate } from 'tslib';
|
|
23
23
|
import { datadogRum } from '@datadog/browser-rum';
|
|
24
|
-
import * as i1$
|
|
24
|
+
import * as i1$5 from '@angular/service-worker';
|
|
25
25
|
import { ServiceWorkerModule } from '@angular/service-worker';
|
|
26
26
|
import { initialize } from 'launchdarkly-js-client-sdk';
|
|
27
27
|
|
|
@@ -1628,14 +1628,14 @@ class MonkeyEcxProgressBarService {
|
|
|
1628
1628
|
return this.visible?.asObservable() || null;
|
|
1629
1629
|
}
|
|
1630
1630
|
}
|
|
1631
|
-
MonkeyEcxProgressBarService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxProgressBarService, deps: [{ token:
|
|
1631
|
+
MonkeyEcxProgressBarService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxProgressBarService, deps: [{ token: i2$2.Router }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1632
1632
|
MonkeyEcxProgressBarService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxProgressBarService, providedIn: 'root' });
|
|
1633
1633
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxProgressBarService, decorators: [{
|
|
1634
1634
|
type: Injectable,
|
|
1635
1635
|
args: [{
|
|
1636
1636
|
providedIn: 'root'
|
|
1637
1637
|
}]
|
|
1638
|
-
}], ctorParameters: function () { return [{ type:
|
|
1638
|
+
}], ctorParameters: function () { return [{ type: i2$2.Router }]; } });
|
|
1639
1639
|
|
|
1640
1640
|
class MonkeyEcxProgressBarComponent {
|
|
1641
1641
|
constructor(progressBarService) {
|
|
@@ -2387,14 +2387,14 @@ class MonkeyEcxPopoverDirective {
|
|
|
2387
2387
|
this.eventsSubs.unsubscribe();
|
|
2388
2388
|
}
|
|
2389
2389
|
}
|
|
2390
|
-
MonkeyEcxPopoverDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxPopoverDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.ViewContainerRef }, { token: i0.ChangeDetectorRef }, { token: i1$
|
|
2390
|
+
MonkeyEcxPopoverDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxPopoverDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.ViewContainerRef }, { token: i0.ChangeDetectorRef }, { token: i1$4.Overlay }, { token: i1$4.OverlayPositionBuilder }, { token: i2$2.Router }, { token: POPOVER_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2391
2391
|
MonkeyEcxPopoverDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.1.1", type: MonkeyEcxPopoverDirective, selector: "[monkeyecxPopover]", inputs: { popover: ["monkeyecxPopover", "popover"], closed: ["monkeyecxPopoverClosed", "closed"], target: ["monkeyecxPopoverTarget", "target"], minwidth: ["monkeyecxPopoverMinwidth", "minwidth"], backdrop: ["monkeyecxPopoverBackdrop", "backdrop"], watch: ["monkeyecxPopoverWatch", "watch"], dir: ["monkeyecxPopoverDir", "dir"], contextmenu: ["monkeyecxPopoverContextmenu", "contextmenu"], height: ["monkeyecxPopoverHeight", "height"] }, ngImport: i0 });
|
|
2392
2392
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxPopoverDirective, decorators: [{
|
|
2393
2393
|
type: Directive,
|
|
2394
2394
|
args: [{
|
|
2395
2395
|
selector: '[monkeyecxPopover]'
|
|
2396
2396
|
}]
|
|
2397
|
-
}], ctorParameters: function () { return [{ type: i0.TemplateRef }, { type: i0.ViewContainerRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.ViewContainerRef }, { type: i0.ChangeDetectorRef }, { type: i1$
|
|
2397
|
+
}], ctorParameters: function () { return [{ type: i0.TemplateRef }, { type: i0.ViewContainerRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.ViewContainerRef }, { type: i0.ChangeDetectorRef }, { type: i1$4.Overlay }, { type: i1$4.OverlayPositionBuilder }, { type: i2$2.Router }, { type: undefined, decorators: [{
|
|
2398
2398
|
type: Inject,
|
|
2399
2399
|
args: [POPOVER_OPTIONS]
|
|
2400
2400
|
}, {
|
|
@@ -3121,14 +3121,14 @@ class MonkeyEcxServiceWorkerConfigService {
|
|
|
3121
3121
|
this.verify();
|
|
3122
3122
|
}
|
|
3123
3123
|
}
|
|
3124
|
-
MonkeyEcxServiceWorkerConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxServiceWorkerConfigService, deps: [{ token: i0.ApplicationRef }, { token: i1$
|
|
3124
|
+
MonkeyEcxServiceWorkerConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxServiceWorkerConfigService, deps: [{ token: i0.ApplicationRef }, { token: i1$5.SwUpdate }, { token: i1.MonkeyStyleGuideModalService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3125
3125
|
MonkeyEcxServiceWorkerConfigService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxServiceWorkerConfigService, providedIn: 'root' });
|
|
3126
3126
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxServiceWorkerConfigService, decorators: [{
|
|
3127
3127
|
type: Injectable,
|
|
3128
3128
|
args: [{
|
|
3129
3129
|
providedIn: 'root'
|
|
3130
3130
|
}]
|
|
3131
|
-
}], ctorParameters: function () { return [{ type: i0.ApplicationRef }, { type: i1$
|
|
3131
|
+
}], ctorParameters: function () { return [{ type: i0.ApplicationRef }, { type: i1$5.SwUpdate }, { type: i1.MonkeyStyleGuideModalService }]; } });
|
|
3132
3132
|
|
|
3133
3133
|
/* eslint-disable no-console */
|
|
3134
3134
|
class MonkeyEcxSecurityConsoleConfigService extends MonkeyEcxCommonsService {
|
|
@@ -3191,14 +3191,14 @@ class MonkeyEcxMaintenanceConfigService {
|
|
|
3191
3191
|
this.handleValidation(config);
|
|
3192
3192
|
}
|
|
3193
3193
|
}
|
|
3194
|
-
MonkeyEcxMaintenanceConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxMaintenanceConfigService, deps: [{ token: i1.MonkeyStyleGuideModalService }, { token:
|
|
3194
|
+
MonkeyEcxMaintenanceConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxMaintenanceConfigService, deps: [{ token: i1.MonkeyStyleGuideModalService }, { token: i2$2.Router }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3195
3195
|
MonkeyEcxMaintenanceConfigService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxMaintenanceConfigService, providedIn: 'root' });
|
|
3196
3196
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxMaintenanceConfigService, decorators: [{
|
|
3197
3197
|
type: Injectable,
|
|
3198
3198
|
args: [{
|
|
3199
3199
|
providedIn: 'root'
|
|
3200
3200
|
}]
|
|
3201
|
-
}], ctorParameters: function () { return [{ type: i1.MonkeyStyleGuideModalService }, { type:
|
|
3201
|
+
}], ctorParameters: function () { return [{ type: i1.MonkeyStyleGuideModalService }, { type: i2$2.Router }]; } });
|
|
3202
3202
|
|
|
3203
3203
|
class MonkeyEcxFeatureToggleService {
|
|
3204
3204
|
constructor() {
|
|
@@ -3271,58 +3271,54 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImpor
|
|
|
3271
3271
|
}]
|
|
3272
3272
|
}], ctorParameters: function () { return []; } });
|
|
3273
3273
|
|
|
3274
|
-
/* eslint-disable
|
|
3275
|
-
class
|
|
3276
|
-
constructor(
|
|
3277
|
-
this.rt = rt;
|
|
3274
|
+
/* eslint-disable no-console */
|
|
3275
|
+
class MonkeyEcxGTMConfigService {
|
|
3276
|
+
constructor() {
|
|
3278
3277
|
// not to do
|
|
3279
3278
|
}
|
|
3280
|
-
|
|
3281
|
-
|
|
3282
|
-
|
|
3283
|
-
|
|
3284
|
-
|
|
3285
|
-
|
|
3286
|
-
|
|
3287
|
-
window.gtag ||
|
|
3288
|
-
function gtag() {
|
|
3289
|
-
window.dataLayer.push(arguments);
|
|
3290
|
-
};
|
|
3291
|
-
window.gtag('js', new Date());
|
|
3292
|
-
window.gtag('config', key);
|
|
3293
|
-
};
|
|
3294
|
-
const pageChangeAction = () => {
|
|
3295
|
-
this.rt.events.subscribe((event) => {
|
|
3296
|
-
if (event instanceof NavigationEnd) {
|
|
3297
|
-
window.gtag('set', 'page_path', event.url);
|
|
3298
|
-
window.gtag('event', 'page_view');
|
|
3299
|
-
}
|
|
3300
|
-
});
|
|
3301
|
-
};
|
|
3279
|
+
handleCode(key) {
|
|
3280
|
+
try {
|
|
3281
|
+
window.dataLayer = window.dataLayer || [];
|
|
3282
|
+
window.dataLayer.push({
|
|
3283
|
+
'gtm.start': new Date().getTime(),
|
|
3284
|
+
event: 'gtm.js'
|
|
3285
|
+
});
|
|
3302
3286
|
const head = document.querySelector('head');
|
|
3303
3287
|
const script = document.createElement('script');
|
|
3304
3288
|
script.async = true;
|
|
3305
|
-
script.
|
|
3306
|
-
script.src = `//www.googletagmanager.com/gtag/js?id=${key}`;
|
|
3307
|
-
script.onload = () => {
|
|
3308
|
-
action();
|
|
3309
|
-
pageChangeAction();
|
|
3310
|
-
};
|
|
3311
|
-
script.onerror = () => {
|
|
3312
|
-
head?.removeChild(script);
|
|
3313
|
-
};
|
|
3289
|
+
script.src = `https://www.googletagmanager.com/gtm.js?id=GTM-${key}`;
|
|
3314
3290
|
head?.appendChild(script);
|
|
3291
|
+
const body = document.querySelector('body');
|
|
3292
|
+
const noscript = document.createElement('noscript');
|
|
3293
|
+
const iframe = document.createElement('iframe');
|
|
3294
|
+
iframe.src = `https://www.googletagmanager.com/ns.html?id=GTM-${key}`;
|
|
3295
|
+
iframe.height = '0';
|
|
3296
|
+
iframe.width = '0';
|
|
3297
|
+
iframe.style.display = 'none';
|
|
3298
|
+
iframe.style.visibility = 'hidden';
|
|
3299
|
+
noscript.appendChild(iframe);
|
|
3300
|
+
body?.appendChild(noscript);
|
|
3301
|
+
}
|
|
3302
|
+
catch (e) {
|
|
3303
|
+
console.error('GTM Configuration Error!');
|
|
3304
|
+
}
|
|
3305
|
+
}
|
|
3306
|
+
apply(params, environment) {
|
|
3307
|
+
const { gtm } = params;
|
|
3308
|
+
const { enabled, key } = gtm || { enabled: false, key: '' };
|
|
3309
|
+
if (enabled && environment.environment !== 'dev') {
|
|
3310
|
+
this.handleCode(key);
|
|
3315
3311
|
}
|
|
3316
3312
|
}
|
|
3317
3313
|
}
|
|
3318
|
-
|
|
3319
|
-
|
|
3320
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type:
|
|
3314
|
+
MonkeyEcxGTMConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxGTMConfigService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3315
|
+
MonkeyEcxGTMConfigService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxGTMConfigService, providedIn: 'root' });
|
|
3316
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxGTMConfigService, decorators: [{
|
|
3321
3317
|
type: Injectable,
|
|
3322
3318
|
args: [{
|
|
3323
3319
|
providedIn: 'root'
|
|
3324
3320
|
}]
|
|
3325
|
-
}], ctorParameters: function () { return [
|
|
3321
|
+
}], ctorParameters: function () { return []; } });
|
|
3326
3322
|
|
|
3327
3323
|
const moment = moment_;
|
|
3328
3324
|
class MonkeyEcxAlertsConfigService {
|
|
@@ -3360,7 +3356,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImpor
|
|
|
3360
3356
|
}], ctorParameters: function () { return [{ type: i1.MonkeyStyleGuideModalFixedService }]; } });
|
|
3361
3357
|
|
|
3362
3358
|
class MonkeyEcxConfigService extends MonkeyEcxCommonsService {
|
|
3363
|
-
constructor(monkeyecxService, monkeyecxi18nConfigService, monkeyecxLogsConfigService, monkeyStyleGuideSettingsService, monkeyecxServiceWorkerConfigService, monkeyecxSecurityConsoleConfigService, monkeyecxMaintenanceConfigService, monkeyecxErrorConfigService, monkeyEcxFeatureToggleService,
|
|
3359
|
+
constructor(monkeyecxService, monkeyecxi18nConfigService, monkeyecxLogsConfigService, monkeyStyleGuideSettingsService, monkeyecxServiceWorkerConfigService, monkeyecxSecurityConsoleConfigService, monkeyecxMaintenanceConfigService, monkeyecxErrorConfigService, monkeyEcxFeatureToggleService, monkeyGTMConfigService, monkeyEcxAlertsConfigService) {
|
|
3364
3360
|
super(monkeyecxService);
|
|
3365
3361
|
this.monkeyecxi18nConfigService = monkeyecxi18nConfigService;
|
|
3366
3362
|
this.monkeyecxLogsConfigService = monkeyecxLogsConfigService;
|
|
@@ -3370,7 +3366,7 @@ class MonkeyEcxConfigService extends MonkeyEcxCommonsService {
|
|
|
3370
3366
|
this.monkeyecxMaintenanceConfigService = monkeyecxMaintenanceConfigService;
|
|
3371
3367
|
this.monkeyecxErrorConfigService = monkeyecxErrorConfigService;
|
|
3372
3368
|
this.monkeyEcxFeatureToggleService = monkeyEcxFeatureToggleService;
|
|
3373
|
-
this.
|
|
3369
|
+
this.monkeyGTMConfigService = monkeyGTMConfigService;
|
|
3374
3370
|
this.monkeyEcxAlertsConfigService = monkeyEcxAlertsConfigService;
|
|
3375
3371
|
this.configSubject$ = new BehaviorSubject({});
|
|
3376
3372
|
this.configBootstrapSubject$ = new BehaviorSubject({});
|
|
@@ -3385,7 +3381,7 @@ class MonkeyEcxConfigService extends MonkeyEcxCommonsService {
|
|
|
3385
3381
|
callback(configBootstrap);
|
|
3386
3382
|
}
|
|
3387
3383
|
getWhiteLabelSettings(monkeyecxCode, configBootstrap, callback, environment, identifyCode) {
|
|
3388
|
-
const { monkeyecxService, monkeyecxi18nConfigService, configSubject$, monkeyStyleGuideSettingsService, monkeyecxLogsConfigService, monkeyecxErrorConfigService, monkeyEcxFeatureToggleService,
|
|
3384
|
+
const { monkeyecxService, monkeyecxi18nConfigService, configSubject$, monkeyStyleGuideSettingsService, monkeyecxLogsConfigService, monkeyecxErrorConfigService, monkeyEcxFeatureToggleService, monkeyGTMConfigService, monkeyEcxAlertsConfigService, internalValidations } = this;
|
|
3389
3385
|
const url = `${environment.urlAssets}/${monkeyecxCode.toLowerCase()}`;
|
|
3390
3386
|
monkeyecxService
|
|
3391
3387
|
?.get(`${url}/white-label.json`)
|
|
@@ -3393,7 +3389,7 @@ class MonkeyEcxConfigService extends MonkeyEcxCommonsService {
|
|
|
3393
3389
|
monkeyecxi18nConfigService.apply(config, environment);
|
|
3394
3390
|
monkeyecxLogsConfigService.apply(config, configBootstrap, environment, identifyCode);
|
|
3395
3391
|
monkeyEcxFeatureToggleService.apply(configSubject$, environment);
|
|
3396
|
-
|
|
3392
|
+
monkeyGTMConfigService.apply(config, environment);
|
|
3397
3393
|
monkeyEcxAlertsConfigService.apply(config);
|
|
3398
3394
|
monkeyStyleGuideSettingsService.bootstrap(`${url}/monkey-style-guide-settings.json`, internalValidations.bind(this, configBootstrap, callback, environment));
|
|
3399
3395
|
configSubject$.next(config);
|
|
@@ -3433,7 +3429,7 @@ class MonkeyEcxConfigService extends MonkeyEcxCommonsService {
|
|
|
3433
3429
|
return this.configBootstrapSubject$.asObservable();
|
|
3434
3430
|
}
|
|
3435
3431
|
}
|
|
3436
|
-
MonkeyEcxConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxConfigService, deps: [{ token: MonkeyEcxService }, { token: MonkeyEcxi18nConfigService }, { token: MonkeyEcxLogsConfigService }, { token: i1.MonkeyStyleGuideSettingsService }, { token: MonkeyEcxServiceWorkerConfigService }, { token: MonkeyEcxSecurityConsoleConfigService }, { token: MonkeyEcxMaintenanceConfigService }, { token: MonkeyEcxErrorConfigService }, { token: MonkeyEcxFeatureToggleService }, { token:
|
|
3432
|
+
MonkeyEcxConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxConfigService, deps: [{ token: MonkeyEcxService }, { token: MonkeyEcxi18nConfigService }, { token: MonkeyEcxLogsConfigService }, { token: i1.MonkeyStyleGuideSettingsService }, { token: MonkeyEcxServiceWorkerConfigService }, { token: MonkeyEcxSecurityConsoleConfigService }, { token: MonkeyEcxMaintenanceConfigService }, { token: MonkeyEcxErrorConfigService }, { token: MonkeyEcxFeatureToggleService }, { token: MonkeyEcxGTMConfigService }, { token: MonkeyEcxAlertsConfigService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3437
3433
|
MonkeyEcxConfigService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxConfigService, providedIn: 'root' });
|
|
3438
3434
|
__decorate([
|
|
3439
3435
|
MonkeyEcxCoreService({
|
|
@@ -3450,7 +3446,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImpor
|
|
|
3450
3446
|
args: [{
|
|
3451
3447
|
providedIn: 'root'
|
|
3452
3448
|
}]
|
|
3453
|
-
}], ctorParameters: function () { return [{ type: MonkeyEcxService }, { type: MonkeyEcxi18nConfigService }, { type: MonkeyEcxLogsConfigService }, { type: i1.MonkeyStyleGuideSettingsService }, { type: MonkeyEcxServiceWorkerConfigService }, { type: MonkeyEcxSecurityConsoleConfigService }, { type: MonkeyEcxMaintenanceConfigService }, { type: MonkeyEcxErrorConfigService }, { type: MonkeyEcxFeatureToggleService }, { type:
|
|
3449
|
+
}], ctorParameters: function () { return [{ type: MonkeyEcxService }, { type: MonkeyEcxi18nConfigService }, { type: MonkeyEcxLogsConfigService }, { type: i1.MonkeyStyleGuideSettingsService }, { type: MonkeyEcxServiceWorkerConfigService }, { type: MonkeyEcxSecurityConsoleConfigService }, { type: MonkeyEcxMaintenanceConfigService }, { type: MonkeyEcxErrorConfigService }, { type: MonkeyEcxFeatureToggleService }, { type: MonkeyEcxGTMConfigService }, { type: MonkeyEcxAlertsConfigService }]; }, propDecorators: { init: [] } });
|
|
3454
3450
|
|
|
3455
3451
|
class MonkeyEcxTokenStorageService {
|
|
3456
3452
|
constructor(monkeyecxConfigService) {
|
|
@@ -4156,14 +4152,14 @@ class MonkeyEcxHttpErrorHandlingService extends MonkeyEcxCommonsService {
|
|
|
4156
4152
|
}
|
|
4157
4153
|
}
|
|
4158
4154
|
}
|
|
4159
|
-
MonkeyEcxHttpErrorHandlingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxHttpErrorHandlingService, deps: [{ token: MonkeyEcxService }, { token: MonkeyEcxTokenStorageService }, { token: MonkeyEcxAuthenticationService }, { token:
|
|
4155
|
+
MonkeyEcxHttpErrorHandlingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxHttpErrorHandlingService, deps: [{ token: MonkeyEcxService }, { token: MonkeyEcxTokenStorageService }, { token: MonkeyEcxAuthenticationService }, { token: i2$2.Router }, { token: i1.MonkeyStyleGuideSnackbarService }, { token: i1$1.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4160
4156
|
MonkeyEcxHttpErrorHandlingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxHttpErrorHandlingService, providedIn: 'root' });
|
|
4161
4157
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxHttpErrorHandlingService, decorators: [{
|
|
4162
4158
|
type: Injectable,
|
|
4163
4159
|
args: [{
|
|
4164
4160
|
providedIn: 'root'
|
|
4165
4161
|
}]
|
|
4166
|
-
}], ctorParameters: function () { return [{ type: MonkeyEcxService }, { type: MonkeyEcxTokenStorageService }, { type: MonkeyEcxAuthenticationService }, { type:
|
|
4162
|
+
}], ctorParameters: function () { return [{ type: MonkeyEcxService }, { type: MonkeyEcxTokenStorageService }, { type: MonkeyEcxAuthenticationService }, { type: i2$2.Router }, { type: i1.MonkeyStyleGuideSnackbarService }, { type: i1$1.TranslateService }]; } });
|
|
4167
4163
|
|
|
4168
4164
|
class MonkeyEcxOthersErrorsHandlingService {
|
|
4169
4165
|
constructor(modalService) {
|
|
@@ -4716,14 +4712,14 @@ class MonkeyEcxDiscoveryParamsService {
|
|
|
4716
4712
|
return found;
|
|
4717
4713
|
}
|
|
4718
4714
|
}
|
|
4719
|
-
MonkeyEcxDiscoveryParamsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxDiscoveryParamsService, deps: [{ token:
|
|
4715
|
+
MonkeyEcxDiscoveryParamsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxDiscoveryParamsService, deps: [{ token: i2$2.Router }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4720
4716
|
MonkeyEcxDiscoveryParamsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxDiscoveryParamsService, providedIn: 'root' });
|
|
4721
4717
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxDiscoveryParamsService, decorators: [{
|
|
4722
4718
|
type: Injectable,
|
|
4723
4719
|
args: [{
|
|
4724
4720
|
providedIn: 'root'
|
|
4725
4721
|
}]
|
|
4726
|
-
}], ctorParameters: function () { return [{ type:
|
|
4722
|
+
}], ctorParameters: function () { return [{ type: i2$2.Router }]; } });
|
|
4727
4723
|
|
|
4728
4724
|
class MonkeyEcxRequestScheduleService {
|
|
4729
4725
|
constructor(monkeyecxService, monkeyLoggedHandlingService) {
|
|
@@ -5380,7 +5376,7 @@ class MonkeyFrontCoreModule {
|
|
|
5380
5376
|
}
|
|
5381
5377
|
MonkeyFrontCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyFrontCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5382
5378
|
MonkeyFrontCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyFrontCoreModule, imports: [CommonModule,
|
|
5383
|
-
HttpClientModule, i1$1.TranslateModule, MonkeyEcxConfigModule, MonkeyEcxHttpConfigInterceptorModule, MonkeyEcxErrorHandlingModule, MonkeyStyleGuideModule, i1$
|
|
5379
|
+
HttpClientModule, i1$1.TranslateModule, MonkeyEcxConfigModule, MonkeyEcxHttpConfigInterceptorModule, MonkeyEcxErrorHandlingModule, MonkeyStyleGuideModule, i1$5.ServiceWorkerModule, ClosedToMaintenanceModule,
|
|
5384
5380
|
VersionChangedModule,
|
|
5385
5381
|
AlertsModule,
|
|
5386
5382
|
CurrencyConfigModule] });
|