@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
|
@@ -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,9 @@
|
|
|
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<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8
|
+
declare const _default: typeof __VLS_export;
|
|
48
9
|
export default _default;
|
|
@@ -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, ("revert" | "confirm")[], "revert" | "confirm", 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,81 +1,7 @@
|
|
|
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 (
|
|
61
|
-
/** @type { [typeof SpaceInfo, ] } */ ...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;
|
|
62
|
-
} & Readonly<{}> & Omit<Readonly<{
|
|
63
|
-
loading: boolean;
|
|
64
|
-
availablePanels: import('.').SideBarPanel<unknown, unknown, unknown>[];
|
|
65
|
-
panelContext: SideBarPanelContext<unknown, unknown, unknown>;
|
|
66
|
-
}> & Readonly<{
|
|
67
|
-
onClose?: () => any;
|
|
68
|
-
onSelectPanel?: (panel: string) => any;
|
|
69
|
-
}>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
70
|
-
$slots: Readonly<{
|
|
71
|
-
body: () => unknown;
|
|
72
|
-
rootHeader: () => unknown;
|
|
73
|
-
subHeader: () => unknown;
|
|
74
|
-
}> & {
|
|
75
|
-
body: () => unknown;
|
|
76
|
-
rootHeader: () => unknown;
|
|
77
|
-
subHeader: () => unknown;
|
|
78
|
-
};
|
|
79
|
-
};
|
|
80
|
-
}, any>;
|
|
5
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
81
7
|
export default _default;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
isSubPanelActive?: boolean;
|
|
3
3
|
};
|
|
4
|
-
declare const
|
|
4
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5
|
+
declare const _default: typeof __VLS_export;
|
|
5
6
|
export default _default;
|
|
@@ -4,31 +4,22 @@ 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
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
12
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
23
13
|
close: () => any;
|
|
24
14
|
selectPanel: (panel: string) => any;
|
|
25
|
-
}, string, import(
|
|
15
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
26
16
|
onClose?: () => any;
|
|
27
17
|
onSelectPanel?: (panel: string) => any;
|
|
28
|
-
}>, {}, {}, {}, {}, string, import(
|
|
29
|
-
declare const
|
|
18
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, 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_WithSlots<T, S> = T & {
|
|
32
23
|
new (): {
|
|
33
24
|
$slots: S;
|
|
34
25
|
};
|
|
@@ -5,33 +5,24 @@ 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
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
13
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
24
14
|
close: () => any;
|
|
25
15
|
selectPanel: (panel: string) => any;
|
|
26
16
|
closePanel: () => any;
|
|
27
|
-
}, string, import(
|
|
17
|
+
}, string, import("vue").PublicProps, Readonly<__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, false, {}, 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_WithSlots<T, S> = T & {
|
|
35
26
|
new (): {
|
|
36
27
|
$slots: S;
|
|
37
28
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
showShareIndicators?: boolean;
|
|
3
3
|
};
|
|
4
|
-
declare const
|
|
4
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5
|
+
declare const _default: typeof __VLS_export;
|
|
5
6
|
export default _default;
|
|
@@ -2,5 +2,6 @@ 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<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
6
7
|
export default _default;
|
|
@@ -1,2 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
import { SpaceResource } from '@opencloud-eu/web-client';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
spaceResource?: SpaceResource | null;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
2
7
|
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,6 @@ 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<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
6
7
|
export default _default;
|
|
@@ -8,11 +8,12 @@ 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<__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<__VLS_Props> & Readonly<{
|
|
16
16
|
"onUpdate:confirmDisabled"?: (...args: any[]) => any;
|
|
17
|
-
}>, {}, {}, {}, {}, string, import(
|
|
17
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
18
|
+
declare const _default: typeof __VLS_export;
|
|
18
19
|
export default _default;
|
|
@@ -1,13 +1,13 @@
|
|
|
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<__VLS_Props, {
|
|
9
10
|
onConfirm: () => Promise<void>;
|
|
10
|
-
}, {}, {}, {}, import(
|
|
11
|
-
|
|
12
|
-
}, HTMLDivElement>;
|
|
11
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
13
13
|
export default _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Resource } from '@opencloud-eu/web-client';
|
|
2
|
+
import 'md-editor-v3/lib/style.css';
|
|
3
|
+
import { AppConfigObject } from '../../apps';
|
|
4
|
+
import 'cropperjs/dist/cropper.css';
|
|
5
|
+
type __VLS_Props = {
|
|
6
|
+
applicationConfig?: AppConfigObject;
|
|
7
|
+
currentContent: string;
|
|
8
|
+
markdownMode?: boolean;
|
|
9
|
+
isReadOnly?: boolean;
|
|
10
|
+
resource?: Resource;
|
|
11
|
+
};
|
|
12
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
13
|
+
"update:currentContent": (value: string) => any;
|
|
14
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
15
|
+
"onUpdate:currentContent"?: (value: string) => any;
|
|
16
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
declare const _default: typeof __VLS_export;
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export declare const TextEditor: import("vue").DefineComponent<{
|
|
2
|
+
applicationConfig?: import("../../index.js").AppConfigObject;
|
|
3
|
+
currentContent: string;
|
|
4
|
+
markdownMode?: boolean;
|
|
5
|
+
isReadOnly?: boolean;
|
|
6
|
+
resource?: import("@opencloud-eu/web-client").Resource;
|
|
7
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
8
|
+
"update:currentContent": (value: string) => any;
|
|
9
|
+
}, string, import("vue").PublicProps, Readonly<{
|
|
10
|
+
applicationConfig?: import("../../index.js").AppConfigObject;
|
|
11
|
+
currentContent: string;
|
|
12
|
+
markdownMode?: boolean;
|
|
13
|
+
isReadOnly?: boolean;
|
|
14
|
+
resource?: import("@opencloud-eu/web-client").Resource;
|
|
15
|
+
}> & Readonly<{
|
|
16
|
+
"onUpdate:currentContent"?: (value: string) => any;
|
|
17
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -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;
|
|
@@ -10,5 +10,6 @@ type __VLS_Props = {
|
|
|
10
10
|
viewModeDefault?: string;
|
|
11
11
|
viewModes?: FolderView[];
|
|
12
12
|
};
|
|
13
|
-
declare const
|
|
13
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
declare const _default: typeof __VLS_export;
|
|
14
15
|
export default _default;
|
|
@@ -3,8 +3,8 @@ export * from './AppTemplates';
|
|
|
3
3
|
export * from './ContextActions';
|
|
4
4
|
export * from './FilesList';
|
|
5
5
|
export * from './Filters';
|
|
6
|
+
export * from './Groupware';
|
|
6
7
|
export * from './Modals';
|
|
7
|
-
export * from './Navigation';
|
|
8
8
|
export * from './SideBar';
|
|
9
9
|
export * from './Search';
|
|
10
10
|
export * from './Spaces';
|
|
@@ -10,9 +10,9 @@ export interface FileActionOptionsWithEvent extends FileActionOptions<Resource>
|
|
|
10
10
|
}
|
|
11
11
|
export declare const useFileActions: () => {
|
|
12
12
|
getDefaultAction: (options: GetFileActionsOptions) => Action | undefined;
|
|
13
|
-
getAllOpenWithActions: (options: GetFileActionsOptions) => (Action<import(
|
|
13
|
+
getAllOpenWithActions: (options: GetFileActionsOptions) => (Action<import("../types").ActionOptions> | FileAction)[];
|
|
14
14
|
getEditorRouteOpts: (routeName: RouteRecordName, space: SpaceResource, resource: Resource, remoteItemId: string, templateId?: string) => {
|
|
15
|
-
name: import(
|
|
15
|
+
name: import("vue-router").RouteRecordNameGeneric;
|
|
16
16
|
params: {
|
|
17
17
|
driveAliasAndItem: string;
|
|
18
18
|
};
|
|
@@ -5,6 +5,6 @@ import { ApplicationFileExtension } from '../../../apps';
|
|
|
5
5
|
export declare const useFileActionsCreateNewFile: ({ space }?: {
|
|
6
6
|
space?: Ref<SpaceResource>;
|
|
7
7
|
}) => {
|
|
8
|
-
actions: import(
|
|
8
|
+
actions: import("vue").ComputedRef<FileAction[]>;
|
|
9
9
|
openFile: (resource: Resource, appFileExtension: ApplicationFileExtension) => void;
|
|
10
10
|
};
|
|
@@ -4,6 +4,6 @@ import { FileAction } from '../types';
|
|
|
4
4
|
export declare const useFileActionsCreateNewFolder: ({ space }?: {
|
|
5
5
|
space?: Ref<SpaceResource>;
|
|
6
6
|
}) => {
|
|
7
|
-
actions: import(
|
|
7
|
+
actions: import("vue").ComputedRef<FileAction[]>;
|
|
8
8
|
addNewFolder: (folderName: string) => Promise<void>;
|
|
9
9
|
};
|
|
@@ -4,5 +4,5 @@ import { SpaceResource } from '@opencloud-eu/web-client';
|
|
|
4
4
|
export declare const useFileActionsCreateNewShortcut: ({ space }: {
|
|
5
5
|
space: Ref<SpaceResource>;
|
|
6
6
|
}) => {
|
|
7
|
-
actions: import(
|
|
7
|
+
actions: import("vue").ComputedRef<FileAction[]>;
|
|
8
8
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IncomingShareResource } from '@opencloud-eu/web-client';
|
|
2
2
|
import { FileAction } from '../types';
|
|
3
3
|
export declare const useFileActionsDisableSync: () => {
|
|
4
|
-
actions: import(
|
|
4
|
+
actions: import("vue").ComputedRef<FileAction<IncomingShareResource>[]>;
|
|
5
5
|
};
|