@social-mail/social-mail-client 1.8.283 → 1.8.284

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@social-mail/social-mail-client",
3
- "version": "1.8.283",
3
+ "version": "1.8.284",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -10,6 +10,7 @@ import CloudFileService from "../files/service/CloudFileService";
10
10
 
11
11
 
12
12
  import "./ChooseFolderPage.local.css";
13
+ import { FolderTreeView } from "../../controls/tree/FileTreeView";
13
14
  const css = "choose-folder-page";
14
15
 
15
16
  export default class ChooserFolderPage extends PopupWindowPage<any, IAppFile> {
@@ -53,7 +54,7 @@ export default class ChooserFolderPage extends PopupWindowPage<any, IAppFile> {
53
54
  // </div>;
54
55
 
55
56
  this.renderer = <div class={css}>
56
- <TreeView
57
+ <FolderTreeView
57
58
  class="folders"
58
59
  childrenProperty={(item) => item.children ??= []}
59
60
  root={this.root}