monkey-front-core 21.2.0 → 21.2.2
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.
|
@@ -126,10 +126,10 @@ class MonkeyEcxCookieStorageService {
|
|
|
126
126
|
console.error('MonkeyEcxCookieStorageService -> setCookie', err);
|
|
127
127
|
}
|
|
128
128
|
}
|
|
129
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
130
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
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' }); }
|
|
131
131
|
}
|
|
132
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
132
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxCookieStorageService, decorators: [{
|
|
133
133
|
type: Injectable,
|
|
134
134
|
args: [{
|
|
135
135
|
providedIn: 'root'
|
|
@@ -251,7 +251,7 @@ var monkeyecxSeeder_reducer = /*#__PURE__*/Object.freeze({
|
|
|
251
251
|
* This style guide was developed by Monkey Exchange Team
|
|
252
252
|
* MIT Licence
|
|
253
253
|
************************* */
|
|
254
|
-
const
|
|
254
|
+
const featureName = 'mecx-core-storage';
|
|
255
255
|
const initialState = {
|
|
256
256
|
control: {
|
|
257
257
|
isLoading: false
|
|
@@ -302,7 +302,7 @@ const reducer = createReducer(initialState, on(clear, (state) => {
|
|
|
302
302
|
|
|
303
303
|
var monkeyecxStorage_reducer = /*#__PURE__*/Object.freeze({
|
|
304
304
|
__proto__: null,
|
|
305
|
-
|
|
305
|
+
featureName: featureName,
|
|
306
306
|
initialState: initialState,
|
|
307
307
|
reducer: reducer
|
|
308
308
|
});
|
|
@@ -324,11 +324,13 @@ var index$3 = /*#__PURE__*/Object.freeze({
|
|
|
324
324
|
* This style guide was developed by Monkey Exchange Team
|
|
325
325
|
* MIT Licence
|
|
326
326
|
************************* */
|
|
327
|
-
const selectState = createFeatureSelector(
|
|
327
|
+
const selectState = createFeatureSelector(featureName);
|
|
328
328
|
const select = createSelector(selectState, (state) => {
|
|
329
329
|
return state.data;
|
|
330
330
|
});
|
|
331
|
-
const selectUser = createSelector(selectState, (state) =>
|
|
331
|
+
const selectUser = createSelector(selectState, (state) => {
|
|
332
|
+
return state.data;
|
|
333
|
+
});
|
|
332
334
|
const selectControl = createSelector(selectState, (state) => {
|
|
333
335
|
return state.control;
|
|
334
336
|
});
|
|
@@ -535,10 +537,10 @@ class MonkeyEcxTokenStorageService {
|
|
|
535
537
|
}));
|
|
536
538
|
}
|
|
537
539
|
}
|
|
538
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
539
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
540
|
+
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 }); }
|
|
541
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxTokenStorageService, providedIn: 'root' }); }
|
|
540
542
|
}
|
|
541
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
543
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxTokenStorageService, decorators: [{
|
|
542
544
|
type: Injectable,
|
|
543
545
|
args: [{
|
|
544
546
|
providedIn: 'root'
|
|
@@ -1320,10 +1322,10 @@ class MonkeyEcxConfigsService {
|
|
|
1320
1322
|
}
|
|
1321
1323
|
return null;
|
|
1322
1324
|
}
|
|
1323
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1324
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
1325
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxConfigsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1326
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxConfigsService, providedIn: 'root' }); }
|
|
1325
1327
|
}
|
|
1326
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1328
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxConfigsService, decorators: [{
|
|
1327
1329
|
type: Injectable,
|
|
1328
1330
|
args: [{
|
|
1329
1331
|
providedIn: 'root'
|
|
@@ -1481,10 +1483,10 @@ class MonkeyEcxAlertsService {
|
|
|
1481
1483
|
apply() {
|
|
1482
1484
|
this.handleValidation();
|
|
1483
1485
|
}
|
|
1484
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1485
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
1486
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxAlertsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1487
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxAlertsService, providedIn: 'root' }); }
|
|
1486
1488
|
}
|
|
1487
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1489
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxAlertsService, decorators: [{
|
|
1488
1490
|
type: Injectable,
|
|
1489
1491
|
args: [{
|
|
1490
1492
|
providedIn: 'root'
|
|
@@ -1626,10 +1628,10 @@ Using this console can allow attackers to pass through you and retrieve your inf
|
|
|
1626
1628
|
return data[locale]?.[key] ?? null;
|
|
1627
1629
|
}));
|
|
1628
1630
|
}
|
|
1629
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1630
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
1631
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyDictionaryService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1632
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyDictionaryService, providedIn: 'root' }); }
|
|
1631
1633
|
}
|
|
1632
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1634
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyDictionaryService, decorators: [{
|
|
1633
1635
|
type: Injectable,
|
|
1634
1636
|
args: [{
|
|
1635
1637
|
providedIn: 'root'
|
|
@@ -1674,10 +1676,10 @@ class MonkeyEcxSecurityConsoleService {
|
|
|
1674
1676
|
this.handleValidation();
|
|
1675
1677
|
}, 300);
|
|
1676
1678
|
}
|
|
1677
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1678
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
1679
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxSecurityConsoleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1680
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxSecurityConsoleService, providedIn: 'root' }); }
|
|
1679
1681
|
}
|
|
1680
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1682
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxSecurityConsoleService, decorators: [{
|
|
1681
1683
|
type: Injectable,
|
|
1682
1684
|
args: [{
|
|
1683
1685
|
providedIn: 'root'
|
|
@@ -1783,10 +1785,10 @@ class MonkeyEcxDatadogService {
|
|
|
1783
1785
|
apply() {
|
|
1784
1786
|
this.handleValidation();
|
|
1785
1787
|
}
|
|
1786
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1787
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
1788
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxDatadogService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1789
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxDatadogService, providedIn: 'root' }); }
|
|
1788
1790
|
}
|
|
1789
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1791
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxDatadogService, decorators: [{
|
|
1790
1792
|
type: Injectable,
|
|
1791
1793
|
args: [{
|
|
1792
1794
|
providedIn: 'root'
|
|
@@ -1932,10 +1934,10 @@ class MonkeyEcxErrorService {
|
|
|
1932
1934
|
apply(e) {
|
|
1933
1935
|
this.handleValidation(e);
|
|
1934
1936
|
}
|
|
1935
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1936
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
1937
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxErrorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1938
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxErrorService, providedIn: 'root' }); }
|
|
1937
1939
|
}
|
|
1938
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1940
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxErrorService, decorators: [{
|
|
1939
1941
|
type: Injectable,
|
|
1940
1942
|
args: [{
|
|
1941
1943
|
providedIn: 'root'
|
|
@@ -2004,10 +2006,10 @@ class MonkeyEcxFeatureToggleService {
|
|
|
2004
2006
|
return;
|
|
2005
2007
|
await this.handleValidation(environment.launchDarklyClientSideID, whiteLabel);
|
|
2006
2008
|
}
|
|
2007
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2008
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
2009
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFeatureToggleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2010
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFeatureToggleService, providedIn: 'root' }); }
|
|
2009
2011
|
}
|
|
2010
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2012
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFeatureToggleService, decorators: [{
|
|
2011
2013
|
type: Injectable,
|
|
2012
2014
|
args: [{
|
|
2013
2015
|
providedIn: 'root'
|
|
@@ -2060,10 +2062,10 @@ class MonkeyEcxGTMService {
|
|
|
2060
2062
|
apply() {
|
|
2061
2063
|
this.handleValidation();
|
|
2062
2064
|
}
|
|
2063
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2064
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
2065
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxGTMService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2066
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxGTMService, providedIn: 'root' }); }
|
|
2065
2067
|
}
|
|
2066
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2068
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxGTMService, decorators: [{
|
|
2067
2069
|
type: Injectable,
|
|
2068
2070
|
args: [{
|
|
2069
2071
|
providedIn: 'root'
|
|
@@ -2128,10 +2130,10 @@ class MonkeyEcxNewVersionService {
|
|
|
2128
2130
|
apply() {
|
|
2129
2131
|
this.handleValidation();
|
|
2130
2132
|
}
|
|
2131
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2132
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
2133
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxNewVersionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2134
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxNewVersionService, providedIn: 'root' }); }
|
|
2133
2135
|
}
|
|
2134
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2136
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxNewVersionService, decorators: [{
|
|
2135
2137
|
type: Injectable,
|
|
2136
2138
|
args: [{
|
|
2137
2139
|
providedIn: 'root'
|
|
@@ -2276,10 +2278,10 @@ class MonkeyEcxConnectionService {
|
|
|
2276
2278
|
if (this._idleTimeoutHandle)
|
|
2277
2279
|
clearTimeout(this._idleTimeoutHandle);
|
|
2278
2280
|
}
|
|
2279
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2280
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
2281
|
+
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 }); }
|
|
2282
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxConnectionService, providedIn: 'root' }); }
|
|
2281
2283
|
}
|
|
2282
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2284
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxConnectionService, decorators: [{
|
|
2283
2285
|
type: Injectable,
|
|
2284
2286
|
args: [{ providedIn: 'root' }]
|
|
2285
2287
|
}], ctorParameters: () => [{ type: i0.NgZone }] });
|
|
@@ -2392,10 +2394,10 @@ class MonkeyEcxRequestErrorService {
|
|
|
2392
2394
|
}, timeout);
|
|
2393
2395
|
this.handleNetworkBlock(error);
|
|
2394
2396
|
}
|
|
2395
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2396
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
2397
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxRequestErrorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2398
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxRequestErrorService, providedIn: 'root' }); }
|
|
2397
2399
|
}
|
|
2398
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2400
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxRequestErrorService, decorators: [{
|
|
2399
2401
|
type: Injectable,
|
|
2400
2402
|
args: [{ providedIn: 'root' }]
|
|
2401
2403
|
}] });
|
|
@@ -2501,10 +2503,10 @@ class MonkeyEcxRequestStateService {
|
|
|
2501
2503
|
}
|
|
2502
2504
|
return this.refreshSubject.pipe(take(1), switchMap(() => this.retryRequest(req, next)));
|
|
2503
2505
|
}
|
|
2504
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2505
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
2506
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxRequestStateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2507
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxRequestStateService, providedIn: 'root' }); }
|
|
2506
2508
|
}
|
|
2507
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2509
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxRequestStateService, decorators: [{
|
|
2508
2510
|
type: Injectable,
|
|
2509
2511
|
args: [{ providedIn: 'root' }]
|
|
2510
2512
|
}] });
|
|
@@ -2623,10 +2625,10 @@ class MonkeyEcxService {
|
|
|
2623
2625
|
options = this.getOptions(options);
|
|
2624
2626
|
return this._http.delete(url, options || {});
|
|
2625
2627
|
}
|
|
2626
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2627
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
2628
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2629
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxService, providedIn: 'root' }); }
|
|
2628
2630
|
}
|
|
2629
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2631
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxService, decorators: [{
|
|
2630
2632
|
type: Injectable,
|
|
2631
2633
|
args: [{
|
|
2632
2634
|
providedIn: 'root'
|
|
@@ -2766,10 +2768,10 @@ class MonkeyEcxLocaleService {
|
|
|
2766
2768
|
async apply() {
|
|
2767
2769
|
await this.handleValidation();
|
|
2768
2770
|
}
|
|
2769
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2770
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
2771
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxLocaleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2772
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxLocaleService, providedIn: 'root' }); }
|
|
2771
2773
|
}
|
|
2772
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2774
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxLocaleService, decorators: [{
|
|
2773
2775
|
type: Injectable,
|
|
2774
2776
|
args: [{
|
|
2775
2777
|
providedIn: 'root'
|
|
@@ -2930,10 +2932,10 @@ class MonkeyEcxMaintenanceService {
|
|
|
2930
2932
|
apply() {
|
|
2931
2933
|
this.handleValidation();
|
|
2932
2934
|
}
|
|
2933
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2934
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
2935
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxMaintenanceService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2936
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxMaintenanceService, providedIn: 'root' }); }
|
|
2935
2937
|
}
|
|
2936
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2938
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxMaintenanceService, decorators: [{
|
|
2937
2939
|
type: Injectable,
|
|
2938
2940
|
args: [{
|
|
2939
2941
|
providedIn: 'root'
|
|
@@ -3003,10 +3005,10 @@ class MonkeyEcxStyleGuideService {
|
|
|
3003
3005
|
this.applyFonts(config);
|
|
3004
3006
|
this.applyTheme(config);
|
|
3005
3007
|
}
|
|
3006
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
3007
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
3008
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxStyleGuideService, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3009
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxStyleGuideService, providedIn: 'root' }); }
|
|
3008
3010
|
}
|
|
3009
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
3011
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxStyleGuideService, decorators: [{
|
|
3010
3012
|
type: Injectable,
|
|
3011
3013
|
args: [{
|
|
3012
3014
|
providedIn: 'root'
|
|
@@ -3043,10 +3045,10 @@ class MonkeyEcxUpdateService {
|
|
|
3043
3045
|
apply() {
|
|
3044
3046
|
this.handleValidation();
|
|
3045
3047
|
}
|
|
3046
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
3047
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
3048
|
+
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 }); }
|
|
3049
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxUpdateService, providedIn: 'root' }); }
|
|
3048
3050
|
}
|
|
3049
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
3051
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxUpdateService, decorators: [{
|
|
3050
3052
|
type: Injectable,
|
|
3051
3053
|
args: [{
|
|
3052
3054
|
providedIn: 'root'
|
|
@@ -3143,10 +3145,10 @@ class MonkeyEcxInitService {
|
|
|
3143
3145
|
this._errorService.apply(e);
|
|
3144
3146
|
}
|
|
3145
3147
|
}
|
|
3146
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
3147
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
3148
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxInitService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3149
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxInitService, providedIn: 'root' }); }
|
|
3148
3150
|
}
|
|
3149
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
3151
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxInitService, decorators: [{
|
|
3150
3152
|
type: Injectable,
|
|
3151
3153
|
args: [{ providedIn: 'root' }]
|
|
3152
3154
|
}], ctorParameters: () => [] });
|
|
@@ -3191,10 +3193,10 @@ class LService {
|
|
|
3191
3193
|
'decrypt'
|
|
3192
3194
|
]);
|
|
3193
3195
|
}
|
|
3194
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
3195
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
3196
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: LService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3197
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: LService, providedIn: 'root' }); }
|
|
3196
3198
|
}
|
|
3197
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
3199
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: LService, decorators: [{
|
|
3198
3200
|
type: Injectable,
|
|
3199
3201
|
args: [{
|
|
3200
3202
|
providedIn: 'root'
|
|
@@ -3278,8 +3280,8 @@ class MonkeyEcxScheduleService {
|
|
|
3278
3280
|
});
|
|
3279
3281
|
this._routerSubscription.unsubscribe();
|
|
3280
3282
|
}
|
|
3281
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
3282
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
3283
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxScheduleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3284
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxScheduleService, providedIn: 'root' }); }
|
|
3283
3285
|
}
|
|
3284
3286
|
__decorate([
|
|
3285
3287
|
MonkeyEcxCoreService({
|
|
@@ -3289,7 +3291,7 @@ __decorate([
|
|
|
3289
3291
|
}
|
|
3290
3292
|
})
|
|
3291
3293
|
], MonkeyEcxScheduleService.prototype, "startWithRequest", null);
|
|
3292
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
3294
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxScheduleService, decorators: [{
|
|
3293
3295
|
type: Injectable,
|
|
3294
3296
|
args: [{ providedIn: 'root' }]
|
|
3295
3297
|
}], propDecorators: { startWithRequest: [] } });
|
|
@@ -3322,10 +3324,10 @@ class MonkeyEcxLoggedHandleService {
|
|
|
3322
3324
|
this.destroyToken();
|
|
3323
3325
|
this.destroySchedule();
|
|
3324
3326
|
}
|
|
3325
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
3326
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
3327
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxLoggedHandleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3328
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxLoggedHandleService, providedIn: 'root' }); }
|
|
3327
3329
|
}
|
|
3328
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
3330
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxLoggedHandleService, decorators: [{
|
|
3329
3331
|
type: Injectable,
|
|
3330
3332
|
args: [{
|
|
3331
3333
|
providedIn: 'root'
|
|
@@ -3604,8 +3606,8 @@ class MonkeyEcxAuthService {
|
|
|
3604
3606
|
});
|
|
3605
3607
|
localeService.apply();
|
|
3606
3608
|
}
|
|
3607
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
3608
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
3609
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxAuthService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3610
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxAuthService, providedIn: 'root' }); }
|
|
3609
3611
|
}
|
|
3610
3612
|
__decorate([
|
|
3611
3613
|
MonkeyEcxCoreService({
|
|
@@ -3634,7 +3636,7 @@ __decorate([
|
|
|
3634
3636
|
}
|
|
3635
3637
|
})
|
|
3636
3638
|
], MonkeyEcxAuthService.prototype, "me", null);
|
|
3637
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
3639
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxAuthService, decorators: [{
|
|
3638
3640
|
type: Injectable,
|
|
3639
3641
|
args: [{ providedIn: 'root' }]
|
|
3640
3642
|
}], propDecorators: { deleteToken: [], login: [], me: [] } });
|
|
@@ -3674,10 +3676,10 @@ class MonkeyEcxGlobalErrorHandler {
|
|
|
3674
3676
|
// not to
|
|
3675
3677
|
}
|
|
3676
3678
|
}
|
|
3677
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
3678
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
3679
|
+
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 }); }
|
|
3680
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxGlobalErrorHandler, providedIn: 'root' }); }
|
|
3679
3681
|
}
|
|
3680
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
3682
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxGlobalErrorHandler, decorators: [{
|
|
3681
3683
|
type: Injectable,
|
|
3682
3684
|
args: [{
|
|
3683
3685
|
providedIn: 'root'
|
|
@@ -3736,10 +3738,10 @@ fill="#000000" stroke="none">
|
|
|
3736
3738
|
</svg>
|
|
3737
3739
|
`);
|
|
3738
3740
|
}
|
|
3739
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
3740
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
3741
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxIconsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3742
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxIconsService, providedIn: 'root' }); }
|
|
3741
3743
|
}
|
|
3742
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
3744
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxIconsService, decorators: [{
|
|
3743
3745
|
type: Injectable,
|
|
3744
3746
|
args: [{
|
|
3745
3747
|
providedIn: 'root'
|
|
@@ -3791,7 +3793,7 @@ class MonkeyEcxCommonsActions {
|
|
|
3791
3793
|
************************* */
|
|
3792
3794
|
class MonkeyEcxCommonsSelectors {
|
|
3793
3795
|
static getSelectors(reducer) {
|
|
3794
|
-
const selectState = createFeatureSelector(reducer.
|
|
3796
|
+
const selectState = createFeatureSelector(reducer.featureName);
|
|
3795
3797
|
const selectAll = createSelector(selectState, reducer.selectAll);
|
|
3796
3798
|
const selectControl = () => {
|
|
3797
3799
|
return createSelector(selectState, (state) => {
|
|
@@ -4072,10 +4074,10 @@ class MonkeyEcxFormValidationService {
|
|
|
4072
4074
|
}
|
|
4073
4075
|
});
|
|
4074
4076
|
}
|
|
4075
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
4076
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
4077
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormValidationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4078
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormValidationService, providedIn: 'root' }); }
|
|
4077
4079
|
}
|
|
4078
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
4080
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormValidationService, decorators: [{
|
|
4079
4081
|
type: Injectable,
|
|
4080
4082
|
args: [{ providedIn: 'root' }]
|
|
4081
4083
|
}] });
|
|
@@ -4206,10 +4208,10 @@ class MonkeyEcxErrorMessageDirective {
|
|
|
4206
4208
|
ngOnDestroy() {
|
|
4207
4209
|
this.sub?.unsubscribe();
|
|
4208
4210
|
}
|
|
4209
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
4210
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.
|
|
4211
|
+
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 }); }
|
|
4212
|
+
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 }); }
|
|
4211
4213
|
}
|
|
4212
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
4214
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxErrorMessageDirective, decorators: [{
|
|
4213
4215
|
type: Directive,
|
|
4214
4216
|
args: [{
|
|
4215
4217
|
selector: '[monkeyecxErrorMessage]',
|
|
@@ -4259,10 +4261,10 @@ class MonkeyEcxFeatureByProgramDirective {
|
|
|
4259
4261
|
ngOnInit() {
|
|
4260
4262
|
this.init();
|
|
4261
4263
|
}
|
|
4262
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
4263
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.
|
|
4264
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFeatureByProgramDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4265
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.6", type: MonkeyEcxFeatureByProgramDirective, isStandalone: true, selector: "[monkeyecxFeatureByProgram]", inputs: { feature: "feature" }, ngImport: i0 }); }
|
|
4264
4266
|
}
|
|
4265
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
4267
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFeatureByProgramDirective, decorators: [{
|
|
4266
4268
|
type: Directive,
|
|
4267
4269
|
args: [{
|
|
4268
4270
|
selector: '[monkeyecxFeatureByProgram]'
|
|
@@ -4320,10 +4322,10 @@ class MonkeyEcxFeatureDirective {
|
|
|
4320
4322
|
}
|
|
4321
4323
|
});
|
|
4322
4324
|
}
|
|
4323
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
4324
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.
|
|
4325
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFeatureDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4326
|
+
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 }); }
|
|
4325
4327
|
}
|
|
4326
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
4328
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFeatureDirective, decorators: [{
|
|
4327
4329
|
type: Directive,
|
|
4328
4330
|
args: [{
|
|
4329
4331
|
selector: '[monkeyecxFeature]'
|
|
@@ -4372,10 +4374,10 @@ class MonkeyEcxLoadingDirective {
|
|
|
4372
4374
|
this._view = this.viewContainer.createEmbeddedView(this.templateRef);
|
|
4373
4375
|
}
|
|
4374
4376
|
}
|
|
4375
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
4376
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.
|
|
4377
|
+
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 }); }
|
|
4378
|
+
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 }); }
|
|
4377
4379
|
}
|
|
4378
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
4380
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxLoadingDirective, decorators: [{
|
|
4379
4381
|
type: Directive,
|
|
4380
4382
|
args: [{
|
|
4381
4383
|
selector: '[monkeyecxLoading]'
|
|
@@ -4444,10 +4446,10 @@ class MonkeyEcxSecurityDirective {
|
|
|
4444
4446
|
this.changeDetectorRef.detectChanges();
|
|
4445
4447
|
this.handleData();
|
|
4446
4448
|
}
|
|
4447
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
4448
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.
|
|
4449
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxSecurityDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4450
|
+
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 }); }
|
|
4449
4451
|
}
|
|
4450
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
4452
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxSecurityDirective, decorators: [{
|
|
4451
4453
|
type: Directive,
|
|
4452
4454
|
args: [{
|
|
4453
4455
|
selector: '[monkeyecxSecurity]'
|
|
@@ -4815,10 +4817,10 @@ class MonkeyEcxAuthGuardCompany {
|
|
|
4815
4817
|
this._authService.redirectLoginWelcomeBack();
|
|
4816
4818
|
return false;
|
|
4817
4819
|
}
|
|
4818
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
4819
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
4820
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxAuthGuardCompany, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4821
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxAuthGuardCompany, providedIn: 'root' }); }
|
|
4820
4822
|
}
|
|
4821
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
4823
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxAuthGuardCompany, decorators: [{
|
|
4822
4824
|
type: Injectable,
|
|
4823
4825
|
args: [{ providedIn: 'root' }]
|
|
4824
4826
|
}] });
|
|
@@ -4838,10 +4840,10 @@ class MonkeyEcxAuthGuardLogin {
|
|
|
4838
4840
|
}
|
|
4839
4841
|
return true;
|
|
4840
4842
|
}
|
|
4841
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
4842
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
4843
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxAuthGuardLogin, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4844
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxAuthGuardLogin, providedIn: 'root' }); }
|
|
4843
4845
|
}
|
|
4844
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
4846
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxAuthGuardLogin, decorators: [{
|
|
4845
4847
|
type: Injectable,
|
|
4846
4848
|
args: [{ providedIn: 'root' }]
|
|
4847
4849
|
}] });
|
|
@@ -4909,10 +4911,10 @@ class MonkeyEcxAuthGuardByRole {
|
|
|
4909
4911
|
}
|
|
4910
4912
|
return true;
|
|
4911
4913
|
}
|
|
4912
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
4913
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
4914
|
+
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 }); }
|
|
4915
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxAuthGuardByRole, providedIn: 'root' }); }
|
|
4914
4916
|
}
|
|
4915
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
4917
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxAuthGuardByRole, decorators: [{
|
|
4916
4918
|
type: Injectable,
|
|
4917
4919
|
args: [{
|
|
4918
4920
|
providedIn: 'root'
|
|
@@ -4930,10 +4932,10 @@ class MonkeyEcxAuthGuard {
|
|
|
4930
4932
|
this._authService.redirectLoginWelcomeBack();
|
|
4931
4933
|
return false;
|
|
4932
4934
|
}
|
|
4933
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
4934
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
4935
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxAuthGuard, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4936
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxAuthGuard, providedIn: 'root' }); }
|
|
4935
4937
|
}
|
|
4936
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
4938
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxAuthGuard, decorators: [{
|
|
4937
4939
|
type: Injectable,
|
|
4938
4940
|
args: [{
|
|
4939
4941
|
providedIn: 'root'
|
|
@@ -5024,17 +5026,17 @@ class MonkeyEcxCoreModule {
|
|
|
5024
5026
|
}),
|
|
5025
5027
|
provideStore(),
|
|
5026
5028
|
provideState({
|
|
5027
|
-
name:
|
|
5029
|
+
name: featureName,
|
|
5028
5030
|
reducer: reducer
|
|
5029
5031
|
})
|
|
5030
5032
|
]
|
|
5031
5033
|
};
|
|
5032
5034
|
}
|
|
5033
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
5034
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.
|
|
5035
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.
|
|
5035
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
5036
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxCoreModule, imports: [CommonModule] }); }
|
|
5037
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxCoreModule, imports: [CommonModule] }); }
|
|
5036
5038
|
}
|
|
5037
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
5039
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxCoreModule, decorators: [{
|
|
5038
5040
|
type: NgModule,
|
|
5039
5041
|
args: [{
|
|
5040
5042
|
imports: [CommonModule]
|
|
@@ -5057,10 +5059,10 @@ class MonkeyEcxBlobSecurePipe {
|
|
|
5057
5059
|
return this._sanitizer.bypassSecurityTrustUrl(URL.createObjectURL(val));
|
|
5058
5060
|
}));
|
|
5059
5061
|
}
|
|
5060
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
5061
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.
|
|
5062
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxBlobSecurePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5063
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxBlobSecurePipe, isStandalone: false, name: "monkeyecxBlobSecure" }); }
|
|
5062
5064
|
}
|
|
5063
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
5065
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxBlobSecurePipe, decorators: [{
|
|
5064
5066
|
type: Pipe,
|
|
5065
5067
|
args: [{
|
|
5066
5068
|
name: 'monkeyecxBlobSecure',
|
|
@@ -5087,10 +5089,10 @@ class MonkeyEcxCurrencyCodePipe {
|
|
|
5087
5089
|
}[currency];
|
|
5088
5090
|
return `${value} (${type === 'symbol' ? symbol : currency})`;
|
|
5089
5091
|
}
|
|
5090
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
5091
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.
|
|
5092
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxCurrencyCodePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5093
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxCurrencyCodePipe, isStandalone: false, name: "monkeyecxCurrencyCode" }); }
|
|
5092
5094
|
}
|
|
5093
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
5095
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxCurrencyCodePipe, decorators: [{
|
|
5094
5096
|
type: Pipe,
|
|
5095
5097
|
args: [{
|
|
5096
5098
|
name: 'monkeyecxCurrencyCode',
|
|
@@ -5109,10 +5111,10 @@ class MonkeyEcxDisplayFirstNamePipe {
|
|
|
5109
5111
|
return '';
|
|
5110
5112
|
return MonkeyEcxUtils.cutFirstLastName(name);
|
|
5111
5113
|
}
|
|
5112
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
5113
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.
|
|
5114
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxDisplayFirstNamePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5115
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxDisplayFirstNamePipe, isStandalone: false, name: "monkeyecxDisplayFirstName" }); }
|
|
5114
5116
|
}
|
|
5115
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
5117
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxDisplayFirstNamePipe, decorators: [{
|
|
5116
5118
|
type: Pipe,
|
|
5117
5119
|
args: [{
|
|
5118
5120
|
name: 'monkeyecxDisplayFirstName',
|
|
@@ -5133,10 +5135,10 @@ class MonkeyEcxDisplayInitialsPipe {
|
|
|
5133
5135
|
const second = MonkeyEcxUtils.cutFirstLastName(name, 'last');
|
|
5134
5136
|
return `${first?.charAt(0)} ${second?.charAt(0)}`;
|
|
5135
5137
|
}
|
|
5136
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
5137
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.
|
|
5138
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxDisplayInitialsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5139
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxDisplayInitialsPipe, isStandalone: false, name: "monkeyecxDisplayInitials" }); }
|
|
5138
5140
|
}
|
|
5139
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
5141
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxDisplayInitialsPipe, decorators: [{
|
|
5140
5142
|
type: Pipe,
|
|
5141
5143
|
args: [{
|
|
5142
5144
|
name: 'monkeyecxDisplayInitials',
|
|
@@ -5157,10 +5159,10 @@ class MonkeyEcxFormatAddressPipe {
|
|
|
5157
5159
|
})
|
|
5158
5160
|
.join(', ');
|
|
5159
5161
|
}
|
|
5160
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
5161
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.
|
|
5162
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatAddressPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5163
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatAddressPipe, isStandalone: false, name: "monkeyecxFormatAddress" }); }
|
|
5162
5164
|
}
|
|
5163
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
5165
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatAddressPipe, decorators: [{
|
|
5164
5166
|
type: Pipe,
|
|
5165
5167
|
args: [{
|
|
5166
5168
|
name: 'monkeyecxFormatAddress',
|
|
@@ -5199,10 +5201,10 @@ class MonkeyEcxFormatBeaufityJSONPipe {
|
|
|
5199
5201
|
.replace(/>/g, '>')
|
|
5200
5202
|
.replace(jsonLine, replacer);
|
|
5201
5203
|
}
|
|
5202
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
5203
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.
|
|
5204
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatBeaufityJSONPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5205
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatBeaufityJSONPipe, isStandalone: false, name: "monkeyecxFormatBeautifyJSON" }); }
|
|
5204
5206
|
}
|
|
5205
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
5207
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatBeaufityJSONPipe, decorators: [{
|
|
5206
5208
|
type: Pipe,
|
|
5207
5209
|
args: [{
|
|
5208
5210
|
name: 'monkeyecxFormatBeautifyJSON',
|
|
@@ -5238,10 +5240,10 @@ class MonkeyEcxFormatCurrencyPipe {
|
|
|
5238
5240
|
}
|
|
5239
5241
|
return value;
|
|
5240
5242
|
}
|
|
5241
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
5242
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.
|
|
5243
|
+
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 }); }
|
|
5244
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatCurrencyPipe, isStandalone: false, name: "monkeyecxFormatCurrency" }); }
|
|
5243
5245
|
}
|
|
5244
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
5246
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatCurrencyPipe, decorators: [{
|
|
5245
5247
|
type: Pipe,
|
|
5246
5248
|
args: [{
|
|
5247
5249
|
name: 'monkeyecxFormatCurrency',
|
|
@@ -5265,10 +5267,10 @@ class MonkeyEcxFormatDatePipe {
|
|
|
5265
5267
|
}
|
|
5266
5268
|
return this.dt.transform(date, format, this._timezone.toString());
|
|
5267
5269
|
}
|
|
5268
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
5269
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.
|
|
5270
|
+
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 }); }
|
|
5271
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatDatePipe, isStandalone: false, name: "monkeyecxFormatDate" }); }
|
|
5270
5272
|
}
|
|
5271
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
5273
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatDatePipe, decorators: [{
|
|
5272
5274
|
type: Pipe,
|
|
5273
5275
|
args: [{
|
|
5274
5276
|
name: 'monkeyecxFormatDate',
|
|
@@ -5291,10 +5293,10 @@ class MonkeyEcxFormatDocumentPipe {
|
|
|
5291
5293
|
}
|
|
5292
5294
|
return MonkeyEcxUtils.formatDocumentWithMask(document, withType, this._country);
|
|
5293
5295
|
}
|
|
5294
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
5295
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.
|
|
5296
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatDocumentPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5297
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatDocumentPipe, isStandalone: false, name: "monkeyecxFormatDocument" }); }
|
|
5296
5298
|
}
|
|
5297
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
5299
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatDocumentPipe, decorators: [{
|
|
5298
5300
|
type: Pipe,
|
|
5299
5301
|
args: [{
|
|
5300
5302
|
name: 'monkeyecxFormatDocument',
|
|
@@ -5313,10 +5315,10 @@ class MonkeyEcxFormatNumberPipe {
|
|
|
5313
5315
|
return '';
|
|
5314
5316
|
return formatNumber(Number(number), 'ptbr');
|
|
5315
5317
|
}
|
|
5316
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
5317
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.
|
|
5318
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatNumberPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5319
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatNumberPipe, isStandalone: false, name: "monkeyecxFormatNumber" }); }
|
|
5318
5320
|
}
|
|
5319
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
5321
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatNumberPipe, decorators: [{
|
|
5320
5322
|
type: Pipe,
|
|
5321
5323
|
args: [{
|
|
5322
5324
|
name: 'monkeyecxFormatNumber',
|
|
@@ -5359,10 +5361,10 @@ class MonkeyEcxFormatPhonePipe {
|
|
|
5359
5361
|
}
|
|
5360
5362
|
return '';
|
|
5361
5363
|
}
|
|
5362
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
5363
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.
|
|
5364
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatPhonePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5365
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatPhonePipe, isStandalone: false, name: "monkeyecxFormatPhone" }); }
|
|
5364
5366
|
}
|
|
5365
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
5367
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatPhonePipe, decorators: [{
|
|
5366
5368
|
type: Pipe,
|
|
5367
5369
|
args: [{
|
|
5368
5370
|
name: 'monkeyecxFormatPhone',
|
|
@@ -5382,10 +5384,10 @@ class MonkeyEcxFormatSizePipe {
|
|
|
5382
5384
|
const sizeNum = Number(size);
|
|
5383
5385
|
return MonkeyEcxUtils.formatFileSize(sizeNum);
|
|
5384
5386
|
}
|
|
5385
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
5386
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.
|
|
5387
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatSizePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5388
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatSizePipe, isStandalone: false, name: "monkeyecxFormatSize" }); }
|
|
5387
5389
|
}
|
|
5388
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
5390
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatSizePipe, decorators: [{
|
|
5389
5391
|
type: Pipe,
|
|
5390
5392
|
args: [{
|
|
5391
5393
|
name: 'monkeyecxFormatSize',
|
|
@@ -5408,10 +5410,10 @@ class MonkeyEcxFormatTaxPipe {
|
|
|
5408
5410
|
maximumFractionDigits: decimalDigits
|
|
5409
5411
|
})} %`;
|
|
5410
5412
|
}
|
|
5411
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
5412
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.
|
|
5413
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatTaxPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5414
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatTaxPipe, isStandalone: false, name: "monkeyecxFormatTax" }); }
|
|
5413
5415
|
}
|
|
5414
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
5416
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatTaxPipe, decorators: [{
|
|
5415
5417
|
type: Pipe,
|
|
5416
5418
|
args: [{
|
|
5417
5419
|
name: 'monkeyecxFormatTax',
|
|
@@ -5433,10 +5435,10 @@ class MonkeyEcxFormatDocumentTypePipe {
|
|
|
5433
5435
|
return '';
|
|
5434
5436
|
return MonkeyEcxUtils.getDocumentType(document, this._country);
|
|
5435
5437
|
}
|
|
5436
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
5437
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.
|
|
5438
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatDocumentTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5439
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatDocumentTypePipe, isStandalone: false, name: "monkeyecxFormatDocumentType" }); }
|
|
5438
5440
|
}
|
|
5439
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
5441
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatDocumentTypePipe, decorators: [{
|
|
5440
5442
|
type: Pipe,
|
|
5441
5443
|
args: [{
|
|
5442
5444
|
name: 'monkeyecxFormatDocumentType',
|
|
@@ -5455,10 +5457,10 @@ class MonkeyEcxFormatValue {
|
|
|
5455
5457
|
return '';
|
|
5456
5458
|
return number;
|
|
5457
5459
|
}
|
|
5458
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
5459
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.
|
|
5460
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatValue, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5461
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatValue, isStandalone: false, name: "monkeyecxFormatValue" }); }
|
|
5460
5462
|
}
|
|
5461
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
5463
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatValue, decorators: [{
|
|
5462
5464
|
type: Pipe,
|
|
5463
5465
|
args: [{
|
|
5464
5466
|
name: 'monkeyecxFormatValue',
|
|
@@ -5477,10 +5479,10 @@ class MonkeyEcxFormatZipCodePipe {
|
|
|
5477
5479
|
return '';
|
|
5478
5480
|
return MonkeyEcxUtils.formatZipCode(zipCode);
|
|
5479
5481
|
}
|
|
5480
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
5481
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.
|
|
5482
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatZipCodePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5483
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatZipCodePipe, isStandalone: false, name: "monkeyecxFormatZipCode" }); }
|
|
5482
5484
|
}
|
|
5483
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
5485
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFormatZipCodePipe, decorators: [{
|
|
5484
5486
|
type: Pipe,
|
|
5485
5487
|
args: [{
|
|
5486
5488
|
name: 'monkeyecxFormatZipCode',
|
|
@@ -5504,10 +5506,10 @@ class MonkeyEcxTextTruncatePipe {
|
|
|
5504
5506
|
const right = text.length - left + 1;
|
|
5505
5507
|
return `${text.substr(0, left)} ${midChar} ${text.substring(right)}`;
|
|
5506
5508
|
}
|
|
5507
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
5508
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.
|
|
5509
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxTextTruncatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5510
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxTextTruncatePipe, isStandalone: false, name: "monkeyecxTextTruncate" }); }
|
|
5509
5511
|
}
|
|
5510
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
5512
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxTextTruncatePipe, decorators: [{
|
|
5511
5513
|
type: Pipe,
|
|
5512
5514
|
args: [{
|
|
5513
5515
|
name: 'monkeyecxTextTruncate',
|
|
@@ -5524,10 +5526,10 @@ class MonkeyEcxTruncateQtdPipe {
|
|
|
5524
5526
|
transform(number, threshold) {
|
|
5525
5527
|
return `${number > threshold ? `${threshold}+` : number}`;
|
|
5526
5528
|
}
|
|
5527
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
5528
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.
|
|
5529
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxTruncateQtdPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5530
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxTruncateQtdPipe, isStandalone: false, name: "monkeyecxTruncateQtd" }); }
|
|
5529
5531
|
}
|
|
5530
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
5532
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxTruncateQtdPipe, decorators: [{
|
|
5531
5533
|
type: Pipe,
|
|
5532
5534
|
args: [{
|
|
5533
5535
|
name: 'monkeyecxTruncateQtd',
|
|
@@ -5541,8 +5543,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImpor
|
|
|
5541
5543
|
* MIT Licence
|
|
5542
5544
|
************************* */
|
|
5543
5545
|
class MonkeyEcxPipesModule {
|
|
5544
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
5545
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.
|
|
5546
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxPipesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
5547
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxPipesModule, declarations: [MonkeyEcxBlobSecurePipe,
|
|
5546
5548
|
MonkeyEcxDisplayFirstNamePipe,
|
|
5547
5549
|
MonkeyEcxDisplayInitialsPipe,
|
|
5548
5550
|
MonkeyEcxFormatAddressPipe,
|
|
@@ -5577,9 +5579,9 @@ class MonkeyEcxPipesModule {
|
|
|
5577
5579
|
MonkeyEcxTextTruncatePipe,
|
|
5578
5580
|
MonkeyEcxTruncateQtdPipe,
|
|
5579
5581
|
MonkeyEcxFormatDatePipe] }); }
|
|
5580
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.
|
|
5582
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxPipesModule, providers: [CurrencyPipe, DatePipe] }); }
|
|
5581
5583
|
}
|
|
5582
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
5584
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxPipesModule, decorators: [{
|
|
5583
5585
|
type: NgModule,
|
|
5584
5586
|
args: [{
|
|
5585
5587
|
declarations: [
|
|
@@ -5652,8 +5654,8 @@ class MonkeyEcxBaseResolver {
|
|
|
5652
5654
|
this.router = inject(Router);
|
|
5653
5655
|
this.paramsSubject = new BehaviorSubject({});
|
|
5654
5656
|
this.params$ = this.paramsSubject.asObservable();
|
|
5655
|
-
this.control = signal(initialControl, ...(ngDevMode ? [{ debugName: "control" }] :
|
|
5656
|
-
this.data = signal(initialData, ...(ngDevMode ? [{ debugName: "data" }] :
|
|
5657
|
+
this.control = signal(initialControl, ...(ngDevMode ? [{ debugName: "control" }] : []));
|
|
5658
|
+
this.data = signal(initialData, ...(ngDevMode ? [{ debugName: "data" }] : []));
|
|
5657
5659
|
}
|
|
5658
5660
|
get pathParams() {
|
|
5659
5661
|
return this.paramsSubject.value.pathParams;
|
|
@@ -5728,10 +5730,10 @@ class MonkeyEcxI18nResolver {
|
|
|
5728
5730
|
getHost() {
|
|
5729
5731
|
return '';
|
|
5730
5732
|
}
|
|
5731
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
5732
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
5733
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxI18nResolver, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5734
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxI18nResolver }); }
|
|
5733
5735
|
}
|
|
5734
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
5736
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxI18nResolver, decorators: [{
|
|
5735
5737
|
type: Injectable
|
|
5736
5738
|
}], ctorParameters: () => [] });
|
|
5737
5739
|
|
|
@@ -5789,10 +5791,10 @@ class MonkeyEcxFileCacheService {
|
|
|
5789
5791
|
clear() {
|
|
5790
5792
|
this.cache.clear();
|
|
5791
5793
|
}
|
|
5792
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
5793
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
5794
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFileCacheService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5795
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFileCacheService, providedIn: 'root' }); }
|
|
5794
5796
|
}
|
|
5795
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
5797
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxFileCacheService, decorators: [{
|
|
5796
5798
|
type: Injectable,
|
|
5797
5799
|
args: [{
|
|
5798
5800
|
providedIn: 'root'
|
|
@@ -5844,10 +5846,10 @@ class MonkeyEcxDiscoveryParamsService {
|
|
|
5844
5846
|
found = this.getData(param);
|
|
5845
5847
|
return found;
|
|
5846
5848
|
}
|
|
5847
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
5848
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
5849
|
+
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 }); }
|
|
5850
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxDiscoveryParamsService, providedIn: 'root' }); }
|
|
5849
5851
|
}
|
|
5850
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
5852
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MonkeyEcxDiscoveryParamsService, decorators: [{
|
|
5851
5853
|
type: Injectable,
|
|
5852
5854
|
args: [{
|
|
5853
5855
|
providedIn: 'root'
|