@social-mail/social-mail-client 1.4.157 → 1.4.158

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.
@@ -34294,10 +34294,10 @@ System.register(["@web-atoms/core/dist/core/XNode", "@web-atoms/web-controls/dis
34294
34294
 
34295
34295
  AmdLoader.instance.setup("@social-mail/social-mail-client/dist/common/controls/mailboxes/MailboxDropDown");
34296
34296
 
34297
- System.register(["tslib", "@web-atoms/core/dist/core/InjectProperty", "@web-atoms/web-controls/dist/basic/DropDown", "../../../services/EntityService", "../../../model/model", "@web-atoms/core/dist/core/XNode", "@web-atoms/core/dist/core/Bind", "../../Sql", "../../cache/CacheTTL"], function (_export, _context) {
34297
+ System.register(["tslib", "@web-atoms/core/dist/core/InjectProperty", "@web-atoms/web-controls/dist/basic/DropDown", "../../../services/EntityService", "../../../model/model", "@web-atoms/core/dist/core/XNode", "@web-atoms/core/dist/core/Bind", "../../Sql", "../../cache/CacheTTL", "@web-atoms/core/dist/core/sleep"], function (_export, _context) {
34298
34298
  "use strict";
34299
34299
 
34300
- var __awaiter, __decorate, __metadata, InjectProperty, DropDown, EntityService, Mailbox, XNode, Bind, Sql, CacheTTL, MailboxDropDown, cacheSeconds, cacheVersion;
34300
+ var __awaiter, __decorate, __metadata, InjectProperty, DropDown, EntityService, Mailbox, XNode, Bind, Sql, CacheTTL, sleep, MailboxDropDown, cacheSeconds, cacheVersion;
34301
34301
  _export("default", void 0);
34302
34302
  return {
34303
34303
  setters: [function (_tslib) {
@@ -34320,6 +34320,8 @@ System.register(["tslib", "@web-atoms/core/dist/core/InjectProperty", "@web-atom
34320
34320
  Sql = _Sql.Sql;
34321
34321
  }, function (_cacheCacheTTL) {
34322
34322
  CacheTTL = _cacheCacheTTL.CacheTTL;
34323
+ }, function (_webAtomsCoreDistCoreSleep) {
34324
+ sleep = _webAtomsCoreDistCoreSleep.default;
34323
34325
  }],
34324
34326
  execute: function () {
34325
34327
  cacheSeconds = CacheTTL.seconds.oneMonth;
@@ -34340,6 +34342,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/InjectProperty", "@web-atom
34340
34342
  items: Bind.oneWayAsync((s, e, cancelToken) => this.searchMailboxes(this.search, this.value, cancelToken))
34341
34343
  }));
34342
34344
  const subscribe = '%subscribe%';
34345
+ yield sleep(10);
34343
34346
  const value = (_a = this.value) !== null && _a !== void 0 ? _a : 0;
34344
34347
  let item = null;
34345
34348
  if (value) {