@social-mail/social-mail-client 1.4.97 → 1.4.99
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 +4 -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/controls/file-preview/FilePreview.d.ts.map +1 -1
- package/dist/common/controls/file-preview/FilePreview.js +2 -1
- package/dist/common/controls/file-preview/FilePreview.js.map +1 -1
- package/dist/public/channel/ChannelApp.pack.js +1 -0
- package/dist/public/channel/ChannelApp.pack.js.map +1 -1
- package/dist/public/channel/ChannelApp.pack.min.js +1 -1
- package/dist/public/channel/ChannelApp.pack.min.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.js +4 -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 +4 -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/dist/web/page/mails/ConversationPage.d.ts +1 -0
- package/dist/web/page/mails/ConversationPage.d.ts.map +1 -1
- package/dist/web/page/mails/ConversationPage.js +1 -0
- package/dist/web/page/mails/ConversationPage.js.map +1 -1
- package/dist/web/page/mails/service/ConversationService.d.ts.map +1 -1
- package/dist/web/page/mails/service/ConversationService.js +1 -0
- package/dist/web/page/mails/service/ConversationService.js.map +1 -1
- package/package.json +1 -1
- package/src/common/controls/file-preview/FilePreview.tsx +4 -2
- package/src/web/page/mails/ConversationPage.tsx +2 -0
- package/src/web/page/mails/service/ConversationService.tsx +1 -0
|
@@ -27653,6 +27653,7 @@ System.register(["tslib", "@web-atoms/core/dist/di/DISingleton", "@web-atoms/cor
|
|
|
27653
27653
|
display: flex;
|
|
27654
27654
|
flex-direction: column;
|
|
27655
27655
|
word-break: break-word;
|
|
27656
|
+
align-items: flex-start;
|
|
27656
27657
|
}
|
|
27657
27658
|
`;
|
|
27658
27659
|
container.appendChild(style);
|
|
@@ -32482,8 +32483,9 @@ System.register(["@web-atoms/core/dist/core/XNode", "../../NumberFormats", "../.
|
|
|
32482
32483
|
href: FileUrlService.downloadUrl(a),
|
|
32483
32484
|
title: size ? `${name} (${size})` : name,
|
|
32484
32485
|
target: "_blank",
|
|
32485
|
-
"data-file-preview": "
|
|
32486
|
+
"data-file-preview": "file-preview"
|
|
32486
32487
|
}, XNode.create("i", {
|
|
32488
|
+
"data-element": "preview",
|
|
32487
32489
|
class: "fas fa-paperclip"
|
|
32488
32490
|
}), XNode.create("label", {
|
|
32489
32491
|
"data-element": "file-name"
|
|
@@ -37504,6 +37506,7 @@ System.register(["tslib", "@web-atoms/web-controls/dist/mobile-app/MobileApp", "
|
|
|
37504
37506
|
_export("default", ConversationPage = class ConversationPage extends ContentPage {
|
|
37505
37507
|
constructor() {
|
|
37506
37508
|
super(...arguments);
|
|
37509
|
+
this.keep = true;
|
|
37507
37510
|
this.mails = [];
|
|
37508
37511
|
this.version = 1;
|
|
37509
37512
|
this.tags = [];
|