monkey-front-core 0.0.33 → 0.0.34
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/README.md +24 -24
- package/bundles/monkey-front-core.umd.js +386 -359
- package/bundles/monkey-front-core.umd.js.map +1 -1
- package/esm2015/lib/components/closed-to-maintenance/closed-to-maintenance.component.js +4 -4
- package/esm2015/lib/components/closed-to-maintenance/closed-to-maintenance.module.js +5 -5
- package/esm2015/lib/components/closed-to-maintenance/index.js +1 -1
- package/esm2015/lib/components/progress-bar/index.js +1 -1
- package/esm2015/lib/components/progress-bar/progress-bar.component.js +4 -4
- package/esm2015/lib/components/progress-bar/progress-bar.module.js +5 -5
- package/esm2015/lib/components/progress-bar/progress-bar.service.js +4 -4
- package/esm2015/lib/components/version-changed/index.js +1 -1
- package/esm2015/lib/components/version-changed/version-changed.component.js +4 -4
- package/esm2015/lib/components/version-changed/version-changed.module.js +5 -5
- package/esm2015/lib/core/decorators/index.js +1 -1
- package/esm2015/lib/core/decorators/monkeyecx-decorators.js +1 -1
- package/esm2015/lib/core/decorators/monkeyecx-download-decorators.js +1 -1
- package/esm2015/lib/core/decorators/monkeyecx-upload-decorators.js +1 -1
- package/esm2015/lib/core/directives/index.js +1 -1
- package/esm2015/lib/core/directives/monkeyecx-directives-module.js +5 -5
- package/esm2015/lib/core/directives/monkeyecx-drag-drop.js +4 -4
- package/esm2015/lib/core/directives/monkeyecx-format-currency.js +4 -4
- package/esm2015/lib/core/directives/monkeyecx-format-upper.js +4 -4
- package/esm2015/lib/core/directives/monkeyecx-only-alpha-numeric-directive.js +4 -4
- package/esm2015/lib/core/directives/monkeyecx-only-number-directive.js +4 -4
- package/esm2015/lib/core/directives/monkeyecx-security-directive.js +4 -4
- package/esm2015/lib/core/directives/monkeyecx-tooltip-directive.js +4 -4
- package/esm2015/lib/core/index.js +1 -1
- package/esm2015/lib/core/interceptors/index.js +1 -1
- package/esm2015/lib/core/interceptors/monkeyecx-http-config-error.interceptor.js +4 -4
- package/esm2015/lib/core/interceptors/monkeyecx-http-config-header.interceptor.js +4 -4
- package/esm2015/lib/core/interceptors/monkeyecx-http-config-interceptor.module.js +5 -5
- package/esm2015/lib/core/interceptors/monkeyecx-http-config-loading-in-progress.interceptor.js +4 -4
- package/esm2015/lib/core/interceptors/monkeyecx-http-config-queue.interceptor.js +4 -4
- package/esm2015/lib/core/interfaces/index.js +1 -1
- package/esm2015/lib/core/interfaces/monkeyecx-auth-credentials.js +1 -1
- package/esm2015/lib/core/interfaces/monkeyecx-company.js +1 -1
- package/esm2015/lib/core/interfaces/monkeyecx-config-boostrap.js +1 -1
- package/esm2015/lib/core/interfaces/monkeyecx-config.js +1 -1
- package/esm2015/lib/core/interfaces/monkeyecx-error-response.js +1 -1
- package/esm2015/lib/core/interfaces/monkeyecx-handled-error-response.js +1 -1
- package/esm2015/lib/core/interfaces/monkeyecx-header-credentials.js +1 -1
- package/esm2015/lib/core/interfaces/monkeyecx-intercom-options.js +1 -1
- package/esm2015/lib/core/interfaces/monkeyecx-me-credentials.js +1 -1
- package/esm2015/lib/core/interfaces/monkeyecx-navigation.js +1 -1
- package/esm2015/lib/core/interfaces/monkeyecx-program.js +1 -1
- package/esm2015/lib/core/interfaces/monkeyecx-releases.js +1 -1
- package/esm2015/lib/core/interfaces/monkeyecx-request-in-progress.js +1 -1
- package/esm2015/lib/core/interfaces/monkeyecx-request-paged.js +1 -1
- package/esm2015/lib/core/interfaces/monkeyecx-response-paged.js +1 -1
- package/esm2015/lib/core/interfaces/monkeyecx-service-credentials.js +1 -1
- package/esm2015/lib/core/interfaces/monkeyecx-token-credentials.js +1 -1
- package/esm2015/lib/core/interfaces/monkeyecx-translate-options.js +1 -1
- package/esm2015/lib/core/interfaces/request-download/index.js +1 -1
- package/esm2015/lib/core/interfaces/request-download/monkeyecx-request-download.js +1 -1
- package/esm2015/lib/core/interfaces/request-download/monkeyecx-request-downloaded.js +1 -1
- package/esm2015/lib/core/interfaces/request-download/monkeyecx-request-item-download.js +1 -1
- package/esm2015/lib/core/interfaces/request-queue/index.js +1 -1
- package/esm2015/lib/core/interfaces/request-queue/monkeyecx-request-item-queue.js +1 -1
- package/esm2015/lib/core/interfaces/request-queue/monkeyecx-request-progress-queue.js +1 -1
- package/esm2015/lib/core/interfaces/request-queue/monkeyecx-request-queue.js +1 -1
- package/esm2015/lib/core/interfaces/request-upload/index.js +1 -1
- package/esm2015/lib/core/interfaces/request-upload/monkeyecx-request-item-upload.js +1 -1
- package/esm2015/lib/core/interfaces/request-upload/monkeyecx-request-upload.js +1 -1
- package/esm2015/lib/core/interfaces/schedules/index.js +1 -1
- package/esm2015/lib/core/interfaces/schedules/monkeyecx-request-schedule.js +1 -1
- package/esm2015/lib/core/model/index.js +1 -1
- package/esm2015/lib/core/model/monkeyecx-model.js +1 -1
- package/esm2015/lib/core/pipes/index.js +1 -1
- package/esm2015/lib/core/pipes/monkeyecx-display-first-name.js +4 -4
- package/esm2015/lib/core/pipes/monkeyecx-format-currency.js +4 -4
- package/esm2015/lib/core/pipes/monkeyecx-format-date-timelapse.js +4 -4
- package/esm2015/lib/core/pipes/monkeyecx-format-document.js +4 -4
- package/esm2015/lib/core/pipes/monkeyecx-format-number.js +4 -4
- package/esm2015/lib/core/pipes/monkeyecx-format-size.js +4 -4
- package/esm2015/lib/core/pipes/monkeyecx-format-type-document.js +4 -4
- package/esm2015/lib/core/pipes/monkeyecx-format-value.js +4 -4
- package/esm2015/lib/core/pipes/monkeyecx-format-zipcode.js +4 -4
- package/esm2015/lib/core/pipes/monkeyecx-pipes.module.js +5 -5
- package/esm2015/lib/core/pipes/monkeyecx-text-truncate.js +4 -4
- package/esm2015/lib/core/pipes/monkeyecx-truncate-qtd.js +4 -4
- package/esm2015/lib/core/services/auth/index.js +1 -1
- package/esm2015/lib/core/services/auth/monkeyecx-auth-guard-login.service.js +4 -4
- package/esm2015/lib/core/services/auth/monkeyecx-auth-guard.service.js +4 -4
- package/esm2015/lib/core/services/auth/monkeyecx-authentication.service.js +4 -4
- package/esm2015/lib/core/services/commons/index.js +1 -1
- package/esm2015/lib/core/services/commons/monkeyecx-commons.service.js +1 -1
- package/esm2015/lib/core/services/config/index.js +1 -1
- package/esm2015/lib/core/services/config/monkeyecx-config.module.js +5 -5
- package/esm2015/lib/core/services/config/monkeyecx-config.service.js +20 -15
- package/esm2015/lib/core/services/config/monkeyecx-error-config.service.js +85 -0
- package/esm2015/lib/core/services/config/monkeyecx-feature-toggle.service.js +14 -11
- package/esm2015/lib/core/services/config/monkeyecx-i18n-config.service.js +17 -11
- package/esm2015/lib/core/services/config/monkeyecx-logs-config.service.js +12 -10
- package/esm2015/lib/core/services/config/monkeyecx-maintenance-config.service.js +4 -4
- package/esm2015/lib/core/services/config/monkeyecx-security-console-config.service.js +4 -4
- package/esm2015/lib/core/services/config/monkeyecx-service-worker-config.service.js +4 -4
- package/esm2015/lib/core/services/error/index.js +1 -1
- package/esm2015/lib/core/services/error/monkeyecx-error-handling.module.js +5 -5
- package/esm2015/lib/core/services/error/monkeyecx-error-handling.service.js +4 -4
- package/esm2015/lib/core/services/error/monkeyecx-http-error-handling.service.js +4 -4
- package/esm2015/lib/core/services/error/monkeyecx-others-errors-handling.service.js +4 -4
- package/esm2015/lib/core/services/index.js +1 -1
- package/esm2015/lib/core/services/logged/index.js +1 -1
- package/esm2015/lib/core/services/logged/monkeyecx-logged-handling.service.js +4 -4
- package/esm2015/lib/core/services/monkeyecx-handling.service.js +4 -4
- package/esm2015/lib/core/services/monkeyecx-service.service.js +4 -4
- package/esm2015/lib/core/services/request-download/index.js +1 -1
- package/esm2015/lib/core/services/request-download/monkeyecx-request-download-handling.service.js +4 -4
- package/esm2015/lib/core/services/request-download/monkeyecx-request-downloaded-handling.service.js +4 -4
- package/esm2015/lib/core/services/request-paged/index.js +1 -1
- package/esm2015/lib/core/services/request-paged/monkeyecx-request-request-paged-handling.js +1 -1
- package/esm2015/lib/core/services/request-queue/index.js +1 -1
- package/esm2015/lib/core/services/request-queue/monkeyecx-request-queue-handling.service.js +4 -4
- package/esm2015/lib/core/services/request-queue/monkeyecx-request-queue-modal-handling.service.js +4 -4
- package/esm2015/lib/core/services/routes/index.js +1 -1
- package/esm2015/lib/core/services/routes/monkeyecx-dicovery-params.service.js +4 -4
- package/esm2015/lib/core/services/schedules/index.js +1 -1
- package/esm2015/lib/core/services/schedules/monkeyecx-request-schedule.service.js +4 -4
- package/esm2015/lib/core/services/storage/index.js +1 -1
- package/esm2015/lib/core/services/storage/monkeyecx-cookie-storage.service.js +16 -85
- package/esm2015/lib/core/services/storage/monkeyecx-token-storage.service.js +4 -4
- package/esm2015/lib/core/specification-search/index.js +1 -1
- package/esm2015/lib/core/specification-search/monkeyecx-specification-search.js +1 -1
- package/esm2015/lib/core/utils/decorators-utils.js +1 -1
- package/esm2015/lib/core/utils/index.js +1 -1
- package/esm2015/lib/core/utils/statics.js +1 -1
- package/esm2015/lib/core/utils/utils.js +1 -1
- package/esm2015/lib/core/utils/validate-utils.js +1 -1
- package/esm2015/lib/core/utils/validators.js +1 -1
- package/esm2015/lib/monkey-front-core.module.js +5 -5
- package/esm2015/public-api.js +1 -1
- package/fesm2015/monkey-front-core.js +375 -346
- package/fesm2015/monkey-front-core.js.map +1 -1
- package/lib/core/services/config/monkeyecx-config.service.d.ts +5 -1
- package/lib/core/services/config/monkeyecx-error-config.service.d.ts +8 -0
- package/lib/core/services/config/monkeyecx-feature-toggle.service.d.ts +4 -6
- package/lib/core/services/config/monkeyecx-i18n-config.service.d.ts +3 -1
- package/lib/core/services/storage/monkeyecx-cookie-storage.service.d.ts +6 -8
- package/monkey-front-core-0.0.34.tgz +0 -0
- package/package.json +2 -1
- package/monkey-front-core-0.0.33.tgz +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('monkey-style-guide'), require('@ngx-translate/core'), require('moment'), require('@angular/common'), require('@angular/router'), require('rxjs'), require('rxjs/operators'), require('@angular/forms'), require('@angular/common/http'), require('@angular/common/locales/global/pt'), require('@datadog/browser-rum'), require('@angular/service-worker'), require('launchdarkly-js-client-sdk')) :
|
|
3
|
-
typeof define === 'function' && define.amd ? define('monkey-front-core', ['exports', '@angular/core', 'monkey-style-guide', '@ngx-translate/core', 'moment', '@angular/common', '@angular/router', 'rxjs', 'rxjs/operators', '@angular/forms', '@angular/common/http', '@angular/common/locales/global/pt', '@datadog/browser-rum', '@angular/service-worker', 'launchdarkly-js-client-sdk'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["monkey-front-core"] = {}, global.ng.core, global["monkey-style-guide"], global["@ngx-translate/core"], global.moment, global.ng.common, global.ng.router, global.rxjs, global.rxjs.operators, global.ng.forms, global.ng.common.http, global.ng.common.locales.global.pt, global["@datadog/browser-rum"], global.ng.serviceWorker, global["launchdarkly-js-client-sdk"]));
|
|
5
|
-
})(this, (function (exports, i0, i1, i1$1, moment_, i1$2, i1$3, rxjs, operators, forms, i1$4, localePTBR, browserRum, i1$
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('monkey-style-guide'), require('@ngx-translate/core'), require('moment'), require('@angular/common'), require('@angular/router'), require('rxjs'), require('rxjs/operators'), require('@angular/forms'), require('@angular/common/http'), require('@angular/common/locales/global/pt'), require('ngx-cookie-service'), require('@datadog/browser-rum'), require('@angular/service-worker'), require('launchdarkly-js-client-sdk')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define('monkey-front-core', ['exports', '@angular/core', 'monkey-style-guide', '@ngx-translate/core', 'moment', '@angular/common', '@angular/router', 'rxjs', 'rxjs/operators', '@angular/forms', '@angular/common/http', '@angular/common/locales/global/pt', 'ngx-cookie-service', '@datadog/browser-rum', '@angular/service-worker', 'launchdarkly-js-client-sdk'], factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["monkey-front-core"] = {}, global.ng.core, global["monkey-style-guide"], global["@ngx-translate/core"], global.moment, global.ng.common, global.ng.router, global.rxjs, global.rxjs.operators, global.ng.forms, global.ng.common.http, global.ng.common.locales.global.pt, global["ngx-cookie-service"], global["@datadog/browser-rum"], global.ng.serviceWorker, global["launchdarkly-js-client-sdk"]));
|
|
5
|
+
})(this, (function (exports, i0, i1, i1$1, moment_, i1$2, i1$3, rxjs, operators, forms, i1$4, localePTBR, i1$5, browserRum, i1$6, launchdarklyJsClientSdk) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
8
8
|
|
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
var i1__namespace$4 = /*#__PURE__*/_interopNamespace(i1$4);
|
|
34
34
|
var localePTBR__default = /*#__PURE__*/_interopDefaultLegacy(localePTBR);
|
|
35
35
|
var i1__namespace$5 = /*#__PURE__*/_interopNamespace(i1$5);
|
|
36
|
+
var i1__namespace$6 = /*#__PURE__*/_interopNamespace(i1$6);
|
|
36
37
|
|
|
37
38
|
/* eslint-disable comma-dangle */
|
|
38
39
|
/* eslint-disable max-len */
|
|
@@ -285,9 +286,9 @@
|
|
|
285
286
|
};
|
|
286
287
|
return MonkeyEcxFormatDateTimelapsePipe;
|
|
287
288
|
}());
|
|
288
|
-
MonkeyEcxFormatDateTimelapsePipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
289
|
-
MonkeyEcxFormatDateTimelapsePipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.
|
|
290
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
289
|
+
MonkeyEcxFormatDateTimelapsePipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxFormatDateTimelapsePipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
|
|
290
|
+
MonkeyEcxFormatDateTimelapsePipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxFormatDateTimelapsePipe, name: "monkeyecxFormatDateTimelapse" });
|
|
291
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxFormatDateTimelapsePipe, decorators: [{
|
|
291
292
|
type: i0.Pipe,
|
|
292
293
|
args: [{
|
|
293
294
|
name: 'monkeyecxFormatDateTimelapse'
|
|
@@ -306,9 +307,9 @@
|
|
|
306
307
|
};
|
|
307
308
|
return ClosedToMaintenanceComponent;
|
|
308
309
|
}());
|
|
309
|
-
ClosedToMaintenanceComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
310
|
-
ClosedToMaintenanceComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
311
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
310
|
+
ClosedToMaintenanceComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClosedToMaintenanceComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
311
|
+
ClosedToMaintenanceComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.15", type: ClosedToMaintenanceComponent, selector: "monkeyecx-closed-to-maintenance", inputs: { config: "config", modalRef: "modalRef" }, ngImport: i0__namespace, template: "<monkey-modal [config]=\"config\" [modalRef]=\"modalRef\">\r\n <div class=\"d-flex flex-column justify-content-center align-items-center\">\r\n <span class=\"h2\">\r\n {{ 'SCREENS.CLOSED-TO-MAINTENANCE.TITLE' | translate }}\r\n </span>\r\n <span class=\"information-title mt-4\">\r\n {{ 'SCREENS.CLOSED-TO-MAINTENANCE.INFORMATION-1' | translate }}\r\n </span>\r\n <span class=\"information-title mt-4\">\r\n {{ 'SCREENS.CLOSED-TO-MAINTENANCE.INFORMATION-2' | translate }}\r\n </span>\r\n <span class=\"information mt-3\">\r\n {{ 'SCREENS.CLOSED-TO-MAINTENANCE.INFORMATION-3' | translate }}\r\n {{ _configBoostrap?.maintenance?.endDate | monkeyecxFormatDateTimelapse: true }}\r\n </span>\r\n <span class=\"information-title mt-4\">\r\n {{ 'SCREENS.CLOSED-TO-MAINTENANCE.INFORMATION-4' | translate }}\r\n </span>\r\n </div>\r\n <div class=\"d-flex flex-column justify-content-center align-items-center mt-5\">\r\n <monkey-button type=\"primary\" color=\"theme\" (click)=\"onClose()\">\r\n {{ 'SCREENS.CLOSED-TO-MAINTENANCE.BUTTONS.UPDATE-MAINTENANCE' | translate }}\r\n </monkey-button>\r\n </div>\r\n</monkey-modal>", styles: ["monkeyecx-closed-to-maintenance .body{padding:24px;width:100%}monkeyecx-closed-to-maintenance .information-title{font-style:normal;font-weight:600;font-size:25px;line-height:32px;display:flex;align-items:center;text-align:center;color:#4b4a53}monkeyecx-closed-to-maintenance .information{font-style:normal;font-weight:normal;font-size:20px;line-height:24px;display:flex;align-items:center;text-align:center;color:#4b4a53;max-width:600px}monkeyecx-closed-to-maintenance .browser-name{font-style:normal;font-weight:normal;font-size:16px;line-height:24px;text-align:center;color:#9c9ca6}monkeyecx-closed-to-maintenance .option{text-decoration:none;padding:4px;background:#eee;border:1px solid #d6d6d6;box-sizing:border-box;border-radius:16px}monkeyecx-closed-to-maintenance monkey-modal mecx-monkey-modal .body{margin-bottom:0!important}\n"], components: [{ type: i1__namespace.MonkeyModalComponent, selector: "monkey-modal", inputs: ["config", "modalRef", "onHandleConfirm"] }, { type: i1__namespace.MonkeyButtonComponent, selector: "monkey-button", inputs: ["label", "icon", "iconPosition", "type", "color", "disabled", "size"] }], pipes: { "translate": i1__namespace$1.TranslatePipe, "monkeyecxFormatDateTimelapse": MonkeyEcxFormatDateTimelapsePipe }, encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
312
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClosedToMaintenanceComponent, decorators: [{
|
|
312
313
|
type: i0.Component,
|
|
313
314
|
args: [{
|
|
314
315
|
selector: 'monkeyecx-closed-to-maintenance',
|
|
@@ -333,9 +334,9 @@
|
|
|
333
334
|
};
|
|
334
335
|
return MonkeyEcxFormatNumber;
|
|
335
336
|
}());
|
|
336
|
-
MonkeyEcxFormatNumber.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
337
|
-
MonkeyEcxFormatNumber.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.
|
|
338
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
337
|
+
MonkeyEcxFormatNumber.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxFormatNumber, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
|
|
338
|
+
MonkeyEcxFormatNumber.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxFormatNumber, name: "monkeyecxFormatNumber" });
|
|
339
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxFormatNumber, decorators: [{
|
|
339
340
|
type: i0.Pipe,
|
|
340
341
|
args: [{
|
|
341
342
|
name: 'monkeyecxFormatNumber'
|
|
@@ -353,9 +354,9 @@
|
|
|
353
354
|
};
|
|
354
355
|
return MonkeyEcxFormatValue;
|
|
355
356
|
}());
|
|
356
|
-
MonkeyEcxFormatValue.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
357
|
-
MonkeyEcxFormatValue.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.
|
|
358
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
357
|
+
MonkeyEcxFormatValue.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxFormatValue, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
|
|
358
|
+
MonkeyEcxFormatValue.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxFormatValue, name: "monkeyecxFormatValue" });
|
|
359
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxFormatValue, decorators: [{
|
|
359
360
|
type: i0.Pipe,
|
|
360
361
|
args: [{
|
|
361
362
|
name: 'monkeyecxFormatValue'
|
|
@@ -373,9 +374,9 @@
|
|
|
373
374
|
};
|
|
374
375
|
return MonkeyEcxFormatDocumentPipe;
|
|
375
376
|
}());
|
|
376
|
-
MonkeyEcxFormatDocumentPipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
377
|
-
MonkeyEcxFormatDocumentPipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.
|
|
378
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
377
|
+
MonkeyEcxFormatDocumentPipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxFormatDocumentPipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
|
|
378
|
+
MonkeyEcxFormatDocumentPipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxFormatDocumentPipe, name: "monkeyecxFormatDocument" });
|
|
379
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxFormatDocumentPipe, decorators: [{
|
|
379
380
|
type: i0.Pipe,
|
|
380
381
|
args: [{
|
|
381
382
|
name: 'monkeyecxFormatDocument'
|
|
@@ -393,9 +394,9 @@
|
|
|
393
394
|
};
|
|
394
395
|
return MonkeyEcxDisplayFirstNamePipe;
|
|
395
396
|
}());
|
|
396
|
-
MonkeyEcxDisplayFirstNamePipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
397
|
-
MonkeyEcxDisplayFirstNamePipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.
|
|
398
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
397
|
+
MonkeyEcxDisplayFirstNamePipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxDisplayFirstNamePipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
|
|
398
|
+
MonkeyEcxDisplayFirstNamePipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxDisplayFirstNamePipe, name: "monkeyecxDisplayFirstName" });
|
|
399
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxDisplayFirstNamePipe, decorators: [{
|
|
399
400
|
type: i0.Pipe,
|
|
400
401
|
args: [{
|
|
401
402
|
name: 'monkeyecxDisplayFirstName'
|
|
@@ -414,9 +415,9 @@
|
|
|
414
415
|
};
|
|
415
416
|
return MonkeyEcxFormatSizePipe;
|
|
416
417
|
}());
|
|
417
|
-
MonkeyEcxFormatSizePipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
418
|
-
MonkeyEcxFormatSizePipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.
|
|
419
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
418
|
+
MonkeyEcxFormatSizePipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxFormatSizePipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
|
|
419
|
+
MonkeyEcxFormatSizePipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxFormatSizePipe, name: "monkeyecxFormatSize" });
|
|
420
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxFormatSizePipe, decorators: [{
|
|
420
421
|
type: i0.Pipe,
|
|
421
422
|
args: [{
|
|
422
423
|
name: 'monkeyecxFormatSize'
|
|
@@ -442,9 +443,9 @@
|
|
|
442
443
|
};
|
|
443
444
|
return MonkeyEcxFormatCurrencyPipe;
|
|
444
445
|
}());
|
|
445
|
-
MonkeyEcxFormatCurrencyPipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
446
|
-
MonkeyEcxFormatCurrencyPipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.
|
|
447
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
446
|
+
MonkeyEcxFormatCurrencyPipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxFormatCurrencyPipe, deps: [{ token: i0__namespace.Injector }, { token: i1__namespace$2.CurrencyPipe }], target: i0__namespace.ɵɵFactoryTarget.Pipe });
|
|
447
|
+
MonkeyEcxFormatCurrencyPipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxFormatCurrencyPipe, name: "monkeyecxFormatCurrency" });
|
|
448
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxFormatCurrencyPipe, decorators: [{
|
|
448
449
|
type: i0.Pipe,
|
|
449
450
|
args: [{
|
|
450
451
|
name: 'monkeyecxFormatCurrency'
|
|
@@ -462,9 +463,9 @@
|
|
|
462
463
|
};
|
|
463
464
|
return MonkeyEcxFormatZipCodePipe;
|
|
464
465
|
}());
|
|
465
|
-
MonkeyEcxFormatZipCodePipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
466
|
-
MonkeyEcxFormatZipCodePipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.
|
|
467
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
466
|
+
MonkeyEcxFormatZipCodePipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxFormatZipCodePipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
|
|
467
|
+
MonkeyEcxFormatZipCodePipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxFormatZipCodePipe, name: "monkeyecxFormatZipCode" });
|
|
468
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxFormatZipCodePipe, decorators: [{
|
|
468
469
|
type: i0.Pipe,
|
|
469
470
|
args: [{
|
|
470
471
|
name: 'monkeyecxFormatZipCode'
|
|
@@ -488,9 +489,9 @@
|
|
|
488
489
|
};
|
|
489
490
|
return MonkeyEcxTextTruncatePipe;
|
|
490
491
|
}());
|
|
491
|
-
MonkeyEcxTextTruncatePipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
492
|
-
MonkeyEcxTextTruncatePipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.
|
|
493
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
492
|
+
MonkeyEcxTextTruncatePipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxTextTruncatePipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
|
|
493
|
+
MonkeyEcxTextTruncatePipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxTextTruncatePipe, name: "monkeyecxTextTruncate" });
|
|
494
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxTextTruncatePipe, decorators: [{
|
|
494
495
|
type: i0.Pipe,
|
|
495
496
|
args: [{
|
|
496
497
|
name: 'monkeyecxTextTruncate'
|
|
@@ -508,9 +509,9 @@
|
|
|
508
509
|
};
|
|
509
510
|
return MonkeyEcxDocumentTypePipe;
|
|
510
511
|
}());
|
|
511
|
-
MonkeyEcxDocumentTypePipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
512
|
-
MonkeyEcxDocumentTypePipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.
|
|
513
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
512
|
+
MonkeyEcxDocumentTypePipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxDocumentTypePipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
|
|
513
|
+
MonkeyEcxDocumentTypePipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxDocumentTypePipe, name: "monkeyecxDocumentType" });
|
|
514
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxDocumentTypePipe, decorators: [{
|
|
514
515
|
type: i0.Pipe,
|
|
515
516
|
args: [{
|
|
516
517
|
name: 'monkeyecxDocumentType'
|
|
@@ -525,9 +526,9 @@
|
|
|
525
526
|
};
|
|
526
527
|
return MonkeyEcxTruncateQtdPipe;
|
|
527
528
|
}());
|
|
528
|
-
MonkeyEcxTruncateQtdPipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
529
|
-
MonkeyEcxTruncateQtdPipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.
|
|
530
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
529
|
+
MonkeyEcxTruncateQtdPipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxTruncateQtdPipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
|
|
530
|
+
MonkeyEcxTruncateQtdPipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxTruncateQtdPipe, name: "monkeyecxTruncateQtd" });
|
|
531
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxTruncateQtdPipe, decorators: [{
|
|
531
532
|
type: i0.Pipe,
|
|
532
533
|
args: [{
|
|
533
534
|
name: 'monkeyecxTruncateQtd'
|
|
@@ -539,8 +540,8 @@
|
|
|
539
540
|
}
|
|
540
541
|
return MonkeyEcxPipesModule;
|
|
541
542
|
}());
|
|
542
|
-
MonkeyEcxPipesModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
543
|
-
MonkeyEcxPipesModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
|
543
|
+
MonkeyEcxPipesModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxPipesModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
544
|
+
MonkeyEcxPipesModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxPipesModule, declarations: [MonkeyEcxFormatDocumentPipe,
|
|
544
545
|
MonkeyEcxFormatDateTimelapsePipe,
|
|
545
546
|
MonkeyEcxDisplayFirstNamePipe,
|
|
546
547
|
MonkeyEcxFormatSizePipe,
|
|
@@ -561,8 +562,8 @@
|
|
|
561
562
|
MonkeyEcxTextTruncatePipe,
|
|
562
563
|
MonkeyEcxTruncateQtdPipe,
|
|
563
564
|
MonkeyEcxDocumentTypePipe] });
|
|
564
|
-
MonkeyEcxPipesModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
|
565
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
565
|
+
MonkeyEcxPipesModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxPipesModule, providers: [i1$2.CurrencyPipe] });
|
|
566
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxPipesModule, decorators: [{
|
|
566
567
|
type: i0.NgModule,
|
|
567
568
|
args: [{
|
|
568
569
|
declarations: [
|
|
@@ -600,14 +601,14 @@
|
|
|
600
601
|
}
|
|
601
602
|
return ClosedToMaintenanceModule;
|
|
602
603
|
}());
|
|
603
|
-
ClosedToMaintenanceModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
604
|
-
ClosedToMaintenanceModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
|
604
|
+
ClosedToMaintenanceModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClosedToMaintenanceModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
605
|
+
ClosedToMaintenanceModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClosedToMaintenanceModule, declarations: [ClosedToMaintenanceComponent], imports: [i1$2.CommonModule,
|
|
605
606
|
i1.MonkeyButtonModule,
|
|
606
607
|
i1.MonkeyIconModule,
|
|
607
608
|
i1.MonkeyInputModule,
|
|
608
609
|
i1.MonkeyModalModule,
|
|
609
610
|
MonkeyEcxPipesModule, i1__namespace$1.TranslateModule], exports: [ClosedToMaintenanceComponent] });
|
|
610
|
-
ClosedToMaintenanceModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
|
611
|
+
ClosedToMaintenanceModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClosedToMaintenanceModule, imports: [[
|
|
611
612
|
i1$2.CommonModule,
|
|
612
613
|
i1.MonkeyButtonModule,
|
|
613
614
|
i1.MonkeyIconModule,
|
|
@@ -616,7 +617,7 @@
|
|
|
616
617
|
MonkeyEcxPipesModule,
|
|
617
618
|
i1$1.TranslateModule.forChild()
|
|
618
619
|
]] });
|
|
619
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
620
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClosedToMaintenanceModule, decorators: [{
|
|
620
621
|
type: i0.NgModule,
|
|
621
622
|
args: [{
|
|
622
623
|
declarations: [ClosedToMaintenanceComponent],
|
|
@@ -669,9 +670,9 @@
|
|
|
669
670
|
};
|
|
670
671
|
return MonkeyEcxProgressBarService;
|
|
671
672
|
}());
|
|
672
|
-
MonkeyEcxProgressBarService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
673
|
-
MonkeyEcxProgressBarService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
674
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
673
|
+
MonkeyEcxProgressBarService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxProgressBarService, deps: [{ token: i1__namespace$3.Router }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
674
|
+
MonkeyEcxProgressBarService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxProgressBarService, providedIn: 'root' });
|
|
675
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxProgressBarService, decorators: [{
|
|
675
676
|
type: i0.Injectable,
|
|
676
677
|
args: [{
|
|
677
678
|
providedIn: 'root'
|
|
@@ -692,9 +693,9 @@
|
|
|
692
693
|
};
|
|
693
694
|
return MonkeyEcxProgressBarComponent;
|
|
694
695
|
}());
|
|
695
|
-
MonkeyEcxProgressBarComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
696
|
-
MonkeyEcxProgressBarComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
697
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
696
|
+
MonkeyEcxProgressBarComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxProgressBarComponent, deps: [{ token: MonkeyEcxProgressBarService }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
697
|
+
MonkeyEcxProgressBarComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.15", type: MonkeyEcxProgressBarComponent, selector: "monkeyecx-progress-bar", ngImport: i0__namespace, template: "<ng-container *ngIf=\"visible\">\r\n <progress class=\"monkey-progress monkey-progress__theme\"></progress>\r\n</ng-container>\r\n", styles: ["monkeyecx-progress-bar{position:absolute;width:100%;margin-top:-9.5px;z-index:99998}\n"], directives: [{ type: i1__namespace$2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
698
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxProgressBarComponent, decorators: [{
|
|
698
699
|
type: i0.Component,
|
|
699
700
|
args: [{
|
|
700
701
|
selector: 'monkeyecx-progress-bar',
|
|
@@ -709,10 +710,10 @@
|
|
|
709
710
|
}
|
|
710
711
|
return MonkeyEcxProgressBarModule;
|
|
711
712
|
}());
|
|
712
|
-
MonkeyEcxProgressBarModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
713
|
-
MonkeyEcxProgressBarModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
|
714
|
-
MonkeyEcxProgressBarModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
|
715
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
713
|
+
MonkeyEcxProgressBarModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxProgressBarModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
714
|
+
MonkeyEcxProgressBarModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxProgressBarModule, declarations: [MonkeyEcxProgressBarComponent], imports: [i1$2.CommonModule], exports: [MonkeyEcxProgressBarComponent] });
|
|
715
|
+
MonkeyEcxProgressBarModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxProgressBarModule, imports: [[i1$2.CommonModule]] });
|
|
716
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxProgressBarModule, decorators: [{
|
|
716
717
|
type: i0.NgModule,
|
|
717
718
|
args: [{
|
|
718
719
|
declarations: [MonkeyEcxProgressBarComponent],
|
|
@@ -729,9 +730,9 @@
|
|
|
729
730
|
};
|
|
730
731
|
return VersionChangedComponent;
|
|
731
732
|
}());
|
|
732
|
-
VersionChangedComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
733
|
-
VersionChangedComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
734
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
733
|
+
VersionChangedComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VersionChangedComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
734
|
+
VersionChangedComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.15", type: VersionChangedComponent, selector: "monkeyecx-version-changed", inputs: { config: "config", modalRef: "modalRef" }, ngImport: i0__namespace, template: "<monkey-modal [config]=\"config\" [modalRef]=\"modalRef\">\r\n <div class=\"d-flex flex-column justify-content-center align-items-center\">\r\n <span class=\"h2\">\r\n {{ 'SCREENS.VERSION-CHANGED.TITLE' | translate }}\r\n </span>\r\n <span class=\"information-title mt-4\">\r\n {{ 'SCREENS.VERSION-CHANGED.INFORMATION-1' | translate }}\r\n </span>\r\n <span class=\"information mt-3\">\r\n {{ 'SCREENS.VERSION-CHANGED.INFORMATION-2' | translate }}\r\n </span>\r\n </div>\r\n <div class=\"d-flex flex-column justify-content-center align-items-center mt-5\">\r\n <monkey-button type=\"primary\" color=\"theme\" (click)=\"onClose()\">\r\n {{ 'SCREENS.VERSION-CHANGED.BUTTONS.UPDATE-VERSION' | translate }}\r\n </monkey-button>\r\n </div>\r\n</monkey-modal>", styles: ["monkeyecx-version-changed .body{padding:24px;width:100%}monkeyecx-version-changed .information-title{font-style:normal;font-weight:600;font-size:25px;line-height:32px;display:flex;align-items:center;text-align:center;color:#4b4a53;max-width:600px}monkeyecx-version-changed .information{font-style:normal;font-weight:normal;font-size:20px;line-height:24px;display:flex;align-items:center;text-align:center;color:#4b4a53;max-width:600px}monkeyecx-version-changed .browser-name{font-style:normal;font-weight:normal;font-size:16px;line-height:24px;text-align:center;color:#9c9ca6}monkeyecx-version-changed .option{text-decoration:none;padding:4px;background:#eee;border:1px solid #d6d6d6;box-sizing:border-box;border-radius:16px}monkeyecx-version-changed monkey-modal mecx-monkey-modal .body{margin-bottom:0!important}\n"], components: [{ type: i1__namespace.MonkeyModalComponent, selector: "monkey-modal", inputs: ["config", "modalRef", "onHandleConfirm"] }, { type: i1__namespace.MonkeyButtonComponent, selector: "monkey-button", inputs: ["label", "icon", "iconPosition", "type", "color", "disabled", "size"] }], pipes: { "translate": i1__namespace$1.TranslatePipe }, encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
735
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VersionChangedComponent, decorators: [{
|
|
735
736
|
type: i0.Component,
|
|
736
737
|
args: [{
|
|
737
738
|
selector: 'monkeyecx-version-changed',
|
|
@@ -750,13 +751,13 @@
|
|
|
750
751
|
}
|
|
751
752
|
return VersionChangedModule;
|
|
752
753
|
}());
|
|
753
|
-
VersionChangedModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
754
|
-
VersionChangedModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
|
754
|
+
VersionChangedModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VersionChangedModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
755
|
+
VersionChangedModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VersionChangedModule, declarations: [VersionChangedComponent], imports: [i1$2.CommonModule,
|
|
755
756
|
i1.MonkeyButtonModule,
|
|
756
757
|
i1.MonkeyIconModule,
|
|
757
758
|
i1.MonkeyInputModule,
|
|
758
759
|
i1.MonkeyModalModule, i1__namespace$1.TranslateModule], exports: [VersionChangedComponent] });
|
|
759
|
-
VersionChangedModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
|
760
|
+
VersionChangedModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VersionChangedModule, imports: [[
|
|
760
761
|
i1$2.CommonModule,
|
|
761
762
|
i1.MonkeyButtonModule,
|
|
762
763
|
i1.MonkeyIconModule,
|
|
@@ -764,7 +765,7 @@
|
|
|
764
765
|
i1.MonkeyModalModule,
|
|
765
766
|
i1$1.TranslateModule.forChild()
|
|
766
767
|
]] });
|
|
767
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
768
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VersionChangedModule, decorators: [{
|
|
768
769
|
type: i0.NgModule,
|
|
769
770
|
args: [{
|
|
770
771
|
declarations: [VersionChangedComponent],
|
|
@@ -1851,9 +1852,9 @@
|
|
|
1851
1852
|
};
|
|
1852
1853
|
return MonkeyEcxDragDropDirective;
|
|
1853
1854
|
}());
|
|
1854
|
-
MonkeyEcxDragDropDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
1855
|
-
MonkeyEcxDragDropDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.
|
|
1856
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
1855
|
+
MonkeyEcxDragDropDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxDragDropDirective, deps: [], target: i0__namespace.ɵɵFactoryTarget.Directive });
|
|
1856
|
+
MonkeyEcxDragDropDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.15", type: MonkeyEcxDragDropDirective, selector: "[monkeyecxDragDrop]", outputs: { onFileDropped: "onFileDropped" }, host: { listeners: { "dragover": "onDragOver($event)", "dragleave": "onDragLeave($event)", "drop": "ondrop($event)" }, properties: { "style.background-color": "this.background", "style.opacity": "this.opacity" } }, ngImport: i0__namespace });
|
|
1857
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxDragDropDirective, decorators: [{
|
|
1857
1858
|
type: i0.Directive,
|
|
1858
1859
|
args: [{
|
|
1859
1860
|
selector: '[monkeyecxDragDrop]'
|
|
@@ -1905,9 +1906,9 @@
|
|
|
1905
1906
|
};
|
|
1906
1907
|
return MonkeyEcxFormatCurrency;
|
|
1907
1908
|
}());
|
|
1908
|
-
MonkeyEcxFormatCurrency.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
1909
|
-
MonkeyEcxFormatCurrency.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.
|
|
1910
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
1909
|
+
MonkeyEcxFormatCurrency.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxFormatCurrency, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.Injector }], target: i0__namespace.ɵɵFactoryTarget.Directive });
|
|
1910
|
+
MonkeyEcxFormatCurrency.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.15", type: MonkeyEcxFormatCurrency, selector: "[monkeyecxFormatCurrency]", host: { listeners: { "input": "onInput($event.target.value)" } }, providers: [i1$2.CurrencyPipe], ngImport: i0__namespace });
|
|
1911
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxFormatCurrency, decorators: [{
|
|
1911
1912
|
type: i0.Directive,
|
|
1912
1913
|
args: [{
|
|
1913
1914
|
selector: '[monkeyecxFormatCurrency]',
|
|
@@ -1947,8 +1948,8 @@
|
|
|
1947
1948
|
};
|
|
1948
1949
|
return MonkeyEcxFormatUpper;
|
|
1949
1950
|
}());
|
|
1950
|
-
MonkeyEcxFormatUpper.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
1951
|
-
MonkeyEcxFormatUpper.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.
|
|
1951
|
+
MonkeyEcxFormatUpper.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxFormatUpper, deps: [{ token: i0__namespace.ElementRef, self: true }, { token: i0__namespace.Renderer2 }], target: i0__namespace.ɵɵFactoryTarget.Directive });
|
|
1952
|
+
MonkeyEcxFormatUpper.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.15", type: MonkeyEcxFormatUpper, selector: "[monkeyecxFormatUpper]", host: { listeners: { "keyup": "onKeyDown($event)", "blur": "onBlur($event)" } }, providers: [
|
|
1952
1953
|
{
|
|
1953
1954
|
provide: forms.NG_VALUE_ACCESSOR,
|
|
1954
1955
|
useExisting: i0.forwardRef(function () {
|
|
@@ -1958,7 +1959,7 @@
|
|
|
1958
1959
|
multi: true
|
|
1959
1960
|
}
|
|
1960
1961
|
], ngImport: i0__namespace });
|
|
1961
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
1962
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxFormatUpper, decorators: [{
|
|
1962
1963
|
type: i0.Directive,
|
|
1963
1964
|
args: [{
|
|
1964
1965
|
selector: '[monkeyecxFormatUpper]',
|
|
@@ -1999,9 +2000,9 @@
|
|
|
1999
2000
|
};
|
|
2000
2001
|
return MonkeyEcxOnlyAlphaNumericDirective;
|
|
2001
2002
|
}());
|
|
2002
|
-
MonkeyEcxOnlyAlphaNumericDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
2003
|
-
MonkeyEcxOnlyAlphaNumericDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.
|
|
2004
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
2003
|
+
MonkeyEcxOnlyAlphaNumericDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxOnlyAlphaNumericDirective, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Directive });
|
|
2004
|
+
MonkeyEcxOnlyAlphaNumericDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.15", type: MonkeyEcxOnlyAlphaNumericDirective, selector: "[monkeyecxOnlyAlphaNumeric]", host: { listeners: { "input": "onInputChange($event)" } }, ngImport: i0__namespace });
|
|
2005
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxOnlyAlphaNumericDirective, decorators: [{
|
|
2005
2006
|
type: i0.Directive,
|
|
2006
2007
|
args: [{
|
|
2007
2008
|
selector: '[monkeyecxOnlyAlphaNumeric]'
|
|
@@ -2025,9 +2026,9 @@
|
|
|
2025
2026
|
};
|
|
2026
2027
|
return MonkeyEcxOnlyNumbersDirective;
|
|
2027
2028
|
}());
|
|
2028
|
-
MonkeyEcxOnlyNumbersDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
2029
|
-
MonkeyEcxOnlyNumbersDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.
|
|
2030
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
2029
|
+
MonkeyEcxOnlyNumbersDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxOnlyNumbersDirective, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Directive });
|
|
2030
|
+
MonkeyEcxOnlyNumbersDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.15", type: MonkeyEcxOnlyNumbersDirective, selector: "[monkeyecxOnlyNumbers]", host: { listeners: { "input": "onInputChange($event)" } }, ngImport: i0__namespace });
|
|
2031
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxOnlyNumbersDirective, decorators: [{
|
|
2031
2032
|
type: i0.Directive,
|
|
2032
2033
|
args: [{
|
|
2033
2034
|
selector: '[monkeyecxOnlyNumbers]'
|
|
@@ -2343,9 +2344,9 @@
|
|
|
2343
2344
|
};
|
|
2344
2345
|
return MonkeyEcxHandlingService;
|
|
2345
2346
|
}());
|
|
2346
|
-
MonkeyEcxHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
2347
|
-
MonkeyEcxHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
2348
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
2347
|
+
MonkeyEcxHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxHandlingService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
2348
|
+
MonkeyEcxHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxHandlingService, providedIn: 'root' });
|
|
2349
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxHandlingService, decorators: [{
|
|
2349
2350
|
type: i0.Injectable,
|
|
2350
2351
|
args: [{
|
|
2351
2352
|
providedIn: 'root'
|
|
@@ -2451,9 +2452,9 @@
|
|
|
2451
2452
|
};
|
|
2452
2453
|
return MonkeyEcxService;
|
|
2453
2454
|
}());
|
|
2454
|
-
MonkeyEcxService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
2455
|
-
MonkeyEcxService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
2456
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
2455
|
+
MonkeyEcxService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxService, deps: [{ token: i1__namespace$4.HttpClient }, { token: MonkeyEcxHandlingService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
2456
|
+
MonkeyEcxService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxService, providedIn: 'root' });
|
|
2457
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxService, decorators: [{
|
|
2457
2458
|
type: i0.Injectable,
|
|
2458
2459
|
args: [{
|
|
2459
2460
|
providedIn: 'root'
|
|
@@ -2462,109 +2463,122 @@
|
|
|
2462
2463
|
|
|
2463
2464
|
/* eslint-disable object-curly-newline */
|
|
2464
2465
|
var MonkeyEcxCookieStorageService = /** @class */ (function () {
|
|
2465
|
-
function MonkeyEcxCookieStorageService(
|
|
2466
|
-
this.
|
|
2466
|
+
function MonkeyEcxCookieStorageService(cookieService) {
|
|
2467
|
+
this.cookieService = cookieService;
|
|
2467
2468
|
// not to do
|
|
2468
2469
|
}
|
|
2469
|
-
MonkeyEcxCookieStorageService.prototype.
|
|
2470
|
-
|
|
2471
|
-
|
|
2470
|
+
MonkeyEcxCookieStorageService.prototype.setCookie = function (name, value) {
|
|
2471
|
+
this.removeCookie(name);
|
|
2472
|
+
this.cookieService.set(name, value, null, '/', '', true, 'None');
|
|
2472
2473
|
};
|
|
2473
|
-
MonkeyEcxCookieStorageService.prototype.
|
|
2474
|
-
|
|
2475
|
-
return decodeURIComponent(encodedURIComponent);
|
|
2476
|
-
}
|
|
2477
|
-
catch (_a) {
|
|
2478
|
-
return encodedURIComponent;
|
|
2479
|
-
}
|
|
2474
|
+
MonkeyEcxCookieStorageService.prototype.getCookie = function (name) {
|
|
2475
|
+
return this.cookieService.get(name);
|
|
2480
2476
|
};
|
|
2481
|
-
MonkeyEcxCookieStorageService.prototype.
|
|
2482
|
-
name
|
|
2483
|
-
var regExp = this.getCookieRegExp(name);
|
|
2484
|
-
return regExp.test(this.document.cookie);
|
|
2485
|
-
};
|
|
2486
|
-
MonkeyEcxCookieStorageService.prototype.set = function (name, value, expiresOrOptions, path, domain, secure, sameSite) {
|
|
2487
|
-
if (typeof expiresOrOptions === 'number' ||
|
|
2488
|
-
expiresOrOptions instanceof Date ||
|
|
2489
|
-
path ||
|
|
2490
|
-
domain ||
|
|
2491
|
-
secure ||
|
|
2492
|
-
sameSite) {
|
|
2493
|
-
var optionsBody = {
|
|
2494
|
-
expires: expiresOrOptions,
|
|
2495
|
-
path: path,
|
|
2496
|
-
domain: domain,
|
|
2497
|
-
secure: secure,
|
|
2498
|
-
sameSite: sameSite || 'Lax'
|
|
2499
|
-
};
|
|
2500
|
-
this.set(name, value, optionsBody);
|
|
2501
|
-
return;
|
|
2502
|
-
}
|
|
2503
|
-
var cookieString = encodeURIComponent(name) + "=" + encodeURIComponent(value) + ";";
|
|
2504
|
-
var options = expiresOrOptions || {};
|
|
2505
|
-
if (options.expires) {
|
|
2506
|
-
if (typeof options.expires === 'number') {
|
|
2507
|
-
var dateExpires = new Date(new Date().getTime() + options.expires * 1000 * 60 * 60 * 24);
|
|
2508
|
-
cookieString += "expires=" + dateExpires.toUTCString() + ";";
|
|
2509
|
-
}
|
|
2510
|
-
else {
|
|
2511
|
-
cookieString += "expires=" + options.expires.toUTCString() + ";";
|
|
2512
|
-
}
|
|
2513
|
-
}
|
|
2514
|
-
if (options.path) {
|
|
2515
|
-
cookieString += "path=" + options.path + ";";
|
|
2516
|
-
}
|
|
2517
|
-
if (options.domain) {
|
|
2518
|
-
cookieString += "domain=" + options.domain + ";";
|
|
2519
|
-
}
|
|
2520
|
-
if (options.secure === false && options.sameSite === 'None') {
|
|
2521
|
-
options.secure = true;
|
|
2522
|
-
}
|
|
2523
|
-
if (options.secure) {
|
|
2524
|
-
cookieString += 'secure;';
|
|
2525
|
-
}
|
|
2526
|
-
if (!options.sameSite) {
|
|
2527
|
-
options.sameSite = 'Lax';
|
|
2528
|
-
}
|
|
2529
|
-
cookieString += "sameSite=" + options.sameSite + ";";
|
|
2530
|
-
this.document.cookie = cookieString;
|
|
2531
|
-
};
|
|
2532
|
-
MonkeyEcxCookieStorageService.prototype.get = function (name) {
|
|
2533
|
-
if (this.check(name)) {
|
|
2534
|
-
name = encodeURIComponent(name);
|
|
2535
|
-
var regExp = this.getCookieRegExp(name);
|
|
2536
|
-
var result = regExp.exec(this.document.cookie);
|
|
2537
|
-
return result[1] ? this.safeDecodeURIComponent(result[1]) : '';
|
|
2538
|
-
}
|
|
2539
|
-
return '';
|
|
2540
|
-
};
|
|
2541
|
-
MonkeyEcxCookieStorageService.prototype.remove = function (name, path, domain, secure, sameSite) {
|
|
2542
|
-
if (sameSite === void 0) { sameSite = 'Lax'; }
|
|
2543
|
-
var expiresDate = new Date('Thu, 01 Jan 1970 00:00:01 GMT');
|
|
2544
|
-
this.set(name, '', { expires: expiresDate, path: path, domain: domain, secure: secure, sameSite: sameSite });
|
|
2477
|
+
MonkeyEcxCookieStorageService.prototype.removeCookie = function (name) {
|
|
2478
|
+
this.cookieService.delete(name, '/');
|
|
2545
2479
|
};
|
|
2546
2480
|
return MonkeyEcxCookieStorageService;
|
|
2547
2481
|
}());
|
|
2548
|
-
MonkeyEcxCookieStorageService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
2549
|
-
MonkeyEcxCookieStorageService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
2550
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
2482
|
+
MonkeyEcxCookieStorageService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxCookieStorageService, deps: [{ token: i1__namespace$5.CookieService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
2483
|
+
MonkeyEcxCookieStorageService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxCookieStorageService, providedIn: 'root' });
|
|
2484
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxCookieStorageService, decorators: [{
|
|
2551
2485
|
type: i0.Injectable,
|
|
2552
2486
|
args: [{
|
|
2553
2487
|
providedIn: 'root'
|
|
2554
2488
|
}]
|
|
2555
|
-
}], ctorParameters: function () {
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2489
|
+
}], ctorParameters: function () { return [{ type: i1__namespace$5.CookieService }]; } });
|
|
2490
|
+
|
|
2491
|
+
var window$1;
|
|
2492
|
+
var text = {
|
|
2493
|
+
i18n: {
|
|
2494
|
+
title: 'We have an quick update for you',
|
|
2495
|
+
message: 'Click anywhere here to reload your locale'
|
|
2496
|
+
},
|
|
2497
|
+
theme: {
|
|
2498
|
+
title: 'We have an quick update for you',
|
|
2499
|
+
message: 'Click anywhere here to reload your theme'
|
|
2500
|
+
}
|
|
2501
|
+
};
|
|
2502
|
+
var MonkeyEcxErrorConfigService = /** @class */ (function () {
|
|
2503
|
+
function MonkeyEcxErrorConfigService() {
|
|
2504
|
+
// not to do
|
|
2505
|
+
}
|
|
2506
|
+
MonkeyEcxErrorConfigService.prototype.enableSupport = function () {
|
|
2507
|
+
window$1.zE('webWidget', 'updateSettings', {
|
|
2508
|
+
webWidget: {
|
|
2509
|
+
color: {
|
|
2510
|
+
theme: '#0273E8',
|
|
2511
|
+
launcherText: '#fff',
|
|
2512
|
+
header: '#0273E8',
|
|
2513
|
+
button: '#0273E8'
|
|
2514
|
+
},
|
|
2515
|
+
zIndex: 99,
|
|
2516
|
+
offset: {
|
|
2517
|
+
horizontal: '1px',
|
|
2518
|
+
vertical: '20px'
|
|
2519
|
+
},
|
|
2520
|
+
mobile: {
|
|
2521
|
+
labelVisible: true
|
|
2522
|
+
},
|
|
2523
|
+
launcher: {
|
|
2524
|
+
mobile: {
|
|
2525
|
+
labelVisible: true
|
|
2526
|
+
}
|
|
2527
|
+
}
|
|
2528
|
+
}
|
|
2529
|
+
});
|
|
2530
|
+
window$1.zE('webWidget', 'setLocale', 'en-US');
|
|
2531
|
+
window$1.zE('webWidget', 'show');
|
|
2532
|
+
};
|
|
2533
|
+
MonkeyEcxErrorConfigService.prototype.apply = function (type) {
|
|
2534
|
+
var _a = text[type], title = _a.title, message = _a.message;
|
|
2535
|
+
var element = document.createElement('div');
|
|
2536
|
+
element.id = 'monkeyecx-information';
|
|
2537
|
+
var elementImg = document.createElement('img');
|
|
2538
|
+
elementImg.width = 128;
|
|
2539
|
+
elementImg.src = 'assets/images/monkey.svg';
|
|
2540
|
+
elementImg.style.marginBottom = '50px';
|
|
2541
|
+
var elementTitle = document.createElement('span');
|
|
2542
|
+
elementTitle.id = 'title';
|
|
2543
|
+
elementTitle.innerText = title;
|
|
2544
|
+
elementTitle.style.marginBottom = '20px';
|
|
2545
|
+
var elementMessage = document.createElement('span');
|
|
2546
|
+
elementMessage.id = 'message';
|
|
2547
|
+
elementMessage.innerText = message;
|
|
2548
|
+
elementMessage.style.marginBottom = '20px';
|
|
2549
|
+
var elementChat = document.createElement('span');
|
|
2550
|
+
elementChat.id = 'message';
|
|
2551
|
+
elementChat.innerText =
|
|
2552
|
+
"If you're having trouble to update, please use the support icon bellow";
|
|
2553
|
+
element.appendChild(elementImg);
|
|
2554
|
+
element.appendChild(elementTitle);
|
|
2555
|
+
element.appendChild(elementMessage);
|
|
2556
|
+
element.appendChild(elementChat);
|
|
2557
|
+
element.addEventListener('click', function () {
|
|
2558
|
+
document.location.reload();
|
|
2559
|
+
});
|
|
2560
|
+
document.body.appendChild(element);
|
|
2561
|
+
document.body.getElementsByTagName('app-root')[0].remove();
|
|
2562
|
+
this.enableSupport();
|
|
2563
|
+
};
|
|
2564
|
+
return MonkeyEcxErrorConfigService;
|
|
2565
|
+
}());
|
|
2566
|
+
MonkeyEcxErrorConfigService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxErrorConfigService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
2567
|
+
MonkeyEcxErrorConfigService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxErrorConfigService, providedIn: 'root' });
|
|
2568
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxErrorConfigService, decorators: [{
|
|
2569
|
+
type: i0.Injectable,
|
|
2570
|
+
args: [{
|
|
2571
|
+
providedIn: 'root'
|
|
2572
|
+
}]
|
|
2573
|
+
}], ctorParameters: function () { return []; } });
|
|
2561
2574
|
|
|
2562
2575
|
var MonkeyEcxi18nConfigService = /** @class */ (function (_super) {
|
|
2563
2576
|
__extends(MonkeyEcxi18nConfigService, _super);
|
|
2564
|
-
function MonkeyEcxi18nConfigService(monkeyecxService, translateService, monkeyecxCookieStorageService) {
|
|
2577
|
+
function MonkeyEcxi18nConfigService(monkeyecxService, translateService, monkeyecxCookieStorageService, monkeyecxErrorConfigService) {
|
|
2565
2578
|
var _this = _super.call(this, monkeyecxService) || this;
|
|
2566
2579
|
_this.translateService = translateService;
|
|
2567
2580
|
_this.monkeyecxCookieStorageService = monkeyecxCookieStorageService;
|
|
2581
|
+
_this.monkeyecxErrorConfigService = monkeyecxErrorConfigService;
|
|
2568
2582
|
_this.translateService.addLangs(['pt-BR', 'en-US']);
|
|
2569
2583
|
_this.translateService.setDefaultLang('pt-BR');
|
|
2570
2584
|
_this.translateService.use('pt-BR');
|
|
@@ -2577,29 +2591,33 @@
|
|
|
2577
2591
|
MonkeyEcxi18nConfigService.prototype.apply = function (params, environment, change) {
|
|
2578
2592
|
var _this = this;
|
|
2579
2593
|
if (change === void 0) { change = false; }
|
|
2580
|
-
var _a = this, monkeyecxService = _a.monkeyecxService, monkeyecxCookieStorageService = _a.monkeyecxCookieStorageService;
|
|
2594
|
+
var _a = this, monkeyecxService = _a.monkeyecxService, monkeyecxCookieStorageService = _a.monkeyecxCookieStorageService, monkeyecxErrorConfigService = _a.monkeyecxErrorConfigService;
|
|
2581
2595
|
var i18n = params.i18n;
|
|
2582
|
-
var cookie = monkeyecxCookieStorageService.
|
|
2596
|
+
var cookie = monkeyecxCookieStorageService.getCookie('monkey-app-locale');
|
|
2583
2597
|
if (cookie && !change) {
|
|
2584
2598
|
i18n = JSON.parse(atob(cookie));
|
|
2585
2599
|
}
|
|
2586
2600
|
else {
|
|
2587
|
-
monkeyecxCookieStorageService.
|
|
2601
|
+
monkeyecxCookieStorageService.setCookie('monkey-app-locale', btoa(JSON.stringify(i18n)));
|
|
2602
|
+
if (!cookie)
|
|
2603
|
+
change = true;
|
|
2588
2604
|
}
|
|
2589
|
-
monkeyecxService.get(environment.
|
|
2605
|
+
monkeyecxService.get(environment.localAssets + "/i18n/" + i18n.lang + ".json").subscribe(function (config) {
|
|
2590
2606
|
var lang = config.lang, data = config.data;
|
|
2591
2607
|
_this.translateService.setTranslation(lang, data, true);
|
|
2592
2608
|
_this.translateService.use(lang);
|
|
2609
|
+
if (change)
|
|
2610
|
+
document.location.reload();
|
|
2593
2611
|
}, function (err) {
|
|
2594
|
-
console.log(err);
|
|
2595
2612
|
console.error("i18n " + i18n.lang + " not found!");
|
|
2613
|
+
monkeyecxErrorConfigService.apply('i18n');
|
|
2596
2614
|
rxjs.throwError(err);
|
|
2597
2615
|
});
|
|
2598
2616
|
};
|
|
2599
2617
|
return MonkeyEcxi18nConfigService;
|
|
2600
2618
|
}(MonkeyEcxCommonsService));
|
|
2601
|
-
MonkeyEcxi18nConfigService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
2602
|
-
MonkeyEcxi18nConfigService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
2619
|
+
MonkeyEcxi18nConfigService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxi18nConfigService, deps: [{ token: MonkeyEcxService }, { token: i1__namespace$1.TranslateService }, { token: MonkeyEcxCookieStorageService }, { token: MonkeyEcxErrorConfigService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
2620
|
+
MonkeyEcxi18nConfigService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxi18nConfigService, providedIn: 'root' });
|
|
2603
2621
|
__decorate([
|
|
2604
2622
|
MonkeyEcxCoreService({
|
|
2605
2623
|
httpResponse: {
|
|
@@ -2610,39 +2628,41 @@
|
|
|
2610
2628
|
}
|
|
2611
2629
|
})
|
|
2612
2630
|
], MonkeyEcxi18nConfigService.prototype, "apply", null);
|
|
2613
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
2631
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxi18nConfigService, decorators: [{
|
|
2614
2632
|
type: i0.Injectable,
|
|
2615
2633
|
args: [{
|
|
2616
2634
|
providedIn: 'root'
|
|
2617
2635
|
}]
|
|
2618
|
-
}], ctorParameters: function () { return [{ type: MonkeyEcxService }, { type: i1__namespace$1.TranslateService }, { type: MonkeyEcxCookieStorageService }]; }, propDecorators: { apply: [] } });
|
|
2636
|
+
}], ctorParameters: function () { return [{ type: MonkeyEcxService }, { type: i1__namespace$1.TranslateService }, { type: MonkeyEcxCookieStorageService }, { type: MonkeyEcxErrorConfigService }]; }, propDecorators: { apply: [] } });
|
|
2619
2637
|
|
|
2620
2638
|
var MonkeyEcxLogsConfigService = /** @class */ (function () {
|
|
2621
2639
|
function MonkeyEcxLogsConfigService() {
|
|
2622
2640
|
}
|
|
2623
2641
|
MonkeyEcxLogsConfigService.prototype.apply = function (params, configBoostrap, environment, identifyCode) {
|
|
2624
2642
|
var program = params.program, logs = params.logs;
|
|
2625
|
-
if ((logs === null || logs === void 0 ? void 0 : logs.enabled) &&
|
|
2626
|
-
environment.production &&
|
|
2627
|
-
(environment === null || environment === void 0 ? void 0 : environment.dataDogApplicationId) &&
|
|
2628
|
-
(environment === null || environment === void 0 ? void 0 : environment.dataDogClientToken)) {
|
|
2643
|
+
if ((logs === null || logs === void 0 ? void 0 : logs.enabled) && environment.environment !== 'dev') {
|
|
2629
2644
|
browserRum.datadogRum.init({
|
|
2630
2645
|
applicationId: environment === null || environment === void 0 ? void 0 : environment.dataDogApplicationId,
|
|
2631
2646
|
clientToken: environment === null || environment === void 0 ? void 0 : environment.dataDogClientToken,
|
|
2632
2647
|
service: program.token,
|
|
2633
2648
|
site: 'datadoghq.com',
|
|
2634
2649
|
sampleRate: 100,
|
|
2635
|
-
|
|
2650
|
+
replaySampleRate: 100,
|
|
2651
|
+
env: "monkey-front-" + identifyCode + "-" + environment.environment,
|
|
2636
2652
|
version: configBoostrap === null || configBoostrap === void 0 ? void 0 : configBoostrap.version,
|
|
2637
|
-
trackInteractions: true
|
|
2653
|
+
trackInteractions: true,
|
|
2654
|
+
trackSessionAcrossSubdomains: true,
|
|
2655
|
+
useSecureSessionCookie: true,
|
|
2656
|
+
useCrossSiteSessionCookie: true
|
|
2638
2657
|
});
|
|
2658
|
+
browserRum.datadogRum.startSessionReplayRecording();
|
|
2639
2659
|
}
|
|
2640
2660
|
};
|
|
2641
2661
|
return MonkeyEcxLogsConfigService;
|
|
2642
2662
|
}());
|
|
2643
|
-
MonkeyEcxLogsConfigService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
2644
|
-
MonkeyEcxLogsConfigService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
2645
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
2663
|
+
MonkeyEcxLogsConfigService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxLogsConfigService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
2664
|
+
MonkeyEcxLogsConfigService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxLogsConfigService, providedIn: 'root' });
|
|
2665
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxLogsConfigService, decorators: [{
|
|
2646
2666
|
type: i0.Injectable,
|
|
2647
2667
|
args: [{
|
|
2648
2668
|
providedIn: 'root'
|
|
@@ -2688,14 +2708,14 @@
|
|
|
2688
2708
|
};
|
|
2689
2709
|
return MonkeyEcxServiceWorkerConfigService;
|
|
2690
2710
|
}());
|
|
2691
|
-
MonkeyEcxServiceWorkerConfigService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
2692
|
-
MonkeyEcxServiceWorkerConfigService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
2693
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
2711
|
+
MonkeyEcxServiceWorkerConfigService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxServiceWorkerConfigService, deps: [{ token: i0__namespace.ApplicationRef }, { token: i1__namespace$6.SwUpdate }, { token: i1__namespace.MonkeyStyleGuideModalService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
2712
|
+
MonkeyEcxServiceWorkerConfigService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxServiceWorkerConfigService, providedIn: 'root' });
|
|
2713
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxServiceWorkerConfigService, decorators: [{
|
|
2694
2714
|
type: i0.Injectable,
|
|
2695
2715
|
args: [{
|
|
2696
2716
|
providedIn: 'root'
|
|
2697
2717
|
}]
|
|
2698
|
-
}], ctorParameters: function () { return [{ type: i0__namespace.ApplicationRef }, { type: i1__namespace$
|
|
2718
|
+
}], ctorParameters: function () { return [{ type: i0__namespace.ApplicationRef }, { type: i1__namespace$6.SwUpdate }, { type: i1__namespace.MonkeyStyleGuideModalService }]; } });
|
|
2699
2719
|
|
|
2700
2720
|
var MonkeyEcxSecurityConsoleConfigService = /** @class */ (function (_super) {
|
|
2701
2721
|
__extends(MonkeyEcxSecurityConsoleConfigService, _super);
|
|
@@ -2729,9 +2749,9 @@
|
|
|
2729
2749
|
};
|
|
2730
2750
|
return MonkeyEcxSecurityConsoleConfigService;
|
|
2731
2751
|
}(MonkeyEcxCommonsService));
|
|
2732
|
-
MonkeyEcxSecurityConsoleConfigService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
2733
|
-
MonkeyEcxSecurityConsoleConfigService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
2734
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
2752
|
+
MonkeyEcxSecurityConsoleConfigService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxSecurityConsoleConfigService, deps: [{ token: i1__namespace$1.TranslateService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
2753
|
+
MonkeyEcxSecurityConsoleConfigService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxSecurityConsoleConfigService, providedIn: 'root' });
|
|
2754
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxSecurityConsoleConfigService, decorators: [{
|
|
2735
2755
|
type: i0.Injectable,
|
|
2736
2756
|
args: [{
|
|
2737
2757
|
providedIn: 'root'
|
|
@@ -2763,18 +2783,84 @@
|
|
|
2763
2783
|
};
|
|
2764
2784
|
return MonkeyEcxMaintenanceConfigService;
|
|
2765
2785
|
}());
|
|
2766
|
-
MonkeyEcxMaintenanceConfigService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
2767
|
-
MonkeyEcxMaintenanceConfigService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
2768
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
2786
|
+
MonkeyEcxMaintenanceConfigService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxMaintenanceConfigService, deps: [{ token: i1__namespace.MonkeyStyleGuideModalService }, { token: i1__namespace$3.Router }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
2787
|
+
MonkeyEcxMaintenanceConfigService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxMaintenanceConfigService, providedIn: 'root' });
|
|
2788
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxMaintenanceConfigService, decorators: [{
|
|
2769
2789
|
type: i0.Injectable,
|
|
2770
2790
|
args: [{
|
|
2771
2791
|
providedIn: 'root'
|
|
2772
2792
|
}]
|
|
2773
2793
|
}], ctorParameters: function () { return [{ type: i1__namespace.MonkeyStyleGuideModalService }, { type: i1__namespace$3.Router }]; } });
|
|
2774
2794
|
|
|
2795
|
+
var MonkeyEcxFeatureToggleService = /** @class */ (function () {
|
|
2796
|
+
function MonkeyEcxFeatureToggleService() {
|
|
2797
|
+
this.flagSubject$ = new rxjs.BehaviorSubject(null);
|
|
2798
|
+
// not to do
|
|
2799
|
+
}
|
|
2800
|
+
MonkeyEcxFeatureToggleService.prototype.getAllFlags = function () {
|
|
2801
|
+
this.flags = this.ldClient.allFlags();
|
|
2802
|
+
this.flagSubject$.next(true);
|
|
2803
|
+
};
|
|
2804
|
+
MonkeyEcxFeatureToggleService.prototype.identify = function (config, environment) {
|
|
2805
|
+
var _a;
|
|
2806
|
+
if (config) {
|
|
2807
|
+
var email = 'monkey@monkey.exchange';
|
|
2808
|
+
var user = {
|
|
2809
|
+
email: email,
|
|
2810
|
+
key: ((_a = config.program) === null || _a === void 0 ? void 0 : _a.token) + "#" + email
|
|
2811
|
+
};
|
|
2812
|
+
if (!this.ldClient) {
|
|
2813
|
+
this.ldClient = launchdarklyJsClientSdk.initialize(environment.launchDarklyClientSideID, user, {
|
|
2814
|
+
streaming: true,
|
|
2815
|
+
disableSyncEventPost: true,
|
|
2816
|
+
sendEvents: false,
|
|
2817
|
+
diagnosticOptOut: true
|
|
2818
|
+
});
|
|
2819
|
+
this.ldClient.on('change', this.getAllFlags.bind(this));
|
|
2820
|
+
this.ldClient.on('ready', this.getAllFlags.bind(this));
|
|
2821
|
+
}
|
|
2822
|
+
else {
|
|
2823
|
+
this.ldClient.identify(user, null, this.getAllFlags);
|
|
2824
|
+
}
|
|
2825
|
+
}
|
|
2826
|
+
};
|
|
2827
|
+
MonkeyEcxFeatureToggleService.prototype.apply = function (configSubject$, environment) {
|
|
2828
|
+
var _this = this;
|
|
2829
|
+
if (environment.launchDarklyClientSideID) {
|
|
2830
|
+
configSubject$.subscribe(function (config) {
|
|
2831
|
+
_this.identify(config, environment);
|
|
2832
|
+
});
|
|
2833
|
+
}
|
|
2834
|
+
else {
|
|
2835
|
+
this.flagSubject$.next(true);
|
|
2836
|
+
}
|
|
2837
|
+
};
|
|
2838
|
+
Object.defineProperty(MonkeyEcxFeatureToggleService.prototype, "onFlags", {
|
|
2839
|
+
get: function () {
|
|
2840
|
+
return this.flagSubject$.asObservable();
|
|
2841
|
+
},
|
|
2842
|
+
enumerable: false,
|
|
2843
|
+
configurable: true
|
|
2844
|
+
});
|
|
2845
|
+
MonkeyEcxFeatureToggleService.prototype.getFlag = function (flag) {
|
|
2846
|
+
var _a;
|
|
2847
|
+
var flagValue = (_a = this.flags) === null || _a === void 0 ? void 0 : _a[flag];
|
|
2848
|
+
return i1.MonkeyUtils.persistNullEmptyUndefined(flagValue) ? flagValue : null;
|
|
2849
|
+
};
|
|
2850
|
+
return MonkeyEcxFeatureToggleService;
|
|
2851
|
+
}());
|
|
2852
|
+
MonkeyEcxFeatureToggleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxFeatureToggleService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
2853
|
+
MonkeyEcxFeatureToggleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxFeatureToggleService, providedIn: 'root' });
|
|
2854
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxFeatureToggleService, decorators: [{
|
|
2855
|
+
type: i0.Injectable,
|
|
2856
|
+
args: [{
|
|
2857
|
+
providedIn: 'root'
|
|
2858
|
+
}]
|
|
2859
|
+
}], ctorParameters: function () { return []; } });
|
|
2860
|
+
|
|
2775
2861
|
var MonkeyEcxConfigService = /** @class */ (function (_super) {
|
|
2776
2862
|
__extends(MonkeyEcxConfigService, _super);
|
|
2777
|
-
function MonkeyEcxConfigService(monkeyecxService, monkeyecxi18nConfigService, monkeyecxLogsConfigService, monkeyStyleGuideSettingsService, monkeyecxServiceWorkerConfigService, monkeyecxSecurityConsoleConfigService, monkeyecxMaintenanceConfigService) {
|
|
2863
|
+
function MonkeyEcxConfigService(monkeyecxService, monkeyecxi18nConfigService, monkeyecxLogsConfigService, monkeyStyleGuideSettingsService, monkeyecxServiceWorkerConfigService, monkeyecxSecurityConsoleConfigService, monkeyecxMaintenanceConfigService, monkeyecxErrorConfigService, monkeyEcxFeatureToggleService) {
|
|
2778
2864
|
var _this = _super.call(this, monkeyecxService) || this;
|
|
2779
2865
|
_this.monkeyecxi18nConfigService = monkeyecxi18nConfigService;
|
|
2780
2866
|
_this.monkeyecxLogsConfigService = monkeyecxLogsConfigService;
|
|
@@ -2782,6 +2868,8 @@
|
|
|
2782
2868
|
_this.monkeyecxServiceWorkerConfigService = monkeyecxServiceWorkerConfigService;
|
|
2783
2869
|
_this.monkeyecxSecurityConsoleConfigService = monkeyecxSecurityConsoleConfigService;
|
|
2784
2870
|
_this.monkeyecxMaintenanceConfigService = monkeyecxMaintenanceConfigService;
|
|
2871
|
+
_this.monkeyecxErrorConfigService = monkeyecxErrorConfigService;
|
|
2872
|
+
_this.monkeyEcxFeatureToggleService = monkeyEcxFeatureToggleService;
|
|
2785
2873
|
_this.configSubject$ = new rxjs.BehaviorSubject(null);
|
|
2786
2874
|
_this.configBoostrapSubject$ = new rxjs.BehaviorSubject(null);
|
|
2787
2875
|
return _this;
|
|
@@ -2802,25 +2890,25 @@
|
|
|
2802
2890
|
MonkeyEcxConfigService.prototype.getWhiteLabelSettings = function (monkeyecxCode, configBoostrap, callback, environment, identifyCode) {
|
|
2803
2891
|
var _this = this;
|
|
2804
2892
|
if (configBoostrap === void 0) { configBoostrap = null; }
|
|
2805
|
-
var _a = this, monkeyecxService = _a.monkeyecxService, monkeyecxi18nConfigService = _a.monkeyecxi18nConfigService, configSubject$ = _a.configSubject$, monkeyStyleGuideSettingsService = _a.monkeyStyleGuideSettingsService, monkeyecxLogsConfigService = _a.monkeyecxLogsConfigService, internalValidations = _a.internalValidations;
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
.subscribe(function (config) {
|
|
2893
|
+
var _a = this, monkeyecxService = _a.monkeyecxService, monkeyecxi18nConfigService = _a.monkeyecxi18nConfigService, configSubject$ = _a.configSubject$, monkeyStyleGuideSettingsService = _a.monkeyStyleGuideSettingsService, monkeyecxLogsConfigService = _a.monkeyecxLogsConfigService, monkeyecxErrorConfigService = _a.monkeyecxErrorConfigService, monkeyEcxFeatureToggleService = _a.monkeyEcxFeatureToggleService, internalValidations = _a.internalValidations;
|
|
2894
|
+
var url = "" + environment.urlAssets;
|
|
2895
|
+
monkeyecxService.get(url + "/" + monkeyecxCode.toLowerCase() + "/white-label.json").subscribe(function (config) {
|
|
2809
2896
|
monkeyecxi18nConfigService.apply(config, environment);
|
|
2810
2897
|
monkeyecxLogsConfigService.apply(config, configBoostrap, environment, identifyCode);
|
|
2811
|
-
|
|
2898
|
+
monkeyEcxFeatureToggleService.apply(configSubject$, environment);
|
|
2899
|
+
monkeyStyleGuideSettingsService.boostrap(url + "/" + monkeyecxCode.toLowerCase() + "/monkey-style-guide-settings.json", internalValidations.bind(_this, configBoostrap, callback, environment));
|
|
2812
2900
|
configSubject$.next(config);
|
|
2813
2901
|
}, function (err) {
|
|
2814
|
-
|
|
2902
|
+
monkeyecxErrorConfigService.apply('theme');
|
|
2815
2903
|
console.error('Program Configuration not found!');
|
|
2816
2904
|
rxjs.throwError(err);
|
|
2817
2905
|
});
|
|
2818
2906
|
};
|
|
2819
2907
|
MonkeyEcxConfigService.prototype.init = function (callback, environment, identifyCode, monkeyecxCode) {
|
|
2820
2908
|
var _this = this;
|
|
2821
|
-
var _a = this, monkeyecxService = _a.monkeyecxService, configBoostrapSubject$ = _a.configBoostrapSubject
|
|
2909
|
+
var _a = this, monkeyecxService = _a.monkeyecxService, configBoostrapSubject$ = _a.configBoostrapSubject$, monkeyecxErrorConfigService = _a.monkeyecxErrorConfigService;
|
|
2822
2910
|
monkeyecxService
|
|
2823
|
-
.get("
|
|
2911
|
+
.get(environment.boostrapAssets + "?t=" + i1.MonkeyUtils.getRandomString(30), {
|
|
2824
2912
|
observe: 'response'
|
|
2825
2913
|
})
|
|
2826
2914
|
.subscribe(function (resp) {
|
|
@@ -2831,10 +2919,11 @@
|
|
|
2831
2919
|
configBoostrapSubject$.next(body);
|
|
2832
2920
|
}
|
|
2833
2921
|
else {
|
|
2922
|
+
monkeyecxErrorConfigService.apply('theme');
|
|
2834
2923
|
console.error("Boostrap " + monkeyCode + " Configuration not found!");
|
|
2835
2924
|
}
|
|
2836
2925
|
}, function (err) {
|
|
2837
|
-
|
|
2926
|
+
monkeyecxErrorConfigService.apply('theme');
|
|
2838
2927
|
console.error('Boostrap Configuration not found!');
|
|
2839
2928
|
rxjs.throwError(err);
|
|
2840
2929
|
});
|
|
@@ -2847,8 +2936,8 @@
|
|
|
2847
2936
|
};
|
|
2848
2937
|
return MonkeyEcxConfigService;
|
|
2849
2938
|
}(MonkeyEcxCommonsService));
|
|
2850
|
-
MonkeyEcxConfigService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
2851
|
-
MonkeyEcxConfigService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
2939
|
+
MonkeyEcxConfigService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxConfigService, deps: [{ token: MonkeyEcxService }, { token: MonkeyEcxi18nConfigService }, { token: MonkeyEcxLogsConfigService }, { token: i1__namespace.MonkeyStyleGuideSettingsService }, { token: MonkeyEcxServiceWorkerConfigService }, { token: MonkeyEcxSecurityConsoleConfigService }, { token: MonkeyEcxMaintenanceConfigService }, { token: MonkeyEcxErrorConfigService }, { token: MonkeyEcxFeatureToggleService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
2940
|
+
MonkeyEcxConfigService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxConfigService, providedIn: 'root' });
|
|
2852
2941
|
__decorate([
|
|
2853
2942
|
MonkeyEcxCoreService({
|
|
2854
2943
|
httpResponse: {
|
|
@@ -2859,12 +2948,12 @@
|
|
|
2859
2948
|
}
|
|
2860
2949
|
})
|
|
2861
2950
|
], MonkeyEcxConfigService.prototype, "init", null);
|
|
2862
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
2951
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxConfigService, decorators: [{
|
|
2863
2952
|
type: i0.Injectable,
|
|
2864
2953
|
args: [{
|
|
2865
2954
|
providedIn: 'root'
|
|
2866
2955
|
}]
|
|
2867
|
-
}], ctorParameters: function () { return [{ type: MonkeyEcxService }, { type: MonkeyEcxi18nConfigService }, { type: MonkeyEcxLogsConfigService }, { type: i1__namespace.MonkeyStyleGuideSettingsService }, { type: MonkeyEcxServiceWorkerConfigService }, { type: MonkeyEcxSecurityConsoleConfigService }, { type: MonkeyEcxMaintenanceConfigService }]; }, propDecorators: { init: [] } });
|
|
2956
|
+
}], ctorParameters: function () { return [{ type: MonkeyEcxService }, { type: MonkeyEcxi18nConfigService }, { type: MonkeyEcxLogsConfigService }, { type: i1__namespace.MonkeyStyleGuideSettingsService }, { type: MonkeyEcxServiceWorkerConfigService }, { type: MonkeyEcxSecurityConsoleConfigService }, { type: MonkeyEcxMaintenanceConfigService }, { type: MonkeyEcxErrorConfigService }, { type: MonkeyEcxFeatureToggleService }]; }, propDecorators: { init: [] } });
|
|
2868
2957
|
|
|
2869
2958
|
var MonkeyEcxTokenStorageService = /** @class */ (function () {
|
|
2870
2959
|
function MonkeyEcxTokenStorageService(monkeyecxConfigService) {
|
|
@@ -2977,9 +3066,9 @@
|
|
|
2977
3066
|
};
|
|
2978
3067
|
return MonkeyEcxTokenStorageService;
|
|
2979
3068
|
}());
|
|
2980
|
-
MonkeyEcxTokenStorageService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
2981
|
-
MonkeyEcxTokenStorageService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
2982
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
3069
|
+
MonkeyEcxTokenStorageService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxTokenStorageService, deps: [{ token: MonkeyEcxConfigService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
3070
|
+
MonkeyEcxTokenStorageService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxTokenStorageService, providedIn: 'root' });
|
|
3071
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxTokenStorageService, decorators: [{
|
|
2983
3072
|
type: i0.Injectable,
|
|
2984
3073
|
args: [{
|
|
2985
3074
|
providedIn: 'root'
|
|
@@ -3037,9 +3126,9 @@
|
|
|
3037
3126
|
};
|
|
3038
3127
|
return MonkeyEcxSecurityDirective;
|
|
3039
3128
|
}());
|
|
3040
|
-
MonkeyEcxSecurityDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
3041
|
-
MonkeyEcxSecurityDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.
|
|
3042
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
3129
|
+
MonkeyEcxSecurityDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxSecurityDirective, deps: [{ token: i0__namespace.ElementRef }, { token: MonkeyEcxTokenStorageService }, { token: i0__namespace.ChangeDetectorRef }], target: i0__namespace.ɵɵFactoryTarget.Directive });
|
|
3130
|
+
MonkeyEcxSecurityDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.15", type: MonkeyEcxSecurityDirective, selector: "[monkeyecxSecurity]", inputs: { roles: ["securityRoles", "roles"], byExclusion: ["securityByExclusion", "byExclusion"] }, ngImport: i0__namespace });
|
|
3131
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxSecurityDirective, decorators: [{
|
|
3043
3132
|
type: i0.Directive,
|
|
3044
3133
|
args: [{
|
|
3045
3134
|
selector: '[monkeyecxSecurity]'
|
|
@@ -3135,9 +3224,9 @@
|
|
|
3135
3224
|
};
|
|
3136
3225
|
return MonkeyEcxTooltipDirective;
|
|
3137
3226
|
}());
|
|
3138
|
-
MonkeyEcxTooltipDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
3139
|
-
MonkeyEcxTooltipDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.
|
|
3140
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
3227
|
+
MonkeyEcxTooltipDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxTooltipDirective, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.Renderer2 }], target: i0__namespace.ɵɵFactoryTarget.Directive });
|
|
3228
|
+
MonkeyEcxTooltipDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.15", type: MonkeyEcxTooltipDirective, selector: "[monkeyecxTooltip]", inputs: { tooltipDelay: "tooltipDelay", tooltipPosition: "tooltipPosition", tooltipText: "tooltipText", tooltipTitle: "tooltipTitle" }, host: { listeners: { "mouseenter": "onMouseEnter()", "mouseleave": "onMouseLeave()", "click": "clickout()" } }, ngImport: i0__namespace });
|
|
3229
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxTooltipDirective, decorators: [{
|
|
3141
3230
|
type: i0.Directive,
|
|
3142
3231
|
args: [{
|
|
3143
3232
|
selector: '[monkeyecxTooltip]'
|
|
@@ -3166,8 +3255,8 @@
|
|
|
3166
3255
|
}
|
|
3167
3256
|
return MonkeyEcxDirectivesModule;
|
|
3168
3257
|
}());
|
|
3169
|
-
MonkeyEcxDirectivesModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
3170
|
-
MonkeyEcxDirectivesModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
|
3258
|
+
MonkeyEcxDirectivesModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxDirectivesModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
3259
|
+
MonkeyEcxDirectivesModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxDirectivesModule, declarations: [MonkeyEcxDragDropDirective,
|
|
3171
3260
|
MonkeyEcxFormatCurrency,
|
|
3172
3261
|
MonkeyEcxFormatUpper,
|
|
3173
3262
|
MonkeyEcxOnlyAlphaNumericDirective,
|
|
@@ -3180,8 +3269,8 @@
|
|
|
3180
3269
|
MonkeyEcxOnlyNumbersDirective,
|
|
3181
3270
|
MonkeyEcxSecurityDirective,
|
|
3182
3271
|
MonkeyEcxTooltipDirective] });
|
|
3183
|
-
MonkeyEcxDirectivesModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
|
3184
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
3272
|
+
MonkeyEcxDirectivesModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxDirectivesModule });
|
|
3273
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxDirectivesModule, decorators: [{
|
|
3185
3274
|
type: i0.NgModule,
|
|
3186
3275
|
args: [{
|
|
3187
3276
|
declarations: [
|
|
@@ -3256,9 +3345,9 @@
|
|
|
3256
3345
|
};
|
|
3257
3346
|
return MonkeyEcxAuthenticationService;
|
|
3258
3347
|
}());
|
|
3259
|
-
MonkeyEcxAuthenticationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
3260
|
-
MonkeyEcxAuthenticationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
3261
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
3348
|
+
MonkeyEcxAuthenticationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxAuthenticationService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
3349
|
+
MonkeyEcxAuthenticationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxAuthenticationService, providedIn: 'root' });
|
|
3350
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxAuthenticationService, decorators: [{
|
|
3262
3351
|
type: i0.Injectable,
|
|
3263
3352
|
args: [{
|
|
3264
3353
|
providedIn: 'root'
|
|
@@ -3283,9 +3372,9 @@
|
|
|
3283
3372
|
};
|
|
3284
3373
|
return MonkeyEcxAuthGuardLogin;
|
|
3285
3374
|
}());
|
|
3286
|
-
MonkeyEcxAuthGuardLogin.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
3287
|
-
MonkeyEcxAuthGuardLogin.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
3288
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
3375
|
+
MonkeyEcxAuthGuardLogin.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxAuthGuardLogin, deps: [{ token: MonkeyEcxAuthenticationService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
3376
|
+
MonkeyEcxAuthGuardLogin.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxAuthGuardLogin, providedIn: 'root' });
|
|
3377
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxAuthGuardLogin, decorators: [{
|
|
3289
3378
|
type: i0.Injectable,
|
|
3290
3379
|
args: [{
|
|
3291
3380
|
providedIn: 'root'
|
|
@@ -3307,9 +3396,9 @@
|
|
|
3307
3396
|
};
|
|
3308
3397
|
return MonkeyEcxAuthGuard;
|
|
3309
3398
|
}());
|
|
3310
|
-
MonkeyEcxAuthGuard.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
3311
|
-
MonkeyEcxAuthGuard.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
3312
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
3399
|
+
MonkeyEcxAuthGuard.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxAuthGuard, deps: [{ token: MonkeyEcxAuthenticationService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
3400
|
+
MonkeyEcxAuthGuard.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxAuthGuard, providedIn: 'root' });
|
|
3401
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxAuthGuard, decorators: [{
|
|
3313
3402
|
type: i0.Injectable,
|
|
3314
3403
|
args: [{
|
|
3315
3404
|
providedIn: 'root'
|
|
@@ -3433,9 +3522,9 @@
|
|
|
3433
3522
|
};
|
|
3434
3523
|
return MonkeyEcxHttpErrorHandlingService;
|
|
3435
3524
|
}(MonkeyEcxCommonsService));
|
|
3436
|
-
MonkeyEcxHttpErrorHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
3437
|
-
MonkeyEcxHttpErrorHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
3438
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
3525
|
+
MonkeyEcxHttpErrorHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxHttpErrorHandlingService, deps: [{ token: MonkeyEcxService }, { token: MonkeyEcxTokenStorageService }, { token: MonkeyEcxAuthenticationService }, { token: i1__namespace$3.Router }, { token: i1__namespace.MonkeyStyleGuideSnackbarService }, { token: i1__namespace$1.TranslateService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
3526
|
+
MonkeyEcxHttpErrorHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxHttpErrorHandlingService, providedIn: 'root' });
|
|
3527
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxHttpErrorHandlingService, decorators: [{
|
|
3439
3528
|
type: i0.Injectable,
|
|
3440
3529
|
args: [{
|
|
3441
3530
|
providedIn: 'root'
|
|
@@ -3459,9 +3548,9 @@
|
|
|
3459
3548
|
};
|
|
3460
3549
|
return MonkeyEcxOthersErrorsHandlingService;
|
|
3461
3550
|
}());
|
|
3462
|
-
MonkeyEcxOthersErrorsHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
3463
|
-
MonkeyEcxOthersErrorsHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
3464
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
3551
|
+
MonkeyEcxOthersErrorsHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxOthersErrorsHandlingService, deps: [{ token: i1__namespace.MonkeyStyleGuideModalService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
3552
|
+
MonkeyEcxOthersErrorsHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxOthersErrorsHandlingService, providedIn: 'root' });
|
|
3553
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxOthersErrorsHandlingService, decorators: [{
|
|
3465
3554
|
type: i0.Injectable,
|
|
3466
3555
|
args: [{
|
|
3467
3556
|
providedIn: 'root'
|
|
@@ -3492,9 +3581,9 @@
|
|
|
3492
3581
|
};
|
|
3493
3582
|
return MonkeyEcxErrorHandlingService;
|
|
3494
3583
|
}());
|
|
3495
|
-
MonkeyEcxErrorHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
3496
|
-
MonkeyEcxErrorHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
3497
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
3584
|
+
MonkeyEcxErrorHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxErrorHandlingService, deps: [{ token: i0__namespace.Injector }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
3585
|
+
MonkeyEcxErrorHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxErrorHandlingService, providedIn: 'root' });
|
|
3586
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxErrorHandlingService, decorators: [{
|
|
3498
3587
|
type: i0.Injectable,
|
|
3499
3588
|
args: [{
|
|
3500
3589
|
providedIn: 'root'
|
|
@@ -3517,10 +3606,10 @@
|
|
|
3517
3606
|
};
|
|
3518
3607
|
return MonkeyEcxErrorHandlingModule;
|
|
3519
3608
|
}());
|
|
3520
|
-
MonkeyEcxErrorHandlingModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
3521
|
-
MonkeyEcxErrorHandlingModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
|
3522
|
-
MonkeyEcxErrorHandlingModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
|
3523
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
3609
|
+
MonkeyEcxErrorHandlingModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxErrorHandlingModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
3610
|
+
MonkeyEcxErrorHandlingModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxErrorHandlingModule, imports: [i1$2.CommonModule] });
|
|
3611
|
+
MonkeyEcxErrorHandlingModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxErrorHandlingModule, imports: [[i1$2.CommonModule]] });
|
|
3612
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxErrorHandlingModule, decorators: [{
|
|
3524
3613
|
type: i0.NgModule,
|
|
3525
3614
|
args: [{
|
|
3526
3615
|
imports: [i1$2.CommonModule]
|
|
@@ -3556,9 +3645,9 @@
|
|
|
3556
3645
|
};
|
|
3557
3646
|
return MonkeyEcxHttpConfigErrorInterceptor;
|
|
3558
3647
|
}());
|
|
3559
|
-
MonkeyEcxHttpConfigErrorInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
3560
|
-
MonkeyEcxHttpConfigErrorInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
3561
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
3648
|
+
MonkeyEcxHttpConfigErrorInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxHttpConfigErrorInterceptor, deps: [{ token: MonkeyEcxAuthenticationService }, { token: MonkeyEcxErrorHandlingService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
3649
|
+
MonkeyEcxHttpConfigErrorInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxHttpConfigErrorInterceptor });
|
|
3650
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxHttpConfigErrorInterceptor, decorators: [{
|
|
3562
3651
|
type: i0.Injectable
|
|
3563
3652
|
}], ctorParameters: function () { return [{ type: MonkeyEcxAuthenticationService }, { type: MonkeyEcxErrorHandlingService }]; } });
|
|
3564
3653
|
|
|
@@ -3584,9 +3673,9 @@
|
|
|
3584
3673
|
};
|
|
3585
3674
|
return MonkeyEcxHttpConfigHeaderInterceptor;
|
|
3586
3675
|
}());
|
|
3587
|
-
MonkeyEcxHttpConfigHeaderInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
3588
|
-
MonkeyEcxHttpConfigHeaderInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
3589
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
3676
|
+
MonkeyEcxHttpConfigHeaderInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxHttpConfigHeaderInterceptor, deps: [{ token: MonkeyEcxAuthenticationService }, { token: MonkeyEcxErrorHandlingService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
3677
|
+
MonkeyEcxHttpConfigHeaderInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxHttpConfigHeaderInterceptor });
|
|
3678
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxHttpConfigHeaderInterceptor, decorators: [{
|
|
3590
3679
|
type: i0.Injectable
|
|
3591
3680
|
}], ctorParameters: function () { return [{ type: MonkeyEcxAuthenticationService }, { type: MonkeyEcxErrorHandlingService }]; } });
|
|
3592
3681
|
|
|
@@ -3668,9 +3757,9 @@
|
|
|
3668
3757
|
};
|
|
3669
3758
|
return MonkeyEcxRequestQueueHandlingService;
|
|
3670
3759
|
}());
|
|
3671
|
-
MonkeyEcxRequestQueueHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
3672
|
-
MonkeyEcxRequestQueueHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
3673
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
3760
|
+
MonkeyEcxRequestQueueHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxRequestQueueHandlingService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
3761
|
+
MonkeyEcxRequestQueueHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxRequestQueueHandlingService, providedIn: 'root' });
|
|
3762
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxRequestQueueHandlingService, decorators: [{
|
|
3674
3763
|
type: i0.Injectable,
|
|
3675
3764
|
args: [{
|
|
3676
3765
|
providedIn: 'root'
|
|
@@ -3764,9 +3853,9 @@
|
|
|
3764
3853
|
};
|
|
3765
3854
|
return MonkeyEcxRequestQueueModalHandlingService;
|
|
3766
3855
|
}());
|
|
3767
|
-
MonkeyEcxRequestQueueModalHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
3768
|
-
MonkeyEcxRequestQueueModalHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
3769
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
3856
|
+
MonkeyEcxRequestQueueModalHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxRequestQueueModalHandlingService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
3857
|
+
MonkeyEcxRequestQueueModalHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxRequestQueueModalHandlingService, providedIn: 'root' });
|
|
3858
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxRequestQueueModalHandlingService, decorators: [{
|
|
3770
3859
|
type: i0.Injectable,
|
|
3771
3860
|
args: [{
|
|
3772
3861
|
providedIn: 'root'
|
|
@@ -3800,9 +3889,9 @@
|
|
|
3800
3889
|
};
|
|
3801
3890
|
return MonkeyEcxHttpConfigQueueInterceptor;
|
|
3802
3891
|
}());
|
|
3803
|
-
MonkeyEcxHttpConfigQueueInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
3804
|
-
MonkeyEcxHttpConfigQueueInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
3805
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
3892
|
+
MonkeyEcxHttpConfigQueueInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxHttpConfigQueueInterceptor, deps: [{ token: i0__namespace.Injector }, { token: MonkeyEcxRequestQueueHandlingService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
3893
|
+
MonkeyEcxHttpConfigQueueInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxHttpConfigQueueInterceptor });
|
|
3894
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxHttpConfigQueueInterceptor, decorators: [{
|
|
3806
3895
|
type: i0.Injectable
|
|
3807
3896
|
}], ctorParameters: function () { return [{ type: i0__namespace.Injector }, { type: MonkeyEcxRequestQueueHandlingService }]; } });
|
|
3808
3897
|
|
|
@@ -3836,9 +3925,9 @@
|
|
|
3836
3925
|
};
|
|
3837
3926
|
return MonkeyEcxHttpConfigLoadingInProgressInterceptor;
|
|
3838
3927
|
}());
|
|
3839
|
-
MonkeyEcxHttpConfigLoadingInProgressInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
3840
|
-
MonkeyEcxHttpConfigLoadingInProgressInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
3841
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
3928
|
+
MonkeyEcxHttpConfigLoadingInProgressInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxHttpConfigLoadingInProgressInterceptor, deps: [{ token: i0__namespace.Injector }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
3929
|
+
MonkeyEcxHttpConfigLoadingInProgressInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxHttpConfigLoadingInProgressInterceptor });
|
|
3930
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxHttpConfigLoadingInProgressInterceptor, decorators: [{
|
|
3842
3931
|
type: i0.Injectable
|
|
3843
3932
|
}], ctorParameters: function () { return [{ type: i0__namespace.Injector }]; } });
|
|
3844
3933
|
|
|
@@ -3874,10 +3963,10 @@
|
|
|
3874
3963
|
};
|
|
3875
3964
|
return MonkeyEcxHttpConfigInterceptorModule;
|
|
3876
3965
|
}());
|
|
3877
|
-
MonkeyEcxHttpConfigInterceptorModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
3878
|
-
MonkeyEcxHttpConfigInterceptorModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
|
3879
|
-
MonkeyEcxHttpConfigInterceptorModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
|
3880
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
3966
|
+
MonkeyEcxHttpConfigInterceptorModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxHttpConfigInterceptorModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
3967
|
+
MonkeyEcxHttpConfigInterceptorModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxHttpConfigInterceptorModule, imports: [i1$2.CommonModule] });
|
|
3968
|
+
MonkeyEcxHttpConfigInterceptorModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxHttpConfigInterceptorModule, imports: [[i1$2.CommonModule]] });
|
|
3969
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxHttpConfigInterceptorModule, decorators: [{
|
|
3881
3970
|
type: i0.NgModule,
|
|
3882
3971
|
args: [{
|
|
3883
3972
|
imports: [i1$2.CommonModule]
|
|
@@ -3912,10 +4001,10 @@
|
|
|
3912
4001
|
};
|
|
3913
4002
|
return MonkeyEcxConfigModule;
|
|
3914
4003
|
}());
|
|
3915
|
-
MonkeyEcxConfigModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
3916
|
-
MonkeyEcxConfigModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
|
3917
|
-
MonkeyEcxConfigModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
|
3918
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
4004
|
+
MonkeyEcxConfigModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxConfigModule, deps: [{ token: MonkeyEcxConfigModule, optional: true, skipSelf: true }], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
4005
|
+
MonkeyEcxConfigModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxConfigModule });
|
|
4006
|
+
MonkeyEcxConfigModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxConfigModule });
|
|
4007
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxConfigModule, decorators: [{
|
|
3919
4008
|
type: i0.NgModule
|
|
3920
4009
|
}], ctorParameters: function () {
|
|
3921
4010
|
return [{ type: MonkeyEcxConfigModule, decorators: [{
|
|
@@ -3925,68 +4014,6 @@
|
|
|
3925
4014
|
}] }];
|
|
3926
4015
|
} });
|
|
3927
4016
|
|
|
3928
|
-
var MonkeyEcxFeatureToggleService = /** @class */ (function () {
|
|
3929
|
-
function MonkeyEcxFeatureToggleService(monkeyConfigService) {
|
|
3930
|
-
this.monkeyConfigService = monkeyConfigService;
|
|
3931
|
-
this.flagSubject$ = new rxjs.BehaviorSubject(null);
|
|
3932
|
-
// not to do
|
|
3933
|
-
}
|
|
3934
|
-
MonkeyEcxFeatureToggleService.prototype.getAllFlags = function () {
|
|
3935
|
-
this.flags = this.ldClient.allFlags();
|
|
3936
|
-
this.flagSubject$.next(true);
|
|
3937
|
-
};
|
|
3938
|
-
MonkeyEcxFeatureToggleService.prototype.identify = function (config, environment) {
|
|
3939
|
-
var _a;
|
|
3940
|
-
if (config) {
|
|
3941
|
-
var email = 'monkey@monkey.exchange';
|
|
3942
|
-
var user = {
|
|
3943
|
-
email: email,
|
|
3944
|
-
key: ((_a = config.program) === null || _a === void 0 ? void 0 : _a.token) + "#" + email
|
|
3945
|
-
};
|
|
3946
|
-
if (!this.ldClient) {
|
|
3947
|
-
this.ldClient = launchdarklyJsClientSdk.initialize(environment.launchDarklyClientSideID, user);
|
|
3948
|
-
this.ldClient.on('change', this.getAllFlags.bind(this));
|
|
3949
|
-
this.ldClient.on('ready', this.getAllFlags.bind(this));
|
|
3950
|
-
}
|
|
3951
|
-
else {
|
|
3952
|
-
this.ldClient.identify(user, null, this.getAllFlags);
|
|
3953
|
-
}
|
|
3954
|
-
}
|
|
3955
|
-
};
|
|
3956
|
-
MonkeyEcxFeatureToggleService.prototype.apply = function (configBoostrap, environment) {
|
|
3957
|
-
var _this = this;
|
|
3958
|
-
if (environment.launchDarklyClientSideID) {
|
|
3959
|
-
this.monkeyConfigService.config().subscribe(function (config) {
|
|
3960
|
-
_this.identify(config, environment);
|
|
3961
|
-
});
|
|
3962
|
-
}
|
|
3963
|
-
else {
|
|
3964
|
-
this.flagSubject$.next(true);
|
|
3965
|
-
}
|
|
3966
|
-
};
|
|
3967
|
-
Object.defineProperty(MonkeyEcxFeatureToggleService.prototype, "onFlags", {
|
|
3968
|
-
get: function () {
|
|
3969
|
-
return this.flagSubject$.asObservable();
|
|
3970
|
-
},
|
|
3971
|
-
enumerable: false,
|
|
3972
|
-
configurable: true
|
|
3973
|
-
});
|
|
3974
|
-
MonkeyEcxFeatureToggleService.prototype.getFlag = function (flag) {
|
|
3975
|
-
var _a;
|
|
3976
|
-
var flagValue = (_a = this.flags) === null || _a === void 0 ? void 0 : _a[flag];
|
|
3977
|
-
return i1.MonkeyUtils.persistNullEmptyUndefined(flagValue) ? flagValue : null;
|
|
3978
|
-
};
|
|
3979
|
-
return MonkeyEcxFeatureToggleService;
|
|
3980
|
-
}());
|
|
3981
|
-
MonkeyEcxFeatureToggleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxFeatureToggleService, deps: [{ token: MonkeyEcxConfigService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
3982
|
-
MonkeyEcxFeatureToggleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxFeatureToggleService, providedIn: 'root' });
|
|
3983
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxFeatureToggleService, decorators: [{
|
|
3984
|
-
type: i0.Injectable,
|
|
3985
|
-
args: [{
|
|
3986
|
-
providedIn: 'root'
|
|
3987
|
-
}]
|
|
3988
|
-
}], ctorParameters: function () { return [{ type: MonkeyEcxConfigService }]; } });
|
|
3989
|
-
|
|
3990
4017
|
var MonkeyEcxLoggedHandlingService = /** @class */ (function () {
|
|
3991
4018
|
function MonkeyEcxLoggedHandlingService() {
|
|
3992
4019
|
this.schedules = [];
|
|
@@ -4006,9 +4033,9 @@
|
|
|
4006
4033
|
};
|
|
4007
4034
|
return MonkeyEcxLoggedHandlingService;
|
|
4008
4035
|
}());
|
|
4009
|
-
MonkeyEcxLoggedHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
4010
|
-
MonkeyEcxLoggedHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
4011
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
4036
|
+
MonkeyEcxLoggedHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxLoggedHandlingService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
4037
|
+
MonkeyEcxLoggedHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxLoggedHandlingService, providedIn: 'root' });
|
|
4038
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxLoggedHandlingService, decorators: [{
|
|
4012
4039
|
type: i0.Injectable,
|
|
4013
4040
|
args: [{
|
|
4014
4041
|
providedIn: 'root'
|
|
@@ -4079,9 +4106,9 @@
|
|
|
4079
4106
|
};
|
|
4080
4107
|
return MonkeyEcxRequestDownloadHandlingService;
|
|
4081
4108
|
}());
|
|
4082
|
-
MonkeyEcxRequestDownloadHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
4083
|
-
MonkeyEcxRequestDownloadHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
4084
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
4109
|
+
MonkeyEcxRequestDownloadHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxRequestDownloadHandlingService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
4110
|
+
MonkeyEcxRequestDownloadHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxRequestDownloadHandlingService, providedIn: 'root' });
|
|
4111
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxRequestDownloadHandlingService, decorators: [{
|
|
4085
4112
|
type: i0.Injectable,
|
|
4086
4113
|
args: [{
|
|
4087
4114
|
providedIn: 'root'
|
|
@@ -4128,9 +4155,9 @@
|
|
|
4128
4155
|
};
|
|
4129
4156
|
return MonkeyEcxRequestDownloadedHandlingService;
|
|
4130
4157
|
}());
|
|
4131
|
-
MonkeyEcxRequestDownloadedHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
4132
|
-
MonkeyEcxRequestDownloadedHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
4133
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
4158
|
+
MonkeyEcxRequestDownloadedHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxRequestDownloadedHandlingService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
4159
|
+
MonkeyEcxRequestDownloadedHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxRequestDownloadedHandlingService, providedIn: 'root' });
|
|
4160
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxRequestDownloadedHandlingService, decorators: [{
|
|
4134
4161
|
type: i0.Injectable,
|
|
4135
4162
|
args: [{
|
|
4136
4163
|
providedIn: 'root'
|
|
@@ -4179,9 +4206,9 @@
|
|
|
4179
4206
|
};
|
|
4180
4207
|
return MonkeyEcxDiscoveryParamsService;
|
|
4181
4208
|
}());
|
|
4182
|
-
MonkeyEcxDiscoveryParamsService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
4183
|
-
MonkeyEcxDiscoveryParamsService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
4184
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
4209
|
+
MonkeyEcxDiscoveryParamsService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxDiscoveryParamsService, deps: [{ token: i1__namespace$3.Router }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
4210
|
+
MonkeyEcxDiscoveryParamsService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxDiscoveryParamsService, providedIn: 'root' });
|
|
4211
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxDiscoveryParamsService, decorators: [{
|
|
4185
4212
|
type: i0.Injectable,
|
|
4186
4213
|
args: [{
|
|
4187
4214
|
providedIn: 'root'
|
|
@@ -4261,8 +4288,8 @@
|
|
|
4261
4288
|
};
|
|
4262
4289
|
return MonkeyEcxRequestScheduleService;
|
|
4263
4290
|
}());
|
|
4264
|
-
MonkeyEcxRequestScheduleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
4265
|
-
MonkeyEcxRequestScheduleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
4291
|
+
MonkeyEcxRequestScheduleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxRequestScheduleService, deps: [{ token: MonkeyEcxService }, { token: MonkeyEcxLoggedHandlingService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
4292
|
+
MonkeyEcxRequestScheduleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxRequestScheduleService, providedIn: 'root' });
|
|
4266
4293
|
__decorate([
|
|
4267
4294
|
MonkeyEcxCoreService({
|
|
4268
4295
|
httpResponse: {
|
|
@@ -4273,7 +4300,7 @@
|
|
|
4273
4300
|
}
|
|
4274
4301
|
})
|
|
4275
4302
|
], MonkeyEcxRequestScheduleService.prototype, "doCall", null);
|
|
4276
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
4303
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxRequestScheduleService, decorators: [{
|
|
4277
4304
|
type: i0.Injectable,
|
|
4278
4305
|
args: [{
|
|
4279
4306
|
providedIn: 'root'
|
|
@@ -4388,11 +4415,11 @@
|
|
|
4388
4415
|
}
|
|
4389
4416
|
return MonkeyFrontCoreModuleModule;
|
|
4390
4417
|
}());
|
|
4391
|
-
MonkeyFrontCoreModuleModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
4392
|
-
MonkeyFrontCoreModuleModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
|
4393
|
-
i1$4.HttpClientModule, i1__namespace$1.TranslateModule, MonkeyEcxConfigModule, MonkeyEcxHttpConfigInterceptorModule, MonkeyEcxErrorHandlingModule, i1.MonkeyStyleGuideModule, i1__namespace$
|
|
4418
|
+
MonkeyFrontCoreModuleModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyFrontCoreModuleModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
4419
|
+
MonkeyFrontCoreModuleModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyFrontCoreModuleModule, imports: [i1$2.CommonModule,
|
|
4420
|
+
i1$4.HttpClientModule, i1__namespace$1.TranslateModule, MonkeyEcxConfigModule, MonkeyEcxHttpConfigInterceptorModule, MonkeyEcxErrorHandlingModule, i1.MonkeyStyleGuideModule, i1__namespace$6.ServiceWorkerModule, ClosedToMaintenanceModule,
|
|
4394
4421
|
VersionChangedModule] });
|
|
4395
|
-
MonkeyFrontCoreModuleModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
|
4422
|
+
MonkeyFrontCoreModuleModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyFrontCoreModuleModule, providers: [
|
|
4396
4423
|
i1.MonkeyStyleGuideModalService,
|
|
4397
4424
|
i1.MonkeyStyleGuideSettingsService,
|
|
4398
4425
|
i1.MonkeyStyleGuideSnackbarService
|
|
@@ -4404,11 +4431,11 @@
|
|
|
4404
4431
|
MonkeyEcxHttpConfigInterceptorModule.forRoot(),
|
|
4405
4432
|
MonkeyEcxErrorHandlingModule.forRoot(),
|
|
4406
4433
|
i1.MonkeyStyleGuideModule,
|
|
4407
|
-
i1$
|
|
4434
|
+
i1$6.ServiceWorkerModule.register('ngsw-worker.js'),
|
|
4408
4435
|
ClosedToMaintenanceModule,
|
|
4409
4436
|
VersionChangedModule
|
|
4410
4437
|
]] });
|
|
4411
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
4438
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyFrontCoreModuleModule, decorators: [{
|
|
4412
4439
|
type: i0.NgModule,
|
|
4413
4440
|
args: [{
|
|
4414
4441
|
imports: [
|
|
@@ -4419,7 +4446,7 @@
|
|
|
4419
4446
|
MonkeyEcxHttpConfigInterceptorModule.forRoot(),
|
|
4420
4447
|
MonkeyEcxErrorHandlingModule.forRoot(),
|
|
4421
4448
|
i1.MonkeyStyleGuideModule,
|
|
4422
|
-
i1$
|
|
4449
|
+
i1$6.ServiceWorkerModule.register('ngsw-worker.js'),
|
|
4423
4450
|
ClosedToMaintenanceModule,
|
|
4424
4451
|
VersionChangedModule
|
|
4425
4452
|
],
|