@social-mail/social-mail-client 1.9.47 → 1.9.49

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.
@@ -30435,9 +30435,9 @@ System.register(["tslib", "@web-atoms/core/dist/di/DISingleton", "@web-atoms/cor
30435
30435
  this.drives = [];
30436
30436
  this.designs = [];
30437
30437
  this.selectedObject = null;
30438
- this.search = null;
30438
+ this.search = "";
30439
30439
  this.showSearch = false;
30440
- this.lastSearch = void 0;
30440
+ this.lastSearch = null;
30441
30441
  this.isFirstSearch = true;
30442
30442
  setTimeout(() => this.firstSearch = this.load().catch(console.error), 1);
30443
30443
  }
@@ -30547,7 +30547,7 @@ System.register(["tslib", "@web-atoms/core/dist/di/DISingleton", "@web-atoms/cor
30547
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", "../../commands/AppCommands"], function (_export, _context) {
30548
30548
  "use strict";
30549
30549
 
30550
- var __awaiter, XNode, ContentPage, PositronInBrowser, MenuService, AppCommands, HomePage;
30550
+ var __awaiter, XNode, ContentPage, isMobileView, PositronInBrowser, MenuService, AppCommands, HomePage;
30551
30551
  _export("default", void 0);
30552
30552
  return {
30553
30553
  setters: [function (_tslib) {
@@ -30556,6 +30556,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/web-con
30556
30556
  XNode = _webAtomsCoreDistCoreXNode.default;
30557
30557
  }, function (_webAtomsWebControlsDistMobileAppMobileApp) {
30558
30558
  ContentPage = _webAtomsWebControlsDistMobileAppMobileApp.ContentPage;
30559
+ isMobileView = _webAtomsWebControlsDistMobileAppMobileApp.isMobileView;
30559
30560
  }, function (_positronJsContextDistPositronInBrowser) {
30560
30561
  PositronInBrowser = _positronJsContextDistPositronInBrowser.default;
30561
30562
  }, function (_HomePageGlobalCss) {}, function (_commonMenuMenuService) {
@@ -30568,7 +30569,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/web-con
30568
30569
  init() {
30569
30570
  return __awaiter(this, void 0, void 0, function* () {
30570
30571
  this.renderer = XNode.create("div", null, XNode.create("home-page", null));
30571
- if (PositronInBrowser.isAvailable) {
30572
+ if (PositronInBrowser.isAvailable || isMobileView) {
30572
30573
  const menuService = this.resolve(MenuService);
30573
30574
  yield menuService.firstSearch;
30574
30575
  const id = menuService.mailboxes[0].mailboxID;