monkey-front-core 0.0.23 → 0.0.28

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 (74) hide show
  1. package/bundles/monkey-front-core.umd.js +423 -194
  2. package/bundles/monkey-front-core.umd.js.map +1 -1
  3. package/esm2015/lib/components/closed-to-maintenance/closed-to-maintenance.component.js +4 -4
  4. package/esm2015/lib/components/closed-to-maintenance/closed-to-maintenance.module.js +5 -5
  5. package/esm2015/lib/components/progress-bar/progress-bar.component.js +4 -4
  6. package/esm2015/lib/components/progress-bar/progress-bar.module.js +5 -5
  7. package/esm2015/lib/components/progress-bar/progress-bar.service.js +4 -4
  8. package/esm2015/lib/components/version-changed/version-changed.component.js +4 -4
  9. package/esm2015/lib/components/version-changed/version-changed.module.js +5 -5
  10. package/esm2015/lib/core/directives/monkeyecx-directives-module.js +5 -5
  11. package/esm2015/lib/core/directives/monkeyecx-drag-drop.js +4 -4
  12. package/esm2015/lib/core/directives/monkeyecx-format-currency.js +4 -4
  13. package/esm2015/lib/core/directives/monkeyecx-format-upper.js +4 -4
  14. package/esm2015/lib/core/directives/monkeyecx-only-alpha-numeric-directive.js +4 -4
  15. package/esm2015/lib/core/directives/monkeyecx-only-number-directive.js +4 -4
  16. package/esm2015/lib/core/directives/monkeyecx-security-directive.js +4 -4
  17. package/esm2015/lib/core/directives/monkeyecx-tooltip-directive.js +4 -4
  18. package/esm2015/lib/core/interceptors/monkeyecx-http-config-error.interceptor.js +4 -4
  19. package/esm2015/lib/core/interceptors/monkeyecx-http-config-header.interceptor.js +4 -4
  20. package/esm2015/lib/core/interceptors/monkeyecx-http-config-interceptor.module.js +5 -5
  21. package/esm2015/lib/core/interceptors/monkeyecx-http-config-loading-in-progress.interceptor.js +4 -4
  22. package/esm2015/lib/core/interceptors/monkeyecx-http-config-queue.interceptor.js +4 -4
  23. package/esm2015/lib/core/pipes/monkeyecx-display-first-name.js +4 -4
  24. package/esm2015/lib/core/pipes/monkeyecx-format-currency.js +4 -4
  25. package/esm2015/lib/core/pipes/monkeyecx-format-date-timelapse.js +4 -4
  26. package/esm2015/lib/core/pipes/monkeyecx-format-document.js +4 -4
  27. package/esm2015/lib/core/pipes/monkeyecx-format-number.js +4 -4
  28. package/esm2015/lib/core/pipes/monkeyecx-format-size.js +4 -4
  29. package/esm2015/lib/core/pipes/monkeyecx-format-type-document.js +4 -4
  30. package/esm2015/lib/core/pipes/monkeyecx-format-value.js +4 -4
  31. package/esm2015/lib/core/pipes/monkeyecx-format-zipcode.js +4 -4
  32. package/esm2015/lib/core/pipes/monkeyecx-pipes.module.js +5 -5
  33. package/esm2015/lib/core/pipes/monkeyecx-text-truncate.js +4 -4
  34. package/esm2015/lib/core/pipes/monkeyecx-truncate-qtd.js +4 -4
  35. package/esm2015/lib/core/services/auth/monkeyecx-auth-guard-login.service.js +4 -4
  36. package/esm2015/lib/core/services/auth/monkeyecx-auth-guard.service.js +4 -4
  37. package/esm2015/lib/core/services/auth/monkeyecx-authentication.service.js +4 -4
  38. package/esm2015/lib/core/services/config/monkeyecx-config.module.js +5 -5
  39. package/esm2015/lib/core/services/config/monkeyecx-config.service.js +4 -4
  40. package/esm2015/lib/core/services/config/monkeyecx-feature-toggle.service.js +4 -4
  41. package/esm2015/lib/core/services/config/monkeyecx-i18n-config.service.js +4 -4
  42. package/esm2015/lib/core/services/config/monkeyecx-logs-config.service.js +4 -4
  43. package/esm2015/lib/core/services/config/monkeyecx-maintenance-config.service.js +4 -4
  44. package/esm2015/lib/core/services/config/monkeyecx-security-console-config.service.js +4 -4
  45. package/esm2015/lib/core/services/config/monkeyecx-service-worker-config.service.js +4 -4
  46. package/esm2015/lib/core/services/error/monkeyecx-error-handling.module.js +5 -5
  47. package/esm2015/lib/core/services/error/monkeyecx-error-handling.service.js +4 -4
  48. package/esm2015/lib/core/services/error/monkeyecx-http-error-handling.service.js +4 -4
  49. package/esm2015/lib/core/services/error/monkeyecx-others-errors-handling.service.js +4 -4
  50. package/esm2015/lib/core/services/logged/monkeyecx-logged-handling.service.js +4 -4
  51. package/esm2015/lib/core/services/monkeyecx-handling.service.js +4 -4
  52. package/esm2015/lib/core/services/monkeyecx-service.service.js +4 -4
  53. package/esm2015/lib/core/services/request-download/monkeyecx-request-download-handling.service.js +4 -4
  54. package/esm2015/lib/core/services/request-download/monkeyecx-request-downloaded-handling.service.js +4 -4
  55. package/esm2015/lib/core/services/request-queue/monkeyecx-request-queue-handling.service.js +4 -4
  56. package/esm2015/lib/core/services/request-queue/monkeyecx-request-queue-modal-handling.service.js +4 -4
  57. package/esm2015/lib/core/services/routes/monkeyecx-dicovery-params.service.js +4 -4
  58. package/esm2015/lib/core/services/schedules/monkeyecx-request-schedule.service.js +4 -4
  59. package/esm2015/lib/core/services/storage/monkeyecx-cookie-storage.service.js +4 -4
  60. package/esm2015/lib/core/services/storage/monkeyecx-token-storage.service.js +4 -4
  61. package/esm2015/lib/core/utils/index.js +2 -1
  62. package/esm2015/lib/core/utils/utils.js +4 -2
  63. package/esm2015/lib/core/utils/validate-utils.js +17 -1
  64. package/esm2015/lib/core/utils/validators.js +194 -0
  65. package/esm2015/lib/monkey-front-core.module.js +5 -5
  66. package/fesm2015/monkey-front-core.js +406 -195
  67. package/fesm2015/monkey-front-core.js.map +1 -1
  68. package/lib/core/utils/index.d.ts +1 -0
  69. package/lib/core/utils/utils.d.ts +1 -1
  70. package/lib/core/utils/validate-utils.d.ts +5 -0
  71. package/lib/core/utils/validators.d.ts +27 -0
  72. package/monkey-front-core-0.0.28.tgz +0 -0
  73. package/package.json +3 -3
  74. package/monkey-front-core-0.0.23.tgz +0 -0
@@ -52,9 +52,11 @@
52
52
  MonkeyEcxUtils.persistNullEmptyUndefined = function (tp) {
53
53
  return tp !== null && tp !== undefined && tp !== '';
54
54
  };
55
- MonkeyEcxUtils.getDocumentType = function (doc) {
55
+ MonkeyEcxUtils.getDocumentType = function (doc, country) {
56
56
  if (!doc)
57
57
  return '';
58
+ if (country === 'cl')
59
+ return 'RUT';
58
60
  return doc.length <= 11 ? 'CPF' : 'CNPJ';
59
61
  };
60
62
  MonkeyEcxUtils.getDocumentMask = function (type) {
@@ -258,7 +260,7 @@
258
260
  return MonkeyEcxUtils;
259
261
  }());
260
262
 
261
- var moment$1 = moment___namespace;
263
+ var moment$2 = moment___namespace;
262
264
  var MonkeyEcxFormatDateTimelapsePipe = /** @class */ (function () {
263
265
  function MonkeyEcxFormatDateTimelapsePipe() {
264
266
  // not todo
@@ -272,22 +274,22 @@
272
274
  if (!format) {
273
275
  format = '- HH:mm';
274
276
  }
275
- var stillUtc = moment$1.utc(date).toDate();
277
+ var stillUtc = moment$2.utc(date).toDate();
276
278
  if (!useUtc)
277
- stillUtc = moment$1(date).toDate();
279
+ stillUtc = moment$2(date).toDate();
278
280
  if (((_a = date.toString()) === null || _a === void 0 ? void 0 : _a.indexOf(':')) <= -1) {
279
281
  stillUtc = date;
280
282
  showTime = false;
281
283
  }
282
284
  var formatFrom = "YYYY/MM/DD" + (showTime ? " " + format : '');
283
285
  var formatTo = "DD/MM/YYYY" + (showTime ? " " + format : '');
284
- return "" + moment$1(stillUtc, formatFrom).format(formatTo);
286
+ return "" + moment$2(stillUtc, formatFrom).format(formatTo);
285
287
  };
286
288
  return MonkeyEcxFormatDateTimelapsePipe;
287
289
  }());
288
- MonkeyEcxFormatDateTimelapsePipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxFormatDateTimelapsePipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
289
- MonkeyEcxFormatDateTimelapsePipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxFormatDateTimelapsePipe, name: "monkeyecxFormatDateTimelapse" });
290
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxFormatDateTimelapsePipe, decorators: [{
290
+ MonkeyEcxFormatDateTimelapsePipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxFormatDateTimelapsePipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
291
+ MonkeyEcxFormatDateTimelapsePipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxFormatDateTimelapsePipe, name: "monkeyecxFormatDateTimelapse" });
292
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxFormatDateTimelapsePipe, decorators: [{
291
293
  type: i0.Pipe,
292
294
  args: [{
293
295
  name: 'monkeyecxFormatDateTimelapse'
@@ -306,9 +308,9 @@
306
308
  };
307
309
  return ClosedToMaintenanceComponent;
308
310
  }());
309
- ClosedToMaintenanceComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: ClosedToMaintenanceComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
310
- ClosedToMaintenanceComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.1.0", type: ClosedToMaintenanceComponent, selector: "monkeyecx-closed-to-maintenance", inputs: { config: "config", modalRef: "modalRef" }, ngImport: i0__namespace, template: "<monkey-modal [config]=\"config\" [modalRef]=\"modalRef\">\n <div class=\"d-flex flex-column justify-content-center align-items-center\">\n <span class=\"h2\">\n {{ 'SCREENS.CLOSED-TO-MAINTENANCE.TITLE' | translate }}\n </span>\n <span class=\"information-title mt-4\">\n {{ 'SCREENS.CLOSED-TO-MAINTENANCE.INFORMATION-1' | translate }}\n </span>\n <span class=\"information-title mt-4\">\n {{ 'SCREENS.CLOSED-TO-MAINTENANCE.INFORMATION-2' | translate }}\n </span>\n <span class=\"information mt-3\">\n {{ 'SCREENS.CLOSED-TO-MAINTENANCE.INFORMATION-3' | translate }}\n {{ _configBoostrap?.maintenance?.endDate | monkeyecxFormatDateTimelapse: true }}\n </span>\n <span class=\"information-title mt-4\">\n {{ 'SCREENS.CLOSED-TO-MAINTENANCE.INFORMATION-4' | translate }}\n </span>\n </div>\n <div class=\"d-flex flex-column justify-content-center align-items-center mt-5\">\n <monkey-button type=\"primary\" color=\"theme\" (click)=\"onClose()\">\n {{ 'SCREENS.CLOSED-TO-MAINTENANCE.BUTTONS.UPDATE-MAINTENANCE' | translate }}\n </monkey-button>\n </div>\n</monkey-modal>", styles: ["monkeyecx-closed-to-maintenance .body{padding:24px;width:100%}monkeyecx-closed-to-maintenance .information-title{font-style:normal;font-weight:600;font-size:25px;line-height:32px;display:flex;align-items:center;text-align:center;color:#4b4a53}monkeyecx-closed-to-maintenance .information{font-style:normal;font-weight: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__namespace.MonkeyModalComponent, selector: "monkey-modal", inputs: ["onHandleConfirm", "config", "modalRef"] }, { type: i1__namespace.MonkeyButtonComponent, selector: "monkey-button", inputs: ["iconPosition", "disabled", "label", "icon", "type", "color"] }], pipes: { "translate": i1__namespace$1.TranslatePipe, "monkeyecxFormatDateTimelapse": MonkeyEcxFormatDateTimelapsePipe }, encapsulation: i0__namespace.ViewEncapsulation.None });
311
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: ClosedToMaintenanceComponent, decorators: [{
311
+ ClosedToMaintenanceComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ClosedToMaintenanceComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
312
+ ClosedToMaintenanceComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: ClosedToMaintenanceComponent, selector: "monkeyecx-closed-to-maintenance", inputs: { config: "config", modalRef: "modalRef" }, ngImport: i0__namespace, template: "<monkey-modal [config]=\"config\" [modalRef]=\"modalRef\">\n <div class=\"d-flex flex-column justify-content-center align-items-center\">\n <span class=\"h2\">\n {{ 'SCREENS.CLOSED-TO-MAINTENANCE.TITLE' | translate }}\n </span>\n <span class=\"information-title mt-4\">\n {{ 'SCREENS.CLOSED-TO-MAINTENANCE.INFORMATION-1' | translate }}\n </span>\n <span class=\"information-title mt-4\">\n {{ 'SCREENS.CLOSED-TO-MAINTENANCE.INFORMATION-2' | translate }}\n </span>\n <span class=\"information mt-3\">\n {{ 'SCREENS.CLOSED-TO-MAINTENANCE.INFORMATION-3' | translate }}\n {{ _configBoostrap?.maintenance?.endDate | monkeyecxFormatDateTimelapse: true }}\n </span>\n <span class=\"information-title mt-4\">\n {{ 'SCREENS.CLOSED-TO-MAINTENANCE.INFORMATION-4' | translate }}\n </span>\n </div>\n <div class=\"d-flex flex-column justify-content-center align-items-center mt-5\">\n <monkey-button type=\"primary\" color=\"theme\" (click)=\"onClose()\">\n {{ 'SCREENS.CLOSED-TO-MAINTENANCE.BUTTONS.UPDATE-MAINTENANCE' | translate }}\n </monkey-button>\n </div>\n</monkey-modal>", styles: ["monkeyecx-closed-to-maintenance .body{padding:24px;width:100%}monkeyecx-closed-to-maintenance .information-title{font-style:normal;font-weight:600;font-size:25px;line-height:32px;display:flex;align-items:center;text-align:center;color:#4b4a53}monkeyecx-closed-to-maintenance .information{font-style:normal;font-weight: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__namespace.MonkeyModalComponent, selector: "monkey-modal", inputs: ["onHandleConfirm", "config", "modalRef"] }, { type: i1__namespace.MonkeyButtonComponent, selector: "monkey-button", inputs: ["iconPosition", "disabled", "label", "icon", "type", "color"] }], pipes: { "translate": i1__namespace$1.TranslatePipe, "monkeyecxFormatDateTimelapse": MonkeyEcxFormatDateTimelapsePipe }, encapsulation: i0__namespace.ViewEncapsulation.None });
313
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ClosedToMaintenanceComponent, decorators: [{
312
314
  type: i0.Component,
313
315
  args: [{
314
316
  selector: 'monkeyecx-closed-to-maintenance',
@@ -333,9 +335,9 @@
333
335
  };
334
336
  return MonkeyEcxFormatNumber;
335
337
  }());
336
- MonkeyEcxFormatNumber.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxFormatNumber, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
337
- MonkeyEcxFormatNumber.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxFormatNumber, name: "monkeyecxFormatNumber" });
338
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxFormatNumber, decorators: [{
338
+ MonkeyEcxFormatNumber.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxFormatNumber, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
339
+ MonkeyEcxFormatNumber.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxFormatNumber, name: "monkeyecxFormatNumber" });
340
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxFormatNumber, decorators: [{
339
341
  type: i0.Pipe,
340
342
  args: [{
341
343
  name: 'monkeyecxFormatNumber'
@@ -353,9 +355,9 @@
353
355
  };
354
356
  return MonkeyEcxFormatValue;
355
357
  }());
356
- MonkeyEcxFormatValue.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxFormatValue, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
357
- MonkeyEcxFormatValue.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxFormatValue, name: "monkeyecxFormatValue" });
358
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxFormatValue, decorators: [{
358
+ MonkeyEcxFormatValue.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxFormatValue, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
359
+ MonkeyEcxFormatValue.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxFormatValue, name: "monkeyecxFormatValue" });
360
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxFormatValue, decorators: [{
359
361
  type: i0.Pipe,
360
362
  args: [{
361
363
  name: 'monkeyecxFormatValue'
@@ -373,9 +375,9 @@
373
375
  };
374
376
  return MonkeyEcxFormatDocumentPipe;
375
377
  }());
376
- MonkeyEcxFormatDocumentPipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxFormatDocumentPipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
377
- MonkeyEcxFormatDocumentPipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxFormatDocumentPipe, name: "monkeyecxFormatDocument" });
378
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxFormatDocumentPipe, decorators: [{
378
+ MonkeyEcxFormatDocumentPipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxFormatDocumentPipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
379
+ MonkeyEcxFormatDocumentPipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxFormatDocumentPipe, name: "monkeyecxFormatDocument" });
380
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxFormatDocumentPipe, decorators: [{
379
381
  type: i0.Pipe,
380
382
  args: [{
381
383
  name: 'monkeyecxFormatDocument'
@@ -393,9 +395,9 @@
393
395
  };
394
396
  return MonkeyEcxDisplayFirstNamePipe;
395
397
  }());
396
- MonkeyEcxDisplayFirstNamePipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxDisplayFirstNamePipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
397
- MonkeyEcxDisplayFirstNamePipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxDisplayFirstNamePipe, name: "monkeyecxDisplayFirstName" });
398
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxDisplayFirstNamePipe, decorators: [{
398
+ MonkeyEcxDisplayFirstNamePipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxDisplayFirstNamePipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
399
+ MonkeyEcxDisplayFirstNamePipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxDisplayFirstNamePipe, name: "monkeyecxDisplayFirstName" });
400
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxDisplayFirstNamePipe, decorators: [{
399
401
  type: i0.Pipe,
400
402
  args: [{
401
403
  name: 'monkeyecxDisplayFirstName'
@@ -414,9 +416,9 @@
414
416
  };
415
417
  return MonkeyEcxFormatSizePipe;
416
418
  }());
417
- MonkeyEcxFormatSizePipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxFormatSizePipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
418
- MonkeyEcxFormatSizePipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxFormatSizePipe, name: "monkeyecxFormatSize" });
419
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxFormatSizePipe, decorators: [{
419
+ MonkeyEcxFormatSizePipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxFormatSizePipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
420
+ MonkeyEcxFormatSizePipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxFormatSizePipe, name: "monkeyecxFormatSize" });
421
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxFormatSizePipe, decorators: [{
420
422
  type: i0.Pipe,
421
423
  args: [{
422
424
  name: 'monkeyecxFormatSize'
@@ -442,9 +444,9 @@
442
444
  };
443
445
  return MonkeyEcxFormatCurrencyPipe;
444
446
  }());
445
- MonkeyEcxFormatCurrencyPipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxFormatCurrencyPipe, deps: [{ token: i0__namespace.Injector }, { token: i1__namespace$2.CurrencyPipe }], target: i0__namespace.ɵɵFactoryTarget.Pipe });
446
- MonkeyEcxFormatCurrencyPipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxFormatCurrencyPipe, name: "monkeyecxFormatCurrency" });
447
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxFormatCurrencyPipe, decorators: [{
447
+ MonkeyEcxFormatCurrencyPipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxFormatCurrencyPipe, deps: [{ token: i0__namespace.Injector }, { token: i1__namespace$2.CurrencyPipe }], target: i0__namespace.ɵɵFactoryTarget.Pipe });
448
+ MonkeyEcxFormatCurrencyPipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxFormatCurrencyPipe, name: "monkeyecxFormatCurrency" });
449
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxFormatCurrencyPipe, decorators: [{
448
450
  type: i0.Pipe,
449
451
  args: [{
450
452
  name: 'monkeyecxFormatCurrency'
@@ -462,9 +464,9 @@
462
464
  };
463
465
  return MonkeyEcxFormatZipCodePipe;
464
466
  }());
465
- MonkeyEcxFormatZipCodePipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxFormatZipCodePipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
466
- MonkeyEcxFormatZipCodePipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxFormatZipCodePipe, name: "monkeyecxFormatZipCode" });
467
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxFormatZipCodePipe, decorators: [{
467
+ MonkeyEcxFormatZipCodePipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxFormatZipCodePipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
468
+ MonkeyEcxFormatZipCodePipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxFormatZipCodePipe, name: "monkeyecxFormatZipCode" });
469
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxFormatZipCodePipe, decorators: [{
468
470
  type: i0.Pipe,
469
471
  args: [{
470
472
  name: 'monkeyecxFormatZipCode'
@@ -488,9 +490,9 @@
488
490
  };
489
491
  return MonkeyEcxTextTruncatePipe;
490
492
  }());
491
- MonkeyEcxTextTruncatePipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxTextTruncatePipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
492
- MonkeyEcxTextTruncatePipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxTextTruncatePipe, name: "monkeyecxTextTruncate" });
493
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxTextTruncatePipe, decorators: [{
493
+ MonkeyEcxTextTruncatePipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxTextTruncatePipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
494
+ MonkeyEcxTextTruncatePipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxTextTruncatePipe, name: "monkeyecxTextTruncate" });
495
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxTextTruncatePipe, decorators: [{
494
496
  type: i0.Pipe,
495
497
  args: [{
496
498
  name: 'monkeyecxTextTruncate'
@@ -508,9 +510,9 @@
508
510
  };
509
511
  return MonkeyEcxDocumentTypePipe;
510
512
  }());
511
- MonkeyEcxDocumentTypePipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxDocumentTypePipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
512
- MonkeyEcxDocumentTypePipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxDocumentTypePipe, name: "monkeyecxDocumentType" });
513
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxDocumentTypePipe, decorators: [{
513
+ MonkeyEcxDocumentTypePipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxDocumentTypePipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
514
+ MonkeyEcxDocumentTypePipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxDocumentTypePipe, name: "monkeyecxDocumentType" });
515
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxDocumentTypePipe, decorators: [{
514
516
  type: i0.Pipe,
515
517
  args: [{
516
518
  name: 'monkeyecxDocumentType'
@@ -525,9 +527,9 @@
525
527
  };
526
528
  return MonkeyEcxTruncateQtdPipe;
527
529
  }());
528
- MonkeyEcxTruncateQtdPipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxTruncateQtdPipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
529
- MonkeyEcxTruncateQtdPipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxTruncateQtdPipe, name: "monkeyecxTruncateQtd" });
530
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxTruncateQtdPipe, decorators: [{
530
+ MonkeyEcxTruncateQtdPipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxTruncateQtdPipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
531
+ MonkeyEcxTruncateQtdPipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxTruncateQtdPipe, name: "monkeyecxTruncateQtd" });
532
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxTruncateQtdPipe, decorators: [{
531
533
  type: i0.Pipe,
532
534
  args: [{
533
535
  name: 'monkeyecxTruncateQtd'
@@ -539,8 +541,8 @@
539
541
  }
540
542
  return MonkeyEcxPipesModule;
541
543
  }());
542
- MonkeyEcxPipesModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxPipesModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
543
- MonkeyEcxPipesModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxPipesModule, declarations: [MonkeyEcxFormatDocumentPipe,
544
+ MonkeyEcxPipesModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxPipesModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
545
+ MonkeyEcxPipesModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxPipesModule, declarations: [MonkeyEcxFormatDocumentPipe,
544
546
  MonkeyEcxFormatDateTimelapsePipe,
545
547
  MonkeyEcxDisplayFirstNamePipe,
546
548
  MonkeyEcxFormatSizePipe,
@@ -561,8 +563,8 @@
561
563
  MonkeyEcxTextTruncatePipe,
562
564
  MonkeyEcxTruncateQtdPipe,
563
565
  MonkeyEcxDocumentTypePipe] });
564
- MonkeyEcxPipesModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxPipesModule, providers: [i1$2.CurrencyPipe] });
565
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxPipesModule, decorators: [{
566
+ MonkeyEcxPipesModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxPipesModule, providers: [i1$2.CurrencyPipe] });
567
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxPipesModule, decorators: [{
566
568
  type: i0.NgModule,
567
569
  args: [{
568
570
  declarations: [
@@ -600,14 +602,14 @@
600
602
  }
601
603
  return ClosedToMaintenanceModule;
602
604
  }());
603
- ClosedToMaintenanceModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: ClosedToMaintenanceModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
604
- ClosedToMaintenanceModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: ClosedToMaintenanceModule, declarations: [ClosedToMaintenanceComponent], imports: [i1$2.CommonModule,
605
+ ClosedToMaintenanceModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ClosedToMaintenanceModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
606
+ ClosedToMaintenanceModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ClosedToMaintenanceModule, declarations: [ClosedToMaintenanceComponent], imports: [i1$2.CommonModule,
605
607
  i1.MonkeyButtonModule,
606
608
  i1.MonkeyIconModule,
607
609
  i1.MonkeyInputModule,
608
610
  i1.MonkeyModalModule,
609
611
  MonkeyEcxPipesModule, i1__namespace$1.TranslateModule], exports: [ClosedToMaintenanceComponent] });
610
- ClosedToMaintenanceModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: ClosedToMaintenanceModule, imports: [[
612
+ ClosedToMaintenanceModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ClosedToMaintenanceModule, imports: [[
611
613
  i1$2.CommonModule,
612
614
  i1.MonkeyButtonModule,
613
615
  i1.MonkeyIconModule,
@@ -616,7 +618,7 @@
616
618
  MonkeyEcxPipesModule,
617
619
  i1$1.TranslateModule.forChild()
618
620
  ]] });
619
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: ClosedToMaintenanceModule, decorators: [{
621
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ClosedToMaintenanceModule, decorators: [{
620
622
  type: i0.NgModule,
621
623
  args: [{
622
624
  declarations: [ClosedToMaintenanceComponent],
@@ -669,9 +671,9 @@
669
671
  };
670
672
  return MonkeyEcxProgressBarService;
671
673
  }());
672
- MonkeyEcxProgressBarService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxProgressBarService, deps: [{ token: i1__namespace$3.Router }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
673
- MonkeyEcxProgressBarService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxProgressBarService, providedIn: 'root' });
674
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxProgressBarService, decorators: [{
674
+ MonkeyEcxProgressBarService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxProgressBarService, deps: [{ token: i1__namespace$3.Router }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
675
+ MonkeyEcxProgressBarService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxProgressBarService, providedIn: 'root' });
676
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxProgressBarService, decorators: [{
675
677
  type: i0.Injectable,
676
678
  args: [{
677
679
  providedIn: 'root'
@@ -692,9 +694,9 @@
692
694
  };
693
695
  return MonkeyEcxProgressBarComponent;
694
696
  }());
695
- MonkeyEcxProgressBarComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxProgressBarComponent, deps: [{ token: MonkeyEcxProgressBarService }], target: i0__namespace.ɵɵFactoryTarget.Component });
696
- MonkeyEcxProgressBarComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.1.0", type: MonkeyEcxProgressBarComponent, selector: "monkeyecx-progress-bar", ngImport: i0__namespace, template: "<ng-container *ngIf=\"visible\">\n <progress class=\"monkey-progress monkey-progress__theme\"></progress>\n</ng-container>\n", styles: ["monkeyecx-progress-bar{position:absolute;width:100%;margin-top:-9.5px;z-index:99998}"], directives: [{ type: i1__namespace$2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0__namespace.ViewEncapsulation.None });
697
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxProgressBarComponent, decorators: [{
697
+ MonkeyEcxProgressBarComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxProgressBarComponent, deps: [{ token: MonkeyEcxProgressBarService }], target: i0__namespace.ɵɵFactoryTarget.Component });
698
+ MonkeyEcxProgressBarComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: MonkeyEcxProgressBarComponent, selector: "monkeyecx-progress-bar", ngImport: i0__namespace, template: "<ng-container *ngIf=\"visible\">\n <progress class=\"monkey-progress monkey-progress__theme\"></progress>\n</ng-container>\n", styles: ["monkeyecx-progress-bar{position:absolute;width:100%;margin-top:-9.5px;z-index:99998}"], directives: [{ type: i1__namespace$2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0__namespace.ViewEncapsulation.None });
699
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxProgressBarComponent, decorators: [{
698
700
  type: i0.Component,
699
701
  args: [{
700
702
  selector: 'monkeyecx-progress-bar',
@@ -709,10 +711,10 @@
709
711
  }
710
712
  return MonkeyEcxProgressBarModule;
711
713
  }());
712
- MonkeyEcxProgressBarModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxProgressBarModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
713
- MonkeyEcxProgressBarModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxProgressBarModule, declarations: [MonkeyEcxProgressBarComponent], imports: [i1$2.CommonModule], exports: [MonkeyEcxProgressBarComponent] });
714
- MonkeyEcxProgressBarModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxProgressBarModule, imports: [[i1$2.CommonModule]] });
715
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxProgressBarModule, decorators: [{
714
+ MonkeyEcxProgressBarModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxProgressBarModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
715
+ MonkeyEcxProgressBarModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxProgressBarModule, declarations: [MonkeyEcxProgressBarComponent], imports: [i1$2.CommonModule], exports: [MonkeyEcxProgressBarComponent] });
716
+ MonkeyEcxProgressBarModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxProgressBarModule, imports: [[i1$2.CommonModule]] });
717
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxProgressBarModule, decorators: [{
716
718
  type: i0.NgModule,
717
719
  args: [{
718
720
  declarations: [MonkeyEcxProgressBarComponent],
@@ -729,9 +731,9 @@
729
731
  };
730
732
  return VersionChangedComponent;
731
733
  }());
732
- VersionChangedComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: VersionChangedComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
733
- VersionChangedComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.1.0", type: VersionChangedComponent, selector: "monkeyecx-version-changed", inputs: { config: "config", modalRef: "modalRef" }, ngImport: i0__namespace, template: "<monkey-modal [config]=\"config\" [modalRef]=\"modalRef\">\n <div class=\"d-flex flex-column justify-content-center align-items-center\">\n <span class=\"h2\">\n {{ 'SCREENS.VERSION-CHANGED.TITLE' | translate }}\n </span>\n <span class=\"information-title mt-4\">\n {{ 'SCREENS.VERSION-CHANGED.INFORMATION-1' | translate }}\n </span>\n <span class=\"information mt-3\">\n {{ 'SCREENS.VERSION-CHANGED.INFORMATION-2' | translate }}\n </span>\n </div>\n <div class=\"d-flex flex-column justify-content-center align-items-center mt-5\">\n <monkey-button type=\"primary\" color=\"theme\" (click)=\"onClose()\">\n {{ 'SCREENS.VERSION-CHANGED.BUTTONS.UPDATE-VERSION' | translate }}\n </monkey-button>\n </div>\n</monkey-modal>", styles: ["monkeyecx-version-changed .body{padding:24px;width:100%}monkeyecx-version-changed .information-title{font-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__namespace.MonkeyModalComponent, selector: "monkey-modal", inputs: ["onHandleConfirm", "config", "modalRef"] }, { type: i1__namespace.MonkeyButtonComponent, selector: "monkey-button", inputs: ["iconPosition", "disabled", "label", "icon", "type", "color"] }], pipes: { "translate": i1__namespace$1.TranslatePipe }, encapsulation: i0__namespace.ViewEncapsulation.None });
734
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: VersionChangedComponent, decorators: [{
734
+ VersionChangedComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: VersionChangedComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
735
+ VersionChangedComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: VersionChangedComponent, selector: "monkeyecx-version-changed", inputs: { config: "config", modalRef: "modalRef" }, ngImport: i0__namespace, template: "<monkey-modal [config]=\"config\" [modalRef]=\"modalRef\">\n <div class=\"d-flex flex-column justify-content-center align-items-center\">\n <span class=\"h2\">\n {{ 'SCREENS.VERSION-CHANGED.TITLE' | translate }}\n </span>\n <span class=\"information-title mt-4\">\n {{ 'SCREENS.VERSION-CHANGED.INFORMATION-1' | translate }}\n </span>\n <span class=\"information mt-3\">\n {{ 'SCREENS.VERSION-CHANGED.INFORMATION-2' | translate }}\n </span>\n </div>\n <div class=\"d-flex flex-column justify-content-center align-items-center mt-5\">\n <monkey-button type=\"primary\" color=\"theme\" (click)=\"onClose()\">\n {{ 'SCREENS.VERSION-CHANGED.BUTTONS.UPDATE-VERSION' | translate }}\n </monkey-button>\n </div>\n</monkey-modal>", styles: ["monkeyecx-version-changed .body{padding:24px;width:100%}monkeyecx-version-changed .information-title{font-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__namespace.MonkeyModalComponent, selector: "monkey-modal", inputs: ["onHandleConfirm", "config", "modalRef"] }, { type: i1__namespace.MonkeyButtonComponent, selector: "monkey-button", inputs: ["iconPosition", "disabled", "label", "icon", "type", "color"] }], pipes: { "translate": i1__namespace$1.TranslatePipe }, encapsulation: i0__namespace.ViewEncapsulation.None });
736
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: VersionChangedComponent, decorators: [{
735
737
  type: i0.Component,
736
738
  args: [{
737
739
  selector: 'monkeyecx-version-changed',
@@ -750,13 +752,13 @@
750
752
  }
751
753
  return VersionChangedModule;
752
754
  }());
753
- VersionChangedModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: VersionChangedModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
754
- VersionChangedModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: VersionChangedModule, declarations: [VersionChangedComponent], imports: [i1$2.CommonModule,
755
+ VersionChangedModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: VersionChangedModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
756
+ VersionChangedModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: VersionChangedModule, declarations: [VersionChangedComponent], imports: [i1$2.CommonModule,
755
757
  i1.MonkeyButtonModule,
756
758
  i1.MonkeyIconModule,
757
759
  i1.MonkeyInputModule,
758
760
  i1.MonkeyModalModule, i1__namespace$1.TranslateModule], exports: [VersionChangedComponent] });
759
- VersionChangedModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: VersionChangedModule, imports: [[
761
+ VersionChangedModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: VersionChangedModule, imports: [[
760
762
  i1$2.CommonModule,
761
763
  i1.MonkeyButtonModule,
762
764
  i1.MonkeyIconModule,
@@ -764,7 +766,7 @@
764
766
  i1.MonkeyModalModule,
765
767
  i1$1.TranslateModule.forChild()
766
768
  ]] });
767
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: VersionChangedModule, decorators: [{
769
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: VersionChangedModule, decorators: [{
768
770
  type: i0.NgModule,
769
771
  args: [{
770
772
  declarations: [VersionChangedComponent],
@@ -1099,7 +1101,7 @@
1099
1101
  }
1100
1102
 
1101
1103
  /* eslint-disable max-classes-per-file */
1102
- var moment = moment___namespace;
1104
+ var moment$1 = moment___namespace;
1103
1105
  var DateValidator = /** @class */ (function () {
1104
1106
  function DateValidator() {
1105
1107
  }
@@ -1108,7 +1110,7 @@
1108
1110
  return null;
1109
1111
  if (control && control.value) {
1110
1112
  var dateFormat = 'MM-DD-YYYY';
1111
- if (!moment(moment(control.value).format(dateFormat), ['DD/MM/YYYY', 'MM-DD-YYYY', 'YYYY-MM-DD'], true).isValid()) {
1113
+ if (!moment$1(moment$1(control.value).format(dateFormat), ['DD/MM/YYYY', 'MM-DD-YYYY', 'YYYY-MM-DD'], true).isValid()) {
1112
1114
  return {
1113
1115
  invalidDate: true
1114
1116
  };
@@ -1318,6 +1320,25 @@
1318
1320
  return null;
1319
1321
  };
1320
1322
  return UnlockRegisterSponsorValidator;
1323
+ }());
1324
+ var DateRangeValidator = /** @class */ (function () {
1325
+ function DateRangeValidator() {
1326
+ }
1327
+ DateRangeValidator.do = function (control) {
1328
+ if (!control.parent || !control) {
1329
+ return null;
1330
+ }
1331
+ var dates = control.parent.get('dates').value;
1332
+ if (dates &&
1333
+ (!MonkeyEcxUtils.persistNullEmptyUndefined(dates.startDate) ||
1334
+ !MonkeyEcxUtils.persistNullEmptyUndefined(dates.endDate))) {
1335
+ return {
1336
+ invalidDateRange: true
1337
+ };
1338
+ }
1339
+ return null;
1340
+ };
1341
+ return DateRangeValidator;
1321
1342
  }());
1322
1343
 
1323
1344
  var validateUtils = /*#__PURE__*/Object.freeze({
@@ -1333,7 +1354,8 @@
1333
1354
  CustomDatesStartValidator: CustomDatesStartValidator,
1334
1355
  CustomDatesEndValidator: CustomDatesEndValidator,
1335
1356
  UnlockRegisterBuyerValidator: UnlockRegisterBuyerValidator,
1336
- UnlockRegisterSponsorValidator: UnlockRegisterSponsorValidator
1357
+ UnlockRegisterSponsorValidator: UnlockRegisterSponsorValidator,
1358
+ DateRangeValidator: DateRangeValidator
1337
1359
  });
1338
1360
 
1339
1361
  /* eslint-disable no-unused-vars */
@@ -1426,6 +1448,201 @@
1426
1448
  hasMonkeyEcxServiceAndHandlingProperties: hasMonkeyEcxServiceAndHandlingProperties
1427
1449
  });
1428
1450
 
1451
+ var moment = moment___namespace;
1452
+ // eslint-disable-next-line max-len
1453
+ var EMAIL_REGEXP = /^(?=.{1,254}$)(?=.{1,64}@)([A-Za-z0-9_\-.])+@([A-Za-z0-9])+\.([A-Za-z]{1,61})$/;
1454
+ function isEmptyInputValue(value) {
1455
+ return value == null || value.length === 0;
1456
+ }
1457
+ function emailValidator(control) {
1458
+ if (!control.parent || !control || isEmptyInputValue(control.value)) {
1459
+ return null;
1460
+ }
1461
+ var test = EMAIL_REGEXP.test(control.value);
1462
+ if (test)
1463
+ return null;
1464
+ return {
1465
+ email: true
1466
+ };
1467
+ }
1468
+ function dateRangeValidator(control) {
1469
+ if (!control.parent || !control || isEmptyInputValue(control.value)) {
1470
+ return null;
1471
+ }
1472
+ var dates = control.parent.get('dates').value;
1473
+ if (dates &&
1474
+ (!MonkeyEcxUtils.persistNullEmptyUndefined(dates === null || dates === void 0 ? void 0 : dates.startDate) ||
1475
+ !MonkeyEcxUtils.persistNullEmptyUndefined(dates === null || dates === void 0 ? void 0 : dates.endDate))) {
1476
+ return {
1477
+ dateRange: true
1478
+ };
1479
+ }
1480
+ return null;
1481
+ }
1482
+ function registerValidator(control, type) {
1483
+ if (!control.parent || !control || isEmptyInputValue(control.value)) {
1484
+ return null;
1485
+ }
1486
+ if (control && control.value !== ("#MONKEY" + type).toUpperCase()) {
1487
+ return {
1488
+ invalidUnlockRegister: true
1489
+ };
1490
+ }
1491
+ return null;
1492
+ }
1493
+ function dateStartEndValidator(control) {
1494
+ if (!control.parent || !control) {
1495
+ return null;
1496
+ }
1497
+ var parent = control.parent;
1498
+ var valueStart = parent.get('dateStart').value;
1499
+ var valueEnd = parent.get('dateEnd').value;
1500
+ var dateStart;
1501
+ var dateEnd;
1502
+ if (valueStart) {
1503
+ dateStart = new Date(valueStart);
1504
+ }
1505
+ if (valueEnd) {
1506
+ dateEnd = new Date(valueEnd);
1507
+ }
1508
+ if (!dateEnd || !dateStart)
1509
+ return null;
1510
+ if (dateStart > dateEnd) {
1511
+ return {
1512
+ dateStartMustBeLessThanAnd: true
1513
+ };
1514
+ }
1515
+ return null;
1516
+ }
1517
+ function urlValidator(control) {
1518
+ if (!control.parent || !control || isEmptyInputValue(control.value))
1519
+ return null;
1520
+ if (!MonkeyEcxUtils.isValidUrl(control.value)) {
1521
+ return {
1522
+ url: true
1523
+ };
1524
+ }
1525
+ return null;
1526
+ }
1527
+ function passwordConfirmValidator(control) {
1528
+ if (!control.parent || !control || isEmptyInputValue(control.value))
1529
+ return null;
1530
+ var parent = control.parent;
1531
+ var password = parent.get('password').value;
1532
+ var passwordConfirm = parent.get('passwordConfirm').value;
1533
+ if (!password || !passwordConfirm)
1534
+ return null;
1535
+ if (password === passwordConfirm)
1536
+ return null;
1537
+ return {
1538
+ passwordsNotMatching: true
1539
+ };
1540
+ }
1541
+ function trueValidator(control) {
1542
+ if (!control.parent || !control)
1543
+ return null;
1544
+ if (control && control.value !== false)
1545
+ return null;
1546
+ return {
1547
+ invalidTrue: true
1548
+ };
1549
+ }
1550
+ function comboValidator(control) {
1551
+ if (!control.parent || !control)
1552
+ return null;
1553
+ if (control && control.value !== '0')
1554
+ return null;
1555
+ return {
1556
+ invalidCombo: true
1557
+ };
1558
+ }
1559
+ function zipCodeValidator(control) {
1560
+ if (!control.parent || !control || isEmptyInputValue(control.value))
1561
+ return null;
1562
+ if (control && control.value) {
1563
+ if (!MonkeyEcxUtils.isValidZipCode(control.value)) {
1564
+ return {
1565
+ invalidZipCode: true
1566
+ };
1567
+ }
1568
+ }
1569
+ return null;
1570
+ }
1571
+ function documentValidator(control, country) {
1572
+ if (!control.parent || !control || isEmptyInputValue(control.value))
1573
+ return null;
1574
+ if (country === 'BR') {
1575
+ if (!MonkeyEcxUtils.isCPFCNPJValid(control.value)) {
1576
+ return {
1577
+ invalidCpfCnpj: true
1578
+ };
1579
+ }
1580
+ }
1581
+ else if (country === 'CL') {
1582
+ if (!MonkeyEcxUtils.isValidRUT(control.value)) {
1583
+ return {
1584
+ invalidRut: true
1585
+ };
1586
+ }
1587
+ }
1588
+ return null;
1589
+ }
1590
+ function dateValidator(control) {
1591
+ if (!control.parent || !control || isEmptyInputValue(control.value))
1592
+ return null;
1593
+ var dateFormat = 'MM-DD-YYYY';
1594
+ if (!moment(moment(control.value).format(dateFormat), ['DD/MM/YYYY', 'MM-DD-YYYY', 'YYYY-MM-DD'], true).isValid()) {
1595
+ return {
1596
+ invalidDate: true
1597
+ };
1598
+ }
1599
+ return null;
1600
+ }
1601
+ var Validators = /** @class */ (function () {
1602
+ function Validators() {
1603
+ }
1604
+ Validators.email = function (control) {
1605
+ return emailValidator(control);
1606
+ };
1607
+ Validators.dateRange = function (control) {
1608
+ return dateRangeValidator(control);
1609
+ };
1610
+ Validators.unlockSponsorRegister = function (control) {
1611
+ return registerValidator(control, 'sponsor');
1612
+ };
1613
+ Validators.unlockBuyerRegister = function (control) {
1614
+ return registerValidator(control, 'buyer');
1615
+ };
1616
+ Validators.dateStartEnd = function (control) {
1617
+ return dateStartEndValidator(control);
1618
+ };
1619
+ Validators.url = function (control) {
1620
+ return urlValidator(control);
1621
+ };
1622
+ Validators.passwordConfirm = function (control) {
1623
+ return passwordConfirmValidator(control);
1624
+ };
1625
+ Validators.true = function (control) {
1626
+ return trueValidator(control);
1627
+ };
1628
+ Validators.combo = function (control) {
1629
+ return comboValidator(control);
1630
+ };
1631
+ Validators.zipCode = function (control) {
1632
+ return zipCodeValidator(control);
1633
+ };
1634
+ Validators.documentBR = function (control) {
1635
+ return documentValidator(control, 'BR');
1636
+ };
1637
+ Validators.documentCL = function (control) {
1638
+ return documentValidator(control, 'CL');
1639
+ };
1640
+ Validators.date = function (control) {
1641
+ return dateValidator(control);
1642
+ };
1643
+ return Validators;
1644
+ }());
1645
+
1429
1646
  /* eslint-disable object-curly-newline */
1430
1647
 
1431
1648
  function MonkeyEcxCoreServiceConstructor() {
@@ -1637,9 +1854,9 @@
1637
1854
  };
1638
1855
  return MonkeyEcxDragDropDirective;
1639
1856
  }());
1640
- MonkeyEcxDragDropDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxDragDropDirective, deps: [], target: i0__namespace.ɵɵFactoryTarget.Directive });
1641
- MonkeyEcxDragDropDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.1.0", type: MonkeyEcxDragDropDirective, selector: "[monkeyecxDragDrop]", outputs: { onFileDropped: "onFileDropped" }, host: { listeners: { "dragover": "onDragOver($event)", "dragleave": "onDragLeave($event)", "drop": "ondrop($event)" }, properties: { "style.background-color": "this.background", "style.opacity": "this.opacity" } }, ngImport: i0__namespace });
1642
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxDragDropDirective, decorators: [{
1857
+ MonkeyEcxDragDropDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxDragDropDirective, deps: [], target: i0__namespace.ɵɵFactoryTarget.Directive });
1858
+ MonkeyEcxDragDropDirective.ɵdir = i0__namespace.ɵɵ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__namespace });
1859
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxDragDropDirective, decorators: [{
1643
1860
  type: i0.Directive,
1644
1861
  args: [{
1645
1862
  selector: '[monkeyecxDragDrop]'
@@ -1691,9 +1908,9 @@
1691
1908
  };
1692
1909
  return MonkeyEcxFormatCurrency;
1693
1910
  }());
1694
- MonkeyEcxFormatCurrency.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxFormatCurrency, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.Injector }], target: i0__namespace.ɵɵFactoryTarget.Directive });
1695
- MonkeyEcxFormatCurrency.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.1.0", type: MonkeyEcxFormatCurrency, selector: "[monkeyecxFormatCurrency]", host: { listeners: { "input": "onInput($event.target.value)" } }, providers: [i1$2.CurrencyPipe], ngImport: i0__namespace });
1696
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxFormatCurrency, decorators: [{
1911
+ MonkeyEcxFormatCurrency.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxFormatCurrency, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.Injector }], target: i0__namespace.ɵɵFactoryTarget.Directive });
1912
+ MonkeyEcxFormatCurrency.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.13", type: MonkeyEcxFormatCurrency, selector: "[monkeyecxFormatCurrency]", host: { listeners: { "input": "onInput($event.target.value)" } }, providers: [i1$2.CurrencyPipe], ngImport: i0__namespace });
1913
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxFormatCurrency, decorators: [{
1697
1914
  type: i0.Directive,
1698
1915
  args: [{
1699
1916
  selector: '[monkeyecxFormatCurrency]',
@@ -1733,8 +1950,8 @@
1733
1950
  };
1734
1951
  return MonkeyEcxFormatUpper;
1735
1952
  }());
1736
- MonkeyEcxFormatUpper.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxFormatUpper, deps: [{ token: i0__namespace.ElementRef, self: true }, { token: i0__namespace.Renderer2 }], target: i0__namespace.ɵɵFactoryTarget.Directive });
1737
- MonkeyEcxFormatUpper.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.1.0", type: MonkeyEcxFormatUpper, selector: "[monkeyecxFormatUpper]", host: { listeners: { "keyup": "onKeyDown($event)", "blur": "onBlur($event)" } }, providers: [
1953
+ MonkeyEcxFormatUpper.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxFormatUpper, deps: [{ token: i0__namespace.ElementRef, self: true }, { token: i0__namespace.Renderer2 }], target: i0__namespace.ɵɵFactoryTarget.Directive });
1954
+ MonkeyEcxFormatUpper.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.13", type: MonkeyEcxFormatUpper, selector: "[monkeyecxFormatUpper]", host: { listeners: { "keyup": "onKeyDown($event)", "blur": "onBlur($event)" } }, providers: [
1738
1955
  {
1739
1956
  provide: forms.NG_VALUE_ACCESSOR,
1740
1957
  useExisting: i0.forwardRef(function () {
@@ -1744,7 +1961,7 @@
1744
1961
  multi: true
1745
1962
  }
1746
1963
  ], ngImport: i0__namespace });
1747
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxFormatUpper, decorators: [{
1964
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxFormatUpper, decorators: [{
1748
1965
  type: i0.Directive,
1749
1966
  args: [{
1750
1967
  selector: '[monkeyecxFormatUpper]',
@@ -1785,9 +2002,9 @@
1785
2002
  };
1786
2003
  return MonkeyEcxOnlyAlphaNumericDirective;
1787
2004
  }());
1788
- MonkeyEcxOnlyAlphaNumericDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxOnlyAlphaNumericDirective, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Directive });
1789
- MonkeyEcxOnlyAlphaNumericDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.1.0", type: MonkeyEcxOnlyAlphaNumericDirective, selector: "[monkeyecxOnlyAlphaNumeric]", host: { listeners: { "input": "onInputChange($event)" } }, ngImport: i0__namespace });
1790
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxOnlyAlphaNumericDirective, decorators: [{
2005
+ MonkeyEcxOnlyAlphaNumericDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxOnlyAlphaNumericDirective, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Directive });
2006
+ MonkeyEcxOnlyAlphaNumericDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.13", type: MonkeyEcxOnlyAlphaNumericDirective, selector: "[monkeyecxOnlyAlphaNumeric]", host: { listeners: { "input": "onInputChange($event)" } }, ngImport: i0__namespace });
2007
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxOnlyAlphaNumericDirective, decorators: [{
1791
2008
  type: i0.Directive,
1792
2009
  args: [{
1793
2010
  selector: '[monkeyecxOnlyAlphaNumeric]'
@@ -1811,9 +2028,9 @@
1811
2028
  };
1812
2029
  return MonkeyEcxOnlyNumbersDirective;
1813
2030
  }());
1814
- MonkeyEcxOnlyNumbersDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxOnlyNumbersDirective, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Directive });
1815
- MonkeyEcxOnlyNumbersDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.1.0", type: MonkeyEcxOnlyNumbersDirective, selector: "[monkeyecxOnlyNumbers]", host: { listeners: { "input": "onInputChange($event)" } }, ngImport: i0__namespace });
1816
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxOnlyNumbersDirective, decorators: [{
2031
+ MonkeyEcxOnlyNumbersDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxOnlyNumbersDirective, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Directive });
2032
+ MonkeyEcxOnlyNumbersDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.13", type: MonkeyEcxOnlyNumbersDirective, selector: "[monkeyecxOnlyNumbers]", host: { listeners: { "input": "onInputChange($event)" } }, ngImport: i0__namespace });
2033
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxOnlyNumbersDirective, decorators: [{
1817
2034
  type: i0.Directive,
1818
2035
  args: [{
1819
2036
  selector: '[monkeyecxOnlyNumbers]'
@@ -2129,9 +2346,9 @@
2129
2346
  };
2130
2347
  return MonkeyEcxHandlingService;
2131
2348
  }());
2132
- MonkeyEcxHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxHandlingService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
2133
- MonkeyEcxHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxHandlingService, providedIn: 'root' });
2134
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxHandlingService, decorators: [{
2349
+ MonkeyEcxHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxHandlingService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
2350
+ MonkeyEcxHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxHandlingService, providedIn: 'root' });
2351
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxHandlingService, decorators: [{
2135
2352
  type: i0.Injectable,
2136
2353
  args: [{
2137
2354
  providedIn: 'root'
@@ -2237,9 +2454,9 @@
2237
2454
  };
2238
2455
  return MonkeyEcxService;
2239
2456
  }());
2240
- MonkeyEcxService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxService, deps: [{ token: i1__namespace$4.HttpClient }, { token: MonkeyEcxHandlingService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
2241
- MonkeyEcxService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxService, providedIn: 'root' });
2242
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxService, decorators: [{
2457
+ MonkeyEcxService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxService, deps: [{ token: i1__namespace$4.HttpClient }, { token: MonkeyEcxHandlingService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
2458
+ MonkeyEcxService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxService, providedIn: 'root' });
2459
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxService, decorators: [{
2243
2460
  type: i0.Injectable,
2244
2461
  args: [{
2245
2462
  providedIn: 'root'
@@ -2331,9 +2548,9 @@
2331
2548
  };
2332
2549
  return MonkeyEcxCookieStorageService;
2333
2550
  }());
2334
- MonkeyEcxCookieStorageService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxCookieStorageService, deps: [{ token: i1$2.DOCUMENT }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
2335
- MonkeyEcxCookieStorageService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxCookieStorageService, providedIn: 'root' });
2336
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxCookieStorageService, decorators: [{
2551
+ MonkeyEcxCookieStorageService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxCookieStorageService, deps: [{ token: i1$2.DOCUMENT }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
2552
+ MonkeyEcxCookieStorageService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxCookieStorageService, providedIn: 'root' });
2553
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxCookieStorageService, decorators: [{
2337
2554
  type: i0.Injectable,
2338
2555
  args: [{
2339
2556
  providedIn: 'root'
@@ -2384,8 +2601,8 @@
2384
2601
  };
2385
2602
  return MonkeyEcxi18nConfigService;
2386
2603
  }(MonkeyEcxCommonsService));
2387
- MonkeyEcxi18nConfigService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxi18nConfigService, deps: [{ token: MonkeyEcxService }, { token: i1__namespace$1.TranslateService }, { token: MonkeyEcxCookieStorageService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
2388
- MonkeyEcxi18nConfigService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxi18nConfigService, providedIn: 'root' });
2604
+ MonkeyEcxi18nConfigService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxi18nConfigService, deps: [{ token: MonkeyEcxService }, { token: i1__namespace$1.TranslateService }, { token: MonkeyEcxCookieStorageService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
2605
+ MonkeyEcxi18nConfigService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxi18nConfigService, providedIn: 'root' });
2389
2606
  __decorate([
2390
2607
  MonkeyEcxCoreService({
2391
2608
  httpResponse: {
@@ -2396,7 +2613,7 @@
2396
2613
  }
2397
2614
  })
2398
2615
  ], MonkeyEcxi18nConfigService.prototype, "apply", null);
2399
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxi18nConfigService, decorators: [{
2616
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxi18nConfigService, decorators: [{
2400
2617
  type: i0.Injectable,
2401
2618
  args: [{
2402
2619
  providedIn: 'root'
@@ -2426,9 +2643,9 @@
2426
2643
  };
2427
2644
  return MonkeyEcxLogsConfigService;
2428
2645
  }());
2429
- MonkeyEcxLogsConfigService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxLogsConfigService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
2430
- MonkeyEcxLogsConfigService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxLogsConfigService, providedIn: 'root' });
2431
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxLogsConfigService, decorators: [{
2646
+ MonkeyEcxLogsConfigService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxLogsConfigService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
2647
+ MonkeyEcxLogsConfigService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxLogsConfigService, providedIn: 'root' });
2648
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxLogsConfigService, decorators: [{
2432
2649
  type: i0.Injectable,
2433
2650
  args: [{
2434
2651
  providedIn: 'root'
@@ -2474,9 +2691,9 @@
2474
2691
  };
2475
2692
  return MonkeyEcxServiceWorkerConfigService;
2476
2693
  }());
2477
- MonkeyEcxServiceWorkerConfigService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxServiceWorkerConfigService, deps: [{ token: i0__namespace.ApplicationRef }, { token: i1__namespace$5.SwUpdate }, { token: i1__namespace.MonkeyStyleGuideModalService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
2478
- MonkeyEcxServiceWorkerConfigService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxServiceWorkerConfigService, providedIn: 'root' });
2479
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxServiceWorkerConfigService, decorators: [{
2694
+ MonkeyEcxServiceWorkerConfigService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxServiceWorkerConfigService, deps: [{ token: i0__namespace.ApplicationRef }, { token: i1__namespace$5.SwUpdate }, { token: i1__namespace.MonkeyStyleGuideModalService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
2695
+ MonkeyEcxServiceWorkerConfigService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxServiceWorkerConfigService, providedIn: 'root' });
2696
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxServiceWorkerConfigService, decorators: [{
2480
2697
  type: i0.Injectable,
2481
2698
  args: [{
2482
2699
  providedIn: 'root'
@@ -2515,9 +2732,9 @@
2515
2732
  };
2516
2733
  return MonkeyEcxSecurityConsoleConfigService;
2517
2734
  }(MonkeyEcxCommonsService));
2518
- MonkeyEcxSecurityConsoleConfigService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxSecurityConsoleConfigService, deps: [{ token: i1__namespace$1.TranslateService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
2519
- MonkeyEcxSecurityConsoleConfigService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxSecurityConsoleConfigService, providedIn: 'root' });
2520
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxSecurityConsoleConfigService, decorators: [{
2735
+ MonkeyEcxSecurityConsoleConfigService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxSecurityConsoleConfigService, deps: [{ token: i1__namespace$1.TranslateService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
2736
+ MonkeyEcxSecurityConsoleConfigService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxSecurityConsoleConfigService, providedIn: 'root' });
2737
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxSecurityConsoleConfigService, decorators: [{
2521
2738
  type: i0.Injectable,
2522
2739
  args: [{
2523
2740
  providedIn: 'root'
@@ -2549,9 +2766,9 @@
2549
2766
  };
2550
2767
  return MonkeyEcxMaintenanceConfigService;
2551
2768
  }());
2552
- MonkeyEcxMaintenanceConfigService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxMaintenanceConfigService, deps: [{ token: i1__namespace.MonkeyStyleGuideModalService }, { token: i1__namespace$3.Router }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
2553
- MonkeyEcxMaintenanceConfigService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxMaintenanceConfigService, providedIn: 'root' });
2554
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxMaintenanceConfigService, decorators: [{
2769
+ MonkeyEcxMaintenanceConfigService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxMaintenanceConfigService, deps: [{ token: i1__namespace.MonkeyStyleGuideModalService }, { token: i1__namespace$3.Router }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
2770
+ MonkeyEcxMaintenanceConfigService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxMaintenanceConfigService, providedIn: 'root' });
2771
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxMaintenanceConfigService, decorators: [{
2555
2772
  type: i0.Injectable,
2556
2773
  args: [{
2557
2774
  providedIn: 'root'
@@ -2633,8 +2850,8 @@
2633
2850
  };
2634
2851
  return MonkeyEcxConfigService;
2635
2852
  }(MonkeyEcxCommonsService));
2636
- MonkeyEcxConfigService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxConfigService, deps: [{ token: MonkeyEcxService }, { token: MonkeyEcxi18nConfigService }, { token: MonkeyEcxLogsConfigService }, { token: i1__namespace.MonkeyStyleGuideSettingsService }, { token: MonkeyEcxServiceWorkerConfigService }, { token: MonkeyEcxSecurityConsoleConfigService }, { token: MonkeyEcxMaintenanceConfigService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
2637
- MonkeyEcxConfigService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxConfigService, providedIn: 'root' });
2853
+ MonkeyEcxConfigService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxConfigService, deps: [{ token: MonkeyEcxService }, { token: MonkeyEcxi18nConfigService }, { token: MonkeyEcxLogsConfigService }, { token: i1__namespace.MonkeyStyleGuideSettingsService }, { token: MonkeyEcxServiceWorkerConfigService }, { token: MonkeyEcxSecurityConsoleConfigService }, { token: MonkeyEcxMaintenanceConfigService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
2854
+ MonkeyEcxConfigService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxConfigService, providedIn: 'root' });
2638
2855
  __decorate([
2639
2856
  MonkeyEcxCoreService({
2640
2857
  httpResponse: {
@@ -2645,7 +2862,7 @@
2645
2862
  }
2646
2863
  })
2647
2864
  ], MonkeyEcxConfigService.prototype, "init", null);
2648
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxConfigService, decorators: [{
2865
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxConfigService, decorators: [{
2649
2866
  type: i0.Injectable,
2650
2867
  args: [{
2651
2868
  providedIn: 'root'
@@ -2763,9 +2980,9 @@
2763
2980
  };
2764
2981
  return MonkeyEcxTokenStorageService;
2765
2982
  }());
2766
- MonkeyEcxTokenStorageService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxTokenStorageService, deps: [{ token: MonkeyEcxConfigService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
2767
- MonkeyEcxTokenStorageService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxTokenStorageService, providedIn: 'root' });
2768
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxTokenStorageService, decorators: [{
2983
+ MonkeyEcxTokenStorageService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxTokenStorageService, deps: [{ token: MonkeyEcxConfigService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
2984
+ MonkeyEcxTokenStorageService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxTokenStorageService, providedIn: 'root' });
2985
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxTokenStorageService, decorators: [{
2769
2986
  type: i0.Injectable,
2770
2987
  args: [{
2771
2988
  providedIn: 'root'
@@ -2823,9 +3040,9 @@
2823
3040
  };
2824
3041
  return MonkeyEcxSecurityDirective;
2825
3042
  }());
2826
- MonkeyEcxSecurityDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxSecurityDirective, deps: [{ token: i0__namespace.ElementRef }, { token: MonkeyEcxTokenStorageService }, { token: i0__namespace.ChangeDetectorRef }], target: i0__namespace.ɵɵFactoryTarget.Directive });
2827
- MonkeyEcxSecurityDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.1.0", type: MonkeyEcxSecurityDirective, selector: "[monkeyecxSecurity]", inputs: { roles: ["securityRoles", "roles"], byExclusion: ["securityByExclusion", "byExclusion"] }, ngImport: i0__namespace });
2828
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxSecurityDirective, decorators: [{
3043
+ MonkeyEcxSecurityDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxSecurityDirective, deps: [{ token: i0__namespace.ElementRef }, { token: MonkeyEcxTokenStorageService }, { token: i0__namespace.ChangeDetectorRef }], target: i0__namespace.ɵɵFactoryTarget.Directive });
3044
+ MonkeyEcxSecurityDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.13", type: MonkeyEcxSecurityDirective, selector: "[monkeyecxSecurity]", inputs: { roles: ["securityRoles", "roles"], byExclusion: ["securityByExclusion", "byExclusion"] }, ngImport: i0__namespace });
3045
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxSecurityDirective, decorators: [{
2829
3046
  type: i0.Directive,
2830
3047
  args: [{
2831
3048
  selector: '[monkeyecxSecurity]'
@@ -2921,9 +3138,9 @@
2921
3138
  };
2922
3139
  return MonkeyEcxTooltipDirective;
2923
3140
  }());
2924
- MonkeyEcxTooltipDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxTooltipDirective, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.Renderer2 }], target: i0__namespace.ɵɵFactoryTarget.Directive });
2925
- MonkeyEcxTooltipDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.1.0", type: MonkeyEcxTooltipDirective, selector: "[monkeyecxTooltip]", inputs: { tooltipDelay: "tooltipDelay", tooltipPosition: "tooltipPosition", tooltipText: "tooltipText", tooltipTitle: "tooltipTitle" }, host: { listeners: { "mouseenter": "onMouseEnter()", "mouseleave": "onMouseLeave()", "click": "clickout()" } }, ngImport: i0__namespace });
2926
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxTooltipDirective, decorators: [{
3141
+ MonkeyEcxTooltipDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxTooltipDirective, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.Renderer2 }], target: i0__namespace.ɵɵFactoryTarget.Directive });
3142
+ MonkeyEcxTooltipDirective.ɵdir = i0__namespace.ɵɵ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__namespace });
3143
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxTooltipDirective, decorators: [{
2927
3144
  type: i0.Directive,
2928
3145
  args: [{
2929
3146
  selector: '[monkeyecxTooltip]'
@@ -2952,8 +3169,8 @@
2952
3169
  }
2953
3170
  return MonkeyEcxDirectivesModule;
2954
3171
  }());
2955
- MonkeyEcxDirectivesModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxDirectivesModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
2956
- MonkeyEcxDirectivesModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxDirectivesModule, declarations: [MonkeyEcxDragDropDirective,
3172
+ MonkeyEcxDirectivesModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxDirectivesModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
3173
+ MonkeyEcxDirectivesModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxDirectivesModule, declarations: [MonkeyEcxDragDropDirective,
2957
3174
  MonkeyEcxFormatCurrency,
2958
3175
  MonkeyEcxFormatUpper,
2959
3176
  MonkeyEcxOnlyAlphaNumericDirective,
@@ -2966,8 +3183,8 @@
2966
3183
  MonkeyEcxOnlyNumbersDirective,
2967
3184
  MonkeyEcxSecurityDirective,
2968
3185
  MonkeyEcxTooltipDirective] });
2969
- MonkeyEcxDirectivesModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxDirectivesModule });
2970
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxDirectivesModule, decorators: [{
3186
+ MonkeyEcxDirectivesModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxDirectivesModule });
3187
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxDirectivesModule, decorators: [{
2971
3188
  type: i0.NgModule,
2972
3189
  args: [{
2973
3190
  declarations: [
@@ -3042,9 +3259,9 @@
3042
3259
  };
3043
3260
  return MonkeyEcxAuthenticationService;
3044
3261
  }());
3045
- MonkeyEcxAuthenticationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxAuthenticationService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3046
- MonkeyEcxAuthenticationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxAuthenticationService, providedIn: 'root' });
3047
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxAuthenticationService, decorators: [{
3262
+ MonkeyEcxAuthenticationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxAuthenticationService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3263
+ MonkeyEcxAuthenticationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxAuthenticationService, providedIn: 'root' });
3264
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxAuthenticationService, decorators: [{
3048
3265
  type: i0.Injectable,
3049
3266
  args: [{
3050
3267
  providedIn: 'root'
@@ -3069,9 +3286,9 @@
3069
3286
  };
3070
3287
  return MonkeyEcxAuthGuardLogin;
3071
3288
  }());
3072
- MonkeyEcxAuthGuardLogin.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxAuthGuardLogin, deps: [{ token: MonkeyEcxAuthenticationService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3073
- MonkeyEcxAuthGuardLogin.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxAuthGuardLogin, providedIn: 'root' });
3074
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxAuthGuardLogin, decorators: [{
3289
+ MonkeyEcxAuthGuardLogin.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxAuthGuardLogin, deps: [{ token: MonkeyEcxAuthenticationService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3290
+ MonkeyEcxAuthGuardLogin.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxAuthGuardLogin, providedIn: 'root' });
3291
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxAuthGuardLogin, decorators: [{
3075
3292
  type: i0.Injectable,
3076
3293
  args: [{
3077
3294
  providedIn: 'root'
@@ -3093,9 +3310,9 @@
3093
3310
  };
3094
3311
  return MonkeyEcxAuthGuard;
3095
3312
  }());
3096
- MonkeyEcxAuthGuard.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxAuthGuard, deps: [{ token: MonkeyEcxAuthenticationService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3097
- MonkeyEcxAuthGuard.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxAuthGuard, providedIn: 'root' });
3098
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxAuthGuard, decorators: [{
3313
+ MonkeyEcxAuthGuard.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxAuthGuard, deps: [{ token: MonkeyEcxAuthenticationService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3314
+ MonkeyEcxAuthGuard.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxAuthGuard, providedIn: 'root' });
3315
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxAuthGuard, decorators: [{
3099
3316
  type: i0.Injectable,
3100
3317
  args: [{
3101
3318
  providedIn: 'root'
@@ -3219,9 +3436,9 @@
3219
3436
  };
3220
3437
  return MonkeyEcxHttpErrorHandlingService;
3221
3438
  }(MonkeyEcxCommonsService));
3222
- MonkeyEcxHttpErrorHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxHttpErrorHandlingService, deps: [{ token: MonkeyEcxService }, { token: MonkeyEcxTokenStorageService }, { token: MonkeyEcxAuthenticationService }, { token: i1__namespace$3.Router }, { token: i1__namespace.MonkeyStyleGuideSnackbarService }, { token: i1__namespace$1.TranslateService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3223
- MonkeyEcxHttpErrorHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxHttpErrorHandlingService, providedIn: 'root' });
3224
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxHttpErrorHandlingService, decorators: [{
3439
+ MonkeyEcxHttpErrorHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxHttpErrorHandlingService, deps: [{ token: MonkeyEcxService }, { token: MonkeyEcxTokenStorageService }, { token: MonkeyEcxAuthenticationService }, { token: i1__namespace$3.Router }, { token: i1__namespace.MonkeyStyleGuideSnackbarService }, { token: i1__namespace$1.TranslateService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3440
+ MonkeyEcxHttpErrorHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxHttpErrorHandlingService, providedIn: 'root' });
3441
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxHttpErrorHandlingService, decorators: [{
3225
3442
  type: i0.Injectable,
3226
3443
  args: [{
3227
3444
  providedIn: 'root'
@@ -3245,9 +3462,9 @@
3245
3462
  };
3246
3463
  return MonkeyEcxOthersErrorsHandlingService;
3247
3464
  }());
3248
- MonkeyEcxOthersErrorsHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxOthersErrorsHandlingService, deps: [{ token: i1__namespace.MonkeyStyleGuideModalService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3249
- MonkeyEcxOthersErrorsHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxOthersErrorsHandlingService, providedIn: 'root' });
3250
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxOthersErrorsHandlingService, decorators: [{
3465
+ MonkeyEcxOthersErrorsHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxOthersErrorsHandlingService, deps: [{ token: i1__namespace.MonkeyStyleGuideModalService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3466
+ MonkeyEcxOthersErrorsHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxOthersErrorsHandlingService, providedIn: 'root' });
3467
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxOthersErrorsHandlingService, decorators: [{
3251
3468
  type: i0.Injectable,
3252
3469
  args: [{
3253
3470
  providedIn: 'root'
@@ -3278,9 +3495,9 @@
3278
3495
  };
3279
3496
  return MonkeyEcxErrorHandlingService;
3280
3497
  }());
3281
- MonkeyEcxErrorHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxErrorHandlingService, deps: [{ token: i0__namespace.Injector }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3282
- MonkeyEcxErrorHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxErrorHandlingService, providedIn: 'root' });
3283
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxErrorHandlingService, decorators: [{
3498
+ MonkeyEcxErrorHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxErrorHandlingService, deps: [{ token: i0__namespace.Injector }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3499
+ MonkeyEcxErrorHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxErrorHandlingService, providedIn: 'root' });
3500
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxErrorHandlingService, decorators: [{
3284
3501
  type: i0.Injectable,
3285
3502
  args: [{
3286
3503
  providedIn: 'root'
@@ -3303,10 +3520,10 @@
3303
3520
  };
3304
3521
  return MonkeyEcxErrorHandlingModule;
3305
3522
  }());
3306
- MonkeyEcxErrorHandlingModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxErrorHandlingModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
3307
- MonkeyEcxErrorHandlingModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxErrorHandlingModule, imports: [i1$2.CommonModule] });
3308
- MonkeyEcxErrorHandlingModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxErrorHandlingModule, imports: [[i1$2.CommonModule]] });
3309
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxErrorHandlingModule, decorators: [{
3523
+ MonkeyEcxErrorHandlingModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxErrorHandlingModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
3524
+ MonkeyEcxErrorHandlingModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxErrorHandlingModule, imports: [i1$2.CommonModule] });
3525
+ MonkeyEcxErrorHandlingModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxErrorHandlingModule, imports: [[i1$2.CommonModule]] });
3526
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxErrorHandlingModule, decorators: [{
3310
3527
  type: i0.NgModule,
3311
3528
  args: [{
3312
3529
  imports: [i1$2.CommonModule]
@@ -3342,9 +3559,9 @@
3342
3559
  };
3343
3560
  return MonkeyEcxHttpConfigErrorInterceptor;
3344
3561
  }());
3345
- MonkeyEcxHttpConfigErrorInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxHttpConfigErrorInterceptor, deps: [{ token: MonkeyEcxAuthenticationService }, { token: MonkeyEcxErrorHandlingService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3346
- MonkeyEcxHttpConfigErrorInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxHttpConfigErrorInterceptor });
3347
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxHttpConfigErrorInterceptor, decorators: [{
3562
+ MonkeyEcxHttpConfigErrorInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxHttpConfigErrorInterceptor, deps: [{ token: MonkeyEcxAuthenticationService }, { token: MonkeyEcxErrorHandlingService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3563
+ MonkeyEcxHttpConfigErrorInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxHttpConfigErrorInterceptor });
3564
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxHttpConfigErrorInterceptor, decorators: [{
3348
3565
  type: i0.Injectable
3349
3566
  }], ctorParameters: function () { return [{ type: MonkeyEcxAuthenticationService }, { type: MonkeyEcxErrorHandlingService }]; } });
3350
3567
 
@@ -3370,9 +3587,9 @@
3370
3587
  };
3371
3588
  return MonkeyEcxHttpConfigHeaderInterceptor;
3372
3589
  }());
3373
- MonkeyEcxHttpConfigHeaderInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxHttpConfigHeaderInterceptor, deps: [{ token: MonkeyEcxAuthenticationService }, { token: MonkeyEcxErrorHandlingService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3374
- MonkeyEcxHttpConfigHeaderInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxHttpConfigHeaderInterceptor });
3375
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxHttpConfigHeaderInterceptor, decorators: [{
3590
+ MonkeyEcxHttpConfigHeaderInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxHttpConfigHeaderInterceptor, deps: [{ token: MonkeyEcxAuthenticationService }, { token: MonkeyEcxErrorHandlingService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3591
+ MonkeyEcxHttpConfigHeaderInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxHttpConfigHeaderInterceptor });
3592
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxHttpConfigHeaderInterceptor, decorators: [{
3376
3593
  type: i0.Injectable
3377
3594
  }], ctorParameters: function () { return [{ type: MonkeyEcxAuthenticationService }, { type: MonkeyEcxErrorHandlingService }]; } });
3378
3595
 
@@ -3454,9 +3671,9 @@
3454
3671
  };
3455
3672
  return MonkeyEcxRequestQueueHandlingService;
3456
3673
  }());
3457
- MonkeyEcxRequestQueueHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxRequestQueueHandlingService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3458
- MonkeyEcxRequestQueueHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxRequestQueueHandlingService, providedIn: 'root' });
3459
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxRequestQueueHandlingService, decorators: [{
3674
+ MonkeyEcxRequestQueueHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxRequestQueueHandlingService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3675
+ MonkeyEcxRequestQueueHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxRequestQueueHandlingService, providedIn: 'root' });
3676
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxRequestQueueHandlingService, decorators: [{
3460
3677
  type: i0.Injectable,
3461
3678
  args: [{
3462
3679
  providedIn: 'root'
@@ -3550,9 +3767,9 @@
3550
3767
  };
3551
3768
  return MonkeyEcxRequestQueueModalHandlingService;
3552
3769
  }());
3553
- MonkeyEcxRequestQueueModalHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxRequestQueueModalHandlingService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3554
- MonkeyEcxRequestQueueModalHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxRequestQueueModalHandlingService, providedIn: 'root' });
3555
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxRequestQueueModalHandlingService, decorators: [{
3770
+ MonkeyEcxRequestQueueModalHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxRequestQueueModalHandlingService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3771
+ MonkeyEcxRequestQueueModalHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxRequestQueueModalHandlingService, providedIn: 'root' });
3772
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxRequestQueueModalHandlingService, decorators: [{
3556
3773
  type: i0.Injectable,
3557
3774
  args: [{
3558
3775
  providedIn: 'root'
@@ -3586,9 +3803,9 @@
3586
3803
  };
3587
3804
  return MonkeyEcxHttpConfigQueueInterceptor;
3588
3805
  }());
3589
- MonkeyEcxHttpConfigQueueInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxHttpConfigQueueInterceptor, deps: [{ token: i0__namespace.Injector }, { token: MonkeyEcxRequestQueueHandlingService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3590
- MonkeyEcxHttpConfigQueueInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxHttpConfigQueueInterceptor });
3591
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxHttpConfigQueueInterceptor, decorators: [{
3806
+ MonkeyEcxHttpConfigQueueInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxHttpConfigQueueInterceptor, deps: [{ token: i0__namespace.Injector }, { token: MonkeyEcxRequestQueueHandlingService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3807
+ MonkeyEcxHttpConfigQueueInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxHttpConfigQueueInterceptor });
3808
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxHttpConfigQueueInterceptor, decorators: [{
3592
3809
  type: i0.Injectable
3593
3810
  }], ctorParameters: function () { return [{ type: i0__namespace.Injector }, { type: MonkeyEcxRequestQueueHandlingService }]; } });
3594
3811
 
@@ -3622,9 +3839,9 @@
3622
3839
  };
3623
3840
  return MonkeyEcxHttpConfigLoadingInProgressInterceptor;
3624
3841
  }());
3625
- MonkeyEcxHttpConfigLoadingInProgressInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxHttpConfigLoadingInProgressInterceptor, deps: [{ token: i0__namespace.Injector }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3626
- MonkeyEcxHttpConfigLoadingInProgressInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxHttpConfigLoadingInProgressInterceptor });
3627
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxHttpConfigLoadingInProgressInterceptor, decorators: [{
3842
+ MonkeyEcxHttpConfigLoadingInProgressInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxHttpConfigLoadingInProgressInterceptor, deps: [{ token: i0__namespace.Injector }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3843
+ MonkeyEcxHttpConfigLoadingInProgressInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxHttpConfigLoadingInProgressInterceptor });
3844
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxHttpConfigLoadingInProgressInterceptor, decorators: [{
3628
3845
  type: i0.Injectable
3629
3846
  }], ctorParameters: function () { return [{ type: i0__namespace.Injector }]; } });
3630
3847
 
@@ -3660,10 +3877,10 @@
3660
3877
  };
3661
3878
  return MonkeyEcxHttpConfigInterceptorModule;
3662
3879
  }());
3663
- MonkeyEcxHttpConfigInterceptorModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxHttpConfigInterceptorModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
3664
- MonkeyEcxHttpConfigInterceptorModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxHttpConfigInterceptorModule, imports: [i1$2.CommonModule] });
3665
- MonkeyEcxHttpConfigInterceptorModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxHttpConfigInterceptorModule, imports: [[i1$2.CommonModule]] });
3666
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxHttpConfigInterceptorModule, decorators: [{
3880
+ MonkeyEcxHttpConfigInterceptorModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxHttpConfigInterceptorModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
3881
+ MonkeyEcxHttpConfigInterceptorModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxHttpConfigInterceptorModule, imports: [i1$2.CommonModule] });
3882
+ MonkeyEcxHttpConfigInterceptorModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxHttpConfigInterceptorModule, imports: [[i1$2.CommonModule]] });
3883
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxHttpConfigInterceptorModule, decorators: [{
3667
3884
  type: i0.NgModule,
3668
3885
  args: [{
3669
3886
  imports: [i1$2.CommonModule]
@@ -3698,10 +3915,10 @@
3698
3915
  };
3699
3916
  return MonkeyEcxConfigModule;
3700
3917
  }());
3701
- MonkeyEcxConfigModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxConfigModule, deps: [{ token: MonkeyEcxConfigModule, optional: true, skipSelf: true }], target: i0__namespace.ɵɵFactoryTarget.NgModule });
3702
- MonkeyEcxConfigModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxConfigModule });
3703
- MonkeyEcxConfigModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxConfigModule });
3704
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxConfigModule, decorators: [{
3918
+ MonkeyEcxConfigModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxConfigModule, deps: [{ token: MonkeyEcxConfigModule, optional: true, skipSelf: true }], target: i0__namespace.ɵɵFactoryTarget.NgModule });
3919
+ MonkeyEcxConfigModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxConfigModule });
3920
+ MonkeyEcxConfigModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxConfigModule });
3921
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxConfigModule, decorators: [{
3705
3922
  type: i0.NgModule
3706
3923
  }], ctorParameters: function () {
3707
3924
  return [{ type: MonkeyEcxConfigModule, decorators: [{
@@ -3764,9 +3981,9 @@
3764
3981
  };
3765
3982
  return MonkeyEcxFeatureToggleService;
3766
3983
  }());
3767
- MonkeyEcxFeatureToggleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxFeatureToggleService, deps: [{ token: MonkeyEcxConfigService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3768
- MonkeyEcxFeatureToggleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxFeatureToggleService, providedIn: 'root' });
3769
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxFeatureToggleService, decorators: [{
3984
+ MonkeyEcxFeatureToggleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxFeatureToggleService, deps: [{ token: MonkeyEcxConfigService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3985
+ MonkeyEcxFeatureToggleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxFeatureToggleService, providedIn: 'root' });
3986
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxFeatureToggleService, decorators: [{
3770
3987
  type: i0.Injectable,
3771
3988
  args: [{
3772
3989
  providedIn: 'root'
@@ -3792,9 +4009,9 @@
3792
4009
  };
3793
4010
  return MonkeyEcxLoggedHandlingService;
3794
4011
  }());
3795
- MonkeyEcxLoggedHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxLoggedHandlingService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3796
- MonkeyEcxLoggedHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxLoggedHandlingService, providedIn: 'root' });
3797
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxLoggedHandlingService, decorators: [{
4012
+ MonkeyEcxLoggedHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxLoggedHandlingService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
4013
+ MonkeyEcxLoggedHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxLoggedHandlingService, providedIn: 'root' });
4014
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxLoggedHandlingService, decorators: [{
3798
4015
  type: i0.Injectable,
3799
4016
  args: [{
3800
4017
  providedIn: 'root'
@@ -3865,9 +4082,9 @@
3865
4082
  };
3866
4083
  return MonkeyEcxRequestDownloadHandlingService;
3867
4084
  }());
3868
- MonkeyEcxRequestDownloadHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxRequestDownloadHandlingService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3869
- MonkeyEcxRequestDownloadHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxRequestDownloadHandlingService, providedIn: 'root' });
3870
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxRequestDownloadHandlingService, decorators: [{
4085
+ MonkeyEcxRequestDownloadHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxRequestDownloadHandlingService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
4086
+ MonkeyEcxRequestDownloadHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxRequestDownloadHandlingService, providedIn: 'root' });
4087
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxRequestDownloadHandlingService, decorators: [{
3871
4088
  type: i0.Injectable,
3872
4089
  args: [{
3873
4090
  providedIn: 'root'
@@ -3914,9 +4131,9 @@
3914
4131
  };
3915
4132
  return MonkeyEcxRequestDownloadedHandlingService;
3916
4133
  }());
3917
- MonkeyEcxRequestDownloadedHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxRequestDownloadedHandlingService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3918
- MonkeyEcxRequestDownloadedHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxRequestDownloadedHandlingService, providedIn: 'root' });
3919
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxRequestDownloadedHandlingService, decorators: [{
4134
+ MonkeyEcxRequestDownloadedHandlingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxRequestDownloadedHandlingService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
4135
+ MonkeyEcxRequestDownloadedHandlingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxRequestDownloadedHandlingService, providedIn: 'root' });
4136
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxRequestDownloadedHandlingService, decorators: [{
3920
4137
  type: i0.Injectable,
3921
4138
  args: [{
3922
4139
  providedIn: 'root'
@@ -3965,9 +4182,9 @@
3965
4182
  };
3966
4183
  return MonkeyEcxDiscoveryParamsService;
3967
4184
  }());
3968
- MonkeyEcxDiscoveryParamsService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxDiscoveryParamsService, deps: [{ token: i1__namespace$3.Router }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3969
- MonkeyEcxDiscoveryParamsService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxDiscoveryParamsService, providedIn: 'root' });
3970
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxDiscoveryParamsService, decorators: [{
4185
+ MonkeyEcxDiscoveryParamsService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxDiscoveryParamsService, deps: [{ token: i1__namespace$3.Router }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
4186
+ MonkeyEcxDiscoveryParamsService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxDiscoveryParamsService, providedIn: 'root' });
4187
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxDiscoveryParamsService, decorators: [{
3971
4188
  type: i0.Injectable,
3972
4189
  args: [{
3973
4190
  providedIn: 'root'
@@ -4047,8 +4264,8 @@
4047
4264
  };
4048
4265
  return MonkeyEcxRequestScheduleService;
4049
4266
  }());
4050
- MonkeyEcxRequestScheduleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxRequestScheduleService, deps: [{ token: MonkeyEcxService }, { token: MonkeyEcxLoggedHandlingService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
4051
- MonkeyEcxRequestScheduleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxRequestScheduleService, providedIn: 'root' });
4267
+ MonkeyEcxRequestScheduleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxRequestScheduleService, deps: [{ token: MonkeyEcxService }, { token: MonkeyEcxLoggedHandlingService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
4268
+ MonkeyEcxRequestScheduleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxRequestScheduleService, providedIn: 'root' });
4052
4269
  __decorate([
4053
4270
  MonkeyEcxCoreService({
4054
4271
  httpResponse: {
@@ -4059,7 +4276,7 @@
4059
4276
  }
4060
4277
  })
4061
4278
  ], MonkeyEcxRequestScheduleService.prototype, "doCall", null);
4062
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyEcxRequestScheduleService, decorators: [{
4279
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyEcxRequestScheduleService, decorators: [{
4063
4280
  type: i0.Injectable,
4064
4281
  args: [{
4065
4282
  providedIn: 'root'
@@ -4174,11 +4391,11 @@
4174
4391
  }
4175
4392
  return MonkeyFrontCoreModuleModule;
4176
4393
  }());
4177
- MonkeyFrontCoreModuleModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyFrontCoreModuleModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
4178
- MonkeyFrontCoreModuleModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyFrontCoreModuleModule, imports: [i1$2.CommonModule,
4394
+ MonkeyFrontCoreModuleModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyFrontCoreModuleModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
4395
+ MonkeyFrontCoreModuleModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyFrontCoreModuleModule, imports: [i1$2.CommonModule,
4179
4396
  i1$4.HttpClientModule, i1__namespace$1.TranslateModule, MonkeyEcxConfigModule, MonkeyEcxHttpConfigInterceptorModule, MonkeyEcxErrorHandlingModule, i1.MonkeyStyleGuideModule, i1__namespace$5.ServiceWorkerModule, ClosedToMaintenanceModule,
4180
4397
  VersionChangedModule] });
4181
- MonkeyFrontCoreModuleModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyFrontCoreModuleModule, providers: [
4398
+ MonkeyFrontCoreModuleModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyFrontCoreModuleModule, providers: [
4182
4399
  i1.MonkeyStyleGuideModalService,
4183
4400
  i1.MonkeyStyleGuideSettingsService,
4184
4401
  i1.MonkeyStyleGuideSnackbarService
@@ -4194,7 +4411,7 @@
4194
4411
  ClosedToMaintenanceModule,
4195
4412
  VersionChangedModule
4196
4413
  ]] });
4197
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.0", ngImport: i0__namespace, type: MonkeyFrontCoreModuleModule, decorators: [{
4414
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: MonkeyFrontCoreModuleModule, decorators: [{
4198
4415
  type: i0.NgModule,
4199
4416
  args: [{
4200
4417
  imports: [
@@ -4298,8 +4515,20 @@
4298
4515
  exports.MonkeyFrontCoreModuleModule = MonkeyFrontCoreModuleModule;
4299
4516
  exports.Statics = statics;
4300
4517
  exports.ValidateUtils = validateUtils;
4518
+ exports.Validators = Validators;
4301
4519
  exports.VersionChangedComponent = VersionChangedComponent;
4302
4520
  exports.VersionChangedModule = VersionChangedModule;
4521
+ exports.comboValidator = comboValidator;
4522
+ exports.dateRangeValidator = dateRangeValidator;
4523
+ exports.dateStartEndValidator = dateStartEndValidator;
4524
+ exports.dateValidator = dateValidator;
4525
+ exports.documentValidator = documentValidator;
4526
+ exports.emailValidator = emailValidator;
4527
+ exports.passwordConfirmValidator = passwordConfirmValidator;
4528
+ exports.registerValidator = registerValidator;
4529
+ exports.trueValidator = trueValidator;
4530
+ exports.urlValidator = urlValidator;
4531
+ exports.zipCodeValidator = zipCodeValidator;
4303
4532
 
4304
4533
  Object.defineProperty(exports, '__esModule', { value: true });
4305
4534