@opencloud-eu/web-pkg 6.0.0 → 6.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/TextEditor-B0ZZfO_w.js +819 -0
- package/dist/assets/worker-BVTM6bn-.js +1 -0
- package/dist/assets/worker-C-Nrpmiq.js +24 -0
- package/dist/assets/worker-CzI1mBNb.js +24 -0
- package/dist/assets/worker-DDmV-och.js +24 -0
- package/dist/composables-TkULFBg4.js +20165 -0
- package/dist/src/apps/types.d.ts +9 -9
- package/dist/src/components/AppBar/AppBar.vue.d.ts +154 -97
- package/dist/src/components/AppLoadingSpinner.vue.d.ts +2 -1
- package/dist/src/components/AppTemplates/AppWrapper.vue.d.ts +37 -33
- package/dist/src/components/AppTemplates/AppWrapperRoute.d.ts +1 -1
- package/dist/src/components/AppTemplates/PartialViews/ErrorScreen.vue.d.ts +5 -4
- package/dist/src/components/AppTemplates/PartialViews/LoadingScreen.vue.d.ts +2 -1
- package/dist/src/components/AppTopBar.vue.d.ts +13 -4
- package/dist/src/components/Avatars/AvatarUpload.vue.d.ts +3 -4
- package/dist/src/components/Avatars/UserAvatar.vue.d.ts +11 -1
- package/dist/src/components/BatchActions.vue.d.ts +16 -15
- package/dist/src/components/ContextActions/ActionMenuDropItem.vue.d.ts +11 -2
- package/dist/src/components/ContextActions/ActionMenuItem.vue.d.ts +9 -8
- package/dist/src/components/ContextActions/ContextActionMenu.vue.d.ts +41 -22
- package/dist/src/components/ContextActions/ContextMenuQuickAction.vue.d.ts +143 -388
- package/dist/src/components/CreateLinkModal.vue.d.ts +17 -7
- package/dist/src/components/CreateShortcutModal.vue.d.ts +160 -149
- package/dist/src/components/CustomComponentTarget.vue.d.ts +10 -1
- package/dist/src/components/FilesList/ContextActions.vue.d.ts +56 -37
- package/dist/src/components/FilesList/ResourceGhostElement.vue.d.ts +22 -11
- package/dist/src/components/FilesList/ResourceIcon.vue.d.ts +10 -1
- package/dist/src/components/FilesList/ResourceLink.vue.d.ts +7 -6
- package/dist/src/components/FilesList/ResourceListItem.vue.d.ts +13 -4
- package/dist/src/components/FilesList/ResourceName.vue.d.ts +10 -1
- package/dist/src/components/FilesList/ResourceSize.vue.d.ts +6 -5
- package/dist/src/components/FilesList/ResourceStatusIndicators.vue.d.ts +10 -1
- package/dist/src/components/FilesList/ResourceTable.vue.d.ts +51 -154
- package/dist/src/components/FilesList/ResourceTile.vue.d.ts +37 -153
- package/dist/src/components/FilesList/ResourceTiles.vue.d.ts +34 -119
- package/dist/src/components/Filters/DateFilter.vue.d.ts +32 -495
- package/dist/src/components/Filters/ItemFilterInline.vue.d.ts +6 -5
- package/dist/src/components/Groupware/Accounts/AccountsSwitch.vue.d.ts +3 -0
- package/dist/src/components/Groupware/Accounts/index.d.ts +1 -0
- package/dist/src/components/Groupware/index.d.ts +1 -0
- package/dist/src/components/ItemFilter.vue.d.ts +19 -204
- package/dist/src/components/ItemFilterToggle.vue.d.ts +6 -5
- package/dist/src/components/LinkRoleDropdown.vue.d.ts +7 -6
- package/dist/src/components/LoadingIndicator.vue.d.ts +5 -4
- package/dist/src/components/Modals/DatePickerModal.vue.d.ts +8 -7
- package/dist/src/components/Modals/EmojiPickerModal.vue.d.ts +6 -5
- package/dist/src/components/Modals/FilePickerModal.vue.d.ts +8 -7
- package/dist/src/components/Modals/ResourceConflictModal.vue.d.ts +9 -8
- package/dist/src/components/Modals/SaveAsModal.vue.d.ts +8 -7
- package/dist/src/components/Modals/SpaceMoveInfoModal.vue.d.ts +5 -4
- package/dist/src/components/Modals/UnsavedChangesModal.vue.d.ts +5 -4
- package/dist/src/components/Navigation/MobileNav.vue.d.ts +2 -1
- package/dist/src/components/NoContentMessage.vue.d.ts +17 -12
- package/dist/src/components/Pagination.vue.d.ts +5 -4
- package/dist/src/components/QuotaSelect.vue.d.ts +7 -6
- package/dist/src/components/Search/ResourcePreview.vue.d.ts +10 -41
- package/dist/src/components/SearchBarFilter.vue.d.ts +7 -6
- package/dist/src/components/SideBar/CompareSaveDialog.vue.d.ts +6 -5
- package/dist/src/components/SideBar/FileSideBar.vue.d.ts +10 -76
- package/dist/src/components/SideBar/Files/FileInfo.vue.d.ts +10 -1
- package/dist/src/components/SideBar/SideBar.vue.d.ts +20 -21
- package/dist/src/components/SideBar/SideBarPanels.vue.d.ts +21 -22
- package/dist/src/components/SideBar/Spaces/Details/SpaceDetails.vue.d.ts +10 -1
- package/dist/src/components/SideBar/Spaces/Details/SpaceDetailsMultiple.vue.d.ts +10 -1
- package/dist/src/components/SideBar/Spaces/SpaceInfo.vue.d.ts +2 -1
- package/dist/src/components/SideBar/Spaces/SpaceNoSelection.vue.d.ts +2 -1
- package/dist/src/components/SideBar/WebDavDetails.vue.d.ts +7 -6
- package/dist/src/components/SpaceQuota.vue.d.ts +10 -1
- package/dist/src/components/Spaces/QuotaModal.vue.d.ts +13 -4
- package/dist/src/components/Spaces/SpaceImageModal.vue.d.ts +12 -4
- package/dist/src/components/TextEditor/TextEditor.vue.d.ts +26 -0
- package/dist/src/components/TextEditor/index.d.ts +39 -0
- package/dist/src/components/VersionCheck.vue.d.ts +2 -1
- package/dist/src/components/ViewOptions.vue.d.ts +10 -1
- package/dist/src/components/index.d.ts +1 -0
- package/dist/src/composables/actions/files/useFileActionFallbackToDownload.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActions.d.ts +2 -2
- package/dist/src/composables/actions/files/useFileActionsCopy.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsCopyPermanentLink.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsCreateLink.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsCreateNewFile.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsCreateNewFolder.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsCreateNewShortcut.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsCreateSpaceFromResource.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsDelete.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsDisableSync.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsDownloadArchive.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsDownloadFile.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsEmptyTrashBin.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsEnableSync.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsFavorite.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsMove.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsNavigate.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsOpenShortcut.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsOpenWithApp.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsOpenWithDefault.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsPaste.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsRename.d.ts +2 -2
- package/dist/src/composables/actions/files/useFileActionsRestore.d.ts +2 -2
- package/dist/src/composables/actions/files/useFileActionsSaveAs.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsSetImage.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsShowActions.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsShowDetails.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsShowShares.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsToggleHideShare.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsUndoDelete.d.ts +2 -2
- package/dist/src/composables/actions/helpers/useIsAppActive.d.ts +1 -1
- package/dist/src/composables/actions/helpers/useIsFilesAppActive.d.ts +1 -1
- package/dist/src/composables/actions/helpers/useIsSearchActive.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsCreate.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsDelete.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsDeleteImage.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsDisable.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsDuplicate.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsEditDescription.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsEditQuota.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsEditReadmeContent.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsNavigateToTrash.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsRename.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsRestore.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsSetIcon.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsShowMembers.d.ts +1 -1
- package/dist/src/composables/actions/useActionsShowDetails.d.ts +1 -1
- package/dist/src/composables/appDefaults/useAppConfig.d.ts +1 -1
- package/dist/src/composables/appDefaults/useAppDocumentTitle.d.ts +2 -1
- package/dist/src/composables/appDefaults/useAppFileHandling.d.ts +4 -2
- package/dist/src/composables/appDefaults/useAppMeta.d.ts +1 -1
- package/dist/src/composables/authContext/useAuthService.d.ts +3 -1
- package/dist/src/composables/authContext/useRequest.d.ts +2 -2
- package/dist/src/composables/driveResolver/useSpacesLoading.d.ts +1 -1
- package/dist/src/composables/embedMode/useEmbedMode.d.ts +8 -8
- package/dist/src/composables/eventBus/useEventBus.d.ts +1 -1
- package/dist/src/composables/filesList/useResourceRouteResolver.d.ts +1 -1
- package/dist/src/composables/folderLink/useFolderLink.d.ts +2 -2
- package/dist/src/composables/isTopBarSticky/useIsTopBarSticky.d.ts +1 -1
- package/dist/src/composables/keyboardActions/useInterceptModifierClick.d.ts +1 -1
- package/dist/src/composables/links/useLinkTypes.d.ts +1 -1
- package/dist/src/composables/localStorage/useLocalStorage.d.ts +1 -1
- package/dist/src/composables/navItems/useNavItems.d.ts +1 -1
- package/dist/src/composables/piniaStores/apps.d.ts +31 -31
- package/dist/src/composables/piniaStores/auth.d.ts +25 -25
- package/dist/src/composables/piniaStores/avatars.d.ts +9 -9
- package/dist/src/composables/piniaStores/capabilities.d.ts +160 -160
- package/dist/src/composables/piniaStores/clipboard.d.ts +49 -49
- package/dist/src/composables/piniaStores/config/config.d.ts +135 -141
- package/dist/src/composables/piniaStores/config/types.d.ts +6 -20
- package/dist/src/composables/piniaStores/extensionRegistry/extensionPreferences.d.ts +4 -4
- package/dist/src/composables/piniaStores/extensionRegistry/extensionRegistry.d.ts +1 -1
- package/dist/src/composables/piniaStores/groupware/accounts.d.ts +511 -0
- package/dist/src/composables/piniaStores/{groupwareConfig/groupwareConfig.d.ts → groupware/config.d.ts} +107 -80
- package/dist/src/composables/piniaStores/groupware/index.d.ts +3 -0
- package/dist/src/composables/piniaStores/{groupwareConfig → groupware}/types.d.ts +30 -18
- package/dist/src/composables/piniaStores/index.d.ts +1 -1
- package/dist/src/composables/piniaStores/messages.d.ts +70 -70
- package/dist/src/composables/piniaStores/modals.d.ts +197 -209
- package/dist/src/composables/piniaStores/resources.d.ts +11 -11
- package/dist/src/composables/piniaStores/shares/shares.d.ts +1 -1
- package/dist/src/composables/piniaStores/shares/types.d.ts +2 -1
- package/dist/src/composables/piniaStores/sideBar.d.ts +7 -7
- package/dist/src/composables/piniaStores/spaces.d.ts +189 -188
- package/dist/src/composables/piniaStores/theme.d.ts +10 -10
- package/dist/src/composables/piniaStores/updates.d.ts +10 -10
- package/dist/src/composables/piniaStores/user.d.ts +5 -5
- package/dist/src/composables/piniaStores/webWorkers.d.ts +1 -1
- package/dist/src/composables/requestHeaders/useRequestHeaders.d.ts +1 -1
- package/dist/src/composables/resources/useGetResourceContext.d.ts +26 -26
- package/dist/src/composables/resources/useLoadPreview.d.ts +1 -1
- package/dist/src/composables/resources/useResourceContents.d.ts +1 -1
- package/dist/src/composables/resources/useResourceIndicators.d.ts +12 -1
- package/dist/src/composables/resources/useResourceViewDrag.d.ts +23 -13
- package/dist/src/composables/resources/useResourceViewHelpers.d.ts +30 -20
- package/dist/src/composables/resources/useResourceViewSelection.d.ts +2 -2
- package/dist/src/composables/selection/useSelectedResources.d.ts +2 -1
- package/dist/src/composables/spaces/useCreateSpace.d.ts +1 -1
- package/dist/src/composables/spaces/useSpaceHelpers.d.ts +1 -1
- package/dist/src/composables/webWorkers/deleteWorker/useDeleteWorker.d.ts +1 -1
- package/dist/src/composables/webWorkers/pasteWorker/usePasteWorker.d.ts +2 -2
- package/dist/src/composables/webWorkers/restoreWorker/useRestoreWorker.d.ts +1 -1
- package/dist/src/composables/webWorkers/tokenTimerWorker/useTokenTimerWorker.d.ts +3 -1
- package/dist/src/extensionPoints.d.ts +1 -1
- package/dist/src/helpers/resource/conflictHandling/conflictDialog.d.ts +1 -1
- package/dist/src/helpers/resource/conflictHandling/transfer.d.ts +4 -4
- package/dist/src/helpers/resource/conflictHandling/types.d.ts +1 -1
- package/dist/src/helpers/share/driveItem.d.ts +1 -1
- package/dist/src/router/common.d.ts +1 -1
- package/dist/src/router/index.d.ts +2 -1
- package/dist/src/router/public.d.ts +1 -1
- package/dist/src/router/shares.d.ts +1 -1
- package/dist/src/router/spaces.d.ts +1 -1
- package/dist/src/router/trash.d.ts +1 -1
- package/dist/src/services/passwordPolicy/rules.d.ts +63 -0
- package/dist/src/services/preview/types.d.ts +1 -1
- package/dist/src/services/uppy/DropTarget/plugin.d.ts +2 -1
- package/dist/src/services/uppy/uppyService.d.ts +3 -3
- package/dist/web-pkg.js +4251 -352
- package/package.json +36 -37
- package/dist/TextEditor-D-HQDUkm.js +0 -865
- package/dist/assets/worker-BBQqm_-D.js +0 -1
- package/dist/assets/worker-CVwKToFD.js +0 -21
- package/dist/assets/worker-DJbU-qfq.js +0 -21
- package/dist/assets/worker-DyU7W9CZ.js +0 -21
- package/dist/index-OU30YA6H.js +0 -25032
- package/dist/src/composables/piniaStores/groupwareConfig/index.d.ts +0 -2
- package/dist/web-pkg.umd.cjs +0 -16
|
@@ -3,7 +3,9 @@ import { RouteLocationRaw } from 'vue-router';
|
|
|
3
3
|
/**
|
|
4
4
|
* Wraps content in a resource link
|
|
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
|
/**
|
|
8
10
|
* The resource folder link
|
|
9
11
|
*/
|
|
@@ -28,13 +30,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
28
30
|
default: boolean;
|
|
29
31
|
};
|
|
30
32
|
}>, {
|
|
31
|
-
linkTarget: import(
|
|
33
|
+
linkTarget: import("vue").ComputedRef<"_blank" | "_self">;
|
|
32
34
|
}, {}, {
|
|
33
35
|
isNavigatable(): boolean;
|
|
34
36
|
isClickable(): boolean;
|
|
35
37
|
}, {
|
|
36
38
|
emitClick(e: MouseEvent): void;
|
|
37
|
-
}, import(
|
|
39
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
38
40
|
/**
|
|
39
41
|
* The resource folder link
|
|
40
42
|
*/
|
|
@@ -61,7 +63,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
61
63
|
}>> & Readonly<{
|
|
62
64
|
onClick?: (...args: any[]) => any;
|
|
63
65
|
}>, {
|
|
64
|
-
link: string | import(
|
|
66
|
+
link: string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric;
|
|
65
67
|
isResourceClickable: boolean;
|
|
66
|
-
}, {}, {}, {}, string, import(
|
|
67
|
-
export default _default;
|
|
68
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -13,9 +13,18 @@ type __VLS_Props = {
|
|
|
13
13
|
isIconDisplayed?: boolean;
|
|
14
14
|
isResourceClickable?: boolean;
|
|
15
15
|
};
|
|
16
|
-
declare const
|
|
17
|
-
click: (event: MouseEvent) =>
|
|
18
|
-
}, string, import(
|
|
16
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17
|
+
click: (event: MouseEvent) => void;
|
|
18
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>> & Readonly<{
|
|
19
19
|
onClick?: (event: MouseEvent) => any;
|
|
20
|
-
}>, {}, {}, {}, {}, string, import(
|
|
20
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
21
|
+
declare const _default: typeof __VLS_export;
|
|
21
22
|
export default _default;
|
|
23
|
+
type __VLS_TypePropsToOption<T> = {
|
|
24
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
25
|
+
type: import('vue').PropType<Required<T>[K]>;
|
|
26
|
+
} : {
|
|
27
|
+
type: import('vue').PropType<T[K]>;
|
|
28
|
+
required: true;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
@@ -8,5 +8,14 @@ type __VLS_Props = {
|
|
|
8
8
|
isExtensionDisplayed?: boolean;
|
|
9
9
|
truncateName?: boolean;
|
|
10
10
|
};
|
|
11
|
-
declare const
|
|
11
|
+
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>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
12
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
|
+
};
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Displays a formatted resource size
|
|
3
3
|
*/
|
|
4
|
-
declare const _default:
|
|
4
|
+
declare const _default: typeof __VLS_export;
|
|
5
|
+
export default _default;
|
|
6
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
7
|
/**
|
|
6
8
|
* Number of bytes to display as a reasonable resource size string.
|
|
7
9
|
* Value can be a non-formatted string or a number.
|
|
@@ -11,8 +13,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11
13
|
required: true;
|
|
12
14
|
};
|
|
13
15
|
}>, {
|
|
14
|
-
formattedSize: import(
|
|
15
|
-
}, {}, {}, {}, import(
|
|
16
|
+
formattedSize: import("vue").ComputedRef<string>;
|
|
17
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
18
|
/**
|
|
17
19
|
* Number of bytes to display as a reasonable resource size string.
|
|
18
20
|
* Value can be a non-formatted string or a number.
|
|
@@ -21,5 +23,4 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
21
23
|
type: (StringConstructor | NumberConstructor)[];
|
|
22
24
|
required: true;
|
|
23
25
|
};
|
|
24
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import(
|
|
25
|
-
export default _default;
|
|
26
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -5,5 +5,14 @@ type __VLS_Props = {
|
|
|
5
5
|
space?: SpaceResource;
|
|
6
6
|
filter?: (indicator: ResourceIndicator) => boolean;
|
|
7
7
|
};
|
|
8
|
-
declare const
|
|
8
|
+
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>;
|
|
9
|
+
declare const _default: typeof __VLS_export;
|
|
9
10
|
export default _default;
|
|
11
|
+
type __VLS_TypePropsToOption<T> = {
|
|
12
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
13
|
+
type: import('vue').PropType<Required<T>[K]>;
|
|
14
|
+
} : {
|
|
15
|
+
type: import('vue').PropType<T[K]>;
|
|
16
|
+
required: true;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
@@ -22,124 +22,49 @@ type __VLS_Props = {
|
|
|
22
22
|
resourceType?: 'file' | 'space';
|
|
23
23
|
lazy?: boolean;
|
|
24
24
|
};
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
}) => unknown;
|
|
58
|
-
footer?: () => unknown;
|
|
59
|
-
}> & {
|
|
60
|
-
image?: (props: {
|
|
61
|
-
resource: Resource;
|
|
62
|
-
}) => unknown;
|
|
63
|
-
additionalResourceContent?: (props: {
|
|
64
|
-
resource: Resource;
|
|
65
|
-
}) => unknown;
|
|
66
|
-
syncEnabled?: (props: {
|
|
67
|
-
resource: Resource;
|
|
68
|
-
}) => unknown;
|
|
69
|
-
manager?: (props: {
|
|
70
|
-
resource: Resource;
|
|
71
|
-
}) => unknown;
|
|
72
|
-
members?: (props: {
|
|
73
|
-
resource: Resource;
|
|
74
|
-
}) => unknown;
|
|
75
|
-
totalQuota?: (props: {
|
|
76
|
-
resource: Resource;
|
|
77
|
-
}) => unknown;
|
|
78
|
-
usedQuota?: (props: {
|
|
79
|
-
resource: Resource;
|
|
80
|
-
}) => unknown;
|
|
81
|
-
remainingQuota?: (props: {
|
|
82
|
-
resource: Resource;
|
|
83
|
-
}) => unknown;
|
|
84
|
-
quickActions?: (props: {
|
|
85
|
-
resource: Resource;
|
|
86
|
-
}) => unknown;
|
|
87
|
-
contextMenu?: (props: {
|
|
88
|
-
resource: Resource;
|
|
89
|
-
}) => unknown;
|
|
90
|
-
footer?: () => unknown;
|
|
91
|
-
};
|
|
92
|
-
refs: {
|
|
93
|
-
ghostElement: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
94
|
-
previewItems: {
|
|
95
|
-
type: import('vue').PropType<Resource[]>;
|
|
96
|
-
required: true;
|
|
97
|
-
};
|
|
98
|
-
}>> & Readonly<{}>, {}, {}, {
|
|
99
|
-
layerCount(): number;
|
|
100
|
-
showSecondLayer(): boolean;
|
|
101
|
-
showThirdLayer(): boolean;
|
|
102
|
-
itemCount(): number;
|
|
103
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, {
|
|
104
|
-
ResourceIcon: import('vue').DefineComponent<{
|
|
105
|
-
resource: Resource | SpaceResource;
|
|
106
|
-
size?: import('@opencloud-eu/design-system/helpers').SizeType;
|
|
107
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
108
|
-
resource: Resource | SpaceResource;
|
|
109
|
-
size?: import('@opencloud-eu/design-system/helpers').SizeType;
|
|
110
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
111
|
-
} & import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
112
|
-
P: {};
|
|
113
|
-
B: {};
|
|
114
|
-
D: {};
|
|
115
|
-
C: {};
|
|
116
|
-
M: {};
|
|
117
|
-
Defaults: {};
|
|
118
|
-
}, Readonly<import('vue').ExtractPropTypes<{
|
|
119
|
-
previewItems: {
|
|
120
|
-
type: import('vue').PropType<Resource[]>;
|
|
121
|
-
required: true;
|
|
122
|
-
};
|
|
123
|
-
}>> & Readonly<{}>, {}, {}, {
|
|
124
|
-
layerCount(): number;
|
|
125
|
-
showSecondLayer(): boolean;
|
|
126
|
-
showThirdLayer(): boolean;
|
|
127
|
-
itemCount(): number;
|
|
128
|
-
}, {}, {}>;
|
|
129
|
-
};
|
|
130
|
-
rootEl: any;
|
|
25
|
+
type __VLS_Slots = {
|
|
26
|
+
image?: (props: {
|
|
27
|
+
resource: Resource;
|
|
28
|
+
}) => unknown;
|
|
29
|
+
additionalResourceContent?: (props: {
|
|
30
|
+
resource: Resource;
|
|
31
|
+
}) => unknown;
|
|
32
|
+
syncEnabled?: (props: {
|
|
33
|
+
resource: Resource;
|
|
34
|
+
}) => unknown;
|
|
35
|
+
manager?: (props: {
|
|
36
|
+
resource: Resource;
|
|
37
|
+
}) => unknown;
|
|
38
|
+
members?: (props: {
|
|
39
|
+
resource: Resource;
|
|
40
|
+
}) => unknown;
|
|
41
|
+
totalQuota?: (props: {
|
|
42
|
+
resource: Resource;
|
|
43
|
+
}) => unknown;
|
|
44
|
+
usedQuota?: (props: {
|
|
45
|
+
resource: Resource;
|
|
46
|
+
}) => unknown;
|
|
47
|
+
remainingQuota?: (props: {
|
|
48
|
+
resource: Resource;
|
|
49
|
+
}) => unknown;
|
|
50
|
+
quickActions?: (props: {
|
|
51
|
+
resource: Resource;
|
|
52
|
+
}) => unknown;
|
|
53
|
+
contextMenu?: (props: {
|
|
54
|
+
resource: Resource;
|
|
55
|
+
}) => unknown;
|
|
56
|
+
footer?: () => unknown;
|
|
131
57
|
};
|
|
132
|
-
|
|
133
|
-
|
|
58
|
+
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
59
|
+
fileClick: (options: FileActionOptions) => void;
|
|
134
60
|
sort: (options: {
|
|
135
61
|
sortBy: string;
|
|
136
62
|
sortDir: SortDir;
|
|
137
|
-
}) =>
|
|
138
|
-
fileDropped: (id: string) =>
|
|
139
|
-
"update:
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
63
|
+
}) => void;
|
|
64
|
+
fileDropped: (id: string) => void;
|
|
65
|
+
"update:selectedIds": (selectedIds: string[]) => void;
|
|
66
|
+
"update:modelValue": (value: Resource[]) => void;
|
|
67
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>> & Readonly<{
|
|
143
68
|
onSort?: (options: {
|
|
144
69
|
sortBy: string;
|
|
145
70
|
sortDir: SortDir;
|
|
@@ -148,47 +73,19 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
148
73
|
"onUpdate:modelValue"?: (value: Resource[]) => any;
|
|
149
74
|
onFileClick?: (options: FileActionOptions) => any;
|
|
150
75
|
"onUpdate:selectedIds"?: (selectedIds: string[]) => any;
|
|
151
|
-
}>, {}, {}, {}, {}, string, import(
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
type: import('vue').PropType<Resource[]>;
|
|
155
|
-
required: true;
|
|
156
|
-
};
|
|
157
|
-
}>> & Readonly<{}>, {}, {}, {
|
|
158
|
-
layerCount(): number;
|
|
159
|
-
showSecondLayer(): boolean;
|
|
160
|
-
showThirdLayer(): boolean;
|
|
161
|
-
itemCount(): number;
|
|
162
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, {
|
|
163
|
-
ResourceIcon: import('vue').DefineComponent<{
|
|
164
|
-
resource: Resource | SpaceResource;
|
|
165
|
-
size?: import('@opencloud-eu/design-system/helpers').SizeType;
|
|
166
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
167
|
-
resource: Resource | SpaceResource;
|
|
168
|
-
size?: import('@opencloud-eu/design-system/helpers').SizeType;
|
|
169
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
170
|
-
} & import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
171
|
-
P: {};
|
|
172
|
-
B: {};
|
|
173
|
-
D: {};
|
|
174
|
-
C: {};
|
|
175
|
-
M: {};
|
|
176
|
-
Defaults: {};
|
|
177
|
-
}, Readonly<import('vue').ExtractPropTypes<{
|
|
178
|
-
previewItems: {
|
|
179
|
-
type: import('vue').PropType<Resource[]>;
|
|
180
|
-
required: true;
|
|
181
|
-
};
|
|
182
|
-
}>> & Readonly<{}>, {}, {}, {
|
|
183
|
-
layerCount(): number;
|
|
184
|
-
showSecondLayer(): boolean;
|
|
185
|
-
showThirdLayer(): boolean;
|
|
186
|
-
itemCount(): number;
|
|
187
|
-
}, {}, {}>;
|
|
188
|
-
}, any>;
|
|
189
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
76
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
77
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
78
|
+
declare const _default: typeof __VLS_export;
|
|
190
79
|
export default _default;
|
|
191
|
-
type
|
|
80
|
+
type __VLS_TypePropsToOption<T> = {
|
|
81
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
82
|
+
type: import('vue').PropType<Required<T>[K]>;
|
|
83
|
+
} : {
|
|
84
|
+
type: import('vue').PropType<T[K]>;
|
|
85
|
+
required: true;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
192
89
|
new (): {
|
|
193
90
|
$slots: S;
|
|
194
91
|
};
|
|
@@ -14,165 +14,49 @@ type __VLS_Props = {
|
|
|
14
14
|
lazy?: boolean;
|
|
15
15
|
isLoading?: boolean;
|
|
16
16
|
};
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
item: Resource;
|
|
37
|
-
}) => unknown;
|
|
38
|
-
}> & {
|
|
39
|
-
actions?: (props: {
|
|
40
|
-
item: Resource;
|
|
41
|
-
}) => unknown;
|
|
42
|
-
contextMenu?: (props: {
|
|
43
|
-
item: Resource;
|
|
44
|
-
}) => unknown;
|
|
45
|
-
imageField?: (props: {
|
|
46
|
-
item: Resource;
|
|
47
|
-
}) => unknown;
|
|
48
|
-
indicators?: (props: {
|
|
49
|
-
item: Resource;
|
|
50
|
-
}) => unknown;
|
|
51
|
-
selection?: (props: {
|
|
52
|
-
item: Resource;
|
|
53
|
-
}) => unknown;
|
|
54
|
-
additionalResourceContent?: (props: {
|
|
55
|
-
item: Resource;
|
|
56
|
-
}) => unknown;
|
|
57
|
-
};
|
|
58
|
-
refs: {
|
|
59
|
-
observerTarget: {
|
|
60
|
-
$: import('vue').ComponentInternalInstance;
|
|
61
|
-
$data: {};
|
|
62
|
-
$props: Partial<{}> & Omit<{
|
|
63
|
-
readonly tag?: string;
|
|
64
|
-
readonly title?: string;
|
|
65
|
-
readonly titleTag?: string;
|
|
66
|
-
readonly logoUrl?: string;
|
|
67
|
-
readonly headerClass?: string | string[] | Record<string, boolean> | Record<string, boolean>[];
|
|
68
|
-
readonly bodyClass?: string | string[] | Record<string, boolean> | Record<string, boolean>[];
|
|
69
|
-
readonly footerClass?: string | string[] | Record<string, boolean> | Record<string, boolean>[];
|
|
70
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>;
|
|
71
|
-
$attrs: {
|
|
72
|
-
[x: string]: unknown;
|
|
73
|
-
};
|
|
74
|
-
$refs: {
|
|
75
|
-
[x: string]: unknown;
|
|
76
|
-
};
|
|
77
|
-
$slots: Readonly<{
|
|
78
|
-
[name: string]: import('vue').Slot<any>;
|
|
79
|
-
}>;
|
|
80
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
81
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
|
82
|
-
$host: Element | null;
|
|
83
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
84
|
-
$el: any;
|
|
85
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcCard/OcCard.vue').Props> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
86
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
87
|
-
created?: (() => void) | (() => void)[];
|
|
88
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
89
|
-
mounted?: (() => void) | (() => void)[];
|
|
90
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
91
|
-
updated?: (() => void) | (() => void)[];
|
|
92
|
-
activated?: (() => void) | (() => void)[];
|
|
93
|
-
deactivated?: (() => void) | (() => void)[];
|
|
94
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
95
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
96
|
-
destroyed?: (() => void) | (() => void)[];
|
|
97
|
-
unmounted?: (() => void) | (() => void)[];
|
|
98
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
99
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
100
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
101
|
-
};
|
|
102
|
-
$forceUpdate: () => void;
|
|
103
|
-
$nextTick: typeof import('vue').nextTick;
|
|
104
|
-
$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;
|
|
105
|
-
} & Readonly<{}> & Omit<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcCard/OcCard.vue').Props> & Readonly<{}>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
106
|
-
$slots: Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcCard/OcCard.vue').Slots> & import('node_modules/@opencloud-eu/design-system/src/components/OcCard/OcCard.vue').Slots;
|
|
107
|
-
};
|
|
108
|
-
};
|
|
109
|
-
rootEl: any;
|
|
17
|
+
type __VLS_Slots = {
|
|
18
|
+
actions?: (props: {
|
|
19
|
+
item: Resource;
|
|
20
|
+
}) => unknown;
|
|
21
|
+
contextMenu?: (props: {
|
|
22
|
+
item: Resource;
|
|
23
|
+
}) => unknown;
|
|
24
|
+
imageField?: (props: {
|
|
25
|
+
item: Resource;
|
|
26
|
+
}) => unknown;
|
|
27
|
+
indicators?: (props: {
|
|
28
|
+
item: Resource;
|
|
29
|
+
}) => unknown;
|
|
30
|
+
selection?: (props: {
|
|
31
|
+
item: Resource;
|
|
32
|
+
}) => unknown;
|
|
33
|
+
additionalResourceContent?: (props: {
|
|
34
|
+
item: Resource;
|
|
35
|
+
}) => unknown;
|
|
110
36
|
};
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
contextmenu: (event: MouseEvent | KeyboardEvent) =>
|
|
114
|
-
itemVisible: () =>
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
37
|
+
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
38
|
+
fileNameClicked: (event: MouseEvent | KeyboardEvent) => void;
|
|
39
|
+
contextmenu: (event: MouseEvent | KeyboardEvent) => void;
|
|
40
|
+
itemVisible: () => void;
|
|
41
|
+
tileClicked: (event: [Resource, MouseEvent | KeyboardEvent]) => void;
|
|
42
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>> & Readonly<{
|
|
118
43
|
onContextmenu?: (event: MouseEvent | KeyboardEvent) => any;
|
|
119
44
|
onItemVisible?: () => any;
|
|
120
45
|
onFileNameClicked?: (event: MouseEvent | KeyboardEvent) => any;
|
|
121
46
|
onTileClicked?: (event: [Resource, MouseEvent | KeyboardEvent]) => any;
|
|
122
|
-
}>, {}, {}, {}, {}, string, import(
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
$data: {};
|
|
126
|
-
$props: Partial<{}> & Omit<{
|
|
127
|
-
readonly tag?: string;
|
|
128
|
-
readonly title?: string;
|
|
129
|
-
readonly titleTag?: string;
|
|
130
|
-
readonly logoUrl?: string;
|
|
131
|
-
readonly headerClass?: string | string[] | Record<string, boolean> | Record<string, boolean>[];
|
|
132
|
-
readonly bodyClass?: string | string[] | Record<string, boolean> | Record<string, boolean>[];
|
|
133
|
-
readonly footerClass?: string | string[] | Record<string, boolean> | Record<string, boolean>[];
|
|
134
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>;
|
|
135
|
-
$attrs: {
|
|
136
|
-
[x: string]: unknown;
|
|
137
|
-
};
|
|
138
|
-
$refs: {
|
|
139
|
-
[x: string]: unknown;
|
|
140
|
-
};
|
|
141
|
-
$slots: Readonly<{
|
|
142
|
-
[name: string]: import('vue').Slot<any>;
|
|
143
|
-
}>;
|
|
144
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
145
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
|
146
|
-
$host: Element | null;
|
|
147
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
148
|
-
$el: any;
|
|
149
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcCard/OcCard.vue').Props> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
150
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
151
|
-
created?: (() => void) | (() => void)[];
|
|
152
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
153
|
-
mounted?: (() => void) | (() => void)[];
|
|
154
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
155
|
-
updated?: (() => void) | (() => void)[];
|
|
156
|
-
activated?: (() => void) | (() => void)[];
|
|
157
|
-
deactivated?: (() => void) | (() => void)[];
|
|
158
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
159
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
160
|
-
destroyed?: (() => void) | (() => void)[];
|
|
161
|
-
unmounted?: (() => void) | (() => void)[];
|
|
162
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
163
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
164
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
165
|
-
};
|
|
166
|
-
$forceUpdate: () => void;
|
|
167
|
-
$nextTick: typeof import('vue').nextTick;
|
|
168
|
-
$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;
|
|
169
|
-
} & Readonly<{}> & Omit<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcCard/OcCard.vue').Props> & Readonly<{}>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
170
|
-
$slots: Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcCard/OcCard.vue').Slots> & import('node_modules/@opencloud-eu/design-system/src/components/OcCard/OcCard.vue').Slots;
|
|
171
|
-
};
|
|
172
|
-
}, any>;
|
|
173
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
47
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
48
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
49
|
+
declare const _default: typeof __VLS_export;
|
|
174
50
|
export default _default;
|
|
175
|
-
type
|
|
51
|
+
type __VLS_TypePropsToOption<T> = {
|
|
52
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
53
|
+
type: import('vue').PropType<Required<T>[K]>;
|
|
54
|
+
} : {
|
|
55
|
+
type: import('vue').PropType<T[K]>;
|
|
56
|
+
required: true;
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
176
60
|
new (): {
|
|
177
61
|
$slots: S;
|
|
178
62
|
};
|