@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.
- package/bundles/sumaris-net.ngx-components.umd.js +1 -4
- package/bundles/sumaris-net.ngx-components.umd.js.map +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js.map +1 -1
- package/doc/changelog.md +3 -0
- package/esm2015/src/app/shared/services/memory-entity-service.class.js +2 -4
- package/fesm2015/sumaris-net.ngx-components.js +1 -3
- package/fesm2015/sumaris-net.ngx-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -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", {
|