@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.
@@ -23114,9 +23114,9 @@ System.register(["tslib", "@web-atoms/core/dist/di/DISingleton", "@web-atoms/cor
23114
23114
  this.drives = [];
23115
23115
  this.designs = [];
23116
23116
  this.selectedObject = null;
23117
- this.search = null;
23117
+ this.search = "";
23118
23118
  this.showSearch = false;
23119
- this.lastSearch = void 0;
23119
+ this.lastSearch = null;
23120
23120
  this.isFirstSearch = true;
23121
23121
  setTimeout(() => this.firstSearch = this.load().catch(console.error), 1);
23122
23122
  }
@@ -23226,7 +23226,7 @@ System.register(["tslib", "@web-atoms/core/dist/di/DISingleton", "@web-atoms/cor
23226
23226
  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) {
23227
23227
  "use strict";
23228
23228
 
23229
- var __awaiter, XNode, ContentPage, PositronInBrowser, MenuService, AppCommands, HomePage;
23229
+ var __awaiter, XNode, ContentPage, isMobileView, PositronInBrowser, MenuService, AppCommands, HomePage;
23230
23230
  _export("default", void 0);
23231
23231
  return {
23232
23232
  setters: [function (_tslib) {
@@ -23235,6 +23235,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/web-con
23235
23235
  XNode = _webAtomsCoreDistCoreXNode.default;
23236
23236
  }, function (_webAtomsWebControlsDistMobileAppMobileApp) {
23237
23237
  ContentPage = _webAtomsWebControlsDistMobileAppMobileApp.ContentPage;
23238
+ isMobileView = _webAtomsWebControlsDistMobileAppMobileApp.isMobileView;
23238
23239
  }, function (_positronJsContextDistPositronInBrowser) {
23239
23240
  PositronInBrowser = _positronJsContextDistPositronInBrowser.default;
23240
23241
  }, function (_HomePageGlobalCss) {}, function (_commonMenuMenuService) {
@@ -23247,7 +23248,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/web-con
23247
23248
  init() {
23248
23249
  return __awaiter(this, void 0, void 0, function* () {
23249
23250
  this.renderer = XNode.create("div", null, XNode.create("home-page", null));
23250
- if (PositronInBrowser.isAvailable) {
23251
+ if (PositronInBrowser.isAvailable || isMobileView) {
23251
23252
  const menuService = this.resolve(MenuService);
23252
23253
  yield menuService.firstSearch;
23253
23254
  const id = menuService.mailboxes[0].mailboxID;