monkey-front-core 0.0.81 → 0.0.82

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.
@@ -1927,19 +1927,16 @@ class MonkeyEcxCommonsService {
1927
1927
  this.flagValidator = false;
1928
1928
  }
1929
1929
  resolve(route, state, otherArgs) {
1930
- //this.__data = null;
1931
- //this.__page = null;
1932
- //this.__requestPaged = null;
1930
+ if (JSON.stringify(route?.queryParams) === '{}') {
1931
+ this.__data = null;
1932
+ this.__page = null;
1933
+ }
1934
+ this.__requestPaged = null;
1933
1935
  this.flagValidator = true;
1934
1936
  if (this.tokenStorage) {
1935
1937
  this.__tokenCredentials = this.tokenStorage.getToken();
1936
1938
  }
1937
1939
  if (this.allowedSecurityAccess(otherArgs?.security)) {
1938
- //Object.entries(this).forEach(([key, value]) => {
1939
- // if (value instanceof BehaviorSubject) {
1940
- // Object.defineProperty(this, key, new BehaviorSubject(null));
1941
- // }
1942
- //});
1943
1940
  if (this.__schedule) {
1944
1941
  this.otherArgs?.schedule?.service?.removeSchedule(this.__schedule);
1945
1942
  this.__schedule = null;