@social-mail/social-mail-client 1.9.51 → 1.9.52
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 +7 -5
- 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 +7 -5
- 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.global.css +1 -1
- package/dist/web/AppIndex.pack.global.css.map +1 -1
- package/dist/web/AppIndex.pack.js +5959 -5957
- 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/home/HomePage.d.ts.map +1 -1
- package/dist/web/page/home/HomePage.js +7 -5
- package/dist/web/page/home/HomePage.js.map +1 -1
- package/package.json +1 -1
- package/src/web/page/home/HomePage.tsx +3 -2
|
@@ -30544,10 +30544,10 @@ System.register(["tslib", "@web-atoms/core/dist/di/DISingleton", "@web-atoms/cor
|
|
|
30544
30544
|
|
|
30545
30545
|
AmdLoader.instance.setup("@social-mail/social-mail-client/dist/web/page/home/HomePage");
|
|
30546
30546
|
|
|
30547
|
-
System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/web-controls/dist/mobile-app/MobileApp", "@positron-js/context/dist/PositronInBrowser", "./HomePage.global.css", "../../../common/menu/MenuService", "
|
|
30547
|
+
System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/web-controls/dist/mobile-app/MobileApp", "@positron-js/context/dist/PositronInBrowser", "./HomePage.global.css", "../../../common/menu/MenuService", "@web-atoms/web-controls/dist/PageNavigator", "../mails/contacts/MailboxContacts"], function (_export, _context) {
|
|
30548
30548
|
"use strict";
|
|
30549
30549
|
|
|
30550
|
-
var __awaiter, XNode, ContentPage, isMobileView, PositronInBrowser, MenuService,
|
|
30550
|
+
var __awaiter, XNode, ContentPage, isMobileView, PositronInBrowser, MenuService, PageNavigator, MailboxContacts, HomePage;
|
|
30551
30551
|
_export("default", void 0);
|
|
30552
30552
|
return {
|
|
30553
30553
|
setters: [function (_tslib) {
|
|
@@ -30561,8 +30561,10 @@ System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/web-con
|
|
|
30561
30561
|
PositronInBrowser = _positronJsContextDistPositronInBrowser.default;
|
|
30562
30562
|
}, function (_HomePageGlobalCss) {}, function (_commonMenuMenuService) {
|
|
30563
30563
|
MenuService = _commonMenuMenuService.default;
|
|
30564
|
-
}, function (
|
|
30565
|
-
|
|
30564
|
+
}, function (_webAtomsWebControlsDistPageNavigator) {
|
|
30565
|
+
PageNavigator = _webAtomsWebControlsDistPageNavigator.default;
|
|
30566
|
+
}, function (_mailsContactsMailboxContacts) {
|
|
30567
|
+
MailboxContacts = _mailsContactsMailboxContacts.default;
|
|
30566
30568
|
}],
|
|
30567
30569
|
execute: function () {
|
|
30568
30570
|
_export("default", HomePage = class HomePage extends ContentPage {
|
|
@@ -30575,7 +30577,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/web-con
|
|
|
30575
30577
|
const menuService = this.resolve(MenuService);
|
|
30576
30578
|
yield menuService.firstSearch;
|
|
30577
30579
|
const id = menuService.mailboxes[0].mailboxID;
|
|
30578
|
-
|
|
30580
|
+
PageNavigator.openPage(MailboxContacts, {
|
|
30579
30581
|
id
|
|
30580
30582
|
});
|
|
30581
30583
|
return;
|