monkey-front-core 21.0.9 → 21.0.11

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.
@@ -1,7 +1,7 @@
1
1
  import { __decorate } from 'tslib';
2
2
  import { HttpContextToken, HttpErrorResponse, HttpClient, HttpParams, HttpContext, HttpHeaders, provideHttpClient, withInterceptors } from '@angular/common/http';
3
3
  import * as i0 from '@angular/core';
4
- import { inject, InjectionToken, Injectable, LOCALE_ID, DestroyRef, DOCUMENT, Inject, Injector, EventEmitter, Input, Directive, ElementRef, ChangeDetectorRef, ErrorHandler, provideAppInitializer, NgModule, Pipe, DEFAULT_CURRENCY_CODE } from '@angular/core';
4
+ import { inject, InjectionToken, Injectable, LOCALE_ID, DestroyRef, DOCUMENT, Inject, Injector, EventEmitter, Input, Directive, ElementRef, ChangeDetectorRef, ErrorHandler, provideAppInitializer, NgModule, Pipe, DEFAULT_CURRENCY_CODE, signal } from '@angular/core';
5
5
  import * as i2 from '@angular/router';
6
6
  import { Router, NavigationStart } from '@angular/router';
7
7
  import queryString from 'query-string';
@@ -86,6 +86,8 @@ const MECX_CORE_I18N_WRAPPER = new InjectionToken('');
86
86
  */
87
87
  const MECX_REFRESH_TOKEN_STRATEGY = new InjectionToken('MECX_REFRESH_TOKEN_STRATEGY');
88
88
  const MECX_REDIRECT_LOGIN_WELCOMEBACK_STRATEGY = new InjectionToken('MECX_REDIRECT_LOGIN_WELCOMEBACK_STRATEGY');
89
+ const MECX_I18N_PATH = new InjectionToken('MECX_I18N_PATH');
90
+ const MECX_I18N_ALIAS = new InjectionToken('MECX_I18N_ALIAS');
89
91
 
90
92
  /** ************************
91
93
  * Copyright Monkey Exchange. All Rights Reserved
@@ -124,10 +126,10 @@ class MonkeyEcxCookieStorageService {
124
126
  console.error('MonkeyEcxCookieStorageService -> setCookie', err);
125
127
  }
126
128
  }
127
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxCookieStorageService, deps: [{ token: i1.CookieService }], target: i0.ɵɵFactoryTarget.Injectable }); }
128
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxCookieStorageService, providedIn: 'root' }); }
129
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxCookieStorageService, deps: [{ token: i1.CookieService }], target: i0.ɵɵFactoryTarget.Injectable }); }
130
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxCookieStorageService, providedIn: 'root' }); }
129
131
  }
130
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxCookieStorageService, decorators: [{
132
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxCookieStorageService, decorators: [{
131
133
  type: Injectable,
132
134
  args: [{
133
135
  providedIn: 'root'
@@ -533,10 +535,10 @@ class MonkeyEcxTokenStorageService {
533
535
  }));
534
536
  }
535
537
  }
536
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxTokenStorageService, deps: [{ token: i1$1.Store }], target: i0.ɵɵFactoryTarget.Injectable }); }
537
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxTokenStorageService, providedIn: 'root' }); }
538
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxTokenStorageService, deps: [{ token: i1$1.Store }], target: i0.ɵɵFactoryTarget.Injectable }); }
539
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxTokenStorageService, providedIn: 'root' }); }
538
540
  }
539
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxTokenStorageService, decorators: [{
541
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxTokenStorageService, decorators: [{
540
542
  type: Injectable,
541
543
  args: [{
542
544
  providedIn: 'root'
@@ -1238,10 +1240,10 @@ class MonkeyEcxConfigsService {
1238
1240
  }
1239
1241
  return null;
1240
1242
  }
1241
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxConfigsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1242
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxConfigsService, providedIn: 'root' }); }
1243
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxConfigsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1244
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxConfigsService, providedIn: 'root' }); }
1243
1245
  }
1244
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxConfigsService, decorators: [{
1246
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxConfigsService, decorators: [{
1245
1247
  type: Injectable,
1246
1248
  args: [{
1247
1249
  providedIn: 'root'
@@ -1399,10 +1401,10 @@ class MonkeyEcxAlertsService {
1399
1401
  apply() {
1400
1402
  this.handleValidation();
1401
1403
  }
1402
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxAlertsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1403
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxAlertsService, providedIn: 'root' }); }
1404
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxAlertsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1405
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxAlertsService, providedIn: 'root' }); }
1404
1406
  }
1405
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxAlertsService, decorators: [{
1407
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxAlertsService, decorators: [{
1406
1408
  type: Injectable,
1407
1409
  args: [{
1408
1410
  providedIn: 'root'
@@ -1544,10 +1546,10 @@ Using this console can allow attackers to pass through you and retrieve your inf
1544
1546
  return data[locale]?.[key] ?? null;
1545
1547
  }));
1546
1548
  }
1547
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyDictionaryService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1548
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyDictionaryService, providedIn: 'root' }); }
1549
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyDictionaryService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1550
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyDictionaryService, providedIn: 'root' }); }
1549
1551
  }
1550
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyDictionaryService, decorators: [{
1552
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyDictionaryService, decorators: [{
1551
1553
  type: Injectable,
1552
1554
  args: [{
1553
1555
  providedIn: 'root'
@@ -1592,10 +1594,10 @@ class MonkeyEcxSecurityConsoleService {
1592
1594
  this.handleValidation();
1593
1595
  }, 300);
1594
1596
  }
1595
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxSecurityConsoleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1596
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxSecurityConsoleService, providedIn: 'root' }); }
1597
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxSecurityConsoleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1598
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxSecurityConsoleService, providedIn: 'root' }); }
1597
1599
  }
1598
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxSecurityConsoleService, decorators: [{
1600
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxSecurityConsoleService, decorators: [{
1599
1601
  type: Injectable,
1600
1602
  args: [{
1601
1603
  providedIn: 'root'
@@ -1690,10 +1692,10 @@ class MonkeyEcxDatadogService {
1690
1692
  apply() {
1691
1693
  this.handleValidation();
1692
1694
  }
1693
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxDatadogService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1694
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxDatadogService, providedIn: 'root' }); }
1695
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxDatadogService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1696
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxDatadogService, providedIn: 'root' }); }
1695
1697
  }
1696
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxDatadogService, decorators: [{
1698
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxDatadogService, decorators: [{
1697
1699
  type: Injectable,
1698
1700
  args: [{
1699
1701
  providedIn: 'root'
@@ -1839,10 +1841,10 @@ class MonkeyEcxErrorService {
1839
1841
  apply(e) {
1840
1842
  this.handleValidation(e);
1841
1843
  }
1842
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxErrorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1843
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxErrorService, providedIn: 'root' }); }
1844
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxErrorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1845
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxErrorService, providedIn: 'root' }); }
1844
1846
  }
1845
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxErrorService, decorators: [{
1847
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxErrorService, decorators: [{
1846
1848
  type: Injectable,
1847
1849
  args: [{
1848
1850
  providedIn: 'root'
@@ -1911,10 +1913,10 @@ class MonkeyEcxFeatureToggleService {
1911
1913
  return;
1912
1914
  await this.handleValidation(environment.launchDarklyClientSideID, whiteLabel);
1913
1915
  }
1914
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFeatureToggleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1915
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFeatureToggleService, providedIn: 'root' }); }
1916
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFeatureToggleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1917
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFeatureToggleService, providedIn: 'root' }); }
1916
1918
  }
1917
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFeatureToggleService, decorators: [{
1919
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFeatureToggleService, decorators: [{
1918
1920
  type: Injectable,
1919
1921
  args: [{
1920
1922
  providedIn: 'root'
@@ -1967,10 +1969,10 @@ class MonkeyEcxGTMService {
1967
1969
  apply() {
1968
1970
  this.handleValidation();
1969
1971
  }
1970
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxGTMService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1971
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxGTMService, providedIn: 'root' }); }
1972
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxGTMService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1973
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxGTMService, providedIn: 'root' }); }
1972
1974
  }
1973
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxGTMService, decorators: [{
1975
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxGTMService, decorators: [{
1974
1976
  type: Injectable,
1975
1977
  args: [{
1976
1978
  providedIn: 'root'
@@ -1994,7 +1996,7 @@ class MonkeyEcxNewVersionService {
1994
1996
  if (this._showed)
1995
1997
  return;
1996
1998
  const id = 'mecx-new-version-banner';
1997
- const bootstrap = this._configsService.bootstrap;
1999
+ const { bootstrap } = this._configsService;
1998
2000
  if (!bootstrap || !bootstrap.showNewVersion)
1999
2001
  return;
2000
2002
  const i18n = await firstValueFrom(this._dictionary);
@@ -2026,21 +2028,19 @@ class MonkeyEcxNewVersionService {
2026
2028
  });
2027
2029
  banner.textContent = i18n;
2028
2030
  banner.addEventListener('click', () => {
2029
- document.body.style.marginTop = '0px';
2030
2031
  banner.remove();
2031
2032
  window.location.reload();
2032
2033
  });
2033
2034
  document.body.insertBefore(banner, document.body.firstChild);
2034
- document.body.style.marginTop = `${banner.offsetHeight}px`;
2035
2035
  this._showed = true;
2036
2036
  }
2037
2037
  apply() {
2038
2038
  this.handleValidation();
2039
2039
  }
2040
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxNewVersionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2041
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxNewVersionService, providedIn: 'root' }); }
2040
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxNewVersionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2041
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxNewVersionService, providedIn: 'root' }); }
2042
2042
  }
2043
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxNewVersionService, decorators: [{
2043
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxNewVersionService, decorators: [{
2044
2044
  type: Injectable,
2045
2045
  args: [{
2046
2046
  providedIn: 'root'
@@ -2185,10 +2185,10 @@ class MonkeyEcxConnectionService {
2185
2185
  if (this._idleTimeoutHandle)
2186
2186
  clearTimeout(this._idleTimeoutHandle);
2187
2187
  }
2188
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxConnectionService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable }); }
2189
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxConnectionService, providedIn: 'root' }); }
2188
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxConnectionService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable }); }
2189
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxConnectionService, providedIn: 'root' }); }
2190
2190
  }
2191
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxConnectionService, decorators: [{
2191
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxConnectionService, decorators: [{
2192
2192
  type: Injectable,
2193
2193
  args: [{ providedIn: 'root' }]
2194
2194
  }], ctorParameters: () => [{ type: i0.NgZone }] });
@@ -2301,10 +2301,10 @@ class MonkeyEcxRequestErrorService {
2301
2301
  }, timeout);
2302
2302
  this.handleNetworkBlock(error);
2303
2303
  }
2304
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxRequestErrorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2305
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxRequestErrorService, providedIn: 'root' }); }
2304
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxRequestErrorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2305
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxRequestErrorService, providedIn: 'root' }); }
2306
2306
  }
2307
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxRequestErrorService, decorators: [{
2307
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxRequestErrorService, decorators: [{
2308
2308
  type: Injectable,
2309
2309
  args: [{ providedIn: 'root' }]
2310
2310
  }] });
@@ -2410,10 +2410,10 @@ class MonkeyEcxRequestStateService {
2410
2410
  }
2411
2411
  return this.refreshSubject.pipe(take(1), switchMap(() => this.retryRequest(req, next)));
2412
2412
  }
2413
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxRequestStateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2414
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxRequestStateService, providedIn: 'root' }); }
2413
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxRequestStateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2414
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxRequestStateService, providedIn: 'root' }); }
2415
2415
  }
2416
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxRequestStateService, decorators: [{
2416
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxRequestStateService, decorators: [{
2417
2417
  type: Injectable,
2418
2418
  args: [{ providedIn: 'root' }]
2419
2419
  }] });
@@ -2532,10 +2532,10 @@ class MonkeyEcxService {
2532
2532
  options = this.getOptions(options);
2533
2533
  return this._http.delete(url, options || {});
2534
2534
  }
2535
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2536
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxService, providedIn: 'root' }); }
2535
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2536
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxService, providedIn: 'root' }); }
2537
2537
  }
2538
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxService, decorators: [{
2538
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxService, decorators: [{
2539
2539
  type: Injectable,
2540
2540
  args: [{
2541
2541
  providedIn: 'root'
@@ -2639,10 +2639,10 @@ class MonkeyEcxLocaleService {
2639
2639
  async apply() {
2640
2640
  await this.handleValidation();
2641
2641
  }
2642
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxLocaleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2643
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxLocaleService, providedIn: 'root' }); }
2642
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxLocaleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2643
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxLocaleService, providedIn: 'root' }); }
2644
2644
  }
2645
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxLocaleService, decorators: [{
2645
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxLocaleService, decorators: [{
2646
2646
  type: Injectable,
2647
2647
  args: [{
2648
2648
  providedIn: 'root'
@@ -2803,10 +2803,10 @@ class MonkeyEcxMaintenanceService {
2803
2803
  apply() {
2804
2804
  this.handleValidation();
2805
2805
  }
2806
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxMaintenanceService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2807
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxMaintenanceService, providedIn: 'root' }); }
2806
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxMaintenanceService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2807
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxMaintenanceService, providedIn: 'root' }); }
2808
2808
  }
2809
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxMaintenanceService, decorators: [{
2809
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxMaintenanceService, decorators: [{
2810
2810
  type: Injectable,
2811
2811
  args: [{
2812
2812
  providedIn: 'root'
@@ -2876,10 +2876,10 @@ class MonkeyEcxStyleGuideService {
2876
2876
  this.applyFonts(config);
2877
2877
  this.applyTheme(config);
2878
2878
  }
2879
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxStyleGuideService, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }
2880
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxStyleGuideService, providedIn: 'root' }); }
2879
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxStyleGuideService, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }
2880
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxStyleGuideService, providedIn: 'root' }); }
2881
2881
  }
2882
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxStyleGuideService, decorators: [{
2882
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxStyleGuideService, decorators: [{
2883
2883
  type: Injectable,
2884
2884
  args: [{
2885
2885
  providedIn: 'root'
@@ -2916,10 +2916,10 @@ class MonkeyEcxUpdateService {
2916
2916
  apply() {
2917
2917
  this.handleValidation();
2918
2918
  }
2919
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxUpdateService, deps: [{ token: i1$2.SwUpdate }], target: i0.ɵɵFactoryTarget.Injectable }); }
2920
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxUpdateService, providedIn: 'root' }); }
2919
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxUpdateService, deps: [{ token: i1$2.SwUpdate }], target: i0.ɵɵFactoryTarget.Injectable }); }
2920
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxUpdateService, providedIn: 'root' }); }
2921
2921
  }
2922
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxUpdateService, decorators: [{
2922
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxUpdateService, decorators: [{
2923
2923
  type: Injectable,
2924
2924
  args: [{
2925
2925
  providedIn: 'root'
@@ -3016,10 +3016,10 @@ class MonkeyEcxInitService {
3016
3016
  this._errorService.apply(e);
3017
3017
  }
3018
3018
  }
3019
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxInitService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3020
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxInitService, providedIn: 'root' }); }
3019
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxInitService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3020
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxInitService, providedIn: 'root' }); }
3021
3021
  }
3022
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxInitService, decorators: [{
3022
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxInitService, decorators: [{
3023
3023
  type: Injectable,
3024
3024
  args: [{ providedIn: 'root' }]
3025
3025
  }], ctorParameters: () => [] });
@@ -3064,10 +3064,10 @@ class LService {
3064
3064
  'decrypt'
3065
3065
  ]);
3066
3066
  }
3067
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: LService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3068
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: LService, providedIn: 'root' }); }
3067
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: LService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3068
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: LService, providedIn: 'root' }); }
3069
3069
  }
3070
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: LService, decorators: [{
3070
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: LService, decorators: [{
3071
3071
  type: Injectable,
3072
3072
  args: [{
3073
3073
  providedIn: 'root'
@@ -3151,8 +3151,8 @@ class MonkeyEcxScheduleService {
3151
3151
  });
3152
3152
  this._routerSubscription.unsubscribe();
3153
3153
  }
3154
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxScheduleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3155
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxScheduleService, providedIn: 'root' }); }
3154
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxScheduleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3155
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxScheduleService, providedIn: 'root' }); }
3156
3156
  }
3157
3157
  __decorate([
3158
3158
  MonkeyEcxCoreService({
@@ -3162,7 +3162,7 @@ __decorate([
3162
3162
  }
3163
3163
  })
3164
3164
  ], MonkeyEcxScheduleService.prototype, "startWithRequest", null);
3165
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxScheduleService, decorators: [{
3165
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxScheduleService, decorators: [{
3166
3166
  type: Injectable,
3167
3167
  args: [{ providedIn: 'root' }]
3168
3168
  }], propDecorators: { startWithRequest: [] } });
@@ -3195,10 +3195,10 @@ class MonkeyEcxLoggedHandleService {
3195
3195
  this.destroyToken();
3196
3196
  this.destroySchedule();
3197
3197
  }
3198
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxLoggedHandleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3199
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxLoggedHandleService, providedIn: 'root' }); }
3198
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxLoggedHandleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3199
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxLoggedHandleService, providedIn: 'root' }); }
3200
3200
  }
3201
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxLoggedHandleService, decorators: [{
3201
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxLoggedHandleService, decorators: [{
3202
3202
  type: Injectable,
3203
3203
  args: [{
3204
3204
  providedIn: 'root'
@@ -3477,8 +3477,8 @@ class MonkeyEcxAuthService {
3477
3477
  });
3478
3478
  localeService.apply();
3479
3479
  }
3480
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxAuthService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3481
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxAuthService, providedIn: 'root' }); }
3480
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxAuthService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3481
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxAuthService, providedIn: 'root' }); }
3482
3482
  }
3483
3483
  __decorate([
3484
3484
  MonkeyEcxCoreService({
@@ -3507,7 +3507,7 @@ __decorate([
3507
3507
  }
3508
3508
  })
3509
3509
  ], MonkeyEcxAuthService.prototype, "me", null);
3510
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxAuthService, decorators: [{
3510
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxAuthService, decorators: [{
3511
3511
  type: Injectable,
3512
3512
  args: [{ providedIn: 'root' }]
3513
3513
  }], propDecorators: { deleteToken: [], login: [], me: [] } });
@@ -3547,10 +3547,10 @@ class MonkeyEcxGlobalErrorHandler {
3547
3547
  // not to
3548
3548
  }
3549
3549
  }
3550
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxGlobalErrorHandler, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
3551
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxGlobalErrorHandler, providedIn: 'root' }); }
3550
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxGlobalErrorHandler, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
3551
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxGlobalErrorHandler, providedIn: 'root' }); }
3552
3552
  }
3553
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxGlobalErrorHandler, decorators: [{
3553
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxGlobalErrorHandler, decorators: [{
3554
3554
  type: Injectable,
3555
3555
  args: [{
3556
3556
  providedIn: 'root'
@@ -3609,10 +3609,10 @@ fill="#000000" stroke="none">
3609
3609
  </svg>
3610
3610
  `);
3611
3611
  }
3612
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxIconsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3613
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxIconsService, providedIn: 'root' }); }
3612
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxIconsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3613
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxIconsService, providedIn: 'root' }); }
3614
3614
  }
3615
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxIconsService, decorators: [{
3615
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxIconsService, decorators: [{
3616
3616
  type: Injectable,
3617
3617
  args: [{
3618
3618
  providedIn: 'root'
@@ -3945,10 +3945,10 @@ class MonkeyEcxFormValidationService {
3945
3945
  }
3946
3946
  });
3947
3947
  }
3948
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFormValidationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3949
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFormValidationService, providedIn: 'root' }); }
3948
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormValidationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3949
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormValidationService, providedIn: 'root' }); }
3950
3950
  }
3951
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFormValidationService, decorators: [{
3951
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormValidationService, decorators: [{
3952
3952
  type: Injectable,
3953
3953
  args: [{ providedIn: 'root' }]
3954
3954
  }] });
@@ -4077,10 +4077,10 @@ class MonkeyEcxErrorMessageDirective {
4077
4077
  ngOnDestroy() {
4078
4078
  this.sub?.unsubscribe();
4079
4079
  }
4080
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxErrorMessageDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
4081
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.0", type: MonkeyEcxErrorMessageDirective, isStandalone: true, selector: "[monkeyecxErrorMessage]", inputs: { errorMessage: ["monkeyecxErrorMessage", "errorMessage"] }, ngImport: i0 }); }
4080
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxErrorMessageDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
4081
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.6", type: MonkeyEcxErrorMessageDirective, isStandalone: true, selector: "[monkeyecxErrorMessage]", inputs: { errorMessage: ["monkeyecxErrorMessage", "errorMessage"] }, ngImport: i0 }); }
4082
4082
  }
4083
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxErrorMessageDirective, decorators: [{
4083
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxErrorMessageDirective, decorators: [{
4084
4084
  type: Directive,
4085
4085
  args: [{
4086
4086
  selector: '[monkeyecxErrorMessage]',
@@ -4130,10 +4130,10 @@ class MonkeyEcxFeatureByProgramDirective {
4130
4130
  ngOnInit() {
4131
4131
  this.init();
4132
4132
  }
4133
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFeatureByProgramDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4134
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.0", type: MonkeyEcxFeatureByProgramDirective, isStandalone: true, selector: "[monkeyecxFeatureByProgram]", inputs: { feature: "feature" }, ngImport: i0 }); }
4133
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFeatureByProgramDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4134
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.6", type: MonkeyEcxFeatureByProgramDirective, isStandalone: true, selector: "[monkeyecxFeatureByProgram]", inputs: { feature: "feature" }, ngImport: i0 }); }
4135
4135
  }
4136
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFeatureByProgramDirective, decorators: [{
4136
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFeatureByProgramDirective, decorators: [{
4137
4137
  type: Directive,
4138
4138
  args: [{
4139
4139
  selector: '[monkeyecxFeatureByProgram]'
@@ -4191,10 +4191,10 @@ class MonkeyEcxFeatureDirective {
4191
4191
  }
4192
4192
  });
4193
4193
  }
4194
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFeatureDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4195
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.0", type: MonkeyEcxFeatureDirective, isStandalone: true, selector: "[monkeyecxFeature]", inputs: { feature: ["featureName", "feature"] }, ngImport: i0 }); }
4194
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFeatureDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4195
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.6", type: MonkeyEcxFeatureDirective, isStandalone: true, selector: "[monkeyecxFeature]", inputs: { feature: ["featureName", "feature"] }, ngImport: i0 }); }
4196
4196
  }
4197
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFeatureDirective, decorators: [{
4197
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFeatureDirective, decorators: [{
4198
4198
  type: Directive,
4199
4199
  args: [{
4200
4200
  selector: '[monkeyecxFeature]'
@@ -4243,10 +4243,10 @@ class MonkeyEcxLoadingDirective {
4243
4243
  this._view = this.viewContainer.createEmbeddedView(this.templateRef);
4244
4244
  }
4245
4245
  }
4246
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxLoadingDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
4247
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.0", type: MonkeyEcxLoadingDirective, isStandalone: true, selector: "[monkeyecxLoading]", inputs: { monkeyecxLoading: "monkeyecxLoading", monkeyecxLoadingSize: "monkeyecxLoadingSize" }, usesOnChanges: true, ngImport: i0 }); }
4246
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxLoadingDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
4247
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.6", type: MonkeyEcxLoadingDirective, isStandalone: true, selector: "[monkeyecxLoading]", inputs: { monkeyecxLoading: "monkeyecxLoading", monkeyecxLoadingSize: "monkeyecxLoadingSize" }, usesOnChanges: true, ngImport: i0 }); }
4248
4248
  }
4249
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxLoadingDirective, decorators: [{
4249
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxLoadingDirective, decorators: [{
4250
4250
  type: Directive,
4251
4251
  args: [{
4252
4252
  selector: '[monkeyecxLoading]'
@@ -4315,10 +4315,10 @@ class MonkeyEcxSecurityDirective {
4315
4315
  this.changeDetectorRef.detectChanges();
4316
4316
  this.handleData();
4317
4317
  }
4318
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxSecurityDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4319
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.0", type: MonkeyEcxSecurityDirective, isStandalone: true, selector: "[monkeyecxSecurity]", inputs: { roles: ["securityRoles", "roles"], byExclusion: ["securityByExclusion", "byExclusion"] }, ngImport: i0 }); }
4318
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxSecurityDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4319
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.6", type: MonkeyEcxSecurityDirective, isStandalone: true, selector: "[monkeyecxSecurity]", inputs: { roles: ["securityRoles", "roles"], byExclusion: ["securityByExclusion", "byExclusion"] }, ngImport: i0 }); }
4320
4320
  }
4321
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxSecurityDirective, decorators: [{
4321
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxSecurityDirective, decorators: [{
4322
4322
  type: Directive,
4323
4323
  args: [{
4324
4324
  selector: '[monkeyecxSecurity]'
@@ -4686,10 +4686,10 @@ class MonkeyEcxAuthGuardCompany {
4686
4686
  this._authService.redirectLoginWelcomeBack();
4687
4687
  return false;
4688
4688
  }
4689
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxAuthGuardCompany, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
4690
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxAuthGuardCompany, providedIn: 'root' }); }
4689
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxAuthGuardCompany, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
4690
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxAuthGuardCompany, providedIn: 'root' }); }
4691
4691
  }
4692
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxAuthGuardCompany, decorators: [{
4692
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxAuthGuardCompany, decorators: [{
4693
4693
  type: Injectable,
4694
4694
  args: [{ providedIn: 'root' }]
4695
4695
  }] });
@@ -4709,10 +4709,10 @@ class MonkeyEcxAuthGuardLogin {
4709
4709
  }
4710
4710
  return true;
4711
4711
  }
4712
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxAuthGuardLogin, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
4713
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxAuthGuardLogin, providedIn: 'root' }); }
4712
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxAuthGuardLogin, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
4713
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxAuthGuardLogin, providedIn: 'root' }); }
4714
4714
  }
4715
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxAuthGuardLogin, decorators: [{
4715
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxAuthGuardLogin, decorators: [{
4716
4716
  type: Injectable,
4717
4717
  args: [{ providedIn: 'root' }]
4718
4718
  }] });
@@ -4780,10 +4780,10 @@ class MonkeyEcxAuthGuardByRole {
4780
4780
  }
4781
4781
  return true;
4782
4782
  }
4783
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxAuthGuardByRole, deps: [{ token: MonkeyEcxTokenStorageService }, { token: i2.Router }], target: i0.ɵɵFactoryTarget.Injectable }); }
4784
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxAuthGuardByRole, providedIn: 'root' }); }
4783
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxAuthGuardByRole, deps: [{ token: MonkeyEcxTokenStorageService }, { token: i2.Router }], target: i0.ɵɵFactoryTarget.Injectable }); }
4784
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxAuthGuardByRole, providedIn: 'root' }); }
4785
4785
  }
4786
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxAuthGuardByRole, decorators: [{
4786
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxAuthGuardByRole, decorators: [{
4787
4787
  type: Injectable,
4788
4788
  args: [{
4789
4789
  providedIn: 'root'
@@ -4801,10 +4801,10 @@ class MonkeyEcxAuthGuard {
4801
4801
  this._authService.redirectLoginWelcomeBack();
4802
4802
  return false;
4803
4803
  }
4804
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxAuthGuard, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
4805
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxAuthGuard, providedIn: 'root' }); }
4804
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxAuthGuard, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
4805
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxAuthGuard, providedIn: 'root' }); }
4806
4806
  }
4807
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxAuthGuard, decorators: [{
4807
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxAuthGuard, decorators: [{
4808
4808
  type: Injectable,
4809
4809
  args: [{
4810
4810
  providedIn: 'root'
@@ -4900,11 +4900,11 @@ class MonkeyEcxCoreModule {
4900
4900
  ]
4901
4901
  };
4902
4902
  }
4903
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
4904
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxCoreModule, imports: [CommonModule] }); }
4905
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxCoreModule, imports: [CommonModule] }); }
4903
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
4904
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxCoreModule, imports: [CommonModule] }); }
4905
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxCoreModule, imports: [CommonModule] }); }
4906
4906
  }
4907
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxCoreModule, decorators: [{
4907
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxCoreModule, decorators: [{
4908
4908
  type: NgModule,
4909
4909
  args: [{
4910
4910
  imports: [CommonModule]
@@ -4927,10 +4927,10 @@ class MonkeyEcxBlobSecurePipe {
4927
4927
  return this._sanitizer.bypassSecurityTrustUrl(URL.createObjectURL(val));
4928
4928
  }));
4929
4929
  }
4930
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxBlobSecurePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4931
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxBlobSecurePipe, isStandalone: false, name: "monkeyecxBlobSecure" }); }
4930
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxBlobSecurePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4931
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxBlobSecurePipe, isStandalone: false, name: "monkeyecxBlobSecure" }); }
4932
4932
  }
4933
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxBlobSecurePipe, decorators: [{
4933
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxBlobSecurePipe, decorators: [{
4934
4934
  type: Pipe,
4935
4935
  args: [{
4936
4936
  name: 'monkeyecxBlobSecure',
@@ -4957,10 +4957,10 @@ class MonkeyEcxCurrencyCodePipe {
4957
4957
  }[currency];
4958
4958
  return `${value} (${type === 'symbol' ? symbol : currency})`;
4959
4959
  }
4960
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxCurrencyCodePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4961
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxCurrencyCodePipe, isStandalone: false, name: "monkeyecxCurrencyCode" }); }
4960
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxCurrencyCodePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4961
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxCurrencyCodePipe, isStandalone: false, name: "monkeyecxCurrencyCode" }); }
4962
4962
  }
4963
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxCurrencyCodePipe, decorators: [{
4963
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxCurrencyCodePipe, decorators: [{
4964
4964
  type: Pipe,
4965
4965
  args: [{
4966
4966
  name: 'monkeyecxCurrencyCode',
@@ -4979,10 +4979,10 @@ class MonkeyEcxDisplayFirstNamePipe {
4979
4979
  return '';
4980
4980
  return MonkeyEcxUtils.cutFirstLastName(name);
4981
4981
  }
4982
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxDisplayFirstNamePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4983
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxDisplayFirstNamePipe, isStandalone: false, name: "monkeyecxDisplayFirstName" }); }
4982
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxDisplayFirstNamePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4983
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxDisplayFirstNamePipe, isStandalone: false, name: "monkeyecxDisplayFirstName" }); }
4984
4984
  }
4985
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxDisplayFirstNamePipe, decorators: [{
4985
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxDisplayFirstNamePipe, decorators: [{
4986
4986
  type: Pipe,
4987
4987
  args: [{
4988
4988
  name: 'monkeyecxDisplayFirstName',
@@ -5003,10 +5003,10 @@ class MonkeyEcxDisplayInitialsPipe {
5003
5003
  const second = MonkeyEcxUtils.cutFirstLastName(name, 'last');
5004
5004
  return `${first?.charAt(0)} ${second?.charAt(0)}`;
5005
5005
  }
5006
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxDisplayInitialsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5007
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxDisplayInitialsPipe, isStandalone: false, name: "monkeyecxDisplayInitials" }); }
5006
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxDisplayInitialsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5007
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxDisplayInitialsPipe, isStandalone: false, name: "monkeyecxDisplayInitials" }); }
5008
5008
  }
5009
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxDisplayInitialsPipe, decorators: [{
5009
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxDisplayInitialsPipe, decorators: [{
5010
5010
  type: Pipe,
5011
5011
  args: [{
5012
5012
  name: 'monkeyecxDisplayInitials',
@@ -5027,10 +5027,10 @@ class MonkeyEcxFormatAddressPipe {
5027
5027
  })
5028
5028
  .join(', ');
5029
5029
  }
5030
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFormatAddressPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5031
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFormatAddressPipe, isStandalone: false, name: "monkeyecxFormatAddress" }); }
5030
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatAddressPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5031
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatAddressPipe, isStandalone: false, name: "monkeyecxFormatAddress" }); }
5032
5032
  }
5033
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFormatAddressPipe, decorators: [{
5033
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatAddressPipe, decorators: [{
5034
5034
  type: Pipe,
5035
5035
  args: [{
5036
5036
  name: 'monkeyecxFormatAddress',
@@ -5069,10 +5069,10 @@ class MonkeyEcxFormatBeaufityJSONPipe {
5069
5069
  .replace(/>/g, '&gt;')
5070
5070
  .replace(jsonLine, replacer);
5071
5071
  }
5072
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFormatBeaufityJSONPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5073
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFormatBeaufityJSONPipe, isStandalone: false, name: "monkeyecxFormatBeautifyJSON" }); }
5072
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatBeaufityJSONPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5073
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatBeaufityJSONPipe, isStandalone: false, name: "monkeyecxFormatBeautifyJSON" }); }
5074
5074
  }
5075
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFormatBeaufityJSONPipe, decorators: [{
5075
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatBeaufityJSONPipe, decorators: [{
5076
5076
  type: Pipe,
5077
5077
  args: [{
5078
5078
  name: 'monkeyecxFormatBeautifyJSON',
@@ -5108,10 +5108,10 @@ class MonkeyEcxFormatCurrencyPipe {
5108
5108
  }
5109
5109
  return value;
5110
5110
  }
5111
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFormatCurrencyPipe, deps: [{ token: i1$3.CurrencyPipe }], target: i0.ɵɵFactoryTarget.Pipe }); }
5112
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFormatCurrencyPipe, isStandalone: false, name: "monkeyecxFormatCurrency" }); }
5111
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatCurrencyPipe, deps: [{ token: i1$3.CurrencyPipe }], target: i0.ɵɵFactoryTarget.Pipe }); }
5112
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatCurrencyPipe, isStandalone: false, name: "monkeyecxFormatCurrency" }); }
5113
5113
  }
5114
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFormatCurrencyPipe, decorators: [{
5114
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatCurrencyPipe, decorators: [{
5115
5115
  type: Pipe,
5116
5116
  args: [{
5117
5117
  name: 'monkeyecxFormatCurrency',
@@ -5135,10 +5135,10 @@ class MonkeyEcxFormatDatePipe {
5135
5135
  }
5136
5136
  return this.dt.transform(date, format, this._timezone.toString());
5137
5137
  }
5138
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFormatDatePipe, deps: [{ token: i1$3.DatePipe }], target: i0.ɵɵFactoryTarget.Pipe }); }
5139
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFormatDatePipe, isStandalone: false, name: "monkeyecxFormatDate" }); }
5138
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatDatePipe, deps: [{ token: i1$3.DatePipe }], target: i0.ɵɵFactoryTarget.Pipe }); }
5139
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatDatePipe, isStandalone: false, name: "monkeyecxFormatDate" }); }
5140
5140
  }
5141
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFormatDatePipe, decorators: [{
5141
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatDatePipe, decorators: [{
5142
5142
  type: Pipe,
5143
5143
  args: [{
5144
5144
  name: 'monkeyecxFormatDate',
@@ -5161,10 +5161,10 @@ class MonkeyEcxFormatDocumentPipe {
5161
5161
  }
5162
5162
  return MonkeyEcxUtils.formatDocumentWithMask(document, withType, this._country);
5163
5163
  }
5164
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFormatDocumentPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5165
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFormatDocumentPipe, isStandalone: false, name: "monkeyecxFormatDocument" }); }
5164
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatDocumentPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5165
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatDocumentPipe, isStandalone: false, name: "monkeyecxFormatDocument" }); }
5166
5166
  }
5167
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFormatDocumentPipe, decorators: [{
5167
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatDocumentPipe, decorators: [{
5168
5168
  type: Pipe,
5169
5169
  args: [{
5170
5170
  name: 'monkeyecxFormatDocument',
@@ -5183,10 +5183,10 @@ class MonkeyEcxFormatNumberPipe {
5183
5183
  return '';
5184
5184
  return formatNumber(Number(number), 'ptbr');
5185
5185
  }
5186
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFormatNumberPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5187
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFormatNumberPipe, isStandalone: false, name: "monkeyecxFormatNumber" }); }
5186
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatNumberPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5187
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatNumberPipe, isStandalone: false, name: "monkeyecxFormatNumber" }); }
5188
5188
  }
5189
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFormatNumberPipe, decorators: [{
5189
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatNumberPipe, decorators: [{
5190
5190
  type: Pipe,
5191
5191
  args: [{
5192
5192
  name: 'monkeyecxFormatNumber',
@@ -5229,10 +5229,10 @@ class MonkeyEcxFormatPhonePipe {
5229
5229
  }
5230
5230
  return '';
5231
5231
  }
5232
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFormatPhonePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5233
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFormatPhonePipe, isStandalone: false, name: "monkeyecxFormatPhone" }); }
5232
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatPhonePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5233
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatPhonePipe, isStandalone: false, name: "monkeyecxFormatPhone" }); }
5234
5234
  }
5235
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFormatPhonePipe, decorators: [{
5235
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatPhonePipe, decorators: [{
5236
5236
  type: Pipe,
5237
5237
  args: [{
5238
5238
  name: 'monkeyecxFormatPhone',
@@ -5252,10 +5252,10 @@ class MonkeyEcxFormatSizePipe {
5252
5252
  const sizeNum = Number(size);
5253
5253
  return MonkeyEcxUtils.formatFileSize(sizeNum);
5254
5254
  }
5255
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFormatSizePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5256
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFormatSizePipe, isStandalone: false, name: "monkeyecxFormatSize" }); }
5255
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatSizePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5256
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatSizePipe, isStandalone: false, name: "monkeyecxFormatSize" }); }
5257
5257
  }
5258
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFormatSizePipe, decorators: [{
5258
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatSizePipe, decorators: [{
5259
5259
  type: Pipe,
5260
5260
  args: [{
5261
5261
  name: 'monkeyecxFormatSize',
@@ -5278,10 +5278,10 @@ class MonkeyEcxFormatTaxPipe {
5278
5278
  maximumFractionDigits: decimalDigits
5279
5279
  })} %`;
5280
5280
  }
5281
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFormatTaxPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5282
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFormatTaxPipe, isStandalone: false, name: "monkeyecxFormatTax" }); }
5281
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatTaxPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5282
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatTaxPipe, isStandalone: false, name: "monkeyecxFormatTax" }); }
5283
5283
  }
5284
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFormatTaxPipe, decorators: [{
5284
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatTaxPipe, decorators: [{
5285
5285
  type: Pipe,
5286
5286
  args: [{
5287
5287
  name: 'monkeyecxFormatTax',
@@ -5303,10 +5303,10 @@ class MonkeyEcxFormatDocumentTypePipe {
5303
5303
  return '';
5304
5304
  return MonkeyEcxUtils.getDocumentType(document, this._country);
5305
5305
  }
5306
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFormatDocumentTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5307
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFormatDocumentTypePipe, isStandalone: false, name: "monkeyecxFormatDocumentType" }); }
5306
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatDocumentTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5307
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatDocumentTypePipe, isStandalone: false, name: "monkeyecxFormatDocumentType" }); }
5308
5308
  }
5309
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFormatDocumentTypePipe, decorators: [{
5309
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatDocumentTypePipe, decorators: [{
5310
5310
  type: Pipe,
5311
5311
  args: [{
5312
5312
  name: 'monkeyecxFormatDocumentType',
@@ -5325,10 +5325,10 @@ class MonkeyEcxFormatValue {
5325
5325
  return '';
5326
5326
  return number;
5327
5327
  }
5328
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFormatValue, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5329
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFormatValue, isStandalone: false, name: "monkeyecxFormatValue" }); }
5328
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatValue, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5329
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatValue, isStandalone: false, name: "monkeyecxFormatValue" }); }
5330
5330
  }
5331
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFormatValue, decorators: [{
5331
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatValue, decorators: [{
5332
5332
  type: Pipe,
5333
5333
  args: [{
5334
5334
  name: 'monkeyecxFormatValue',
@@ -5347,10 +5347,10 @@ class MonkeyEcxFormatZipCodePipe {
5347
5347
  return '';
5348
5348
  return MonkeyEcxUtils.formatZipCode(zipCode);
5349
5349
  }
5350
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFormatZipCodePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5351
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFormatZipCodePipe, isStandalone: false, name: "monkeyecxFormatZipCode" }); }
5350
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatZipCodePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5351
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatZipCodePipe, isStandalone: false, name: "monkeyecxFormatZipCode" }); }
5352
5352
  }
5353
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFormatZipCodePipe, decorators: [{
5353
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatZipCodePipe, decorators: [{
5354
5354
  type: Pipe,
5355
5355
  args: [{
5356
5356
  name: 'monkeyecxFormatZipCode',
@@ -5374,10 +5374,10 @@ class MonkeyEcxTextTruncatePipe {
5374
5374
  const right = text.length - left + 1;
5375
5375
  return `${text.substr(0, left)} ${midChar} ${text.substring(right)}`;
5376
5376
  }
5377
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxTextTruncatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5378
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxTextTruncatePipe, isStandalone: false, name: "monkeyecxTextTruncate" }); }
5377
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxTextTruncatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5378
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxTextTruncatePipe, isStandalone: false, name: "monkeyecxTextTruncate" }); }
5379
5379
  }
5380
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxTextTruncatePipe, decorators: [{
5380
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxTextTruncatePipe, decorators: [{
5381
5381
  type: Pipe,
5382
5382
  args: [{
5383
5383
  name: 'monkeyecxTextTruncate',
@@ -5394,10 +5394,10 @@ class MonkeyEcxTruncateQtdPipe {
5394
5394
  transform(number, threshold) {
5395
5395
  return `${number > threshold ? `${threshold}+` : number}`;
5396
5396
  }
5397
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxTruncateQtdPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5398
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxTruncateQtdPipe, isStandalone: false, name: "monkeyecxTruncateQtd" }); }
5397
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxTruncateQtdPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5398
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxTruncateQtdPipe, isStandalone: false, name: "monkeyecxTruncateQtd" }); }
5399
5399
  }
5400
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxTruncateQtdPipe, decorators: [{
5400
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxTruncateQtdPipe, decorators: [{
5401
5401
  type: Pipe,
5402
5402
  args: [{
5403
5403
  name: 'monkeyecxTruncateQtd',
@@ -5411,8 +5411,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
5411
5411
  * MIT Licence
5412
5412
  ************************* */
5413
5413
  class MonkeyEcxPipesModule {
5414
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxPipesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
5415
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxPipesModule, declarations: [MonkeyEcxBlobSecurePipe,
5414
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxPipesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
5415
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxPipesModule, declarations: [MonkeyEcxBlobSecurePipe,
5416
5416
  MonkeyEcxDisplayFirstNamePipe,
5417
5417
  MonkeyEcxDisplayInitialsPipe,
5418
5418
  MonkeyEcxFormatAddressPipe,
@@ -5447,9 +5447,9 @@ class MonkeyEcxPipesModule {
5447
5447
  MonkeyEcxTextTruncatePipe,
5448
5448
  MonkeyEcxTruncateQtdPipe,
5449
5449
  MonkeyEcxFormatDatePipe] }); }
5450
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxPipesModule, providers: [CurrencyPipe, DatePipe] }); }
5450
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxPipesModule, providers: [CurrencyPipe, DatePipe] }); }
5451
5451
  }
5452
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxPipesModule, decorators: [{
5452
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxPipesModule, decorators: [{
5453
5453
  type: NgModule,
5454
5454
  args: [{
5455
5455
  declarations: [
@@ -5509,11 +5509,19 @@ function provideDomainServiceWorker(workerUrl) {
5509
5509
  });
5510
5510
  }
5511
5511
 
5512
+ const initialControl = {
5513
+ isLoading: true,
5514
+ isExporting: false,
5515
+ isDeleting: false,
5516
+ isDownloading: false,
5517
+ isSubmiting: false
5518
+ };
5512
5519
  class MonkeyEcxBaseResolver {
5513
5520
  constructor() {
5514
5521
  this.router = inject(Router);
5515
5522
  this.paramsSubject = new BehaviorSubject({});
5516
5523
  this.params$ = this.paramsSubject.asObservable();
5524
+ this.control = signal(initialControl, ...(ngDevMode ? [{ debugName: "control" }] : []));
5517
5525
  }
5518
5526
  get pathParams() {
5519
5527
  return this.paramsSubject.value.pathParams;
@@ -5558,13 +5566,15 @@ class MonkeyEcxI18nResolver {
5558
5566
  this._injector = inject(Injector);
5559
5567
  this._localeId = injectTokenWithWarning(LOCALE_ID, 'LOCALE_ID');
5560
5568
  this._bootstrapService = injectTokenWithWarning(MECX_BOOTSTRAP_SERVICE, 'MECX_BOOTSTRAP_SERVICE');
5569
+ this._i18nPath = injectTokenWithWarning(MECX_I18N_PATH, 'MECX_I18N_PATH');
5570
+ this._i18nAlias = injectTokenWithWarning(MECX_I18N_ALIAS, 'MECX_I18N_ALIAS');
5561
5571
  this._tokenStorageService = inject(MonkeyEcxTokenStorageService);
5562
5572
  // not to do
5563
5573
  }
5564
5574
  resolve() {
5565
5575
  const service = this._injector.get(MonkeyEcxService);
5566
5576
  const locale = this._tokenStorageService.getMe()?.locale || this._localeId;
5567
- const path = this.getPath();
5577
+ const path = this._i18nPath;
5568
5578
  const host = this.getHost();
5569
5579
  const url = [host || '', `assets/${path}/i18n/${locale}.json`].join(host ? '/' : '');
5570
5580
  const cacheKey = `${path}/${locale}`;
@@ -5575,7 +5585,7 @@ class MonkeyEcxI18nResolver {
5575
5585
  }
5576
5586
  return service.get(url).pipe(map((translations) => {
5577
5587
  this._bootstrapService.handleI18N(locale, {
5578
- [this.getAlias()]: translations.data
5588
+ [this._i18nAlias]: translations.data
5579
5589
  });
5580
5590
  MonkeyEcxI18nResolver._loadedPaths.set(cacheKey, now);
5581
5591
  return true;
@@ -5586,10 +5596,10 @@ class MonkeyEcxI18nResolver {
5586
5596
  getHost() {
5587
5597
  return '';
5588
5598
  }
5589
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxI18nResolver, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
5590
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxI18nResolver, providedIn: 'root' }); }
5599
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxI18nResolver, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
5600
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxI18nResolver, providedIn: 'root' }); }
5591
5601
  }
5592
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxI18nResolver, decorators: [{
5602
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxI18nResolver, decorators: [{
5593
5603
  type: Injectable,
5594
5604
  args: [{ providedIn: 'root' }]
5595
5605
  }], ctorParameters: () => [] });
@@ -5648,10 +5658,10 @@ class MonkeyEcxFileCacheService {
5648
5658
  clear() {
5649
5659
  this.cache.clear();
5650
5660
  }
5651
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFileCacheService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
5652
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFileCacheService, providedIn: 'root' }); }
5661
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFileCacheService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
5662
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFileCacheService, providedIn: 'root' }); }
5653
5663
  }
5654
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxFileCacheService, decorators: [{
5664
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFileCacheService, decorators: [{
5655
5665
  type: Injectable,
5656
5666
  args: [{
5657
5667
  providedIn: 'root'
@@ -5703,10 +5713,10 @@ class MonkeyEcxDiscoveryParamsService {
5703
5713
  found = this.getData(param);
5704
5714
  return found;
5705
5715
  }
5706
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxDiscoveryParamsService, deps: [{ token: i2.Router }], target: i0.ɵɵFactoryTarget.Injectable }); }
5707
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxDiscoveryParamsService, providedIn: 'root' }); }
5716
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxDiscoveryParamsService, deps: [{ token: i2.Router }], target: i0.ɵɵFactoryTarget.Injectable }); }
5717
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxDiscoveryParamsService, providedIn: 'root' }); }
5708
5718
  }
5709
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MonkeyEcxDiscoveryParamsService, decorators: [{
5719
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxDiscoveryParamsService, decorators: [{
5710
5720
  type: Injectable,
5711
5721
  args: [{
5712
5722
  providedIn: 'root'
@@ -5723,5 +5733,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
5723
5733
  * Generated bundle index. Do not edit.
5724
5734
  */
5725
5735
 
5726
- export { CACHE_LOCALE_EXPIRATION_MS, CountryMasks, LService, Link, MECX_ALPHA, MECX_BETA, MECX_BOOTSTRAP_SERVICE, MECX_CORE_I18N_WRAPPER, MECX_COUNTRY, MECX_DATE_FORMAT, MECX_REDIRECT_LOGIN_WELCOMEBACK_STRATEGY, MECX_REFRESH_TOKEN_STRATEGY, MECX_REQUEST_ID, MECX_TIMEZONEOFFSET, MonkeyEcxAuthGuard, MonkeyEcxAuthGuardByRole, MonkeyEcxAuthGuardCompany, MonkeyEcxAuthGuardLogin, MonkeyEcxBaseResolver, MonkeyEcxBlobSecurePipe, MonkeyEcxCommonsActions, MonkeyEcxCommonsSelectors, MonkeyEcxCommonsStoreService, MonkeyEcxConfigsService, MonkeyEcxCookieStorageService, MonkeyEcxCoreModule, MonkeyEcxCoreService, MonkeyEcxCurrencyCodePipe, MonkeyEcxDatadogService, MonkeyEcxDiscoveryParamsService, MonkeyEcxDisplayFirstNamePipe, MonkeyEcxDisplayInitialsPipe, MonkeyEcxErrorMessageDirective, MonkeyEcxFeatureByProgramDirective, MonkeyEcxFeatureDirective, MonkeyEcxFeatureToggleService, MonkeyEcxFileCacheService, MonkeyEcxFormValidationService, MonkeyEcxFormatAddressPipe, MonkeyEcxFormatBeaufityJSONPipe, MonkeyEcxFormatCurrencyPipe, MonkeyEcxFormatDatePipe, MonkeyEcxFormatDocumentPipe, MonkeyEcxFormatDocumentTypePipe, MonkeyEcxFormatNumberPipe, MonkeyEcxFormatPhonePipe, MonkeyEcxFormatSizePipe, MonkeyEcxFormatTaxPipe, MonkeyEcxFormatValue, MonkeyEcxFormatZipCodePipe, MonkeyEcxI18nResolver, MonkeyEcxLinksModel, MonkeyEcxLoadingDirective, MonkeyEcxLocaleService, MonkeyEcxLoggedHandleService, MonkeyEcxLogs, MonkeyEcxModel, MonkeyEcxPipesModule, MonkeyEcxScheduleService, MonkeyEcxSecurityDirective, MonkeyEcxService, MonkeyEcxTextTruncatePipe, MonkeyEcxTokenStorageService, MonkeyEcxTruncateQtdPipe, MonkeyEcxUtils, MonkeyValidators, comboValidator, containsNumber, dateRangeValidator, dateStartEndValidator, dateValidator, differentFromZero, documentValidator, documentValidatorByType, emailValidator, injectTokenWithWarning, minYearsValidator, monkeyEcxHttpConfigInterceptor, passwordConfirmValidator, provideDomainServiceWorker, registerValidator, requiredWithTrimValidator, index as storage, index$1 as store, trueValidator, urlValidator, validateFullName, valueGreaterThanZero, zipCodeValidator };
5736
+ export { CACHE_LOCALE_EXPIRATION_MS, CountryMasks, LService, Link, MECX_ALPHA, MECX_BETA, MECX_BOOTSTRAP_SERVICE, MECX_CORE_I18N_WRAPPER, MECX_COUNTRY, MECX_DATE_FORMAT, MECX_I18N_ALIAS, MECX_I18N_PATH, MECX_REDIRECT_LOGIN_WELCOMEBACK_STRATEGY, MECX_REFRESH_TOKEN_STRATEGY, MECX_REQUEST_ID, MECX_TIMEZONEOFFSET, MonkeyEcxAuthGuard, MonkeyEcxAuthGuardByRole, MonkeyEcxAuthGuardCompany, MonkeyEcxAuthGuardLogin, MonkeyEcxBaseResolver, MonkeyEcxBlobSecurePipe, MonkeyEcxCommonsActions, MonkeyEcxCommonsSelectors, MonkeyEcxCommonsStoreService, MonkeyEcxConfigsService, MonkeyEcxCookieStorageService, MonkeyEcxCoreModule, MonkeyEcxCoreService, MonkeyEcxCurrencyCodePipe, MonkeyEcxDatadogService, MonkeyEcxDiscoveryParamsService, MonkeyEcxDisplayFirstNamePipe, MonkeyEcxDisplayInitialsPipe, MonkeyEcxErrorMessageDirective, MonkeyEcxFeatureByProgramDirective, MonkeyEcxFeatureDirective, MonkeyEcxFeatureToggleService, MonkeyEcxFileCacheService, MonkeyEcxFormValidationService, MonkeyEcxFormatAddressPipe, MonkeyEcxFormatBeaufityJSONPipe, MonkeyEcxFormatCurrencyPipe, MonkeyEcxFormatDatePipe, MonkeyEcxFormatDocumentPipe, MonkeyEcxFormatDocumentTypePipe, MonkeyEcxFormatNumberPipe, MonkeyEcxFormatPhonePipe, MonkeyEcxFormatSizePipe, MonkeyEcxFormatTaxPipe, MonkeyEcxFormatValue, MonkeyEcxFormatZipCodePipe, MonkeyEcxI18nResolver, MonkeyEcxLinksModel, MonkeyEcxLoadingDirective, MonkeyEcxLocaleService, MonkeyEcxLoggedHandleService, MonkeyEcxLogs, MonkeyEcxModel, MonkeyEcxPipesModule, MonkeyEcxScheduleService, MonkeyEcxSecurityDirective, MonkeyEcxService, MonkeyEcxTextTruncatePipe, MonkeyEcxTokenStorageService, MonkeyEcxTruncateQtdPipe, MonkeyEcxUtils, MonkeyValidators, comboValidator, containsNumber, dateRangeValidator, dateStartEndValidator, dateValidator, differentFromZero, documentValidator, documentValidatorByType, emailValidator, injectTokenWithWarning, minYearsValidator, monkeyEcxHttpConfigInterceptor, passwordConfirmValidator, provideDomainServiceWorker, registerValidator, requiredWithTrimValidator, index as storage, index$1 as store, trueValidator, urlValidator, validateFullName, valueGreaterThanZero, zipCodeValidator };
5727
5737
  //# sourceMappingURL=monkey-front-core.mjs.map