@social-mail/social-mail-client 1.4.161 → 1.4.162

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.
@@ -31770,7 +31770,7 @@ System.register(["tslib", "@web-atoms/core/dist/di/Inject", "../EntityService",
31770
31770
  search
31771
31771
  }, p => x => x.emailAddress.names.some(n => Sql.text.like(n.nameToken.word, p.search)));
31772
31772
  }
31773
- const list = yield q.include(x => x.emailAddress).orderByDescending(x => x.dateUpdated).toPagedList({
31773
+ const list = yield q.include(x => x.emailAddress).orderBy(x => x.blocked).thenBy(x => x.dateUpdated).toPagedList({
31774
31774
  start: 0,
31775
31775
  size: 10,
31776
31776
  count: false,