monkey-front-core 0.0.24 → 0.0.29

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