@sumaris-net/ngx-components 0.23.0 → 0.23.1
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/ngx-sumaris-components.umd.js +0 -2
- package/bundles/ngx-sumaris-components.umd.js.map +1 -1
- package/bundles/ngx-sumaris-components.umd.min.js +1 -1
- package/bundles/ngx-sumaris-components.umd.min.js.map +1 -1
- package/esm2015/src/app/shared/services/memory-entity-service.class.js +1 -2
- package/fesm2015/ngx-sumaris-components.js +0 -1
- package/fesm2015/ngx-sumaris-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -16837,8 +16837,6 @@
|
|
|
16837
16837
|
if (isEmptyArray(this.data)) {
|
|
16838
16838
|
return [2 /*return*/, { data: [], total: 0 }];
|
|
16839
16839
|
}
|
|
16840
|
-
// Apply sort
|
|
16841
|
-
console.log("TODO: before sort");
|
|
16842
16840
|
data = this._sortFn(this.data || [], sortBy, sortDirection);
|
|
16843
16841
|
if (!this._onLoad) return [3 /*break*/, 5];
|
|
16844
16842
|
promiseOrData = this._onLoad(data);
|