monkey-front-core 0.0.32 → 0.0.36

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.
Files changed (146) hide show
  1. package/README.md +24 -24
  2. package/bundles/monkey-front-core.umd.js +473 -369
  3. package/bundles/monkey-front-core.umd.js.map +1 -1
  4. package/esm2015/lib/components/closed-to-maintenance/closed-to-maintenance.component.js +4 -4
  5. package/esm2015/lib/components/closed-to-maintenance/closed-to-maintenance.module.js +5 -5
  6. package/esm2015/lib/components/closed-to-maintenance/index.js +1 -1
  7. package/esm2015/lib/components/progress-bar/index.js +1 -1
  8. package/esm2015/lib/components/progress-bar/progress-bar.component.js +4 -4
  9. package/esm2015/lib/components/progress-bar/progress-bar.module.js +5 -5
  10. package/esm2015/lib/components/progress-bar/progress-bar.service.js +4 -4
  11. package/esm2015/lib/components/version-changed/index.js +1 -1
  12. package/esm2015/lib/components/version-changed/version-changed.component.js +4 -4
  13. package/esm2015/lib/components/version-changed/version-changed.module.js +5 -5
  14. package/esm2015/lib/core/decorators/index.js +1 -1
  15. package/esm2015/lib/core/decorators/monkeyecx-decorators.js +1 -1
  16. package/esm2015/lib/core/decorators/monkeyecx-download-decorators.js +1 -1
  17. package/esm2015/lib/core/decorators/monkeyecx-upload-decorators.js +1 -1
  18. package/esm2015/lib/core/directives/index.js +2 -1
  19. package/esm2015/lib/core/directives/monkeyecx-directives-module.js +10 -5
  20. package/esm2015/lib/core/directives/monkeyecx-drag-drop.js +4 -4
  21. package/esm2015/lib/core/directives/monkeyecx-feature-directive.js +66 -0
  22. package/esm2015/lib/core/directives/monkeyecx-format-currency.js +4 -4
  23. package/esm2015/lib/core/directives/monkeyecx-format-upper.js +3 -3
  24. package/esm2015/lib/core/directives/monkeyecx-only-alpha-numeric-directive.js +3 -3
  25. package/esm2015/lib/core/directives/monkeyecx-only-number-directive.js +3 -3
  26. package/esm2015/lib/core/directives/monkeyecx-security-directive.js +3 -3
  27. package/esm2015/lib/core/directives/monkeyecx-tooltip-directive.js +22 -12
  28. package/esm2015/lib/core/index.js +1 -1
  29. package/esm2015/lib/core/interceptors/index.js +1 -1
  30. package/esm2015/lib/core/interceptors/monkeyecx-http-config-error.interceptor.js +4 -4
  31. package/esm2015/lib/core/interceptors/monkeyecx-http-config-header.interceptor.js +4 -4
  32. package/esm2015/lib/core/interceptors/monkeyecx-http-config-interceptor.module.js +5 -5
  33. package/esm2015/lib/core/interceptors/monkeyecx-http-config-loading-in-progress.interceptor.js +4 -4
  34. package/esm2015/lib/core/interceptors/monkeyecx-http-config-queue.interceptor.js +4 -4
  35. package/esm2015/lib/core/interfaces/index.js +1 -1
  36. package/esm2015/lib/core/interfaces/monkeyecx-auth-credentials.js +1 -1
  37. package/esm2015/lib/core/interfaces/monkeyecx-company.js +1 -1
  38. package/esm2015/lib/core/interfaces/monkeyecx-config-boostrap.js +1 -1
  39. package/esm2015/lib/core/interfaces/monkeyecx-config.js +1 -1
  40. package/esm2015/lib/core/interfaces/monkeyecx-error-response.js +1 -1
  41. package/esm2015/lib/core/interfaces/monkeyecx-handled-error-response.js +1 -1
  42. package/esm2015/lib/core/interfaces/monkeyecx-header-credentials.js +1 -1
  43. package/esm2015/lib/core/interfaces/monkeyecx-intercom-options.js +1 -1
  44. package/esm2015/lib/core/interfaces/monkeyecx-me-credentials.js +1 -1
  45. package/esm2015/lib/core/interfaces/monkeyecx-navigation.js +1 -1
  46. package/esm2015/lib/core/interfaces/monkeyecx-program.js +1 -1
  47. package/esm2015/lib/core/interfaces/monkeyecx-releases.js +1 -1
  48. package/esm2015/lib/core/interfaces/monkeyecx-request-in-progress.js +1 -1
  49. package/esm2015/lib/core/interfaces/monkeyecx-request-paged.js +1 -1
  50. package/esm2015/lib/core/interfaces/monkeyecx-response-paged.js +1 -1
  51. package/esm2015/lib/core/interfaces/monkeyecx-service-credentials.js +1 -1
  52. package/esm2015/lib/core/interfaces/monkeyecx-token-credentials.js +1 -1
  53. package/esm2015/lib/core/interfaces/monkeyecx-translate-options.js +1 -1
  54. package/esm2015/lib/core/interfaces/request-download/index.js +1 -1
  55. package/esm2015/lib/core/interfaces/request-download/monkeyecx-request-download.js +1 -1
  56. package/esm2015/lib/core/interfaces/request-download/monkeyecx-request-downloaded.js +1 -1
  57. package/esm2015/lib/core/interfaces/request-download/monkeyecx-request-item-download.js +1 -1
  58. package/esm2015/lib/core/interfaces/request-queue/index.js +1 -1
  59. package/esm2015/lib/core/interfaces/request-queue/monkeyecx-request-item-queue.js +1 -1
  60. package/esm2015/lib/core/interfaces/request-queue/monkeyecx-request-progress-queue.js +1 -1
  61. package/esm2015/lib/core/interfaces/request-queue/monkeyecx-request-queue.js +1 -1
  62. package/esm2015/lib/core/interfaces/request-upload/index.js +1 -1
  63. package/esm2015/lib/core/interfaces/request-upload/monkeyecx-request-item-upload.js +1 -1
  64. package/esm2015/lib/core/interfaces/request-upload/monkeyecx-request-upload.js +1 -1
  65. package/esm2015/lib/core/interfaces/schedules/index.js +1 -1
  66. package/esm2015/lib/core/interfaces/schedules/monkeyecx-request-schedule.js +1 -1
  67. package/esm2015/lib/core/model/index.js +1 -1
  68. package/esm2015/lib/core/model/monkeyecx-model.js +1 -1
  69. package/esm2015/lib/core/pipes/index.js +1 -1
  70. package/esm2015/lib/core/pipes/monkeyecx-display-first-name.js +4 -4
  71. package/esm2015/lib/core/pipes/monkeyecx-format-currency.js +4 -4
  72. package/esm2015/lib/core/pipes/monkeyecx-format-date-timelapse.js +4 -4
  73. package/esm2015/lib/core/pipes/monkeyecx-format-document.js +4 -4
  74. package/esm2015/lib/core/pipes/monkeyecx-format-number.js +4 -4
  75. package/esm2015/lib/core/pipes/monkeyecx-format-size.js +4 -4
  76. package/esm2015/lib/core/pipes/monkeyecx-format-type-document.js +4 -4
  77. package/esm2015/lib/core/pipes/monkeyecx-format-value.js +4 -4
  78. package/esm2015/lib/core/pipes/monkeyecx-format-zipcode.js +4 -4
  79. package/esm2015/lib/core/pipes/monkeyecx-pipes.module.js +5 -5
  80. package/esm2015/lib/core/pipes/monkeyecx-text-truncate.js +4 -4
  81. package/esm2015/lib/core/pipes/monkeyecx-truncate-qtd.js +4 -4
  82. package/esm2015/lib/core/services/auth/index.js +1 -1
  83. package/esm2015/lib/core/services/auth/monkeyecx-auth-guard-login.service.js +4 -4
  84. package/esm2015/lib/core/services/auth/monkeyecx-auth-guard.service.js +4 -4
  85. package/esm2015/lib/core/services/auth/monkeyecx-authentication.service.js +4 -4
  86. package/esm2015/lib/core/services/commons/index.js +1 -1
  87. package/esm2015/lib/core/services/commons/monkeyecx-commons.service.js +1 -1
  88. package/esm2015/lib/core/services/config/index.js +1 -1
  89. package/esm2015/lib/core/services/config/monkeyecx-config.module.js +5 -5
  90. package/esm2015/lib/core/services/config/monkeyecx-config.service.js +20 -15
  91. package/esm2015/lib/core/services/config/monkeyecx-error-config.service.js +85 -0
  92. package/esm2015/lib/core/services/config/monkeyecx-feature-toggle.service.js +14 -11
  93. package/esm2015/lib/core/services/config/monkeyecx-i18n-config.service.js +17 -11
  94. package/esm2015/lib/core/services/config/monkeyecx-logs-config.service.js +12 -10
  95. package/esm2015/lib/core/services/config/monkeyecx-maintenance-config.service.js +4 -4
  96. package/esm2015/lib/core/services/config/monkeyecx-security-console-config.service.js +4 -4
  97. package/esm2015/lib/core/services/config/monkeyecx-service-worker-config.service.js +4 -4
  98. package/esm2015/lib/core/services/error/index.js +1 -1
  99. package/esm2015/lib/core/services/error/monkeyecx-error-handling.module.js +5 -5
  100. package/esm2015/lib/core/services/error/monkeyecx-error-handling.service.js +4 -4
  101. package/esm2015/lib/core/services/error/monkeyecx-http-error-handling.service.js +4 -4
  102. package/esm2015/lib/core/services/error/monkeyecx-others-errors-handling.service.js +4 -4
  103. package/esm2015/lib/core/services/index.js +1 -1
  104. package/esm2015/lib/core/services/logged/index.js +1 -1
  105. package/esm2015/lib/core/services/logged/monkeyecx-logged-handling.service.js +4 -4
  106. package/esm2015/lib/core/services/monkeyecx-handling.service.js +4 -4
  107. package/esm2015/lib/core/services/monkeyecx-service.service.js +4 -4
  108. package/esm2015/lib/core/services/request-download/index.js +1 -1
  109. package/esm2015/lib/core/services/request-download/monkeyecx-request-download-handling.service.js +4 -4
  110. package/esm2015/lib/core/services/request-download/monkeyecx-request-downloaded-handling.service.js +4 -4
  111. package/esm2015/lib/core/services/request-paged/index.js +1 -1
  112. package/esm2015/lib/core/services/request-paged/monkeyecx-request-request-paged-handling.js +1 -1
  113. package/esm2015/lib/core/services/request-queue/index.js +1 -1
  114. package/esm2015/lib/core/services/request-queue/monkeyecx-request-queue-handling.service.js +4 -4
  115. package/esm2015/lib/core/services/request-queue/monkeyecx-request-queue-modal-handling.service.js +4 -4
  116. package/esm2015/lib/core/services/routes/index.js +1 -1
  117. package/esm2015/lib/core/services/routes/monkeyecx-dicovery-params.service.js +4 -4
  118. package/esm2015/lib/core/services/schedules/index.js +1 -1
  119. package/esm2015/lib/core/services/schedules/monkeyecx-request-schedule.service.js +4 -4
  120. package/esm2015/lib/core/services/storage/index.js +1 -1
  121. package/esm2015/lib/core/services/storage/monkeyecx-cookie-storage.service.js +16 -85
  122. package/esm2015/lib/core/services/storage/monkeyecx-token-storage.service.js +4 -4
  123. package/esm2015/lib/core/specification-search/index.js +1 -1
  124. package/esm2015/lib/core/specification-search/monkeyecx-specification-search.js +1 -1
  125. package/esm2015/lib/core/utils/decorators-utils.js +1 -1
  126. package/esm2015/lib/core/utils/index.js +1 -1
  127. package/esm2015/lib/core/utils/statics.js +1 -1
  128. package/esm2015/lib/core/utils/utils.js +1 -1
  129. package/esm2015/lib/core/utils/validate-utils.js +1 -1
  130. package/esm2015/lib/core/utils/validators.js +2 -3
  131. package/esm2015/lib/monkey-front-core.module.js +5 -5
  132. package/esm2015/public-api.js +1 -1
  133. package/fesm2015/monkey-front-core.js +461 -359
  134. package/fesm2015/monkey-front-core.js.map +1 -1
  135. package/lib/core/directives/index.d.ts +1 -0
  136. package/lib/core/directives/monkeyecx-directives-module.d.ts +7 -6
  137. package/lib/core/directives/monkeyecx-feature-directive.d.ts +17 -0
  138. package/lib/core/directives/monkeyecx-tooltip-directive.d.ts +2 -1
  139. package/lib/core/services/config/monkeyecx-config.service.d.ts +5 -1
  140. package/lib/core/services/config/monkeyecx-error-config.service.d.ts +8 -0
  141. package/lib/core/services/config/monkeyecx-feature-toggle.service.d.ts +4 -6
  142. package/lib/core/services/config/monkeyecx-i18n-config.service.d.ts +3 -1
  143. package/lib/core/services/storage/monkeyecx-cookie-storage.service.d.ts +6 -8
  144. package/monkey-front-core-0.0.36.tgz +0 -0
  145. package/package.json +2 -1
  146. package/monkey-front-core-0.0.32.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$5, launchdarklyJsClientSdk) { 'use strict';
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.14", ngImport: i0__namespace, type: MonkeyEcxFormatDateTimelapsePipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
289
- MonkeyEcxFormatDateTimelapsePipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxFormatDateTimelapsePipe, name: "monkeyecxFormatDateTimelapse" });
290
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxFormatDateTimelapsePipe, decorators: [{
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.14", ngImport: i0__namespace, type: ClosedToMaintenanceComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
310
- ClosedToMaintenanceComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.14", type: ClosedToMaintenanceComponent, selector: "monkeyecx-closed-to-maintenance", inputs: { config: "config", modalRef: "modalRef" }, ngImport: i0__namespace, template: "<monkey-modal [config]=\"config\" [modalRef]=\"modalRef\">\n <div class=\"d-flex flex-column justify-content-center align-items-center\">\n <span class=\"h2\">\n {{ 'SCREENS.CLOSED-TO-MAINTENANCE.TITLE' | translate }}\n </span>\n <span class=\"information-title mt-4\">\n {{ 'SCREENS.CLOSED-TO-MAINTENANCE.INFORMATION-1' | translate }}\n </span>\n <span class=\"information-title mt-4\">\n {{ 'SCREENS.CLOSED-TO-MAINTENANCE.INFORMATION-2' | translate }}\n </span>\n <span class=\"information mt-3\">\n {{ 'SCREENS.CLOSED-TO-MAINTENANCE.INFORMATION-3' | translate }}\n {{ _configBoostrap?.maintenance?.endDate | monkeyecxFormatDateTimelapse: true }}\n </span>\n <span class=\"information-title mt-4\">\n {{ 'SCREENS.CLOSED-TO-MAINTENANCE.INFORMATION-4' | translate }}\n </span>\n </div>\n <div class=\"d-flex flex-column justify-content-center align-items-center mt-5\">\n <monkey-button type=\"primary\" color=\"theme\" (click)=\"onClose()\">\n {{ 'SCREENS.CLOSED-TO-MAINTENANCE.BUTTONS.UPDATE-MAINTENANCE' | translate }}\n </monkey-button>\n </div>\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 });
311
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: ClosedToMaintenanceComponent, decorators: [{
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.14", ngImport: i0__namespace, type: MonkeyEcxFormatNumber, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
337
- MonkeyEcxFormatNumber.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxFormatNumber, name: "monkeyecxFormatNumber" });
338
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxFormatNumber, decorators: [{
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.14", ngImport: i0__namespace, type: MonkeyEcxFormatValue, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
357
- MonkeyEcxFormatValue.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxFormatValue, name: "monkeyecxFormatValue" });
358
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxFormatValue, decorators: [{
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.14", ngImport: i0__namespace, type: MonkeyEcxFormatDocumentPipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
377
- MonkeyEcxFormatDocumentPipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxFormatDocumentPipe, name: "monkeyecxFormatDocument" });
378
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxFormatDocumentPipe, decorators: [{
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.14", ngImport: i0__namespace, type: MonkeyEcxDisplayFirstNamePipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
397
- MonkeyEcxDisplayFirstNamePipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxDisplayFirstNamePipe, name: "monkeyecxDisplayFirstName" });
398
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxDisplayFirstNamePipe, decorators: [{
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.14", ngImport: i0__namespace, type: MonkeyEcxFormatSizePipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
418
- MonkeyEcxFormatSizePipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxFormatSizePipe, name: "monkeyecxFormatSize" });
419
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxFormatSizePipe, decorators: [{
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.14", ngImport: i0__namespace, type: MonkeyEcxFormatCurrencyPipe, deps: [{ token: i0__namespace.Injector }, { token: i1__namespace$2.CurrencyPipe }], target: i0__namespace.ɵɵFactoryTarget.Pipe });
446
- MonkeyEcxFormatCurrencyPipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxFormatCurrencyPipe, name: "monkeyecxFormatCurrency" });
447
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxFormatCurrencyPipe, decorators: [{
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.14", ngImport: i0__namespace, type: MonkeyEcxFormatZipCodePipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
466
- MonkeyEcxFormatZipCodePipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxFormatZipCodePipe, name: "monkeyecxFormatZipCode" });
467
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxFormatZipCodePipe, decorators: [{
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.14", ngImport: i0__namespace, type: MonkeyEcxTextTruncatePipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
492
- MonkeyEcxTextTruncatePipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxTextTruncatePipe, name: "monkeyecxTextTruncate" });
493
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxTextTruncatePipe, decorators: [{
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.14", ngImport: i0__namespace, type: MonkeyEcxDocumentTypePipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
512
- MonkeyEcxDocumentTypePipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxDocumentTypePipe, name: "monkeyecxDocumentType" });
513
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxDocumentTypePipe, decorators: [{
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.14", ngImport: i0__namespace, type: MonkeyEcxTruncateQtdPipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
529
- MonkeyEcxTruncateQtdPipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxTruncateQtdPipe, name: "monkeyecxTruncateQtd" });
530
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxTruncateQtdPipe, decorators: [{
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.14", ngImport: i0__namespace, type: MonkeyEcxPipesModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
543
- MonkeyEcxPipesModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxPipesModule, declarations: [MonkeyEcxFormatDocumentPipe,
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.14", ngImport: i0__namespace, type: MonkeyEcxPipesModule, providers: [i1$2.CurrencyPipe] });
565
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxPipesModule, decorators: [{
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.14", ngImport: i0__namespace, type: ClosedToMaintenanceModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
604
- ClosedToMaintenanceModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: ClosedToMaintenanceModule, declarations: [ClosedToMaintenanceComponent], imports: [i1$2.CommonModule,
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.14", ngImport: i0__namespace, type: ClosedToMaintenanceModule, imports: [[
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.14", ngImport: i0__namespace, type: ClosedToMaintenanceModule, decorators: [{
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.14", ngImport: i0__namespace, type: MonkeyEcxProgressBarService, deps: [{ token: i1__namespace$3.Router }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
673
- MonkeyEcxProgressBarService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxProgressBarService, providedIn: 'root' });
674
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxProgressBarService, decorators: [{
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.14", ngImport: i0__namespace, type: MonkeyEcxProgressBarComponent, deps: [{ token: MonkeyEcxProgressBarService }], target: i0__namespace.ɵɵFactoryTarget.Component });
696
- MonkeyEcxProgressBarComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.14", type: MonkeyEcxProgressBarComponent, selector: "monkeyecx-progress-bar", ngImport: i0__namespace, template: "<ng-container *ngIf=\"visible\">\n <progress class=\"monkey-progress monkey-progress__theme\"></progress>\n</ng-container>\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 });
697
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxProgressBarComponent, decorators: [{
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.14", ngImport: i0__namespace, type: MonkeyEcxProgressBarModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
713
- MonkeyEcxProgressBarModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxProgressBarModule, declarations: [MonkeyEcxProgressBarComponent], imports: [i1$2.CommonModule], exports: [MonkeyEcxProgressBarComponent] });
714
- MonkeyEcxProgressBarModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxProgressBarModule, imports: [[i1$2.CommonModule]] });
715
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxProgressBarModule, decorators: [{
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.14", ngImport: i0__namespace, type: VersionChangedComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
733
- VersionChangedComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.14", type: VersionChangedComponent, selector: "monkeyecx-version-changed", inputs: { config: "config", modalRef: "modalRef" }, ngImport: i0__namespace, template: "<monkey-modal [config]=\"config\" [modalRef]=\"modalRef\">\n <div class=\"d-flex flex-column justify-content-center align-items-center\">\n <span class=\"h2\">\n {{ 'SCREENS.VERSION-CHANGED.TITLE' | translate }}\n </span>\n <span class=\"information-title mt-4\">\n {{ 'SCREENS.VERSION-CHANGED.INFORMATION-1' | translate }}\n </span>\n <span class=\"information mt-3\">\n {{ 'SCREENS.VERSION-CHANGED.INFORMATION-2' | translate }}\n </span>\n </div>\n <div class=\"d-flex flex-column justify-content-center align-items-center mt-5\">\n <monkey-button type=\"primary\" color=\"theme\" (click)=\"onClose()\">\n {{ 'SCREENS.VERSION-CHANGED.BUTTONS.UPDATE-VERSION' | translate }}\n </monkey-button>\n </div>\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 });
734
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: VersionChangedComponent, decorators: [{
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.14", ngImport: i0__namespace, type: VersionChangedModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
754
- VersionChangedModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: VersionChangedModule, declarations: [VersionChangedComponent], imports: [i1$2.CommonModule,
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.14", ngImport: i0__namespace, type: VersionChangedModule, imports: [[
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.14", ngImport: i0__namespace, type: VersionChangedModule, decorators: [{
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],
@@ -1447,8 +1448,7 @@
1447
1448
  });
1448
1449
 
1449
1450
  var moment = moment___namespace;
1450
- // eslint-disable-next-line max-len
1451
- var EMAIL_REGEXP = /^[\w\-.]+@([\w-]+\.)+[\w-]{1,4}$/;
1451
+ var EMAIL_REGEXP = /^[\w-.]+@([\w-]+\.)+[\w-]{1,64}$/;
1452
1452
  function isEmptyInputValue(value) {
1453
1453
  return value == null || value.length === 0;
1454
1454
  }
@@ -1852,9 +1852,9 @@
1852
1852
  };
1853
1853
  return MonkeyEcxDragDropDirective;
1854
1854
  }());
1855
- MonkeyEcxDragDropDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxDragDropDirective, deps: [], target: i0__namespace.ɵɵFactoryTarget.Directive });
1856
- MonkeyEcxDragDropDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.14", 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.14", ngImport: i0__namespace, type: MonkeyEcxDragDropDirective, decorators: [{
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: [{
1858
1858
  type: i0.Directive,
1859
1859
  args: [{
1860
1860
  selector: '[monkeyecxDragDrop]'
@@ -1906,9 +1906,9 @@
1906
1906
  };
1907
1907
  return MonkeyEcxFormatCurrency;
1908
1908
  }());
1909
- MonkeyEcxFormatCurrency.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", 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.14", 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.14", ngImport: i0__namespace, type: MonkeyEcxFormatCurrency, decorators: [{
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: [{
1912
1912
  type: i0.Directive,
1913
1913
  args: [{
1914
1914
  selector: '[monkeyecxFormatCurrency]',
@@ -1948,8 +1948,8 @@
1948
1948
  };
1949
1949
  return MonkeyEcxFormatUpper;
1950
1950
  }());
1951
- MonkeyEcxFormatUpper.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", 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.14", type: MonkeyEcxFormatUpper, selector: "[monkeyecxFormatUpper]", host: { listeners: { "keyup": "onKeyDown($event)", "blur": "onBlur($event)" } }, providers: [
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: [
1953
1953
  {
1954
1954
  provide: forms.NG_VALUE_ACCESSOR,
1955
1955
  useExisting: i0.forwardRef(function () {
@@ -1959,7 +1959,7 @@
1959
1959
  multi: true
1960
1960
  }
1961
1961
  ], ngImport: i0__namespace });
1962
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxFormatUpper, decorators: [{
1962
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxFormatUpper, decorators: [{
1963
1963
  type: i0.Directive,
1964
1964
  args: [{
1965
1965
  selector: '[monkeyecxFormatUpper]',
@@ -2000,9 +2000,9 @@
2000
2000
  };
2001
2001
  return MonkeyEcxOnlyAlphaNumericDirective;
2002
2002
  }());
2003
- MonkeyEcxOnlyAlphaNumericDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", 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.14", type: MonkeyEcxOnlyAlphaNumericDirective, selector: "[monkeyecxOnlyAlphaNumeric]", host: { listeners: { "input": "onInputChange($event)" } }, ngImport: i0__namespace });
2005
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxOnlyAlphaNumericDirective, decorators: [{
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: [{
2006
2006
  type: i0.Directive,
2007
2007
  args: [{
2008
2008
  selector: '[monkeyecxOnlyAlphaNumeric]'
@@ -2026,9 +2026,9 @@
2026
2026
  };
2027
2027
  return MonkeyEcxOnlyNumbersDirective;
2028
2028
  }());
2029
- MonkeyEcxOnlyNumbersDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", 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.14", type: MonkeyEcxOnlyNumbersDirective, selector: "[monkeyecxOnlyNumbers]", host: { listeners: { "input": "onInputChange($event)" } }, ngImport: i0__namespace });
2031
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxOnlyNumbersDirective, decorators: [{
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: [{
2032
2032
  type: i0.Directive,
2033
2033
  args: [{
2034
2034
  selector: '[monkeyecxOnlyNumbers]'
@@ -2344,9 +2344,9 @@
2344
2344
  };
2345
2345
  return MonkeyEcxHandlingService;
2346
2346
  }());
2347
- MonkeyEcxHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxHandlingService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
2348
- MonkeyEcxHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxHandlingService, providedIn: 'root' });
2349
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxHandlingService, decorators: [{
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: [{
2350
2350
  type: i0.Injectable,
2351
2351
  args: [{
2352
2352
  providedIn: 'root'
@@ -2452,9 +2452,9 @@
2452
2452
  };
2453
2453
  return MonkeyEcxService;
2454
2454
  }());
2455
- MonkeyEcxService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", 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.14", ngImport: i0__namespace, type: MonkeyEcxService, providedIn: 'root' });
2457
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxService, decorators: [{
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: [{
2458
2458
  type: i0.Injectable,
2459
2459
  args: [{
2460
2460
  providedIn: 'root'
@@ -2463,109 +2463,122 @@
2463
2463
 
2464
2464
  /* eslint-disable object-curly-newline */
2465
2465
  var MonkeyEcxCookieStorageService = /** @class */ (function () {
2466
- function MonkeyEcxCookieStorageService(document) {
2467
- this.document = document;
2466
+ function MonkeyEcxCookieStorageService(cookieService) {
2467
+ this.cookieService = cookieService;
2468
2468
  // not to do
2469
2469
  }
2470
- MonkeyEcxCookieStorageService.prototype.getCookieRegExp = function (name) {
2471
- var escapedName = name.replace(/([[\]{}()|=;+?,.*^$])/gi, '\\$1');
2472
- return new RegExp("(?:^" + escapedName + "|;\\s*" + escapedName + ")=(.*?)(?:;|$)", 'g');
2470
+ MonkeyEcxCookieStorageService.prototype.setCookie = function (name, value) {
2471
+ this.removeCookie(name);
2472
+ this.cookieService.set(name, value, null, '/', '', true, 'None');
2473
2473
  };
2474
- MonkeyEcxCookieStorageService.prototype.safeDecodeURIComponent = function (encodedURIComponent) {
2475
- try {
2476
- return decodeURIComponent(encodedURIComponent);
2477
- }
2478
- catch (_a) {
2479
- return encodedURIComponent;
2480
- }
2481
- };
2482
- MonkeyEcxCookieStorageService.prototype.check = function (name) {
2483
- name = encodeURIComponent(name);
2484
- var regExp = this.getCookieRegExp(name);
2485
- return regExp.test(this.document.cookie);
2486
- };
2487
- MonkeyEcxCookieStorageService.prototype.set = function (name, value, expiresOrOptions, path, domain, secure, sameSite) {
2488
- if (typeof expiresOrOptions === 'number' ||
2489
- expiresOrOptions instanceof Date ||
2490
- path ||
2491
- domain ||
2492
- secure ||
2493
- sameSite) {
2494
- var optionsBody = {
2495
- expires: expiresOrOptions,
2496
- path: path,
2497
- domain: domain,
2498
- secure: secure,
2499
- sameSite: sameSite || 'Lax'
2500
- };
2501
- this.set(name, value, optionsBody);
2502
- return;
2503
- }
2504
- var cookieString = encodeURIComponent(name) + "=" + encodeURIComponent(value) + ";";
2505
- var options = expiresOrOptions || {};
2506
- if (options.expires) {
2507
- if (typeof options.expires === 'number') {
2508
- var dateExpires = new Date(new Date().getTime() + options.expires * 1000 * 60 * 60 * 24);
2509
- cookieString += "expires=" + dateExpires.toUTCString() + ";";
2510
- }
2511
- else {
2512
- cookieString += "expires=" + options.expires.toUTCString() + ";";
2513
- }
2514
- }
2515
- if (options.path) {
2516
- cookieString += "path=" + options.path + ";";
2517
- }
2518
- if (options.domain) {
2519
- cookieString += "domain=" + options.domain + ";";
2520
- }
2521
- if (options.secure === false && options.sameSite === 'None') {
2522
- options.secure = true;
2523
- }
2524
- if (options.secure) {
2525
- cookieString += 'secure;';
2526
- }
2527
- if (!options.sameSite) {
2528
- options.sameSite = 'Lax';
2529
- }
2530
- cookieString += "sameSite=" + options.sameSite + ";";
2531
- this.document.cookie = cookieString;
2532
- };
2533
- MonkeyEcxCookieStorageService.prototype.get = function (name) {
2534
- if (this.check(name)) {
2535
- name = encodeURIComponent(name);
2536
- var regExp = this.getCookieRegExp(name);
2537
- var result = regExp.exec(this.document.cookie);
2538
- return result[1] ? this.safeDecodeURIComponent(result[1]) : '';
2539
- }
2540
- return '';
2474
+ MonkeyEcxCookieStorageService.prototype.getCookie = function (name) {
2475
+ return this.cookieService.get(name);
2541
2476
  };
2542
- MonkeyEcxCookieStorageService.prototype.remove = function (name, path, domain, secure, sameSite) {
2543
- if (sameSite === void 0) { sameSite = 'Lax'; }
2544
- var expiresDate = new Date('Thu, 01 Jan 1970 00:00:01 GMT');
2545
- this.set(name, '', { expires: expiresDate, path: path, domain: domain, secure: secure, sameSite: sameSite });
2477
+ MonkeyEcxCookieStorageService.prototype.removeCookie = function (name) {
2478
+ this.cookieService.delete(name, '/');
2546
2479
  };
2547
2480
  return MonkeyEcxCookieStorageService;
2548
2481
  }());
2549
- MonkeyEcxCookieStorageService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxCookieStorageService, deps: [{ token: i1$2.DOCUMENT }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
2550
- MonkeyEcxCookieStorageService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxCookieStorageService, providedIn: 'root' });
2551
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxCookieStorageService, decorators: [{
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: [{
2552
2485
  type: i0.Injectable,
2553
2486
  args: [{
2554
2487
  providedIn: 'root'
2555
2488
  }]
2556
- }], ctorParameters: function () {
2557
- return [{ type: undefined, decorators: [{
2558
- type: i0.Inject,
2559
- args: [i1$2.DOCUMENT]
2560
- }] }];
2561
- } });
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 []; } });
2562
2574
 
2563
2575
  var MonkeyEcxi18nConfigService = /** @class */ (function (_super) {
2564
2576
  __extends(MonkeyEcxi18nConfigService, _super);
2565
- function MonkeyEcxi18nConfigService(monkeyecxService, translateService, monkeyecxCookieStorageService) {
2577
+ function MonkeyEcxi18nConfigService(monkeyecxService, translateService, monkeyecxCookieStorageService, monkeyecxErrorConfigService) {
2566
2578
  var _this = _super.call(this, monkeyecxService) || this;
2567
2579
  _this.translateService = translateService;
2568
2580
  _this.monkeyecxCookieStorageService = monkeyecxCookieStorageService;
2581
+ _this.monkeyecxErrorConfigService = monkeyecxErrorConfigService;
2569
2582
  _this.translateService.addLangs(['pt-BR', 'en-US']);
2570
2583
  _this.translateService.setDefaultLang('pt-BR');
2571
2584
  _this.translateService.use('pt-BR');
@@ -2578,29 +2591,33 @@
2578
2591
  MonkeyEcxi18nConfigService.prototype.apply = function (params, environment, change) {
2579
2592
  var _this = this;
2580
2593
  if (change === void 0) { change = false; }
2581
- var _a = this, monkeyecxService = _a.monkeyecxService, monkeyecxCookieStorageService = _a.monkeyecxCookieStorageService;
2594
+ var _a = this, monkeyecxService = _a.monkeyecxService, monkeyecxCookieStorageService = _a.monkeyecxCookieStorageService, monkeyecxErrorConfigService = _a.monkeyecxErrorConfigService;
2582
2595
  var i18n = params.i18n;
2583
- var cookie = monkeyecxCookieStorageService.get('monkey-app-locale');
2596
+ var cookie = monkeyecxCookieStorageService.getCookie('monkey-app-locale');
2584
2597
  if (cookie && !change) {
2585
2598
  i18n = JSON.parse(atob(cookie));
2586
2599
  }
2587
2600
  else {
2588
- monkeyecxCookieStorageService.set('monkey-app-locale', btoa(JSON.stringify(i18n)));
2601
+ monkeyecxCookieStorageService.setCookie('monkey-app-locale', btoa(JSON.stringify(i18n)));
2602
+ if (!cookie)
2603
+ change = true;
2589
2604
  }
2590
- monkeyecxService.get(environment.urlAssets + "/i18n/" + i18n.lang + ".json").subscribe(function (config) {
2605
+ monkeyecxService.get(environment.localAssets + "/i18n/" + i18n.lang + ".json").subscribe(function (config) {
2591
2606
  var lang = config.lang, data = config.data;
2592
2607
  _this.translateService.setTranslation(lang, data, true);
2593
2608
  _this.translateService.use(lang);
2609
+ if (change)
2610
+ document.location.reload();
2594
2611
  }, function (err) {
2595
- console.log(err);
2596
2612
  console.error("i18n " + i18n.lang + " not found!");
2613
+ monkeyecxErrorConfigService.apply('i18n');
2597
2614
  rxjs.throwError(err);
2598
2615
  });
2599
2616
  };
2600
2617
  return MonkeyEcxi18nConfigService;
2601
2618
  }(MonkeyEcxCommonsService));
2602
- MonkeyEcxi18nConfigService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxi18nConfigService, deps: [{ token: MonkeyEcxService }, { token: i1__namespace$1.TranslateService }, { token: MonkeyEcxCookieStorageService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
2603
- MonkeyEcxi18nConfigService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxi18nConfigService, providedIn: 'root' });
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' });
2604
2621
  __decorate([
2605
2622
  MonkeyEcxCoreService({
2606
2623
  httpResponse: {
@@ -2611,39 +2628,41 @@
2611
2628
  }
2612
2629
  })
2613
2630
  ], MonkeyEcxi18nConfigService.prototype, "apply", null);
2614
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxi18nConfigService, decorators: [{
2631
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxi18nConfigService, decorators: [{
2615
2632
  type: i0.Injectable,
2616
2633
  args: [{
2617
2634
  providedIn: 'root'
2618
2635
  }]
2619
- }], 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: [] } });
2620
2637
 
2621
2638
  var MonkeyEcxLogsConfigService = /** @class */ (function () {
2622
2639
  function MonkeyEcxLogsConfigService() {
2623
2640
  }
2624
2641
  MonkeyEcxLogsConfigService.prototype.apply = function (params, configBoostrap, environment, identifyCode) {
2625
2642
  var program = params.program, logs = params.logs;
2626
- if ((logs === null || logs === void 0 ? void 0 : logs.enabled) &&
2627
- environment.production &&
2628
- (environment === null || environment === void 0 ? void 0 : environment.dataDogApplicationId) &&
2629
- (environment === null || environment === void 0 ? void 0 : environment.dataDogClientToken)) {
2643
+ if ((logs === null || logs === void 0 ? void 0 : logs.enabled) && environment.environment !== 'dev') {
2630
2644
  browserRum.datadogRum.init({
2631
2645
  applicationId: environment === null || environment === void 0 ? void 0 : environment.dataDogApplicationId,
2632
2646
  clientToken: environment === null || environment === void 0 ? void 0 : environment.dataDogClientToken,
2633
2647
  service: program.token,
2634
2648
  site: 'datadoghq.com',
2635
2649
  sampleRate: 100,
2636
- env: "monkeyecx-front-" + identifyCode + "-" + environment.environment,
2650
+ replaySampleRate: 100,
2651
+ env: "monkey-front-" + identifyCode + "-" + environment.environment,
2637
2652
  version: configBoostrap === null || configBoostrap === void 0 ? void 0 : configBoostrap.version,
2638
- trackInteractions: true
2653
+ trackInteractions: true,
2654
+ trackSessionAcrossSubdomains: true,
2655
+ useSecureSessionCookie: true,
2656
+ useCrossSiteSessionCookie: true
2639
2657
  });
2658
+ browserRum.datadogRum.startSessionReplayRecording();
2640
2659
  }
2641
2660
  };
2642
2661
  return MonkeyEcxLogsConfigService;
2643
2662
  }());
2644
- MonkeyEcxLogsConfigService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxLogsConfigService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
2645
- MonkeyEcxLogsConfigService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxLogsConfigService, providedIn: 'root' });
2646
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxLogsConfigService, decorators: [{
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: [{
2647
2666
  type: i0.Injectable,
2648
2667
  args: [{
2649
2668
  providedIn: 'root'
@@ -2689,14 +2708,14 @@
2689
2708
  };
2690
2709
  return MonkeyEcxServiceWorkerConfigService;
2691
2710
  }());
2692
- MonkeyEcxServiceWorkerConfigService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxServiceWorkerConfigService, deps: [{ token: i0__namespace.ApplicationRef }, { token: i1__namespace$5.SwUpdate }, { token: i1__namespace.MonkeyStyleGuideModalService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
2693
- MonkeyEcxServiceWorkerConfigService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxServiceWorkerConfigService, providedIn: 'root' });
2694
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxServiceWorkerConfigService, decorators: [{
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: [{
2695
2714
  type: i0.Injectable,
2696
2715
  args: [{
2697
2716
  providedIn: 'root'
2698
2717
  }]
2699
- }], ctorParameters: function () { return [{ type: i0__namespace.ApplicationRef }, { type: i1__namespace$5.SwUpdate }, { type: i1__namespace.MonkeyStyleGuideModalService }]; } });
2718
+ }], ctorParameters: function () { return [{ type: i0__namespace.ApplicationRef }, { type: i1__namespace$6.SwUpdate }, { type: i1__namespace.MonkeyStyleGuideModalService }]; } });
2700
2719
 
2701
2720
  var MonkeyEcxSecurityConsoleConfigService = /** @class */ (function (_super) {
2702
2721
  __extends(MonkeyEcxSecurityConsoleConfigService, _super);
@@ -2730,9 +2749,9 @@
2730
2749
  };
2731
2750
  return MonkeyEcxSecurityConsoleConfigService;
2732
2751
  }(MonkeyEcxCommonsService));
2733
- MonkeyEcxSecurityConsoleConfigService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxSecurityConsoleConfigService, deps: [{ token: i1__namespace$1.TranslateService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
2734
- MonkeyEcxSecurityConsoleConfigService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxSecurityConsoleConfigService, providedIn: 'root' });
2735
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxSecurityConsoleConfigService, decorators: [{
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: [{
2736
2755
  type: i0.Injectable,
2737
2756
  args: [{
2738
2757
  providedIn: 'root'
@@ -2764,18 +2783,84 @@
2764
2783
  };
2765
2784
  return MonkeyEcxMaintenanceConfigService;
2766
2785
  }());
2767
- MonkeyEcxMaintenanceConfigService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxMaintenanceConfigService, deps: [{ token: i1__namespace.MonkeyStyleGuideModalService }, { token: i1__namespace$3.Router }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
2768
- MonkeyEcxMaintenanceConfigService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxMaintenanceConfigService, providedIn: 'root' });
2769
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxMaintenanceConfigService, decorators: [{
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: [{
2770
2789
  type: i0.Injectable,
2771
2790
  args: [{
2772
2791
  providedIn: 'root'
2773
2792
  }]
2774
2793
  }], ctorParameters: function () { return [{ type: i1__namespace.MonkeyStyleGuideModalService }, { type: i1__namespace$3.Router }]; } });
2775
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
+
2776
2861
  var MonkeyEcxConfigService = /** @class */ (function (_super) {
2777
2862
  __extends(MonkeyEcxConfigService, _super);
2778
- function MonkeyEcxConfigService(monkeyecxService, monkeyecxi18nConfigService, monkeyecxLogsConfigService, monkeyStyleGuideSettingsService, monkeyecxServiceWorkerConfigService, monkeyecxSecurityConsoleConfigService, monkeyecxMaintenanceConfigService) {
2863
+ function MonkeyEcxConfigService(monkeyecxService, monkeyecxi18nConfigService, monkeyecxLogsConfigService, monkeyStyleGuideSettingsService, monkeyecxServiceWorkerConfigService, monkeyecxSecurityConsoleConfigService, monkeyecxMaintenanceConfigService, monkeyecxErrorConfigService, monkeyEcxFeatureToggleService) {
2779
2864
  var _this = _super.call(this, monkeyecxService) || this;
2780
2865
  _this.monkeyecxi18nConfigService = monkeyecxi18nConfigService;
2781
2866
  _this.monkeyecxLogsConfigService = monkeyecxLogsConfigService;
@@ -2783,6 +2868,8 @@
2783
2868
  _this.monkeyecxServiceWorkerConfigService = monkeyecxServiceWorkerConfigService;
2784
2869
  _this.monkeyecxSecurityConsoleConfigService = monkeyecxSecurityConsoleConfigService;
2785
2870
  _this.monkeyecxMaintenanceConfigService = monkeyecxMaintenanceConfigService;
2871
+ _this.monkeyecxErrorConfigService = monkeyecxErrorConfigService;
2872
+ _this.monkeyEcxFeatureToggleService = monkeyEcxFeatureToggleService;
2786
2873
  _this.configSubject$ = new rxjs.BehaviorSubject(null);
2787
2874
  _this.configBoostrapSubject$ = new rxjs.BehaviorSubject(null);
2788
2875
  return _this;
@@ -2803,25 +2890,25 @@
2803
2890
  MonkeyEcxConfigService.prototype.getWhiteLabelSettings = function (monkeyecxCode, configBoostrap, callback, environment, identifyCode) {
2804
2891
  var _this = this;
2805
2892
  if (configBoostrap === void 0) { configBoostrap = null; }
2806
- var _a = this, monkeyecxService = _a.monkeyecxService, monkeyecxi18nConfigService = _a.monkeyecxi18nConfigService, configSubject$ = _a.configSubject$, monkeyStyleGuideSettingsService = _a.monkeyStyleGuideSettingsService, monkeyecxLogsConfigService = _a.monkeyecxLogsConfigService, internalValidations = _a.internalValidations;
2807
- monkeyecxService
2808
- .get(environment.urlAssets + "/monkeyecx/" + monkeyecxCode.toLowerCase() + "/white-label.json")
2809
- .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) {
2810
2896
  monkeyecxi18nConfigService.apply(config, environment);
2811
2897
  monkeyecxLogsConfigService.apply(config, configBoostrap, environment, identifyCode);
2812
- monkeyStyleGuideSettingsService.boostrap(environment.urlAssets + "/monkeyecx/" + monkeyecxCode.toLowerCase() + "/monkey-style-guide-settings.json", internalValidations.bind(_this, configBoostrap, callback, environment));
2898
+ monkeyEcxFeatureToggleService.apply(configSubject$, environment);
2899
+ monkeyStyleGuideSettingsService.boostrap(url + "/" + monkeyecxCode.toLowerCase() + "/monkey-style-guide-settings.json", internalValidations.bind(_this, configBoostrap, callback, environment));
2813
2900
  configSubject$.next(config);
2814
2901
  }, function (err) {
2815
- console.log(err);
2902
+ monkeyecxErrorConfigService.apply('theme');
2816
2903
  console.error('Program Configuration not found!');
2817
2904
  rxjs.throwError(err);
2818
2905
  });
2819
2906
  };
2820
2907
  MonkeyEcxConfigService.prototype.init = function (callback, environment, identifyCode, monkeyecxCode) {
2821
2908
  var _this = this;
2822
- var _a = this, monkeyecxService = _a.monkeyecxService, configBoostrapSubject$ = _a.configBoostrapSubject$;
2909
+ var _a = this, monkeyecxService = _a.monkeyecxService, configBoostrapSubject$ = _a.configBoostrapSubject$, monkeyecxErrorConfigService = _a.monkeyecxErrorConfigService;
2823
2910
  monkeyecxService
2824
- .get("/assets/boostrap.json?t=" + i1.MonkeyUtils.getRandomString(30), {
2911
+ .get(environment.boostrapAssets + "?t=" + i1.MonkeyUtils.getRandomString(30), {
2825
2912
  observe: 'response'
2826
2913
  })
2827
2914
  .subscribe(function (resp) {
@@ -2832,10 +2919,11 @@
2832
2919
  configBoostrapSubject$.next(body);
2833
2920
  }
2834
2921
  else {
2922
+ monkeyecxErrorConfigService.apply('theme');
2835
2923
  console.error("Boostrap " + monkeyCode + " Configuration not found!");
2836
2924
  }
2837
2925
  }, function (err) {
2838
- console.log(err);
2926
+ monkeyecxErrorConfigService.apply('theme');
2839
2927
  console.error('Boostrap Configuration not found!');
2840
2928
  rxjs.throwError(err);
2841
2929
  });
@@ -2848,8 +2936,8 @@
2848
2936
  };
2849
2937
  return MonkeyEcxConfigService;
2850
2938
  }(MonkeyEcxCommonsService));
2851
- MonkeyEcxConfigService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxConfigService, deps: [{ token: MonkeyEcxService }, { token: MonkeyEcxi18nConfigService }, { token: MonkeyEcxLogsConfigService }, { token: i1__namespace.MonkeyStyleGuideSettingsService }, { token: MonkeyEcxServiceWorkerConfigService }, { token: MonkeyEcxSecurityConsoleConfigService }, { token: MonkeyEcxMaintenanceConfigService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
2852
- MonkeyEcxConfigService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxConfigService, providedIn: 'root' });
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' });
2853
2941
  __decorate([
2854
2942
  MonkeyEcxCoreService({
2855
2943
  httpResponse: {
@@ -2860,12 +2948,12 @@
2860
2948
  }
2861
2949
  })
2862
2950
  ], MonkeyEcxConfigService.prototype, "init", null);
2863
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxConfigService, decorators: [{
2951
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxConfigService, decorators: [{
2864
2952
  type: i0.Injectable,
2865
2953
  args: [{
2866
2954
  providedIn: 'root'
2867
2955
  }]
2868
- }], 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: [] } });
2869
2957
 
2870
2958
  var MonkeyEcxTokenStorageService = /** @class */ (function () {
2871
2959
  function MonkeyEcxTokenStorageService(monkeyecxConfigService) {
@@ -2978,9 +3066,9 @@
2978
3066
  };
2979
3067
  return MonkeyEcxTokenStorageService;
2980
3068
  }());
2981
- MonkeyEcxTokenStorageService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxTokenStorageService, deps: [{ token: MonkeyEcxConfigService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
2982
- MonkeyEcxTokenStorageService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxTokenStorageService, providedIn: 'root' });
2983
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxTokenStorageService, decorators: [{
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: [{
2984
3072
  type: i0.Injectable,
2985
3073
  args: [{
2986
3074
  providedIn: 'root'
@@ -3038,9 +3126,9 @@
3038
3126
  };
3039
3127
  return MonkeyEcxSecurityDirective;
3040
3128
  }());
3041
- MonkeyEcxSecurityDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxSecurityDirective, deps: [{ token: i0__namespace.ElementRef }, { token: MonkeyEcxTokenStorageService }, { token: i0__namespace.ChangeDetectorRef }], target: i0__namespace.ɵɵFactoryTarget.Directive });
3042
- MonkeyEcxSecurityDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.14", type: MonkeyEcxSecurityDirective, selector: "[monkeyecxSecurity]", inputs: { roles: ["securityRoles", "roles"], byExclusion: ["securityByExclusion", "byExclusion"] }, ngImport: i0__namespace });
3043
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxSecurityDirective, decorators: [{
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: [{
3044
3132
  type: i0.Directive,
3045
3133
  args: [{
3046
3134
  selector: '[monkeyecxSecurity]'
@@ -3057,6 +3145,7 @@
3057
3145
  function MonkeyEcxTooltipDirective(el, renderer) {
3058
3146
  this.el = el;
3059
3147
  this.renderer = renderer;
3148
+ this.enableToShow = true;
3060
3149
  this.offset = 10;
3061
3150
  // not to do
3062
3151
  }
@@ -3076,12 +3165,20 @@
3076
3165
  }
3077
3166
  };
3078
3167
  MonkeyEcxTooltipDirective.prototype.show = function () {
3079
- this.create();
3080
- this.setPosition();
3081
- this.renderer.addClass(this.tooltip, 'monkey-tooltip-show');
3168
+ var _this = this;
3169
+ if (this.enableToShow) {
3170
+ this.create();
3171
+ this.setPosition();
3172
+ this.renderer.addClass(this.tooltip, 'monkeyecx-tooltip-show');
3173
+ setTimeout(function () {
3174
+ _this.hide();
3175
+ }, 5000);
3176
+ }
3082
3177
  };
3083
3178
  MonkeyEcxTooltipDirective.prototype.hide = function () {
3084
- this.renderer.removeClass(this.tooltip, 'monkey-tooltip-show');
3179
+ if (!this.tooltip)
3180
+ return;
3181
+ this.renderer.removeClass(this.tooltip, 'monkeyecx-tooltip-show');
3085
3182
  this.renderer.removeChild(document.body, this.tooltip);
3086
3183
  this.tooltip = null;
3087
3184
  };
@@ -3091,19 +3188,19 @@
3091
3188
  if (this.tooltipTitle) {
3092
3189
  var tooltipTitleElement = document.createElement('span');
3093
3190
  tooltipTitleElement.innerText = "" + this.tooltipTitle;
3094
- tooltipTitleElement.className = 'monkey-tooltip-title';
3191
+ tooltipTitleElement.className = 'monkeyecx-tooltip-title';
3095
3192
  tooltipElement.appendChild(tooltipTitleElement);
3096
3193
  }
3097
3194
  if (this.tooltipText) {
3098
3195
  var tooltipTextElement = document.createElement('span');
3099
3196
  tooltipTextElement.innerText = "" + this.tooltipText;
3100
- tooltipTextElement.className = 'monkey-tooltip-description';
3197
+ tooltipTextElement.className = 'monkeyecx-tooltip-description';
3101
3198
  tooltipElement.appendChild(tooltipTextElement);
3102
3199
  }
3103
3200
  this.renderer.appendChild(this.tooltip, tooltipElement);
3104
3201
  this.renderer.appendChild(document.body, this.tooltip);
3105
- this.renderer.addClass(this.tooltip, 'monkey-tooltip');
3106
- this.renderer.addClass(this.tooltip, "monkey-tooltip-" + this.tooltipPosition);
3202
+ this.renderer.addClass(this.tooltip, 'monkeyecx-tooltip');
3203
+ this.renderer.addClass(this.tooltip, "monkeyecx-tooltip-" + this.tooltipPosition);
3107
3204
  this.renderer.setStyle(this.tooltip, '-webkit-transition', "opacity " + this.tooltipDelay + "ms");
3108
3205
  this.renderer.setStyle(this.tooltip, '-moz-transition', "opacity " + this.tooltipDelay + "ms");
3109
3206
  this.renderer.setStyle(this.tooltip, '-o-transition', "opacity " + this.tooltipDelay + "ms");
@@ -3136,9 +3233,9 @@
3136
3233
  };
3137
3234
  return MonkeyEcxTooltipDirective;
3138
3235
  }());
3139
- MonkeyEcxTooltipDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxTooltipDirective, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.Renderer2 }], target: i0__namespace.ɵɵFactoryTarget.Directive });
3140
- MonkeyEcxTooltipDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.14", type: MonkeyEcxTooltipDirective, selector: "[monkeyecxTooltip]", inputs: { tooltipDelay: "tooltipDelay", tooltipPosition: "tooltipPosition", tooltipText: "tooltipText", tooltipTitle: "tooltipTitle" }, host: { listeners: { "mouseenter": "onMouseEnter()", "mouseleave": "onMouseLeave()", "click": "clickout()" } }, ngImport: i0__namespace });
3141
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxTooltipDirective, decorators: [{
3236
+ 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 });
3237
+ 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", enableToShow: "enableToShow" }, host: { listeners: { "mouseenter": "onMouseEnter()", "mouseleave": "onMouseLeave()", "click": "clickout()" } }, ngImport: i0__namespace });
3238
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxTooltipDirective, decorators: [{
3142
3239
  type: i0.Directive,
3143
3240
  args: [{
3144
3241
  selector: '[monkeyecxTooltip]'
@@ -3151,6 +3248,8 @@
3151
3248
  type: i0.Input
3152
3249
  }], tooltipTitle: [{
3153
3250
  type: i0.Input
3251
+ }], enableToShow: [{
3252
+ type: i0.Input
3154
3253
  }], onMouseEnter: [{
3155
3254
  type: i0.HostListener,
3156
3255
  args: ['mouseenter']
@@ -3162,32 +3261,97 @@
3162
3261
  args: ['click']
3163
3262
  }] } });
3164
3263
 
3264
+ var MonkeyFeatureDirective = /** @class */ (function () {
3265
+ function MonkeyFeatureDirective(cdr, elementRef, monkeyecxFeatureToggleService) {
3266
+ this.cdr = cdr;
3267
+ this.elementRef = elementRef;
3268
+ this.monkeyecxFeatureToggleService = monkeyecxFeatureToggleService;
3269
+ this.unsubscribeAll = new rxjs.Subject();
3270
+ // not to do
3271
+ }
3272
+ MonkeyFeatureDirective.prototype.getFeature = function (feature) {
3273
+ var monkeyecxFeatureToggleService = this.monkeyecxFeatureToggleService;
3274
+ if (!monkeyecxFeatureToggleService) {
3275
+ return false;
3276
+ }
3277
+ return monkeyecxFeatureToggleService.getFlag(feature);
3278
+ };
3279
+ MonkeyFeatureDirective.prototype.handleDisplay = function () {
3280
+ var flag = this.getFeature(this.feature);
3281
+ var display = 'none';
3282
+ if (!MonkeyEcxUtils.persistNullEmptyUndefined(flag)) {
3283
+ return;
3284
+ }
3285
+ if (flag) {
3286
+ display = 'block';
3287
+ }
3288
+ if (display === 'none') {
3289
+ this.elementRef.nativeElement.remove();
3290
+ }
3291
+ this.elementRef.nativeElement.style.display = display;
3292
+ this.cdr.detectChanges();
3293
+ };
3294
+ MonkeyFeatureDirective.prototype.ngOnDestroy = function () {
3295
+ this.unsubscribeAll.next();
3296
+ this.unsubscribeAll.complete();
3297
+ };
3298
+ MonkeyFeatureDirective.prototype.ngOnInit = function () {
3299
+ var _this = this;
3300
+ if (!this.feature)
3301
+ return;
3302
+ this.elementRef.nativeElement.style.display = 'none';
3303
+ this.cdr.detectChanges();
3304
+ this.monkeyecxFeatureToggleService.onFlags
3305
+ .pipe(operators.takeUntil(this.unsubscribeAll))
3306
+ .subscribe(function (val) {
3307
+ if (val) {
3308
+ _this.handleDisplay();
3309
+ }
3310
+ });
3311
+ };
3312
+ return MonkeyFeatureDirective;
3313
+ }());
3314
+ MonkeyFeatureDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyFeatureDirective, deps: [{ token: i0__namespace.ChangeDetectorRef }, { token: i0__namespace.ElementRef }, { token: MonkeyEcxFeatureToggleService }], target: i0__namespace.ɵɵFactoryTarget.Directive });
3315
+ MonkeyFeatureDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.15", type: MonkeyFeatureDirective, selector: "[monkeyecxFeature]", inputs: { feature: ["featureName", "feature"] }, ngImport: i0__namespace });
3316
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyFeatureDirective, decorators: [{
3317
+ type: i0.Directive,
3318
+ args: [{
3319
+ selector: '[monkeyecxFeature]'
3320
+ }]
3321
+ }], ctorParameters: function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: MonkeyEcxFeatureToggleService }]; }, propDecorators: { feature: [{
3322
+ type: i0.Input,
3323
+ args: ['featureName']
3324
+ }] } });
3325
+
3165
3326
  var MonkeyEcxDirectivesModule = /** @class */ (function () {
3166
3327
  function MonkeyEcxDirectivesModule() {
3167
3328
  }
3168
3329
  return MonkeyEcxDirectivesModule;
3169
3330
  }());
3170
- MonkeyEcxDirectivesModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxDirectivesModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
3171
- MonkeyEcxDirectivesModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxDirectivesModule, declarations: [MonkeyEcxDragDropDirective,
3331
+ MonkeyEcxDirectivesModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxDirectivesModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
3332
+ MonkeyEcxDirectivesModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxDirectivesModule, declarations: [MonkeyEcxDragDropDirective,
3172
3333
  MonkeyEcxFormatCurrency,
3334
+ MonkeyFeatureDirective,
3173
3335
  MonkeyEcxFormatUpper,
3174
3336
  MonkeyEcxOnlyAlphaNumericDirective,
3175
3337
  MonkeyEcxOnlyNumbersDirective,
3176
3338
  MonkeyEcxSecurityDirective,
3177
3339
  MonkeyEcxTooltipDirective], exports: [MonkeyEcxDragDropDirective,
3178
3340
  MonkeyEcxFormatCurrency,
3341
+ MonkeyFeatureDirective,
3179
3342
  MonkeyEcxFormatUpper,
3180
3343
  MonkeyEcxOnlyAlphaNumericDirective,
3181
3344
  MonkeyEcxOnlyNumbersDirective,
3182
3345
  MonkeyEcxSecurityDirective,
3183
3346
  MonkeyEcxTooltipDirective] });
3184
- MonkeyEcxDirectivesModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxDirectivesModule });
3185
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxDirectivesModule, decorators: [{
3347
+ MonkeyEcxDirectivesModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxDirectivesModule });
3348
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxDirectivesModule, decorators: [{
3186
3349
  type: i0.NgModule,
3187
3350
  args: [{
3188
3351
  declarations: [
3189
3352
  MonkeyEcxDragDropDirective,
3190
3353
  MonkeyEcxFormatCurrency,
3354
+ MonkeyFeatureDirective,
3191
3355
  MonkeyEcxFormatUpper,
3192
3356
  MonkeyEcxOnlyAlphaNumericDirective,
3193
3357
  MonkeyEcxOnlyNumbersDirective,
@@ -3197,6 +3361,7 @@
3197
3361
  exports: [
3198
3362
  MonkeyEcxDragDropDirective,
3199
3363
  MonkeyEcxFormatCurrency,
3364
+ MonkeyFeatureDirective,
3200
3365
  MonkeyEcxFormatUpper,
3201
3366
  MonkeyEcxOnlyAlphaNumericDirective,
3202
3367
  MonkeyEcxOnlyNumbersDirective,
@@ -3257,9 +3422,9 @@
3257
3422
  };
3258
3423
  return MonkeyEcxAuthenticationService;
3259
3424
  }());
3260
- MonkeyEcxAuthenticationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxAuthenticationService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3261
- MonkeyEcxAuthenticationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxAuthenticationService, providedIn: 'root' });
3262
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxAuthenticationService, decorators: [{
3425
+ MonkeyEcxAuthenticationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxAuthenticationService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3426
+ MonkeyEcxAuthenticationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxAuthenticationService, providedIn: 'root' });
3427
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxAuthenticationService, decorators: [{
3263
3428
  type: i0.Injectable,
3264
3429
  args: [{
3265
3430
  providedIn: 'root'
@@ -3284,9 +3449,9 @@
3284
3449
  };
3285
3450
  return MonkeyEcxAuthGuardLogin;
3286
3451
  }());
3287
- MonkeyEcxAuthGuardLogin.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxAuthGuardLogin, deps: [{ token: MonkeyEcxAuthenticationService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3288
- MonkeyEcxAuthGuardLogin.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxAuthGuardLogin, providedIn: 'root' });
3289
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxAuthGuardLogin, decorators: [{
3452
+ 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 });
3453
+ MonkeyEcxAuthGuardLogin.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxAuthGuardLogin, providedIn: 'root' });
3454
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxAuthGuardLogin, decorators: [{
3290
3455
  type: i0.Injectable,
3291
3456
  args: [{
3292
3457
  providedIn: 'root'
@@ -3308,9 +3473,9 @@
3308
3473
  };
3309
3474
  return MonkeyEcxAuthGuard;
3310
3475
  }());
3311
- MonkeyEcxAuthGuard.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxAuthGuard, deps: [{ token: MonkeyEcxAuthenticationService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3312
- MonkeyEcxAuthGuard.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxAuthGuard, providedIn: 'root' });
3313
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxAuthGuard, decorators: [{
3476
+ 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 });
3477
+ MonkeyEcxAuthGuard.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxAuthGuard, providedIn: 'root' });
3478
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxAuthGuard, decorators: [{
3314
3479
  type: i0.Injectable,
3315
3480
  args: [{
3316
3481
  providedIn: 'root'
@@ -3434,9 +3599,9 @@
3434
3599
  };
3435
3600
  return MonkeyEcxHttpErrorHandlingService;
3436
3601
  }(MonkeyEcxCommonsService));
3437
- MonkeyEcxHttpErrorHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", 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 });
3438
- MonkeyEcxHttpErrorHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxHttpErrorHandlingService, providedIn: 'root' });
3439
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxHttpErrorHandlingService, decorators: [{
3602
+ 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 });
3603
+ MonkeyEcxHttpErrorHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxHttpErrorHandlingService, providedIn: 'root' });
3604
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxHttpErrorHandlingService, decorators: [{
3440
3605
  type: i0.Injectable,
3441
3606
  args: [{
3442
3607
  providedIn: 'root'
@@ -3460,9 +3625,9 @@
3460
3625
  };
3461
3626
  return MonkeyEcxOthersErrorsHandlingService;
3462
3627
  }());
3463
- MonkeyEcxOthersErrorsHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxOthersErrorsHandlingService, deps: [{ token: i1__namespace.MonkeyStyleGuideModalService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3464
- MonkeyEcxOthersErrorsHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxOthersErrorsHandlingService, providedIn: 'root' });
3465
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxOthersErrorsHandlingService, decorators: [{
3628
+ 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 });
3629
+ MonkeyEcxOthersErrorsHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxOthersErrorsHandlingService, providedIn: 'root' });
3630
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxOthersErrorsHandlingService, decorators: [{
3466
3631
  type: i0.Injectable,
3467
3632
  args: [{
3468
3633
  providedIn: 'root'
@@ -3493,9 +3658,9 @@
3493
3658
  };
3494
3659
  return MonkeyEcxErrorHandlingService;
3495
3660
  }());
3496
- MonkeyEcxErrorHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxErrorHandlingService, deps: [{ token: i0__namespace.Injector }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3497
- MonkeyEcxErrorHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxErrorHandlingService, providedIn: 'root' });
3498
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxErrorHandlingService, decorators: [{
3661
+ 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 });
3662
+ MonkeyEcxErrorHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxErrorHandlingService, providedIn: 'root' });
3663
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxErrorHandlingService, decorators: [{
3499
3664
  type: i0.Injectable,
3500
3665
  args: [{
3501
3666
  providedIn: 'root'
@@ -3518,10 +3683,10 @@
3518
3683
  };
3519
3684
  return MonkeyEcxErrorHandlingModule;
3520
3685
  }());
3521
- MonkeyEcxErrorHandlingModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxErrorHandlingModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
3522
- MonkeyEcxErrorHandlingModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxErrorHandlingModule, imports: [i1$2.CommonModule] });
3523
- MonkeyEcxErrorHandlingModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxErrorHandlingModule, imports: [[i1$2.CommonModule]] });
3524
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxErrorHandlingModule, decorators: [{
3686
+ MonkeyEcxErrorHandlingModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxErrorHandlingModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
3687
+ MonkeyEcxErrorHandlingModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxErrorHandlingModule, imports: [i1$2.CommonModule] });
3688
+ MonkeyEcxErrorHandlingModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxErrorHandlingModule, imports: [[i1$2.CommonModule]] });
3689
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxErrorHandlingModule, decorators: [{
3525
3690
  type: i0.NgModule,
3526
3691
  args: [{
3527
3692
  imports: [i1$2.CommonModule]
@@ -3557,9 +3722,9 @@
3557
3722
  };
3558
3723
  return MonkeyEcxHttpConfigErrorInterceptor;
3559
3724
  }());
3560
- MonkeyEcxHttpConfigErrorInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxHttpConfigErrorInterceptor, deps: [{ token: MonkeyEcxAuthenticationService }, { token: MonkeyEcxErrorHandlingService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3561
- MonkeyEcxHttpConfigErrorInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxHttpConfigErrorInterceptor });
3562
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxHttpConfigErrorInterceptor, decorators: [{
3725
+ 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 });
3726
+ MonkeyEcxHttpConfigErrorInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxHttpConfigErrorInterceptor });
3727
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxHttpConfigErrorInterceptor, decorators: [{
3563
3728
  type: i0.Injectable
3564
3729
  }], ctorParameters: function () { return [{ type: MonkeyEcxAuthenticationService }, { type: MonkeyEcxErrorHandlingService }]; } });
3565
3730
 
@@ -3585,9 +3750,9 @@
3585
3750
  };
3586
3751
  return MonkeyEcxHttpConfigHeaderInterceptor;
3587
3752
  }());
3588
- MonkeyEcxHttpConfigHeaderInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxHttpConfigHeaderInterceptor, deps: [{ token: MonkeyEcxAuthenticationService }, { token: MonkeyEcxErrorHandlingService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3589
- MonkeyEcxHttpConfigHeaderInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxHttpConfigHeaderInterceptor });
3590
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxHttpConfigHeaderInterceptor, decorators: [{
3753
+ 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 });
3754
+ MonkeyEcxHttpConfigHeaderInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxHttpConfigHeaderInterceptor });
3755
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxHttpConfigHeaderInterceptor, decorators: [{
3591
3756
  type: i0.Injectable
3592
3757
  }], ctorParameters: function () { return [{ type: MonkeyEcxAuthenticationService }, { type: MonkeyEcxErrorHandlingService }]; } });
3593
3758
 
@@ -3669,9 +3834,9 @@
3669
3834
  };
3670
3835
  return MonkeyEcxRequestQueueHandlingService;
3671
3836
  }());
3672
- MonkeyEcxRequestQueueHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxRequestQueueHandlingService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3673
- MonkeyEcxRequestQueueHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxRequestQueueHandlingService, providedIn: 'root' });
3674
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxRequestQueueHandlingService, decorators: [{
3837
+ MonkeyEcxRequestQueueHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxRequestQueueHandlingService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3838
+ MonkeyEcxRequestQueueHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxRequestQueueHandlingService, providedIn: 'root' });
3839
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxRequestQueueHandlingService, decorators: [{
3675
3840
  type: i0.Injectable,
3676
3841
  args: [{
3677
3842
  providedIn: 'root'
@@ -3765,9 +3930,9 @@
3765
3930
  };
3766
3931
  return MonkeyEcxRequestQueueModalHandlingService;
3767
3932
  }());
3768
- MonkeyEcxRequestQueueModalHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxRequestQueueModalHandlingService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3769
- MonkeyEcxRequestQueueModalHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxRequestQueueModalHandlingService, providedIn: 'root' });
3770
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxRequestQueueModalHandlingService, decorators: [{
3933
+ MonkeyEcxRequestQueueModalHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxRequestQueueModalHandlingService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3934
+ MonkeyEcxRequestQueueModalHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxRequestQueueModalHandlingService, providedIn: 'root' });
3935
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxRequestQueueModalHandlingService, decorators: [{
3771
3936
  type: i0.Injectable,
3772
3937
  args: [{
3773
3938
  providedIn: 'root'
@@ -3801,9 +3966,9 @@
3801
3966
  };
3802
3967
  return MonkeyEcxHttpConfigQueueInterceptor;
3803
3968
  }());
3804
- MonkeyEcxHttpConfigQueueInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxHttpConfigQueueInterceptor, deps: [{ token: i0__namespace.Injector }, { token: MonkeyEcxRequestQueueHandlingService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3805
- MonkeyEcxHttpConfigQueueInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxHttpConfigQueueInterceptor });
3806
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxHttpConfigQueueInterceptor, decorators: [{
3969
+ 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 });
3970
+ MonkeyEcxHttpConfigQueueInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxHttpConfigQueueInterceptor });
3971
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxHttpConfigQueueInterceptor, decorators: [{
3807
3972
  type: i0.Injectable
3808
3973
  }], ctorParameters: function () { return [{ type: i0__namespace.Injector }, { type: MonkeyEcxRequestQueueHandlingService }]; } });
3809
3974
 
@@ -3837,9 +4002,9 @@
3837
4002
  };
3838
4003
  return MonkeyEcxHttpConfigLoadingInProgressInterceptor;
3839
4004
  }());
3840
- MonkeyEcxHttpConfigLoadingInProgressInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxHttpConfigLoadingInProgressInterceptor, deps: [{ token: i0__namespace.Injector }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3841
- MonkeyEcxHttpConfigLoadingInProgressInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxHttpConfigLoadingInProgressInterceptor });
3842
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxHttpConfigLoadingInProgressInterceptor, decorators: [{
4005
+ 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 });
4006
+ MonkeyEcxHttpConfigLoadingInProgressInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxHttpConfigLoadingInProgressInterceptor });
4007
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxHttpConfigLoadingInProgressInterceptor, decorators: [{
3843
4008
  type: i0.Injectable
3844
4009
  }], ctorParameters: function () { return [{ type: i0__namespace.Injector }]; } });
3845
4010
 
@@ -3875,10 +4040,10 @@
3875
4040
  };
3876
4041
  return MonkeyEcxHttpConfigInterceptorModule;
3877
4042
  }());
3878
- MonkeyEcxHttpConfigInterceptorModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxHttpConfigInterceptorModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
3879
- MonkeyEcxHttpConfigInterceptorModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxHttpConfigInterceptorModule, imports: [i1$2.CommonModule] });
3880
- MonkeyEcxHttpConfigInterceptorModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxHttpConfigInterceptorModule, imports: [[i1$2.CommonModule]] });
3881
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxHttpConfigInterceptorModule, decorators: [{
4043
+ MonkeyEcxHttpConfigInterceptorModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxHttpConfigInterceptorModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
4044
+ MonkeyEcxHttpConfigInterceptorModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxHttpConfigInterceptorModule, imports: [i1$2.CommonModule] });
4045
+ MonkeyEcxHttpConfigInterceptorModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxHttpConfigInterceptorModule, imports: [[i1$2.CommonModule]] });
4046
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxHttpConfigInterceptorModule, decorators: [{
3882
4047
  type: i0.NgModule,
3883
4048
  args: [{
3884
4049
  imports: [i1$2.CommonModule]
@@ -3913,10 +4078,10 @@
3913
4078
  };
3914
4079
  return MonkeyEcxConfigModule;
3915
4080
  }());
3916
- MonkeyEcxConfigModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxConfigModule, deps: [{ token: MonkeyEcxConfigModule, optional: true, skipSelf: true }], target: i0__namespace.ɵɵFactoryTarget.NgModule });
3917
- MonkeyEcxConfigModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxConfigModule });
3918
- MonkeyEcxConfigModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxConfigModule });
3919
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxConfigModule, decorators: [{
4081
+ 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 });
4082
+ MonkeyEcxConfigModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxConfigModule });
4083
+ MonkeyEcxConfigModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxConfigModule });
4084
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxConfigModule, decorators: [{
3920
4085
  type: i0.NgModule
3921
4086
  }], ctorParameters: function () {
3922
4087
  return [{ type: MonkeyEcxConfigModule, decorators: [{
@@ -3926,68 +4091,6 @@
3926
4091
  }] }];
3927
4092
  } });
3928
4093
 
3929
- var MonkeyEcxFeatureToggleService = /** @class */ (function () {
3930
- function MonkeyEcxFeatureToggleService(monkeyConfigService) {
3931
- this.monkeyConfigService = monkeyConfigService;
3932
- this.flagSubject$ = new rxjs.BehaviorSubject(null);
3933
- // not to do
3934
- }
3935
- MonkeyEcxFeatureToggleService.prototype.getAllFlags = function () {
3936
- this.flags = this.ldClient.allFlags();
3937
- this.flagSubject$.next(true);
3938
- };
3939
- MonkeyEcxFeatureToggleService.prototype.identify = function (config, environment) {
3940
- var _a;
3941
- if (config) {
3942
- var email = 'monkey@monkey.exchange';
3943
- var user = {
3944
- email: email,
3945
- key: ((_a = config.program) === null || _a === void 0 ? void 0 : _a.token) + "#" + email
3946
- };
3947
- if (!this.ldClient) {
3948
- this.ldClient = launchdarklyJsClientSdk.initialize(environment.launchDarklyClientSideID, user);
3949
- this.ldClient.on('change', this.getAllFlags.bind(this));
3950
- this.ldClient.on('ready', this.getAllFlags.bind(this));
3951
- }
3952
- else {
3953
- this.ldClient.identify(user, null, this.getAllFlags);
3954
- }
3955
- }
3956
- };
3957
- MonkeyEcxFeatureToggleService.prototype.apply = function (configBoostrap, environment) {
3958
- var _this = this;
3959
- if (environment.launchDarklyClientSideID) {
3960
- this.monkeyConfigService.config().subscribe(function (config) {
3961
- _this.identify(config, environment);
3962
- });
3963
- }
3964
- else {
3965
- this.flagSubject$.next(true);
3966
- }
3967
- };
3968
- Object.defineProperty(MonkeyEcxFeatureToggleService.prototype, "onFlags", {
3969
- get: function () {
3970
- return this.flagSubject$.asObservable();
3971
- },
3972
- enumerable: false,
3973
- configurable: true
3974
- });
3975
- MonkeyEcxFeatureToggleService.prototype.getFlag = function (flag) {
3976
- var _a;
3977
- var flagValue = (_a = this.flags) === null || _a === void 0 ? void 0 : _a[flag];
3978
- return i1.MonkeyUtils.persistNullEmptyUndefined(flagValue) ? flagValue : null;
3979
- };
3980
- return MonkeyEcxFeatureToggleService;
3981
- }());
3982
- 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 });
3983
- MonkeyEcxFeatureToggleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxFeatureToggleService, providedIn: 'root' });
3984
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxFeatureToggleService, decorators: [{
3985
- type: i0.Injectable,
3986
- args: [{
3987
- providedIn: 'root'
3988
- }]
3989
- }], ctorParameters: function () { return [{ type: MonkeyEcxConfigService }]; } });
3990
-
3991
4094
  var MonkeyEcxLoggedHandlingService = /** @class */ (function () {
3992
4095
  function MonkeyEcxLoggedHandlingService() {
3993
4096
  this.schedules = [];
@@ -4007,9 +4110,9 @@
4007
4110
  };
4008
4111
  return MonkeyEcxLoggedHandlingService;
4009
4112
  }());
4010
- MonkeyEcxLoggedHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxLoggedHandlingService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
4011
- MonkeyEcxLoggedHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxLoggedHandlingService, providedIn: 'root' });
4012
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxLoggedHandlingService, decorators: [{
4113
+ MonkeyEcxLoggedHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxLoggedHandlingService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
4114
+ MonkeyEcxLoggedHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxLoggedHandlingService, providedIn: 'root' });
4115
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxLoggedHandlingService, decorators: [{
4013
4116
  type: i0.Injectable,
4014
4117
  args: [{
4015
4118
  providedIn: 'root'
@@ -4080,9 +4183,9 @@
4080
4183
  };
4081
4184
  return MonkeyEcxRequestDownloadHandlingService;
4082
4185
  }());
4083
- MonkeyEcxRequestDownloadHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxRequestDownloadHandlingService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
4084
- MonkeyEcxRequestDownloadHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxRequestDownloadHandlingService, providedIn: 'root' });
4085
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxRequestDownloadHandlingService, decorators: [{
4186
+ MonkeyEcxRequestDownloadHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxRequestDownloadHandlingService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
4187
+ MonkeyEcxRequestDownloadHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxRequestDownloadHandlingService, providedIn: 'root' });
4188
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxRequestDownloadHandlingService, decorators: [{
4086
4189
  type: i0.Injectable,
4087
4190
  args: [{
4088
4191
  providedIn: 'root'
@@ -4129,9 +4232,9 @@
4129
4232
  };
4130
4233
  return MonkeyEcxRequestDownloadedHandlingService;
4131
4234
  }());
4132
- MonkeyEcxRequestDownloadedHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxRequestDownloadedHandlingService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
4133
- MonkeyEcxRequestDownloadedHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxRequestDownloadedHandlingService, providedIn: 'root' });
4134
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxRequestDownloadedHandlingService, decorators: [{
4235
+ MonkeyEcxRequestDownloadedHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxRequestDownloadedHandlingService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
4236
+ MonkeyEcxRequestDownloadedHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxRequestDownloadedHandlingService, providedIn: 'root' });
4237
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxRequestDownloadedHandlingService, decorators: [{
4135
4238
  type: i0.Injectable,
4136
4239
  args: [{
4137
4240
  providedIn: 'root'
@@ -4180,9 +4283,9 @@
4180
4283
  };
4181
4284
  return MonkeyEcxDiscoveryParamsService;
4182
4285
  }());
4183
- MonkeyEcxDiscoveryParamsService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxDiscoveryParamsService, deps: [{ token: i1__namespace$3.Router }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
4184
- MonkeyEcxDiscoveryParamsService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxDiscoveryParamsService, providedIn: 'root' });
4185
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxDiscoveryParamsService, decorators: [{
4286
+ 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 });
4287
+ MonkeyEcxDiscoveryParamsService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxDiscoveryParamsService, providedIn: 'root' });
4288
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxDiscoveryParamsService, decorators: [{
4186
4289
  type: i0.Injectable,
4187
4290
  args: [{
4188
4291
  providedIn: 'root'
@@ -4262,8 +4365,8 @@
4262
4365
  };
4263
4366
  return MonkeyEcxRequestScheduleService;
4264
4367
  }());
4265
- MonkeyEcxRequestScheduleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxRequestScheduleService, deps: [{ token: MonkeyEcxService }, { token: MonkeyEcxLoggedHandlingService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
4266
- MonkeyEcxRequestScheduleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxRequestScheduleService, providedIn: 'root' });
4368
+ 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 });
4369
+ MonkeyEcxRequestScheduleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxRequestScheduleService, providedIn: 'root' });
4267
4370
  __decorate([
4268
4371
  MonkeyEcxCoreService({
4269
4372
  httpResponse: {
@@ -4274,7 +4377,7 @@
4274
4377
  }
4275
4378
  })
4276
4379
  ], MonkeyEcxRequestScheduleService.prototype, "doCall", null);
4277
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyEcxRequestScheduleService, decorators: [{
4380
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyEcxRequestScheduleService, decorators: [{
4278
4381
  type: i0.Injectable,
4279
4382
  args: [{
4280
4383
  providedIn: 'root'
@@ -4389,11 +4492,11 @@
4389
4492
  }
4390
4493
  return MonkeyFrontCoreModuleModule;
4391
4494
  }());
4392
- MonkeyFrontCoreModuleModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyFrontCoreModuleModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
4393
- MonkeyFrontCoreModuleModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyFrontCoreModuleModule, imports: [i1$2.CommonModule,
4394
- i1$4.HttpClientModule, i1__namespace$1.TranslateModule, MonkeyEcxConfigModule, MonkeyEcxHttpConfigInterceptorModule, MonkeyEcxErrorHandlingModule, i1.MonkeyStyleGuideModule, i1__namespace$5.ServiceWorkerModule, ClosedToMaintenanceModule,
4495
+ MonkeyFrontCoreModuleModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyFrontCoreModuleModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
4496
+ MonkeyFrontCoreModuleModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyFrontCoreModuleModule, imports: [i1$2.CommonModule,
4497
+ i1$4.HttpClientModule, i1__namespace$1.TranslateModule, MonkeyEcxConfigModule, MonkeyEcxHttpConfigInterceptorModule, MonkeyEcxErrorHandlingModule, i1.MonkeyStyleGuideModule, i1__namespace$6.ServiceWorkerModule, ClosedToMaintenanceModule,
4395
4498
  VersionChangedModule] });
4396
- MonkeyFrontCoreModuleModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyFrontCoreModuleModule, providers: [
4499
+ MonkeyFrontCoreModuleModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyFrontCoreModuleModule, providers: [
4397
4500
  i1.MonkeyStyleGuideModalService,
4398
4501
  i1.MonkeyStyleGuideSettingsService,
4399
4502
  i1.MonkeyStyleGuideSnackbarService
@@ -4405,11 +4508,11 @@
4405
4508
  MonkeyEcxHttpConfigInterceptorModule.forRoot(),
4406
4509
  MonkeyEcxErrorHandlingModule.forRoot(),
4407
4510
  i1.MonkeyStyleGuideModule,
4408
- i1$5.ServiceWorkerModule.register('ngsw-worker.js'),
4511
+ i1$6.ServiceWorkerModule.register('ngsw-worker.js'),
4409
4512
  ClosedToMaintenanceModule,
4410
4513
  VersionChangedModule
4411
4514
  ]] });
4412
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0__namespace, type: MonkeyFrontCoreModuleModule, decorators: [{
4515
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MonkeyFrontCoreModuleModule, decorators: [{
4413
4516
  type: i0.NgModule,
4414
4517
  args: [{
4415
4518
  imports: [
@@ -4420,7 +4523,7 @@
4420
4523
  MonkeyEcxHttpConfigInterceptorModule.forRoot(),
4421
4524
  MonkeyEcxErrorHandlingModule.forRoot(),
4422
4525
  i1.MonkeyStyleGuideModule,
4423
- i1$5.ServiceWorkerModule.register('ngsw-worker.js'),
4526
+ i1$6.ServiceWorkerModule.register('ngsw-worker.js'),
4424
4527
  ClosedToMaintenanceModule,
4425
4528
  VersionChangedModule
4426
4529
  ],
@@ -4510,6 +4613,7 @@
4510
4613
  exports.MonkeyEcxTruncateQtdPipe = MonkeyEcxTruncateQtdPipe;
4511
4614
  exports.MonkeyEcxUtils = MonkeyEcxUtils;
4512
4615
  exports.MonkeyEcxi18nConfigService = MonkeyEcxi18nConfigService;
4616
+ exports.MonkeyFeatureDirective = MonkeyFeatureDirective;
4513
4617
  exports.MonkeyFrontCoreModuleModule = MonkeyFrontCoreModuleModule;
4514
4618
  exports.Statics = statics;
4515
4619
  exports.ValidateUtils = validateUtils;