@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
|
@@ -22,115 +22,40 @@ 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
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
58
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
134
59
|
sort: (options: {
|
|
135
60
|
sortBy: string;
|
|
136
61
|
sortDir: SortDir;
|
|
@@ -139,7 +64,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
139
64
|
"update:modelValue": (value: Resource[]) => any;
|
|
140
65
|
fileClick: (options: FileActionOptions) => any;
|
|
141
66
|
"update:selectedIds": (selectedIds: string[]) => any;
|
|
142
|
-
}, string, import(
|
|
67
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
143
68
|
onSort?: (options: {
|
|
144
69
|
sortBy: string;
|
|
145
70
|
sortDir: SortDir;
|
|
@@ -148,47 +73,11 @@ 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, false, {}, 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_WithSlots<T, S> = T & {
|
|
192
81
|
new (): {
|
|
193
82
|
$slots: S;
|
|
194
83
|
};
|
|
@@ -14,165 +14,41 @@ 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
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
37
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
113
38
|
contextmenu: (event: MouseEvent | KeyboardEvent) => any;
|
|
114
39
|
itemVisible: () => any;
|
|
115
40
|
fileNameClicked: (event: MouseEvent | KeyboardEvent) => any;
|
|
116
41
|
tileClicked: (event: [Resource, MouseEvent | KeyboardEvent]) => any;
|
|
117
|
-
}, string, import(
|
|
42
|
+
}, string, import("vue").PublicProps, Readonly<__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_WithSlots<T, S> = T & {
|
|
176
52
|
new (): {
|
|
177
53
|
$slots: S;
|
|
178
54
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Resource, SpaceResource } from '@opencloud-eu/web-client';
|
|
2
2
|
import { SortField, FileActionOptions } from '../../composables';
|
|
3
|
-
import {
|
|
3
|
+
import { SortDir } from '@opencloud-eu/design-system/helpers';
|
|
4
4
|
type __VLS_Props = {
|
|
5
5
|
resources?: Resource[];
|
|
6
6
|
selectedIds?: string[];
|
|
@@ -15,79 +15,22 @@ type __VLS_Props = {
|
|
|
15
15
|
areResourcesClickable?: boolean;
|
|
16
16
|
arePathsDisplayed?: boolean;
|
|
17
17
|
};
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
resource: Resource;
|
|
33
|
-
}) => unknown;
|
|
34
|
-
}> & {
|
|
35
|
-
image?: (props: {
|
|
36
|
-
resource: Resource;
|
|
37
|
-
}) => unknown;
|
|
38
|
-
actions?: (props: {
|
|
39
|
-
resource: Resource;
|
|
40
|
-
}) => unknown;
|
|
41
|
-
contextMenu?: (props: {
|
|
42
|
-
resource: Resource;
|
|
43
|
-
}) => unknown;
|
|
44
|
-
footer?: () => unknown;
|
|
45
|
-
additionalResourceContent?: (props: {
|
|
46
|
-
resource: Resource;
|
|
47
|
-
}) => unknown;
|
|
48
|
-
};
|
|
49
|
-
refs: {
|
|
50
|
-
ghostElement: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
51
|
-
previewItems: {
|
|
52
|
-
type: import('vue').PropType<Resource[]>;
|
|
53
|
-
required: true;
|
|
54
|
-
};
|
|
55
|
-
}>> & Readonly<{}>, {}, {}, {
|
|
56
|
-
layerCount(): number;
|
|
57
|
-
showSecondLayer(): boolean;
|
|
58
|
-
showThirdLayer(): boolean;
|
|
59
|
-
itemCount(): number;
|
|
60
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, {
|
|
61
|
-
ResourceIcon: import('vue').DefineComponent<{
|
|
62
|
-
resource: Resource | SpaceResource;
|
|
63
|
-
size?: SizeType;
|
|
64
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
65
|
-
resource: Resource | SpaceResource;
|
|
66
|
-
size?: SizeType;
|
|
67
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
68
|
-
} & import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
69
|
-
P: {};
|
|
70
|
-
B: {};
|
|
71
|
-
D: {};
|
|
72
|
-
C: {};
|
|
73
|
-
M: {};
|
|
74
|
-
Defaults: {};
|
|
75
|
-
}, Readonly<import('vue').ExtractPropTypes<{
|
|
76
|
-
previewItems: {
|
|
77
|
-
type: import('vue').PropType<Resource[]>;
|
|
78
|
-
required: true;
|
|
79
|
-
};
|
|
80
|
-
}>> & Readonly<{}>, {}, {}, {
|
|
81
|
-
layerCount(): number;
|
|
82
|
-
showSecondLayer(): boolean;
|
|
83
|
-
showThirdLayer(): boolean;
|
|
84
|
-
itemCount(): number;
|
|
85
|
-
}, {}, {}>;
|
|
86
|
-
};
|
|
87
|
-
rootEl: HTMLDivElement;
|
|
18
|
+
type __VLS_Slots = {
|
|
19
|
+
image?: (props: {
|
|
20
|
+
resource: Resource;
|
|
21
|
+
}) => unknown;
|
|
22
|
+
actions?: (props: {
|
|
23
|
+
resource: Resource;
|
|
24
|
+
}) => unknown;
|
|
25
|
+
contextMenu?: (props: {
|
|
26
|
+
resource: Resource;
|
|
27
|
+
}) => unknown;
|
|
28
|
+
footer?: () => unknown;
|
|
29
|
+
additionalResourceContent?: (props: {
|
|
30
|
+
resource: Resource;
|
|
31
|
+
}) => unknown;
|
|
88
32
|
};
|
|
89
|
-
|
|
90
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
33
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
91
34
|
sort: (value: {
|
|
92
35
|
sortBy: string;
|
|
93
36
|
sortDir: SortDir;
|
|
@@ -96,7 +39,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
96
39
|
itemVisible: (resource: Resource) => any;
|
|
97
40
|
fileClick: (options: FileActionOptions) => any;
|
|
98
41
|
"update:selectedIds": (ids: string[]) => any;
|
|
99
|
-
}, string, import(
|
|
42
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
100
43
|
onSort?: (value: {
|
|
101
44
|
sortBy: string;
|
|
102
45
|
sortDir: SortDir;
|
|
@@ -105,47 +48,11 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
105
48
|
onItemVisible?: (resource: Resource) => any;
|
|
106
49
|
onFileClick?: (options: FileActionOptions) => any;
|
|
107
50
|
"onUpdate:selectedIds"?: (ids: string[]) => any;
|
|
108
|
-
}>, {}, {}, {}, {}, string, import(
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
type: import('vue').PropType<Resource[]>;
|
|
112
|
-
required: true;
|
|
113
|
-
};
|
|
114
|
-
}>> & Readonly<{}>, {}, {}, {
|
|
115
|
-
layerCount(): number;
|
|
116
|
-
showSecondLayer(): boolean;
|
|
117
|
-
showThirdLayer(): boolean;
|
|
118
|
-
itemCount(): number;
|
|
119
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, {
|
|
120
|
-
ResourceIcon: import('vue').DefineComponent<{
|
|
121
|
-
resource: Resource | SpaceResource;
|
|
122
|
-
size?: SizeType;
|
|
123
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
124
|
-
resource: Resource | SpaceResource;
|
|
125
|
-
size?: SizeType;
|
|
126
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
127
|
-
} & import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
128
|
-
P: {};
|
|
129
|
-
B: {};
|
|
130
|
-
D: {};
|
|
131
|
-
C: {};
|
|
132
|
-
M: {};
|
|
133
|
-
Defaults: {};
|
|
134
|
-
}, Readonly<import('vue').ExtractPropTypes<{
|
|
135
|
-
previewItems: {
|
|
136
|
-
type: import('vue').PropType<Resource[]>;
|
|
137
|
-
required: true;
|
|
138
|
-
};
|
|
139
|
-
}>> & Readonly<{}>, {}, {}, {
|
|
140
|
-
layerCount(): number;
|
|
141
|
-
showSecondLayer(): boolean;
|
|
142
|
-
showThirdLayer(): boolean;
|
|
143
|
-
itemCount(): number;
|
|
144
|
-
}, {}, {}>;
|
|
145
|
-
}, HTMLDivElement>;
|
|
146
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
51
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
52
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
53
|
+
declare const _default: typeof __VLS_export;
|
|
147
54
|
export default _default;
|
|
148
|
-
type
|
|
55
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
149
56
|
new (): {
|
|
150
57
|
$slots: S;
|
|
151
58
|
};
|