@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,5 +1,6 @@
|
|
|
1
|
-
import { SpaceResource
|
|
1
|
+
import { SpaceResource } from '@opencloud-eu/web-client';
|
|
2
2
|
import { Graph } from '@opencloud-eu/web-client/graph';
|
|
3
|
+
import type { CollaboratorShare, MountPointSpaceResource } from '@opencloud-eu/web-client';
|
|
3
4
|
import { ConfigStore } from './config';
|
|
4
5
|
export declare const sortSpaceMembers: (shares: CollaboratorShare[]) => CollaboratorShare[];
|
|
5
6
|
export declare const getSpacesByType: ({ graphClient, driveType, configStore, signal }: {
|
|
@@ -8,8 +9,8 @@ export declare const getSpacesByType: ({ graphClient, driveType, configStore, si
|
|
|
8
9
|
configStore: ConfigStore;
|
|
9
10
|
signal?: AbortSignal;
|
|
10
11
|
}) => Promise<SpaceResource[]>;
|
|
11
|
-
export declare const useSpacesStore: import(
|
|
12
|
-
spaces: import(
|
|
12
|
+
export declare const useSpacesStore: import("pinia").StoreDefinition<"spaces", Pick<{
|
|
13
|
+
spaces: import("vue").Ref<{
|
|
13
14
|
description: string;
|
|
14
15
|
disabled: boolean;
|
|
15
16
|
driveAlias: string;
|
|
@@ -287,7 +288,7 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
287
288
|
};
|
|
288
289
|
};
|
|
289
290
|
link?: {
|
|
290
|
-
type?: import(
|
|
291
|
+
type?: import("@opencloud-eu/web-client/graph/generated").SharingLinkType;
|
|
291
292
|
preventsDownload?: boolean;
|
|
292
293
|
webUrl?: string;
|
|
293
294
|
'@libre.graph.displayName'?: string;
|
|
@@ -370,7 +371,7 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
370
371
|
};
|
|
371
372
|
};
|
|
372
373
|
link?: {
|
|
373
|
-
type?: import(
|
|
374
|
+
type?: import("@opencloud-eu/web-client/graph/generated").SharingLinkType;
|
|
374
375
|
preventsDownload?: boolean;
|
|
375
376
|
webUrl?: string;
|
|
376
377
|
'@libre.graph.displayName'?: string;
|
|
@@ -738,7 +739,7 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
738
739
|
};
|
|
739
740
|
};
|
|
740
741
|
link?: {
|
|
741
|
-
type?: import(
|
|
742
|
+
type?: import("@opencloud-eu/web-client/graph/generated").SharingLinkType;
|
|
742
743
|
preventsDownload?: boolean;
|
|
743
744
|
webUrl?: string;
|
|
744
745
|
'@libre.graph.displayName'?: string;
|
|
@@ -821,7 +822,7 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
821
822
|
};
|
|
822
823
|
};
|
|
823
824
|
link?: {
|
|
824
|
-
type?: import(
|
|
825
|
+
type?: import("@opencloud-eu/web-client/graph/generated").SharingLinkType;
|
|
825
826
|
preventsDownload?: boolean;
|
|
826
827
|
webUrl?: string;
|
|
827
828
|
'@libre.graph.displayName'?: string;
|
|
@@ -1182,7 +1183,7 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
1182
1183
|
};
|
|
1183
1184
|
};
|
|
1184
1185
|
link?: {
|
|
1185
|
-
type?: import(
|
|
1186
|
+
type?: import("@opencloud-eu/web-client/graph/generated").SharingLinkType;
|
|
1186
1187
|
preventsDownload?: boolean;
|
|
1187
1188
|
webUrl?: string;
|
|
1188
1189
|
'@libre.graph.displayName'?: string;
|
|
@@ -1265,7 +1266,7 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
1265
1266
|
};
|
|
1266
1267
|
};
|
|
1267
1268
|
link?: {
|
|
1268
|
-
type?: import(
|
|
1269
|
+
type?: import("@opencloud-eu/web-client/graph/generated").SharingLinkType;
|
|
1269
1270
|
preventsDownload?: boolean;
|
|
1270
1271
|
webUrl?: string;
|
|
1271
1272
|
'@libre.graph.displayName'?: string;
|
|
@@ -1357,31 +1358,31 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
1357
1358
|
webDavTrashPath: string;
|
|
1358
1359
|
graphPermissions?: string[];
|
|
1359
1360
|
canDisable: (args?: {
|
|
1360
|
-
user?: import(
|
|
1361
|
-
ability?: import(
|
|
1361
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
1362
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
1362
1363
|
}) => boolean;
|
|
1363
1364
|
canEditDescription: (args?: {
|
|
1364
|
-
user?: import(
|
|
1365
|
-
ability?: import(
|
|
1365
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
1366
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
1366
1367
|
}) => boolean;
|
|
1367
1368
|
canEditImage: (args?: {
|
|
1368
|
-
user?: import(
|
|
1369
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
1369
1370
|
}) => boolean;
|
|
1370
1371
|
canEditReadme: (args?: {
|
|
1371
|
-
user?: import(
|
|
1372
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
1372
1373
|
}) => boolean;
|
|
1373
1374
|
canRestore: (args?: {
|
|
1374
|
-
user?: import(
|
|
1375
|
-
ability?: import(
|
|
1375
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
1376
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
1376
1377
|
}) => boolean;
|
|
1377
1378
|
canDeleteFromTrashBin: (args?: {
|
|
1378
|
-
user?: import(
|
|
1379
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
1379
1380
|
}) => boolean;
|
|
1380
1381
|
canRestoreFromTrashbin: (args?: {
|
|
1381
|
-
user?: import(
|
|
1382
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
1382
1383
|
}) => boolean;
|
|
1383
1384
|
canListVersions: (args?: {
|
|
1384
|
-
user?: import(
|
|
1385
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
1385
1386
|
}) => boolean;
|
|
1386
1387
|
getWebDavUrl: ({ path }: {
|
|
1387
1388
|
path: string;
|
|
@@ -1389,8 +1390,8 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
1389
1390
|
getWebDavTrashUrl: ({ path }: {
|
|
1390
1391
|
path: string;
|
|
1391
1392
|
}) => string;
|
|
1392
|
-
getDriveAliasAndItem: (resource: import(
|
|
1393
|
-
isOwner: (user: import(
|
|
1393
|
+
getDriveAliasAndItem: (resource: import("@opencloud-eu/web-client").Resource) => string;
|
|
1394
|
+
isOwner: (user: import("@opencloud-eu/web-client/graph/generated").User) => boolean;
|
|
1394
1395
|
id: string;
|
|
1395
1396
|
fileId?: string;
|
|
1396
1397
|
parentFolderId?: string;
|
|
@@ -1466,20 +1467,20 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
1466
1467
|
hasPreview?: () => boolean;
|
|
1467
1468
|
canCreate?: () => boolean;
|
|
1468
1469
|
canUpload?: ({ user }: {
|
|
1469
|
-
user?: import(
|
|
1470
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
1470
1471
|
}) => boolean;
|
|
1471
1472
|
canDownload?: () => boolean;
|
|
1472
1473
|
canShare?: (args?: {
|
|
1473
|
-
user?: import(
|
|
1474
|
-
ability?: import(
|
|
1474
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
1475
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
1475
1476
|
}) => boolean;
|
|
1476
1477
|
canRename?: (args?: {
|
|
1477
|
-
user?: import(
|
|
1478
|
-
ability?: import(
|
|
1478
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
1479
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
1479
1480
|
}) => boolean;
|
|
1480
1481
|
canBeDeleted?: (args?: {
|
|
1481
|
-
user?: import(
|
|
1482
|
-
ability?: import(
|
|
1482
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
1483
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
1483
1484
|
}) => boolean;
|
|
1484
1485
|
canEditTags?: () => boolean;
|
|
1485
1486
|
getDomSelector?: () => string;
|
|
@@ -1764,7 +1765,7 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
1764
1765
|
};
|
|
1765
1766
|
};
|
|
1766
1767
|
link?: {
|
|
1767
|
-
type?: import(
|
|
1768
|
+
type?: import("@opencloud-eu/web-client/graph/generated").SharingLinkType;
|
|
1768
1769
|
preventsDownload?: boolean;
|
|
1769
1770
|
webUrl?: string;
|
|
1770
1771
|
'@libre.graph.displayName'?: string;
|
|
@@ -1847,7 +1848,7 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
1847
1848
|
};
|
|
1848
1849
|
};
|
|
1849
1850
|
link?: {
|
|
1850
|
-
type?: import(
|
|
1851
|
+
type?: import("@opencloud-eu/web-client/graph/generated").SharingLinkType;
|
|
1851
1852
|
preventsDownload?: boolean;
|
|
1852
1853
|
webUrl?: string;
|
|
1853
1854
|
'@libre.graph.displayName'?: string;
|
|
@@ -2215,7 +2216,7 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
2215
2216
|
};
|
|
2216
2217
|
};
|
|
2217
2218
|
link?: {
|
|
2218
|
-
type?: import(
|
|
2219
|
+
type?: import("@opencloud-eu/web-client/graph/generated").SharingLinkType;
|
|
2219
2220
|
preventsDownload?: boolean;
|
|
2220
2221
|
webUrl?: string;
|
|
2221
2222
|
'@libre.graph.displayName'?: string;
|
|
@@ -2298,7 +2299,7 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
2298
2299
|
};
|
|
2299
2300
|
};
|
|
2300
2301
|
link?: {
|
|
2301
|
-
type?: import(
|
|
2302
|
+
type?: import("@opencloud-eu/web-client/graph/generated").SharingLinkType;
|
|
2302
2303
|
preventsDownload?: boolean;
|
|
2303
2304
|
webUrl?: string;
|
|
2304
2305
|
'@libre.graph.displayName'?: string;
|
|
@@ -2659,7 +2660,7 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
2659
2660
|
};
|
|
2660
2661
|
};
|
|
2661
2662
|
link?: {
|
|
2662
|
-
type?: import(
|
|
2663
|
+
type?: import("@opencloud-eu/web-client/graph/generated").SharingLinkType;
|
|
2663
2664
|
preventsDownload?: boolean;
|
|
2664
2665
|
webUrl?: string;
|
|
2665
2666
|
'@libre.graph.displayName'?: string;
|
|
@@ -2742,7 +2743,7 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
2742
2743
|
};
|
|
2743
2744
|
};
|
|
2744
2745
|
link?: {
|
|
2745
|
-
type?: import(
|
|
2746
|
+
type?: import("@opencloud-eu/web-client/graph/generated").SharingLinkType;
|
|
2746
2747
|
preventsDownload?: boolean;
|
|
2747
2748
|
webUrl?: string;
|
|
2748
2749
|
'@libre.graph.displayName'?: string;
|
|
@@ -2834,31 +2835,31 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
2834
2835
|
webDavTrashPath: string;
|
|
2835
2836
|
graphPermissions?: string[];
|
|
2836
2837
|
canDisable: (args?: {
|
|
2837
|
-
user?: import(
|
|
2838
|
-
ability?: import(
|
|
2838
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
2839
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
2839
2840
|
}) => boolean;
|
|
2840
2841
|
canEditDescription: (args?: {
|
|
2841
|
-
user?: import(
|
|
2842
|
-
ability?: import(
|
|
2842
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
2843
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
2843
2844
|
}) => boolean;
|
|
2844
2845
|
canEditImage: (args?: {
|
|
2845
|
-
user?: import(
|
|
2846
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
2846
2847
|
}) => boolean;
|
|
2847
2848
|
canEditReadme: (args?: {
|
|
2848
|
-
user?: import(
|
|
2849
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
2849
2850
|
}) => boolean;
|
|
2850
2851
|
canRestore: (args?: {
|
|
2851
|
-
user?: import(
|
|
2852
|
-
ability?: import(
|
|
2852
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
2853
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
2853
2854
|
}) => boolean;
|
|
2854
2855
|
canDeleteFromTrashBin: (args?: {
|
|
2855
|
-
user?: import(
|
|
2856
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
2856
2857
|
}) => boolean;
|
|
2857
2858
|
canRestoreFromTrashbin: (args?: {
|
|
2858
|
-
user?: import(
|
|
2859
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
2859
2860
|
}) => boolean;
|
|
2860
2861
|
canListVersions: (args?: {
|
|
2861
|
-
user?: import(
|
|
2862
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
2862
2863
|
}) => boolean;
|
|
2863
2864
|
getWebDavUrl: ({ path }: {
|
|
2864
2865
|
path: string;
|
|
@@ -2866,8 +2867,8 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
2866
2867
|
getWebDavTrashUrl: ({ path }: {
|
|
2867
2868
|
path: string;
|
|
2868
2869
|
}) => string;
|
|
2869
|
-
getDriveAliasAndItem: (resource: import(
|
|
2870
|
-
isOwner: (user: import(
|
|
2870
|
+
getDriveAliasAndItem: (resource: import("@opencloud-eu/web-client").Resource) => string;
|
|
2871
|
+
isOwner: (user: import("@opencloud-eu/web-client/graph/generated").User) => boolean;
|
|
2871
2872
|
id: string;
|
|
2872
2873
|
fileId?: string;
|
|
2873
2874
|
parentFolderId?: string;
|
|
@@ -2943,20 +2944,20 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
2943
2944
|
hasPreview?: () => boolean;
|
|
2944
2945
|
canCreate?: () => boolean;
|
|
2945
2946
|
canUpload?: ({ user }: {
|
|
2946
|
-
user?: import(
|
|
2947
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
2947
2948
|
}) => boolean;
|
|
2948
2949
|
canDownload?: () => boolean;
|
|
2949
2950
|
canShare?: (args?: {
|
|
2950
|
-
user?: import(
|
|
2951
|
-
ability?: import(
|
|
2951
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
2952
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
2952
2953
|
}) => boolean;
|
|
2953
2954
|
canRename?: (args?: {
|
|
2954
|
-
user?: import(
|
|
2955
|
-
ability?: import(
|
|
2955
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
2956
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
2956
2957
|
}) => boolean;
|
|
2957
2958
|
canBeDeleted?: (args?: {
|
|
2958
|
-
user?: import(
|
|
2959
|
-
ability?: import(
|
|
2959
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
2960
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
2960
2961
|
}) => boolean;
|
|
2961
2962
|
canEditTags?: () => boolean;
|
|
2962
2963
|
getDomSelector?: () => string;
|
|
@@ -2964,20 +2965,20 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
2964
2965
|
isShareRoot?: () => boolean;
|
|
2965
2966
|
isMounted?: () => boolean;
|
|
2966
2967
|
}[]>;
|
|
2967
|
-
spacesInitialized: import(
|
|
2968
|
-
mountPointsInitialized: import(
|
|
2969
|
-
spacesLoading: import(
|
|
2970
|
-
currentSpace: import(
|
|
2971
|
-
personalSpace: import(
|
|
2972
|
-
defaultSpaceImageBlobURL: import(
|
|
2973
|
-
imagesLoading: import(
|
|
2974
|
-
readmesLoading: import(
|
|
2968
|
+
spacesInitialized: import("vue").Ref<boolean, boolean>;
|
|
2969
|
+
mountPointsInitialized: import("vue").Ref<boolean, boolean>;
|
|
2970
|
+
spacesLoading: import("vue").Ref<boolean, boolean>;
|
|
2971
|
+
currentSpace: import("vue").Ref<SpaceResource, SpaceResource>;
|
|
2972
|
+
personalSpace: import("vue").ComputedRef<SpaceResource>;
|
|
2973
|
+
defaultSpaceImageBlobURL: import("vue").Ref<string, string>;
|
|
2974
|
+
imagesLoading: import("vue").Ref<string[], string[]>;
|
|
2975
|
+
readmesLoading: import("vue").Ref<string[], string[]>;
|
|
2975
2976
|
getSpace: (id: string) => SpaceResource;
|
|
2976
2977
|
createShareSpace: ({ driveAliasPrefix, id, shareName }: {
|
|
2977
2978
|
driveAliasPrefix: "share" | "ocm-share";
|
|
2978
2979
|
id: string;
|
|
2979
2980
|
shareName: string;
|
|
2980
|
-
}) => import(
|
|
2981
|
+
}) => import("@opencloud-eu/web-client").ShareSpaceResource;
|
|
2981
2982
|
setSpacesInitialized: (value: boolean) => void;
|
|
2982
2983
|
setMountPointsInitialized: (value: boolean) => void;
|
|
2983
2984
|
setSpacesLoading: (value: boolean) => void;
|
|
@@ -3020,7 +3021,7 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
3020
3021
|
useCache?: boolean;
|
|
3021
3022
|
}) => Promise<void>;
|
|
3022
3023
|
}, "spaces" | "spacesInitialized" | "mountPointsInitialized" | "spacesLoading" | "currentSpace" | "defaultSpaceImageBlobURL" | "imagesLoading" | "readmesLoading">, Pick<{
|
|
3023
|
-
spaces: import(
|
|
3024
|
+
spaces: import("vue").Ref<{
|
|
3024
3025
|
description: string;
|
|
3025
3026
|
disabled: boolean;
|
|
3026
3027
|
driveAlias: string;
|
|
@@ -3298,7 +3299,7 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
3298
3299
|
};
|
|
3299
3300
|
};
|
|
3300
3301
|
link?: {
|
|
3301
|
-
type?: import(
|
|
3302
|
+
type?: import("@opencloud-eu/web-client/graph/generated").SharingLinkType;
|
|
3302
3303
|
preventsDownload?: boolean;
|
|
3303
3304
|
webUrl?: string;
|
|
3304
3305
|
'@libre.graph.displayName'?: string;
|
|
@@ -3381,7 +3382,7 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
3381
3382
|
};
|
|
3382
3383
|
};
|
|
3383
3384
|
link?: {
|
|
3384
|
-
type?: import(
|
|
3385
|
+
type?: import("@opencloud-eu/web-client/graph/generated").SharingLinkType;
|
|
3385
3386
|
preventsDownload?: boolean;
|
|
3386
3387
|
webUrl?: string;
|
|
3387
3388
|
'@libre.graph.displayName'?: string;
|
|
@@ -3749,7 +3750,7 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
3749
3750
|
};
|
|
3750
3751
|
};
|
|
3751
3752
|
link?: {
|
|
3752
|
-
type?: import(
|
|
3753
|
+
type?: import("@opencloud-eu/web-client/graph/generated").SharingLinkType;
|
|
3753
3754
|
preventsDownload?: boolean;
|
|
3754
3755
|
webUrl?: string;
|
|
3755
3756
|
'@libre.graph.displayName'?: string;
|
|
@@ -3832,7 +3833,7 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
3832
3833
|
};
|
|
3833
3834
|
};
|
|
3834
3835
|
link?: {
|
|
3835
|
-
type?: import(
|
|
3836
|
+
type?: import("@opencloud-eu/web-client/graph/generated").SharingLinkType;
|
|
3836
3837
|
preventsDownload?: boolean;
|
|
3837
3838
|
webUrl?: string;
|
|
3838
3839
|
'@libre.graph.displayName'?: string;
|
|
@@ -4193,7 +4194,7 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
4193
4194
|
};
|
|
4194
4195
|
};
|
|
4195
4196
|
link?: {
|
|
4196
|
-
type?: import(
|
|
4197
|
+
type?: import("@opencloud-eu/web-client/graph/generated").SharingLinkType;
|
|
4197
4198
|
preventsDownload?: boolean;
|
|
4198
4199
|
webUrl?: string;
|
|
4199
4200
|
'@libre.graph.displayName'?: string;
|
|
@@ -4276,7 +4277,7 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
4276
4277
|
};
|
|
4277
4278
|
};
|
|
4278
4279
|
link?: {
|
|
4279
|
-
type?: import(
|
|
4280
|
+
type?: import("@opencloud-eu/web-client/graph/generated").SharingLinkType;
|
|
4280
4281
|
preventsDownload?: boolean;
|
|
4281
4282
|
webUrl?: string;
|
|
4282
4283
|
'@libre.graph.displayName'?: string;
|
|
@@ -4368,31 +4369,31 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
4368
4369
|
webDavTrashPath: string;
|
|
4369
4370
|
graphPermissions?: string[];
|
|
4370
4371
|
canDisable: (args?: {
|
|
4371
|
-
user?: import(
|
|
4372
|
-
ability?: import(
|
|
4372
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
4373
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
4373
4374
|
}) => boolean;
|
|
4374
4375
|
canEditDescription: (args?: {
|
|
4375
|
-
user?: import(
|
|
4376
|
-
ability?: import(
|
|
4376
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
4377
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
4377
4378
|
}) => boolean;
|
|
4378
4379
|
canEditImage: (args?: {
|
|
4379
|
-
user?: import(
|
|
4380
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
4380
4381
|
}) => boolean;
|
|
4381
4382
|
canEditReadme: (args?: {
|
|
4382
|
-
user?: import(
|
|
4383
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
4383
4384
|
}) => boolean;
|
|
4384
4385
|
canRestore: (args?: {
|
|
4385
|
-
user?: import(
|
|
4386
|
-
ability?: import(
|
|
4386
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
4387
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
4387
4388
|
}) => boolean;
|
|
4388
4389
|
canDeleteFromTrashBin: (args?: {
|
|
4389
|
-
user?: import(
|
|
4390
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
4390
4391
|
}) => boolean;
|
|
4391
4392
|
canRestoreFromTrashbin: (args?: {
|
|
4392
|
-
user?: import(
|
|
4393
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
4393
4394
|
}) => boolean;
|
|
4394
4395
|
canListVersions: (args?: {
|
|
4395
|
-
user?: import(
|
|
4396
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
4396
4397
|
}) => boolean;
|
|
4397
4398
|
getWebDavUrl: ({ path }: {
|
|
4398
4399
|
path: string;
|
|
@@ -4400,8 +4401,8 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
4400
4401
|
getWebDavTrashUrl: ({ path }: {
|
|
4401
4402
|
path: string;
|
|
4402
4403
|
}) => string;
|
|
4403
|
-
getDriveAliasAndItem: (resource: import(
|
|
4404
|
-
isOwner: (user: import(
|
|
4404
|
+
getDriveAliasAndItem: (resource: import("@opencloud-eu/web-client").Resource) => string;
|
|
4405
|
+
isOwner: (user: import("@opencloud-eu/web-client/graph/generated").User) => boolean;
|
|
4405
4406
|
id: string;
|
|
4406
4407
|
fileId?: string;
|
|
4407
4408
|
parentFolderId?: string;
|
|
@@ -4477,20 +4478,20 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
4477
4478
|
hasPreview?: () => boolean;
|
|
4478
4479
|
canCreate?: () => boolean;
|
|
4479
4480
|
canUpload?: ({ user }: {
|
|
4480
|
-
user?: import(
|
|
4481
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
4481
4482
|
}) => boolean;
|
|
4482
4483
|
canDownload?: () => boolean;
|
|
4483
4484
|
canShare?: (args?: {
|
|
4484
|
-
user?: import(
|
|
4485
|
-
ability?: import(
|
|
4485
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
4486
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
4486
4487
|
}) => boolean;
|
|
4487
4488
|
canRename?: (args?: {
|
|
4488
|
-
user?: import(
|
|
4489
|
-
ability?: import(
|
|
4489
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
4490
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
4490
4491
|
}) => boolean;
|
|
4491
4492
|
canBeDeleted?: (args?: {
|
|
4492
|
-
user?: import(
|
|
4493
|
-
ability?: import(
|
|
4493
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
4494
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
4494
4495
|
}) => boolean;
|
|
4495
4496
|
canEditTags?: () => boolean;
|
|
4496
4497
|
getDomSelector?: () => string;
|
|
@@ -4775,7 +4776,7 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
4775
4776
|
};
|
|
4776
4777
|
};
|
|
4777
4778
|
link?: {
|
|
4778
|
-
type?: import(
|
|
4779
|
+
type?: import("@opencloud-eu/web-client/graph/generated").SharingLinkType;
|
|
4779
4780
|
preventsDownload?: boolean;
|
|
4780
4781
|
webUrl?: string;
|
|
4781
4782
|
'@libre.graph.displayName'?: string;
|
|
@@ -4858,7 +4859,7 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
4858
4859
|
};
|
|
4859
4860
|
};
|
|
4860
4861
|
link?: {
|
|
4861
|
-
type?: import(
|
|
4862
|
+
type?: import("@opencloud-eu/web-client/graph/generated").SharingLinkType;
|
|
4862
4863
|
preventsDownload?: boolean;
|
|
4863
4864
|
webUrl?: string;
|
|
4864
4865
|
'@libre.graph.displayName'?: string;
|
|
@@ -5226,7 +5227,7 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
5226
5227
|
};
|
|
5227
5228
|
};
|
|
5228
5229
|
link?: {
|
|
5229
|
-
type?: import(
|
|
5230
|
+
type?: import("@opencloud-eu/web-client/graph/generated").SharingLinkType;
|
|
5230
5231
|
preventsDownload?: boolean;
|
|
5231
5232
|
webUrl?: string;
|
|
5232
5233
|
'@libre.graph.displayName'?: string;
|
|
@@ -5309,7 +5310,7 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
5309
5310
|
};
|
|
5310
5311
|
};
|
|
5311
5312
|
link?: {
|
|
5312
|
-
type?: import(
|
|
5313
|
+
type?: import("@opencloud-eu/web-client/graph/generated").SharingLinkType;
|
|
5313
5314
|
preventsDownload?: boolean;
|
|
5314
5315
|
webUrl?: string;
|
|
5315
5316
|
'@libre.graph.displayName'?: string;
|
|
@@ -5670,7 +5671,7 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
5670
5671
|
};
|
|
5671
5672
|
};
|
|
5672
5673
|
link?: {
|
|
5673
|
-
type?: import(
|
|
5674
|
+
type?: import("@opencloud-eu/web-client/graph/generated").SharingLinkType;
|
|
5674
5675
|
preventsDownload?: boolean;
|
|
5675
5676
|
webUrl?: string;
|
|
5676
5677
|
'@libre.graph.displayName'?: string;
|
|
@@ -5753,7 +5754,7 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
5753
5754
|
};
|
|
5754
5755
|
};
|
|
5755
5756
|
link?: {
|
|
5756
|
-
type?: import(
|
|
5757
|
+
type?: import("@opencloud-eu/web-client/graph/generated").SharingLinkType;
|
|
5757
5758
|
preventsDownload?: boolean;
|
|
5758
5759
|
webUrl?: string;
|
|
5759
5760
|
'@libre.graph.displayName'?: string;
|
|
@@ -5845,31 +5846,31 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
5845
5846
|
webDavTrashPath: string;
|
|
5846
5847
|
graphPermissions?: string[];
|
|
5847
5848
|
canDisable: (args?: {
|
|
5848
|
-
user?: import(
|
|
5849
|
-
ability?: import(
|
|
5849
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
5850
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
5850
5851
|
}) => boolean;
|
|
5851
5852
|
canEditDescription: (args?: {
|
|
5852
|
-
user?: import(
|
|
5853
|
-
ability?: import(
|
|
5853
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
5854
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
5854
5855
|
}) => boolean;
|
|
5855
5856
|
canEditImage: (args?: {
|
|
5856
|
-
user?: import(
|
|
5857
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
5857
5858
|
}) => boolean;
|
|
5858
5859
|
canEditReadme: (args?: {
|
|
5859
|
-
user?: import(
|
|
5860
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
5860
5861
|
}) => boolean;
|
|
5861
5862
|
canRestore: (args?: {
|
|
5862
|
-
user?: import(
|
|
5863
|
-
ability?: import(
|
|
5863
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
5864
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
5864
5865
|
}) => boolean;
|
|
5865
5866
|
canDeleteFromTrashBin: (args?: {
|
|
5866
|
-
user?: import(
|
|
5867
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
5867
5868
|
}) => boolean;
|
|
5868
5869
|
canRestoreFromTrashbin: (args?: {
|
|
5869
|
-
user?: import(
|
|
5870
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
5870
5871
|
}) => boolean;
|
|
5871
5872
|
canListVersions: (args?: {
|
|
5872
|
-
user?: import(
|
|
5873
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
5873
5874
|
}) => boolean;
|
|
5874
5875
|
getWebDavUrl: ({ path }: {
|
|
5875
5876
|
path: string;
|
|
@@ -5877,8 +5878,8 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
5877
5878
|
getWebDavTrashUrl: ({ path }: {
|
|
5878
5879
|
path: string;
|
|
5879
5880
|
}) => string;
|
|
5880
|
-
getDriveAliasAndItem: (resource: import(
|
|
5881
|
-
isOwner: (user: import(
|
|
5881
|
+
getDriveAliasAndItem: (resource: import("@opencloud-eu/web-client").Resource) => string;
|
|
5882
|
+
isOwner: (user: import("@opencloud-eu/web-client/graph/generated").User) => boolean;
|
|
5882
5883
|
id: string;
|
|
5883
5884
|
fileId?: string;
|
|
5884
5885
|
parentFolderId?: string;
|
|
@@ -5954,20 +5955,20 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
5954
5955
|
hasPreview?: () => boolean;
|
|
5955
5956
|
canCreate?: () => boolean;
|
|
5956
5957
|
canUpload?: ({ user }: {
|
|
5957
|
-
user?: import(
|
|
5958
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
5958
5959
|
}) => boolean;
|
|
5959
5960
|
canDownload?: () => boolean;
|
|
5960
5961
|
canShare?: (args?: {
|
|
5961
|
-
user?: import(
|
|
5962
|
-
ability?: import(
|
|
5962
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
5963
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
5963
5964
|
}) => boolean;
|
|
5964
5965
|
canRename?: (args?: {
|
|
5965
|
-
user?: import(
|
|
5966
|
-
ability?: import(
|
|
5966
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
5967
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
5967
5968
|
}) => boolean;
|
|
5968
5969
|
canBeDeleted?: (args?: {
|
|
5969
|
-
user?: import(
|
|
5970
|
-
ability?: import(
|
|
5970
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
5971
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
5971
5972
|
}) => boolean;
|
|
5972
5973
|
canEditTags?: () => boolean;
|
|
5973
5974
|
getDomSelector?: () => string;
|
|
@@ -5975,20 +5976,20 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
5975
5976
|
isShareRoot?: () => boolean;
|
|
5976
5977
|
isMounted?: () => boolean;
|
|
5977
5978
|
}[]>;
|
|
5978
|
-
spacesInitialized: import(
|
|
5979
|
-
mountPointsInitialized: import(
|
|
5980
|
-
spacesLoading: import(
|
|
5981
|
-
currentSpace: import(
|
|
5982
|
-
personalSpace: import(
|
|
5983
|
-
defaultSpaceImageBlobURL: import(
|
|
5984
|
-
imagesLoading: import(
|
|
5985
|
-
readmesLoading: import(
|
|
5979
|
+
spacesInitialized: import("vue").Ref<boolean, boolean>;
|
|
5980
|
+
mountPointsInitialized: import("vue").Ref<boolean, boolean>;
|
|
5981
|
+
spacesLoading: import("vue").Ref<boolean, boolean>;
|
|
5982
|
+
currentSpace: import("vue").Ref<SpaceResource, SpaceResource>;
|
|
5983
|
+
personalSpace: import("vue").ComputedRef<SpaceResource>;
|
|
5984
|
+
defaultSpaceImageBlobURL: import("vue").Ref<string, string>;
|
|
5985
|
+
imagesLoading: import("vue").Ref<string[], string[]>;
|
|
5986
|
+
readmesLoading: import("vue").Ref<string[], string[]>;
|
|
5986
5987
|
getSpace: (id: string) => SpaceResource;
|
|
5987
5988
|
createShareSpace: ({ driveAliasPrefix, id, shareName }: {
|
|
5988
5989
|
driveAliasPrefix: "share" | "ocm-share";
|
|
5989
5990
|
id: string;
|
|
5990
5991
|
shareName: string;
|
|
5991
|
-
}) => import(
|
|
5992
|
+
}) => import("@opencloud-eu/web-client").ShareSpaceResource;
|
|
5992
5993
|
setSpacesInitialized: (value: boolean) => void;
|
|
5993
5994
|
setMountPointsInitialized: (value: boolean) => void;
|
|
5994
5995
|
setSpacesLoading: (value: boolean) => void;
|
|
@@ -6031,7 +6032,7 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
6031
6032
|
useCache?: boolean;
|
|
6032
6033
|
}) => Promise<void>;
|
|
6033
6034
|
}, "personalSpace">, Pick<{
|
|
6034
|
-
spaces: import(
|
|
6035
|
+
spaces: import("vue").Ref<{
|
|
6035
6036
|
description: string;
|
|
6036
6037
|
disabled: boolean;
|
|
6037
6038
|
driveAlias: string;
|
|
@@ -6309,7 +6310,7 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
6309
6310
|
};
|
|
6310
6311
|
};
|
|
6311
6312
|
link?: {
|
|
6312
|
-
type?: import(
|
|
6313
|
+
type?: import("@opencloud-eu/web-client/graph/generated").SharingLinkType;
|
|
6313
6314
|
preventsDownload?: boolean;
|
|
6314
6315
|
webUrl?: string;
|
|
6315
6316
|
'@libre.graph.displayName'?: string;
|
|
@@ -6392,7 +6393,7 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
6392
6393
|
};
|
|
6393
6394
|
};
|
|
6394
6395
|
link?: {
|
|
6395
|
-
type?: import(
|
|
6396
|
+
type?: import("@opencloud-eu/web-client/graph/generated").SharingLinkType;
|
|
6396
6397
|
preventsDownload?: boolean;
|
|
6397
6398
|
webUrl?: string;
|
|
6398
6399
|
'@libre.graph.displayName'?: string;
|
|
@@ -6760,7 +6761,7 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
6760
6761
|
};
|
|
6761
6762
|
};
|
|
6762
6763
|
link?: {
|
|
6763
|
-
type?: import(
|
|
6764
|
+
type?: import("@opencloud-eu/web-client/graph/generated").SharingLinkType;
|
|
6764
6765
|
preventsDownload?: boolean;
|
|
6765
6766
|
webUrl?: string;
|
|
6766
6767
|
'@libre.graph.displayName'?: string;
|
|
@@ -6843,7 +6844,7 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
6843
6844
|
};
|
|
6844
6845
|
};
|
|
6845
6846
|
link?: {
|
|
6846
|
-
type?: import(
|
|
6847
|
+
type?: import("@opencloud-eu/web-client/graph/generated").SharingLinkType;
|
|
6847
6848
|
preventsDownload?: boolean;
|
|
6848
6849
|
webUrl?: string;
|
|
6849
6850
|
'@libre.graph.displayName'?: string;
|
|
@@ -7204,7 +7205,7 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
7204
7205
|
};
|
|
7205
7206
|
};
|
|
7206
7207
|
link?: {
|
|
7207
|
-
type?: import(
|
|
7208
|
+
type?: import("@opencloud-eu/web-client/graph/generated").SharingLinkType;
|
|
7208
7209
|
preventsDownload?: boolean;
|
|
7209
7210
|
webUrl?: string;
|
|
7210
7211
|
'@libre.graph.displayName'?: string;
|
|
@@ -7287,7 +7288,7 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
7287
7288
|
};
|
|
7288
7289
|
};
|
|
7289
7290
|
link?: {
|
|
7290
|
-
type?: import(
|
|
7291
|
+
type?: import("@opencloud-eu/web-client/graph/generated").SharingLinkType;
|
|
7291
7292
|
preventsDownload?: boolean;
|
|
7292
7293
|
webUrl?: string;
|
|
7293
7294
|
'@libre.graph.displayName'?: string;
|
|
@@ -7379,31 +7380,31 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
7379
7380
|
webDavTrashPath: string;
|
|
7380
7381
|
graphPermissions?: string[];
|
|
7381
7382
|
canDisable: (args?: {
|
|
7382
|
-
user?: import(
|
|
7383
|
-
ability?: import(
|
|
7383
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
7384
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
7384
7385
|
}) => boolean;
|
|
7385
7386
|
canEditDescription: (args?: {
|
|
7386
|
-
user?: import(
|
|
7387
|
-
ability?: import(
|
|
7387
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
7388
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
7388
7389
|
}) => boolean;
|
|
7389
7390
|
canEditImage: (args?: {
|
|
7390
|
-
user?: import(
|
|
7391
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
7391
7392
|
}) => boolean;
|
|
7392
7393
|
canEditReadme: (args?: {
|
|
7393
|
-
user?: import(
|
|
7394
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
7394
7395
|
}) => boolean;
|
|
7395
7396
|
canRestore: (args?: {
|
|
7396
|
-
user?: import(
|
|
7397
|
-
ability?: import(
|
|
7397
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
7398
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
7398
7399
|
}) => boolean;
|
|
7399
7400
|
canDeleteFromTrashBin: (args?: {
|
|
7400
|
-
user?: import(
|
|
7401
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
7401
7402
|
}) => boolean;
|
|
7402
7403
|
canRestoreFromTrashbin: (args?: {
|
|
7403
|
-
user?: import(
|
|
7404
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
7404
7405
|
}) => boolean;
|
|
7405
7406
|
canListVersions: (args?: {
|
|
7406
|
-
user?: import(
|
|
7407
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
7407
7408
|
}) => boolean;
|
|
7408
7409
|
getWebDavUrl: ({ path }: {
|
|
7409
7410
|
path: string;
|
|
@@ -7411,8 +7412,8 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
7411
7412
|
getWebDavTrashUrl: ({ path }: {
|
|
7412
7413
|
path: string;
|
|
7413
7414
|
}) => string;
|
|
7414
|
-
getDriveAliasAndItem: (resource: import(
|
|
7415
|
-
isOwner: (user: import(
|
|
7415
|
+
getDriveAliasAndItem: (resource: import("@opencloud-eu/web-client").Resource) => string;
|
|
7416
|
+
isOwner: (user: import("@opencloud-eu/web-client/graph/generated").User) => boolean;
|
|
7416
7417
|
id: string;
|
|
7417
7418
|
fileId?: string;
|
|
7418
7419
|
parentFolderId?: string;
|
|
@@ -7488,20 +7489,20 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
7488
7489
|
hasPreview?: () => boolean;
|
|
7489
7490
|
canCreate?: () => boolean;
|
|
7490
7491
|
canUpload?: ({ user }: {
|
|
7491
|
-
user?: import(
|
|
7492
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
7492
7493
|
}) => boolean;
|
|
7493
7494
|
canDownload?: () => boolean;
|
|
7494
7495
|
canShare?: (args?: {
|
|
7495
|
-
user?: import(
|
|
7496
|
-
ability?: import(
|
|
7496
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
7497
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
7497
7498
|
}) => boolean;
|
|
7498
7499
|
canRename?: (args?: {
|
|
7499
|
-
user?: import(
|
|
7500
|
-
ability?: import(
|
|
7500
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
7501
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
7501
7502
|
}) => boolean;
|
|
7502
7503
|
canBeDeleted?: (args?: {
|
|
7503
|
-
user?: import(
|
|
7504
|
-
ability?: import(
|
|
7504
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
7505
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
7505
7506
|
}) => boolean;
|
|
7506
7507
|
canEditTags?: () => boolean;
|
|
7507
7508
|
getDomSelector?: () => string;
|
|
@@ -7786,7 +7787,7 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
7786
7787
|
};
|
|
7787
7788
|
};
|
|
7788
7789
|
link?: {
|
|
7789
|
-
type?: import(
|
|
7790
|
+
type?: import("@opencloud-eu/web-client/graph/generated").SharingLinkType;
|
|
7790
7791
|
preventsDownload?: boolean;
|
|
7791
7792
|
webUrl?: string;
|
|
7792
7793
|
'@libre.graph.displayName'?: string;
|
|
@@ -7869,7 +7870,7 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
7869
7870
|
};
|
|
7870
7871
|
};
|
|
7871
7872
|
link?: {
|
|
7872
|
-
type?: import(
|
|
7873
|
+
type?: import("@opencloud-eu/web-client/graph/generated").SharingLinkType;
|
|
7873
7874
|
preventsDownload?: boolean;
|
|
7874
7875
|
webUrl?: string;
|
|
7875
7876
|
'@libre.graph.displayName'?: string;
|
|
@@ -8237,7 +8238,7 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
8237
8238
|
};
|
|
8238
8239
|
};
|
|
8239
8240
|
link?: {
|
|
8240
|
-
type?: import(
|
|
8241
|
+
type?: import("@opencloud-eu/web-client/graph/generated").SharingLinkType;
|
|
8241
8242
|
preventsDownload?: boolean;
|
|
8242
8243
|
webUrl?: string;
|
|
8243
8244
|
'@libre.graph.displayName'?: string;
|
|
@@ -8320,7 +8321,7 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
8320
8321
|
};
|
|
8321
8322
|
};
|
|
8322
8323
|
link?: {
|
|
8323
|
-
type?: import(
|
|
8324
|
+
type?: import("@opencloud-eu/web-client/graph/generated").SharingLinkType;
|
|
8324
8325
|
preventsDownload?: boolean;
|
|
8325
8326
|
webUrl?: string;
|
|
8326
8327
|
'@libre.graph.displayName'?: string;
|
|
@@ -8681,7 +8682,7 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
8681
8682
|
};
|
|
8682
8683
|
};
|
|
8683
8684
|
link?: {
|
|
8684
|
-
type?: import(
|
|
8685
|
+
type?: import("@opencloud-eu/web-client/graph/generated").SharingLinkType;
|
|
8685
8686
|
preventsDownload?: boolean;
|
|
8686
8687
|
webUrl?: string;
|
|
8687
8688
|
'@libre.graph.displayName'?: string;
|
|
@@ -8764,7 +8765,7 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
8764
8765
|
};
|
|
8765
8766
|
};
|
|
8766
8767
|
link?: {
|
|
8767
|
-
type?: import(
|
|
8768
|
+
type?: import("@opencloud-eu/web-client/graph/generated").SharingLinkType;
|
|
8768
8769
|
preventsDownload?: boolean;
|
|
8769
8770
|
webUrl?: string;
|
|
8770
8771
|
'@libre.graph.displayName'?: string;
|
|
@@ -8856,31 +8857,31 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
8856
8857
|
webDavTrashPath: string;
|
|
8857
8858
|
graphPermissions?: string[];
|
|
8858
8859
|
canDisable: (args?: {
|
|
8859
|
-
user?: import(
|
|
8860
|
-
ability?: import(
|
|
8860
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
8861
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
8861
8862
|
}) => boolean;
|
|
8862
8863
|
canEditDescription: (args?: {
|
|
8863
|
-
user?: import(
|
|
8864
|
-
ability?: import(
|
|
8864
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
8865
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
8865
8866
|
}) => boolean;
|
|
8866
8867
|
canEditImage: (args?: {
|
|
8867
|
-
user?: import(
|
|
8868
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
8868
8869
|
}) => boolean;
|
|
8869
8870
|
canEditReadme: (args?: {
|
|
8870
|
-
user?: import(
|
|
8871
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
8871
8872
|
}) => boolean;
|
|
8872
8873
|
canRestore: (args?: {
|
|
8873
|
-
user?: import(
|
|
8874
|
-
ability?: import(
|
|
8874
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
8875
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
8875
8876
|
}) => boolean;
|
|
8876
8877
|
canDeleteFromTrashBin: (args?: {
|
|
8877
|
-
user?: import(
|
|
8878
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
8878
8879
|
}) => boolean;
|
|
8879
8880
|
canRestoreFromTrashbin: (args?: {
|
|
8880
|
-
user?: import(
|
|
8881
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
8881
8882
|
}) => boolean;
|
|
8882
8883
|
canListVersions: (args?: {
|
|
8883
|
-
user?: import(
|
|
8884
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
8884
8885
|
}) => boolean;
|
|
8885
8886
|
getWebDavUrl: ({ path }: {
|
|
8886
8887
|
path: string;
|
|
@@ -8888,8 +8889,8 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
8888
8889
|
getWebDavTrashUrl: ({ path }: {
|
|
8889
8890
|
path: string;
|
|
8890
8891
|
}) => string;
|
|
8891
|
-
getDriveAliasAndItem: (resource: import(
|
|
8892
|
-
isOwner: (user: import(
|
|
8892
|
+
getDriveAliasAndItem: (resource: import("@opencloud-eu/web-client").Resource) => string;
|
|
8893
|
+
isOwner: (user: import("@opencloud-eu/web-client/graph/generated").User) => boolean;
|
|
8893
8894
|
id: string;
|
|
8894
8895
|
fileId?: string;
|
|
8895
8896
|
parentFolderId?: string;
|
|
@@ -8965,20 +8966,20 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
8965
8966
|
hasPreview?: () => boolean;
|
|
8966
8967
|
canCreate?: () => boolean;
|
|
8967
8968
|
canUpload?: ({ user }: {
|
|
8968
|
-
user?: import(
|
|
8969
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
8969
8970
|
}) => boolean;
|
|
8970
8971
|
canDownload?: () => boolean;
|
|
8971
8972
|
canShare?: (args?: {
|
|
8972
|
-
user?: import(
|
|
8973
|
-
ability?: import(
|
|
8973
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
8974
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
8974
8975
|
}) => boolean;
|
|
8975
8976
|
canRename?: (args?: {
|
|
8976
|
-
user?: import(
|
|
8977
|
-
ability?: import(
|
|
8977
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
8978
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
8978
8979
|
}) => boolean;
|
|
8979
8980
|
canBeDeleted?: (args?: {
|
|
8980
|
-
user?: import(
|
|
8981
|
-
ability?: import(
|
|
8981
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
8982
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
8982
8983
|
}) => boolean;
|
|
8983
8984
|
canEditTags?: () => boolean;
|
|
8984
8985
|
getDomSelector?: () => string;
|
|
@@ -8986,20 +8987,20 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
8986
8987
|
isShareRoot?: () => boolean;
|
|
8987
8988
|
isMounted?: () => boolean;
|
|
8988
8989
|
}[]>;
|
|
8989
|
-
spacesInitialized: import(
|
|
8990
|
-
mountPointsInitialized: import(
|
|
8991
|
-
spacesLoading: import(
|
|
8992
|
-
currentSpace: import(
|
|
8993
|
-
personalSpace: import(
|
|
8994
|
-
defaultSpaceImageBlobURL: import(
|
|
8995
|
-
imagesLoading: import(
|
|
8996
|
-
readmesLoading: import(
|
|
8990
|
+
spacesInitialized: import("vue").Ref<boolean, boolean>;
|
|
8991
|
+
mountPointsInitialized: import("vue").Ref<boolean, boolean>;
|
|
8992
|
+
spacesLoading: import("vue").Ref<boolean, boolean>;
|
|
8993
|
+
currentSpace: import("vue").Ref<SpaceResource, SpaceResource>;
|
|
8994
|
+
personalSpace: import("vue").ComputedRef<SpaceResource>;
|
|
8995
|
+
defaultSpaceImageBlobURL: import("vue").Ref<string, string>;
|
|
8996
|
+
imagesLoading: import("vue").Ref<string[], string[]>;
|
|
8997
|
+
readmesLoading: import("vue").Ref<string[], string[]>;
|
|
8997
8998
|
getSpace: (id: string) => SpaceResource;
|
|
8998
8999
|
createShareSpace: ({ driveAliasPrefix, id, shareName }: {
|
|
8999
9000
|
driveAliasPrefix: "share" | "ocm-share";
|
|
9000
9001
|
id: string;
|
|
9001
9002
|
shareName: string;
|
|
9002
|
-
}) => import(
|
|
9003
|
+
}) => import("@opencloud-eu/web-client").ShareSpaceResource;
|
|
9003
9004
|
setSpacesInitialized: (value: boolean) => void;
|
|
9004
9005
|
setMountPointsInitialized: (value: boolean) => void;
|
|
9005
9006
|
setSpacesLoading: (value: boolean) => void;
|