monkey-front-core 0.0.41 → 0.0.42
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/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/monkey-front-core-0.0.42.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.41.tgz +0 -0
|
@@ -1865,7 +1865,10 @@ class MonkeyEcxCommonsService {
|
|
|
1865
1865
|
return new MonkeyEcxRequestPagedHandling(url, __requestPaged || {}).getRequestWithPagedParams();
|
|
1866
1866
|
}
|
|
1867
1867
|
clear(clearData) {
|
|
1868
|
+
console.log('----> clear');
|
|
1868
1869
|
if (clearData) {
|
|
1870
|
+
console.log('veio clear data');
|
|
1871
|
+
console.log(this.__data);
|
|
1869
1872
|
this.__data = null;
|
|
1870
1873
|
this.__requestPaged = null;
|
|
1871
1874
|
this.__params = null;
|