@opencloud-eu/web-pkg 5.1.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.
- package/dist/TextEditor-B0ZZfO_w.js +819 -0
- package/dist/assets/worker-BVTM6bn-.js +1 -0
- package/dist/assets/worker-C-Nrpmiq.js +24 -0
- package/dist/assets/worker-CzI1mBNb.js +24 -0
- package/dist/assets/worker-DDmV-och.js +24 -0
- package/dist/composables-TkULFBg4.js +20165 -0
- package/dist/src/apps/types.d.ts +9 -12
- package/dist/src/components/AppBar/AppBar.vue.d.ts +154 -96
- package/dist/src/components/AppBar/index.d.ts +0 -1
- package/dist/src/components/AppLoadingSpinner.vue.d.ts +2 -1
- package/dist/src/components/AppTemplates/AppWrapper.vue.d.ts +37 -33
- package/dist/src/components/AppTemplates/AppWrapperRoute.d.ts +1 -1
- package/dist/src/components/AppTemplates/PartialViews/ErrorScreen.vue.d.ts +5 -4
- package/dist/src/components/AppTemplates/PartialViews/LoadingScreen.vue.d.ts +2 -1
- package/dist/src/components/AppTopBar.vue.d.ts +13 -4
- package/dist/src/components/Avatars/AvatarUpload.vue.d.ts +3 -4
- package/dist/src/components/Avatars/UserAvatar.vue.d.ts +11 -1
- package/dist/src/components/BatchActions.vue.d.ts +16 -15
- package/dist/src/components/ContextActions/ActionMenuDropItem.vue.d.ts +11 -2
- package/dist/src/components/ContextActions/ActionMenuItem.vue.d.ts +9 -8
- package/dist/src/components/ContextActions/ContextActionMenu.vue.d.ts +41 -22
- package/dist/src/components/ContextActions/ContextMenuQuickAction.vue.d.ts +176 -23
- package/dist/src/components/CreateLinkModal.vue.d.ts +17 -7
- package/dist/src/components/CreateShortcutModal.vue.d.ts +233 -0
- package/dist/src/components/CustomComponentTarget.vue.d.ts +12 -13
- package/dist/src/components/FilesList/ContextActions.vue.d.ts +56 -37
- package/dist/src/components/FilesList/ResourceGhostElement.vue.d.ts +22 -11
- package/dist/src/components/FilesList/ResourceIcon.vue.d.ts +10 -1
- package/dist/src/components/FilesList/ResourceLink.vue.d.ts +7 -6
- package/dist/src/components/FilesList/ResourceListItem.vue.d.ts +13 -4
- package/dist/src/components/FilesList/ResourceName.vue.d.ts +10 -1
- package/dist/src/components/FilesList/ResourceSize.vue.d.ts +6 -5
- package/dist/src/components/FilesList/ResourceStatusIndicators.vue.d.ts +10 -1
- package/dist/src/components/FilesList/ResourceTable.vue.d.ts +51 -154
- package/dist/src/components/FilesList/ResourceTile.vue.d.ts +37 -153
- package/dist/src/components/FilesList/ResourceTiles.vue.d.ts +34 -119
- package/dist/src/components/Filters/DateFilter.vue.d.ts +37 -0
- package/dist/src/components/Filters/ItemFilterInline.vue.d.ts +6 -5
- package/dist/src/components/Groupware/Accounts/AccountsSwitch.vue.d.ts +3 -0
- package/dist/src/components/Groupware/Accounts/index.d.ts +1 -0
- package/dist/src/components/Groupware/index.d.ts +1 -0
- package/dist/src/components/ItemFilter.vue.d.ts +19 -204
- package/dist/src/components/ItemFilterToggle.vue.d.ts +6 -5
- package/dist/src/components/LinkRoleDropdown.vue.d.ts +7 -6
- package/dist/src/components/LoadingIndicator.vue.d.ts +5 -4
- package/dist/src/components/Modals/DatePickerModal.vue.d.ts +8 -7
- package/dist/src/components/Modals/EmojiPickerModal.vue.d.ts +6 -5
- package/dist/src/components/Modals/FilePickerModal.vue.d.ts +8 -7
- package/dist/src/components/Modals/ResourceConflictModal.vue.d.ts +9 -8
- package/dist/src/components/Modals/SaveAsModal.vue.d.ts +8 -7
- package/dist/src/components/Modals/SpaceMoveInfoModal.vue.d.ts +5 -4
- package/dist/src/components/Modals/UnsavedChangesModal.vue.d.ts +5 -4
- package/dist/src/components/Navigation/MobileNav.vue.d.ts +3 -0
- package/dist/src/components/Navigation/index.d.ts +1 -0
- package/dist/src/components/NoContentMessage.vue.d.ts +19 -13
- package/dist/src/components/Pagination.vue.d.ts +5 -4
- package/dist/src/components/QuotaSelect.vue.d.ts +7 -6
- package/dist/src/components/Search/ResourcePreview.vue.d.ts +10 -41
- package/dist/src/components/SearchBarFilter.vue.d.ts +7 -6
- package/dist/src/components/SideBar/CompareSaveDialog.vue.d.ts +6 -5
- package/dist/src/components/SideBar/FileSideBar.vue.d.ts +10 -75
- package/dist/src/components/SideBar/Files/FileInfo.vue.d.ts +10 -1
- package/dist/src/components/SideBar/SideBar.vue.d.ts +20 -21
- package/dist/src/components/SideBar/SideBarPanels.vue.d.ts +21 -22
- package/dist/src/components/SideBar/Spaces/Details/SpaceDetails.vue.d.ts +10 -1
- package/dist/src/components/SideBar/Spaces/Details/SpaceDetailsMultiple.vue.d.ts +10 -1
- package/dist/src/components/SideBar/Spaces/SpaceInfo.vue.d.ts +2 -1
- package/dist/src/components/SideBar/Spaces/SpaceNoSelection.vue.d.ts +2 -1
- package/dist/src/components/SideBar/WebDavDetails.vue.d.ts +7 -6
- package/dist/src/components/SpaceQuota.vue.d.ts +10 -1
- package/dist/src/components/Spaces/QuotaModal.vue.d.ts +13 -4
- package/dist/src/components/Spaces/SpaceImageModal.vue.d.ts +12 -4
- package/dist/src/components/TextEditor/TextEditor.vue.d.ts +22 -161
- package/dist/src/components/TextEditor/index.d.ts +16 -138
- package/dist/src/components/VersionCheck.vue.d.ts +2 -1
- package/dist/src/components/ViewOptions.vue.d.ts +10 -1
- package/dist/src/components/index.d.ts +2 -1
- package/dist/src/composables/actions/files/useFileActionFallbackToDownload.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActions.d.ts +2 -2
- package/dist/src/composables/actions/files/useFileActionsCopy.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsCopyPermanentLink.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsCreateLink.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsCreateNewFile.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsCreateNewFolder.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsCreateNewShortcut.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsCreateSpaceFromResource.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsDelete.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsDisableSync.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsDownloadArchive.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsDownloadFile.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsEmptyTrashBin.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsEnableSync.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsFavorite.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsMove.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsNavigate.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsOpenShortcut.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsOpenWithApp.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsOpenWithDefault.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsPaste.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsRename.d.ts +2 -2
- package/dist/src/composables/actions/files/useFileActionsRestore.d.ts +2 -2
- package/dist/src/composables/actions/files/useFileActionsSaveAs.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsSetImage.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsShowActions.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsShowDetails.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsShowShares.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsToggleHideShare.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsUndoDelete.d.ts +2 -2
- package/dist/src/composables/actions/helpers/useIsAppActive.d.ts +1 -1
- package/dist/src/composables/actions/helpers/useIsFilesAppActive.d.ts +1 -1
- package/dist/src/composables/actions/helpers/useIsSearchActive.d.ts +1 -1
- package/dist/src/composables/actions/spaces/index.d.ts +1 -0
- package/dist/src/composables/actions/spaces/useSpaceActionsCreate.d.ts +7 -0
- package/dist/src/composables/actions/spaces/useSpaceActionsDelete.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsDeleteImage.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsDisable.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsDuplicate.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsEditDescription.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsEditQuota.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsEditReadmeContent.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsNavigateToTrash.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsRename.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsRestore.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsSetIcon.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsShowMembers.d.ts +1 -1
- package/dist/src/composables/actions/useActionsShowDetails.d.ts +1 -1
- package/dist/src/composables/appDefaults/useAppConfig.d.ts +1 -1
- package/dist/src/composables/appDefaults/useAppDocumentTitle.d.ts +2 -1
- package/dist/src/composables/appDefaults/useAppFileHandling.d.ts +4 -2
- package/dist/src/composables/appDefaults/useAppMeta.d.ts +1 -1
- package/dist/src/composables/authContext/useAuthService.d.ts +3 -1
- package/dist/src/composables/authContext/useRequest.d.ts +2 -2
- package/dist/src/composables/driveResolver/useSpacesLoading.d.ts +1 -1
- package/dist/src/composables/embedMode/useEmbedMode.d.ts +8 -8
- package/dist/src/composables/eventBus/useEventBus.d.ts +1 -1
- package/dist/src/composables/filesList/useResourceRouteResolver.d.ts +1 -1
- package/dist/src/composables/folderLink/useFolderLink.d.ts +2 -2
- package/dist/src/composables/index.d.ts +1 -1
- package/dist/src/composables/isTopBarSticky/useIsTopBarSticky.d.ts +1 -1
- package/dist/src/composables/keyboardActions/useInterceptModifierClick.d.ts +1 -1
- package/dist/src/composables/links/useLinkTypes.d.ts +1 -1
- package/dist/src/composables/localStorage/useLocalStorage.d.ts +1 -1
- package/dist/src/composables/navItems/index.d.ts +1 -0
- package/dist/src/composables/navItems/useNavItems.d.ts +13 -0
- package/dist/src/composables/piniaStores/apps.d.ts +31 -31
- package/dist/src/composables/piniaStores/auth.d.ts +30 -24
- package/dist/src/composables/piniaStores/avatars.d.ts +9 -9
- package/dist/src/composables/piniaStores/capabilities.d.ts +160 -160
- package/dist/src/composables/piniaStores/clipboard.d.ts +49 -49
- package/dist/src/composables/piniaStores/config/config.d.ts +135 -141
- package/dist/src/composables/piniaStores/config/types.d.ts +6 -20
- package/dist/src/composables/piniaStores/extensionRegistry/extensionPreferences.d.ts +4 -4
- package/dist/src/composables/piniaStores/extensionRegistry/extensionRegistry.d.ts +1 -1
- package/dist/src/composables/piniaStores/extensionRegistry/types.d.ts +14 -1
- package/dist/src/composables/piniaStores/groupware/accounts.d.ts +511 -0
- package/dist/src/composables/piniaStores/{groupwareConfig/groupwareConfig.d.ts → groupware/config.d.ts} +107 -80
- package/dist/src/composables/piniaStores/groupware/index.d.ts +3 -0
- package/dist/src/composables/piniaStores/{groupwareConfig → groupware}/types.d.ts +30 -18
- package/dist/src/composables/piniaStores/index.d.ts +1 -1
- package/dist/src/composables/piniaStores/messages.d.ts +70 -70
- package/dist/src/composables/piniaStores/modals.d.ts +197 -209
- package/dist/src/composables/piniaStores/resources.d.ts +11 -11
- package/dist/src/composables/piniaStores/shares/shares.d.ts +1 -1
- package/dist/src/composables/piniaStores/shares/types.d.ts +2 -1
- package/dist/src/composables/piniaStores/sideBar.d.ts +8 -22
- package/dist/src/composables/piniaStores/spaces.d.ts +189 -188
- package/dist/src/composables/piniaStores/theme.d.ts +10 -10
- package/dist/src/composables/piniaStores/updates.d.ts +10 -10
- package/dist/src/composables/piniaStores/user.d.ts +5 -5
- package/dist/src/composables/piniaStores/webWorkers.d.ts +1 -1
- package/dist/src/composables/requestHeaders/useRequestHeaders.d.ts +1 -1
- package/dist/src/composables/resources/useGetResourceContext.d.ts +26 -26
- package/dist/src/composables/resources/useLoadPreview.d.ts +1 -1
- package/dist/src/composables/resources/useResourceContents.d.ts +1 -1
- package/dist/src/composables/resources/useResourceIndicators.d.ts +12 -1
- package/dist/src/composables/resources/useResourceViewContextMenu.d.ts +4 -3
- package/dist/src/composables/resources/useResourceViewDrag.d.ts +23 -13
- package/dist/src/composables/resources/useResourceViewHelpers.d.ts +30 -20
- package/dist/src/composables/resources/useResourceViewSelection.d.ts +2 -2
- package/dist/src/composables/selection/useSelectedResources.d.ts +2 -1
- package/dist/src/composables/spaces/useCreateSpace.d.ts +2 -1
- package/dist/src/composables/spaces/useSpaceHelpers.d.ts +1 -1
- package/dist/src/composables/webWorkers/deleteWorker/useDeleteWorker.d.ts +1 -1
- package/dist/src/composables/webWorkers/pasteWorker/usePasteWorker.d.ts +2 -2
- package/dist/src/composables/webWorkers/restoreWorker/useRestoreWorker.d.ts +1 -1
- package/dist/src/composables/webWorkers/tokenTimerWorker/useTokenTimerWorker.d.ts +3 -1
- package/dist/src/constants.d.ts +0 -6
- package/dist/src/extensionPoints.d.ts +3 -0
- package/dist/src/helpers/filesize.d.ts +0 -7
- package/dist/src/helpers/index.d.ts +1 -2
- package/dist/src/helpers/resource/conflictHandling/conflictDialog.d.ts +1 -1
- package/dist/src/helpers/resource/conflictHandling/transfer.d.ts +4 -4
- package/dist/src/helpers/resource/conflictHandling/types.d.ts +1 -1
- package/dist/src/helpers/share/driveItem.d.ts +1 -1
- package/dist/src/helpers/versions.d.ts +5 -0
- package/dist/src/index.d.ts +1 -0
- package/dist/src/router/common.d.ts +1 -1
- package/dist/src/router/index.d.ts +2 -1
- package/dist/src/router/public.d.ts +1 -1
- package/dist/src/router/shares.d.ts +1 -1
- package/dist/src/router/spaces.d.ts +1 -1
- package/dist/src/router/trash.d.ts +1 -1
- package/dist/src/services/passwordPolicy/rules.d.ts +3 -9
- package/dist/src/services/preview/types.d.ts +1 -1
- package/dist/src/services/uppy/DropTarget/plugin.d.ts +2 -1
- package/dist/src/services/uppy/uppyService.d.ts +3 -3
- package/dist/web-pkg.js +4251 -354
- package/package.json +36 -38
- package/src/index.ts +1 -0
- package/dist/TextEditor-CXSedGM4.js +0 -867
- package/dist/assets/worker-22sDKzz_.js +0 -21
- package/dist/assets/worker-BBQqm_-D.js +0 -1
- package/dist/assets/worker-BSCY2vwA.js +0 -21
- package/dist/assets/worker-DH8D29Kr.js +0 -21
- package/dist/index-CEJcEmbf.js +0 -25419
- package/dist/src/components/AppBar/CreateSpace.vue.d.ts +0 -18
- package/dist/src/components/PortalTarget.vue.d.ts +0 -2
- package/dist/src/composables/piniaStores/groupwareConfig/index.d.ts +0 -2
- package/dist/src/composables/portalTarget/eventTopics.d.ts +0 -3
- package/dist/src/composables/portalTarget/index.d.ts +0 -2
- package/dist/src/composables/portalTarget/usePortalTarget.d.ts +0 -4
- package/dist/src/helpers/contextMenuDropdown.d.ts +0 -7
- package/dist/src/helpers/statusIndicators.d.ts +0 -12
- package/dist/web-pkg.umd.cjs +0 -36
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { RawGroupwareConfig } from './types';
|
|
2
|
-
export declare const useGroupwareConfigStore: import(
|
|
3
|
-
version: import(
|
|
4
|
-
capabilities: import(
|
|
5
|
-
limits: import(
|
|
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(
|
|
16
|
+
accounts: import("vue").Ref<{
|
|
17
17
|
accountId: string;
|
|
18
18
|
name: string;
|
|
19
19
|
isPersonal: boolean;
|
|
20
20
|
isReadOnly: boolean;
|
|
21
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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(
|
|
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(
|
|
102
|
-
capabilities: import(
|
|
103
|
-
limits: import(
|
|
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(
|
|
123
|
+
accounts: import("vue").Ref<{
|
|
115
124
|
accountId: string;
|
|
116
125
|
name: string;
|
|
117
126
|
isPersonal: boolean;
|
|
118
127
|
isReadOnly: boolean;
|
|
119
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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(
|
|
214
|
+
primaryAccounts: import("vue").Ref<Record<string, string>, Record<string, string>>;
|
|
197
215
|
loadGroupwareConfig: (data: RawGroupwareConfig) => void;
|
|
198
216
|
}, never>, Pick<{
|
|
199
|
-
version: import(
|
|
200
|
-
capabilities: import(
|
|
201
|
-
limits: import(
|
|
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(
|
|
230
|
+
accounts: import("vue").Ref<{
|
|
213
231
|
accountId: string;
|
|
214
232
|
name: string;
|
|
215
233
|
isPersonal: boolean;
|
|
216
234
|
isReadOnly: boolean;
|
|
217
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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(
|
|
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>;
|
|
@@ -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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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 './
|
|
8
|
+
export * from './groupware';
|
|
9
9
|
export * from './messages';
|
|
10
10
|
export * from './modals';
|
|
11
11
|
export * from './resources';
|