@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,22 +1,28 @@
|
|
|
1
1
|
import { FillType } from '@opencloud-eu/design-system/helpers';
|
|
2
2
|
type __VLS_Props = {
|
|
3
|
-
icon
|
|
3
|
+
icon?: string;
|
|
4
4
|
iconFillType?: FillType;
|
|
5
|
+
imgSrc?: string;
|
|
5
6
|
};
|
|
6
|
-
declare
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
};
|
|
12
|
-
refs: {};
|
|
13
|
-
rootEl: HTMLDivElement;
|
|
7
|
+
declare var __VLS_11: {}, __VLS_13: {};
|
|
8
|
+
type __VLS_Slots = {} & {
|
|
9
|
+
message?: (props: typeof __VLS_11) => any;
|
|
10
|
+
} & {
|
|
11
|
+
callToAction?: (props: typeof __VLS_13) => any;
|
|
14
12
|
};
|
|
15
|
-
|
|
16
|
-
declare const
|
|
17
|
-
declare const _default:
|
|
13
|
+
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
14
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
15
|
+
declare const _default: typeof __VLS_export;
|
|
18
16
|
export default _default;
|
|
19
|
-
type
|
|
17
|
+
type __VLS_TypePropsToOption<T> = {
|
|
18
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
19
|
+
type: import('vue').PropType<Required<T>[K]>;
|
|
20
|
+
} : {
|
|
21
|
+
type: import('vue').PropType<T[K]>;
|
|
22
|
+
required: true;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
20
26
|
new (): {
|
|
21
27
|
$slots: S;
|
|
22
28
|
};
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
4
|
pages: {
|
|
3
5
|
type: NumberConstructor;
|
|
4
6
|
required: true;
|
|
@@ -7,7 +9,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7
9
|
type: NumberConstructor;
|
|
8
10
|
required: true;
|
|
9
11
|
};
|
|
10
|
-
}>, {}, {}, {}, {}, import(
|
|
12
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
13
|
pages: {
|
|
12
14
|
type: NumberConstructor;
|
|
13
15
|
required: true;
|
|
@@ -16,5 +18,4 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
16
18
|
type: NumberConstructor;
|
|
17
19
|
required: true;
|
|
18
20
|
};
|
|
19
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import(
|
|
20
|
-
export default _default;
|
|
21
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -3,7 +3,9 @@ type Option = {
|
|
|
3
3
|
displayValue: string;
|
|
4
4
|
selectable?: boolean;
|
|
5
5
|
};
|
|
6
|
-
declare const _default:
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
7
|
+
export default _default;
|
|
8
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
7
9
|
totalQuota: {
|
|
8
10
|
type: NumberConstructor;
|
|
9
11
|
default: number;
|
|
@@ -13,7 +15,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13
15
|
default: number;
|
|
14
16
|
};
|
|
15
17
|
}>, {
|
|
16
|
-
selectedOption: import(
|
|
18
|
+
selectedOption: import("vue").Ref<{
|
|
17
19
|
value: number;
|
|
18
20
|
displayValue: string;
|
|
19
21
|
selectable?: boolean;
|
|
@@ -22,7 +24,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
22
24
|
displayValue: string;
|
|
23
25
|
selectable?: boolean;
|
|
24
26
|
}>;
|
|
25
|
-
options: import(
|
|
27
|
+
options: import("vue").Ref<{
|
|
26
28
|
value: number;
|
|
27
29
|
displayValue: string;
|
|
28
30
|
selectable?: boolean;
|
|
@@ -56,7 +58,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
56
58
|
};
|
|
57
59
|
setOptions(): void;
|
|
58
60
|
getFormattedFileSize(value: number): string;
|
|
59
|
-
}, import(
|
|
61
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "selectedOptionChange"[], "selectedOptionChange", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
60
62
|
totalQuota: {
|
|
61
63
|
type: NumberConstructor;
|
|
62
64
|
default: number;
|
|
@@ -70,5 +72,4 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
70
72
|
}>, {
|
|
71
73
|
totalQuota: number;
|
|
72
74
|
maxQuota: number;
|
|
73
|
-
}, {}, {}, {}, string, import(
|
|
74
|
-
export default _default;
|
|
75
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,48 +1,17 @@
|
|
|
1
|
-
import { Resource } from '@opencloud-eu/web-client';
|
|
2
1
|
import { SearchResultValue } from './types';
|
|
3
2
|
type __VLS_Props = {
|
|
4
3
|
searchResult?: SearchResultValue;
|
|
5
4
|
isClickable?: boolean;
|
|
6
5
|
term?: string;
|
|
7
6
|
};
|
|
8
|
-
declare const
|
|
9
|
-
|
|
10
|
-
resource: Resource;
|
|
11
|
-
pathPrefix?: string;
|
|
12
|
-
link?: import('vue-router').RouteLocationRaw;
|
|
13
|
-
isPathDisplayed?: boolean;
|
|
14
|
-
parentFolderLink?: import('vue-router').RouteLocationRaw;
|
|
15
|
-
parentFolderName?: string;
|
|
16
|
-
parentFolderLinkIconAdditionalAttributes?: Record<string, unknown>;
|
|
17
|
-
isExtensionDisplayed?: boolean;
|
|
18
|
-
isThumbnailDisplayed?: boolean;
|
|
19
|
-
isIconDisplayed?: boolean;
|
|
20
|
-
isResourceClickable?: boolean;
|
|
21
|
-
}> & Readonly<{
|
|
22
|
-
onClick?: (event: MouseEvent) => any;
|
|
23
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
24
|
-
click: (event: MouseEvent) => any;
|
|
25
|
-
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
26
|
-
P: {};
|
|
27
|
-
B: {};
|
|
28
|
-
D: {};
|
|
29
|
-
C: {};
|
|
30
|
-
M: {};
|
|
31
|
-
Defaults: {};
|
|
32
|
-
}, Readonly<{
|
|
33
|
-
resource: Resource;
|
|
34
|
-
pathPrefix?: string;
|
|
35
|
-
link?: import('vue-router').RouteLocationRaw;
|
|
36
|
-
isPathDisplayed?: boolean;
|
|
37
|
-
parentFolderLink?: import('vue-router').RouteLocationRaw;
|
|
38
|
-
parentFolderName?: string;
|
|
39
|
-
parentFolderLinkIconAdditionalAttributes?: Record<string, unknown>;
|
|
40
|
-
isExtensionDisplayed?: boolean;
|
|
41
|
-
isThumbnailDisplayed?: boolean;
|
|
42
|
-
isIconDisplayed?: boolean;
|
|
43
|
-
isResourceClickable?: boolean;
|
|
44
|
-
}> & Readonly<{
|
|
45
|
-
onClick?: (event: MouseEvent) => any;
|
|
46
|
-
}>, {}, {}, {}, {}, {}>;
|
|
47
|
-
}, HTMLDivElement>;
|
|
7
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8
|
+
declare const _default: typeof __VLS_export;
|
|
48
9
|
export default _default;
|
|
10
|
+
type __VLS_TypePropsToOption<T> = {
|
|
11
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
12
|
+
type: import('vue').PropType<Required<T>[K]>;
|
|
13
|
+
} : {
|
|
14
|
+
type: import('vue').PropType<T[K]>;
|
|
15
|
+
required: true;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
@@ -4,17 +4,19 @@ type LocationOption = {
|
|
|
4
4
|
title: string;
|
|
5
5
|
enabled: Ref<boolean> | boolean;
|
|
6
6
|
};
|
|
7
|
-
declare const _default:
|
|
7
|
+
declare const _default: typeof __VLS_export;
|
|
8
|
+
export default _default;
|
|
9
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
10
|
currentFolderAvailable: {
|
|
9
11
|
type: BooleanConstructor;
|
|
10
12
|
default: boolean;
|
|
11
13
|
};
|
|
12
14
|
}>, {
|
|
13
15
|
currentSelection: Ref<LocationOption, LocationOption>;
|
|
14
|
-
currentSelectionTitle: import(
|
|
16
|
+
currentSelectionTitle: import("vue").ComputedRef<string>;
|
|
15
17
|
onOptionSelected: (option: LocationOption) => void;
|
|
16
|
-
locationOptions: import(
|
|
17
|
-
}, {}, {}, {}, import(
|
|
18
|
+
locationOptions: import("vue").ComputedRef<LocationOption[]>;
|
|
19
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
18
20
|
currentFolderAvailable: {
|
|
19
21
|
type: BooleanConstructor;
|
|
20
22
|
default: boolean;
|
|
@@ -23,5 +25,4 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
23
25
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
24
26
|
}>, {
|
|
25
27
|
currentFolderAvailable: boolean;
|
|
26
|
-
}, {}, {}, {}, string, import(
|
|
27
|
-
export default _default;
|
|
28
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
4
|
originalObject: {
|
|
3
5
|
type: ObjectConstructor;
|
|
4
6
|
required: true;
|
|
@@ -12,11 +14,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12
14
|
default: () => boolean;
|
|
13
15
|
};
|
|
14
16
|
}>, {
|
|
15
|
-
saved: import(
|
|
17
|
+
saved: import("vue").Ref<boolean, boolean>;
|
|
16
18
|
}, {}, {
|
|
17
19
|
unsavedChanges(): boolean;
|
|
18
20
|
unsavedChangesText(): string;
|
|
19
|
-
}, {}, import(
|
|
21
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("confirm" | "revert")[], "confirm" | "revert", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
22
|
originalObject: {
|
|
21
23
|
type: ObjectConstructor;
|
|
22
24
|
required: true;
|
|
@@ -34,5 +36,4 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
34
36
|
onRevert?: (...args: any[]) => any;
|
|
35
37
|
}>, {
|
|
36
38
|
confirmButtonDisabled: boolean;
|
|
37
|
-
}, {}, {}, {}, string, import(
|
|
38
|
-
export default _default;
|
|
39
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,80 +1,15 @@
|
|
|
1
|
-
import { SideBarPanelContext } from '../SideBar/types';
|
|
2
1
|
import { SpaceResource } from '@opencloud-eu/web-client';
|
|
3
2
|
type __VLS_Props = {
|
|
4
3
|
space?: SpaceResource;
|
|
5
4
|
};
|
|
6
|
-
declare const
|
|
7
|
-
|
|
8
|
-
$: import('vue').ComponentInternalInstance;
|
|
9
|
-
$data: {};
|
|
10
|
-
$props: {
|
|
11
|
-
readonly loading: boolean;
|
|
12
|
-
readonly availablePanels: import('.').SideBarPanel<unknown, unknown, unknown>[];
|
|
13
|
-
readonly panelContext: SideBarPanelContext<unknown, unknown, unknown>;
|
|
14
|
-
readonly onClose?: () => any;
|
|
15
|
-
readonly onSelectPanel?: (panel: string) => any;
|
|
16
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
17
|
-
$attrs: {
|
|
18
|
-
[x: string]: unknown;
|
|
19
|
-
};
|
|
20
|
-
$refs: {
|
|
21
|
-
[x: string]: unknown;
|
|
22
|
-
};
|
|
23
|
-
$slots: Readonly<{
|
|
24
|
-
[name: string]: import('vue').Slot<any>;
|
|
25
|
-
}>;
|
|
26
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
27
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
|
28
|
-
$host: Element | null;
|
|
29
|
-
$emit: ((event: "close") => void) & ((event: "selectPanel", panel: string) => void);
|
|
30
|
-
$el: any;
|
|
31
|
-
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
32
|
-
loading: boolean;
|
|
33
|
-
availablePanels: import('.').SideBarPanel<unknown, unknown, unknown>[];
|
|
34
|
-
panelContext: SideBarPanelContext<unknown, unknown, unknown>;
|
|
35
|
-
}> & Readonly<{
|
|
36
|
-
onClose?: () => any;
|
|
37
|
-
onSelectPanel?: (panel: string) => any;
|
|
38
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
39
|
-
close: () => any;
|
|
40
|
-
selectPanel: (panel: string) => any;
|
|
41
|
-
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
42
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
43
|
-
created?: (() => void) | (() => void)[];
|
|
44
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
45
|
-
mounted?: (() => void) | (() => void)[];
|
|
46
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
47
|
-
updated?: (() => void) | (() => void)[];
|
|
48
|
-
activated?: (() => void) | (() => void)[];
|
|
49
|
-
deactivated?: (() => void) | (() => void)[];
|
|
50
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
51
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
52
|
-
destroyed?: (() => void) | (() => void)[];
|
|
53
|
-
unmounted?: (() => void) | (() => void)[];
|
|
54
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
55
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
56
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
57
|
-
};
|
|
58
|
-
$forceUpdate: () => void;
|
|
59
|
-
$nextTick: typeof import('vue').nextTick;
|
|
60
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
61
|
-
} & Readonly<{}> & Omit<Readonly<{
|
|
62
|
-
loading: boolean;
|
|
63
|
-
availablePanels: import('.').SideBarPanel<unknown, unknown, unknown>[];
|
|
64
|
-
panelContext: SideBarPanelContext<unknown, unknown, unknown>;
|
|
65
|
-
}> & Readonly<{
|
|
66
|
-
onClose?: () => any;
|
|
67
|
-
onSelectPanel?: (panel: string) => any;
|
|
68
|
-
}>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
69
|
-
$slots: Readonly<{
|
|
70
|
-
body: () => unknown;
|
|
71
|
-
rootHeader: () => unknown;
|
|
72
|
-
subHeader: () => unknown;
|
|
73
|
-
}> & {
|
|
74
|
-
body: () => unknown;
|
|
75
|
-
rootHeader: () => unknown;
|
|
76
|
-
subHeader: () => unknown;
|
|
77
|
-
};
|
|
78
|
-
};
|
|
79
|
-
}, any>;
|
|
5
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
80
7
|
export default _default;
|
|
8
|
+
type __VLS_TypePropsToOption<T> = {
|
|
9
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
10
|
+
type: import('vue').PropType<Required<T>[K]>;
|
|
11
|
+
} : {
|
|
12
|
+
type: import('vue').PropType<T[K]>;
|
|
13
|
+
required: true;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
isSubPanelActive?: boolean;
|
|
3
3
|
};
|
|
4
|
-
declare const
|
|
4
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5
|
+
declare const _default: typeof __VLS_export;
|
|
5
6
|
export default _default;
|
|
7
|
+
type __VLS_TypePropsToOption<T> = {
|
|
8
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
9
|
+
type: import('vue').PropType<Required<T>[K]>;
|
|
10
|
+
} : {
|
|
11
|
+
type: import('vue').PropType<T[K]>;
|
|
12
|
+
required: true;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
@@ -4,31 +4,30 @@ type __VLS_Props = {
|
|
|
4
4
|
availablePanels: SideBarPanel<unknown, unknown, unknown>[];
|
|
5
5
|
panelContext: SideBarPanelContext<unknown, unknown, unknown>;
|
|
6
6
|
};
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
rootHeader: () => unknown;
|
|
12
|
-
subHeader: () => unknown;
|
|
13
|
-
}> & {
|
|
14
|
-
body: () => unknown;
|
|
15
|
-
rootHeader: () => unknown;
|
|
16
|
-
subHeader: () => unknown;
|
|
17
|
-
};
|
|
18
|
-
refs: {};
|
|
19
|
-
rootEl: any;
|
|
7
|
+
type __VLS_Slots = {
|
|
8
|
+
body: () => unknown;
|
|
9
|
+
rootHeader: () => unknown;
|
|
10
|
+
subHeader: () => unknown;
|
|
20
11
|
};
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
close: () =>
|
|
24
|
-
|
|
25
|
-
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
12
|
+
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
|
+
selectPanel: (panel: string) => void;
|
|
14
|
+
close: () => void;
|
|
15
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>> & Readonly<{
|
|
26
16
|
onClose?: () => any;
|
|
27
17
|
onSelectPanel?: (panel: string) => any;
|
|
28
|
-
}>, {}, {}, {}, {}, string, import(
|
|
29
|
-
declare const
|
|
18
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
19
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
20
|
+
declare const _default: typeof __VLS_export;
|
|
30
21
|
export default _default;
|
|
31
|
-
type
|
|
22
|
+
type __VLS_TypePropsToOption<T> = {
|
|
23
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
24
|
+
type: import('vue').PropType<Required<T>[K]>;
|
|
25
|
+
} : {
|
|
26
|
+
type: import('vue').PropType<T[K]>;
|
|
27
|
+
required: true;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
32
31
|
new (): {
|
|
33
32
|
$slots: S;
|
|
34
33
|
};
|
|
@@ -5,33 +5,32 @@ type __VLS_Props = {
|
|
|
5
5
|
panelContext: SideBarPanelContext<unknown, unknown, unknown>;
|
|
6
6
|
activePanel?: string;
|
|
7
7
|
};
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
rootHeader: () => unknown;
|
|
13
|
-
subHeader: () => unknown;
|
|
14
|
-
}> & {
|
|
15
|
-
body: () => unknown;
|
|
16
|
-
rootHeader: () => unknown;
|
|
17
|
-
subHeader: () => unknown;
|
|
18
|
-
};
|
|
19
|
-
refs: {};
|
|
20
|
-
rootEl: any;
|
|
8
|
+
type __VLS_Slots = {
|
|
9
|
+
body: () => unknown;
|
|
10
|
+
rootHeader: () => unknown;
|
|
11
|
+
subHeader: () => unknown;
|
|
21
12
|
};
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
close: () =>
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
13
|
+
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
|
+
selectPanel: (panel: string) => void;
|
|
15
|
+
close: () => void;
|
|
16
|
+
closePanel: () => void;
|
|
17
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>> & Readonly<{
|
|
28
18
|
onClose?: () => any;
|
|
29
19
|
onSelectPanel?: (panel: string) => any;
|
|
30
20
|
onClosePanel?: () => any;
|
|
31
|
-
}>, {}, {}, {}, {}, string, import(
|
|
32
|
-
declare const
|
|
21
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
22
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
23
|
+
declare const _default: typeof __VLS_export;
|
|
33
24
|
export default _default;
|
|
34
|
-
type
|
|
25
|
+
type __VLS_TypePropsToOption<T> = {
|
|
26
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
27
|
+
type: import('vue').PropType<Required<T>[K]>;
|
|
28
|
+
} : {
|
|
29
|
+
type: import('vue').PropType<T[K]>;
|
|
30
|
+
required: true;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
35
34
|
new (): {
|
|
36
35
|
$slots: S;
|
|
37
36
|
};
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
showShareIndicators?: boolean;
|
|
3
3
|
};
|
|
4
|
-
declare const
|
|
4
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5
|
+
declare const _default: typeof __VLS_export;
|
|
5
6
|
export default _default;
|
|
7
|
+
type __VLS_TypePropsToOption<T> = {
|
|
8
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
9
|
+
type: import('vue').PropType<Required<T>[K]>;
|
|
10
|
+
} : {
|
|
11
|
+
type: import('vue').PropType<T[K]>;
|
|
12
|
+
required: true;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
@@ -2,5 +2,14 @@ import { SpaceResource } from '@opencloud-eu/web-client';
|
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
selectedSpaces: SpaceResource[];
|
|
4
4
|
};
|
|
5
|
-
declare const
|
|
5
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
6
7
|
export default _default;
|
|
8
|
+
type __VLS_TypePropsToOption<T> = {
|
|
9
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
10
|
+
type: import('vue').PropType<Required<T>[K]>;
|
|
11
|
+
} : {
|
|
12
|
+
type: import('vue').PropType<T[K]>;
|
|
13
|
+
required: true;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
2
3
|
export default _default;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
2
|
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { Ref, PropType } from 'vue';
|
|
2
2
|
import { SpaceResource } from '@opencloud-eu/web-client';
|
|
3
|
-
declare const _default:
|
|
3
|
+
declare const _default: typeof __VLS_export;
|
|
4
|
+
export default _default;
|
|
5
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
6
|
space: {
|
|
5
7
|
type: PropType<SpaceResource>;
|
|
6
8
|
required: true;
|
|
@@ -10,12 +12,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10
12
|
copyWebDAVPathToClipboard: () => void;
|
|
11
13
|
copyWebDAVUrlIcon: Ref<string, string>;
|
|
12
14
|
copyWebDAVUrlToClipboard: () => void;
|
|
13
|
-
webDavPath: import(
|
|
14
|
-
webDavUrl: import(
|
|
15
|
-
}, {}, {}, {}, import(
|
|
15
|
+
webDavPath: import("vue").ComputedRef<string>;
|
|
16
|
+
webDavUrl: import("vue").ComputedRef<string>;
|
|
17
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
18
|
space: {
|
|
17
19
|
type: PropType<SpaceResource>;
|
|
18
20
|
required: true;
|
|
19
21
|
};
|
|
20
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import(
|
|
21
|
-
export default _default;
|
|
22
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -2,5 +2,14 @@ import { Quota } from '@opencloud-eu/web-client/graph/generated';
|
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
spaceQuota: Quota;
|
|
4
4
|
};
|
|
5
|
-
declare const
|
|
5
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
6
7
|
export default _default;
|
|
8
|
+
type __VLS_TypePropsToOption<T> = {
|
|
9
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
10
|
+
type: import('vue').PropType<Required<T>[K]>;
|
|
11
|
+
} : {
|
|
12
|
+
type: import('vue').PropType<T[K]>;
|
|
13
|
+
required: true;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
@@ -8,11 +8,20 @@ type __VLS_Props = {
|
|
|
8
8
|
warningMessageContextualHelperData?: ContextualHelperData;
|
|
9
9
|
resourceType?: 'space' | 'user' | string;
|
|
10
10
|
};
|
|
11
|
-
declare const
|
|
11
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>, {
|
|
12
12
|
onConfirm: () => Promise<void>;
|
|
13
|
-
}, {}, {}, {}, import(
|
|
13
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
14
|
"update:confirmDisabled": (...args: any[]) => void;
|
|
15
|
-
}, string, import(
|
|
15
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>> & Readonly<{
|
|
16
16
|
"onUpdate:confirmDisabled"?: (...args: any[]) => any;
|
|
17
|
-
}>, {}, {}, {}, {}, string, import(
|
|
17
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
18
|
+
declare const _default: typeof __VLS_export;
|
|
18
19
|
export default _default;
|
|
20
|
+
type __VLS_TypePropsToOption<T> = {
|
|
21
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
22
|
+
type: import('vue').PropType<Required<T>[K]>;
|
|
23
|
+
} : {
|
|
24
|
+
type: import('vue').PropType<T[K]>;
|
|
25
|
+
required: true;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
@@ -1,13 +1,21 @@
|
|
|
1
1
|
import { Modal } from '../../composables';
|
|
2
|
+
import 'cropperjs/dist/cropper.css';
|
|
2
3
|
import { SpaceResource } from '@opencloud-eu/web-client';
|
|
3
4
|
type __VLS_Props = {
|
|
4
5
|
modal: Modal;
|
|
5
6
|
space: SpaceResource;
|
|
6
7
|
file: File;
|
|
7
8
|
};
|
|
8
|
-
declare const
|
|
9
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>, {
|
|
9
10
|
onConfirm: () => Promise<void>;
|
|
10
|
-
}, {}, {}, {}, import(
|
|
11
|
-
|
|
12
|
-
}, HTMLDivElement>;
|
|
11
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
13
13
|
export default _default;
|
|
14
|
+
type __VLS_TypePropsToOption<T> = {
|
|
15
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
16
|
+
type: import('vue').PropType<Required<T>[K]>;
|
|
17
|
+
} : {
|
|
18
|
+
type: import('vue').PropType<T[K]>;
|
|
19
|
+
required: true;
|
|
20
|
+
};
|
|
21
|
+
};
|