diff --git a/plugins/calendar-resources/src/components/AddParticipant.svelte b/plugins/calendar-resources/src/components/AddParticipant.svelte index 5b5a016da8..219fabab4b 100644 --- a/plugins/calendar-resources/src/components/AddParticipant.svelte +++ b/plugins/calendar-resources/src/components/AddParticipant.svelte @@ -14,13 +14,13 @@ --> @@ -185,21 +194,35 @@ }} >
-
- { - computeSize(ev.target) - }} - on:change - on:keydown - on:keypress - on:blur - /> +
+
+ { + computeSize(ev.target) + }} + on:change + on:keydown + on:keypress + on:blur + /> +
+
+
diff --git a/plugins/contact-resources/src/index.ts b/plugins/contact-resources/src/index.ts index a3bb59df9b..04595f69b2 100644 --- a/plugins/contact-resources/src/index.ts +++ b/plugins/contact-resources/src/index.ts @@ -178,7 +178,8 @@ export { SelectUsersPopup, IconAddMember, UserDetails, - DeleteConfirmationPopup + DeleteConfirmationPopup, + CreateGuest } const toObjectSearchResult = (e: WithLookup): ObjectSearchResult => ({ diff --git a/plugins/contact-resources/src/plugin.ts b/plugins/contact-resources/src/plugin.ts index 4d42312665..81797305dc 100644 --- a/plugins/contact-resources/src/plugin.ts +++ b/plugins/contact-resources/src/plugin.ts @@ -78,8 +78,7 @@ export default mergeIds(contactId, contact, { DeleteEmployee: '' as IntlString, DeleteEmployeeDescr: '' as IntlString, HasMessagesIn: '' as IntlString, - HasNewMessagesIn: '' as IntlString, - AddGuest: '' as IntlString + HasNewMessagesIn: '' as IntlString }, function: { GetContactLink: '' as Resource<(doc: Doc, props: Record) => Promise>, diff --git a/plugins/contact/src/index.ts b/plugins/contact/src/index.ts index 23fc93a985..16c444a8f0 100644 --- a/plugins/contact/src/index.ts +++ b/plugins/contact/src/index.ts @@ -262,7 +262,8 @@ export const contactPlugin = plugin(contactId, { NumberMembers: '' as IntlString, Position: '' as IntlString, For: '' as IntlString, - SelectUsers: '' as IntlString + SelectUsers: '' as IntlString, + AddGuest: '' as IntlString }, viewlet: { TableMember: '' as Ref,