@sumaris-net/ngx-components 1.23.29 → 1.23.30

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.
@@ -21009,10 +21009,7 @@
21009
21009
  return undefined;
21010
21010
  });
21011
21011
  _this._startByReadyFunction = false; // Need setValue() to be called, to start the service
21012
- _this._sortByReplacement = Object.assign({
21013
- // Detect rankOrder on the entity class
21014
- id: (Object.getOwnPropertyNames(new dataType()).findIndex(function (key) { return key === 'rankOrder'; }) !== -1) ? 'rankOrder' : undefined
21015
- }, options.sortByReplacement);
21012
+ _this._sortByReplacement = Object.assign({}, options.sortByReplacement);
21016
21013
  return _this;
21017
21014
  }
21018
21015
  Object.defineProperty(InMemoryEntitiesService.prototype, "value", {