@opencloud-eu/web-pkg 6.0.0 → 6.1.0

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.
Files changed (204) hide show
  1. package/dist/TextEditor-B0ZZfO_w.js +819 -0
  2. package/dist/assets/worker-BVTM6bn-.js +1 -0
  3. package/dist/assets/worker-C-Nrpmiq.js +24 -0
  4. package/dist/assets/worker-CzI1mBNb.js +24 -0
  5. package/dist/assets/worker-DDmV-och.js +24 -0
  6. package/dist/composables-TkULFBg4.js +20165 -0
  7. package/dist/src/apps/types.d.ts +9 -9
  8. package/dist/src/components/AppBar/AppBar.vue.d.ts +154 -97
  9. package/dist/src/components/AppLoadingSpinner.vue.d.ts +2 -1
  10. package/dist/src/components/AppTemplates/AppWrapper.vue.d.ts +37 -33
  11. package/dist/src/components/AppTemplates/AppWrapperRoute.d.ts +1 -1
  12. package/dist/src/components/AppTemplates/PartialViews/ErrorScreen.vue.d.ts +5 -4
  13. package/dist/src/components/AppTemplates/PartialViews/LoadingScreen.vue.d.ts +2 -1
  14. package/dist/src/components/AppTopBar.vue.d.ts +13 -4
  15. package/dist/src/components/Avatars/AvatarUpload.vue.d.ts +3 -4
  16. package/dist/src/components/Avatars/UserAvatar.vue.d.ts +11 -1
  17. package/dist/src/components/BatchActions.vue.d.ts +16 -15
  18. package/dist/src/components/ContextActions/ActionMenuDropItem.vue.d.ts +11 -2
  19. package/dist/src/components/ContextActions/ActionMenuItem.vue.d.ts +9 -8
  20. package/dist/src/components/ContextActions/ContextActionMenu.vue.d.ts +41 -22
  21. package/dist/src/components/ContextActions/ContextMenuQuickAction.vue.d.ts +143 -388
  22. package/dist/src/components/CreateLinkModal.vue.d.ts +17 -7
  23. package/dist/src/components/CreateShortcutModal.vue.d.ts +160 -149
  24. package/dist/src/components/CustomComponentTarget.vue.d.ts +10 -1
  25. package/dist/src/components/FilesList/ContextActions.vue.d.ts +56 -37
  26. package/dist/src/components/FilesList/ResourceGhostElement.vue.d.ts +22 -11
  27. package/dist/src/components/FilesList/ResourceIcon.vue.d.ts +10 -1
  28. package/dist/src/components/FilesList/ResourceLink.vue.d.ts +7 -6
  29. package/dist/src/components/FilesList/ResourceListItem.vue.d.ts +13 -4
  30. package/dist/src/components/FilesList/ResourceName.vue.d.ts +10 -1
  31. package/dist/src/components/FilesList/ResourceSize.vue.d.ts +6 -5
  32. package/dist/src/components/FilesList/ResourceStatusIndicators.vue.d.ts +10 -1
  33. package/dist/src/components/FilesList/ResourceTable.vue.d.ts +51 -154
  34. package/dist/src/components/FilesList/ResourceTile.vue.d.ts +37 -153
  35. package/dist/src/components/FilesList/ResourceTiles.vue.d.ts +34 -119
  36. package/dist/src/components/Filters/DateFilter.vue.d.ts +32 -495
  37. package/dist/src/components/Filters/ItemFilterInline.vue.d.ts +6 -5
  38. package/dist/src/components/Groupware/Accounts/AccountsSwitch.vue.d.ts +3 -0
  39. package/dist/src/components/Groupware/Accounts/index.d.ts +1 -0
  40. package/dist/src/components/Groupware/index.d.ts +1 -0
  41. package/dist/src/components/ItemFilter.vue.d.ts +19 -204
  42. package/dist/src/components/ItemFilterToggle.vue.d.ts +6 -5
  43. package/dist/src/components/LinkRoleDropdown.vue.d.ts +7 -6
  44. package/dist/src/components/LoadingIndicator.vue.d.ts +5 -4
  45. package/dist/src/components/Modals/DatePickerModal.vue.d.ts +8 -7
  46. package/dist/src/components/Modals/EmojiPickerModal.vue.d.ts +6 -5
  47. package/dist/src/components/Modals/FilePickerModal.vue.d.ts +8 -7
  48. package/dist/src/components/Modals/ResourceConflictModal.vue.d.ts +9 -8
  49. package/dist/src/components/Modals/SaveAsModal.vue.d.ts +8 -7
  50. package/dist/src/components/Modals/SpaceMoveInfoModal.vue.d.ts +5 -4
  51. package/dist/src/components/Modals/UnsavedChangesModal.vue.d.ts +5 -4
  52. package/dist/src/components/Navigation/MobileNav.vue.d.ts +2 -1
  53. package/dist/src/components/NoContentMessage.vue.d.ts +17 -12
  54. package/dist/src/components/Pagination.vue.d.ts +5 -4
  55. package/dist/src/components/QuotaSelect.vue.d.ts +7 -6
  56. package/dist/src/components/Search/ResourcePreview.vue.d.ts +10 -41
  57. package/dist/src/components/SearchBarFilter.vue.d.ts +7 -6
  58. package/dist/src/components/SideBar/CompareSaveDialog.vue.d.ts +6 -5
  59. package/dist/src/components/SideBar/FileSideBar.vue.d.ts +10 -76
  60. package/dist/src/components/SideBar/Files/FileInfo.vue.d.ts +10 -1
  61. package/dist/src/components/SideBar/SideBar.vue.d.ts +20 -21
  62. package/dist/src/components/SideBar/SideBarPanels.vue.d.ts +21 -22
  63. package/dist/src/components/SideBar/Spaces/Details/SpaceDetails.vue.d.ts +10 -1
  64. package/dist/src/components/SideBar/Spaces/Details/SpaceDetailsMultiple.vue.d.ts +10 -1
  65. package/dist/src/components/SideBar/Spaces/SpaceInfo.vue.d.ts +2 -1
  66. package/dist/src/components/SideBar/Spaces/SpaceNoSelection.vue.d.ts +2 -1
  67. package/dist/src/components/SideBar/WebDavDetails.vue.d.ts +7 -6
  68. package/dist/src/components/SpaceQuota.vue.d.ts +10 -1
  69. package/dist/src/components/Spaces/QuotaModal.vue.d.ts +13 -4
  70. package/dist/src/components/Spaces/SpaceImageModal.vue.d.ts +12 -4
  71. package/dist/src/components/TextEditor/TextEditor.vue.d.ts +26 -0
  72. package/dist/src/components/TextEditor/index.d.ts +39 -0
  73. package/dist/src/components/VersionCheck.vue.d.ts +2 -1
  74. package/dist/src/components/ViewOptions.vue.d.ts +10 -1
  75. package/dist/src/components/index.d.ts +1 -0
  76. package/dist/src/composables/actions/files/useFileActionFallbackToDownload.d.ts +1 -1
  77. package/dist/src/composables/actions/files/useFileActions.d.ts +2 -2
  78. package/dist/src/composables/actions/files/useFileActionsCopy.d.ts +1 -1
  79. package/dist/src/composables/actions/files/useFileActionsCopyPermanentLink.d.ts +1 -1
  80. package/dist/src/composables/actions/files/useFileActionsCreateLink.d.ts +1 -1
  81. package/dist/src/composables/actions/files/useFileActionsCreateNewFile.d.ts +1 -1
  82. package/dist/src/composables/actions/files/useFileActionsCreateNewFolder.d.ts +1 -1
  83. package/dist/src/composables/actions/files/useFileActionsCreateNewShortcut.d.ts +1 -1
  84. package/dist/src/composables/actions/files/useFileActionsCreateSpaceFromResource.d.ts +1 -1
  85. package/dist/src/composables/actions/files/useFileActionsDelete.d.ts +1 -1
  86. package/dist/src/composables/actions/files/useFileActionsDisableSync.d.ts +1 -1
  87. package/dist/src/composables/actions/files/useFileActionsDownloadArchive.d.ts +1 -1
  88. package/dist/src/composables/actions/files/useFileActionsDownloadFile.d.ts +1 -1
  89. package/dist/src/composables/actions/files/useFileActionsEmptyTrashBin.d.ts +1 -1
  90. package/dist/src/composables/actions/files/useFileActionsEnableSync.d.ts +1 -1
  91. package/dist/src/composables/actions/files/useFileActionsFavorite.d.ts +1 -1
  92. package/dist/src/composables/actions/files/useFileActionsMove.d.ts +1 -1
  93. package/dist/src/composables/actions/files/useFileActionsNavigate.d.ts +1 -1
  94. package/dist/src/composables/actions/files/useFileActionsOpenShortcut.d.ts +1 -1
  95. package/dist/src/composables/actions/files/useFileActionsOpenWithApp.d.ts +1 -1
  96. package/dist/src/composables/actions/files/useFileActionsOpenWithDefault.d.ts +1 -1
  97. package/dist/src/composables/actions/files/useFileActionsPaste.d.ts +1 -1
  98. package/dist/src/composables/actions/files/useFileActionsRename.d.ts +2 -2
  99. package/dist/src/composables/actions/files/useFileActionsRestore.d.ts +2 -2
  100. package/dist/src/composables/actions/files/useFileActionsSaveAs.d.ts +1 -1
  101. package/dist/src/composables/actions/files/useFileActionsSetImage.d.ts +1 -1
  102. package/dist/src/composables/actions/files/useFileActionsShowActions.d.ts +1 -1
  103. package/dist/src/composables/actions/files/useFileActionsShowDetails.d.ts +1 -1
  104. package/dist/src/composables/actions/files/useFileActionsShowShares.d.ts +1 -1
  105. package/dist/src/composables/actions/files/useFileActionsToggleHideShare.d.ts +1 -1
  106. package/dist/src/composables/actions/files/useFileActionsUndoDelete.d.ts +2 -2
  107. package/dist/src/composables/actions/helpers/useIsAppActive.d.ts +1 -1
  108. package/dist/src/composables/actions/helpers/useIsFilesAppActive.d.ts +1 -1
  109. package/dist/src/composables/actions/helpers/useIsSearchActive.d.ts +1 -1
  110. package/dist/src/composables/actions/spaces/useSpaceActionsCreate.d.ts +1 -1
  111. package/dist/src/composables/actions/spaces/useSpaceActionsDelete.d.ts +1 -1
  112. package/dist/src/composables/actions/spaces/useSpaceActionsDeleteImage.d.ts +1 -1
  113. package/dist/src/composables/actions/spaces/useSpaceActionsDisable.d.ts +1 -1
  114. package/dist/src/composables/actions/spaces/useSpaceActionsDuplicate.d.ts +1 -1
  115. package/dist/src/composables/actions/spaces/useSpaceActionsEditDescription.d.ts +1 -1
  116. package/dist/src/composables/actions/spaces/useSpaceActionsEditQuota.d.ts +1 -1
  117. package/dist/src/composables/actions/spaces/useSpaceActionsEditReadmeContent.d.ts +1 -1
  118. package/dist/src/composables/actions/spaces/useSpaceActionsNavigateToTrash.d.ts +1 -1
  119. package/dist/src/composables/actions/spaces/useSpaceActionsRename.d.ts +1 -1
  120. package/dist/src/composables/actions/spaces/useSpaceActionsRestore.d.ts +1 -1
  121. package/dist/src/composables/actions/spaces/useSpaceActionsSetIcon.d.ts +1 -1
  122. package/dist/src/composables/actions/spaces/useSpaceActionsShowMembers.d.ts +1 -1
  123. package/dist/src/composables/actions/useActionsShowDetails.d.ts +1 -1
  124. package/dist/src/composables/appDefaults/useAppConfig.d.ts +1 -1
  125. package/dist/src/composables/appDefaults/useAppDocumentTitle.d.ts +2 -1
  126. package/dist/src/composables/appDefaults/useAppFileHandling.d.ts +4 -2
  127. package/dist/src/composables/appDefaults/useAppMeta.d.ts +1 -1
  128. package/dist/src/composables/authContext/useAuthService.d.ts +3 -1
  129. package/dist/src/composables/authContext/useRequest.d.ts +2 -2
  130. package/dist/src/composables/driveResolver/useSpacesLoading.d.ts +1 -1
  131. package/dist/src/composables/embedMode/useEmbedMode.d.ts +8 -8
  132. package/dist/src/composables/eventBus/useEventBus.d.ts +1 -1
  133. package/dist/src/composables/filesList/useResourceRouteResolver.d.ts +1 -1
  134. package/dist/src/composables/folderLink/useFolderLink.d.ts +2 -2
  135. package/dist/src/composables/isTopBarSticky/useIsTopBarSticky.d.ts +1 -1
  136. package/dist/src/composables/keyboardActions/useInterceptModifierClick.d.ts +1 -1
  137. package/dist/src/composables/links/useLinkTypes.d.ts +1 -1
  138. package/dist/src/composables/localStorage/useLocalStorage.d.ts +1 -1
  139. package/dist/src/composables/navItems/useNavItems.d.ts +1 -1
  140. package/dist/src/composables/piniaStores/apps.d.ts +31 -31
  141. package/dist/src/composables/piniaStores/auth.d.ts +25 -25
  142. package/dist/src/composables/piniaStores/avatars.d.ts +9 -9
  143. package/dist/src/composables/piniaStores/capabilities.d.ts +160 -160
  144. package/dist/src/composables/piniaStores/clipboard.d.ts +49 -49
  145. package/dist/src/composables/piniaStores/config/config.d.ts +135 -141
  146. package/dist/src/composables/piniaStores/config/types.d.ts +6 -20
  147. package/dist/src/composables/piniaStores/extensionRegistry/extensionPreferences.d.ts +4 -4
  148. package/dist/src/composables/piniaStores/extensionRegistry/extensionRegistry.d.ts +1 -1
  149. package/dist/src/composables/piniaStores/groupware/accounts.d.ts +511 -0
  150. package/dist/src/composables/piniaStores/{groupwareConfig/groupwareConfig.d.ts → groupware/config.d.ts} +107 -80
  151. package/dist/src/composables/piniaStores/groupware/index.d.ts +3 -0
  152. package/dist/src/composables/piniaStores/{groupwareConfig → groupware}/types.d.ts +30 -18
  153. package/dist/src/composables/piniaStores/index.d.ts +1 -1
  154. package/dist/src/composables/piniaStores/messages.d.ts +70 -70
  155. package/dist/src/composables/piniaStores/modals.d.ts +197 -209
  156. package/dist/src/composables/piniaStores/resources.d.ts +11 -11
  157. package/dist/src/composables/piniaStores/shares/shares.d.ts +1 -1
  158. package/dist/src/composables/piniaStores/shares/types.d.ts +2 -1
  159. package/dist/src/composables/piniaStores/sideBar.d.ts +7 -7
  160. package/dist/src/composables/piniaStores/spaces.d.ts +189 -188
  161. package/dist/src/composables/piniaStores/theme.d.ts +10 -10
  162. package/dist/src/composables/piniaStores/updates.d.ts +10 -10
  163. package/dist/src/composables/piniaStores/user.d.ts +5 -5
  164. package/dist/src/composables/piniaStores/webWorkers.d.ts +1 -1
  165. package/dist/src/composables/requestHeaders/useRequestHeaders.d.ts +1 -1
  166. package/dist/src/composables/resources/useGetResourceContext.d.ts +26 -26
  167. package/dist/src/composables/resources/useLoadPreview.d.ts +1 -1
  168. package/dist/src/composables/resources/useResourceContents.d.ts +1 -1
  169. package/dist/src/composables/resources/useResourceIndicators.d.ts +12 -1
  170. package/dist/src/composables/resources/useResourceViewDrag.d.ts +23 -13
  171. package/dist/src/composables/resources/useResourceViewHelpers.d.ts +30 -20
  172. package/dist/src/composables/resources/useResourceViewSelection.d.ts +2 -2
  173. package/dist/src/composables/selection/useSelectedResources.d.ts +2 -1
  174. package/dist/src/composables/spaces/useCreateSpace.d.ts +1 -1
  175. package/dist/src/composables/spaces/useSpaceHelpers.d.ts +1 -1
  176. package/dist/src/composables/webWorkers/deleteWorker/useDeleteWorker.d.ts +1 -1
  177. package/dist/src/composables/webWorkers/pasteWorker/usePasteWorker.d.ts +2 -2
  178. package/dist/src/composables/webWorkers/restoreWorker/useRestoreWorker.d.ts +1 -1
  179. package/dist/src/composables/webWorkers/tokenTimerWorker/useTokenTimerWorker.d.ts +3 -1
  180. package/dist/src/extensionPoints.d.ts +1 -1
  181. package/dist/src/helpers/resource/conflictHandling/conflictDialog.d.ts +1 -1
  182. package/dist/src/helpers/resource/conflictHandling/transfer.d.ts +4 -4
  183. package/dist/src/helpers/resource/conflictHandling/types.d.ts +1 -1
  184. package/dist/src/helpers/share/driveItem.d.ts +1 -1
  185. package/dist/src/router/common.d.ts +1 -1
  186. package/dist/src/router/index.d.ts +2 -1
  187. package/dist/src/router/public.d.ts +1 -1
  188. package/dist/src/router/shares.d.ts +1 -1
  189. package/dist/src/router/spaces.d.ts +1 -1
  190. package/dist/src/router/trash.d.ts +1 -1
  191. package/dist/src/services/passwordPolicy/rules.d.ts +63 -0
  192. package/dist/src/services/preview/types.d.ts +1 -1
  193. package/dist/src/services/uppy/DropTarget/plugin.d.ts +2 -1
  194. package/dist/src/services/uppy/uppyService.d.ts +3 -3
  195. package/dist/web-pkg.js +4251 -352
  196. package/package.json +36 -37
  197. package/dist/TextEditor-D-HQDUkm.js +0 -865
  198. package/dist/assets/worker-BBQqm_-D.js +0 -1
  199. package/dist/assets/worker-CVwKToFD.js +0 -21
  200. package/dist/assets/worker-DJbU-qfq.js +0 -21
  201. package/dist/assets/worker-DyU7W9CZ.js +0 -21
  202. package/dist/index-OU30YA6H.js +0 -25032
  203. package/dist/src/composables/piniaStores/groupwareConfig/index.d.ts +0 -2
  204. package/dist/web-pkg.umd.cjs +0 -16
@@ -1,8 +1,8 @@
1
- import { RawGroupwareConfig } from './types';
2
- export declare const useGroupwareConfigStore: import('pinia').StoreDefinition<"groupwareConfig", Pick<{
3
- version: import('vue').Ref<string, string>;
4
- capabilities: import('vue').Ref<string[], string[]>;
5
- limits: import('vue').Ref<{
1
+ import type { RawGroupwareConfig } from './types';
2
+ export declare const useGroupwareConfigStore: import("pinia").StoreDefinition<"groupwareConfig", Pick<{
3
+ version: import("vue").Ref<string, string>;
4
+ capabilities: import("vue").Ref<string[], string[]>;
5
+ limits: import("vue").Ref<{
6
6
  maxSizeUpload: number;
7
7
  maxConcurrentUpload: number;
8
8
  maxSizeRequest: number;
@@ -13,12 +13,20 @@ export declare const useGroupwareConfigStore: import('pinia').StoreDefinition<"g
13
13
  maxSizeRequest: number;
14
14
  maxConcurrentRequests: number;
15
15
  }>;
16
- accounts: import('vue').Ref<{
16
+ accounts: import("vue").Ref<{
17
17
  accountId: string;
18
18
  name: string;
19
19
  isPersonal: boolean;
20
20
  isReadOnly: boolean;
21
- capabilities: {
21
+ identities: {
22
+ id: string;
23
+ textSignature: string;
24
+ htmlSignature: string;
25
+ name?: string;
26
+ email?: string;
27
+ mayDelete?: boolean;
28
+ }[];
29
+ capabilities?: {
22
30
  mail?: {
23
31
  maxMailboxDepth: number;
24
32
  maxSizeMailboxName: number;
@@ -34,18 +42,21 @@ export declare const useGroupwareConfigStore: import('pinia').StoreDefinition<"g
34
42
  maxNumberRedirects: number;
35
43
  };
36
44
  };
37
- identities: {
38
- id: string;
39
- name: string;
40
- email: string;
41
- mayDelete: boolean;
42
- }[];
45
+ accountCapabilities?: Record<string, Record<string, never>>;
43
46
  }[], {
44
47
  accountId: string;
45
48
  name: string;
46
49
  isPersonal: boolean;
47
50
  isReadOnly: boolean;
48
- capabilities: {
51
+ identities: {
52
+ id: string;
53
+ textSignature: string;
54
+ htmlSignature: string;
55
+ name?: string;
56
+ email?: string;
57
+ mayDelete?: boolean;
58
+ }[];
59
+ capabilities?: {
49
60
  mail?: {
50
61
  maxMailboxDepth: number;
51
62
  maxSizeMailboxName: number;
@@ -61,18 +72,21 @@ export declare const useGroupwareConfigStore: import('pinia').StoreDefinition<"g
61
72
  maxNumberRedirects: number;
62
73
  };
63
74
  };
64
- identities: {
65
- id: string;
66
- name: string;
67
- email: string;
68
- mayDelete: boolean;
69
- }[];
75
+ accountCapabilities?: Record<string, Record<string, never>>;
70
76
  }[] | {
71
77
  accountId: string;
72
78
  name: string;
73
79
  isPersonal: boolean;
74
80
  isReadOnly: boolean;
75
- capabilities: {
81
+ identities: {
82
+ id: string;
83
+ textSignature: string;
84
+ htmlSignature: string;
85
+ name?: string;
86
+ email?: string;
87
+ mayDelete?: boolean;
88
+ }[];
89
+ capabilities?: {
76
90
  mail?: {
77
91
  maxMailboxDepth: number;
78
92
  maxSizeMailboxName: number;
@@ -88,19 +102,14 @@ export declare const useGroupwareConfigStore: import('pinia').StoreDefinition<"g
88
102
  maxNumberRedirects: number;
89
103
  };
90
104
  };
91
- identities: {
92
- id: string;
93
- name: string;
94
- email: string;
95
- mayDelete: boolean;
96
- }[];
105
+ accountCapabilities?: Record<string, Record<string, never>>;
97
106
  }[]>;
98
- primaryAccounts: import('vue').Ref<Record<string, string>, Record<string, string>>;
107
+ primaryAccounts: import("vue").Ref<Record<string, string>, Record<string, string>>;
99
108
  loadGroupwareConfig: (data: RawGroupwareConfig) => void;
100
109
  }, "capabilities" | "version" | "limits" | "accounts" | "primaryAccounts">, Pick<{
101
- version: import('vue').Ref<string, string>;
102
- capabilities: import('vue').Ref<string[], string[]>;
103
- limits: import('vue').Ref<{
110
+ version: import("vue").Ref<string, string>;
111
+ capabilities: import("vue").Ref<string[], string[]>;
112
+ limits: import("vue").Ref<{
104
113
  maxSizeUpload: number;
105
114
  maxConcurrentUpload: number;
106
115
  maxSizeRequest: number;
@@ -111,12 +120,20 @@ export declare const useGroupwareConfigStore: import('pinia').StoreDefinition<"g
111
120
  maxSizeRequest: number;
112
121
  maxConcurrentRequests: number;
113
122
  }>;
114
- accounts: import('vue').Ref<{
123
+ accounts: import("vue").Ref<{
115
124
  accountId: string;
116
125
  name: string;
117
126
  isPersonal: boolean;
118
127
  isReadOnly: boolean;
119
- capabilities: {
128
+ identities: {
129
+ id: string;
130
+ textSignature: string;
131
+ htmlSignature: string;
132
+ name?: string;
133
+ email?: string;
134
+ mayDelete?: boolean;
135
+ }[];
136
+ capabilities?: {
120
137
  mail?: {
121
138
  maxMailboxDepth: number;
122
139
  maxSizeMailboxName: number;
@@ -132,18 +149,21 @@ export declare const useGroupwareConfigStore: import('pinia').StoreDefinition<"g
132
149
  maxNumberRedirects: number;
133
150
  };
134
151
  };
135
- identities: {
136
- id: string;
137
- name: string;
138
- email: string;
139
- mayDelete: boolean;
140
- }[];
152
+ accountCapabilities?: Record<string, Record<string, never>>;
141
153
  }[], {
142
154
  accountId: string;
143
155
  name: string;
144
156
  isPersonal: boolean;
145
157
  isReadOnly: boolean;
146
- capabilities: {
158
+ identities: {
159
+ id: string;
160
+ textSignature: string;
161
+ htmlSignature: string;
162
+ name?: string;
163
+ email?: string;
164
+ mayDelete?: boolean;
165
+ }[];
166
+ capabilities?: {
147
167
  mail?: {
148
168
  maxMailboxDepth: number;
149
169
  maxSizeMailboxName: number;
@@ -159,18 +179,21 @@ export declare const useGroupwareConfigStore: import('pinia').StoreDefinition<"g
159
179
  maxNumberRedirects: number;
160
180
  };
161
181
  };
162
- identities: {
163
- id: string;
164
- name: string;
165
- email: string;
166
- mayDelete: boolean;
167
- }[];
182
+ accountCapabilities?: Record<string, Record<string, never>>;
168
183
  }[] | {
169
184
  accountId: string;
170
185
  name: string;
171
186
  isPersonal: boolean;
172
187
  isReadOnly: boolean;
173
- capabilities: {
188
+ identities: {
189
+ id: string;
190
+ textSignature: string;
191
+ htmlSignature: string;
192
+ name?: string;
193
+ email?: string;
194
+ mayDelete?: boolean;
195
+ }[];
196
+ capabilities?: {
174
197
  mail?: {
175
198
  maxMailboxDepth: number;
176
199
  maxSizeMailboxName: number;
@@ -186,19 +209,14 @@ export declare const useGroupwareConfigStore: import('pinia').StoreDefinition<"g
186
209
  maxNumberRedirects: number;
187
210
  };
188
211
  };
189
- identities: {
190
- id: string;
191
- name: string;
192
- email: string;
193
- mayDelete: boolean;
194
- }[];
212
+ accountCapabilities?: Record<string, Record<string, never>>;
195
213
  }[]>;
196
- primaryAccounts: import('vue').Ref<Record<string, string>, Record<string, string>>;
214
+ primaryAccounts: import("vue").Ref<Record<string, string>, Record<string, string>>;
197
215
  loadGroupwareConfig: (data: RawGroupwareConfig) => void;
198
216
  }, never>, Pick<{
199
- version: import('vue').Ref<string, string>;
200
- capabilities: import('vue').Ref<string[], string[]>;
201
- limits: import('vue').Ref<{
217
+ version: import("vue").Ref<string, string>;
218
+ capabilities: import("vue").Ref<string[], string[]>;
219
+ limits: import("vue").Ref<{
202
220
  maxSizeUpload: number;
203
221
  maxConcurrentUpload: number;
204
222
  maxSizeRequest: number;
@@ -209,12 +227,20 @@ export declare const useGroupwareConfigStore: import('pinia').StoreDefinition<"g
209
227
  maxSizeRequest: number;
210
228
  maxConcurrentRequests: number;
211
229
  }>;
212
- accounts: import('vue').Ref<{
230
+ accounts: import("vue").Ref<{
213
231
  accountId: string;
214
232
  name: string;
215
233
  isPersonal: boolean;
216
234
  isReadOnly: boolean;
217
- capabilities: {
235
+ identities: {
236
+ id: string;
237
+ textSignature: string;
238
+ htmlSignature: string;
239
+ name?: string;
240
+ email?: string;
241
+ mayDelete?: boolean;
242
+ }[];
243
+ capabilities?: {
218
244
  mail?: {
219
245
  maxMailboxDepth: number;
220
246
  maxSizeMailboxName: number;
@@ -230,18 +256,21 @@ export declare const useGroupwareConfigStore: import('pinia').StoreDefinition<"g
230
256
  maxNumberRedirects: number;
231
257
  };
232
258
  };
233
- identities: {
234
- id: string;
235
- name: string;
236
- email: string;
237
- mayDelete: boolean;
238
- }[];
259
+ accountCapabilities?: Record<string, Record<string, never>>;
239
260
  }[], {
240
261
  accountId: string;
241
262
  name: string;
242
263
  isPersonal: boolean;
243
264
  isReadOnly: boolean;
244
- capabilities: {
265
+ identities: {
266
+ id: string;
267
+ textSignature: string;
268
+ htmlSignature: string;
269
+ name?: string;
270
+ email?: string;
271
+ mayDelete?: boolean;
272
+ }[];
273
+ capabilities?: {
245
274
  mail?: {
246
275
  maxMailboxDepth: number;
247
276
  maxSizeMailboxName: number;
@@ -257,18 +286,21 @@ export declare const useGroupwareConfigStore: import('pinia').StoreDefinition<"g
257
286
  maxNumberRedirects: number;
258
287
  };
259
288
  };
260
- identities: {
261
- id: string;
262
- name: string;
263
- email: string;
264
- mayDelete: boolean;
265
- }[];
289
+ accountCapabilities?: Record<string, Record<string, never>>;
266
290
  }[] | {
267
291
  accountId: string;
268
292
  name: string;
269
293
  isPersonal: boolean;
270
294
  isReadOnly: boolean;
271
- capabilities: {
295
+ identities: {
296
+ id: string;
297
+ textSignature: string;
298
+ htmlSignature: string;
299
+ name?: string;
300
+ email?: string;
301
+ mayDelete?: boolean;
302
+ }[];
303
+ capabilities?: {
272
304
  mail?: {
273
305
  maxMailboxDepth: number;
274
306
  maxSizeMailboxName: number;
@@ -284,14 +316,9 @@ export declare const useGroupwareConfigStore: import('pinia').StoreDefinition<"g
284
316
  maxNumberRedirects: number;
285
317
  };
286
318
  };
287
- identities: {
288
- id: string;
289
- name: string;
290
- email: string;
291
- mayDelete: boolean;
292
- }[];
319
+ accountCapabilities?: Record<string, Record<string, never>>;
293
320
  }[]>;
294
- primaryAccounts: import('vue').Ref<Record<string, string>, Record<string, string>>;
321
+ primaryAccounts: import("vue").Ref<Record<string, string>, Record<string, string>>;
295
322
  loadGroupwareConfig: (data: RawGroupwareConfig) => void;
296
323
  }, "loadGroupwareConfig">>;
297
324
  export type GroupwareConfigStore = ReturnType<typeof useGroupwareConfigStore>;
@@ -0,0 +1,3 @@
1
+ export * from './accounts';
2
+ export * from './config';
3
+ export * from './types';
@@ -31,16 +31,18 @@ export declare const AccountCapabilitiesSchema: z.ZodObject<{
31
31
  }, z.core.$strip>;
32
32
  export declare const IdentitySchema: z.ZodObject<{
33
33
  id: z.ZodString;
34
- name: z.ZodString;
35
- email: z.ZodString;
36
- mayDelete: z.ZodBoolean;
34
+ name: z.ZodNullable<z.ZodOptional<z.ZodString>>;
35
+ email: z.ZodOptional<z.ZodString>;
36
+ textSignature: z.ZodDefault<z.ZodOptional<z.ZodString>>;
37
+ htmlSignature: z.ZodDefault<z.ZodOptional<z.ZodString>>;
38
+ mayDelete: z.ZodOptional<z.ZodBoolean>;
37
39
  }, z.core.$strip>;
38
40
  export declare const AccountSchema: z.ZodObject<{
39
41
  accountId: z.ZodString;
40
42
  name: z.ZodString;
41
43
  isPersonal: z.ZodBoolean;
42
44
  isReadOnly: z.ZodBoolean;
43
- capabilities: z.ZodObject<{
45
+ capabilities: z.ZodOptional<z.ZodObject<{
44
46
  mail: z.ZodOptional<z.ZodObject<{
45
47
  maxMailboxDepth: z.ZodNumber;
46
48
  maxSizeMailboxName: z.ZodNumber;
@@ -55,14 +57,18 @@ export declare const AccountSchema: z.ZodObject<{
55
57
  maxNumberScripts: z.ZodNumber;
56
58
  maxNumberRedirects: z.ZodNumber;
57
59
  }, z.core.$strip>>;
58
- }, z.core.$strip>;
60
+ }, z.core.$strip>>;
61
+ accountCapabilities: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{}, z.core.$strip>>>;
59
62
  identities: z.ZodArray<z.ZodObject<{
60
63
  id: z.ZodString;
61
- name: z.ZodString;
62
- email: z.ZodString;
63
- mayDelete: z.ZodBoolean;
64
+ name: z.ZodNullable<z.ZodOptional<z.ZodString>>;
65
+ email: z.ZodOptional<z.ZodString>;
66
+ textSignature: z.ZodDefault<z.ZodOptional<z.ZodString>>;
67
+ htmlSignature: z.ZodDefault<z.ZodOptional<z.ZodString>>;
68
+ mayDelete: z.ZodOptional<z.ZodBoolean>;
64
69
  }, z.core.$strip>>;
65
70
  }, z.core.$strip>;
71
+ export type GroupwareAccount = z.infer<typeof AccountSchema>;
66
72
  export declare const LimitsSchema: z.ZodObject<{
67
73
  maxSizeUpload: z.ZodNumber;
68
74
  maxConcurrentUpload: z.ZodNumber;
@@ -74,7 +80,7 @@ export declare const AccountsSchema: z.ZodArray<z.ZodObject<{
74
80
  name: z.ZodString;
75
81
  isPersonal: z.ZodBoolean;
76
82
  isReadOnly: z.ZodBoolean;
77
- capabilities: z.ZodObject<{
83
+ capabilities: z.ZodOptional<z.ZodObject<{
78
84
  mail: z.ZodOptional<z.ZodObject<{
79
85
  maxMailboxDepth: z.ZodNumber;
80
86
  maxSizeMailboxName: z.ZodNumber;
@@ -89,12 +95,15 @@ export declare const AccountsSchema: z.ZodArray<z.ZodObject<{
89
95
  maxNumberScripts: z.ZodNumber;
90
96
  maxNumberRedirects: z.ZodNumber;
91
97
  }, z.core.$strip>>;
92
- }, z.core.$strip>;
98
+ }, z.core.$strip>>;
99
+ accountCapabilities: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{}, z.core.$strip>>>;
93
100
  identities: z.ZodArray<z.ZodObject<{
94
101
  id: z.ZodString;
95
- name: z.ZodString;
96
- email: z.ZodString;
97
- mayDelete: z.ZodBoolean;
102
+ name: z.ZodNullable<z.ZodOptional<z.ZodString>>;
103
+ email: z.ZodOptional<z.ZodString>;
104
+ textSignature: z.ZodDefault<z.ZodOptional<z.ZodString>>;
105
+ htmlSignature: z.ZodDefault<z.ZodOptional<z.ZodString>>;
106
+ mayDelete: z.ZodOptional<z.ZodBoolean>;
98
107
  }, z.core.$strip>>;
99
108
  }, z.core.$strip>>;
100
109
  export declare const PrimaryAccountsSchema: z.ZodRecord<z.ZodString, z.ZodString>;
@@ -112,7 +121,7 @@ export declare const RawGroupwareConfigSchema: z.ZodObject<{
112
121
  name: z.ZodString;
113
122
  isPersonal: z.ZodBoolean;
114
123
  isReadOnly: z.ZodBoolean;
115
- capabilities: z.ZodObject<{
124
+ capabilities: z.ZodOptional<z.ZodObject<{
116
125
  mail: z.ZodOptional<z.ZodObject<{
117
126
  maxMailboxDepth: z.ZodNumber;
118
127
  maxSizeMailboxName: z.ZodNumber;
@@ -127,12 +136,15 @@ export declare const RawGroupwareConfigSchema: z.ZodObject<{
127
136
  maxNumberScripts: z.ZodNumber;
128
137
  maxNumberRedirects: z.ZodNumber;
129
138
  }, z.core.$strip>>;
130
- }, z.core.$strip>;
139
+ }, z.core.$strip>>;
140
+ accountCapabilities: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{}, z.core.$strip>>>;
131
141
  identities: z.ZodArray<z.ZodObject<{
132
142
  id: z.ZodString;
133
- name: z.ZodString;
134
- email: z.ZodString;
135
- mayDelete: z.ZodBoolean;
143
+ name: z.ZodNullable<z.ZodOptional<z.ZodString>>;
144
+ email: z.ZodOptional<z.ZodString>;
145
+ textSignature: z.ZodDefault<z.ZodOptional<z.ZodString>>;
146
+ htmlSignature: z.ZodDefault<z.ZodOptional<z.ZodString>>;
147
+ mayDelete: z.ZodOptional<z.ZodBoolean>;
136
148
  }, z.core.$strip>>;
137
149
  }, z.core.$strip>>;
138
150
  primaryAccounts: z.ZodRecord<z.ZodString, z.ZodString>;
@@ -5,7 +5,7 @@ export * from './capabilities';
5
5
  export * from './clipboard';
6
6
  export * from './config';
7
7
  export * from './extensionRegistry';
8
- export * from './groupwareConfig';
8
+ export * from './groupware';
9
9
  export * from './messages';
10
10
  export * from './modals';
11
11
  export * from './resources';