@social-mail/social-mail-client 1.9.95 → 1.9.96
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/content/templates/plain/blank.html +38 -0
- package/dist/admin/AdminAppIndex.pack.js +6 -4
- 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 +2 -0
- package/dist/common/pages/files/service/CloudFileService.d.ts.map +1 -1
- package/dist/common/pages/files/service/CloudFileService.js +6 -4
- package/dist/common/pages/files/service/CloudFileService.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.js +38 -7
- 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/site-editor-app/pages/websites/studio/WebSiteStudioPage.d.ts +1 -0
- package/dist/site-editor-app/pages/websites/studio/WebSiteStudioPage.d.ts.map +1 -1
- package/dist/site-editor-app/pages/websites/studio/WebSiteStudioPage.js +32 -3
- package/dist/site-editor-app/pages/websites/studio/WebSiteStudioPage.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/web/AppIndex.pack.js +6 -4
- 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 +5 -4
- package/src/site-editor-app/pages/websites/studio/WebSiteStudioPage.tsx +31 -1
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html>
|
|
3
|
+
<head>
|
|
4
|
+
<link rel="stylesheet" styler-css="vars.css" href="./../../styles/vars.css">
|
|
5
|
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@latest/css/all.min.css">
|
|
6
|
+
<link styler-css="styler.css" rel="stylesheet"
|
|
7
|
+
href="//cdn.jsdelivr.net/npm/@social-mail/social-mail-client@latest/styler-lite/styler.css">
|
|
8
|
+
<script web-components="social" async="true" defer="true"
|
|
9
|
+
src="//cdn.jsdelivr.net/npm/@social-mail/web-components@latest/dist/main.js"></script>
|
|
10
|
+
|
|
11
|
+
<meta charset="utf-8">
|
|
12
|
+
<title></title>
|
|
13
|
+
</head>
|
|
14
|
+
|
|
15
|
+
<body styler-expansion-enabled="true">
|
|
16
|
+
<main styler-layout="main">
|
|
17
|
+
<inject src="/templates/header.html"></inject>
|
|
18
|
+
|
|
19
|
+
<section styler-layout="column">
|
|
20
|
+
<section>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam sollicitudin vel tellus id viverra.
|
|
21
|
+
In et odio vitae nunc tincidunt ornare. Sed arcu massa, aliquam id sem id, rhoncus luctus sem. Class
|
|
22
|
+
aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Mauris porttitor
|
|
23
|
+
ex imperdiet imperdiet auctor.</section>
|
|
24
|
+
<section>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam mattis ipsum et luctus mollis. Sed
|
|
25
|
+
et massa at risus cursus maximus. Donec iaculis quis ex a dignissim. Integer tempus fermentum neque. Sed
|
|
26
|
+
ullamcorper orci a metus consequat, sit amet porttitor est eleifend. In consectetur dui sit amet ante
|
|
27
|
+
pharetra consectetur.</section>
|
|
28
|
+
<section>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque fringilla quam ac odio mollis
|
|
29
|
+
sollicitudin. Donec libero nisi, interdum quis urna sed, cursus auctor neque. Mauris quis ligula sed
|
|
30
|
+
tellus tincidunt mattis. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per
|
|
31
|
+
inceptos himenaeos. Praesent tincidunt tempus vehicula. Nullam.</section>
|
|
32
|
+
</section>
|
|
33
|
+
<inject src="/templates/footer.html"></inject>
|
|
34
|
+
</main>
|
|
35
|
+
|
|
36
|
+
</body>
|
|
37
|
+
|
|
38
|
+
</html>
|
|
@@ -23942,7 +23942,7 @@ System.register(["tslib", "@web-atoms/core/dist/di/DISingleton", "@web-atoms/cor
|
|
|
23942
23942
|
return __awaiter(this, arguments, void 0, function* (id, cancelToken = null) {
|
|
23943
23943
|
const folder = yield this.entityService.query(AppFile).where({
|
|
23944
23944
|
id
|
|
23945
|
-
}, p => x => x.appFileID === p.id).include(x => x.creator).firstOrDefault({
|
|
23945
|
+
}, p => x => x.appFileID === p.id && x.isDeleted === false).include(x => x.creator).firstOrDefault({
|
|
23946
23946
|
cancelToken
|
|
23947
23947
|
});
|
|
23948
23948
|
folder.children = [];
|
|
@@ -23965,7 +23965,7 @@ System.register(["tslib", "@web-atoms/core/dist/di/DISingleton", "@web-atoms/cor
|
|
|
23965
23965
|
const path = root.path + "%";
|
|
23966
23966
|
const files = yield this.entityService.query(AppFile).where({
|
|
23967
23967
|
path
|
|
23968
|
-
}, p => x => Sql.text.like(x.path, p.path) && x.isDeleted === false && (x.contentType === "text/html" || x.isFolder === true)).include(x => x.creator).
|
|
23968
|
+
}, p => x => Sql.text.like(x.path, p.path) && x.isDeleted === false && (x.contentType === "text/html" || x.isFolder === true)).include(x => x.creator).toArray({
|
|
23969
23969
|
cancelToken
|
|
23970
23970
|
});
|
|
23971
23971
|
root.children = [];
|
|
@@ -24193,12 +24193,14 @@ System.register(["tslib", "@web-atoms/core/dist/di/DISingleton", "@web-atoms/cor
|
|
|
24193
24193
|
appFileID,
|
|
24194
24194
|
content,
|
|
24195
24195
|
parentID,
|
|
24196
|
-
folder
|
|
24196
|
+
folder,
|
|
24197
|
+
name
|
|
24197
24198
|
} = fm;
|
|
24198
24199
|
return this.localFileService.uploadFile(content, {
|
|
24199
24200
|
appFileID,
|
|
24200
24201
|
parentID,
|
|
24201
|
-
folder
|
|
24202
|
+
folder,
|
|
24203
|
+
name
|
|
24202
24204
|
});
|
|
24203
24205
|
});
|
|
24204
24206
|
}
|