@sumaris-net/ngx-components 1.21.0-beta8 → 1.21.0-beta9
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 +4 -1
- 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/esm2015/src/app/social/user-event/user-event.service.js +4 -2
- package/fesm2015/sumaris-net.ngx-components.js +3 -1
- package/fesm2015/sumaris-net.ngx-components.js.map +1 -1
- package/package.json +1 -1
- package/sumaris-net.ngx-components.metadata.json +1 -1
|
@@ -30239,7 +30239,10 @@
|
|
|
30239
30239
|
queryName: withContent ? 'LoadAllWithContent' : 'LoadAll',
|
|
30240
30240
|
query: withContent ? this.queries.loadAllWithContent : this.queries.loadAll,
|
|
30241
30241
|
variables: {
|
|
30242
|
-
page: Object.assign({ sortBy: '
|
|
30242
|
+
page: Object.assign(Object.assign({ sortBy: 'creationDate' }, page), {
|
|
30243
|
+
// @ts-ignore
|
|
30244
|
+
sortDirection: (page.sortDirection || 'desc').toUpperCase()
|
|
30245
|
+
}),
|
|
30243
30246
|
filter: filter && filter.asPodObject()
|
|
30244
30247
|
},
|
|
30245
30248
|
arrayFieldName: 'data',
|