monkey-front-core 0.0.182 → 0.0.183
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.
- package/esm2020/lib/core/interfaces/monkeyecx-config.mjs +1 -1
- package/esm2020/lib/core/services/commons/monkeyecx-commons.service.mjs +4 -1
- package/fesm2015/monkey-front-core.mjs +3 -0
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +3 -0
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/lib/core/interfaces/monkeyecx-config.d.ts +20 -12
- package/lib/core/services/commons/monkeyecx-commons.service.d.ts +4 -1
- package/monkey-front-core-0.0.183.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.182.tgz +0 -0
|
@@ -2124,6 +2124,9 @@ class MonkeyEcxCommonsService {
|
|
|
2124
2124
|
this.tokenStorage = tokenStorage;
|
|
2125
2125
|
this.otherArgs = otherArgs;
|
|
2126
2126
|
this.flagValidator = true;
|
|
2127
|
+
this.__data$ = null;
|
|
2128
|
+
this.__pagination$ = null;
|
|
2129
|
+
this.__control$ = null;
|
|
2127
2130
|
this.__savedState = null;
|
|
2128
2131
|
this.__error = null;
|
|
2129
2132
|
this.__handledError = null;
|