@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,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
}, HTMLDivElement>;
|
|
1
|
+
import 'cropperjs/dist/cropper.css';
|
|
2
|
+
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>;
|
|
3
|
+
declare const _default: typeof __VLS_export;
|
|
5
4
|
export default _default;
|
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
userId: string;
|
|
3
3
|
userName: string;
|
|
4
|
+
width?: number;
|
|
4
5
|
};
|
|
5
|
-
declare const
|
|
6
|
+
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>;
|
|
7
|
+
declare const _default: typeof __VLS_export;
|
|
6
8
|
export default _default;
|
|
9
|
+
type __VLS_TypePropsToOption<T> = {
|
|
10
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
11
|
+
type: import('vue').PropType<Required<T>[K]>;
|
|
12
|
+
} : {
|
|
13
|
+
type: import('vue').PropType<T[K]>;
|
|
14
|
+
required: true;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { Action, ActionOptions } from '../composables';
|
|
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
|
actions: {
|
|
5
7
|
type: PropType<Action[]>;
|
|
6
8
|
required: true;
|
|
@@ -14,7 +16,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14
16
|
default: boolean;
|
|
15
17
|
required: false;
|
|
16
18
|
};
|
|
17
|
-
}>, {}, {}, {}, {}, import(
|
|
19
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
18
20
|
actions: {
|
|
19
21
|
type: PropType<Action[]>;
|
|
20
22
|
required: true;
|
|
@@ -31,7 +33,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
31
33
|
}>> & Readonly<{}>, {
|
|
32
34
|
limitedScreenSpace: boolean;
|
|
33
35
|
}, {}, {
|
|
34
|
-
ActionMenuItem: import(
|
|
36
|
+
ActionMenuItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
35
37
|
action: {
|
|
36
38
|
type: PropType<Action>;
|
|
37
39
|
required: true;
|
|
@@ -46,7 +48,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
46
48
|
default: string;
|
|
47
49
|
};
|
|
48
50
|
appearance: {
|
|
49
|
-
type: PropType<import(
|
|
51
|
+
type: PropType<import("@opencloud-eu/design-system/helpers").AppearanceType>;
|
|
50
52
|
default: string;
|
|
51
53
|
};
|
|
52
54
|
shortcutHint: {
|
|
@@ -64,16 +66,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
64
66
|
default: () => string[];
|
|
65
67
|
};
|
|
66
68
|
}>, {
|
|
67
|
-
componentType: import(
|
|
68
|
-
componentProps: import(
|
|
69
|
+
componentType: import("vue").ComputedRef<"a" | "button" | "router-link">;
|
|
70
|
+
componentProps: import("vue").ComputedRef<{
|
|
69
71
|
target: "_blank" | "_self";
|
|
70
72
|
href: string;
|
|
71
|
-
to: string | import(
|
|
73
|
+
to: string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric;
|
|
72
74
|
id: string;
|
|
73
75
|
disabled: boolean;
|
|
74
|
-
appearance: import(
|
|
76
|
+
appearance: import("@opencloud-eu/design-system/helpers").AppearanceType;
|
|
75
77
|
}>;
|
|
76
|
-
actionIcon: import(
|
|
78
|
+
actionIcon: import("vue").ComputedRef<string>;
|
|
77
79
|
}, {}, {
|
|
78
80
|
hasExternalImageIcon(): boolean;
|
|
79
81
|
componentListeners(): {
|
|
@@ -81,7 +83,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
81
83
|
} | {
|
|
82
84
|
click: (event: Event) => void;
|
|
83
85
|
};
|
|
84
|
-
}, {}, import(
|
|
86
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
85
87
|
action: {
|
|
86
88
|
type: PropType<Action>;
|
|
87
89
|
required: true;
|
|
@@ -96,7 +98,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
96
98
|
default: string;
|
|
97
99
|
};
|
|
98
100
|
appearance: {
|
|
99
|
-
type: PropType<import(
|
|
101
|
+
type: PropType<import("@opencloud-eu/design-system/helpers").AppearanceType>;
|
|
100
102
|
default: string;
|
|
101
103
|
};
|
|
102
104
|
shortcutHint: {
|
|
@@ -115,10 +117,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
115
117
|
};
|
|
116
118
|
}>> & Readonly<{}>, {
|
|
117
119
|
size: "small" | "large" | "medium";
|
|
118
|
-
appearance: import(
|
|
120
|
+
appearance: import("@opencloud-eu/design-system/helpers").AppearanceType;
|
|
119
121
|
shortcutHint: boolean;
|
|
120
122
|
showTooltip: boolean;
|
|
121
123
|
buttonClasses: string[];
|
|
122
|
-
}, {}, {}, {}, string, import(
|
|
123
|
-
}, {}, string, import(
|
|
124
|
-
export default _default;
|
|
124
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
125
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,10 +1,19 @@
|
|
|
1
1
|
import { AppearanceType } from '@opencloud-eu/design-system/helpers';
|
|
2
|
-
import { ActionOptions } from '../../composables';
|
|
2
|
+
import type { ActionOptions } from '../../composables';
|
|
3
3
|
import { MenuSectionDrop } from './types';
|
|
4
4
|
type __VLS_Props = {
|
|
5
5
|
menuSectionDrop: MenuSectionDrop;
|
|
6
6
|
appearance: AppearanceType;
|
|
7
7
|
actionOptions: ActionOptions;
|
|
8
8
|
};
|
|
9
|
-
declare const
|
|
9
|
+
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>;
|
|
10
|
+
declare const _default: typeof __VLS_export;
|
|
10
11
|
export default _default;
|
|
12
|
+
type __VLS_TypePropsToOption<T> = {
|
|
13
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
14
|
+
type: import('vue').PropType<Required<T>[K]>;
|
|
15
|
+
} : {
|
|
16
|
+
type: import('vue').PropType<T[K]>;
|
|
17
|
+
required: true;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { Action, ActionOptions } from '../../composables';
|
|
3
3
|
import { AppearanceType } from '@opencloud-eu/design-system/helpers';
|
|
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
|
action: {
|
|
6
8
|
type: PropType<Action>;
|
|
7
9
|
required: true;
|
|
@@ -34,16 +36,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
34
36
|
default: () => string[];
|
|
35
37
|
};
|
|
36
38
|
}>, {
|
|
37
|
-
componentType: import(
|
|
38
|
-
componentProps: import(
|
|
39
|
+
componentType: import("vue").ComputedRef<"a" | "button" | "router-link">;
|
|
40
|
+
componentProps: import("vue").ComputedRef<{
|
|
39
41
|
target: "_blank" | "_self";
|
|
40
42
|
href: string;
|
|
41
|
-
to: string | import(
|
|
43
|
+
to: string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric;
|
|
42
44
|
id: string;
|
|
43
45
|
disabled: boolean;
|
|
44
46
|
appearance: AppearanceType;
|
|
45
47
|
}>;
|
|
46
|
-
actionIcon: import(
|
|
48
|
+
actionIcon: import("vue").ComputedRef<string>;
|
|
47
49
|
}, {}, {
|
|
48
50
|
hasExternalImageIcon(): boolean;
|
|
49
51
|
componentListeners(): {
|
|
@@ -51,7 +53,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
51
53
|
} | {
|
|
52
54
|
click: (event: Event) => void;
|
|
53
55
|
};
|
|
54
|
-
}, {}, import(
|
|
56
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
55
57
|
action: {
|
|
56
58
|
type: PropType<Action>;
|
|
57
59
|
required: true;
|
|
@@ -89,5 +91,4 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
89
91
|
shortcutHint: boolean;
|
|
90
92
|
showTooltip: boolean;
|
|
91
93
|
buttonClasses: string[];
|
|
92
|
-
}, {}, {}, {}, string, import(
|
|
93
|
-
export default _default;
|
|
94
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -2,7 +2,9 @@ import { PropType } from 'vue';
|
|
|
2
2
|
import { ActionOptions } from '../../composables';
|
|
3
3
|
import { AppearanceType } from '@opencloud-eu/design-system/helpers';
|
|
4
4
|
import { MenuSection } from './types';
|
|
5
|
-
declare const _default:
|
|
5
|
+
declare const _default: typeof __VLS_export;
|
|
6
|
+
export default _default;
|
|
7
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6
8
|
menuSections: {
|
|
7
9
|
type: PropType<MenuSection[]>;
|
|
8
10
|
required: true;
|
|
@@ -17,7 +19,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
17
19
|
};
|
|
18
20
|
}>, {}, {}, {}, {
|
|
19
21
|
getSectionClasses(index: number): string[];
|
|
20
|
-
}, import(
|
|
22
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
23
|
menuSections: {
|
|
22
24
|
type: PropType<MenuSection[]>;
|
|
23
25
|
required: true;
|
|
@@ -33,18 +35,36 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
33
35
|
}>> & Readonly<{}>, {
|
|
34
36
|
appearance: AppearanceType;
|
|
35
37
|
}, {}, {
|
|
36
|
-
ActionMenuDropItem: import(
|
|
37
|
-
menuSectionDrop:
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
38
|
+
ActionMenuDropItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
39
|
+
menuSectionDrop: {
|
|
40
|
+
type: PropType<import("./types").MenuSectionDrop>;
|
|
41
|
+
required: true;
|
|
42
|
+
};
|
|
43
|
+
appearance: {
|
|
44
|
+
type: PropType<AppearanceType>;
|
|
45
|
+
required: true;
|
|
46
|
+
};
|
|
47
|
+
actionOptions: {
|
|
48
|
+
type: PropType<ActionOptions>;
|
|
49
|
+
required: true;
|
|
50
|
+
};
|
|
51
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
52
|
+
menuSectionDrop: {
|
|
53
|
+
type: PropType<import("./types").MenuSectionDrop>;
|
|
54
|
+
required: true;
|
|
55
|
+
};
|
|
56
|
+
appearance: {
|
|
57
|
+
type: PropType<AppearanceType>;
|
|
58
|
+
required: true;
|
|
59
|
+
};
|
|
60
|
+
actionOptions: {
|
|
61
|
+
type: PropType<ActionOptions>;
|
|
62
|
+
required: true;
|
|
63
|
+
};
|
|
64
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
65
|
+
ActionMenuItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
46
66
|
action: {
|
|
47
|
-
type: PropType<import(
|
|
67
|
+
type: PropType<import("../../composables").Action>;
|
|
48
68
|
required: true;
|
|
49
69
|
};
|
|
50
70
|
actionOptions: {
|
|
@@ -75,16 +95,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
75
95
|
default: () => string[];
|
|
76
96
|
};
|
|
77
97
|
}>, {
|
|
78
|
-
componentType: import(
|
|
79
|
-
componentProps: import(
|
|
98
|
+
componentType: import("vue").ComputedRef<"a" | "button" | "router-link">;
|
|
99
|
+
componentProps: import("vue").ComputedRef<{
|
|
80
100
|
target: "_blank" | "_self";
|
|
81
101
|
href: string;
|
|
82
|
-
to: string | import(
|
|
102
|
+
to: string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric;
|
|
83
103
|
id: string;
|
|
84
104
|
disabled: boolean;
|
|
85
105
|
appearance: AppearanceType;
|
|
86
106
|
}>;
|
|
87
|
-
actionIcon: import(
|
|
107
|
+
actionIcon: import("vue").ComputedRef<string>;
|
|
88
108
|
}, {}, {
|
|
89
109
|
hasExternalImageIcon(): boolean;
|
|
90
110
|
componentListeners(): {
|
|
@@ -92,9 +112,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
92
112
|
} | {
|
|
93
113
|
click: (event: Event) => void;
|
|
94
114
|
};
|
|
95
|
-
}, {}, import(
|
|
115
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
96
116
|
action: {
|
|
97
|
-
type: PropType<import(
|
|
117
|
+
type: PropType<import("../../composables").Action>;
|
|
98
118
|
required: true;
|
|
99
119
|
};
|
|
100
120
|
actionOptions: {
|
|
@@ -130,6 +150,5 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
130
150
|
shortcutHint: boolean;
|
|
131
151
|
showTooltip: boolean;
|
|
132
152
|
buttonClasses: string[];
|
|
133
|
-
}, {}, {}, {}, string, import(
|
|
134
|
-
}, {}, string, import(
|
|
135
|
-
export default _default;
|
|
153
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
154
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,34 +1,187 @@
|
|
|
1
|
+
import { ComponentPublicInstance } from 'vue';
|
|
1
2
|
import { Resource } from '@opencloud-eu/web-client';
|
|
2
3
|
type __VLS_Props = {
|
|
3
4
|
item: Resource;
|
|
4
5
|
resourceDomSelector?: (resource: Resource) => string;
|
|
5
6
|
title?: string;
|
|
6
7
|
};
|
|
7
|
-
declare
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
}): any;
|
|
13
|
-
};
|
|
14
|
-
refs: {};
|
|
15
|
-
rootEl: any;
|
|
8
|
+
declare var __VLS_22: {
|
|
9
|
+
item: Resource;
|
|
10
|
+
};
|
|
11
|
+
type __VLS_Slots = {} & {
|
|
12
|
+
contextMenu?: (props: typeof __VLS_22) => any;
|
|
16
13
|
};
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
}
|
|
29
|
-
|
|
14
|
+
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>, {
|
|
15
|
+
drop: Readonly<import("vue").ShallowRef<ComponentPublicInstance<{
|
|
16
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
17
|
+
title: {
|
|
18
|
+
type: import("vue").PropType<string>;
|
|
19
|
+
};
|
|
20
|
+
closeOnClick: {
|
|
21
|
+
type: import("vue").PropType<boolean>;
|
|
22
|
+
};
|
|
23
|
+
dropId: {
|
|
24
|
+
type: import("vue").PropType<string>;
|
|
25
|
+
};
|
|
26
|
+
mode: {
|
|
27
|
+
type: import("vue").PropType<"manual" | "click" | "hover">;
|
|
28
|
+
};
|
|
29
|
+
offset: {
|
|
30
|
+
type: import("vue").PropType<number>;
|
|
31
|
+
};
|
|
32
|
+
paddingSize: {
|
|
33
|
+
type: import("vue").PropType<import("@opencloud-eu/design-system/helpers").SizeType | "remove">;
|
|
34
|
+
};
|
|
35
|
+
position: {
|
|
36
|
+
type: import("vue").PropType<import("@floating-ui/dom").Placement>;
|
|
37
|
+
};
|
|
38
|
+
toggle: {
|
|
39
|
+
type: import("vue").PropType<string>;
|
|
40
|
+
};
|
|
41
|
+
enforceDropOnMobile: {
|
|
42
|
+
type: import("vue").PropType<boolean>;
|
|
43
|
+
};
|
|
44
|
+
teleport: {
|
|
45
|
+
type: import("vue").PropType<string>;
|
|
46
|
+
};
|
|
47
|
+
isMenu: {
|
|
48
|
+
type: import("vue").PropType<boolean>;
|
|
49
|
+
};
|
|
50
|
+
}>> & Readonly<{
|
|
51
|
+
onHideDrop?: () => any;
|
|
52
|
+
onShowDrop?: () => any;
|
|
53
|
+
}>, {
|
|
54
|
+
show: ({ event, useMouseAnchor, noFocus }?: {
|
|
55
|
+
event?: Event;
|
|
56
|
+
useMouseAnchor?: boolean;
|
|
57
|
+
noFocus?: boolean;
|
|
58
|
+
}) => Promise<void>;
|
|
59
|
+
hide: () => void;
|
|
60
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
61
|
+
hideDrop: () => void;
|
|
62
|
+
showDrop: () => void;
|
|
63
|
+
}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
64
|
+
P: {};
|
|
65
|
+
B: {};
|
|
66
|
+
D: {};
|
|
67
|
+
C: {};
|
|
68
|
+
M: {};
|
|
69
|
+
Defaults: {};
|
|
70
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
71
|
+
title: {
|
|
72
|
+
type: import("vue").PropType<string>;
|
|
73
|
+
};
|
|
74
|
+
closeOnClick: {
|
|
75
|
+
type: import("vue").PropType<boolean>;
|
|
76
|
+
};
|
|
77
|
+
dropId: {
|
|
78
|
+
type: import("vue").PropType<string>;
|
|
79
|
+
};
|
|
80
|
+
mode: {
|
|
81
|
+
type: import("vue").PropType<"manual" | "click" | "hover">;
|
|
82
|
+
};
|
|
83
|
+
offset: {
|
|
84
|
+
type: import("vue").PropType<number>;
|
|
85
|
+
};
|
|
86
|
+
paddingSize: {
|
|
87
|
+
type: import("vue").PropType<import("@opencloud-eu/design-system/helpers").SizeType | "remove">;
|
|
88
|
+
};
|
|
89
|
+
position: {
|
|
90
|
+
type: import("vue").PropType<import("@floating-ui/dom").Placement>;
|
|
91
|
+
};
|
|
92
|
+
toggle: {
|
|
93
|
+
type: import("vue").PropType<string>;
|
|
94
|
+
};
|
|
95
|
+
enforceDropOnMobile: {
|
|
96
|
+
type: import("vue").PropType<boolean>;
|
|
97
|
+
};
|
|
98
|
+
teleport: {
|
|
99
|
+
type: import("vue").PropType<string>;
|
|
100
|
+
};
|
|
101
|
+
isMenu: {
|
|
102
|
+
type: import("vue").PropType<boolean>;
|
|
103
|
+
};
|
|
104
|
+
}>> & Readonly<{
|
|
105
|
+
onHideDrop?: () => any;
|
|
106
|
+
onShowDrop?: () => any;
|
|
107
|
+
}>, {
|
|
108
|
+
show: ({ event, useMouseAnchor, noFocus }?: {
|
|
109
|
+
event?: Event;
|
|
110
|
+
useMouseAnchor?: boolean;
|
|
111
|
+
noFocus?: boolean;
|
|
112
|
+
}) => Promise<void>;
|
|
113
|
+
hide: () => void;
|
|
114
|
+
}, {}, {}, {}, {}>;
|
|
115
|
+
__isFragment?: never;
|
|
116
|
+
__isTeleport?: never;
|
|
117
|
+
__isSuspense?: never;
|
|
118
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
119
|
+
title: {
|
|
120
|
+
type: import("vue").PropType<string>;
|
|
121
|
+
};
|
|
122
|
+
closeOnClick: {
|
|
123
|
+
type: import("vue").PropType<boolean>;
|
|
124
|
+
};
|
|
125
|
+
dropId: {
|
|
126
|
+
type: import("vue").PropType<string>;
|
|
127
|
+
};
|
|
128
|
+
mode: {
|
|
129
|
+
type: import("vue").PropType<"manual" | "click" | "hover">;
|
|
130
|
+
};
|
|
131
|
+
offset: {
|
|
132
|
+
type: import("vue").PropType<number>;
|
|
133
|
+
};
|
|
134
|
+
paddingSize: {
|
|
135
|
+
type: import("vue").PropType<import("@opencloud-eu/design-system/helpers").SizeType | "remove">;
|
|
136
|
+
};
|
|
137
|
+
position: {
|
|
138
|
+
type: import("vue").PropType<import("@floating-ui/dom").Placement>;
|
|
139
|
+
};
|
|
140
|
+
toggle: {
|
|
141
|
+
type: import("vue").PropType<string>;
|
|
142
|
+
};
|
|
143
|
+
enforceDropOnMobile: {
|
|
144
|
+
type: import("vue").PropType<boolean>;
|
|
145
|
+
};
|
|
146
|
+
teleport: {
|
|
147
|
+
type: import("vue").PropType<string>;
|
|
148
|
+
};
|
|
149
|
+
isMenu: {
|
|
150
|
+
type: import("vue").PropType<boolean>;
|
|
151
|
+
};
|
|
152
|
+
}>> & Readonly<{
|
|
153
|
+
onHideDrop?: () => any;
|
|
154
|
+
onShowDrop?: () => any;
|
|
155
|
+
}>, {
|
|
156
|
+
show: ({ event, useMouseAnchor, noFocus }?: {
|
|
157
|
+
event?: Event;
|
|
158
|
+
useMouseAnchor?: boolean;
|
|
159
|
+
noFocus?: boolean;
|
|
160
|
+
}) => Promise<void>;
|
|
161
|
+
hide: () => void;
|
|
162
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
163
|
+
hideDrop: () => void;
|
|
164
|
+
showDrop: () => void;
|
|
165
|
+
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
166
|
+
$slots: import("node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcDrop.vue").Slots;
|
|
167
|
+
})>>>;
|
|
168
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
169
|
+
quickActionClicked: (event: MouseEvent | KeyboardEvent) => void;
|
|
170
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>> & Readonly<{
|
|
171
|
+
onQuickActionClicked?: (event: MouseEvent | KeyboardEvent) => any;
|
|
172
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
173
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
174
|
+
declare const _default: typeof __VLS_export;
|
|
30
175
|
export default _default;
|
|
31
|
-
type
|
|
176
|
+
type __VLS_TypePropsToOption<T> = {
|
|
177
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
178
|
+
type: import('vue').PropType<Required<T>[K]>;
|
|
179
|
+
} : {
|
|
180
|
+
type: import('vue').PropType<T[K]>;
|
|
181
|
+
required: true;
|
|
182
|
+
};
|
|
183
|
+
};
|
|
184
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
32
185
|
new (): {
|
|
33
186
|
$slots: S;
|
|
34
187
|
};
|
|
@@ -1,23 +1,33 @@
|
|
|
1
1
|
import { Modal } from '../composables';
|
|
2
|
-
import { SpaceResource
|
|
2
|
+
import { SpaceResource } from '@opencloud-eu/web-client';
|
|
3
|
+
import { Resource } from '@opencloud-eu/web-client';
|
|
3
4
|
type __VLS_Props = {
|
|
4
5
|
modal: Modal;
|
|
5
6
|
resources: Resource[];
|
|
6
7
|
space?: SpaceResource;
|
|
7
8
|
};
|
|
8
|
-
declare const
|
|
9
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>, {
|
|
9
10
|
onConfirm: (options?: {
|
|
10
11
|
copyPassword?: boolean;
|
|
11
12
|
}) => Promise<void>;
|
|
12
|
-
}, {}, {}, {}, import(
|
|
13
|
-
cancel: () =>
|
|
13
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
|
+
cancel: () => void;
|
|
14
15
|
confirm: (options?: {
|
|
15
16
|
copyPassword?: boolean;
|
|
16
|
-
}) =>
|
|
17
|
-
}, string, import(
|
|
17
|
+
}) => void;
|
|
18
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>> & Readonly<{
|
|
18
19
|
onCancel?: () => any;
|
|
19
20
|
onConfirm?: (options?: {
|
|
20
21
|
copyPassword?: boolean;
|
|
21
22
|
}) => any;
|
|
22
|
-
}>, {}, {}, {}, {}, string, import(
|
|
23
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
24
|
+
declare const _default: typeof __VLS_export;
|
|
23
25
|
export default _default;
|
|
26
|
+
type __VLS_TypePropsToOption<T> = {
|
|
27
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
28
|
+
type: import('vue').PropType<Required<T>[K]>;
|
|
29
|
+
} : {
|
|
30
|
+
type: import('vue').PropType<T[K]>;
|
|
31
|
+
required: true;
|
|
32
|
+
};
|
|
33
|
+
};
|