@social-mail/social-mail-client 1.8.211 → 1.8.212
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 +2 -2
- 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/code-editor/{HtmlCodeEditorWindow.d.ts → html/HtmlCodeEditorWindow.d.ts} +1 -1
- package/dist/code-editor/html/HtmlCodeEditorWindow.d.ts.map +1 -0
- package/dist/code-editor/{HtmlCodeEditorWindow.js → html/HtmlCodeEditorWindow.js} +6 -6
- package/dist/code-editor/html/HtmlCodeEditorWindow.js.map +1 -0
- package/dist/code-editor/svg/SvgCodeEditorWindow.d.ts +22 -0
- package/dist/code-editor/svg/SvgCodeEditorWindow.d.ts.map +1 -0
- package/dist/code-editor/svg/SvgCodeEditorWindow.js +123 -0
- package/dist/code-editor/svg/SvgCodeEditorWindow.js.map +1 -0
- package/dist/code-editor/svg/SvgCodeEditorWindow.local.css +2 -0
- package/dist/code-editor/svg/SvgCodeEditorWindow.local.css.map +1 -0
- package/dist/common/pages/websites/detail/WebSiteDetail.d.ts.map +1 -1
- package/dist/common/pages/websites/detail/WebSiteDetail.js +2 -1
- package/dist/common/pages/websites/detail/WebSiteDetail.js.map +1 -1
- package/dist/common/pages/websites/list/WebSiteListPage.d.ts.map +1 -1
- package/dist/common/pages/websites/list/WebSiteListPage.js +0 -1
- package/dist/common/pages/websites/list/WebSiteListPage.js.map +1 -1
- package/dist/site-editor/editor/BreadCrum.d.ts +1 -1
- package/dist/site-editor/editor/BreadCrum.d.ts.map +1 -1
- package/dist/site-editor/{styles/bread-crum.local.css → editor/BreadCrum.global.css} +2 -2
- package/dist/site-editor/editor/BreadCrum.global.css.map +1 -0
- package/dist/site-editor/editor/BreadCrum.js +9 -3
- package/dist/site-editor/editor/BreadCrum.js.map +1 -1
- package/dist/site-editor/editor/HtmlPageEditor.d.ts.map +1 -1
- package/dist/site-editor/editor/HtmlPageEditor.js +11 -0
- package/dist/site-editor/editor/HtmlPageEditor.js.map +1 -1
- package/dist/site-editor/editor/UndoRedo.d.ts.map +1 -1
- package/dist/site-editor/editor/UndoRedo.js +11 -8
- package/dist/site-editor/editor/UndoRedo.js.map +1 -1
- package/dist/site-editor/menus/commands/EditElement.js +3 -3
- package/dist/site-editor/menus/commands/EditElement.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.global.css +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.global.css.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.js +44 -24
- package/dist/site-editor-app/SiteEditorApp.pack.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.local.css +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.local.css.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 +2 -2
- 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/code-editor/{HtmlCodeEditorWindow.tsx → html/HtmlCodeEditorWindow.tsx} +2 -2
- package/src/code-editor/svg/SvgCodeEditorWindow.local.css +5 -0
- package/src/code-editor/svg/SvgCodeEditorWindow.tsx +108 -0
- package/src/common/pages/websites/detail/WebSiteDetail.tsx +4 -1
- package/src/common/pages/websites/list/WebSiteListPage.tsx +0 -1
- package/src/site-editor/{styles/bread-crum.local.css → editor/BreadCrum.global.css} +85 -82
- package/src/site-editor/editor/BreadCrum.tsx +8 -2
- package/src/site-editor/editor/HtmlPageEditor.tsx +13 -52
- package/src/site-editor/editor/UndoRedo.tsx +10 -6
- package/src/site-editor/menus/commands/EditElement.tsx +1 -1
- package/styler-lite/styler.css +1 -1
- package/styler-lite/styler.css.map +1 -1
- package/styler-lite/styles/properties/invisible/invisible.css +6 -0
- package/dist/code-editor/HtmlCodeEditorWindow.d.ts.map +0 -1
- package/dist/code-editor/HtmlCodeEditorWindow.js.map +0 -1
- package/dist/site-editor/styles/bread-crum.local.css.map +0 -1
|
@@ -43983,7 +43983,8 @@ System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/web-con
|
|
|
43983
43983
|
this.footerRenderer = () => XNode.create("div", {
|
|
43984
43984
|
"data-layout": "header-row"
|
|
43985
43985
|
}, XNode.create(EditIconTextButton, {
|
|
43986
|
-
href: AppUrlService.editWebSite(this.site)
|
|
43986
|
+
href: AppUrlService.editWebSite(this.site),
|
|
43987
|
+
target: `_web_${this.site.folderID}`
|
|
43987
43988
|
}), XNode.create(InlinePopupButton, {
|
|
43988
43989
|
popup: () => XNode.create("div", null, " ", ...this.site.hosts.map(h => XNode.create("a", {
|
|
43989
43990
|
href: `https://${h.host}`,
|
|
@@ -44953,7 +44954,6 @@ System.register(["tslib", "@web-atoms/core/dist/core/InjectProperty", "@web-atom
|
|
|
44953
44954
|
href: CommonCommands.openWebSiteDetails.displayRoute({
|
|
44954
44955
|
id: item.folderID
|
|
44955
44956
|
}),
|
|
44956
|
-
target: `_web_${item.folderID}`,
|
|
44957
44957
|
text: item.folder.name
|
|
44958
44958
|
}), XNode.create("label", {
|
|
44959
44959
|
text: (_a = item.folder.parent) === null || _a === void 0 ? void 0 : _a.name
|