@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.
- package/dist/admin/AdminAppIndex.pack.js +5 -2
- package/dist/admin/AdminAppIndex.pack.js.map +1 -1
- package/dist/admin/AdminAppIndex.pack.min.js +1 -1
- package/dist/admin/AdminAppIndex.pack.min.js.map +1 -1
- package/dist/common/controls/mailboxes/MailboxDropDown.d.ts.map +1 -1
- package/dist/common/controls/mailboxes/MailboxDropDown.js +5 -2
- package/dist/common/controls/mailboxes/MailboxDropDown.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.js +5 -2
- package/dist/site-editor-app/SiteEditorApp.pack.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.min.js +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.min.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/web/AppIndex.pack.js +5 -2
- package/dist/web/AppIndex.pack.js.map +1 -1
- package/dist/web/AppIndex.pack.min.js +1 -1
- package/dist/web/AppIndex.pack.min.js.map +1 -1
- package/package.json +1 -1
- package/src/common/controls/mailboxes/MailboxDropDown.tsx +3 -0
|
@@ -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) {
|