@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
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
import { ComponentPublicInstance,
|
|
1
|
+
import { ComponentPublicInstance, PropType, Ref } from 'vue';
|
|
2
2
|
import { SpaceResource } from '@opencloud-eu/web-client';
|
|
3
3
|
import { Modal } from '../composables';
|
|
4
4
|
import { SearchResult, SearchResultValue } from './Search';
|
|
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
|
modal: {
|
|
7
9
|
type: PropType<Modal>;
|
|
8
10
|
required: true;
|
|
@@ -14,134 +16,69 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14
16
|
}>, {
|
|
15
17
|
inputUrl: Ref<string, string>;
|
|
16
18
|
inputFilename: Ref<string, string>;
|
|
17
|
-
dropRef: Readonly<import(
|
|
18
|
-
new (...args: any[]): import(
|
|
19
|
+
dropRef: Readonly<import("vue").ShallowRef<ComponentPublicInstance<{
|
|
20
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("@opencloud-eu/design-system/components").OcDropProps> & Readonly<{
|
|
19
21
|
onHideDrop?: () => any;
|
|
20
22
|
onShowDrop?: () => any;
|
|
21
23
|
}>, {
|
|
22
|
-
show: ({ event, useMouseAnchor }?: {
|
|
24
|
+
show: ({ event, useMouseAnchor, noFocus }?: {
|
|
23
25
|
event?: Event;
|
|
24
26
|
useMouseAnchor?: boolean;
|
|
25
|
-
|
|
27
|
+
noFocus?: boolean;
|
|
28
|
+
}) => Promise<void>;
|
|
26
29
|
hide: () => void;
|
|
27
|
-
}, {}, {}, {}, import(
|
|
30
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
28
31
|
hideDrop: () => any;
|
|
29
32
|
showDrop: () => any;
|
|
30
|
-
}, import(
|
|
31
|
-
bottomDrawerRef: {
|
|
32
|
-
$: import('vue').ComponentInternalInstance;
|
|
33
|
-
$data: {};
|
|
34
|
-
$props: {
|
|
35
|
-
readonly drawerId: string;
|
|
36
|
-
readonly toggle: string;
|
|
37
|
-
readonly closeOnClick?: boolean;
|
|
38
|
-
readonly title?: string;
|
|
39
|
-
readonly registerClickHandler?: boolean;
|
|
40
|
-
readonly onShow?: () => any;
|
|
41
|
-
readonly onHide?: () => any;
|
|
42
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
43
|
-
$attrs: {
|
|
44
|
-
[x: string]: unknown;
|
|
45
|
-
};
|
|
46
|
-
$refs: {
|
|
47
|
-
[x: string]: unknown;
|
|
48
|
-
} & {
|
|
49
|
-
bottomDrawerCardBodyRef: HTMLDivElement;
|
|
50
|
-
};
|
|
51
|
-
$slots: Readonly<{
|
|
52
|
-
[name: string]: import('vue').Slot<any>;
|
|
53
|
-
}>;
|
|
54
|
-
$root: ComponentPublicInstance | null;
|
|
55
|
-
$parent: ComponentPublicInstance | null;
|
|
56
|
-
$host: Element | null;
|
|
57
|
-
$emit: ((event: "show") => void) & ((event: "hide") => void);
|
|
58
|
-
$el: any;
|
|
59
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcMobileDrop.vue').Props> & Readonly<{
|
|
60
|
-
onShow?: () => any;
|
|
61
|
-
onHide?: () => any;
|
|
62
|
-
}>, {
|
|
63
|
-
show: () => Promise<void>;
|
|
64
|
-
hide: () => void;
|
|
65
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
66
|
-
show: () => any;
|
|
67
|
-
hide: () => any;
|
|
68
|
-
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
69
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
70
|
-
created?: (() => void) | (() => void)[];
|
|
71
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
72
|
-
mounted?: (() => void) | (() => void)[];
|
|
73
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
74
|
-
updated?: (() => void) | (() => void)[];
|
|
75
|
-
activated?: (() => void) | (() => void)[];
|
|
76
|
-
deactivated?: (() => void) | (() => void)[];
|
|
77
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
78
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
79
|
-
destroyed?: (() => void) | (() => void)[];
|
|
80
|
-
unmounted?: (() => void) | (() => void)[];
|
|
81
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
82
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
83
|
-
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
84
|
-
};
|
|
85
|
-
$forceUpdate: () => void;
|
|
86
|
-
$nextTick: typeof nextTick;
|
|
87
|
-
$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;
|
|
88
|
-
} & Readonly<{}> & Omit<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcMobileDrop.vue').Props> & Readonly<{
|
|
89
|
-
onShow?: () => any;
|
|
90
|
-
onHide?: () => any;
|
|
91
|
-
}>, "show" | "hide"> & import('vue').ShallowUnwrapRef<{
|
|
92
|
-
show: () => Promise<void>;
|
|
93
|
-
hide: () => void;
|
|
94
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
95
|
-
$slots: Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcMobileDrop.vue').Slots> & import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcMobileDrop.vue').Slots;
|
|
96
|
-
};
|
|
97
|
-
drop: HTMLDivElement;
|
|
98
|
-
}, any, import('vue').ComponentProvideOptions, {
|
|
33
|
+
}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
99
34
|
P: {};
|
|
100
35
|
B: {};
|
|
101
36
|
D: {};
|
|
102
37
|
C: {};
|
|
103
38
|
M: {};
|
|
104
39
|
Defaults: {};
|
|
105
|
-
}, Readonly<import(
|
|
40
|
+
}, Readonly<import("@opencloud-eu/design-system/components").OcDropProps> & Readonly<{
|
|
106
41
|
onHideDrop?: () => any;
|
|
107
42
|
onShowDrop?: () => any;
|
|
108
43
|
}>, {
|
|
109
|
-
show: ({ event, useMouseAnchor }?: {
|
|
44
|
+
show: ({ event, useMouseAnchor, noFocus }?: {
|
|
110
45
|
event?: Event;
|
|
111
46
|
useMouseAnchor?: boolean;
|
|
112
|
-
|
|
47
|
+
noFocus?: boolean;
|
|
48
|
+
}) => Promise<void>;
|
|
113
49
|
hide: () => void;
|
|
114
50
|
}, {}, {}, {}, {}>;
|
|
115
51
|
__isFragment?: never;
|
|
116
52
|
__isTeleport?: never;
|
|
117
53
|
__isSuspense?: never;
|
|
118
|
-
} & import(
|
|
54
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("@opencloud-eu/design-system/components").OcDropProps> & Readonly<{
|
|
119
55
|
onHideDrop?: () => any;
|
|
120
56
|
onShowDrop?: () => any;
|
|
121
57
|
}>, {
|
|
122
|
-
show: ({ event, useMouseAnchor }?: {
|
|
58
|
+
show: ({ event, useMouseAnchor, noFocus }?: {
|
|
123
59
|
event?: Event;
|
|
124
60
|
useMouseAnchor?: boolean;
|
|
125
|
-
|
|
61
|
+
noFocus?: boolean;
|
|
62
|
+
}) => Promise<void>;
|
|
126
63
|
hide: () => void;
|
|
127
|
-
}, {}, {}, {}, import(
|
|
64
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
128
65
|
hideDrop: () => any;
|
|
129
66
|
showDrop: () => any;
|
|
130
|
-
}, string, {}, {}, string, {}, import(
|
|
131
|
-
$slots:
|
|
67
|
+
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
68
|
+
$slots: import("@opencloud-eu/design-system/components").OcDropSlots;
|
|
132
69
|
})>>>;
|
|
133
|
-
dropItemUrl: import(
|
|
70
|
+
dropItemUrl: import("vue").ComputedRef<string>;
|
|
134
71
|
searchResult: Ref<SearchResult, SearchResult>;
|
|
135
|
-
confirmButtonDisabled: import(
|
|
136
|
-
inputFileNameErrorMessage: import(
|
|
137
|
-
searchTask: import(
|
|
72
|
+
confirmButtonDisabled: import("vue").ComputedRef<boolean>;
|
|
73
|
+
inputFileNameErrorMessage: import("vue").ComputedRef<string>;
|
|
74
|
+
searchTask: import("vue-concurrency").Task<void, [searchTerm: string]>;
|
|
138
75
|
dropItemUrlClicked: () => void;
|
|
139
76
|
dropItemResourceClicked: (item: SearchResultValue) => void;
|
|
140
|
-
getPathPrefix: (resource: import(
|
|
141
|
-
getFolderLink: (resource: import(
|
|
142
|
-
getParentFolderLink: (resource: import(
|
|
143
|
-
getParentFolderName: (resource: import(
|
|
144
|
-
getParentFolderLinkIconAdditionalAttributes: (resource: import(
|
|
77
|
+
getPathPrefix: (resource: import("@opencloud-eu/web-client").Resource) => string;
|
|
78
|
+
getFolderLink: (resource: import("@opencloud-eu/web-client").Resource) => import("vue-router").RouteLocationNamedRaw;
|
|
79
|
+
getParentFolderLink: (resource: import("@opencloud-eu/web-client").Resource) => import("vue-router").RouteLocationNamedRaw;
|
|
80
|
+
getParentFolderName: (resource: import("@opencloud-eu/web-client").Resource) => string;
|
|
81
|
+
getParentFolderLinkIconAdditionalAttributes: (resource: import("@opencloud-eu/web-client").Resource) => {
|
|
145
82
|
name: string;
|
|
146
83
|
'fill-type': string;
|
|
147
84
|
} | {
|
|
@@ -158,7 +95,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
158
95
|
onClickUrlInput: () => void;
|
|
159
96
|
isDropItemActive: (index: number) => boolean;
|
|
160
97
|
onConfirm: () => Promise<void>;
|
|
161
|
-
}, {}, {}, {}, import(
|
|
98
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:confirmDisabled"[], "update:confirmDisabled", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
162
99
|
modal: {
|
|
163
100
|
type: PropType<Modal>;
|
|
164
101
|
required: true;
|
|
@@ -170,53 +107,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
170
107
|
}>> & Readonly<{
|
|
171
108
|
"onUpdate:confirmDisabled"?: (...args: any[]) => any;
|
|
172
109
|
}>, {}, {}, {
|
|
173
|
-
ResourcePreview: import(
|
|
110
|
+
ResourcePreview: import("vue").DefineComponent<{
|
|
174
111
|
searchResult?: SearchResultValue;
|
|
175
112
|
isClickable?: boolean;
|
|
176
113
|
term?: string;
|
|
177
|
-
}, {}, {}, {}, {}, import(
|
|
114
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
178
115
|
searchResult?: SearchResultValue;
|
|
179
116
|
isClickable?: boolean;
|
|
180
117
|
term?: string;
|
|
181
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import(
|
|
182
|
-
|
|
183
|
-
resource: import('@opencloud-eu/web-client').Resource;
|
|
184
|
-
pathPrefix?: string;
|
|
185
|
-
link?: import('vue-router').RouteLocationRaw;
|
|
186
|
-
isPathDisplayed?: boolean;
|
|
187
|
-
parentFolderLink?: import('vue-router').RouteLocationRaw;
|
|
188
|
-
parentFolderName?: string;
|
|
189
|
-
parentFolderLinkIconAdditionalAttributes?: Record<string, unknown>;
|
|
190
|
-
isExtensionDisplayed?: boolean;
|
|
191
|
-
isThumbnailDisplayed?: boolean;
|
|
192
|
-
isIconDisplayed?: boolean;
|
|
193
|
-
isResourceClickable?: boolean;
|
|
194
|
-
}> & Readonly<{
|
|
195
|
-
onClick?: (event: MouseEvent) => any;
|
|
196
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
197
|
-
click: (event: MouseEvent) => any;
|
|
198
|
-
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
199
|
-
P: {};
|
|
200
|
-
B: {};
|
|
201
|
-
D: {};
|
|
202
|
-
C: {};
|
|
203
|
-
M: {};
|
|
204
|
-
Defaults: {};
|
|
205
|
-
}, Readonly<{
|
|
206
|
-
resource: import('@opencloud-eu/web-client').Resource;
|
|
207
|
-
pathPrefix?: string;
|
|
208
|
-
link?: import('vue-router').RouteLocationRaw;
|
|
209
|
-
isPathDisplayed?: boolean;
|
|
210
|
-
parentFolderLink?: import('vue-router').RouteLocationRaw;
|
|
211
|
-
parentFolderName?: string;
|
|
212
|
-
parentFolderLinkIconAdditionalAttributes?: Record<string, unknown>;
|
|
213
|
-
isExtensionDisplayed?: boolean;
|
|
214
|
-
isThumbnailDisplayed?: boolean;
|
|
215
|
-
isIconDisplayed?: boolean;
|
|
216
|
-
isResourceClickable?: boolean;
|
|
217
|
-
}> & Readonly<{
|
|
218
|
-
onClick?: (event: MouseEvent) => any;
|
|
219
|
-
}>, {}, {}, {}, {}, {}>;
|
|
220
|
-
}, HTMLDivElement>;
|
|
221
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
222
|
-
export default _default;
|
|
118
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
119
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -2,5 +2,6 @@ import { CustomComponentExtension, ExtensionPoint } from '../composables';
|
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
extensionPoint: ExtensionPoint<CustomComponentExtension>;
|
|
4
4
|
};
|
|
5
|
-
declare const
|
|
5
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
6
7
|
export default _default;
|
|
@@ -1,66 +1,68 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { FileActionOptions } from '../../composables';
|
|
3
3
|
import { MenuSection } from '../ContextActions';
|
|
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
|
actionOptions: {
|
|
6
8
|
type: PropType<FileActionOptions>;
|
|
7
9
|
required: true;
|
|
8
10
|
};
|
|
9
11
|
}>, {
|
|
10
|
-
menuSections: import(
|
|
11
|
-
}, {}, {}, {}, import(
|
|
12
|
+
menuSections: import("vue").ComputedRef<MenuSection[]>;
|
|
13
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
14
|
actionOptions: {
|
|
13
15
|
type: PropType<FileActionOptions>;
|
|
14
16
|
required: true;
|
|
15
17
|
};
|
|
16
18
|
}>> & Readonly<{}>, {}, {}, {
|
|
17
|
-
ContextActionMenu: import(
|
|
19
|
+
ContextActionMenu: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
18
20
|
menuSections: {
|
|
19
21
|
type: PropType<MenuSection[]>;
|
|
20
22
|
required: true;
|
|
21
23
|
};
|
|
22
24
|
appearance: {
|
|
23
|
-
type: PropType<import(
|
|
25
|
+
type: PropType<import("@opencloud-eu/design-system/helpers").AppearanceType>;
|
|
24
26
|
default: string;
|
|
25
27
|
};
|
|
26
28
|
actionOptions: {
|
|
27
|
-
type: PropType<import(
|
|
29
|
+
type: PropType<import("../../composables").ActionOptions>;
|
|
28
30
|
required: true;
|
|
29
31
|
};
|
|
30
32
|
}>, {}, {}, {}, {
|
|
31
33
|
getSectionClasses(index: number): string[];
|
|
32
|
-
}, import(
|
|
34
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
33
35
|
menuSections: {
|
|
34
36
|
type: PropType<MenuSection[]>;
|
|
35
37
|
required: true;
|
|
36
38
|
};
|
|
37
39
|
appearance: {
|
|
38
|
-
type: PropType<import(
|
|
40
|
+
type: PropType<import("@opencloud-eu/design-system/helpers").AppearanceType>;
|
|
39
41
|
default: string;
|
|
40
42
|
};
|
|
41
43
|
actionOptions: {
|
|
42
|
-
type: PropType<import(
|
|
44
|
+
type: PropType<import("../../composables").ActionOptions>;
|
|
43
45
|
required: true;
|
|
44
46
|
};
|
|
45
47
|
}>> & Readonly<{}>, {
|
|
46
|
-
appearance: import(
|
|
48
|
+
appearance: import("@opencloud-eu/design-system/helpers").AppearanceType;
|
|
47
49
|
}, {}, {
|
|
48
|
-
ActionMenuDropItem: import(
|
|
49
|
-
menuSectionDrop: import(
|
|
50
|
-
appearance: import(
|
|
51
|
-
actionOptions: import(
|
|
52
|
-
}, {}, {}, {}, {}, import(
|
|
53
|
-
menuSectionDrop: import(
|
|
54
|
-
appearance: import(
|
|
55
|
-
actionOptions: import(
|
|
56
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import(
|
|
57
|
-
ActionMenuItem: import(
|
|
50
|
+
ActionMenuDropItem: import("vue").DefineComponent<{
|
|
51
|
+
menuSectionDrop: import("../ContextActions").MenuSectionDrop;
|
|
52
|
+
appearance: import("@opencloud-eu/design-system/helpers").AppearanceType;
|
|
53
|
+
actionOptions: import("../../composables").ActionOptions;
|
|
54
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
55
|
+
menuSectionDrop: import("../ContextActions").MenuSectionDrop;
|
|
56
|
+
appearance: import("@opencloud-eu/design-system/helpers").AppearanceType;
|
|
57
|
+
actionOptions: import("../../composables").ActionOptions;
|
|
58
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
59
|
+
ActionMenuItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
58
60
|
action: {
|
|
59
|
-
type: PropType<import(
|
|
61
|
+
type: PropType<import("../../composables").Action>;
|
|
60
62
|
required: true;
|
|
61
63
|
};
|
|
62
64
|
actionOptions: {
|
|
63
|
-
type: PropType<import(
|
|
65
|
+
type: PropType<import("../../composables").ActionOptions>;
|
|
64
66
|
required: true;
|
|
65
67
|
};
|
|
66
68
|
size: {
|
|
@@ -69,7 +71,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
69
71
|
default: string;
|
|
70
72
|
};
|
|
71
73
|
appearance: {
|
|
72
|
-
type: PropType<import(
|
|
74
|
+
type: PropType<import("@opencloud-eu/design-system/helpers").AppearanceType>;
|
|
73
75
|
default: string;
|
|
74
76
|
};
|
|
75
77
|
shortcutHint: {
|
|
@@ -87,16 +89,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
87
89
|
default: () => string[];
|
|
88
90
|
};
|
|
89
91
|
}>, {
|
|
90
|
-
componentType: import(
|
|
91
|
-
componentProps: import(
|
|
92
|
+
componentType: import("vue").ComputedRef<"a" | "button" | "router-link">;
|
|
93
|
+
componentProps: import("vue").ComputedRef<{
|
|
92
94
|
target: "_blank" | "_self";
|
|
93
95
|
href: string;
|
|
94
|
-
to: string | import(
|
|
96
|
+
to: string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric;
|
|
95
97
|
id: string;
|
|
96
98
|
disabled: boolean;
|
|
97
|
-
appearance: import(
|
|
99
|
+
appearance: import("@opencloud-eu/design-system/helpers").AppearanceType;
|
|
98
100
|
}>;
|
|
99
|
-
actionIcon: import(
|
|
101
|
+
actionIcon: import("vue").ComputedRef<string>;
|
|
100
102
|
}, {}, {
|
|
101
103
|
hasExternalImageIcon(): boolean;
|
|
102
104
|
componentListeners(): {
|
|
@@ -104,13 +106,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
104
106
|
} | {
|
|
105
107
|
click: (event: Event) => void;
|
|
106
108
|
};
|
|
107
|
-
}, {}, import(
|
|
109
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
108
110
|
action: {
|
|
109
|
-
type: PropType<import(
|
|
111
|
+
type: PropType<import("../../composables").Action>;
|
|
110
112
|
required: true;
|
|
111
113
|
};
|
|
112
114
|
actionOptions: {
|
|
113
|
-
type: PropType<import(
|
|
115
|
+
type: PropType<import("../../composables").ActionOptions>;
|
|
114
116
|
required: true;
|
|
115
117
|
};
|
|
116
118
|
size: {
|
|
@@ -119,7 +121,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
119
121
|
default: string;
|
|
120
122
|
};
|
|
121
123
|
appearance: {
|
|
122
|
-
type: PropType<import(
|
|
124
|
+
type: PropType<import("@opencloud-eu/design-system/helpers").AppearanceType>;
|
|
123
125
|
default: string;
|
|
124
126
|
};
|
|
125
127
|
shortcutHint: {
|
|
@@ -138,11 +140,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
138
140
|
};
|
|
139
141
|
}>> & Readonly<{}>, {
|
|
140
142
|
size: "small" | "large" | "medium";
|
|
141
|
-
appearance: import(
|
|
143
|
+
appearance: import("@opencloud-eu/design-system/helpers").AppearanceType;
|
|
142
144
|
shortcutHint: boolean;
|
|
143
145
|
showTooltip: boolean;
|
|
144
146
|
buttonClasses: string[];
|
|
145
|
-
}, {}, {}, {}, string, import(
|
|
146
|
-
}, {}, string, import(
|
|
147
|
-
}, {}, string, import(
|
|
148
|
-
export default _default;
|
|
147
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
148
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
149
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -3,7 +3,9 @@ import { Resource } from '@opencloud-eu/web-client';
|
|
|
3
3
|
/**
|
|
4
4
|
* Please head to the OpenCloud web ResourceTable component (https://github.com/opencloud-eu/web/blob/main/packages/web-app-files/src/components/FilesList/ResourceTable.vue) for a demo of the Ghost Element.
|
|
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
|
previewItems: {
|
|
8
10
|
type: PropType<Resource[]>;
|
|
9
11
|
required: true;
|
|
@@ -13,18 +15,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13
15
|
showSecondLayer(): boolean;
|
|
14
16
|
showThirdLayer(): boolean;
|
|
15
17
|
itemCount(): number;
|
|
16
|
-
}, {}, import(
|
|
18
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
19
|
previewItems: {
|
|
18
20
|
type: PropType<Resource[]>;
|
|
19
21
|
required: true;
|
|
20
22
|
};
|
|
21
23
|
}>> & Readonly<{}>, {}, {}, {
|
|
22
|
-
ResourceIcon: import(
|
|
23
|
-
resource: Resource | import(
|
|
24
|
-
size?: import(
|
|
25
|
-
}, {}, {}, {}, {}, import(
|
|
26
|
-
resource: Resource | import(
|
|
27
|
-
size?: import(
|
|
28
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import(
|
|
29
|
-
}, {}, string, import(
|
|
30
|
-
export default _default;
|
|
24
|
+
ResourceIcon: import("vue").DefineComponent<{
|
|
25
|
+
resource: Resource | import("@opencloud-eu/web-client").SpaceResource;
|
|
26
|
+
size?: import("@opencloud-eu/design-system/helpers").SizeType;
|
|
27
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
28
|
+
resource: Resource | import("@opencloud-eu/web-client").SpaceResource;
|
|
29
|
+
size?: import("@opencloud-eu/design-system/helpers").SizeType;
|
|
30
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
31
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -4,5 +4,6 @@ type __VLS_Props = {
|
|
|
4
4
|
resource: Resource | SpaceResource;
|
|
5
5
|
size?: SizeType;
|
|
6
6
|
};
|
|
7
|
-
declare const
|
|
7
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
8
|
+
declare const _default: typeof __VLS_export;
|
|
8
9
|
export default _default;
|
|
@@ -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>;
|
|
@@ -12,10 +12,12 @@ type __VLS_Props = {
|
|
|
12
12
|
isThumbnailDisplayed?: boolean;
|
|
13
13
|
isIconDisplayed?: boolean;
|
|
14
14
|
isResourceClickable?: boolean;
|
|
15
|
+
isFavoriteDisplayed?: boolean;
|
|
15
16
|
};
|
|
16
|
-
declare const
|
|
17
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
17
18
|
click: (event: MouseEvent) => any;
|
|
18
|
-
}, string, import(
|
|
19
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
19
20
|
onClick?: (event: MouseEvent) => any;
|
|
20
|
-
}>, {}, {}, {}, {}, string, import(
|
|
21
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
22
|
+
declare const _default: typeof __VLS_export;
|
|
21
23
|
export default _default;
|
|
@@ -6,7 +6,10 @@ type __VLS_Props = {
|
|
|
6
6
|
extension?: string;
|
|
7
7
|
isPathDisplayed?: boolean;
|
|
8
8
|
isExtensionDisplayed?: boolean;
|
|
9
|
+
isFavoriteDisplayed?: boolean;
|
|
9
10
|
truncateName?: boolean;
|
|
11
|
+
isFavorite?: boolean;
|
|
10
12
|
};
|
|
11
|
-
declare const
|
|
13
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
declare const _default: typeof __VLS_export;
|
|
12
15
|
export default _default;
|
|
@@ -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,6 @@ 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<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
declare const _default: typeof __VLS_export;
|
|
9
10
|
export default _default;
|