@social-mail/social-mail-client 1.8.103 → 1.8.104
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 +1 -1
- 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/common/pages/files/service/CloudFileService.d.ts.map +1 -1
- package/dist/common/pages/files/service/CloudFileService.js +1 -1
- package/dist/common/pages/files/service/CloudFileService.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.js +1 -1
- 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.js +1 -1
- 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/package.json +1 -1
- package/src/common/pages/files/service/CloudFileService.ts +6 -1
|
@@ -23999,7 +23999,7 @@ System.register(["tslib", "@web-atoms/core/dist/di/DISingleton", "@web-atoms/cor
|
|
|
23999
23999
|
}) {
|
|
24000
24000
|
return __awaiter(this, void 0, void 0, function* () {
|
|
24001
24001
|
const userID = SocialMailApp.user.userID;
|
|
24002
|
-
let q = this.entityService.query(AppFile).where(x => x.isFolder === true && x.parentID === null && x.path !== null && x.contentType !== "snapshot");
|
|
24002
|
+
let q = this.entityService.query(AppFile).where(x => x.isFolder === true && x.parentID === null && x.path !== null && x.contentType !== "snapshot" && x.isDeleted === false);
|
|
24003
24003
|
if (search) {
|
|
24004
24004
|
q = q.where({
|
|
24005
24005
|
search
|