@opencloud-eu/web-pkg 6.0.0 → 6.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 -9
- package/dist/src/components/AppBar/AppBar.vue.d.ts +154 -97
- 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 +143 -388
- package/dist/src/components/CreateLinkModal.vue.d.ts +17 -7
- package/dist/src/components/CreateShortcutModal.vue.d.ts +160 -149
- package/dist/src/components/CustomComponentTarget.vue.d.ts +10 -1
- 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 +32 -495
- 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 +2 -1
- package/dist/src/components/NoContentMessage.vue.d.ts +17 -12
- 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 -76
- 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 +26 -0
- package/dist/src/components/TextEditor/index.d.ts +39 -0
- 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 +1 -0
- 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/useSpaceActionsCreate.d.ts +1 -1
- 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/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/useNavItems.d.ts +1 -1
- package/dist/src/composables/piniaStores/apps.d.ts +31 -31
- package/dist/src/composables/piniaStores/auth.d.ts +25 -25
- 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/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 +7 -7
- 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/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 +1 -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/extensionPoints.d.ts +1 -1
- 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/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 +63 -0
- 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 -352
- package/package.json +36 -37
- package/dist/TextEditor-D-HQDUkm.js +0 -865
- package/dist/assets/worker-BBQqm_-D.js +0 -1
- package/dist/assets/worker-CVwKToFD.js +0 -21
- package/dist/assets/worker-DJbU-qfq.js +0 -21
- package/dist/assets/worker-DyU7W9CZ.js +0 -21
- package/dist/index-OU30YA6H.js +0 -25032
- package/dist/src/composables/piniaStores/groupwareConfig/index.d.ts +0 -2
- package/dist/web-pkg.umd.cjs +0 -16
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { AppProviderCapability, Capabilities } from '@opencloud-eu/web-client/ocs';
|
|
2
|
-
export declare const useCapabilityStore: import(
|
|
3
|
-
isInitialized: import(
|
|
4
|
-
capabilities: import(
|
|
2
|
+
export declare const useCapabilityStore: import("pinia").StoreDefinition<"capabilities", Pick<{
|
|
3
|
+
isInitialized: import("vue").Ref<boolean, boolean>;
|
|
4
|
+
capabilities: import("vue").Ref<{
|
|
5
5
|
checksums?: {
|
|
6
6
|
preferredUploadType?: string;
|
|
7
7
|
supportedTypes?: string[];
|
|
@@ -185,18 +185,18 @@ export declare const useCapabilityStore: import('pinia').StoreDefinition<"capabi
|
|
|
185
185
|
preferredUploadType?: string;
|
|
186
186
|
supportedTypes?: string[];
|
|
187
187
|
};
|
|
188
|
-
password_policy?: import(
|
|
188
|
+
password_policy?: import("@opencloud-eu/web-client/ocs").PasswordPolicyCapability;
|
|
189
189
|
search?: {
|
|
190
190
|
property?: {
|
|
191
|
-
content?: import(
|
|
192
|
-
mediatype?: import(
|
|
193
|
-
mtime?: import(
|
|
194
|
-
name?: import(
|
|
195
|
-
scope?: import(
|
|
196
|
-
size?: import(
|
|
197
|
-
tag?: import(
|
|
198
|
-
tags?: import(
|
|
199
|
-
type?: import(
|
|
191
|
+
content?: import("@opencloud-eu/web-client/ocs").SearchPropertyCapability;
|
|
192
|
+
mediatype?: import("@opencloud-eu/web-client/ocs").MediaTypeCapability;
|
|
193
|
+
mtime?: import("@opencloud-eu/web-client/ocs").LastModifiedFilterCapability;
|
|
194
|
+
name?: import("@opencloud-eu/web-client/ocs").MediaTypeCapability;
|
|
195
|
+
scope?: import("@opencloud-eu/web-client/ocs").MediaTypeCapability;
|
|
196
|
+
size?: import("@opencloud-eu/web-client/ocs").MediaTypeCapability;
|
|
197
|
+
tag?: import("@opencloud-eu/web-client/ocs").MediaTypeCapability;
|
|
198
|
+
tags?: import("@opencloud-eu/web-client/ocs").MediaTypeCapability;
|
|
199
|
+
type?: import("@opencloud-eu/web-client/ocs").MediaTypeCapability;
|
|
200
200
|
};
|
|
201
201
|
};
|
|
202
202
|
notifications?: {
|
|
@@ -229,7 +229,7 @@ export declare const useCapabilityStore: import('pinia').StoreDefinition<"capabi
|
|
|
229
229
|
};
|
|
230
230
|
files: {
|
|
231
231
|
app_providers?: AppProviderCapability[];
|
|
232
|
-
archivers?: import(
|
|
232
|
+
archivers?: import("@opencloud-eu/web-client/ocs").ArchiverCapability[];
|
|
233
233
|
favorites?: boolean;
|
|
234
234
|
full_text_search?: boolean;
|
|
235
235
|
permanent_deletion?: boolean;
|
|
@@ -270,7 +270,7 @@ export declare const useCapabilityStore: import('pinia').StoreDefinition<"capabi
|
|
|
270
270
|
multiple?: boolean;
|
|
271
271
|
password?: {
|
|
272
272
|
enforced?: boolean;
|
|
273
|
-
enforced_for?: import(
|
|
273
|
+
enforced_for?: import("@opencloud-eu/web-client/ocs").PasswordEnforcedForCapability;
|
|
274
274
|
};
|
|
275
275
|
send_mail?: boolean;
|
|
276
276
|
supports_upload_only?: boolean;
|
|
@@ -489,7 +489,7 @@ export declare const useCapabilityStore: import('pinia').StoreDefinition<"capabi
|
|
|
489
489
|
};
|
|
490
490
|
}>;
|
|
491
491
|
setCapabilities: (data: Capabilities) => void;
|
|
492
|
-
status: import(
|
|
492
|
+
status: import("vue").ComputedRef<{
|
|
493
493
|
edition?: string;
|
|
494
494
|
installed?: boolean;
|
|
495
495
|
maintenance?: boolean;
|
|
@@ -510,27 +510,27 @@ export declare const useCapabilityStore: import('pinia').StoreDefinition<"capabi
|
|
|
510
510
|
version?: string;
|
|
511
511
|
versionstring?: string;
|
|
512
512
|
}>;
|
|
513
|
-
supportSSE: import(
|
|
514
|
-
supportRadicale: import(
|
|
515
|
-
personalDataExport: import(
|
|
516
|
-
davReports: import(
|
|
517
|
-
davTrashbin: import(
|
|
518
|
-
spacesMaxQuota: import(
|
|
519
|
-
spacesProjects: import(
|
|
520
|
-
graphUsersCreateDisabled: import(
|
|
521
|
-
graphUsersDeleteDisabled: import(
|
|
522
|
-
graphUsersChangeSelfPasswordDisabled: import(
|
|
523
|
-
graphUsersEditLoginAllowedDisabled: import(
|
|
524
|
-
graphUsersReadOnlyAttributes: import(
|
|
525
|
-
filesAppProviders: import(
|
|
513
|
+
supportSSE: import("vue").ComputedRef<boolean>;
|
|
514
|
+
supportRadicale: import("vue").ComputedRef<boolean>;
|
|
515
|
+
personalDataExport: import("vue").ComputedRef<boolean>;
|
|
516
|
+
davReports: import("vue").ComputedRef<string[]>;
|
|
517
|
+
davTrashbin: import("vue").ComputedRef<string>;
|
|
518
|
+
spacesMaxQuota: import("vue").ComputedRef<number>;
|
|
519
|
+
spacesProjects: import("vue").ComputedRef<boolean>;
|
|
520
|
+
graphUsersCreateDisabled: import("vue").ComputedRef<boolean>;
|
|
521
|
+
graphUsersDeleteDisabled: import("vue").ComputedRef<boolean>;
|
|
522
|
+
graphUsersChangeSelfPasswordDisabled: import("vue").ComputedRef<boolean>;
|
|
523
|
+
graphUsersEditLoginAllowedDisabled: import("vue").ComputedRef<boolean>;
|
|
524
|
+
graphUsersReadOnlyAttributes: import("vue").ComputedRef<string[]>;
|
|
525
|
+
filesAppProviders: import("vue").ComputedRef<AppProviderCapability[] | {
|
|
526
526
|
apps_url?: string;
|
|
527
527
|
enabled?: boolean;
|
|
528
528
|
new_url?: string;
|
|
529
529
|
open_url?: string;
|
|
530
530
|
version?: string;
|
|
531
531
|
}[]>;
|
|
532
|
-
filesFavorites: import(
|
|
533
|
-
filesArchivers: import(
|
|
532
|
+
filesFavorites: import("vue").ComputedRef<boolean>;
|
|
533
|
+
filesArchivers: import("vue").ComputedRef<import("@opencloud-eu/web-client/ocs").ArchiverCapability[] | {
|
|
534
534
|
enabled?: boolean;
|
|
535
535
|
version?: string;
|
|
536
536
|
formats?: string[];
|
|
@@ -538,31 +538,31 @@ export declare const useCapabilityStore: import('pinia').StoreDefinition<"capabi
|
|
|
538
538
|
max_num_files?: string;
|
|
539
539
|
max_size?: string;
|
|
540
540
|
}[]>;
|
|
541
|
-
filesPrivateLinks: import(
|
|
542
|
-
filesPermanentDeletion: import(
|
|
543
|
-
filesTags: import(
|
|
544
|
-
filesUndelete: import(
|
|
545
|
-
sharingApiEnabled: import(
|
|
546
|
-
sharingCanRename: import(
|
|
547
|
-
sharingAllowCustom: import(
|
|
548
|
-
sharingPublicEnabled: import(
|
|
549
|
-
sharingPublicCanEdit: import(
|
|
550
|
-
sharingPublicCanContribute: import(
|
|
551
|
-
sharingPublicAlias: import(
|
|
552
|
-
sharingPublicDefaultPermissions: import(
|
|
553
|
-
sharingPublicPasswordEnforcedFor: import(
|
|
541
|
+
filesPrivateLinks: import("vue").ComputedRef<boolean>;
|
|
542
|
+
filesPermanentDeletion: import("vue").ComputedRef<boolean>;
|
|
543
|
+
filesTags: import("vue").ComputedRef<boolean>;
|
|
544
|
+
filesUndelete: import("vue").ComputedRef<boolean>;
|
|
545
|
+
sharingApiEnabled: import("vue").ComputedRef<boolean>;
|
|
546
|
+
sharingCanRename: import("vue").ComputedRef<boolean>;
|
|
547
|
+
sharingAllowCustom: import("vue").ComputedRef<boolean>;
|
|
548
|
+
sharingPublicEnabled: import("vue").ComputedRef<boolean>;
|
|
549
|
+
sharingPublicCanEdit: import("vue").ComputedRef<boolean>;
|
|
550
|
+
sharingPublicCanContribute: import("vue").ComputedRef<boolean>;
|
|
551
|
+
sharingPublicAlias: import("vue").ComputedRef<boolean>;
|
|
552
|
+
sharingPublicDefaultPermissions: import("vue").ComputedRef<number>;
|
|
553
|
+
sharingPublicPasswordEnforcedFor: import("vue").ComputedRef<import("@opencloud-eu/web-client/ocs").PasswordEnforcedForCapability | {
|
|
554
554
|
read_only?: boolean;
|
|
555
555
|
read_write?: boolean;
|
|
556
556
|
upload_only?: boolean;
|
|
557
557
|
read_write_delete?: boolean;
|
|
558
558
|
}>;
|
|
559
|
-
sharingSearchMinLength: import(
|
|
560
|
-
sharingUserProfilePicture: import(
|
|
561
|
-
tusMaxChunkSize: import(
|
|
562
|
-
tusExtension: import(
|
|
563
|
-
tusHttpMethodOverride: import(
|
|
564
|
-
notificationsOcsEndpoints: import(
|
|
565
|
-
passwordPolicy: import(
|
|
559
|
+
sharingSearchMinLength: import("vue").ComputedRef<number>;
|
|
560
|
+
sharingUserProfilePicture: import("vue").ComputedRef<boolean>;
|
|
561
|
+
tusMaxChunkSize: import("vue").ComputedRef<number>;
|
|
562
|
+
tusExtension: import("vue").ComputedRef<string>;
|
|
563
|
+
tusHttpMethodOverride: import("vue").ComputedRef<boolean>;
|
|
564
|
+
notificationsOcsEndpoints: import("vue").ComputedRef<string[]>;
|
|
565
|
+
passwordPolicy: import("vue").ComputedRef<import("@opencloud-eu/web-client/ocs").PasswordPolicyCapability | {
|
|
566
566
|
min_characters?: number;
|
|
567
567
|
max_characters?: number;
|
|
568
568
|
min_lowercase_characters?: number;
|
|
@@ -570,20 +570,20 @@ export declare const useCapabilityStore: import('pinia').StoreDefinition<"capabi
|
|
|
570
570
|
min_digits?: number;
|
|
571
571
|
min_special_characters?: number;
|
|
572
572
|
}>;
|
|
573
|
-
searchLastMofifiedDate: import(
|
|
573
|
+
searchLastMofifiedDate: import("vue").ComputedRef<import("@opencloud-eu/web-client/ocs").LastModifiedFilterCapability | {
|
|
574
574
|
keywords?: string[];
|
|
575
575
|
enabled?: boolean;
|
|
576
576
|
}>;
|
|
577
|
-
searchMediaType: import(
|
|
577
|
+
searchMediaType: import("vue").ComputedRef<import("@opencloud-eu/web-client/ocs").MediaTypeCapability | {
|
|
578
578
|
keywords?: string[];
|
|
579
579
|
enabled?: boolean;
|
|
580
580
|
}>;
|
|
581
|
-
searchContent: import(
|
|
581
|
+
searchContent: import("vue").ComputedRef<import("@opencloud-eu/web-client/ocs").SearchPropertyCapability | {
|
|
582
582
|
enabled?: boolean;
|
|
583
583
|
}>;
|
|
584
584
|
}, "capabilities" | "isInitialized">, Pick<{
|
|
585
|
-
isInitialized: import(
|
|
586
|
-
capabilities: import(
|
|
585
|
+
isInitialized: import("vue").Ref<boolean, boolean>;
|
|
586
|
+
capabilities: import("vue").Ref<{
|
|
587
587
|
checksums?: {
|
|
588
588
|
preferredUploadType?: string;
|
|
589
589
|
supportedTypes?: string[];
|
|
@@ -767,18 +767,18 @@ export declare const useCapabilityStore: import('pinia').StoreDefinition<"capabi
|
|
|
767
767
|
preferredUploadType?: string;
|
|
768
768
|
supportedTypes?: string[];
|
|
769
769
|
};
|
|
770
|
-
password_policy?: import(
|
|
770
|
+
password_policy?: import("@opencloud-eu/web-client/ocs").PasswordPolicyCapability;
|
|
771
771
|
search?: {
|
|
772
772
|
property?: {
|
|
773
|
-
content?: import(
|
|
774
|
-
mediatype?: import(
|
|
775
|
-
mtime?: import(
|
|
776
|
-
name?: import(
|
|
777
|
-
scope?: import(
|
|
778
|
-
size?: import(
|
|
779
|
-
tag?: import(
|
|
780
|
-
tags?: import(
|
|
781
|
-
type?: import(
|
|
773
|
+
content?: import("@opencloud-eu/web-client/ocs").SearchPropertyCapability;
|
|
774
|
+
mediatype?: import("@opencloud-eu/web-client/ocs").MediaTypeCapability;
|
|
775
|
+
mtime?: import("@opencloud-eu/web-client/ocs").LastModifiedFilterCapability;
|
|
776
|
+
name?: import("@opencloud-eu/web-client/ocs").MediaTypeCapability;
|
|
777
|
+
scope?: import("@opencloud-eu/web-client/ocs").MediaTypeCapability;
|
|
778
|
+
size?: import("@opencloud-eu/web-client/ocs").MediaTypeCapability;
|
|
779
|
+
tag?: import("@opencloud-eu/web-client/ocs").MediaTypeCapability;
|
|
780
|
+
tags?: import("@opencloud-eu/web-client/ocs").MediaTypeCapability;
|
|
781
|
+
type?: import("@opencloud-eu/web-client/ocs").MediaTypeCapability;
|
|
782
782
|
};
|
|
783
783
|
};
|
|
784
784
|
notifications?: {
|
|
@@ -811,7 +811,7 @@ export declare const useCapabilityStore: import('pinia').StoreDefinition<"capabi
|
|
|
811
811
|
};
|
|
812
812
|
files: {
|
|
813
813
|
app_providers?: AppProviderCapability[];
|
|
814
|
-
archivers?: import(
|
|
814
|
+
archivers?: import("@opencloud-eu/web-client/ocs").ArchiverCapability[];
|
|
815
815
|
favorites?: boolean;
|
|
816
816
|
full_text_search?: boolean;
|
|
817
817
|
permanent_deletion?: boolean;
|
|
@@ -852,7 +852,7 @@ export declare const useCapabilityStore: import('pinia').StoreDefinition<"capabi
|
|
|
852
852
|
multiple?: boolean;
|
|
853
853
|
password?: {
|
|
854
854
|
enforced?: boolean;
|
|
855
|
-
enforced_for?: import(
|
|
855
|
+
enforced_for?: import("@opencloud-eu/web-client/ocs").PasswordEnforcedForCapability;
|
|
856
856
|
};
|
|
857
857
|
send_mail?: boolean;
|
|
858
858
|
supports_upload_only?: boolean;
|
|
@@ -1071,7 +1071,7 @@ export declare const useCapabilityStore: import('pinia').StoreDefinition<"capabi
|
|
|
1071
1071
|
};
|
|
1072
1072
|
}>;
|
|
1073
1073
|
setCapabilities: (data: Capabilities) => void;
|
|
1074
|
-
status: import(
|
|
1074
|
+
status: import("vue").ComputedRef<{
|
|
1075
1075
|
edition?: string;
|
|
1076
1076
|
installed?: boolean;
|
|
1077
1077
|
maintenance?: boolean;
|
|
@@ -1092,27 +1092,27 @@ export declare const useCapabilityStore: import('pinia').StoreDefinition<"capabi
|
|
|
1092
1092
|
version?: string;
|
|
1093
1093
|
versionstring?: string;
|
|
1094
1094
|
}>;
|
|
1095
|
-
supportSSE: import(
|
|
1096
|
-
supportRadicale: import(
|
|
1097
|
-
personalDataExport: import(
|
|
1098
|
-
davReports: import(
|
|
1099
|
-
davTrashbin: import(
|
|
1100
|
-
spacesMaxQuota: import(
|
|
1101
|
-
spacesProjects: import(
|
|
1102
|
-
graphUsersCreateDisabled: import(
|
|
1103
|
-
graphUsersDeleteDisabled: import(
|
|
1104
|
-
graphUsersChangeSelfPasswordDisabled: import(
|
|
1105
|
-
graphUsersEditLoginAllowedDisabled: import(
|
|
1106
|
-
graphUsersReadOnlyAttributes: import(
|
|
1107
|
-
filesAppProviders: import(
|
|
1095
|
+
supportSSE: import("vue").ComputedRef<boolean>;
|
|
1096
|
+
supportRadicale: import("vue").ComputedRef<boolean>;
|
|
1097
|
+
personalDataExport: import("vue").ComputedRef<boolean>;
|
|
1098
|
+
davReports: import("vue").ComputedRef<string[]>;
|
|
1099
|
+
davTrashbin: import("vue").ComputedRef<string>;
|
|
1100
|
+
spacesMaxQuota: import("vue").ComputedRef<number>;
|
|
1101
|
+
spacesProjects: import("vue").ComputedRef<boolean>;
|
|
1102
|
+
graphUsersCreateDisabled: import("vue").ComputedRef<boolean>;
|
|
1103
|
+
graphUsersDeleteDisabled: import("vue").ComputedRef<boolean>;
|
|
1104
|
+
graphUsersChangeSelfPasswordDisabled: import("vue").ComputedRef<boolean>;
|
|
1105
|
+
graphUsersEditLoginAllowedDisabled: import("vue").ComputedRef<boolean>;
|
|
1106
|
+
graphUsersReadOnlyAttributes: import("vue").ComputedRef<string[]>;
|
|
1107
|
+
filesAppProviders: import("vue").ComputedRef<AppProviderCapability[] | {
|
|
1108
1108
|
apps_url?: string;
|
|
1109
1109
|
enabled?: boolean;
|
|
1110
1110
|
new_url?: string;
|
|
1111
1111
|
open_url?: string;
|
|
1112
1112
|
version?: string;
|
|
1113
1113
|
}[]>;
|
|
1114
|
-
filesFavorites: import(
|
|
1115
|
-
filesArchivers: import(
|
|
1114
|
+
filesFavorites: import("vue").ComputedRef<boolean>;
|
|
1115
|
+
filesArchivers: import("vue").ComputedRef<import("@opencloud-eu/web-client/ocs").ArchiverCapability[] | {
|
|
1116
1116
|
enabled?: boolean;
|
|
1117
1117
|
version?: string;
|
|
1118
1118
|
formats?: string[];
|
|
@@ -1120,31 +1120,31 @@ export declare const useCapabilityStore: import('pinia').StoreDefinition<"capabi
|
|
|
1120
1120
|
max_num_files?: string;
|
|
1121
1121
|
max_size?: string;
|
|
1122
1122
|
}[]>;
|
|
1123
|
-
filesPrivateLinks: import(
|
|
1124
|
-
filesPermanentDeletion: import(
|
|
1125
|
-
filesTags: import(
|
|
1126
|
-
filesUndelete: import(
|
|
1127
|
-
sharingApiEnabled: import(
|
|
1128
|
-
sharingCanRename: import(
|
|
1129
|
-
sharingAllowCustom: import(
|
|
1130
|
-
sharingPublicEnabled: import(
|
|
1131
|
-
sharingPublicCanEdit: import(
|
|
1132
|
-
sharingPublicCanContribute: import(
|
|
1133
|
-
sharingPublicAlias: import(
|
|
1134
|
-
sharingPublicDefaultPermissions: import(
|
|
1135
|
-
sharingPublicPasswordEnforcedFor: import(
|
|
1123
|
+
filesPrivateLinks: import("vue").ComputedRef<boolean>;
|
|
1124
|
+
filesPermanentDeletion: import("vue").ComputedRef<boolean>;
|
|
1125
|
+
filesTags: import("vue").ComputedRef<boolean>;
|
|
1126
|
+
filesUndelete: import("vue").ComputedRef<boolean>;
|
|
1127
|
+
sharingApiEnabled: import("vue").ComputedRef<boolean>;
|
|
1128
|
+
sharingCanRename: import("vue").ComputedRef<boolean>;
|
|
1129
|
+
sharingAllowCustom: import("vue").ComputedRef<boolean>;
|
|
1130
|
+
sharingPublicEnabled: import("vue").ComputedRef<boolean>;
|
|
1131
|
+
sharingPublicCanEdit: import("vue").ComputedRef<boolean>;
|
|
1132
|
+
sharingPublicCanContribute: import("vue").ComputedRef<boolean>;
|
|
1133
|
+
sharingPublicAlias: import("vue").ComputedRef<boolean>;
|
|
1134
|
+
sharingPublicDefaultPermissions: import("vue").ComputedRef<number>;
|
|
1135
|
+
sharingPublicPasswordEnforcedFor: import("vue").ComputedRef<import("@opencloud-eu/web-client/ocs").PasswordEnforcedForCapability | {
|
|
1136
1136
|
read_only?: boolean;
|
|
1137
1137
|
read_write?: boolean;
|
|
1138
1138
|
upload_only?: boolean;
|
|
1139
1139
|
read_write_delete?: boolean;
|
|
1140
1140
|
}>;
|
|
1141
|
-
sharingSearchMinLength: import(
|
|
1142
|
-
sharingUserProfilePicture: import(
|
|
1143
|
-
tusMaxChunkSize: import(
|
|
1144
|
-
tusExtension: import(
|
|
1145
|
-
tusHttpMethodOverride: import(
|
|
1146
|
-
notificationsOcsEndpoints: import(
|
|
1147
|
-
passwordPolicy: import(
|
|
1141
|
+
sharingSearchMinLength: import("vue").ComputedRef<number>;
|
|
1142
|
+
sharingUserProfilePicture: import("vue").ComputedRef<boolean>;
|
|
1143
|
+
tusMaxChunkSize: import("vue").ComputedRef<number>;
|
|
1144
|
+
tusExtension: import("vue").ComputedRef<string>;
|
|
1145
|
+
tusHttpMethodOverride: import("vue").ComputedRef<boolean>;
|
|
1146
|
+
notificationsOcsEndpoints: import("vue").ComputedRef<string[]>;
|
|
1147
|
+
passwordPolicy: import("vue").ComputedRef<import("@opencloud-eu/web-client/ocs").PasswordPolicyCapability | {
|
|
1148
1148
|
min_characters?: number;
|
|
1149
1149
|
max_characters?: number;
|
|
1150
1150
|
min_lowercase_characters?: number;
|
|
@@ -1152,20 +1152,20 @@ export declare const useCapabilityStore: import('pinia').StoreDefinition<"capabi
|
|
|
1152
1152
|
min_digits?: number;
|
|
1153
1153
|
min_special_characters?: number;
|
|
1154
1154
|
}>;
|
|
1155
|
-
searchLastMofifiedDate: import(
|
|
1155
|
+
searchLastMofifiedDate: import("vue").ComputedRef<import("@opencloud-eu/web-client/ocs").LastModifiedFilterCapability | {
|
|
1156
1156
|
keywords?: string[];
|
|
1157
1157
|
enabled?: boolean;
|
|
1158
1158
|
}>;
|
|
1159
|
-
searchMediaType: import(
|
|
1159
|
+
searchMediaType: import("vue").ComputedRef<import("@opencloud-eu/web-client/ocs").MediaTypeCapability | {
|
|
1160
1160
|
keywords?: string[];
|
|
1161
1161
|
enabled?: boolean;
|
|
1162
1162
|
}>;
|
|
1163
|
-
searchContent: import(
|
|
1163
|
+
searchContent: import("vue").ComputedRef<import("@opencloud-eu/web-client/ocs").SearchPropertyCapability | {
|
|
1164
1164
|
enabled?: boolean;
|
|
1165
1165
|
}>;
|
|
1166
1166
|
}, "status" | "supportSSE" | "supportRadicale" | "personalDataExport" | "davReports" | "davTrashbin" | "spacesMaxQuota" | "spacesProjects" | "graphUsersCreateDisabled" | "graphUsersDeleteDisabled" | "graphUsersChangeSelfPasswordDisabled" | "graphUsersEditLoginAllowedDisabled" | "graphUsersReadOnlyAttributes" | "filesAppProviders" | "filesFavorites" | "filesArchivers" | "filesPrivateLinks" | "filesPermanentDeletion" | "filesTags" | "filesUndelete" | "sharingApiEnabled" | "sharingCanRename" | "sharingAllowCustom" | "sharingPublicEnabled" | "sharingPublicCanEdit" | "sharingPublicCanContribute" | "sharingPublicAlias" | "sharingPublicDefaultPermissions" | "sharingPublicPasswordEnforcedFor" | "sharingSearchMinLength" | "sharingUserProfilePicture" | "tusMaxChunkSize" | "tusExtension" | "tusHttpMethodOverride" | "notificationsOcsEndpoints" | "passwordPolicy" | "searchLastMofifiedDate" | "searchMediaType" | "searchContent">, Pick<{
|
|
1167
|
-
isInitialized: import(
|
|
1168
|
-
capabilities: import(
|
|
1167
|
+
isInitialized: import("vue").Ref<boolean, boolean>;
|
|
1168
|
+
capabilities: import("vue").Ref<{
|
|
1169
1169
|
checksums?: {
|
|
1170
1170
|
preferredUploadType?: string;
|
|
1171
1171
|
supportedTypes?: string[];
|
|
@@ -1349,18 +1349,18 @@ export declare const useCapabilityStore: import('pinia').StoreDefinition<"capabi
|
|
|
1349
1349
|
preferredUploadType?: string;
|
|
1350
1350
|
supportedTypes?: string[];
|
|
1351
1351
|
};
|
|
1352
|
-
password_policy?: import(
|
|
1352
|
+
password_policy?: import("@opencloud-eu/web-client/ocs").PasswordPolicyCapability;
|
|
1353
1353
|
search?: {
|
|
1354
1354
|
property?: {
|
|
1355
|
-
content?: import(
|
|
1356
|
-
mediatype?: import(
|
|
1357
|
-
mtime?: import(
|
|
1358
|
-
name?: import(
|
|
1359
|
-
scope?: import(
|
|
1360
|
-
size?: import(
|
|
1361
|
-
tag?: import(
|
|
1362
|
-
tags?: import(
|
|
1363
|
-
type?: import(
|
|
1355
|
+
content?: import("@opencloud-eu/web-client/ocs").SearchPropertyCapability;
|
|
1356
|
+
mediatype?: import("@opencloud-eu/web-client/ocs").MediaTypeCapability;
|
|
1357
|
+
mtime?: import("@opencloud-eu/web-client/ocs").LastModifiedFilterCapability;
|
|
1358
|
+
name?: import("@opencloud-eu/web-client/ocs").MediaTypeCapability;
|
|
1359
|
+
scope?: import("@opencloud-eu/web-client/ocs").MediaTypeCapability;
|
|
1360
|
+
size?: import("@opencloud-eu/web-client/ocs").MediaTypeCapability;
|
|
1361
|
+
tag?: import("@opencloud-eu/web-client/ocs").MediaTypeCapability;
|
|
1362
|
+
tags?: import("@opencloud-eu/web-client/ocs").MediaTypeCapability;
|
|
1363
|
+
type?: import("@opencloud-eu/web-client/ocs").MediaTypeCapability;
|
|
1364
1364
|
};
|
|
1365
1365
|
};
|
|
1366
1366
|
notifications?: {
|
|
@@ -1393,7 +1393,7 @@ export declare const useCapabilityStore: import('pinia').StoreDefinition<"capabi
|
|
|
1393
1393
|
};
|
|
1394
1394
|
files: {
|
|
1395
1395
|
app_providers?: AppProviderCapability[];
|
|
1396
|
-
archivers?: import(
|
|
1396
|
+
archivers?: import("@opencloud-eu/web-client/ocs").ArchiverCapability[];
|
|
1397
1397
|
favorites?: boolean;
|
|
1398
1398
|
full_text_search?: boolean;
|
|
1399
1399
|
permanent_deletion?: boolean;
|
|
@@ -1434,7 +1434,7 @@ export declare const useCapabilityStore: import('pinia').StoreDefinition<"capabi
|
|
|
1434
1434
|
multiple?: boolean;
|
|
1435
1435
|
password?: {
|
|
1436
1436
|
enforced?: boolean;
|
|
1437
|
-
enforced_for?: import(
|
|
1437
|
+
enforced_for?: import("@opencloud-eu/web-client/ocs").PasswordEnforcedForCapability;
|
|
1438
1438
|
};
|
|
1439
1439
|
send_mail?: boolean;
|
|
1440
1440
|
supports_upload_only?: boolean;
|
|
@@ -1653,7 +1653,7 @@ export declare const useCapabilityStore: import('pinia').StoreDefinition<"capabi
|
|
|
1653
1653
|
};
|
|
1654
1654
|
}>;
|
|
1655
1655
|
setCapabilities: (data: Capabilities) => void;
|
|
1656
|
-
status: import(
|
|
1656
|
+
status: import("vue").ComputedRef<{
|
|
1657
1657
|
edition?: string;
|
|
1658
1658
|
installed?: boolean;
|
|
1659
1659
|
maintenance?: boolean;
|
|
@@ -1674,27 +1674,27 @@ export declare const useCapabilityStore: import('pinia').StoreDefinition<"capabi
|
|
|
1674
1674
|
version?: string;
|
|
1675
1675
|
versionstring?: string;
|
|
1676
1676
|
}>;
|
|
1677
|
-
supportSSE: import(
|
|
1678
|
-
supportRadicale: import(
|
|
1679
|
-
personalDataExport: import(
|
|
1680
|
-
davReports: import(
|
|
1681
|
-
davTrashbin: import(
|
|
1682
|
-
spacesMaxQuota: import(
|
|
1683
|
-
spacesProjects: import(
|
|
1684
|
-
graphUsersCreateDisabled: import(
|
|
1685
|
-
graphUsersDeleteDisabled: import(
|
|
1686
|
-
graphUsersChangeSelfPasswordDisabled: import(
|
|
1687
|
-
graphUsersEditLoginAllowedDisabled: import(
|
|
1688
|
-
graphUsersReadOnlyAttributes: import(
|
|
1689
|
-
filesAppProviders: import(
|
|
1677
|
+
supportSSE: import("vue").ComputedRef<boolean>;
|
|
1678
|
+
supportRadicale: import("vue").ComputedRef<boolean>;
|
|
1679
|
+
personalDataExport: import("vue").ComputedRef<boolean>;
|
|
1680
|
+
davReports: import("vue").ComputedRef<string[]>;
|
|
1681
|
+
davTrashbin: import("vue").ComputedRef<string>;
|
|
1682
|
+
spacesMaxQuota: import("vue").ComputedRef<number>;
|
|
1683
|
+
spacesProjects: import("vue").ComputedRef<boolean>;
|
|
1684
|
+
graphUsersCreateDisabled: import("vue").ComputedRef<boolean>;
|
|
1685
|
+
graphUsersDeleteDisabled: import("vue").ComputedRef<boolean>;
|
|
1686
|
+
graphUsersChangeSelfPasswordDisabled: import("vue").ComputedRef<boolean>;
|
|
1687
|
+
graphUsersEditLoginAllowedDisabled: import("vue").ComputedRef<boolean>;
|
|
1688
|
+
graphUsersReadOnlyAttributes: import("vue").ComputedRef<string[]>;
|
|
1689
|
+
filesAppProviders: import("vue").ComputedRef<AppProviderCapability[] | {
|
|
1690
1690
|
apps_url?: string;
|
|
1691
1691
|
enabled?: boolean;
|
|
1692
1692
|
new_url?: string;
|
|
1693
1693
|
open_url?: string;
|
|
1694
1694
|
version?: string;
|
|
1695
1695
|
}[]>;
|
|
1696
|
-
filesFavorites: import(
|
|
1697
|
-
filesArchivers: import(
|
|
1696
|
+
filesFavorites: import("vue").ComputedRef<boolean>;
|
|
1697
|
+
filesArchivers: import("vue").ComputedRef<import("@opencloud-eu/web-client/ocs").ArchiverCapability[] | {
|
|
1698
1698
|
enabled?: boolean;
|
|
1699
1699
|
version?: string;
|
|
1700
1700
|
formats?: string[];
|
|
@@ -1702,31 +1702,31 @@ export declare const useCapabilityStore: import('pinia').StoreDefinition<"capabi
|
|
|
1702
1702
|
max_num_files?: string;
|
|
1703
1703
|
max_size?: string;
|
|
1704
1704
|
}[]>;
|
|
1705
|
-
filesPrivateLinks: import(
|
|
1706
|
-
filesPermanentDeletion: import(
|
|
1707
|
-
filesTags: import(
|
|
1708
|
-
filesUndelete: import(
|
|
1709
|
-
sharingApiEnabled: import(
|
|
1710
|
-
sharingCanRename: import(
|
|
1711
|
-
sharingAllowCustom: import(
|
|
1712
|
-
sharingPublicEnabled: import(
|
|
1713
|
-
sharingPublicCanEdit: import(
|
|
1714
|
-
sharingPublicCanContribute: import(
|
|
1715
|
-
sharingPublicAlias: import(
|
|
1716
|
-
sharingPublicDefaultPermissions: import(
|
|
1717
|
-
sharingPublicPasswordEnforcedFor: import(
|
|
1705
|
+
filesPrivateLinks: import("vue").ComputedRef<boolean>;
|
|
1706
|
+
filesPermanentDeletion: import("vue").ComputedRef<boolean>;
|
|
1707
|
+
filesTags: import("vue").ComputedRef<boolean>;
|
|
1708
|
+
filesUndelete: import("vue").ComputedRef<boolean>;
|
|
1709
|
+
sharingApiEnabled: import("vue").ComputedRef<boolean>;
|
|
1710
|
+
sharingCanRename: import("vue").ComputedRef<boolean>;
|
|
1711
|
+
sharingAllowCustom: import("vue").ComputedRef<boolean>;
|
|
1712
|
+
sharingPublicEnabled: import("vue").ComputedRef<boolean>;
|
|
1713
|
+
sharingPublicCanEdit: import("vue").ComputedRef<boolean>;
|
|
1714
|
+
sharingPublicCanContribute: import("vue").ComputedRef<boolean>;
|
|
1715
|
+
sharingPublicAlias: import("vue").ComputedRef<boolean>;
|
|
1716
|
+
sharingPublicDefaultPermissions: import("vue").ComputedRef<number>;
|
|
1717
|
+
sharingPublicPasswordEnforcedFor: import("vue").ComputedRef<import("@opencloud-eu/web-client/ocs").PasswordEnforcedForCapability | {
|
|
1718
1718
|
read_only?: boolean;
|
|
1719
1719
|
read_write?: boolean;
|
|
1720
1720
|
upload_only?: boolean;
|
|
1721
1721
|
read_write_delete?: boolean;
|
|
1722
1722
|
}>;
|
|
1723
|
-
sharingSearchMinLength: import(
|
|
1724
|
-
sharingUserProfilePicture: import(
|
|
1725
|
-
tusMaxChunkSize: import(
|
|
1726
|
-
tusExtension: import(
|
|
1727
|
-
tusHttpMethodOverride: import(
|
|
1728
|
-
notificationsOcsEndpoints: import(
|
|
1729
|
-
passwordPolicy: import(
|
|
1723
|
+
sharingSearchMinLength: import("vue").ComputedRef<number>;
|
|
1724
|
+
sharingUserProfilePicture: import("vue").ComputedRef<boolean>;
|
|
1725
|
+
tusMaxChunkSize: import("vue").ComputedRef<number>;
|
|
1726
|
+
tusExtension: import("vue").ComputedRef<string>;
|
|
1727
|
+
tusHttpMethodOverride: import("vue").ComputedRef<boolean>;
|
|
1728
|
+
notificationsOcsEndpoints: import("vue").ComputedRef<string[]>;
|
|
1729
|
+
passwordPolicy: import("vue").ComputedRef<import("@opencloud-eu/web-client/ocs").PasswordPolicyCapability | {
|
|
1730
1730
|
min_characters?: number;
|
|
1731
1731
|
max_characters?: number;
|
|
1732
1732
|
min_lowercase_characters?: number;
|
|
@@ -1734,15 +1734,15 @@ export declare const useCapabilityStore: import('pinia').StoreDefinition<"capabi
|
|
|
1734
1734
|
min_digits?: number;
|
|
1735
1735
|
min_special_characters?: number;
|
|
1736
1736
|
}>;
|
|
1737
|
-
searchLastMofifiedDate: import(
|
|
1737
|
+
searchLastMofifiedDate: import("vue").ComputedRef<import("@opencloud-eu/web-client/ocs").LastModifiedFilterCapability | {
|
|
1738
1738
|
keywords?: string[];
|
|
1739
1739
|
enabled?: boolean;
|
|
1740
1740
|
}>;
|
|
1741
|
-
searchMediaType: import(
|
|
1741
|
+
searchMediaType: import("vue").ComputedRef<import("@opencloud-eu/web-client/ocs").MediaTypeCapability | {
|
|
1742
1742
|
keywords?: string[];
|
|
1743
1743
|
enabled?: boolean;
|
|
1744
1744
|
}>;
|
|
1745
|
-
searchContent: import(
|
|
1745
|
+
searchContent: import("vue").ComputedRef<import("@opencloud-eu/web-client/ocs").SearchPropertyCapability | {
|
|
1746
1746
|
enabled?: boolean;
|
|
1747
1747
|
}>;
|
|
1748
1748
|
}, "setCapabilities">>;
|