@social-mail/social-mail-client 1.8.296 → 1.8.297
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/tsconfig.tsbuildinfo +1 -1
- package/dist/web/AppIndex.pack.js +6 -0
- 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/drawer/AppDrawer.d.ts.map +1 -1
- package/dist/web/drawer/AppDrawer.js +6 -0
- package/dist/web/drawer/AppDrawer.js.map +1 -1
- package/package.json +1 -1
- package/src/web/drawer/AppDrawer.tsx +6 -3
|
@@ -47676,6 +47676,12 @@ System.register(["tslib", "@web-atoms/core/dist/core/XNode", "../../common/Socia
|
|
|
47676
47676
|
description: mb.emailAddress.emailAddress,
|
|
47677
47677
|
title: mb.emailAddress.emailAddress
|
|
47678
47678
|
})
|
|
47679
|
+
}), XNode.create(MenuItem, {
|
|
47680
|
+
"style-display": Bind.oneWay(() => this.menuService.channels.length > 2),
|
|
47681
|
+
label: "All",
|
|
47682
|
+
commandLink: AppCommands.openMailboxList.displayRoute({
|
|
47683
|
+
channel: true
|
|
47684
|
+
})
|
|
47679
47685
|
})), XNode.create(ExpanderMenu, {
|
|
47680
47686
|
"style-display": Bind.oneWay(() => this.menuService.drives.length > 0),
|
|
47681
47687
|
isExpanded: true
|