@social-mail/social-mail-client 1.8.290 → 1.8.291
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 +2 -1
- 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/site-editor-app/SiteEditorApp.pack.js +2 -1
- 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 +2 -1
- 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/dist/web/page/mails/contacts/MailboxContacts.js +1 -1
- package/dist/web/page/mails/contacts/MailboxContacts.js.map +1 -1
- package/dist/web/page/mails/service/MailService.d.ts.map +1 -1
- package/dist/web/page/mails/service/MailService.js +1 -0
- package/dist/web/page/mails/service/MailService.js.map +1 -1
- package/package.json +1 -1
- package/src/web/page/mails/contacts/MailboxContacts.tsx +1 -1
- package/src/web/page/mails/service/MailService.ts +1 -0
|
@@ -28455,6 +28455,7 @@ System.register(["tslib", "@web-atoms/core/dist/di/DISingleton", "@web-atoms/cor
|
|
|
28455
28455
|
switch (x.tag.name.toLocaleLowerCase()) {
|
|
28456
28456
|
case "contacts":
|
|
28457
28457
|
SocialMailApp.contactsFolderTagID = x.tagID;
|
|
28458
|
+
x.hide = true;
|
|
28458
28459
|
return 1;
|
|
28459
28460
|
case "new":
|
|
28460
28461
|
this.newTagID = x.tagID;
|
|
@@ -41464,7 +41465,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/InjectProperty", "@web-atom
|
|
|
41464
41465
|
class: "conversation-type"
|
|
41465
41466
|
}, XNode.create("label", {
|
|
41466
41467
|
text: toSentenceCase(item.tag.name)
|
|
41467
|
-
}), XNode.create(Badge, {
|
|
41468
|
+
}), item.hide && XNode.create(Badge, {
|
|
41468
41469
|
count: item.count
|
|
41469
41470
|
}))
|
|
41470
41471
|
}), XNode.create(ConversationBar, {
|