@social-mail/social-mail-client 1.4.100 → 1.4.102

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.
@@ -33851,6 +33851,7 @@ System.register(["@web-atoms/core/dist/core/XNode", "@web-atoms/web-controls/dis
33851
33851
  })), XNode.create(MenuItem, Object.assign({}, UploadEvent.AttachUploadAction({
33852
33852
  accept: "*/*",
33853
33853
  maxSize,
33854
+ multiple: true,
33854
33855
  extra: {}
33855
33856
  }), {
33856
33857
  icon: "fa-duotone fa-file",
@@ -37506,6 +37507,7 @@ System.register(["tslib", "@web-atoms/web-controls/dist/mobile-app/MobileApp", "
37506
37507
  _export("default", ConversationPage = class ConversationPage extends ContentPage {
37507
37508
  constructor() {
37508
37509
  super(...arguments);
37510
+ this.keep = true;
37509
37511
  this.mails = [];
37510
37512
  this.version = 1;
37511
37513
  this.tags = [];