monkey-front-core 0.0.293 → 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/esm2020/lib/core/utils/utils.mjs +13 -1
- package/fesm2015/monkey-front-core.mjs +70 -61
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +69 -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/lib/core/utils/utils.d.ts +1 -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.293.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 { __awaiter, __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
|
|
|
@@ -153,6 +153,19 @@ class MonkeyEcxUtils {
|
|
|
153
153
|
}
|
|
154
154
|
}[country.toUpperCase()]) === null || _a === void 0 ? void 0 : _a[type];
|
|
155
155
|
}
|
|
156
|
+
static getDocumentPlaceholder(type, country = '') {
|
|
157
|
+
var _a;
|
|
158
|
+
return (_a = {
|
|
159
|
+
BR: {
|
|
160
|
+
CPF: '000.000.000-XX',
|
|
161
|
+
CNPJ: '00.000.000/0000-00'
|
|
162
|
+
},
|
|
163
|
+
CL: {
|
|
164
|
+
CPF: '0000000-A',
|
|
165
|
+
CNPJ: '0000000-A'
|
|
166
|
+
}
|
|
167
|
+
}[country.toUpperCase()]) === null || _a === void 0 ? void 0 : _a[type];
|
|
168
|
+
}
|
|
156
169
|
static formatDocumentWithMask(doc, withType, country) {
|
|
157
170
|
if (!doc)
|
|
158
171
|
return doc;
|
|
@@ -1626,14 +1639,14 @@ class MonkeyEcxProgressBarService {
|
|
|
1626
1639
|
return ((_a = this.visible) === null || _a === void 0 ? void 0 : _a.asObservable()) || null;
|
|
1627
1640
|
}
|
|
1628
1641
|
}
|
|
1629
|
-
MonkeyEcxProgressBarService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxProgressBarService, deps: [{ token:
|
|
1642
|
+
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 });
|
|
1630
1643
|
MonkeyEcxProgressBarService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxProgressBarService, providedIn: 'root' });
|
|
1631
1644
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxProgressBarService, decorators: [{
|
|
1632
1645
|
type: Injectable,
|
|
1633
1646
|
args: [{
|
|
1634
1647
|
providedIn: 'root'
|
|
1635
1648
|
}]
|
|
1636
|
-
}], ctorParameters: function () { return [{ type:
|
|
1649
|
+
}], ctorParameters: function () { return [{ type: i2$2.Router }]; } });
|
|
1637
1650
|
|
|
1638
1651
|
class MonkeyEcxProgressBarComponent {
|
|
1639
1652
|
constructor(progressBarService) {
|
|
@@ -2394,7 +2407,7 @@ class MonkeyEcxPopoverDirective {
|
|
|
2394
2407
|
this.eventsSubs.unsubscribe();
|
|
2395
2408
|
}
|
|
2396
2409
|
}
|
|
2397
|
-
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$
|
|
2410
|
+
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 });
|
|
2398
2411
|
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 });
|
|
2399
2412
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxPopoverDirective, decorators: [{
|
|
2400
2413
|
type: Directive,
|
|
@@ -2402,7 +2415,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImpor
|
|
|
2402
2415
|
selector: '[monkeyecxPopover]'
|
|
2403
2416
|
}]
|
|
2404
2417
|
}], ctorParameters: function () {
|
|
2405
|
-
return [{ type: i0.TemplateRef }, { type: i0.ViewContainerRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.ViewContainerRef }, { type: i0.ChangeDetectorRef }, { type: i1$
|
|
2418
|
+
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: [{
|
|
2406
2419
|
type: Inject,
|
|
2407
2420
|
args: [POPOVER_OPTIONS]
|
|
2408
2421
|
}, {
|
|
@@ -3117,14 +3130,14 @@ class MonkeyEcxServiceWorkerConfigService {
|
|
|
3117
3130
|
this.verify();
|
|
3118
3131
|
}
|
|
3119
3132
|
}
|
|
3120
|
-
MonkeyEcxServiceWorkerConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxServiceWorkerConfigService, deps: [{ token: i0.ApplicationRef }, { token: i1$
|
|
3133
|
+
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 });
|
|
3121
3134
|
MonkeyEcxServiceWorkerConfigService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxServiceWorkerConfigService, providedIn: 'root' });
|
|
3122
3135
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxServiceWorkerConfigService, decorators: [{
|
|
3123
3136
|
type: Injectable,
|
|
3124
3137
|
args: [{
|
|
3125
3138
|
providedIn: 'root'
|
|
3126
3139
|
}]
|
|
3127
|
-
}], ctorParameters: function () { return [{ type: i0.ApplicationRef }, { type: i1$
|
|
3140
|
+
}], ctorParameters: function () { return [{ type: i0.ApplicationRef }, { type: i1$5.SwUpdate }, { type: i1.MonkeyStyleGuideModalService }]; } });
|
|
3128
3141
|
|
|
3129
3142
|
/* eslint-disable no-console */
|
|
3130
3143
|
class MonkeyEcxSecurityConsoleConfigService extends MonkeyEcxCommonsService {
|
|
@@ -3187,14 +3200,14 @@ class MonkeyEcxMaintenanceConfigService {
|
|
|
3187
3200
|
this.handleValidation(config);
|
|
3188
3201
|
}
|
|
3189
3202
|
}
|
|
3190
|
-
MonkeyEcxMaintenanceConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxMaintenanceConfigService, deps: [{ token: i1.MonkeyStyleGuideModalService }, { token:
|
|
3203
|
+
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 });
|
|
3191
3204
|
MonkeyEcxMaintenanceConfigService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxMaintenanceConfigService, providedIn: 'root' });
|
|
3192
3205
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxMaintenanceConfigService, decorators: [{
|
|
3193
3206
|
type: Injectable,
|
|
3194
3207
|
args: [{
|
|
3195
3208
|
providedIn: 'root'
|
|
3196
3209
|
}]
|
|
3197
|
-
}], ctorParameters: function () { return [{ type: i1.MonkeyStyleGuideModalService }, { type:
|
|
3210
|
+
}], ctorParameters: function () { return [{ type: i1.MonkeyStyleGuideModalService }, { type: i2$2.Router }]; } });
|
|
3198
3211
|
|
|
3199
3212
|
class MonkeyEcxFeatureToggleService {
|
|
3200
3213
|
constructor() {
|
|
@@ -3270,58 +3283,54 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImpor
|
|
|
3270
3283
|
}]
|
|
3271
3284
|
}], ctorParameters: function () { return []; } });
|
|
3272
3285
|
|
|
3273
|
-
/* eslint-disable
|
|
3274
|
-
class
|
|
3275
|
-
constructor(
|
|
3276
|
-
this.rt = rt;
|
|
3286
|
+
/* eslint-disable no-console */
|
|
3287
|
+
class MonkeyEcxGTMConfigService {
|
|
3288
|
+
constructor() {
|
|
3277
3289
|
// not to do
|
|
3278
3290
|
}
|
|
3279
|
-
|
|
3280
|
-
|
|
3281
|
-
|
|
3282
|
-
|
|
3283
|
-
|
|
3284
|
-
|
|
3285
|
-
|
|
3286
|
-
window.gtag ||
|
|
3287
|
-
function gtag() {
|
|
3288
|
-
window.dataLayer.push(arguments);
|
|
3289
|
-
};
|
|
3290
|
-
window.gtag('js', new Date());
|
|
3291
|
-
window.gtag('config', key);
|
|
3292
|
-
};
|
|
3293
|
-
const pageChangeAction = () => {
|
|
3294
|
-
this.rt.events.subscribe((event) => {
|
|
3295
|
-
if (event instanceof NavigationEnd) {
|
|
3296
|
-
window.gtag('set', 'page_path', event.url);
|
|
3297
|
-
window.gtag('event', 'page_view');
|
|
3298
|
-
}
|
|
3299
|
-
});
|
|
3300
|
-
};
|
|
3291
|
+
handleCode(key) {
|
|
3292
|
+
try {
|
|
3293
|
+
window.dataLayer = window.dataLayer || [];
|
|
3294
|
+
window.dataLayer.push({
|
|
3295
|
+
'gtm.start': new Date().getTime(),
|
|
3296
|
+
event: 'gtm.js'
|
|
3297
|
+
});
|
|
3301
3298
|
const head = document.querySelector('head');
|
|
3302
3299
|
const script = document.createElement('script');
|
|
3303
3300
|
script.async = true;
|
|
3304
|
-
script.
|
|
3305
|
-
script.src = `//www.googletagmanager.com/gtag/js?id=${key}`;
|
|
3306
|
-
script.onload = () => {
|
|
3307
|
-
action();
|
|
3308
|
-
pageChangeAction();
|
|
3309
|
-
};
|
|
3310
|
-
script.onerror = () => {
|
|
3311
|
-
head === null || head === void 0 ? void 0 : head.removeChild(script);
|
|
3312
|
-
};
|
|
3301
|
+
script.src = `https://www.googletagmanager.com/gtm.js?id=GTM-${key}`;
|
|
3313
3302
|
head === null || head === void 0 ? void 0 : head.appendChild(script);
|
|
3303
|
+
const body = document.querySelector('body');
|
|
3304
|
+
const noscript = document.createElement('noscript');
|
|
3305
|
+
const iframe = document.createElement('iframe');
|
|
3306
|
+
iframe.src = `https://www.googletagmanager.com/ns.html?id=GTM-${key}`;
|
|
3307
|
+
iframe.height = '0';
|
|
3308
|
+
iframe.width = '0';
|
|
3309
|
+
iframe.style.display = 'none';
|
|
3310
|
+
iframe.style.visibility = 'hidden';
|
|
3311
|
+
noscript.appendChild(iframe);
|
|
3312
|
+
body === null || body === void 0 ? void 0 : body.appendChild(noscript);
|
|
3313
|
+
}
|
|
3314
|
+
catch (e) {
|
|
3315
|
+
console.error('GTM Configuration Error!');
|
|
3316
|
+
}
|
|
3317
|
+
}
|
|
3318
|
+
apply(params, environment) {
|
|
3319
|
+
const { gtm } = params;
|
|
3320
|
+
const { enabled, key } = gtm || { enabled: false, key: '' };
|
|
3321
|
+
if (enabled && environment.environment !== 'dev') {
|
|
3322
|
+
this.handleCode(key);
|
|
3314
3323
|
}
|
|
3315
3324
|
}
|
|
3316
3325
|
}
|
|
3317
|
-
|
|
3318
|
-
|
|
3319
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type:
|
|
3326
|
+
MonkeyEcxGTMConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxGTMConfigService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3327
|
+
MonkeyEcxGTMConfigService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxGTMConfigService, providedIn: 'root' });
|
|
3328
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxGTMConfigService, decorators: [{
|
|
3320
3329
|
type: Injectable,
|
|
3321
3330
|
args: [{
|
|
3322
3331
|
providedIn: 'root'
|
|
3323
3332
|
}]
|
|
3324
|
-
}], ctorParameters: function () { return [
|
|
3333
|
+
}], ctorParameters: function () { return []; } });
|
|
3325
3334
|
|
|
3326
3335
|
const moment = moment_;
|
|
3327
3336
|
class MonkeyEcxAlertsConfigService {
|
|
@@ -3359,7 +3368,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImpor
|
|
|
3359
3368
|
}], ctorParameters: function () { return [{ type: i1.MonkeyStyleGuideModalFixedService }]; } });
|
|
3360
3369
|
|
|
3361
3370
|
class MonkeyEcxConfigService extends MonkeyEcxCommonsService {
|
|
3362
|
-
constructor(monkeyecxService, monkeyecxi18nConfigService, monkeyecxLogsConfigService, monkeyStyleGuideSettingsService, monkeyecxServiceWorkerConfigService, monkeyecxSecurityConsoleConfigService, monkeyecxMaintenanceConfigService, monkeyecxErrorConfigService, monkeyEcxFeatureToggleService,
|
|
3371
|
+
constructor(monkeyecxService, monkeyecxi18nConfigService, monkeyecxLogsConfigService, monkeyStyleGuideSettingsService, monkeyecxServiceWorkerConfigService, monkeyecxSecurityConsoleConfigService, monkeyecxMaintenanceConfigService, monkeyecxErrorConfigService, monkeyEcxFeatureToggleService, monkeyGTMConfigService, monkeyEcxAlertsConfigService) {
|
|
3363
3372
|
super(monkeyecxService);
|
|
3364
3373
|
this.monkeyecxi18nConfigService = monkeyecxi18nConfigService;
|
|
3365
3374
|
this.monkeyecxLogsConfigService = monkeyecxLogsConfigService;
|
|
@@ -3369,7 +3378,7 @@ class MonkeyEcxConfigService extends MonkeyEcxCommonsService {
|
|
|
3369
3378
|
this.monkeyecxMaintenanceConfigService = monkeyecxMaintenanceConfigService;
|
|
3370
3379
|
this.monkeyecxErrorConfigService = monkeyecxErrorConfigService;
|
|
3371
3380
|
this.monkeyEcxFeatureToggleService = monkeyEcxFeatureToggleService;
|
|
3372
|
-
this.
|
|
3381
|
+
this.monkeyGTMConfigService = monkeyGTMConfigService;
|
|
3373
3382
|
this.monkeyEcxAlertsConfigService = monkeyEcxAlertsConfigService;
|
|
3374
3383
|
this.configSubject$ = new BehaviorSubject({});
|
|
3375
3384
|
this.configBootstrapSubject$ = new BehaviorSubject({});
|
|
@@ -3385,13 +3394,13 @@ class MonkeyEcxConfigService extends MonkeyEcxCommonsService {
|
|
|
3385
3394
|
}
|
|
3386
3395
|
getWhiteLabelSettings(monkeyecxCode, configBootstrap, callback, environment, identifyCode) {
|
|
3387
3396
|
var _a;
|
|
3388
|
-
const { monkeyecxService, monkeyecxi18nConfigService, configSubject$, monkeyStyleGuideSettingsService, monkeyecxLogsConfigService, monkeyecxErrorConfigService, monkeyEcxFeatureToggleService,
|
|
3397
|
+
const { monkeyecxService, monkeyecxi18nConfigService, configSubject$, monkeyStyleGuideSettingsService, monkeyecxLogsConfigService, monkeyecxErrorConfigService, monkeyEcxFeatureToggleService, monkeyGTMConfigService, monkeyEcxAlertsConfigService, internalValidations } = this;
|
|
3389
3398
|
const url = `${environment.urlAssets}/${monkeyecxCode.toLowerCase()}`;
|
|
3390
3399
|
(_a = monkeyecxService === null || monkeyecxService === void 0 ? void 0 : monkeyecxService.get(`${url}/white-label.json`)) === null || _a === void 0 ? void 0 : _a.subscribe((config) => {
|
|
3391
3400
|
monkeyecxi18nConfigService.apply(config, environment);
|
|
3392
3401
|
monkeyecxLogsConfigService.apply(config, configBootstrap, environment, identifyCode);
|
|
3393
3402
|
monkeyEcxFeatureToggleService.apply(configSubject$, environment);
|
|
3394
|
-
|
|
3403
|
+
monkeyGTMConfigService.apply(config, environment);
|
|
3395
3404
|
monkeyEcxAlertsConfigService.apply(config);
|
|
3396
3405
|
monkeyStyleGuideSettingsService.bootstrap(`${url}/monkey-style-guide-settings.json`, internalValidations.bind(this, configBootstrap, callback, environment));
|
|
3397
3406
|
configSubject$.next(config);
|
|
@@ -3430,7 +3439,7 @@ class MonkeyEcxConfigService extends MonkeyEcxCommonsService {
|
|
|
3430
3439
|
return this.configBootstrapSubject$.asObservable();
|
|
3431
3440
|
}
|
|
3432
3441
|
}
|
|
3433
|
-
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:
|
|
3442
|
+
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 });
|
|
3434
3443
|
MonkeyEcxConfigService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxConfigService, providedIn: 'root' });
|
|
3435
3444
|
__decorate([
|
|
3436
3445
|
MonkeyEcxCoreService({
|
|
@@ -3447,7 +3456,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImpor
|
|
|
3447
3456
|
args: [{
|
|
3448
3457
|
providedIn: 'root'
|
|
3449
3458
|
}]
|
|
3450
|
-
}], ctorParameters: function () { return [{ type: MonkeyEcxService }, { type: MonkeyEcxi18nConfigService }, { type: MonkeyEcxLogsConfigService }, { type: i1.MonkeyStyleGuideSettingsService }, { type: MonkeyEcxServiceWorkerConfigService }, { type: MonkeyEcxSecurityConsoleConfigService }, { type: MonkeyEcxMaintenanceConfigService }, { type: MonkeyEcxErrorConfigService }, { type: MonkeyEcxFeatureToggleService }, { type:
|
|
3459
|
+
}], 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: [] } });
|
|
3451
3460
|
|
|
3452
3461
|
class MonkeyEcxTokenStorageService {
|
|
3453
3462
|
constructor(monkeyecxConfigService) {
|
|
@@ -4157,14 +4166,14 @@ class MonkeyEcxHttpErrorHandlingService extends MonkeyEcxCommonsService {
|
|
|
4157
4166
|
}
|
|
4158
4167
|
}
|
|
4159
4168
|
}
|
|
4160
|
-
MonkeyEcxHttpErrorHandlingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxHttpErrorHandlingService, deps: [{ token: MonkeyEcxService }, { token: MonkeyEcxTokenStorageService }, { token: MonkeyEcxAuthenticationService }, { token:
|
|
4169
|
+
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 });
|
|
4161
4170
|
MonkeyEcxHttpErrorHandlingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxHttpErrorHandlingService, providedIn: 'root' });
|
|
4162
4171
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxHttpErrorHandlingService, decorators: [{
|
|
4163
4172
|
type: Injectable,
|
|
4164
4173
|
args: [{
|
|
4165
4174
|
providedIn: 'root'
|
|
4166
4175
|
}]
|
|
4167
|
-
}], ctorParameters: function () { return [{ type: MonkeyEcxService }, { type: MonkeyEcxTokenStorageService }, { type: MonkeyEcxAuthenticationService }, { type:
|
|
4176
|
+
}], ctorParameters: function () { return [{ type: MonkeyEcxService }, { type: MonkeyEcxTokenStorageService }, { type: MonkeyEcxAuthenticationService }, { type: i2$2.Router }, { type: i1.MonkeyStyleGuideSnackbarService }, { type: i1$1.TranslateService }]; } });
|
|
4168
4177
|
|
|
4169
4178
|
class MonkeyEcxOthersErrorsHandlingService {
|
|
4170
4179
|
constructor(modalService) {
|
|
@@ -4671,14 +4680,14 @@ class MonkeyEcxDiscoveryParamsService {
|
|
|
4671
4680
|
return found;
|
|
4672
4681
|
}
|
|
4673
4682
|
}
|
|
4674
|
-
MonkeyEcxDiscoveryParamsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxDiscoveryParamsService, deps: [{ token:
|
|
4683
|
+
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 });
|
|
4675
4684
|
MonkeyEcxDiscoveryParamsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxDiscoveryParamsService, providedIn: 'root' });
|
|
4676
4685
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxDiscoveryParamsService, decorators: [{
|
|
4677
4686
|
type: Injectable,
|
|
4678
4687
|
args: [{
|
|
4679
4688
|
providedIn: 'root'
|
|
4680
4689
|
}]
|
|
4681
|
-
}], ctorParameters: function () { return [{ type:
|
|
4690
|
+
}], ctorParameters: function () { return [{ type: i2$2.Router }]; } });
|
|
4682
4691
|
|
|
4683
4692
|
class MonkeyEcxRequestScheduleService {
|
|
4684
4693
|
constructor(monkeyecxService, monkeyLoggedHandlingService) {
|
|
@@ -5311,7 +5320,7 @@ class MonkeyFrontCoreModule {
|
|
|
5311
5320
|
}
|
|
5312
5321
|
MonkeyFrontCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyFrontCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5313
5322
|
MonkeyFrontCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyFrontCoreModule, imports: [CommonModule,
|
|
5314
|
-
HttpClientModule, i1$1.TranslateModule, MonkeyEcxConfigModule, MonkeyEcxHttpConfigInterceptorModule, MonkeyEcxErrorHandlingModule, MonkeyStyleGuideModule, i1$
|
|
5323
|
+
HttpClientModule, i1$1.TranslateModule, MonkeyEcxConfigModule, MonkeyEcxHttpConfigInterceptorModule, MonkeyEcxErrorHandlingModule, MonkeyStyleGuideModule, i1$5.ServiceWorkerModule, ClosedToMaintenanceModule,
|
|
5315
5324
|
VersionChangedModule,
|
|
5316
5325
|
AlertsModule,
|
|
5317
5326
|
CurrencyConfigModule] });
|