@opencloud-eu/web-pkg 6.0.0 → 6.2.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-CTRIgoeG.js +819 -0
- package/dist/assets/worker-BVTM6bn-.js +1 -0
- package/dist/assets/worker-Bv-mZ-VL.js +25 -0
- package/dist/assets/worker-Dx2ttEp-.js +25 -0
- package/dist/assets/worker-nUcRt7qV.js +25 -0
- package/dist/composables-CAlEpA5b.js +20172 -0
- package/dist/src/apps/types.d.ts +9 -9
- package/dist/src/components/AppBar/AppBar.vue.d.ts +82 -82
- package/dist/src/components/AppLoadingSpinner.vue.d.ts +2 -1
- package/dist/src/components/AppTemplates/AppWrapper.vue.d.ts +29 -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 +4 -3
- package/dist/src/components/Avatars/AvatarUpload.vue.d.ts +3 -4
- package/dist/src/components/Avatars/UserAvatar.vue.d.ts +3 -1
- package/dist/src/components/BatchActions.vue.d.ts +16 -15
- package/dist/src/components/ContextActions/ActionMenuDropItem.vue.d.ts +3 -2
- package/dist/src/components/ContextActions/ActionMenuItem.vue.d.ts +9 -8
- package/dist/src/components/ContextActions/ContextActionMenu.vue.d.ts +19 -18
- package/dist/src/components/ContextActions/ContextMenuQuickAction.vue.d.ts +30 -385
- package/dist/src/components/CreateLinkModal.vue.d.ts +7 -5
- package/dist/src/components/CreateShortcutModal.vue.d.ts +36 -139
- package/dist/src/components/CustomComponentTarget.vue.d.ts +2 -1
- package/dist/src/components/FilesList/ContextActions.vue.d.ts +38 -37
- package/dist/src/components/FilesList/ResourceGhostElement.vue.d.ts +12 -11
- package/dist/src/components/FilesList/ResourceIcon.vue.d.ts +2 -1
- package/dist/src/components/FilesList/ResourceLink.vue.d.ts +7 -6
- package/dist/src/components/FilesList/ResourceListItem.vue.d.ts +5 -3
- package/dist/src/components/FilesList/ResourceName.vue.d.ts +4 -1
- package/dist/src/components/FilesList/ResourceSize.vue.d.ts +6 -5
- package/dist/src/components/FilesList/ResourceStatusIndicators.vue.d.ts +2 -1
- package/dist/src/components/FilesList/ResourceTable.vue.d.ts +38 -149
- package/dist/src/components/FilesList/ResourceTile.vue.d.ts +25 -149
- package/dist/src/components/FilesList/ResourceTiles.vue.d.ts +21 -114
- package/dist/src/components/Filters/DateFilter.vue.d.ts +26 -497
- 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 +10 -203
- 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/NoContentMessage.vue.d.ts +9 -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 +2 -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 +2 -76
- package/dist/src/components/SideBar/Files/FileInfo.vue.d.ts +2 -1
- package/dist/src/components/SideBar/SideBar.vue.d.ts +10 -19
- package/dist/src/components/SideBar/SideBarPanels.vue.d.ts +10 -19
- package/dist/src/components/SideBar/Spaces/Details/SpaceDetails.vue.d.ts +2 -1
- package/dist/src/components/SideBar/Spaces/Details/SpaceDetailsMultiple.vue.d.ts +2 -1
- package/dist/src/components/SideBar/Spaces/SpaceInfo.vue.d.ts +6 -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 +2 -1
- package/dist/src/components/Spaces/QuotaModal.vue.d.ts +5 -4
- package/dist/src/components/Spaces/SpaceImageModal.vue.d.ts +4 -4
- package/dist/src/components/TextEditor/TextEditor.vue.d.ts +18 -0
- package/dist/src/components/TextEditor/index.d.ts +17 -0
- package/dist/src/components/VersionCheck.vue.d.ts +2 -1
- package/dist/src/components/ViewOptions.vue.d.ts +2 -1
- package/dist/src/components/index.d.ts +1 -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/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/types.d.ts +92 -2
- 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/keyboardActions/useKeyboardActions.d.ts +1 -0
- 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 +34 -616
- 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 +13 -13
- package/dist/src/composables/resources/useResourceViewHelpers.d.ts +18 -18
- 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 +4181 -352
- package/package.json +37 -38
- 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/components/Navigation/MobileNav.vue.d.ts +0 -2
- package/dist/src/components/Navigation/index.d.ts +0 -1
- package/dist/src/composables/piniaStores/groupwareConfig/index.d.ts +0 -2
- package/dist/web-pkg.umd.cjs +0 -16
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Resource } from '@opencloud-eu/web-client';
|
|
2
2
|
import { ClipboardActions } from '../../helpers';
|
|
3
|
-
export declare const useClipboardStore: import(
|
|
4
|
-
action: import(
|
|
5
|
-
resources: import(
|
|
3
|
+
export declare const useClipboardStore: import("pinia").StoreDefinition<"clipboard", Pick<{
|
|
4
|
+
action: import("vue").Ref<ClipboardActions, ClipboardActions>;
|
|
5
|
+
resources: import("vue").Ref<{
|
|
6
6
|
id: string;
|
|
7
7
|
fileId?: string;
|
|
8
8
|
parentFolderId?: string;
|
|
@@ -78,20 +78,20 @@ export declare const useClipboardStore: import('pinia').StoreDefinition<"clipboa
|
|
|
78
78
|
hasPreview?: () => boolean;
|
|
79
79
|
canCreate?: () => boolean;
|
|
80
80
|
canUpload?: ({ user }: {
|
|
81
|
-
user?: import(
|
|
81
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
82
82
|
}) => boolean;
|
|
83
83
|
canDownload?: () => boolean;
|
|
84
84
|
canShare?: (args?: {
|
|
85
|
-
user?: import(
|
|
86
|
-
ability?: import(
|
|
85
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
86
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
87
87
|
}) => boolean;
|
|
88
88
|
canRename?: (args?: {
|
|
89
|
-
user?: import(
|
|
90
|
-
ability?: import(
|
|
89
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
90
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
91
91
|
}) => boolean;
|
|
92
92
|
canBeDeleted?: (args?: {
|
|
93
|
-
user?: import(
|
|
94
|
-
ability?: import(
|
|
93
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
94
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
95
95
|
}) => boolean;
|
|
96
96
|
canEditTags?: () => boolean;
|
|
97
97
|
getDomSelector?: () => string;
|
|
@@ -174,20 +174,20 @@ export declare const useClipboardStore: import('pinia').StoreDefinition<"clipboa
|
|
|
174
174
|
hasPreview?: () => boolean;
|
|
175
175
|
canCreate?: () => boolean;
|
|
176
176
|
canUpload?: ({ user }: {
|
|
177
|
-
user?: import(
|
|
177
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
178
178
|
}) => boolean;
|
|
179
179
|
canDownload?: () => boolean;
|
|
180
180
|
canShare?: (args?: {
|
|
181
|
-
user?: import(
|
|
182
|
-
ability?: import(
|
|
181
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
182
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
183
183
|
}) => boolean;
|
|
184
184
|
canRename?: (args?: {
|
|
185
|
-
user?: import(
|
|
186
|
-
ability?: import(
|
|
185
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
186
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
187
187
|
}) => boolean;
|
|
188
188
|
canBeDeleted?: (args?: {
|
|
189
|
-
user?: import(
|
|
190
|
-
ability?: import(
|
|
189
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
190
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
191
191
|
}) => boolean;
|
|
192
192
|
canEditTags?: () => boolean;
|
|
193
193
|
getDomSelector?: () => string;
|
|
@@ -199,8 +199,8 @@ export declare const useClipboardStore: import('pinia').StoreDefinition<"clipboa
|
|
|
199
199
|
cutResources: (r: Resource[]) => void;
|
|
200
200
|
clearClipboard: () => void;
|
|
201
201
|
}, "resources" | "action">, Pick<{
|
|
202
|
-
action: import(
|
|
203
|
-
resources: import(
|
|
202
|
+
action: import("vue").Ref<ClipboardActions, ClipboardActions>;
|
|
203
|
+
resources: import("vue").Ref<{
|
|
204
204
|
id: string;
|
|
205
205
|
fileId?: string;
|
|
206
206
|
parentFolderId?: string;
|
|
@@ -276,20 +276,20 @@ export declare const useClipboardStore: import('pinia').StoreDefinition<"clipboa
|
|
|
276
276
|
hasPreview?: () => boolean;
|
|
277
277
|
canCreate?: () => boolean;
|
|
278
278
|
canUpload?: ({ user }: {
|
|
279
|
-
user?: import(
|
|
279
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
280
280
|
}) => boolean;
|
|
281
281
|
canDownload?: () => boolean;
|
|
282
282
|
canShare?: (args?: {
|
|
283
|
-
user?: import(
|
|
284
|
-
ability?: import(
|
|
283
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
284
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
285
285
|
}) => boolean;
|
|
286
286
|
canRename?: (args?: {
|
|
287
|
-
user?: import(
|
|
288
|
-
ability?: import(
|
|
287
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
288
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
289
289
|
}) => boolean;
|
|
290
290
|
canBeDeleted?: (args?: {
|
|
291
|
-
user?: import(
|
|
292
|
-
ability?: import(
|
|
291
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
292
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
293
293
|
}) => boolean;
|
|
294
294
|
canEditTags?: () => boolean;
|
|
295
295
|
getDomSelector?: () => string;
|
|
@@ -372,20 +372,20 @@ export declare const useClipboardStore: import('pinia').StoreDefinition<"clipboa
|
|
|
372
372
|
hasPreview?: () => boolean;
|
|
373
373
|
canCreate?: () => boolean;
|
|
374
374
|
canUpload?: ({ user }: {
|
|
375
|
-
user?: import(
|
|
375
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
376
376
|
}) => boolean;
|
|
377
377
|
canDownload?: () => boolean;
|
|
378
378
|
canShare?: (args?: {
|
|
379
|
-
user?: import(
|
|
380
|
-
ability?: import(
|
|
379
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
380
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
381
381
|
}) => boolean;
|
|
382
382
|
canRename?: (args?: {
|
|
383
|
-
user?: import(
|
|
384
|
-
ability?: import(
|
|
383
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
384
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
385
385
|
}) => boolean;
|
|
386
386
|
canBeDeleted?: (args?: {
|
|
387
|
-
user?: import(
|
|
388
|
-
ability?: import(
|
|
387
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
388
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
389
389
|
}) => boolean;
|
|
390
390
|
canEditTags?: () => boolean;
|
|
391
391
|
getDomSelector?: () => string;
|
|
@@ -397,8 +397,8 @@ export declare const useClipboardStore: import('pinia').StoreDefinition<"clipboa
|
|
|
397
397
|
cutResources: (r: Resource[]) => void;
|
|
398
398
|
clearClipboard: () => void;
|
|
399
399
|
}, never>, Pick<{
|
|
400
|
-
action: import(
|
|
401
|
-
resources: import(
|
|
400
|
+
action: import("vue").Ref<ClipboardActions, ClipboardActions>;
|
|
401
|
+
resources: import("vue").Ref<{
|
|
402
402
|
id: string;
|
|
403
403
|
fileId?: string;
|
|
404
404
|
parentFolderId?: string;
|
|
@@ -474,20 +474,20 @@ export declare const useClipboardStore: import('pinia').StoreDefinition<"clipboa
|
|
|
474
474
|
hasPreview?: () => boolean;
|
|
475
475
|
canCreate?: () => boolean;
|
|
476
476
|
canUpload?: ({ user }: {
|
|
477
|
-
user?: import(
|
|
477
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
478
478
|
}) => boolean;
|
|
479
479
|
canDownload?: () => boolean;
|
|
480
480
|
canShare?: (args?: {
|
|
481
|
-
user?: import(
|
|
482
|
-
ability?: import(
|
|
481
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
482
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
483
483
|
}) => boolean;
|
|
484
484
|
canRename?: (args?: {
|
|
485
|
-
user?: import(
|
|
486
|
-
ability?: import(
|
|
485
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
486
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
487
487
|
}) => boolean;
|
|
488
488
|
canBeDeleted?: (args?: {
|
|
489
|
-
user?: import(
|
|
490
|
-
ability?: import(
|
|
489
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
490
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
491
491
|
}) => boolean;
|
|
492
492
|
canEditTags?: () => boolean;
|
|
493
493
|
getDomSelector?: () => string;
|
|
@@ -570,20 +570,20 @@ export declare const useClipboardStore: import('pinia').StoreDefinition<"clipboa
|
|
|
570
570
|
hasPreview?: () => boolean;
|
|
571
571
|
canCreate?: () => boolean;
|
|
572
572
|
canUpload?: ({ user }: {
|
|
573
|
-
user?: import(
|
|
573
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
574
574
|
}) => boolean;
|
|
575
575
|
canDownload?: () => boolean;
|
|
576
576
|
canShare?: (args?: {
|
|
577
|
-
user?: import(
|
|
578
|
-
ability?: import(
|
|
577
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
578
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
579
579
|
}) => boolean;
|
|
580
580
|
canRename?: (args?: {
|
|
581
|
-
user?: import(
|
|
582
|
-
ability?: import(
|
|
581
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
582
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
583
583
|
}) => boolean;
|
|
584
584
|
canBeDeleted?: (args?: {
|
|
585
|
-
user?: import(
|
|
586
|
-
ability?: import(
|
|
585
|
+
user?: import("@opencloud-eu/web-client/graph/generated").User;
|
|
586
|
+
ability?: import("@opencloud-eu/web-client").Ability;
|
|
587
587
|
}) => boolean;
|
|
588
588
|
canEditTags?: () => boolean;
|
|
589
589
|
getDomSelector?: () => string;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { RawConfig } from './types';
|
|
2
|
-
export declare const useConfigStore: import(
|
|
3
|
-
options: import(
|
|
2
|
+
export declare const useConfigStore: import("pinia").StoreDefinition<"config", Pick<{
|
|
3
|
+
options: import("vue").Ref<{
|
|
4
4
|
cernFeatures?: boolean;
|
|
5
|
+
openFilesInNewTab?: boolean;
|
|
5
6
|
concurrentRequests?: {
|
|
6
7
|
resourceBatchActions?: number;
|
|
7
8
|
sse?: number;
|
|
@@ -58,6 +59,7 @@ export declare const useConfigStore: import('pinia').StoreDefinition<"config", P
|
|
|
58
59
|
hideLogo?: boolean;
|
|
59
60
|
}, {
|
|
60
61
|
cernFeatures?: boolean;
|
|
62
|
+
openFilesInNewTab?: boolean;
|
|
61
63
|
concurrentRequests?: {
|
|
62
64
|
resourceBatchActions?: number;
|
|
63
65
|
sse?: number;
|
|
@@ -114,6 +116,7 @@ export declare const useConfigStore: import('pinia').StoreDefinition<"config", P
|
|
|
114
116
|
hideLogo?: boolean;
|
|
115
117
|
} | {
|
|
116
118
|
cernFeatures?: boolean;
|
|
119
|
+
openFilesInNewTab?: boolean;
|
|
117
120
|
concurrentRequests?: {
|
|
118
121
|
resourceBatchActions?: number;
|
|
119
122
|
sse?: number;
|
|
@@ -169,55 +172,20 @@ export declare const useConfigStore: import('pinia').StoreDefinition<"config", P
|
|
|
169
172
|
userListRequiresFilter?: boolean;
|
|
170
173
|
hideLogo?: boolean;
|
|
171
174
|
}>;
|
|
172
|
-
|
|
173
|
-
apiUrl?: string;
|
|
174
|
-
authUrl?: string;
|
|
175
|
-
clientId?: string;
|
|
176
|
-
clientSecret?: string;
|
|
177
|
-
logoutUrl?: string;
|
|
178
|
-
metaDataUrl?: string;
|
|
179
|
-
url?: string;
|
|
180
|
-
}, {
|
|
181
|
-
apiUrl?: string;
|
|
182
|
-
authUrl?: string;
|
|
183
|
-
clientId?: string;
|
|
184
|
-
clientSecret?: string;
|
|
185
|
-
logoutUrl?: string;
|
|
186
|
-
metaDataUrl?: string;
|
|
187
|
-
url?: string;
|
|
188
|
-
}>;
|
|
189
|
-
openIdConnect: import('vue').Ref<{
|
|
175
|
+
openIdConnect: import("vue").Ref<{
|
|
190
176
|
[x: string]: unknown;
|
|
191
|
-
authority?: string;
|
|
192
|
-
client_id?: string;
|
|
193
|
-
client_secret?: string;
|
|
194
|
-
dynamic?: string;
|
|
195
|
-
metadata_url?: string;
|
|
196
|
-
post_logout_redirect_uri?: string;
|
|
197
|
-
response_type?: string;
|
|
198
|
-
scope?: string;
|
|
199
177
|
}, {
|
|
200
178
|
[x: string]: unknown;
|
|
201
|
-
authority?: string;
|
|
202
|
-
client_id?: string;
|
|
203
|
-
client_secret?: string;
|
|
204
|
-
dynamic?: string;
|
|
205
|
-
metadata_url?: string;
|
|
206
|
-
post_logout_redirect_uri?: string;
|
|
207
|
-
response_type?: string;
|
|
208
|
-
scope?: string;
|
|
209
179
|
}>;
|
|
210
|
-
|
|
211
|
-
isOIDC: import('vue').ComputedRef<boolean>;
|
|
212
|
-
customTranslations: import('vue').Ref<{
|
|
180
|
+
customTranslations: import("vue").Ref<{
|
|
213
181
|
url: string;
|
|
214
182
|
}[], {
|
|
215
183
|
url: string;
|
|
216
184
|
}[] | {
|
|
217
185
|
url: string;
|
|
218
186
|
}[]>;
|
|
219
|
-
apps: import(
|
|
220
|
-
externalApps: import(
|
|
187
|
+
apps: import("vue").Ref<string[], string[]>;
|
|
188
|
+
externalApps: import("vue").Ref<{
|
|
221
189
|
id: string;
|
|
222
190
|
path: string;
|
|
223
191
|
config?: Record<string, unknown>;
|
|
@@ -230,9 +198,9 @@ export declare const useConfigStore: import('pinia').StoreDefinition<"config", P
|
|
|
230
198
|
path: string;
|
|
231
199
|
config?: Record<string, unknown>;
|
|
232
200
|
}[]>;
|
|
233
|
-
sentry: import(
|
|
234
|
-
theme: import(
|
|
235
|
-
scripts: import(
|
|
201
|
+
sentry: import("vue").Ref<Record<any, any>, Record<any, any>>;
|
|
202
|
+
theme: import("vue").Ref<string, string>;
|
|
203
|
+
scripts: import("vue").Ref<{
|
|
236
204
|
async?: boolean;
|
|
237
205
|
src?: string;
|
|
238
206
|
}[], {
|
|
@@ -242,19 +210,50 @@ export declare const useConfigStore: import('pinia').StoreDefinition<"config", P
|
|
|
242
210
|
async?: boolean;
|
|
243
211
|
src?: string;
|
|
244
212
|
}[]>;
|
|
245
|
-
styles: import(
|
|
213
|
+
styles: import("vue").Ref<{
|
|
246
214
|
href?: string;
|
|
247
215
|
}[], {
|
|
248
216
|
href?: string;
|
|
249
217
|
}[] | {
|
|
250
218
|
href?: string;
|
|
251
219
|
}[]>;
|
|
252
|
-
serverUrl: import(
|
|
253
|
-
groupwareUrl: import(
|
|
220
|
+
serverUrl: import("vue").ComputedRef<string>;
|
|
221
|
+
groupwareUrl: import("vue").ComputedRef<string>;
|
|
254
222
|
loadConfig: (data: RawConfig) => void;
|
|
255
|
-
|
|
256
|
-
|
|
223
|
+
/** @deprecated this is always true */
|
|
224
|
+
isOIDC: import("vue").ComputedRef<boolean>;
|
|
225
|
+
/** @deprecated there is no oauth2 config anymore */
|
|
226
|
+
oAuth2: import("vue").Ref<{
|
|
227
|
+
apiUrl?: string;
|
|
228
|
+
authUrl?: string;
|
|
229
|
+
clientId?: string;
|
|
230
|
+
clientSecret?: string;
|
|
231
|
+
logoutUrl?: string;
|
|
232
|
+
metaDataUrl?: string;
|
|
233
|
+
url?: string;
|
|
234
|
+
}, {
|
|
235
|
+
apiUrl?: string;
|
|
236
|
+
authUrl?: string;
|
|
237
|
+
clientId?: string;
|
|
238
|
+
clientSecret?: string;
|
|
239
|
+
logoutUrl?: string;
|
|
240
|
+
metaDataUrl?: string;
|
|
241
|
+
url?: string;
|
|
242
|
+
} | {
|
|
243
|
+
apiUrl?: string;
|
|
244
|
+
authUrl?: string;
|
|
245
|
+
clientId?: string;
|
|
246
|
+
clientSecret?: string;
|
|
247
|
+
logoutUrl?: string;
|
|
248
|
+
metaDataUrl?: string;
|
|
249
|
+
url?: string;
|
|
250
|
+
}>;
|
|
251
|
+
/** @deprecated this is always false */
|
|
252
|
+
isOAuth2: import("vue").ComputedRef<boolean>;
|
|
253
|
+
}, "options" | "theme" | "apps" | "customTranslations" | "openIdConnect" | "sentry" | "scripts" | "styles" | "externalApps" | "oAuth2">, Pick<{
|
|
254
|
+
options: import("vue").Ref<{
|
|
257
255
|
cernFeatures?: boolean;
|
|
256
|
+
openFilesInNewTab?: boolean;
|
|
258
257
|
concurrentRequests?: {
|
|
259
258
|
resourceBatchActions?: number;
|
|
260
259
|
sse?: number;
|
|
@@ -311,6 +310,7 @@ export declare const useConfigStore: import('pinia').StoreDefinition<"config", P
|
|
|
311
310
|
hideLogo?: boolean;
|
|
312
311
|
}, {
|
|
313
312
|
cernFeatures?: boolean;
|
|
313
|
+
openFilesInNewTab?: boolean;
|
|
314
314
|
concurrentRequests?: {
|
|
315
315
|
resourceBatchActions?: number;
|
|
316
316
|
sse?: number;
|
|
@@ -367,6 +367,7 @@ export declare const useConfigStore: import('pinia').StoreDefinition<"config", P
|
|
|
367
367
|
hideLogo?: boolean;
|
|
368
368
|
} | {
|
|
369
369
|
cernFeatures?: boolean;
|
|
370
|
+
openFilesInNewTab?: boolean;
|
|
370
371
|
concurrentRequests?: {
|
|
371
372
|
resourceBatchActions?: number;
|
|
372
373
|
sse?: number;
|
|
@@ -422,55 +423,20 @@ export declare const useConfigStore: import('pinia').StoreDefinition<"config", P
|
|
|
422
423
|
userListRequiresFilter?: boolean;
|
|
423
424
|
hideLogo?: boolean;
|
|
424
425
|
}>;
|
|
425
|
-
|
|
426
|
-
apiUrl?: string;
|
|
427
|
-
authUrl?: string;
|
|
428
|
-
clientId?: string;
|
|
429
|
-
clientSecret?: string;
|
|
430
|
-
logoutUrl?: string;
|
|
431
|
-
metaDataUrl?: string;
|
|
432
|
-
url?: string;
|
|
433
|
-
}, {
|
|
434
|
-
apiUrl?: string;
|
|
435
|
-
authUrl?: string;
|
|
436
|
-
clientId?: string;
|
|
437
|
-
clientSecret?: string;
|
|
438
|
-
logoutUrl?: string;
|
|
439
|
-
metaDataUrl?: string;
|
|
440
|
-
url?: string;
|
|
441
|
-
}>;
|
|
442
|
-
openIdConnect: import('vue').Ref<{
|
|
426
|
+
openIdConnect: import("vue").Ref<{
|
|
443
427
|
[x: string]: unknown;
|
|
444
|
-
authority?: string;
|
|
445
|
-
client_id?: string;
|
|
446
|
-
client_secret?: string;
|
|
447
|
-
dynamic?: string;
|
|
448
|
-
metadata_url?: string;
|
|
449
|
-
post_logout_redirect_uri?: string;
|
|
450
|
-
response_type?: string;
|
|
451
|
-
scope?: string;
|
|
452
428
|
}, {
|
|
453
429
|
[x: string]: unknown;
|
|
454
|
-
authority?: string;
|
|
455
|
-
client_id?: string;
|
|
456
|
-
client_secret?: string;
|
|
457
|
-
dynamic?: string;
|
|
458
|
-
metadata_url?: string;
|
|
459
|
-
post_logout_redirect_uri?: string;
|
|
460
|
-
response_type?: string;
|
|
461
|
-
scope?: string;
|
|
462
430
|
}>;
|
|
463
|
-
|
|
464
|
-
isOIDC: import('vue').ComputedRef<boolean>;
|
|
465
|
-
customTranslations: import('vue').Ref<{
|
|
431
|
+
customTranslations: import("vue").Ref<{
|
|
466
432
|
url: string;
|
|
467
433
|
}[], {
|
|
468
434
|
url: string;
|
|
469
435
|
}[] | {
|
|
470
436
|
url: string;
|
|
471
437
|
}[]>;
|
|
472
|
-
apps: import(
|
|
473
|
-
externalApps: import(
|
|
438
|
+
apps: import("vue").Ref<string[], string[]>;
|
|
439
|
+
externalApps: import("vue").Ref<{
|
|
474
440
|
id: string;
|
|
475
441
|
path: string;
|
|
476
442
|
config?: Record<string, unknown>;
|
|
@@ -483,9 +449,9 @@ export declare const useConfigStore: import('pinia').StoreDefinition<"config", P
|
|
|
483
449
|
path: string;
|
|
484
450
|
config?: Record<string, unknown>;
|
|
485
451
|
}[]>;
|
|
486
|
-
sentry: import(
|
|
487
|
-
theme: import(
|
|
488
|
-
scripts: import(
|
|
452
|
+
sentry: import("vue").Ref<Record<any, any>, Record<any, any>>;
|
|
453
|
+
theme: import("vue").Ref<string, string>;
|
|
454
|
+
scripts: import("vue").Ref<{
|
|
489
455
|
async?: boolean;
|
|
490
456
|
src?: string;
|
|
491
457
|
}[], {
|
|
@@ -495,19 +461,50 @@ export declare const useConfigStore: import('pinia').StoreDefinition<"config", P
|
|
|
495
461
|
async?: boolean;
|
|
496
462
|
src?: string;
|
|
497
463
|
}[]>;
|
|
498
|
-
styles: import(
|
|
464
|
+
styles: import("vue").Ref<{
|
|
499
465
|
href?: string;
|
|
500
466
|
}[], {
|
|
501
467
|
href?: string;
|
|
502
468
|
}[] | {
|
|
503
469
|
href?: string;
|
|
504
470
|
}[]>;
|
|
505
|
-
serverUrl: import(
|
|
506
|
-
groupwareUrl: import(
|
|
471
|
+
serverUrl: import("vue").ComputedRef<string>;
|
|
472
|
+
groupwareUrl: import("vue").ComputedRef<string>;
|
|
507
473
|
loadConfig: (data: RawConfig) => void;
|
|
508
|
-
|
|
509
|
-
|
|
474
|
+
/** @deprecated this is always true */
|
|
475
|
+
isOIDC: import("vue").ComputedRef<boolean>;
|
|
476
|
+
/** @deprecated there is no oauth2 config anymore */
|
|
477
|
+
oAuth2: import("vue").Ref<{
|
|
478
|
+
apiUrl?: string;
|
|
479
|
+
authUrl?: string;
|
|
480
|
+
clientId?: string;
|
|
481
|
+
clientSecret?: string;
|
|
482
|
+
logoutUrl?: string;
|
|
483
|
+
metaDataUrl?: string;
|
|
484
|
+
url?: string;
|
|
485
|
+
}, {
|
|
486
|
+
apiUrl?: string;
|
|
487
|
+
authUrl?: string;
|
|
488
|
+
clientId?: string;
|
|
489
|
+
clientSecret?: string;
|
|
490
|
+
logoutUrl?: string;
|
|
491
|
+
metaDataUrl?: string;
|
|
492
|
+
url?: string;
|
|
493
|
+
} | {
|
|
494
|
+
apiUrl?: string;
|
|
495
|
+
authUrl?: string;
|
|
496
|
+
clientId?: string;
|
|
497
|
+
clientSecret?: string;
|
|
498
|
+
logoutUrl?: string;
|
|
499
|
+
metaDataUrl?: string;
|
|
500
|
+
url?: string;
|
|
501
|
+
}>;
|
|
502
|
+
/** @deprecated this is always false */
|
|
503
|
+
isOAuth2: import("vue").ComputedRef<boolean>;
|
|
504
|
+
}, "serverUrl" | "groupwareUrl" | "isOIDC" | "isOAuth2">, Pick<{
|
|
505
|
+
options: import("vue").Ref<{
|
|
510
506
|
cernFeatures?: boolean;
|
|
507
|
+
openFilesInNewTab?: boolean;
|
|
511
508
|
concurrentRequests?: {
|
|
512
509
|
resourceBatchActions?: number;
|
|
513
510
|
sse?: number;
|
|
@@ -564,6 +561,7 @@ export declare const useConfigStore: import('pinia').StoreDefinition<"config", P
|
|
|
564
561
|
hideLogo?: boolean;
|
|
565
562
|
}, {
|
|
566
563
|
cernFeatures?: boolean;
|
|
564
|
+
openFilesInNewTab?: boolean;
|
|
567
565
|
concurrentRequests?: {
|
|
568
566
|
resourceBatchActions?: number;
|
|
569
567
|
sse?: number;
|
|
@@ -620,6 +618,7 @@ export declare const useConfigStore: import('pinia').StoreDefinition<"config", P
|
|
|
620
618
|
hideLogo?: boolean;
|
|
621
619
|
} | {
|
|
622
620
|
cernFeatures?: boolean;
|
|
621
|
+
openFilesInNewTab?: boolean;
|
|
623
622
|
concurrentRequests?: {
|
|
624
623
|
resourceBatchActions?: number;
|
|
625
624
|
sse?: number;
|
|
@@ -675,55 +674,20 @@ export declare const useConfigStore: import('pinia').StoreDefinition<"config", P
|
|
|
675
674
|
userListRequiresFilter?: boolean;
|
|
676
675
|
hideLogo?: boolean;
|
|
677
676
|
}>;
|
|
678
|
-
|
|
679
|
-
apiUrl?: string;
|
|
680
|
-
authUrl?: string;
|
|
681
|
-
clientId?: string;
|
|
682
|
-
clientSecret?: string;
|
|
683
|
-
logoutUrl?: string;
|
|
684
|
-
metaDataUrl?: string;
|
|
685
|
-
url?: string;
|
|
686
|
-
}, {
|
|
687
|
-
apiUrl?: string;
|
|
688
|
-
authUrl?: string;
|
|
689
|
-
clientId?: string;
|
|
690
|
-
clientSecret?: string;
|
|
691
|
-
logoutUrl?: string;
|
|
692
|
-
metaDataUrl?: string;
|
|
693
|
-
url?: string;
|
|
694
|
-
}>;
|
|
695
|
-
openIdConnect: import('vue').Ref<{
|
|
677
|
+
openIdConnect: import("vue").Ref<{
|
|
696
678
|
[x: string]: unknown;
|
|
697
|
-
authority?: string;
|
|
698
|
-
client_id?: string;
|
|
699
|
-
client_secret?: string;
|
|
700
|
-
dynamic?: string;
|
|
701
|
-
metadata_url?: string;
|
|
702
|
-
post_logout_redirect_uri?: string;
|
|
703
|
-
response_type?: string;
|
|
704
|
-
scope?: string;
|
|
705
679
|
}, {
|
|
706
680
|
[x: string]: unknown;
|
|
707
|
-
authority?: string;
|
|
708
|
-
client_id?: string;
|
|
709
|
-
client_secret?: string;
|
|
710
|
-
dynamic?: string;
|
|
711
|
-
metadata_url?: string;
|
|
712
|
-
post_logout_redirect_uri?: string;
|
|
713
|
-
response_type?: string;
|
|
714
|
-
scope?: string;
|
|
715
681
|
}>;
|
|
716
|
-
|
|
717
|
-
isOIDC: import('vue').ComputedRef<boolean>;
|
|
718
|
-
customTranslations: import('vue').Ref<{
|
|
682
|
+
customTranslations: import("vue").Ref<{
|
|
719
683
|
url: string;
|
|
720
684
|
}[], {
|
|
721
685
|
url: string;
|
|
722
686
|
}[] | {
|
|
723
687
|
url: string;
|
|
724
688
|
}[]>;
|
|
725
|
-
apps: import(
|
|
726
|
-
externalApps: import(
|
|
689
|
+
apps: import("vue").Ref<string[], string[]>;
|
|
690
|
+
externalApps: import("vue").Ref<{
|
|
727
691
|
id: string;
|
|
728
692
|
path: string;
|
|
729
693
|
config?: Record<string, unknown>;
|
|
@@ -736,9 +700,9 @@ export declare const useConfigStore: import('pinia').StoreDefinition<"config", P
|
|
|
736
700
|
path: string;
|
|
737
701
|
config?: Record<string, unknown>;
|
|
738
702
|
}[]>;
|
|
739
|
-
sentry: import(
|
|
740
|
-
theme: import(
|
|
741
|
-
scripts: import(
|
|
703
|
+
sentry: import("vue").Ref<Record<any, any>, Record<any, any>>;
|
|
704
|
+
theme: import("vue").Ref<string, string>;
|
|
705
|
+
scripts: import("vue").Ref<{
|
|
742
706
|
async?: boolean;
|
|
743
707
|
src?: string;
|
|
744
708
|
}[], {
|
|
@@ -748,15 +712,45 @@ export declare const useConfigStore: import('pinia').StoreDefinition<"config", P
|
|
|
748
712
|
async?: boolean;
|
|
749
713
|
src?: string;
|
|
750
714
|
}[]>;
|
|
751
|
-
styles: import(
|
|
715
|
+
styles: import("vue").Ref<{
|
|
752
716
|
href?: string;
|
|
753
717
|
}[], {
|
|
754
718
|
href?: string;
|
|
755
719
|
}[] | {
|
|
756
720
|
href?: string;
|
|
757
721
|
}[]>;
|
|
758
|
-
serverUrl: import(
|
|
759
|
-
groupwareUrl: import(
|
|
722
|
+
serverUrl: import("vue").ComputedRef<string>;
|
|
723
|
+
groupwareUrl: import("vue").ComputedRef<string>;
|
|
760
724
|
loadConfig: (data: RawConfig) => void;
|
|
725
|
+
/** @deprecated this is always true */
|
|
726
|
+
isOIDC: import("vue").ComputedRef<boolean>;
|
|
727
|
+
/** @deprecated there is no oauth2 config anymore */
|
|
728
|
+
oAuth2: import("vue").Ref<{
|
|
729
|
+
apiUrl?: string;
|
|
730
|
+
authUrl?: string;
|
|
731
|
+
clientId?: string;
|
|
732
|
+
clientSecret?: string;
|
|
733
|
+
logoutUrl?: string;
|
|
734
|
+
metaDataUrl?: string;
|
|
735
|
+
url?: string;
|
|
736
|
+
}, {
|
|
737
|
+
apiUrl?: string;
|
|
738
|
+
authUrl?: string;
|
|
739
|
+
clientId?: string;
|
|
740
|
+
clientSecret?: string;
|
|
741
|
+
logoutUrl?: string;
|
|
742
|
+
metaDataUrl?: string;
|
|
743
|
+
url?: string;
|
|
744
|
+
} | {
|
|
745
|
+
apiUrl?: string;
|
|
746
|
+
authUrl?: string;
|
|
747
|
+
clientId?: string;
|
|
748
|
+
clientSecret?: string;
|
|
749
|
+
logoutUrl?: string;
|
|
750
|
+
metaDataUrl?: string;
|
|
751
|
+
url?: string;
|
|
752
|
+
}>;
|
|
753
|
+
/** @deprecated this is always false */
|
|
754
|
+
isOAuth2: import("vue").ComputedRef<boolean>;
|
|
761
755
|
}, "loadConfig">>;
|
|
762
756
|
export type ConfigStore = ReturnType<typeof useConfigStore>;
|