monkey-front-core 0.0.25 → 0.0.30

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 (72) hide show
  1. package/bundles/monkey-front-core.umd.js +427 -202
  2. package/bundles/monkey-front-core.umd.js.map +1 -1
  3. package/esm2015/lib/components/closed-to-maintenance/closed-to-maintenance.component.js +3 -3
  4. package/esm2015/lib/components/closed-to-maintenance/closed-to-maintenance.module.js +4 -4
  5. package/esm2015/lib/components/progress-bar/progress-bar.component.js +3 -3
  6. package/esm2015/lib/components/progress-bar/progress-bar.module.js +4 -4
  7. package/esm2015/lib/components/progress-bar/progress-bar.service.js +3 -3
  8. package/esm2015/lib/components/version-changed/version-changed.component.js +3 -3
  9. package/esm2015/lib/components/version-changed/version-changed.module.js +4 -4
  10. package/esm2015/lib/core/directives/monkeyecx-directives-module.js +4 -4
  11. package/esm2015/lib/core/directives/monkeyecx-drag-drop.js +3 -3
  12. package/esm2015/lib/core/directives/monkeyecx-format-currency.js +3 -3
  13. package/esm2015/lib/core/directives/monkeyecx-format-upper.js +3 -3
  14. package/esm2015/lib/core/directives/monkeyecx-only-alpha-numeric-directive.js +3 -3
  15. package/esm2015/lib/core/directives/monkeyecx-only-number-directive.js +3 -3
  16. package/esm2015/lib/core/directives/monkeyecx-security-directive.js +3 -3
  17. package/esm2015/lib/core/directives/monkeyecx-tooltip-directive.js +3 -3
  18. package/esm2015/lib/core/interceptors/monkeyecx-http-config-error.interceptor.js +3 -3
  19. package/esm2015/lib/core/interceptors/monkeyecx-http-config-header.interceptor.js +3 -3
  20. package/esm2015/lib/core/interceptors/monkeyecx-http-config-interceptor.module.js +4 -4
  21. package/esm2015/lib/core/interceptors/monkeyecx-http-config-loading-in-progress.interceptor.js +3 -3
  22. package/esm2015/lib/core/interceptors/monkeyecx-http-config-queue.interceptor.js +3 -3
  23. package/esm2015/lib/core/pipes/monkeyecx-display-first-name.js +3 -3
  24. package/esm2015/lib/core/pipes/monkeyecx-format-currency.js +3 -3
  25. package/esm2015/lib/core/pipes/monkeyecx-format-date-timelapse.js +3 -3
  26. package/esm2015/lib/core/pipes/monkeyecx-format-document.js +3 -3
  27. package/esm2015/lib/core/pipes/monkeyecx-format-number.js +3 -3
  28. package/esm2015/lib/core/pipes/monkeyecx-format-size.js +3 -3
  29. package/esm2015/lib/core/pipes/monkeyecx-format-type-document.js +3 -3
  30. package/esm2015/lib/core/pipes/monkeyecx-format-value.js +3 -3
  31. package/esm2015/lib/core/pipes/monkeyecx-format-zipcode.js +3 -3
  32. package/esm2015/lib/core/pipes/monkeyecx-pipes.module.js +4 -4
  33. package/esm2015/lib/core/pipes/monkeyecx-text-truncate.js +3 -3
  34. package/esm2015/lib/core/pipes/monkeyecx-truncate-qtd.js +3 -3
  35. package/esm2015/lib/core/services/auth/monkeyecx-auth-guard-login.service.js +3 -3
  36. package/esm2015/lib/core/services/auth/monkeyecx-auth-guard.service.js +3 -3
  37. package/esm2015/lib/core/services/auth/monkeyecx-authentication.service.js +3 -3
  38. package/esm2015/lib/core/services/config/monkeyecx-config.module.js +4 -4
  39. package/esm2015/lib/core/services/config/monkeyecx-config.service.js +3 -3
  40. package/esm2015/lib/core/services/config/monkeyecx-feature-toggle.service.js +3 -3
  41. package/esm2015/lib/core/services/config/monkeyecx-i18n-config.service.js +3 -3
  42. package/esm2015/lib/core/services/config/monkeyecx-logs-config.service.js +3 -3
  43. package/esm2015/lib/core/services/config/monkeyecx-maintenance-config.service.js +3 -3
  44. package/esm2015/lib/core/services/config/monkeyecx-security-console-config.service.js +3 -3
  45. package/esm2015/lib/core/services/config/monkeyecx-service-worker-config.service.js +3 -3
  46. package/esm2015/lib/core/services/error/monkeyecx-error-handling.module.js +4 -4
  47. package/esm2015/lib/core/services/error/monkeyecx-error-handling.service.js +3 -3
  48. package/esm2015/lib/core/services/error/monkeyecx-http-error-handling.service.js +3 -3
  49. package/esm2015/lib/core/services/error/monkeyecx-others-errors-handling.service.js +3 -3
  50. package/esm2015/lib/core/services/logged/monkeyecx-logged-handling.service.js +3 -3
  51. package/esm2015/lib/core/services/monkeyecx-handling.service.js +3 -3
  52. package/esm2015/lib/core/services/monkeyecx-service.service.js +3 -3
  53. package/esm2015/lib/core/services/request-download/monkeyecx-request-download-handling.service.js +3 -3
  54. package/esm2015/lib/core/services/request-download/monkeyecx-request-downloaded-handling.service.js +3 -3
  55. package/esm2015/lib/core/services/request-queue/monkeyecx-request-queue-handling.service.js +3 -3
  56. package/esm2015/lib/core/services/request-queue/monkeyecx-request-queue-modal-handling.service.js +3 -3
  57. package/esm2015/lib/core/services/routes/monkeyecx-dicovery-params.service.js +3 -3
  58. package/esm2015/lib/core/services/schedules/monkeyecx-request-schedule.service.js +3 -3
  59. package/esm2015/lib/core/services/storage/monkeyecx-cookie-storage.service.js +3 -3
  60. package/esm2015/lib/core/services/storage/monkeyecx-token-storage.service.js +3 -3
  61. package/esm2015/lib/core/utils/index.js +2 -1
  62. package/esm2015/lib/core/utils/validate-utils.js +17 -1
  63. package/esm2015/lib/core/utils/validators.js +194 -0
  64. package/esm2015/lib/monkey-front-core.module.js +4 -4
  65. package/fesm2015/monkey-front-core.js +403 -194
  66. package/fesm2015/monkey-front-core.js.map +1 -1
  67. package/lib/core/utils/index.d.ts +1 -0
  68. package/lib/core/utils/validate-utils.d.ts +5 -0
  69. package/lib/core/utils/validators.d.ts +27 -0
  70. package/monkey-front-core-0.0.30.tgz +0 -0
  71. package/package.json +3 -3
  72. package/monkey-front-core-0.0.25.tgz +0 -0
@@ -240,7 +240,7 @@ class MonkeyEcxUtils {
240
240
  }
241
241
  }
242
242
 
243
- const moment$1 = moment_;
243
+ const moment$2 = moment_;
244
244
  class MonkeyEcxFormatDateTimelapsePipe {
245
245
  constructor() {
246
246
  // not todo
@@ -252,21 +252,21 @@ class MonkeyEcxFormatDateTimelapsePipe {
252
252
  if (!format) {
253
253
  format = '- HH:mm';
254
254
  }
255
- let stillUtc = moment$1.utc(date).toDate();
255
+ let stillUtc = moment$2.utc(date).toDate();
256
256
  if (!useUtc)
257
- stillUtc = moment$1(date).toDate();
257
+ stillUtc = moment$2(date).toDate();
258
258
  if (((_a = date.toString()) === null || _a === void 0 ? void 0 : _a.indexOf(':')) <= -1) {
259
259
  stillUtc = date;
260
260
  showTime = false;
261
261
  }
262
262
  const formatFrom = `YYYY/MM/DD${showTime ? ` ${format}` : ''}`;
263
263
  const formatTo = `DD/MM/YYYY${showTime ? ` ${format}` : ''}`;
264
- return `${moment$1(stillUtc, formatFrom).format(formatTo)}`;
264
+ return `${moment$2(stillUtc, formatFrom).format(formatTo)}`;
265
265
  }
266
266
  }
267
- MonkeyEcxFormatDateTimelapsePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxFormatDateTimelapsePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
268
- MonkeyEcxFormatDateTimelapsePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxFormatDateTimelapsePipe, name: "monkeyecxFormatDateTimelapse" });
269
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxFormatDateTimelapsePipe, decorators: [{
267
+ MonkeyEcxFormatDateTimelapsePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxFormatDateTimelapsePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
268
+ MonkeyEcxFormatDateTimelapsePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxFormatDateTimelapsePipe, name: "monkeyecxFormatDateTimelapse" });
269
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxFormatDateTimelapsePipe, decorators: [{
270
270
  type: Pipe,
271
271
  args: [{
272
272
  name: 'monkeyecxFormatDateTimelapse'
@@ -284,9 +284,9 @@ class ClosedToMaintenanceComponent {
284
284
  document.location.reload();
285
285
  }
286
286
  }
287
- ClosedToMaintenanceComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: ClosedToMaintenanceComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
288
- ClosedToMaintenanceComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: ClosedToMaintenanceComponent, selector: "monkeyecx-closed-to-maintenance", inputs: { config: "config", modalRef: "modalRef" }, ngImport: i0, 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:400;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:400;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}"], components: [{ type: i1.MonkeyModalComponent, selector: "monkey-modal", inputs: ["onHandleConfirm", "config", "modalRef"] }, { type: i1.MonkeyButtonComponent, selector: "monkey-button", inputs: ["iconPosition", "disabled", "label", "icon", "type", "color"] }], pipes: { "translate": i1$1.TranslatePipe, "monkeyecxFormatDateTimelapse": MonkeyEcxFormatDateTimelapsePipe }, encapsulation: i0.ViewEncapsulation.None });
289
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: ClosedToMaintenanceComponent, decorators: [{
287
+ ClosedToMaintenanceComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: ClosedToMaintenanceComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
288
+ ClosedToMaintenanceComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.14", type: ClosedToMaintenanceComponent, selector: "monkeyecx-closed-to-maintenance", inputs: { config: "config", modalRef: "modalRef" }, ngImport: i0, 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.MonkeyModalComponent, selector: "monkey-modal", inputs: ["config", "modalRef", "onHandleConfirm"] }, { type: i1.MonkeyButtonComponent, selector: "monkey-button", inputs: ["label", "icon", "iconPosition", "type", "color", "disabled", "size"] }], pipes: { "translate": i1$1.TranslatePipe, "monkeyecxFormatDateTimelapse": MonkeyEcxFormatDateTimelapsePipe }, encapsulation: i0.ViewEncapsulation.None });
289
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: ClosedToMaintenanceComponent, decorators: [{
290
290
  type: Component,
291
291
  args: [{
292
292
  selector: 'monkeyecx-closed-to-maintenance',
@@ -310,9 +310,9 @@ class MonkeyEcxFormatNumber {
310
310
  return formatNumber(Number(number), 'ptbr');
311
311
  }
312
312
  }
313
- MonkeyEcxFormatNumber.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxFormatNumber, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
314
- MonkeyEcxFormatNumber.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxFormatNumber, name: "monkeyecxFormatNumber" });
315
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxFormatNumber, decorators: [{
313
+ MonkeyEcxFormatNumber.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxFormatNumber, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
314
+ MonkeyEcxFormatNumber.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxFormatNumber, name: "monkeyecxFormatNumber" });
315
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxFormatNumber, decorators: [{
316
316
  type: Pipe,
317
317
  args: [{
318
318
  name: 'monkeyecxFormatNumber'
@@ -329,9 +329,9 @@ class MonkeyEcxFormatValue {
329
329
  return number;
330
330
  }
331
331
  }
332
- MonkeyEcxFormatValue.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxFormatValue, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
333
- MonkeyEcxFormatValue.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxFormatValue, name: "monkeyecxFormatValue" });
334
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxFormatValue, decorators: [{
332
+ MonkeyEcxFormatValue.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxFormatValue, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
333
+ MonkeyEcxFormatValue.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxFormatValue, name: "monkeyecxFormatValue" });
334
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxFormatValue, decorators: [{
335
335
  type: Pipe,
336
336
  args: [{
337
337
  name: 'monkeyecxFormatValue'
@@ -348,9 +348,9 @@ class MonkeyEcxFormatDocumentPipe {
348
348
  return MonkeyEcxUtils.formatDocumentWithMask(document, withType);
349
349
  }
350
350
  }
351
- MonkeyEcxFormatDocumentPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxFormatDocumentPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
352
- MonkeyEcxFormatDocumentPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxFormatDocumentPipe, name: "monkeyecxFormatDocument" });
353
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxFormatDocumentPipe, decorators: [{
351
+ MonkeyEcxFormatDocumentPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxFormatDocumentPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
352
+ MonkeyEcxFormatDocumentPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxFormatDocumentPipe, name: "monkeyecxFormatDocument" });
353
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxFormatDocumentPipe, decorators: [{
354
354
  type: Pipe,
355
355
  args: [{
356
356
  name: 'monkeyecxFormatDocument'
@@ -367,9 +367,9 @@ class MonkeyEcxDisplayFirstNamePipe {
367
367
  return MonkeyEcxUtils.cutFirstLastName(name);
368
368
  }
369
369
  }
370
- MonkeyEcxDisplayFirstNamePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxDisplayFirstNamePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
371
- MonkeyEcxDisplayFirstNamePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxDisplayFirstNamePipe, name: "monkeyecxDisplayFirstName" });
372
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxDisplayFirstNamePipe, decorators: [{
370
+ MonkeyEcxDisplayFirstNamePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxDisplayFirstNamePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
371
+ MonkeyEcxDisplayFirstNamePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxDisplayFirstNamePipe, name: "monkeyecxDisplayFirstName" });
372
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxDisplayFirstNamePipe, decorators: [{
373
373
  type: Pipe,
374
374
  args: [{
375
375
  name: 'monkeyecxDisplayFirstName'
@@ -387,9 +387,9 @@ class MonkeyEcxFormatSizePipe {
387
387
  return MonkeyEcxUtils.formatFileSize(sizeNum);
388
388
  }
389
389
  }
390
- MonkeyEcxFormatSizePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxFormatSizePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
391
- MonkeyEcxFormatSizePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxFormatSizePipe, name: "monkeyecxFormatSize" });
392
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxFormatSizePipe, decorators: [{
390
+ MonkeyEcxFormatSizePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxFormatSizePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
391
+ MonkeyEcxFormatSizePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxFormatSizePipe, name: "monkeyecxFormatSize" });
392
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxFormatSizePipe, decorators: [{
393
393
  type: Pipe,
394
394
  args: [{
395
395
  name: 'monkeyecxFormatSize'
@@ -413,9 +413,9 @@ class MonkeyEcxFormatCurrencyPipe {
413
413
  return this.currencyPipe.transform(value, currencyCode, 'symbol', '', currentLocale);
414
414
  }
415
415
  }
416
- MonkeyEcxFormatCurrencyPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxFormatCurrencyPipe, deps: [{ token: i0.Injector }, { token: i1$2.CurrencyPipe }], target: i0.ɵɵFactoryTarget.Pipe });
417
- MonkeyEcxFormatCurrencyPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxFormatCurrencyPipe, name: "monkeyecxFormatCurrency" });
418
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxFormatCurrencyPipe, decorators: [{
416
+ MonkeyEcxFormatCurrencyPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxFormatCurrencyPipe, deps: [{ token: i0.Injector }, { token: i1$2.CurrencyPipe }], target: i0.ɵɵFactoryTarget.Pipe });
417
+ MonkeyEcxFormatCurrencyPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxFormatCurrencyPipe, name: "monkeyecxFormatCurrency" });
418
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxFormatCurrencyPipe, decorators: [{
419
419
  type: Pipe,
420
420
  args: [{
421
421
  name: 'monkeyecxFormatCurrency'
@@ -432,9 +432,9 @@ class MonkeyEcxFormatZipCodePipe {
432
432
  return MonkeyEcxUtils.formatZipCode(zipCode);
433
433
  }
434
434
  }
435
- MonkeyEcxFormatZipCodePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxFormatZipCodePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
436
- MonkeyEcxFormatZipCodePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxFormatZipCodePipe, name: "monkeyecxFormatZipCode" });
437
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxFormatZipCodePipe, decorators: [{
435
+ MonkeyEcxFormatZipCodePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxFormatZipCodePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
436
+ MonkeyEcxFormatZipCodePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxFormatZipCodePipe, name: "monkeyecxFormatZipCode" });
437
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxFormatZipCodePipe, decorators: [{
438
438
  type: Pipe,
439
439
  args: [{
440
440
  name: 'monkeyecxFormatZipCode'
@@ -456,9 +456,9 @@ class MonkeyEcxTextTruncatePipe {
456
456
  return `${text.substr(0, left)} ${midChar} ${text.substring(right)}`;
457
457
  }
458
458
  }
459
- MonkeyEcxTextTruncatePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxTextTruncatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
460
- MonkeyEcxTextTruncatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxTextTruncatePipe, name: "monkeyecxTextTruncate" });
461
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxTextTruncatePipe, decorators: [{
459
+ MonkeyEcxTextTruncatePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxTextTruncatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
460
+ MonkeyEcxTextTruncatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxTextTruncatePipe, name: "monkeyecxTextTruncate" });
461
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxTextTruncatePipe, decorators: [{
462
462
  type: Pipe,
463
463
  args: [{
464
464
  name: 'monkeyecxTextTruncate'
@@ -475,9 +475,9 @@ class MonkeyEcxDocumentTypePipe {
475
475
  return MonkeyEcxUtils.getDocumentType(document);
476
476
  }
477
477
  }
478
- MonkeyEcxDocumentTypePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxDocumentTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
479
- MonkeyEcxDocumentTypePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxDocumentTypePipe, name: "monkeyecxDocumentType" });
480
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxDocumentTypePipe, decorators: [{
478
+ MonkeyEcxDocumentTypePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxDocumentTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
479
+ MonkeyEcxDocumentTypePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxDocumentTypePipe, name: "monkeyecxDocumentType" });
480
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxDocumentTypePipe, decorators: [{
481
481
  type: Pipe,
482
482
  args: [{
483
483
  name: 'monkeyecxDocumentType'
@@ -489,9 +489,9 @@ class MonkeyEcxTruncateQtdPipe {
489
489
  return `${number > threshold ? `${threshold}+` : number}`;
490
490
  }
491
491
  }
492
- MonkeyEcxTruncateQtdPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxTruncateQtdPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
493
- MonkeyEcxTruncateQtdPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxTruncateQtdPipe, name: "monkeyecxTruncateQtd" });
494
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxTruncateQtdPipe, decorators: [{
492
+ MonkeyEcxTruncateQtdPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxTruncateQtdPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
493
+ MonkeyEcxTruncateQtdPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxTruncateQtdPipe, name: "monkeyecxTruncateQtd" });
494
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxTruncateQtdPipe, decorators: [{
495
495
  type: Pipe,
496
496
  args: [{
497
497
  name: 'monkeyecxTruncateQtd'
@@ -500,8 +500,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImpo
500
500
 
501
501
  class MonkeyEcxPipesModule {
502
502
  }
503
- MonkeyEcxPipesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxPipesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
504
- MonkeyEcxPipesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxPipesModule, declarations: [MonkeyEcxFormatDocumentPipe,
503
+ MonkeyEcxPipesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxPipesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
504
+ MonkeyEcxPipesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxPipesModule, declarations: [MonkeyEcxFormatDocumentPipe,
505
505
  MonkeyEcxFormatDateTimelapsePipe,
506
506
  MonkeyEcxDisplayFirstNamePipe,
507
507
  MonkeyEcxFormatSizePipe,
@@ -522,8 +522,8 @@ MonkeyEcxPipesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", ve
522
522
  MonkeyEcxTextTruncatePipe,
523
523
  MonkeyEcxTruncateQtdPipe,
524
524
  MonkeyEcxDocumentTypePipe] });
525
- MonkeyEcxPipesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxPipesModule, providers: [CurrencyPipe] });
526
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxPipesModule, decorators: [{
525
+ MonkeyEcxPipesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxPipesModule, providers: [CurrencyPipe] });
526
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxPipesModule, decorators: [{
527
527
  type: NgModule,
528
528
  args: [{
529
529
  declarations: [
@@ -558,14 +558,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImpo
558
558
 
559
559
  class ClosedToMaintenanceModule {
560
560
  }
561
- ClosedToMaintenanceModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: ClosedToMaintenanceModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
562
- ClosedToMaintenanceModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: ClosedToMaintenanceModule, declarations: [ClosedToMaintenanceComponent], imports: [CommonModule,
561
+ ClosedToMaintenanceModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: ClosedToMaintenanceModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
562
+ ClosedToMaintenanceModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: ClosedToMaintenanceModule, declarations: [ClosedToMaintenanceComponent], imports: [CommonModule,
563
563
  MonkeyButtonModule,
564
564
  MonkeyIconModule,
565
565
  MonkeyInputModule,
566
566
  MonkeyModalModule,
567
567
  MonkeyEcxPipesModule, i1$1.TranslateModule], exports: [ClosedToMaintenanceComponent] });
568
- ClosedToMaintenanceModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: ClosedToMaintenanceModule, imports: [[
568
+ ClosedToMaintenanceModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: ClosedToMaintenanceModule, imports: [[
569
569
  CommonModule,
570
570
  MonkeyButtonModule,
571
571
  MonkeyIconModule,
@@ -574,7 +574,7 @@ ClosedToMaintenanceModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0
574
574
  MonkeyEcxPipesModule,
575
575
  TranslateModule.forChild()
576
576
  ]] });
577
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: ClosedToMaintenanceModule, decorators: [{
577
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: ClosedToMaintenanceModule, decorators: [{
578
578
  type: NgModule,
579
579
  args: [{
580
580
  declarations: [ClosedToMaintenanceComponent],
@@ -625,9 +625,9 @@ class MonkeyEcxProgressBarService {
625
625
  return this.visible.asObservable();
626
626
  }
627
627
  }
628
- MonkeyEcxProgressBarService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxProgressBarService, deps: [{ token: i1$3.Router }], target: i0.ɵɵFactoryTarget.Injectable });
629
- MonkeyEcxProgressBarService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxProgressBarService, providedIn: 'root' });
630
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxProgressBarService, decorators: [{
628
+ MonkeyEcxProgressBarService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxProgressBarService, deps: [{ token: i1$3.Router }], target: i0.ɵɵFactoryTarget.Injectable });
629
+ MonkeyEcxProgressBarService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxProgressBarService, providedIn: 'root' });
630
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxProgressBarService, decorators: [{
631
631
  type: Injectable,
632
632
  args: [{
633
633
  providedIn: 'root'
@@ -646,9 +646,9 @@ class MonkeyEcxProgressBarComponent {
646
646
  });
647
647
  }
648
648
  }
649
- MonkeyEcxProgressBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxProgressBarComponent, deps: [{ token: MonkeyEcxProgressBarService }], target: i0.ɵɵFactoryTarget.Component });
650
- MonkeyEcxProgressBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: MonkeyEcxProgressBarComponent, selector: "monkeyecx-progress-bar", ngImport: i0, 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}"], directives: [{ type: i1$2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
651
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxProgressBarComponent, decorators: [{
649
+ MonkeyEcxProgressBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxProgressBarComponent, deps: [{ token: MonkeyEcxProgressBarService }], target: i0.ɵɵFactoryTarget.Component });
650
+ MonkeyEcxProgressBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.14", type: MonkeyEcxProgressBarComponent, selector: "monkeyecx-progress-bar", ngImport: i0, 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$2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
651
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxProgressBarComponent, decorators: [{
652
652
  type: Component,
653
653
  args: [{
654
654
  selector: 'monkeyecx-progress-bar',
@@ -660,10 +660,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImpo
660
660
 
661
661
  class MonkeyEcxProgressBarModule {
662
662
  }
663
- MonkeyEcxProgressBarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxProgressBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
664
- MonkeyEcxProgressBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxProgressBarModule, declarations: [MonkeyEcxProgressBarComponent], imports: [CommonModule], exports: [MonkeyEcxProgressBarComponent] });
665
- MonkeyEcxProgressBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxProgressBarModule, imports: [[CommonModule]] });
666
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxProgressBarModule, decorators: [{
663
+ MonkeyEcxProgressBarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxProgressBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
664
+ MonkeyEcxProgressBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxProgressBarModule, declarations: [MonkeyEcxProgressBarComponent], imports: [CommonModule], exports: [MonkeyEcxProgressBarComponent] });
665
+ MonkeyEcxProgressBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxProgressBarModule, imports: [[CommonModule]] });
666
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxProgressBarModule, decorators: [{
667
667
  type: NgModule,
668
668
  args: [{
669
669
  declarations: [MonkeyEcxProgressBarComponent],
@@ -677,9 +677,9 @@ class VersionChangedComponent {
677
677
  document.location.reload();
678
678
  }
679
679
  }
680
- VersionChangedComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: VersionChangedComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
681
- VersionChangedComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: VersionChangedComponent, selector: "monkeyecx-version-changed", inputs: { config: "config", modalRef: "modalRef" }, ngImport: i0, 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-weight:600;font-size:25px;line-height:32px}monkeyecx-version-changed .information,monkeyecx-version-changed .information-title{font-style:normal;display:flex;align-items:center;text-align:center;color:#4b4a53;max-width:600px}monkeyecx-version-changed .information{font-weight:400;font-size:20px;line-height:24px}monkeyecx-version-changed .browser-name{font-style:normal;font-weight:400;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}"], components: [{ type: i1.MonkeyModalComponent, selector: "monkey-modal", inputs: ["onHandleConfirm", "config", "modalRef"] }, { type: i1.MonkeyButtonComponent, selector: "monkey-button", inputs: ["iconPosition", "disabled", "label", "icon", "type", "color"] }], pipes: { "translate": i1$1.TranslatePipe }, encapsulation: i0.ViewEncapsulation.None });
682
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: VersionChangedComponent, decorators: [{
680
+ VersionChangedComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: VersionChangedComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
681
+ VersionChangedComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.14", type: VersionChangedComponent, selector: "monkeyecx-version-changed", inputs: { config: "config", modalRef: "modalRef" }, ngImport: i0, 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.MonkeyModalComponent, selector: "monkey-modal", inputs: ["config", "modalRef", "onHandleConfirm"] }, { type: i1.MonkeyButtonComponent, selector: "monkey-button", inputs: ["label", "icon", "iconPosition", "type", "color", "disabled", "size"] }], pipes: { "translate": i1$1.TranslatePipe }, encapsulation: i0.ViewEncapsulation.None });
682
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: VersionChangedComponent, decorators: [{
683
683
  type: Component,
684
684
  args: [{
685
685
  selector: 'monkeyecx-version-changed',
@@ -695,13 +695,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImpo
695
695
 
696
696
  class VersionChangedModule {
697
697
  }
698
- VersionChangedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: VersionChangedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
699
- VersionChangedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: VersionChangedModule, declarations: [VersionChangedComponent], imports: [CommonModule,
698
+ VersionChangedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: VersionChangedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
699
+ VersionChangedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: VersionChangedModule, declarations: [VersionChangedComponent], imports: [CommonModule,
700
700
  MonkeyButtonModule,
701
701
  MonkeyIconModule,
702
702
  MonkeyInputModule,
703
703
  MonkeyModalModule, i1$1.TranslateModule], exports: [VersionChangedComponent] });
704
- VersionChangedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: VersionChangedModule, imports: [[
704
+ VersionChangedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: VersionChangedModule, imports: [[
705
705
  CommonModule,
706
706
  MonkeyButtonModule,
707
707
  MonkeyIconModule,
@@ -709,7 +709,7 @@ VersionChangedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", ve
709
709
  MonkeyModalModule,
710
710
  TranslateModule.forChild()
711
711
  ]] });
712
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: VersionChangedModule, decorators: [{
712
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: VersionChangedModule, decorators: [{
713
713
  type: NgModule,
714
714
  args: [{
715
715
  declarations: [VersionChangedComponent],
@@ -726,14 +726,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImpo
726
726
  }] });
727
727
 
728
728
  /* eslint-disable max-classes-per-file */
729
- const moment = moment_;
729
+ const moment$1 = moment_;
730
730
  class DateValidator {
731
731
  static do(control) {
732
732
  if (!control.parent || !control)
733
733
  return null;
734
734
  if (control && control.value) {
735
735
  const dateFormat = 'MM-DD-YYYY';
736
- if (!moment(moment(control.value).format(dateFormat), ['DD/MM/YYYY', 'MM-DD-YYYY', 'YYYY-MM-DD'], true).isValid()) {
736
+ if (!moment$1(moment$1(control.value).format(dateFormat), ['DD/MM/YYYY', 'MM-DD-YYYY', 'YYYY-MM-DD'], true).isValid()) {
737
737
  return {
738
738
  invalidDate: true
739
739
  };
@@ -909,6 +909,22 @@ class UnlockRegisterSponsorValidator {
909
909
  }
910
910
  return null;
911
911
  }
912
+ }
913
+ class DateRangeValidator {
914
+ static do(control) {
915
+ if (!control.parent || !control) {
916
+ return null;
917
+ }
918
+ const dates = control.parent.get('dates').value;
919
+ if (dates &&
920
+ (!MonkeyEcxUtils.persistNullEmptyUndefined(dates.startDate) ||
921
+ !MonkeyEcxUtils.persistNullEmptyUndefined(dates.endDate))) {
922
+ return {
923
+ invalidDateRange: true
924
+ };
925
+ }
926
+ return null;
927
+ }
912
928
  }
913
929
 
914
930
  var validateUtils = /*#__PURE__*/Object.freeze({
@@ -924,7 +940,8 @@ var validateUtils = /*#__PURE__*/Object.freeze({
924
940
  CustomDatesStartValidator: CustomDatesStartValidator,
925
941
  CustomDatesEndValidator: CustomDatesEndValidator,
926
942
  UnlockRegisterBuyerValidator: UnlockRegisterBuyerValidator,
927
- UnlockRegisterSponsorValidator: UnlockRegisterSponsorValidator
943
+ UnlockRegisterSponsorValidator: UnlockRegisterSponsorValidator,
944
+ DateRangeValidator: DateRangeValidator
928
945
  });
929
946
 
930
947
  /* eslint-disable no-unused-vars */
@@ -1017,6 +1034,198 @@ var decoratorsUtils = /*#__PURE__*/Object.freeze({
1017
1034
  hasMonkeyEcxServiceAndHandlingProperties: hasMonkeyEcxServiceAndHandlingProperties
1018
1035
  });
1019
1036
 
1037
+ const moment = moment_;
1038
+ // eslint-disable-next-line max-len
1039
+ const EMAIL_REGEXP = /^(?=.{1,254}$)(?=.{1,64}@)([A-Za-z0-9_\-.])+@([A-Za-z0-9])+\.([A-Za-z]{1,61})$/;
1040
+ function isEmptyInputValue(value) {
1041
+ return value == null || value.length === 0;
1042
+ }
1043
+ function emailValidator(control) {
1044
+ if (!control.parent || !control || isEmptyInputValue(control.value)) {
1045
+ return null;
1046
+ }
1047
+ const test = EMAIL_REGEXP.test(control.value);
1048
+ if (test)
1049
+ return null;
1050
+ return {
1051
+ email: true
1052
+ };
1053
+ }
1054
+ function dateRangeValidator(control) {
1055
+ if (!control.parent || !control || isEmptyInputValue(control.value)) {
1056
+ return null;
1057
+ }
1058
+ const dates = control.parent.get('dates').value;
1059
+ if (dates &&
1060
+ (!MonkeyEcxUtils.persistNullEmptyUndefined(dates === null || dates === void 0 ? void 0 : dates.startDate) ||
1061
+ !MonkeyEcxUtils.persistNullEmptyUndefined(dates === null || dates === void 0 ? void 0 : dates.endDate))) {
1062
+ return {
1063
+ dateRange: true
1064
+ };
1065
+ }
1066
+ return null;
1067
+ }
1068
+ function registerValidator(control, type) {
1069
+ if (!control.parent || !control || isEmptyInputValue(control.value)) {
1070
+ return null;
1071
+ }
1072
+ if (control && control.value !== `#MONKEY${type}`.toUpperCase()) {
1073
+ return {
1074
+ invalidUnlockRegister: true
1075
+ };
1076
+ }
1077
+ return null;
1078
+ }
1079
+ function dateStartEndValidator(control) {
1080
+ if (!control.parent || !control) {
1081
+ return null;
1082
+ }
1083
+ const { parent } = control;
1084
+ const valueStart = parent.get('dateStart').value;
1085
+ const valueEnd = parent.get('dateEnd').value;
1086
+ let dateStart;
1087
+ let dateEnd;
1088
+ if (valueStart) {
1089
+ dateStart = new Date(valueStart);
1090
+ }
1091
+ if (valueEnd) {
1092
+ dateEnd = new Date(valueEnd);
1093
+ }
1094
+ if (!dateEnd || !dateStart)
1095
+ return null;
1096
+ if (dateStart > dateEnd) {
1097
+ return {
1098
+ dateStartMustBeLessThanAnd: true
1099
+ };
1100
+ }
1101
+ return null;
1102
+ }
1103
+ function urlValidator(control) {
1104
+ if (!control.parent || !control || isEmptyInputValue(control.value))
1105
+ return null;
1106
+ if (!MonkeyEcxUtils.isValidUrl(control.value)) {
1107
+ return {
1108
+ url: true
1109
+ };
1110
+ }
1111
+ return null;
1112
+ }
1113
+ function passwordConfirmValidator(control) {
1114
+ if (!control.parent || !control || isEmptyInputValue(control.value))
1115
+ return null;
1116
+ const { parent } = control;
1117
+ const password = parent.get('password').value;
1118
+ const passwordConfirm = parent.get('passwordConfirm').value;
1119
+ if (!password || !passwordConfirm)
1120
+ return null;
1121
+ if (password === passwordConfirm)
1122
+ return null;
1123
+ return {
1124
+ passwordsNotMatching: true
1125
+ };
1126
+ }
1127
+ function trueValidator(control) {
1128
+ if (!control.parent || !control)
1129
+ return null;
1130
+ if (control && control.value !== false)
1131
+ return null;
1132
+ return {
1133
+ invalidTrue: true
1134
+ };
1135
+ }
1136
+ function comboValidator(control) {
1137
+ if (!control.parent || !control)
1138
+ return null;
1139
+ if (control && control.value !== '0')
1140
+ return null;
1141
+ return {
1142
+ invalidCombo: true
1143
+ };
1144
+ }
1145
+ function zipCodeValidator(control) {
1146
+ if (!control.parent || !control || isEmptyInputValue(control.value))
1147
+ return null;
1148
+ if (control && control.value) {
1149
+ if (!MonkeyEcxUtils.isValidZipCode(control.value)) {
1150
+ return {
1151
+ invalidZipCode: true
1152
+ };
1153
+ }
1154
+ }
1155
+ return null;
1156
+ }
1157
+ function documentValidator(control, country) {
1158
+ if (!control.parent || !control || isEmptyInputValue(control.value))
1159
+ return null;
1160
+ if (country === 'BR') {
1161
+ if (!MonkeyEcxUtils.isCPFCNPJValid(control.value)) {
1162
+ return {
1163
+ invalidCpfCnpj: true
1164
+ };
1165
+ }
1166
+ }
1167
+ else if (country === 'CL') {
1168
+ if (!MonkeyEcxUtils.isValidRUT(control.value)) {
1169
+ return {
1170
+ invalidCpfCnpj: true
1171
+ };
1172
+ }
1173
+ }
1174
+ return null;
1175
+ }
1176
+ function dateValidator(control) {
1177
+ if (!control.parent || !control || isEmptyInputValue(control.value))
1178
+ return null;
1179
+ const dateFormat = 'MM-DD-YYYY';
1180
+ if (!moment(moment(control.value).format(dateFormat), ['DD/MM/YYYY', 'MM-DD-YYYY', 'YYYY-MM-DD'], true).isValid()) {
1181
+ return {
1182
+ invalidDate: true
1183
+ };
1184
+ }
1185
+ return null;
1186
+ }
1187
+ class Validators {
1188
+ static email(control) {
1189
+ return emailValidator(control);
1190
+ }
1191
+ static dateRange(control) {
1192
+ return dateRangeValidator(control);
1193
+ }
1194
+ static unlockSponsorRegister(control) {
1195
+ return registerValidator(control, 'sponsor');
1196
+ }
1197
+ static unlockBuyerRegister(control) {
1198
+ return registerValidator(control, 'buyer');
1199
+ }
1200
+ static dateStartEnd(control) {
1201
+ return dateStartEndValidator(control);
1202
+ }
1203
+ static url(control) {
1204
+ return urlValidator(control);
1205
+ }
1206
+ static passwordConfirm(control) {
1207
+ return passwordConfirmValidator(control);
1208
+ }
1209
+ static true(control) {
1210
+ return trueValidator(control);
1211
+ }
1212
+ static combo(control) {
1213
+ return comboValidator(control);
1214
+ }
1215
+ static zipCode(control) {
1216
+ return zipCodeValidator(control);
1217
+ }
1218
+ static documentBR(control) {
1219
+ return documentValidator(control, 'BR');
1220
+ }
1221
+ static documentCL(control) {
1222
+ return documentValidator(control, 'CL');
1223
+ }
1224
+ static date(control) {
1225
+ return dateValidator(control);
1226
+ }
1227
+ }
1228
+
1020
1229
  /* eslint-disable object-curly-newline */
1021
1230
 
1022
1231
  function MonkeyEcxCoreServiceConstructor() {
@@ -1194,9 +1403,9 @@ class MonkeyEcxDragDropDirective {
1194
1403
  }
1195
1404
  }
1196
1405
  }
1197
- MonkeyEcxDragDropDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxDragDropDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1198
- MonkeyEcxDragDropDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.13", 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 });
1199
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxDragDropDirective, decorators: [{
1406
+ MonkeyEcxDragDropDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxDragDropDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1407
+ MonkeyEcxDragDropDirective.ɵdir = i0.ɵɵ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 });
1408
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxDragDropDirective, decorators: [{
1200
1409
  type: Directive,
1201
1410
  args: [{
1202
1411
  selector: '[monkeyecxDragDrop]'
@@ -1246,9 +1455,9 @@ class MonkeyEcxFormatCurrency {
1246
1455
  this.el.value = this.handle(value);
1247
1456
  }
1248
1457
  }
1249
- MonkeyEcxFormatCurrency.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxFormatCurrency, deps: [{ token: i0.ElementRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Directive });
1250
- MonkeyEcxFormatCurrency.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.13", type: MonkeyEcxFormatCurrency, selector: "[monkeyecxFormatCurrency]", host: { listeners: { "input": "onInput($event.target.value)" } }, providers: [CurrencyPipe], ngImport: i0 });
1251
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxFormatCurrency, decorators: [{
1458
+ MonkeyEcxFormatCurrency.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxFormatCurrency, deps: [{ token: i0.ElementRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Directive });
1459
+ MonkeyEcxFormatCurrency.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.14", type: MonkeyEcxFormatCurrency, selector: "[monkeyecxFormatCurrency]", host: { listeners: { "input": "onInput($event.target.value)" } }, providers: [CurrencyPipe], ngImport: i0 });
1460
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxFormatCurrency, decorators: [{
1252
1461
  type: Directive,
1253
1462
  args: [{
1254
1463
  selector: '[monkeyecxFormatCurrency]',
@@ -1287,8 +1496,8 @@ class MonkeyEcxFormatUpper {
1287
1496
  this._renderer.setProperty(this._el.nativeElement, 'disabled', isDisabled);
1288
1497
  }
1289
1498
  }
1290
- MonkeyEcxFormatUpper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxFormatUpper, deps: [{ token: i0.ElementRef, self: true }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
1291
- MonkeyEcxFormatUpper.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.13", type: MonkeyEcxFormatUpper, selector: "[monkeyecxFormatUpper]", host: { listeners: { "keyup": "onKeyDown($event)", "blur": "onBlur($event)" } }, providers: [
1499
+ MonkeyEcxFormatUpper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxFormatUpper, deps: [{ token: i0.ElementRef, self: true }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
1500
+ MonkeyEcxFormatUpper.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.14", type: MonkeyEcxFormatUpper, selector: "[monkeyecxFormatUpper]", host: { listeners: { "keyup": "onKeyDown($event)", "blur": "onBlur($event)" } }, providers: [
1292
1501
  {
1293
1502
  provide: NG_VALUE_ACCESSOR,
1294
1503
  useExisting: forwardRef(() => {
@@ -1298,7 +1507,7 @@ MonkeyEcxFormatUpper.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", v
1298
1507
  multi: true
1299
1508
  }
1300
1509
  ], ngImport: i0 });
1301
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxFormatUpper, decorators: [{
1510
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxFormatUpper, decorators: [{
1302
1511
  type: Directive,
1303
1512
  args: [{
1304
1513
  selector: '[monkeyecxFormatUpper]',
@@ -1336,9 +1545,9 @@ class MonkeyEcxOnlyAlphaNumericDirective {
1336
1545
  }
1337
1546
  }
1338
1547
  }
1339
- MonkeyEcxOnlyAlphaNumericDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxOnlyAlphaNumericDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1340
- MonkeyEcxOnlyAlphaNumericDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.13", type: MonkeyEcxOnlyAlphaNumericDirective, selector: "[monkeyecxOnlyAlphaNumeric]", host: { listeners: { "input": "onInputChange($event)" } }, ngImport: i0 });
1341
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxOnlyAlphaNumericDirective, decorators: [{
1548
+ MonkeyEcxOnlyAlphaNumericDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxOnlyAlphaNumericDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1549
+ MonkeyEcxOnlyAlphaNumericDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.14", type: MonkeyEcxOnlyAlphaNumericDirective, selector: "[monkeyecxOnlyAlphaNumeric]", host: { listeners: { "input": "onInputChange($event)" } }, ngImport: i0 });
1550
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxOnlyAlphaNumericDirective, decorators: [{
1342
1551
  type: Directive,
1343
1552
  args: [{
1344
1553
  selector: '[monkeyecxOnlyAlphaNumeric]'
@@ -1361,9 +1570,9 @@ class MonkeyEcxOnlyNumbersDirective {
1361
1570
  }
1362
1571
  }
1363
1572
  }
1364
- MonkeyEcxOnlyNumbersDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxOnlyNumbersDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1365
- MonkeyEcxOnlyNumbersDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.13", type: MonkeyEcxOnlyNumbersDirective, selector: "[monkeyecxOnlyNumbers]", host: { listeners: { "input": "onInputChange($event)" } }, ngImport: i0 });
1366
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxOnlyNumbersDirective, decorators: [{
1573
+ MonkeyEcxOnlyNumbersDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxOnlyNumbersDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1574
+ MonkeyEcxOnlyNumbersDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.14", type: MonkeyEcxOnlyNumbersDirective, selector: "[monkeyecxOnlyNumbers]", host: { listeners: { "input": "onInputChange($event)" } }, ngImport: i0 });
1575
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxOnlyNumbersDirective, decorators: [{
1367
1576
  type: Directive,
1368
1577
  args: [{
1369
1578
  selector: '[monkeyecxOnlyNumbers]'
@@ -1670,9 +1879,9 @@ class MonkeyEcxHandlingService {
1670
1879
  return this.monkeyecxRequestUpload;
1671
1880
  }
1672
1881
  }
1673
- MonkeyEcxHandlingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxHandlingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1674
- MonkeyEcxHandlingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxHandlingService, providedIn: 'root' });
1675
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxHandlingService, decorators: [{
1882
+ MonkeyEcxHandlingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxHandlingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1883
+ MonkeyEcxHandlingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxHandlingService, providedIn: 'root' });
1884
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxHandlingService, decorators: [{
1676
1885
  type: Injectable,
1677
1886
  args: [{
1678
1887
  providedIn: 'root'
@@ -1766,9 +1975,9 @@ class MonkeyEcxService {
1766
1975
  }));
1767
1976
  }
1768
1977
  }
1769
- MonkeyEcxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxService, deps: [{ token: i1$4.HttpClient }, { token: MonkeyEcxHandlingService }], target: i0.ɵɵFactoryTarget.Injectable });
1770
- MonkeyEcxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxService, providedIn: 'root' });
1771
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxService, decorators: [{
1978
+ MonkeyEcxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxService, deps: [{ token: i1$4.HttpClient }, { token: MonkeyEcxHandlingService }], target: i0.ɵɵFactoryTarget.Injectable });
1979
+ MonkeyEcxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxService, providedIn: 'root' });
1980
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxService, decorators: [{
1772
1981
  type: Injectable,
1773
1982
  args: [{
1774
1983
  providedIn: 'root'
@@ -1858,9 +2067,9 @@ class MonkeyEcxCookieStorageService {
1858
2067
  this.set(name, '', { expires: expiresDate, path, domain, secure, sameSite });
1859
2068
  }
1860
2069
  }
1861
- MonkeyEcxCookieStorageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxCookieStorageService, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
1862
- MonkeyEcxCookieStorageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxCookieStorageService, providedIn: 'root' });
1863
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxCookieStorageService, decorators: [{
2070
+ MonkeyEcxCookieStorageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxCookieStorageService, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
2071
+ MonkeyEcxCookieStorageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxCookieStorageService, providedIn: 'root' });
2072
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxCookieStorageService, decorators: [{
1864
2073
  type: Injectable,
1865
2074
  args: [{
1866
2075
  providedIn: 'root'
@@ -1904,8 +2113,8 @@ class MonkeyEcxi18nConfigService extends MonkeyEcxCommonsService {
1904
2113
  });
1905
2114
  }
1906
2115
  }
1907
- MonkeyEcxi18nConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxi18nConfigService, deps: [{ token: MonkeyEcxService }, { token: i1$1.TranslateService }, { token: MonkeyEcxCookieStorageService }], target: i0.ɵɵFactoryTarget.Injectable });
1908
- MonkeyEcxi18nConfigService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxi18nConfigService, providedIn: 'root' });
2116
+ MonkeyEcxi18nConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxi18nConfigService, deps: [{ token: MonkeyEcxService }, { token: i1$1.TranslateService }, { token: MonkeyEcxCookieStorageService }], target: i0.ɵɵFactoryTarget.Injectable });
2117
+ MonkeyEcxi18nConfigService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxi18nConfigService, providedIn: 'root' });
1909
2118
  __decorate([
1910
2119
  MonkeyEcxCoreService({
1911
2120
  httpResponse: {
@@ -1916,7 +2125,7 @@ __decorate([
1916
2125
  }
1917
2126
  })
1918
2127
  ], MonkeyEcxi18nConfigService.prototype, "apply", null);
1919
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxi18nConfigService, decorators: [{
2128
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxi18nConfigService, decorators: [{
1920
2129
  type: Injectable,
1921
2130
  args: [{
1922
2131
  providedIn: 'root'
@@ -1943,9 +2152,9 @@ class MonkeyEcxLogsConfigService {
1943
2152
  }
1944
2153
  }
1945
2154
  }
1946
- MonkeyEcxLogsConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxLogsConfigService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1947
- MonkeyEcxLogsConfigService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxLogsConfigService, providedIn: 'root' });
1948
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxLogsConfigService, decorators: [{
2155
+ MonkeyEcxLogsConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxLogsConfigService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2156
+ MonkeyEcxLogsConfigService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxLogsConfigService, providedIn: 'root' });
2157
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxLogsConfigService, decorators: [{
1949
2158
  type: Injectable,
1950
2159
  args: [{
1951
2160
  providedIn: 'root'
@@ -1990,9 +2199,9 @@ class MonkeyEcxServiceWorkerConfigService {
1990
2199
  this.verify();
1991
2200
  }
1992
2201
  }
1993
- MonkeyEcxServiceWorkerConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxServiceWorkerConfigService, deps: [{ token: i0.ApplicationRef }, { token: i1$5.SwUpdate }, { token: i1.MonkeyStyleGuideModalService }], target: i0.ɵɵFactoryTarget.Injectable });
1994
- MonkeyEcxServiceWorkerConfigService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxServiceWorkerConfigService, providedIn: 'root' });
1995
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxServiceWorkerConfigService, decorators: [{
2202
+ MonkeyEcxServiceWorkerConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxServiceWorkerConfigService, deps: [{ token: i0.ApplicationRef }, { token: i1$5.SwUpdate }, { token: i1.MonkeyStyleGuideModalService }], target: i0.ɵɵFactoryTarget.Injectable });
2203
+ MonkeyEcxServiceWorkerConfigService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxServiceWorkerConfigService, providedIn: 'root' });
2204
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxServiceWorkerConfigService, decorators: [{
1996
2205
  type: Injectable,
1997
2206
  args: [{
1998
2207
  providedIn: 'root'
@@ -2028,9 +2237,9 @@ class MonkeyEcxSecurityConsoleConfigService extends MonkeyEcxCommonsService {
2028
2237
  this.handleValidation();
2029
2238
  }
2030
2239
  }
2031
- MonkeyEcxSecurityConsoleConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxSecurityConsoleConfigService, deps: [{ token: i1$1.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable });
2032
- MonkeyEcxSecurityConsoleConfigService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxSecurityConsoleConfigService, providedIn: 'root' });
2033
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxSecurityConsoleConfigService, decorators: [{
2240
+ MonkeyEcxSecurityConsoleConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxSecurityConsoleConfigService, deps: [{ token: i1$1.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable });
2241
+ MonkeyEcxSecurityConsoleConfigService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxSecurityConsoleConfigService, providedIn: 'root' });
2242
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxSecurityConsoleConfigService, decorators: [{
2034
2243
  type: Injectable,
2035
2244
  args: [{
2036
2245
  providedIn: 'root'
@@ -2060,9 +2269,9 @@ class MonkeyEcxMaintenanceConfigService {
2060
2269
  this.handleValidation(config);
2061
2270
  }
2062
2271
  }
2063
- MonkeyEcxMaintenanceConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxMaintenanceConfigService, deps: [{ token: i1.MonkeyStyleGuideModalService }, { token: i1$3.Router }], target: i0.ɵɵFactoryTarget.Injectable });
2064
- MonkeyEcxMaintenanceConfigService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxMaintenanceConfigService, providedIn: 'root' });
2065
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxMaintenanceConfigService, decorators: [{
2272
+ MonkeyEcxMaintenanceConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxMaintenanceConfigService, deps: [{ token: i1.MonkeyStyleGuideModalService }, { token: i1$3.Router }], target: i0.ɵɵFactoryTarget.Injectable });
2273
+ MonkeyEcxMaintenanceConfigService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxMaintenanceConfigService, providedIn: 'root' });
2274
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxMaintenanceConfigService, decorators: [{
2066
2275
  type: Injectable,
2067
2276
  args: [{
2068
2277
  providedIn: 'root'
@@ -2134,8 +2343,8 @@ class MonkeyEcxConfigService extends MonkeyEcxCommonsService {
2134
2343
  return this.configBoostrapSubject$.asObservable();
2135
2344
  }
2136
2345
  }
2137
- MonkeyEcxConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxConfigService, deps: [{ token: MonkeyEcxService }, { token: MonkeyEcxi18nConfigService }, { token: MonkeyEcxLogsConfigService }, { token: i1.MonkeyStyleGuideSettingsService }, { token: MonkeyEcxServiceWorkerConfigService }, { token: MonkeyEcxSecurityConsoleConfigService }, { token: MonkeyEcxMaintenanceConfigService }], target: i0.ɵɵFactoryTarget.Injectable });
2138
- MonkeyEcxConfigService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxConfigService, providedIn: 'root' });
2346
+ MonkeyEcxConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxConfigService, deps: [{ token: MonkeyEcxService }, { token: MonkeyEcxi18nConfigService }, { token: MonkeyEcxLogsConfigService }, { token: i1.MonkeyStyleGuideSettingsService }, { token: MonkeyEcxServiceWorkerConfigService }, { token: MonkeyEcxSecurityConsoleConfigService }, { token: MonkeyEcxMaintenanceConfigService }], target: i0.ɵɵFactoryTarget.Injectable });
2347
+ MonkeyEcxConfigService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxConfigService, providedIn: 'root' });
2139
2348
  __decorate([
2140
2349
  MonkeyEcxCoreService({
2141
2350
  httpResponse: {
@@ -2146,7 +2355,7 @@ __decorate([
2146
2355
  }
2147
2356
  })
2148
2357
  ], MonkeyEcxConfigService.prototype, "init", null);
2149
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxConfigService, decorators: [{
2358
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxConfigService, decorators: [{
2150
2359
  type: Injectable,
2151
2360
  args: [{
2152
2361
  providedIn: 'root'
@@ -2256,9 +2465,9 @@ class MonkeyEcxTokenStorageService {
2256
2465
  });
2257
2466
  }
2258
2467
  }
2259
- MonkeyEcxTokenStorageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxTokenStorageService, deps: [{ token: MonkeyEcxConfigService }], target: i0.ɵɵFactoryTarget.Injectable });
2260
- MonkeyEcxTokenStorageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxTokenStorageService, providedIn: 'root' });
2261
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxTokenStorageService, decorators: [{
2468
+ MonkeyEcxTokenStorageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxTokenStorageService, deps: [{ token: MonkeyEcxConfigService }], target: i0.ɵɵFactoryTarget.Injectable });
2469
+ MonkeyEcxTokenStorageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxTokenStorageService, providedIn: 'root' });
2470
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxTokenStorageService, decorators: [{
2262
2471
  type: Injectable,
2263
2472
  args: [{
2264
2473
  providedIn: 'root'
@@ -2314,9 +2523,9 @@ class MonkeyEcxSecurityDirective {
2314
2523
  this.handleAccess();
2315
2524
  }
2316
2525
  }
2317
- MonkeyEcxSecurityDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxSecurityDirective, deps: [{ token: i0.ElementRef }, { token: MonkeyEcxTokenStorageService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
2318
- MonkeyEcxSecurityDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.13", type: MonkeyEcxSecurityDirective, selector: "[monkeyecxSecurity]", inputs: { roles: ["securityRoles", "roles"], byExclusion: ["securityByExclusion", "byExclusion"] }, ngImport: i0 });
2319
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxSecurityDirective, decorators: [{
2526
+ MonkeyEcxSecurityDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxSecurityDirective, deps: [{ token: i0.ElementRef }, { token: MonkeyEcxTokenStorageService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
2527
+ MonkeyEcxSecurityDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.14", type: MonkeyEcxSecurityDirective, selector: "[monkeyecxSecurity]", inputs: { roles: ["securityRoles", "roles"], byExclusion: ["securityByExclusion", "byExclusion"] }, ngImport: i0 });
2528
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxSecurityDirective, decorators: [{
2320
2529
  type: Directive,
2321
2530
  args: [{
2322
2531
  selector: '[monkeyecxSecurity]'
@@ -2411,9 +2620,9 @@ class MonkeyEcxTooltipDirective {
2411
2620
  this.renderer.setStyle(this.tooltip, 'left', `${left}px`);
2412
2621
  }
2413
2622
  }
2414
- MonkeyEcxTooltipDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxTooltipDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
2415
- MonkeyEcxTooltipDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.13", type: MonkeyEcxTooltipDirective, selector: "[monkeyecxTooltip]", inputs: { tooltipDelay: "tooltipDelay", tooltipPosition: "tooltipPosition", tooltipText: "tooltipText", tooltipTitle: "tooltipTitle" }, host: { listeners: { "mouseenter": "onMouseEnter()", "mouseleave": "onMouseLeave()", "click": "clickout()" } }, ngImport: i0 });
2416
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxTooltipDirective, decorators: [{
2623
+ MonkeyEcxTooltipDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxTooltipDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
2624
+ MonkeyEcxTooltipDirective.ɵdir = i0.ɵɵ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 });
2625
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxTooltipDirective, decorators: [{
2417
2626
  type: Directive,
2418
2627
  args: [{
2419
2628
  selector: '[monkeyecxTooltip]'
@@ -2439,8 +2648,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImpo
2439
2648
 
2440
2649
  class MonkeyEcxDirectivesModule {
2441
2650
  }
2442
- MonkeyEcxDirectivesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxDirectivesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2443
- MonkeyEcxDirectivesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxDirectivesModule, declarations: [MonkeyEcxDragDropDirective,
2651
+ MonkeyEcxDirectivesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxDirectivesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2652
+ MonkeyEcxDirectivesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxDirectivesModule, declarations: [MonkeyEcxDragDropDirective,
2444
2653
  MonkeyEcxFormatCurrency,
2445
2654
  MonkeyEcxFormatUpper,
2446
2655
  MonkeyEcxOnlyAlphaNumericDirective,
@@ -2453,8 +2662,8 @@ MonkeyEcxDirectivesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0
2453
2662
  MonkeyEcxOnlyNumbersDirective,
2454
2663
  MonkeyEcxSecurityDirective,
2455
2664
  MonkeyEcxTooltipDirective] });
2456
- MonkeyEcxDirectivesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxDirectivesModule });
2457
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxDirectivesModule, decorators: [{
2665
+ MonkeyEcxDirectivesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxDirectivesModule });
2666
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxDirectivesModule, decorators: [{
2458
2667
  type: NgModule,
2459
2668
  args: [{
2460
2669
  declarations: [
@@ -2528,9 +2737,9 @@ class MonkeyEcxAuthenticationService {
2528
2737
  this.refreshToken = (args === null || args === void 0 ? void 0 : args.refreshToken) || this.refreshToken.bind(this);
2529
2738
  }
2530
2739
  }
2531
- MonkeyEcxAuthenticationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxAuthenticationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2532
- MonkeyEcxAuthenticationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxAuthenticationService, providedIn: 'root' });
2533
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxAuthenticationService, decorators: [{
2740
+ MonkeyEcxAuthenticationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxAuthenticationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2741
+ MonkeyEcxAuthenticationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxAuthenticationService, providedIn: 'root' });
2742
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxAuthenticationService, decorators: [{
2534
2743
  type: Injectable,
2535
2744
  args: [{
2536
2745
  providedIn: 'root'
@@ -2554,9 +2763,9 @@ class MonkeyEcxAuthGuardLogin {
2554
2763
  return true;
2555
2764
  }
2556
2765
  }
2557
- MonkeyEcxAuthGuardLogin.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxAuthGuardLogin, deps: [{ token: MonkeyEcxAuthenticationService }], target: i0.ɵɵFactoryTarget.Injectable });
2558
- MonkeyEcxAuthGuardLogin.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxAuthGuardLogin, providedIn: 'root' });
2559
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxAuthGuardLogin, decorators: [{
2766
+ MonkeyEcxAuthGuardLogin.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxAuthGuardLogin, deps: [{ token: MonkeyEcxAuthenticationService }], target: i0.ɵɵFactoryTarget.Injectable });
2767
+ MonkeyEcxAuthGuardLogin.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxAuthGuardLogin, providedIn: 'root' });
2768
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxAuthGuardLogin, decorators: [{
2560
2769
  type: Injectable,
2561
2770
  args: [{
2562
2771
  providedIn: 'root'
@@ -2577,9 +2786,9 @@ class MonkeyEcxAuthGuard {
2577
2786
  return false;
2578
2787
  }
2579
2788
  }
2580
- MonkeyEcxAuthGuard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxAuthGuard, deps: [{ token: MonkeyEcxAuthenticationService }], target: i0.ɵɵFactoryTarget.Injectable });
2581
- MonkeyEcxAuthGuard.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxAuthGuard, providedIn: 'root' });
2582
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxAuthGuard, decorators: [{
2789
+ MonkeyEcxAuthGuard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxAuthGuard, deps: [{ token: MonkeyEcxAuthenticationService }], target: i0.ɵɵFactoryTarget.Injectable });
2790
+ MonkeyEcxAuthGuard.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxAuthGuard, providedIn: 'root' });
2791
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxAuthGuard, decorators: [{
2583
2792
  type: Injectable,
2584
2793
  args: [{
2585
2794
  providedIn: 'root'
@@ -2698,9 +2907,9 @@ class MonkeyEcxHttpErrorHandlingService extends MonkeyEcxCommonsService {
2698
2907
  }
2699
2908
  }
2700
2909
  }
2701
- MonkeyEcxHttpErrorHandlingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxHttpErrorHandlingService, deps: [{ token: MonkeyEcxService }, { token: MonkeyEcxTokenStorageService }, { token: MonkeyEcxAuthenticationService }, { token: i1$3.Router }, { token: i1.MonkeyStyleGuideSnackbarService }, { token: i1$1.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable });
2702
- MonkeyEcxHttpErrorHandlingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxHttpErrorHandlingService, providedIn: 'root' });
2703
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxHttpErrorHandlingService, decorators: [{
2910
+ MonkeyEcxHttpErrorHandlingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxHttpErrorHandlingService, deps: [{ token: MonkeyEcxService }, { token: MonkeyEcxTokenStorageService }, { token: MonkeyEcxAuthenticationService }, { token: i1$3.Router }, { token: i1.MonkeyStyleGuideSnackbarService }, { token: i1$1.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable });
2911
+ MonkeyEcxHttpErrorHandlingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxHttpErrorHandlingService, providedIn: 'root' });
2912
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxHttpErrorHandlingService, decorators: [{
2704
2913
  type: Injectable,
2705
2914
  args: [{
2706
2915
  providedIn: 'root'
@@ -2723,9 +2932,9 @@ class MonkeyEcxOthersErrorsHandlingService {
2723
2932
  }
2724
2933
  }
2725
2934
  }
2726
- MonkeyEcxOthersErrorsHandlingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxOthersErrorsHandlingService, deps: [{ token: i1.MonkeyStyleGuideModalService }], target: i0.ɵɵFactoryTarget.Injectable });
2727
- MonkeyEcxOthersErrorsHandlingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxOthersErrorsHandlingService, providedIn: 'root' });
2728
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxOthersErrorsHandlingService, decorators: [{
2935
+ MonkeyEcxOthersErrorsHandlingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxOthersErrorsHandlingService, deps: [{ token: i1.MonkeyStyleGuideModalService }], target: i0.ɵɵFactoryTarget.Injectable });
2936
+ MonkeyEcxOthersErrorsHandlingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxOthersErrorsHandlingService, providedIn: 'root' });
2937
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxOthersErrorsHandlingService, decorators: [{
2729
2938
  type: Injectable,
2730
2939
  args: [{
2731
2940
  providedIn: 'root'
@@ -2755,9 +2964,9 @@ class MonkeyEcxErrorHandlingService {
2755
2964
  }
2756
2965
  }
2757
2966
  }
2758
- MonkeyEcxErrorHandlingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxErrorHandlingService, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
2759
- MonkeyEcxErrorHandlingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxErrorHandlingService, providedIn: 'root' });
2760
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxErrorHandlingService, decorators: [{
2967
+ MonkeyEcxErrorHandlingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxErrorHandlingService, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
2968
+ MonkeyEcxErrorHandlingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxErrorHandlingService, providedIn: 'root' });
2969
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxErrorHandlingService, decorators: [{
2761
2970
  type: Injectable,
2762
2971
  args: [{
2763
2972
  providedIn: 'root'
@@ -2777,10 +2986,10 @@ class MonkeyEcxErrorHandlingModule {
2777
2986
  };
2778
2987
  }
2779
2988
  }
2780
- MonkeyEcxErrorHandlingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxErrorHandlingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2781
- MonkeyEcxErrorHandlingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxErrorHandlingModule, imports: [CommonModule] });
2782
- MonkeyEcxErrorHandlingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxErrorHandlingModule, imports: [[CommonModule]] });
2783
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxErrorHandlingModule, decorators: [{
2989
+ MonkeyEcxErrorHandlingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxErrorHandlingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2990
+ MonkeyEcxErrorHandlingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxErrorHandlingModule, imports: [CommonModule] });
2991
+ MonkeyEcxErrorHandlingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxErrorHandlingModule, imports: [[CommonModule]] });
2992
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxErrorHandlingModule, decorators: [{
2784
2993
  type: NgModule,
2785
2994
  args: [{
2786
2995
  imports: [CommonModule]
@@ -2814,9 +3023,9 @@ class MonkeyEcxHttpConfigErrorInterceptor {
2814
3023
  }));
2815
3024
  }
2816
3025
  }
2817
- MonkeyEcxHttpConfigErrorInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxHttpConfigErrorInterceptor, deps: [{ token: MonkeyEcxAuthenticationService }, { token: MonkeyEcxErrorHandlingService }], target: i0.ɵɵFactoryTarget.Injectable });
2818
- MonkeyEcxHttpConfigErrorInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxHttpConfigErrorInterceptor });
2819
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxHttpConfigErrorInterceptor, decorators: [{
3026
+ MonkeyEcxHttpConfigErrorInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxHttpConfigErrorInterceptor, deps: [{ token: MonkeyEcxAuthenticationService }, { token: MonkeyEcxErrorHandlingService }], target: i0.ɵɵFactoryTarget.Injectable });
3027
+ MonkeyEcxHttpConfigErrorInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxHttpConfigErrorInterceptor });
3028
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxHttpConfigErrorInterceptor, decorators: [{
2820
3029
  type: Injectable
2821
3030
  }], ctorParameters: function () { return [{ type: MonkeyEcxAuthenticationService }, { type: MonkeyEcxErrorHandlingService }]; } });
2822
3031
 
@@ -2840,9 +3049,9 @@ class MonkeyEcxHttpConfigHeaderInterceptor {
2840
3049
  }));
2841
3050
  }
2842
3051
  }
2843
- MonkeyEcxHttpConfigHeaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxHttpConfigHeaderInterceptor, deps: [{ token: MonkeyEcxAuthenticationService }, { token: MonkeyEcxErrorHandlingService }], target: i0.ɵɵFactoryTarget.Injectable });
2844
- MonkeyEcxHttpConfigHeaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxHttpConfigHeaderInterceptor });
2845
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxHttpConfigHeaderInterceptor, decorators: [{
3052
+ MonkeyEcxHttpConfigHeaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxHttpConfigHeaderInterceptor, deps: [{ token: MonkeyEcxAuthenticationService }, { token: MonkeyEcxErrorHandlingService }], target: i0.ɵɵFactoryTarget.Injectable });
3053
+ MonkeyEcxHttpConfigHeaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxHttpConfigHeaderInterceptor });
3054
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxHttpConfigHeaderInterceptor, decorators: [{
2846
3055
  type: Injectable
2847
3056
  }], ctorParameters: function () { return [{ type: MonkeyEcxAuthenticationService }, { type: MonkeyEcxErrorHandlingService }]; } });
2848
3057
 
@@ -2929,9 +3138,9 @@ class MonkeyEcxRequestQueueHandlingService {
2929
3138
  }));
2930
3139
  }
2931
3140
  }
2932
- MonkeyEcxRequestQueueHandlingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxRequestQueueHandlingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2933
- MonkeyEcxRequestQueueHandlingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxRequestQueueHandlingService, providedIn: 'root' });
2934
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxRequestQueueHandlingService, decorators: [{
3141
+ MonkeyEcxRequestQueueHandlingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxRequestQueueHandlingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3142
+ MonkeyEcxRequestQueueHandlingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxRequestQueueHandlingService, providedIn: 'root' });
3143
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxRequestQueueHandlingService, decorators: [{
2935
3144
  type: Injectable,
2936
3145
  args: [{
2937
3146
  providedIn: 'root'
@@ -3030,9 +3239,9 @@ class MonkeyEcxRequestQueueModalHandlingService {
3030
3239
  }));
3031
3240
  }
3032
3241
  }
3033
- MonkeyEcxRequestQueueModalHandlingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxRequestQueueModalHandlingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3034
- MonkeyEcxRequestQueueModalHandlingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxRequestQueueModalHandlingService, providedIn: 'root' });
3035
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxRequestQueueModalHandlingService, decorators: [{
3242
+ MonkeyEcxRequestQueueModalHandlingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxRequestQueueModalHandlingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3243
+ MonkeyEcxRequestQueueModalHandlingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxRequestQueueModalHandlingService, providedIn: 'root' });
3244
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxRequestQueueModalHandlingService, decorators: [{
3036
3245
  type: Injectable,
3037
3246
  args: [{
3038
3247
  providedIn: 'root'
@@ -3064,9 +3273,9 @@ class MonkeyEcxHttpConfigQueueInterceptor {
3064
3273
  MonkeyEcxUtils.persistNullEmptyUndefined(mrq.item.name));
3065
3274
  }
3066
3275
  }
3067
- MonkeyEcxHttpConfigQueueInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxHttpConfigQueueInterceptor, deps: [{ token: i0.Injector }, { token: MonkeyEcxRequestQueueHandlingService }], target: i0.ɵɵFactoryTarget.Injectable });
3068
- MonkeyEcxHttpConfigQueueInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxHttpConfigQueueInterceptor });
3069
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxHttpConfigQueueInterceptor, decorators: [{
3276
+ MonkeyEcxHttpConfigQueueInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxHttpConfigQueueInterceptor, deps: [{ token: i0.Injector }, { token: MonkeyEcxRequestQueueHandlingService }], target: i0.ɵɵFactoryTarget.Injectable });
3277
+ MonkeyEcxHttpConfigQueueInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxHttpConfigQueueInterceptor });
3278
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxHttpConfigQueueInterceptor, decorators: [{
3070
3279
  type: Injectable
3071
3280
  }], ctorParameters: function () { return [{ type: i0.Injector }, { type: MonkeyEcxRequestQueueHandlingService }]; } });
3072
3281
 
@@ -3099,9 +3308,9 @@ class MonkeyEcxHttpConfigLoadingInProgressInterceptor {
3099
3308
  : true;
3100
3309
  }
3101
3310
  }
3102
- MonkeyEcxHttpConfigLoadingInProgressInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxHttpConfigLoadingInProgressInterceptor, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
3103
- MonkeyEcxHttpConfigLoadingInProgressInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxHttpConfigLoadingInProgressInterceptor });
3104
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxHttpConfigLoadingInProgressInterceptor, decorators: [{
3311
+ MonkeyEcxHttpConfigLoadingInProgressInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxHttpConfigLoadingInProgressInterceptor, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
3312
+ MonkeyEcxHttpConfigLoadingInProgressInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxHttpConfigLoadingInProgressInterceptor });
3313
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxHttpConfigLoadingInProgressInterceptor, decorators: [{
3105
3314
  type: Injectable
3106
3315
  }], ctorParameters: function () { return [{ type: i0.Injector }]; } });
3107
3316
 
@@ -3134,10 +3343,10 @@ class MonkeyEcxHttpConfigInterceptorModule {
3134
3343
  };
3135
3344
  }
3136
3345
  }
3137
- MonkeyEcxHttpConfigInterceptorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxHttpConfigInterceptorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3138
- MonkeyEcxHttpConfigInterceptorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxHttpConfigInterceptorModule, imports: [CommonModule] });
3139
- MonkeyEcxHttpConfigInterceptorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxHttpConfigInterceptorModule, imports: [[CommonModule]] });
3140
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxHttpConfigInterceptorModule, decorators: [{
3346
+ MonkeyEcxHttpConfigInterceptorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxHttpConfigInterceptorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3347
+ MonkeyEcxHttpConfigInterceptorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxHttpConfigInterceptorModule, imports: [CommonModule] });
3348
+ MonkeyEcxHttpConfigInterceptorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxHttpConfigInterceptorModule, imports: [[CommonModule]] });
3349
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxHttpConfigInterceptorModule, decorators: [{
3141
3350
  type: NgModule,
3142
3351
  args: [{
3143
3352
  imports: [CommonModule]
@@ -3168,10 +3377,10 @@ class MonkeyEcxConfigModule {
3168
3377
  };
3169
3378
  }
3170
3379
  }
3171
- MonkeyEcxConfigModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxConfigModule, deps: [{ token: MonkeyEcxConfigModule, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.NgModule });
3172
- MonkeyEcxConfigModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxConfigModule });
3173
- MonkeyEcxConfigModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxConfigModule });
3174
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxConfigModule, decorators: [{
3380
+ MonkeyEcxConfigModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxConfigModule, deps: [{ token: MonkeyEcxConfigModule, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.NgModule });
3381
+ MonkeyEcxConfigModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxConfigModule });
3382
+ MonkeyEcxConfigModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxConfigModule });
3383
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxConfigModule, decorators: [{
3175
3384
  type: NgModule
3176
3385
  }], ctorParameters: function () { return [{ type: MonkeyEcxConfigModule, decorators: [{
3177
3386
  type: Optional
@@ -3226,9 +3435,9 @@ class MonkeyEcxFeatureToggleService {
3226
3435
  return MonkeyUtils.persistNullEmptyUndefined(flagValue) ? flagValue : null;
3227
3436
  }
3228
3437
  }
3229
- MonkeyEcxFeatureToggleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxFeatureToggleService, deps: [{ token: MonkeyEcxConfigService }], target: i0.ɵɵFactoryTarget.Injectable });
3230
- MonkeyEcxFeatureToggleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxFeatureToggleService, providedIn: 'root' });
3231
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxFeatureToggleService, decorators: [{
3438
+ MonkeyEcxFeatureToggleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxFeatureToggleService, deps: [{ token: MonkeyEcxConfigService }], target: i0.ɵɵFactoryTarget.Injectable });
3439
+ MonkeyEcxFeatureToggleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxFeatureToggleService, providedIn: 'root' });
3440
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxFeatureToggleService, decorators: [{
3232
3441
  type: Injectable,
3233
3442
  args: [{
3234
3443
  providedIn: 'root'
@@ -3253,9 +3462,9 @@ class MonkeyEcxLoggedHandlingService {
3253
3462
  this.destroySchedule();
3254
3463
  }
3255
3464
  }
3256
- MonkeyEcxLoggedHandlingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxLoggedHandlingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3257
- MonkeyEcxLoggedHandlingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxLoggedHandlingService, providedIn: 'root' });
3258
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxLoggedHandlingService, decorators: [{
3465
+ MonkeyEcxLoggedHandlingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxLoggedHandlingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3466
+ MonkeyEcxLoggedHandlingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxLoggedHandlingService, providedIn: 'root' });
3467
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxLoggedHandlingService, decorators: [{
3259
3468
  type: Injectable,
3260
3469
  args: [{
3261
3470
  providedIn: 'root'
@@ -3329,9 +3538,9 @@ class MonkeyEcxRequestDownloadHandlingService {
3329
3538
  return MonkeyEcxUtils.persistNullEmptyUndefined(found);
3330
3539
  }
3331
3540
  }
3332
- MonkeyEcxRequestDownloadHandlingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxRequestDownloadHandlingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3333
- MonkeyEcxRequestDownloadHandlingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxRequestDownloadHandlingService, providedIn: 'root' });
3334
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxRequestDownloadHandlingService, decorators: [{
3541
+ MonkeyEcxRequestDownloadHandlingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxRequestDownloadHandlingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3542
+ MonkeyEcxRequestDownloadHandlingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxRequestDownloadHandlingService, providedIn: 'root' });
3543
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxRequestDownloadHandlingService, decorators: [{
3335
3544
  type: Injectable,
3336
3545
  args: [{
3337
3546
  providedIn: 'root'
@@ -3379,9 +3588,9 @@ class MonkeyEcxRequestDownloadedHandlingService {
3379
3588
  return MonkeyEcxUtils.persistNullEmptyUndefined(found);
3380
3589
  }
3381
3590
  }
3382
- MonkeyEcxRequestDownloadedHandlingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxRequestDownloadedHandlingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3383
- MonkeyEcxRequestDownloadedHandlingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxRequestDownloadedHandlingService, providedIn: 'root' });
3384
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxRequestDownloadedHandlingService, decorators: [{
3591
+ MonkeyEcxRequestDownloadedHandlingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxRequestDownloadedHandlingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3592
+ MonkeyEcxRequestDownloadedHandlingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxRequestDownloadedHandlingService, providedIn: 'root' });
3593
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxRequestDownloadedHandlingService, decorators: [{
3385
3594
  type: Injectable,
3386
3595
  args: [{
3387
3596
  providedIn: 'root'
@@ -3429,9 +3638,9 @@ class MonkeyEcxDiscoveryParamsService {
3429
3638
  return found;
3430
3639
  }
3431
3640
  }
3432
- MonkeyEcxDiscoveryParamsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxDiscoveryParamsService, deps: [{ token: i1$3.Router }], target: i0.ɵɵFactoryTarget.Injectable });
3433
- MonkeyEcxDiscoveryParamsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxDiscoveryParamsService, providedIn: 'root' });
3434
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxDiscoveryParamsService, decorators: [{
3641
+ MonkeyEcxDiscoveryParamsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxDiscoveryParamsService, deps: [{ token: i1$3.Router }], target: i0.ɵɵFactoryTarget.Injectable });
3642
+ MonkeyEcxDiscoveryParamsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxDiscoveryParamsService, providedIn: 'root' });
3643
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxDiscoveryParamsService, decorators: [{
3435
3644
  type: Injectable,
3436
3645
  args: [{
3437
3646
  providedIn: 'root'
@@ -3511,8 +3720,8 @@ class MonkeyEcxRequestScheduleService {
3511
3720
  return q;
3512
3721
  }
3513
3722
  }
3514
- MonkeyEcxRequestScheduleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxRequestScheduleService, deps: [{ token: MonkeyEcxService }, { token: MonkeyEcxLoggedHandlingService }], target: i0.ɵɵFactoryTarget.Injectable });
3515
- MonkeyEcxRequestScheduleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxRequestScheduleService, providedIn: 'root' });
3723
+ MonkeyEcxRequestScheduleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxRequestScheduleService, deps: [{ token: MonkeyEcxService }, { token: MonkeyEcxLoggedHandlingService }], target: i0.ɵɵFactoryTarget.Injectable });
3724
+ MonkeyEcxRequestScheduleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxRequestScheduleService, providedIn: 'root' });
3516
3725
  __decorate([
3517
3726
  MonkeyEcxCoreService({
3518
3727
  httpResponse: {
@@ -3523,7 +3732,7 @@ __decorate([
3523
3732
  }
3524
3733
  })
3525
3734
  ], MonkeyEcxRequestScheduleService.prototype, "doCall", null);
3526
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyEcxRequestScheduleService, decorators: [{
3735
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyEcxRequestScheduleService, decorators: [{
3527
3736
  type: Injectable,
3528
3737
  args: [{
3529
3738
  providedIn: 'root'
@@ -3628,11 +3837,11 @@ class MonkeyEcxSpecificationSearch {
3628
3837
 
3629
3838
  class MonkeyFrontCoreModuleModule {
3630
3839
  }
3631
- MonkeyFrontCoreModuleModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyFrontCoreModuleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3632
- MonkeyFrontCoreModuleModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyFrontCoreModuleModule, imports: [CommonModule,
3840
+ MonkeyFrontCoreModuleModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyFrontCoreModuleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3841
+ MonkeyFrontCoreModuleModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyFrontCoreModuleModule, imports: [CommonModule,
3633
3842
  HttpClientModule, i1$1.TranslateModule, MonkeyEcxConfigModule, MonkeyEcxHttpConfigInterceptorModule, MonkeyEcxErrorHandlingModule, MonkeyStyleGuideModule, i1$5.ServiceWorkerModule, ClosedToMaintenanceModule,
3634
3843
  VersionChangedModule] });
3635
- MonkeyFrontCoreModuleModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyFrontCoreModuleModule, providers: [
3844
+ MonkeyFrontCoreModuleModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyFrontCoreModuleModule, providers: [
3636
3845
  MonkeyStyleGuideModalService,
3637
3846
  MonkeyStyleGuideSettingsService,
3638
3847
  MonkeyStyleGuideSnackbarService
@@ -3648,7 +3857,7 @@ MonkeyFrontCoreModuleModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0
3648
3857
  ClosedToMaintenanceModule,
3649
3858
  VersionChangedModule
3650
3859
  ]] });
3651
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MonkeyFrontCoreModuleModule, decorators: [{
3860
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyFrontCoreModuleModule, decorators: [{
3652
3861
  type: NgModule,
3653
3862
  args: [{
3654
3863
  imports: [
@@ -3679,5 +3888,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImpo
3679
3888
  * Generated bundle index. Do not edit.
3680
3889
  */
3681
3890
 
3682
- export { ClosedToMaintenanceComponent, ClosedToMaintenanceModule, decoratorsUtils as DecoratorsUtils, MonkeyEcxAuthGuard, MonkeyEcxAuthGuardLogin, MonkeyEcxAuthenticationService, MonkeyEcxCommonsService, MonkeyEcxConfigModule, MonkeyEcxConfigService, MonkeyEcxCookieStorageService, MonkeyEcxCoreClearDecorators, MonkeyEcxCoreLog, MonkeyEcxCoreService, MonkeyEcxCoreServiceConstructor, MonkeyEcxCoreServicePaged, MonkeyEcxCoreServiceQueue, MonkeyEcxDirectivesModule, MonkeyEcxDiscoveryParamsService, MonkeyEcxDisplayFirstNamePipe, MonkeyEcxDocumentTypePipe, MonkeyEcxDragDropDirective, MonkeyEcxErrorHandlingModule, MonkeyEcxErrorHandlingService, MonkeyEcxFeatureToggleService, MonkeyEcxFormatCurrency, MonkeyEcxFormatCurrencyPipe, MonkeyEcxFormatDateTimelapsePipe, MonkeyEcxFormatDocumentPipe, MonkeyEcxFormatNumber, MonkeyEcxFormatSizePipe, MonkeyEcxFormatUpper, MonkeyEcxFormatValue, MonkeyEcxFormatZipCodePipe, MonkeyEcxHandlingService, MonkeyEcxHttpConfigErrorInterceptor, MonkeyEcxHttpConfigHeaderInterceptor, MonkeyEcxHttpConfigInterceptorModule, MonkeyEcxHttpConfigLoadingInProgressInterceptor, MonkeyEcxHttpConfigQueueInterceptor, MonkeyEcxHttpErrorHandlingService, MonkeyEcxLoggedHandlingService, MonkeyEcxLogsConfigService, MonkeyEcxMaintenanceConfigService, MonkeyEcxModel, MonkeyEcxOnlyAlphaNumericDirective, MonkeyEcxOnlyNumbersDirective, MonkeyEcxOthersErrorsHandlingService, MonkeyEcxPipesModule, MonkeyEcxProgressBarComponent, MonkeyEcxProgressBarModule, MonkeyEcxProgressBarService, MonkeyEcxRequestDownloadHandlingService, MonkeyEcxRequestDownloadedHandlingService, MonkeyEcxRequestPagedHandling, MonkeyEcxRequestQueueHandlingService, MonkeyEcxRequestQueueModalHandlingService, MonkeyEcxRequestScheduleService, MonkeyEcxSecurityConsoleConfigService, MonkeyEcxSecurityDirective, MonkeyEcxService, MonkeyEcxServiceDownload, MonkeyEcxServiceUpload, MonkeyEcxServiceWorkerConfigService, MonkeyEcxSpecificationSearch, MonkeyEcxTextTruncatePipe, MonkeyEcxTokenStorageService, MonkeyEcxTooltipDirective, MonkeyEcxTruncateQtdPipe, MonkeyEcxUtils, MonkeyEcxi18nConfigService, MonkeyFrontCoreModuleModule, OpSearch, statics as Statics, validateUtils as ValidateUtils, VersionChangedComponent, VersionChangedModule };
3891
+ export { ClosedToMaintenanceComponent, ClosedToMaintenanceModule, decoratorsUtils as DecoratorsUtils, MonkeyEcxAuthGuard, MonkeyEcxAuthGuardLogin, MonkeyEcxAuthenticationService, MonkeyEcxCommonsService, MonkeyEcxConfigModule, MonkeyEcxConfigService, MonkeyEcxCookieStorageService, MonkeyEcxCoreClearDecorators, MonkeyEcxCoreLog, MonkeyEcxCoreService, MonkeyEcxCoreServiceConstructor, MonkeyEcxCoreServicePaged, MonkeyEcxCoreServiceQueue, MonkeyEcxDirectivesModule, MonkeyEcxDiscoveryParamsService, MonkeyEcxDisplayFirstNamePipe, MonkeyEcxDocumentTypePipe, MonkeyEcxDragDropDirective, MonkeyEcxErrorHandlingModule, MonkeyEcxErrorHandlingService, MonkeyEcxFeatureToggleService, MonkeyEcxFormatCurrency, MonkeyEcxFormatCurrencyPipe, MonkeyEcxFormatDateTimelapsePipe, MonkeyEcxFormatDocumentPipe, MonkeyEcxFormatNumber, MonkeyEcxFormatSizePipe, MonkeyEcxFormatUpper, MonkeyEcxFormatValue, MonkeyEcxFormatZipCodePipe, MonkeyEcxHandlingService, MonkeyEcxHttpConfigErrorInterceptor, MonkeyEcxHttpConfigHeaderInterceptor, MonkeyEcxHttpConfigInterceptorModule, MonkeyEcxHttpConfigLoadingInProgressInterceptor, MonkeyEcxHttpConfigQueueInterceptor, MonkeyEcxHttpErrorHandlingService, MonkeyEcxLoggedHandlingService, MonkeyEcxLogsConfigService, MonkeyEcxMaintenanceConfigService, MonkeyEcxModel, MonkeyEcxOnlyAlphaNumericDirective, MonkeyEcxOnlyNumbersDirective, MonkeyEcxOthersErrorsHandlingService, MonkeyEcxPipesModule, MonkeyEcxProgressBarComponent, MonkeyEcxProgressBarModule, MonkeyEcxProgressBarService, MonkeyEcxRequestDownloadHandlingService, MonkeyEcxRequestDownloadedHandlingService, MonkeyEcxRequestPagedHandling, MonkeyEcxRequestQueueHandlingService, MonkeyEcxRequestQueueModalHandlingService, MonkeyEcxRequestScheduleService, MonkeyEcxSecurityConsoleConfigService, MonkeyEcxSecurityDirective, MonkeyEcxService, MonkeyEcxServiceDownload, MonkeyEcxServiceUpload, MonkeyEcxServiceWorkerConfigService, MonkeyEcxSpecificationSearch, MonkeyEcxTextTruncatePipe, MonkeyEcxTokenStorageService, MonkeyEcxTooltipDirective, MonkeyEcxTruncateQtdPipe, MonkeyEcxUtils, MonkeyEcxi18nConfigService, MonkeyFrontCoreModuleModule, OpSearch, statics as Statics, validateUtils as ValidateUtils, Validators, VersionChangedComponent, VersionChangedModule, comboValidator, dateRangeValidator, dateStartEndValidator, dateValidator, documentValidator, emailValidator, passwordConfirmValidator, registerValidator, trueValidator, urlValidator, zipCodeValidator };
3683
3892
  //# sourceMappingURL=monkey-front-core.js.map