@social-mail/social-mail-client 1.4.11 → 1.4.13
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 +3 -7
- package/dist/admin/AdminAppIndex.pack.js.map +1 -1
- package/dist/admin/AdminAppIndex.pack.min.js +2 -2
- 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 +2 -6
- package/dist/common/pages/files/service/CloudFileService.js.map +1 -1
- package/dist/public/channel/ChannelApp.pack.js +1 -1
- package/dist/public/channel/ChannelApp.pack.min.js +1 -1
- package/dist/public/preview/pdf/PreviewPDF.pack.js +1 -1
- package/dist/public/preview/pdf/PreviewPDF.pack.min.js +1 -1
- package/dist/public/preview/video/PreviewVideo.pack.js +1 -1
- package/dist/public/preview/video/PreviewVideo.pack.min.js +1 -1
- package/dist/public/preview/zip/DownloadZip.pack.js +1 -1
- package/dist/public/preview/zip/DownloadZip.pack.min.js +1 -1
- package/dist/public/store/StoreApp.pack.js +1 -1
- package/dist/public/store/StoreApp.pack.min.js +1 -1
- package/dist/site-editor/blocks/Grid.d.ts +2 -0
- package/dist/site-editor/blocks/Grid.d.ts.map +1 -0
- package/dist/site-editor/blocks/Grid.js +37 -0
- package/dist/site-editor/blocks/Grid.js.map +1 -0
- package/dist/site-editor/editor/HtmlPageEditor.d.ts.map +1 -1
- package/dist/site-editor/editor/HtmlPageEditor.js +5 -3
- package/dist/site-editor/editor/HtmlPageEditor.js.map +1 -1
- package/dist/site-editor/properties/groups/LayoutEditor.d.ts.map +1 -1
- package/dist/site-editor/properties/groups/LayoutEditor.js +32 -0
- package/dist/site-editor/properties/groups/LayoutEditor.js.map +1 -1
- package/dist/site-editor/styler/StylerSet.d.ts +8 -0
- package/dist/site-editor/styler/StylerSet.d.ts.map +1 -1
- package/dist/site-editor/styler/properties/layouts/items-position/itemsPosition.d.ts +8 -0
- package/dist/site-editor/styler/properties/layouts/items-position/itemsPosition.d.ts.map +1 -1
- package/dist/site-editor/styler/properties/layouts/items-position/itemsPosition.js +92 -4
- package/dist/site-editor/styler/properties/layouts/items-position/itemsPosition.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.js +173 -15
- package/dist/site-editor-app/SiteEditorApp.pack.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.min.js +15 -7
- package/dist/site-editor-app/SiteEditorApp.pack.min.js.map +1 -1
- package/dist/style/GlobalStyle.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/web/AppIndex.pack.js +3 -7
- package/dist/web/AppIndex.pack.js.map +1 -1
- package/dist/web/AppIndex.pack.min.js +2 -2
- package/dist/web/AppIndex.pack.min.js.map +1 -1
- package/package.json +1 -1
- package/src/common/pages/files/service/CloudFileService.ts +1 -6
- package/src/site-editor/blocks/Grid.tsx +29 -0
- package/src/site-editor/editor/HtmlPageEditor.tsx +2 -0
- package/src/site-editor/properties/groups/LayoutEditor.tsx +44 -0
- package/src/site-editor/styler/properties/layouts/items-position/itemsPosition.ts +97 -1
- package/src/style/GlobalStyle.ts +1 -1
|
@@ -11808,7 +11808,7 @@ System.register(["@web-atoms/core/dist/core/types", "@web-atoms/core/dist/core/A
|
|
|
11808
11808
|
execute: function () {
|
|
11809
11809
|
_export("___UMD", ___UMD = UMD);
|
|
11810
11810
|
addLinkTag("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");
|
|
11811
|
-
addLinkTag("https://npm-git.azureedge.net/npm/package/@c8private/fa-icons@6.
|
|
11811
|
+
addLinkTag("https://npm-git.azureedge.net/npm/package/@c8private/fa-icons@6.7.1/css/all.min.css");
|
|
11812
11812
|
addLinkTag("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0");
|
|
11813
11813
|
addLinkTag("https://cdn.jsdelivr.net/npm/file-icon-vectors@1.0.0/dist/file-icon-vivid.min.css");
|
|
11814
11814
|
styled.css`
|
|
@@ -26427,14 +26427,10 @@ System.register(["tslib", "@web-atoms/core/dist/di/DISingleton", "@web-atoms/cor
|
|
|
26427
26427
|
return __awaiter(this, void 0, void 0, function* () {
|
|
26428
26428
|
const folder = yield this.entityService.query(AppFile).where({
|
|
26429
26429
|
id
|
|
26430
|
-
}, p => x => x.appFileID === p.id).include(x => x.creator).
|
|
26430
|
+
}, p => x => x.appFileID === p.id).include(x => x.creator).firstOrDefault({
|
|
26431
26431
|
cancelToken
|
|
26432
26432
|
});
|
|
26433
|
-
|
|
26434
|
-
folder.children.remove(x => !x.isFolder);
|
|
26435
|
-
} else {
|
|
26436
|
-
folder.children = [];
|
|
26437
|
-
}
|
|
26433
|
+
folder.children = [];
|
|
26438
26434
|
return folder;
|
|
26439
26435
|
});
|
|
26440
26436
|
}
|