@sumaris-net/ngx-components 0.23.2-beta → 0.23.2
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 -4
- package/bundles/ngx-sumaris-components.umd.js.map +1 -1
- package/bundles/ngx-sumaris-components.umd.min.js.map +1 -1
- package/esm2015/src/app/shared/functions.js +1 -5
- package/fesm2015/ngx-sumaris-components.js +0 -4
- package/fesm2015/ngx-sumaris-components.js.map +1 -1
- package/ngx-sumaris-components.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -513,10 +513,6 @@
|
|
|
513
513
|
}
|
|
514
514
|
// Sort
|
|
515
515
|
items = items.sort(propertiesPathComparator(keys));
|
|
516
|
-
// const sortAttribute = keys && keys[0]
|
|
517
|
-
// if (sortAttribute) {
|
|
518
|
-
// items = sort(items, sortAttribute);
|
|
519
|
-
// }
|
|
520
516
|
// Truncate if need
|
|
521
517
|
var total = (items === null || items === void 0 ? void 0 : items.length) || 0;
|
|
522
518
|
if (opts) {
|