@social-mail/social-mail-client 1.9.57 → 1.9.58

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.
Files changed (32) hide show
  1. package/dist/admin/AdminAppIndex.pack.js +6 -0
  2. package/dist/admin/AdminAppIndex.pack.js.map +1 -1
  3. package/dist/admin/AdminAppIndex.pack.min.js +1 -1
  4. package/dist/admin/AdminAppIndex.pack.min.js.map +1 -1
  5. package/dist/public/channel/ChannelApp.pack.js +6 -0
  6. package/dist/public/channel/ChannelApp.pack.js.map +1 -1
  7. package/dist/public/channel/ChannelApp.pack.min.js +1 -1
  8. package/dist/public/channel/ChannelApp.pack.min.js.map +1 -1
  9. package/dist/public/store/StoreApp.pack.js +6 -0
  10. package/dist/public/store/StoreApp.pack.js.map +1 -1
  11. package/dist/public/store/StoreApp.pack.min.js +1 -1
  12. package/dist/public/store/StoreApp.pack.min.js.map +1 -1
  13. package/dist/site-editor-app/SiteEditorApp.pack.js +7 -1
  14. package/dist/site-editor-app/SiteEditorApp.pack.js.map +1 -1
  15. package/dist/site-editor-app/SiteEditorApp.pack.min.js +1 -1
  16. package/dist/site-editor-app/SiteEditorApp.pack.min.js.map +1 -1
  17. package/dist/site-editor-app/pages/websites/studio/WebSiteStudioPage.js +1 -1
  18. package/dist/site-editor-app/pages/websites/studio/WebSiteStudioPage.js.map +1 -1
  19. package/dist/tsconfig.tsbuildinfo +1 -1
  20. package/dist/web/AppIndex.pack.js +6 -0
  21. package/dist/web/AppIndex.pack.js.map +1 -1
  22. package/dist/web/AppIndex.pack.min.js +1 -1
  23. package/dist/web/AppIndex.pack.min.js.map +1 -1
  24. package/node_modules/@web-atoms/web-controls/dist/desktop-app/DesktopApp.d.ts +1 -0
  25. package/node_modules/@web-atoms/web-controls/dist/desktop-app/DesktopApp.d.ts.map +1 -1
  26. package/node_modules/@web-atoms/web-controls/dist/desktop-app/DesktopApp.js +6 -0
  27. package/node_modules/@web-atoms/web-controls/dist/desktop-app/DesktopApp.js.map +1 -1
  28. package/node_modules/@web-atoms/web-controls/dist/tsconfig.tsbuildinfo +1 -1
  29. package/node_modules/@web-atoms/web-controls/package.json +1 -1
  30. package/node_modules/@web-atoms/web-controls/src/desktop-app/DesktopApp.tsx +6 -0
  31. package/package.json +2 -2
  32. package/src/site-editor-app/pages/websites/studio/WebSiteStudioPage.tsx +1 -1
@@ -10167,6 +10167,9 @@ System.register(["tslib", "@web-atoms/core/dist/core/BindableProperty", "@web-at
10167
10167
  this.element.setAttribute("drawer-hidden", "1");
10168
10168
  }
10169
10169
  }
10170
+ onHideDrawer() {
10171
+ this.element.setAttribute("drawer-hidden", "1");
10172
+ }
10170
10173
  });
10171
10174
  __decorate([BindableProperty, __metadata("design:type", Function)], DesktopApp.prototype, "menuRenderer", void 0);
10172
10175
  __decorate([BindableProperty, __metadata("design:type", Function)], DesktopApp.prototype, "sideBarRenderer", void 0);
@@ -10174,6 +10177,9 @@ System.register(["tslib", "@web-atoms/core/dist/core/BindableProperty", "@web-at
10174
10177
  __decorate([Action({
10175
10178
  onEvent: "iconClick"
10176
10179
  }), __metadata("design:type", Function), __metadata("design:paramtypes", []), __metadata("design:returntype", void 0)], DesktopApp.prototype, "onIconClick", null);
10180
+ __decorate([Action({
10181
+ onEvent: "hideDrawer"
10182
+ }), __metadata("design:type", Function), __metadata("design:paramtypes", []), __metadata("design:returntype", void 0)], DesktopApp.prototype, "onHideDrawer", null);
10177
10183
  }
10178
10184
  };
10179
10185
  });
@@ -60543,7 +60549,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/InjectProperty", "@web-atom
60543
60549
  this.renderer = XNode.create("div", null, XNode.create(Loader, null));
60544
60550
  this.search = "";
60545
60551
  this.root = yield this.cloudFileService.webRoot(this.parameters);
60546
- this.element.dispatchEvent(new CustomEvent("iconClick", {
60552
+ this.element.dispatchEvent(new CustomEvent("hideDrawer", {
60547
60553
  bubbles: true
60548
60554
  }));
60549
60555
  this.title = this.root.name;