@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
|
@@ -23359,6 +23359,7 @@ System.register(["tslib", "@web-atoms/core/dist/di/DISingleton", "@web-atoms/cor
|
|
|
23359
23359
|
switch (x.tag.name.toLocaleLowerCase()) {
|
|
23360
23360
|
case "contacts":
|
|
23361
23361
|
SocialMailApp.contactsFolderTagID = x.tagID;
|
|
23362
|
+
x.hide = true;
|
|
23362
23363
|
return 1;
|
|
23363
23364
|
case "new":
|
|
23364
23365
|
this.newTagID = x.tagID;
|
|
@@ -38330,7 +38331,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/InjectProperty", "@web-atom
|
|
|
38330
38331
|
class: "conversation-type"
|
|
38331
38332
|
}, XNode.create("label", {
|
|
38332
38333
|
text: toSentenceCase(item.tag.name)
|
|
38333
|
-
}), XNode.create(Badge, {
|
|
38334
|
+
}), item.hide && XNode.create(Badge, {
|
|
38334
38335
|
count: item.count
|
|
38335
38336
|
}))
|
|
38336
38337
|
}), XNode.create(ConversationBar, {
|