@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.
Files changed (207) hide show
  1. package/dist/TextEditor-CTRIgoeG.js +819 -0
  2. package/dist/assets/worker-BVTM6bn-.js +1 -0
  3. package/dist/assets/worker-Bv-mZ-VL.js +25 -0
  4. package/dist/assets/worker-Dx2ttEp-.js +25 -0
  5. package/dist/assets/worker-nUcRt7qV.js +25 -0
  6. package/dist/composables-CAlEpA5b.js +20172 -0
  7. package/dist/src/apps/types.d.ts +9 -9
  8. package/dist/src/components/AppBar/AppBar.vue.d.ts +82 -82
  9. package/dist/src/components/AppLoadingSpinner.vue.d.ts +2 -1
  10. package/dist/src/components/AppTemplates/AppWrapper.vue.d.ts +29 -33
  11. package/dist/src/components/AppTemplates/AppWrapperRoute.d.ts +1 -1
  12. package/dist/src/components/AppTemplates/PartialViews/ErrorScreen.vue.d.ts +5 -4
  13. package/dist/src/components/AppTemplates/PartialViews/LoadingScreen.vue.d.ts +2 -1
  14. package/dist/src/components/AppTopBar.vue.d.ts +4 -3
  15. package/dist/src/components/Avatars/AvatarUpload.vue.d.ts +3 -4
  16. package/dist/src/components/Avatars/UserAvatar.vue.d.ts +3 -1
  17. package/dist/src/components/BatchActions.vue.d.ts +16 -15
  18. package/dist/src/components/ContextActions/ActionMenuDropItem.vue.d.ts +3 -2
  19. package/dist/src/components/ContextActions/ActionMenuItem.vue.d.ts +9 -8
  20. package/dist/src/components/ContextActions/ContextActionMenu.vue.d.ts +19 -18
  21. package/dist/src/components/ContextActions/ContextMenuQuickAction.vue.d.ts +30 -385
  22. package/dist/src/components/CreateLinkModal.vue.d.ts +7 -5
  23. package/dist/src/components/CreateShortcutModal.vue.d.ts +36 -139
  24. package/dist/src/components/CustomComponentTarget.vue.d.ts +2 -1
  25. package/dist/src/components/FilesList/ContextActions.vue.d.ts +38 -37
  26. package/dist/src/components/FilesList/ResourceGhostElement.vue.d.ts +12 -11
  27. package/dist/src/components/FilesList/ResourceIcon.vue.d.ts +2 -1
  28. package/dist/src/components/FilesList/ResourceLink.vue.d.ts +7 -6
  29. package/dist/src/components/FilesList/ResourceListItem.vue.d.ts +5 -3
  30. package/dist/src/components/FilesList/ResourceName.vue.d.ts +4 -1
  31. package/dist/src/components/FilesList/ResourceSize.vue.d.ts +6 -5
  32. package/dist/src/components/FilesList/ResourceStatusIndicators.vue.d.ts +2 -1
  33. package/dist/src/components/FilesList/ResourceTable.vue.d.ts +38 -149
  34. package/dist/src/components/FilesList/ResourceTile.vue.d.ts +25 -149
  35. package/dist/src/components/FilesList/ResourceTiles.vue.d.ts +21 -114
  36. package/dist/src/components/Filters/DateFilter.vue.d.ts +26 -497
  37. package/dist/src/components/Filters/ItemFilterInline.vue.d.ts +6 -5
  38. package/dist/src/components/Groupware/Accounts/AccountsSwitch.vue.d.ts +3 -0
  39. package/dist/src/components/Groupware/Accounts/index.d.ts +1 -0
  40. package/dist/src/components/Groupware/index.d.ts +1 -0
  41. package/dist/src/components/ItemFilter.vue.d.ts +10 -203
  42. package/dist/src/components/ItemFilterToggle.vue.d.ts +6 -5
  43. package/dist/src/components/LinkRoleDropdown.vue.d.ts +7 -6
  44. package/dist/src/components/LoadingIndicator.vue.d.ts +5 -4
  45. package/dist/src/components/Modals/DatePickerModal.vue.d.ts +8 -7
  46. package/dist/src/components/Modals/EmojiPickerModal.vue.d.ts +6 -5
  47. package/dist/src/components/Modals/FilePickerModal.vue.d.ts +8 -7
  48. package/dist/src/components/Modals/ResourceConflictModal.vue.d.ts +9 -8
  49. package/dist/src/components/Modals/SaveAsModal.vue.d.ts +8 -7
  50. package/dist/src/components/Modals/SpaceMoveInfoModal.vue.d.ts +5 -4
  51. package/dist/src/components/Modals/UnsavedChangesModal.vue.d.ts +5 -4
  52. package/dist/src/components/NoContentMessage.vue.d.ts +9 -12
  53. package/dist/src/components/Pagination.vue.d.ts +5 -4
  54. package/dist/src/components/QuotaSelect.vue.d.ts +7 -6
  55. package/dist/src/components/Search/ResourcePreview.vue.d.ts +2 -41
  56. package/dist/src/components/SearchBarFilter.vue.d.ts +7 -6
  57. package/dist/src/components/SideBar/CompareSaveDialog.vue.d.ts +6 -5
  58. package/dist/src/components/SideBar/FileSideBar.vue.d.ts +2 -76
  59. package/dist/src/components/SideBar/Files/FileInfo.vue.d.ts +2 -1
  60. package/dist/src/components/SideBar/SideBar.vue.d.ts +10 -19
  61. package/dist/src/components/SideBar/SideBarPanels.vue.d.ts +10 -19
  62. package/dist/src/components/SideBar/Spaces/Details/SpaceDetails.vue.d.ts +2 -1
  63. package/dist/src/components/SideBar/Spaces/Details/SpaceDetailsMultiple.vue.d.ts +2 -1
  64. package/dist/src/components/SideBar/Spaces/SpaceInfo.vue.d.ts +6 -1
  65. package/dist/src/components/SideBar/Spaces/SpaceNoSelection.vue.d.ts +2 -1
  66. package/dist/src/components/SideBar/WebDavDetails.vue.d.ts +7 -6
  67. package/dist/src/components/SpaceQuota.vue.d.ts +2 -1
  68. package/dist/src/components/Spaces/QuotaModal.vue.d.ts +5 -4
  69. package/dist/src/components/Spaces/SpaceImageModal.vue.d.ts +4 -4
  70. package/dist/src/components/TextEditor/TextEditor.vue.d.ts +18 -0
  71. package/dist/src/components/TextEditor/index.d.ts +17 -0
  72. package/dist/src/components/VersionCheck.vue.d.ts +2 -1
  73. package/dist/src/components/ViewOptions.vue.d.ts +2 -1
  74. package/dist/src/components/index.d.ts +1 -1
  75. package/dist/src/composables/actions/files/useFileActionFallbackToDownload.d.ts +1 -1
  76. package/dist/src/composables/actions/files/useFileActions.d.ts +2 -2
  77. package/dist/src/composables/actions/files/useFileActionsCopy.d.ts +1 -1
  78. package/dist/src/composables/actions/files/useFileActionsCopyPermanentLink.d.ts +1 -1
  79. package/dist/src/composables/actions/files/useFileActionsCreateLink.d.ts +1 -1
  80. package/dist/src/composables/actions/files/useFileActionsCreateNewFile.d.ts +1 -1
  81. package/dist/src/composables/actions/files/useFileActionsCreateNewFolder.d.ts +1 -1
  82. package/dist/src/composables/actions/files/useFileActionsCreateNewShortcut.d.ts +1 -1
  83. package/dist/src/composables/actions/files/useFileActionsCreateSpaceFromResource.d.ts +1 -1
  84. package/dist/src/composables/actions/files/useFileActionsDelete.d.ts +1 -1
  85. package/dist/src/composables/actions/files/useFileActionsDisableSync.d.ts +1 -1
  86. package/dist/src/composables/actions/files/useFileActionsDownloadArchive.d.ts +1 -1
  87. package/dist/src/composables/actions/files/useFileActionsDownloadFile.d.ts +1 -1
  88. package/dist/src/composables/actions/files/useFileActionsEmptyTrashBin.d.ts +1 -1
  89. package/dist/src/composables/actions/files/useFileActionsEnableSync.d.ts +1 -1
  90. package/dist/src/composables/actions/files/useFileActionsFavorite.d.ts +1 -1
  91. package/dist/src/composables/actions/files/useFileActionsMove.d.ts +1 -1
  92. package/dist/src/composables/actions/files/useFileActionsNavigate.d.ts +1 -1
  93. package/dist/src/composables/actions/files/useFileActionsOpenShortcut.d.ts +1 -1
  94. package/dist/src/composables/actions/files/useFileActionsOpenWithApp.d.ts +1 -1
  95. package/dist/src/composables/actions/files/useFileActionsOpenWithDefault.d.ts +1 -1
  96. package/dist/src/composables/actions/files/useFileActionsPaste.d.ts +1 -1
  97. package/dist/src/composables/actions/files/useFileActionsRename.d.ts +2 -2
  98. package/dist/src/composables/actions/files/useFileActionsRestore.d.ts +2 -2
  99. package/dist/src/composables/actions/files/useFileActionsSaveAs.d.ts +1 -1
  100. package/dist/src/composables/actions/files/useFileActionsSetImage.d.ts +1 -1
  101. package/dist/src/composables/actions/files/useFileActionsShowActions.d.ts +1 -1
  102. package/dist/src/composables/actions/files/useFileActionsShowDetails.d.ts +1 -1
  103. package/dist/src/composables/actions/files/useFileActionsShowShares.d.ts +1 -1
  104. package/dist/src/composables/actions/files/useFileActionsToggleHideShare.d.ts +1 -1
  105. package/dist/src/composables/actions/files/useFileActionsUndoDelete.d.ts +2 -2
  106. package/dist/src/composables/actions/helpers/useIsAppActive.d.ts +1 -1
  107. package/dist/src/composables/actions/helpers/useIsFilesAppActive.d.ts +1 -1
  108. package/dist/src/composables/actions/helpers/useIsSearchActive.d.ts +1 -1
  109. package/dist/src/composables/actions/spaces/useSpaceActionsCreate.d.ts +1 -1
  110. package/dist/src/composables/actions/spaces/useSpaceActionsDelete.d.ts +1 -1
  111. package/dist/src/composables/actions/spaces/useSpaceActionsDeleteImage.d.ts +1 -1
  112. package/dist/src/composables/actions/spaces/useSpaceActionsDisable.d.ts +1 -1
  113. package/dist/src/composables/actions/spaces/useSpaceActionsDuplicate.d.ts +1 -1
  114. package/dist/src/composables/actions/spaces/useSpaceActionsEditDescription.d.ts +1 -1
  115. package/dist/src/composables/actions/spaces/useSpaceActionsEditQuota.d.ts +1 -1
  116. package/dist/src/composables/actions/spaces/useSpaceActionsEditReadmeContent.d.ts +1 -1
  117. package/dist/src/composables/actions/spaces/useSpaceActionsNavigateToTrash.d.ts +1 -1
  118. package/dist/src/composables/actions/spaces/useSpaceActionsRename.d.ts +1 -1
  119. package/dist/src/composables/actions/spaces/useSpaceActionsRestore.d.ts +1 -1
  120. package/dist/src/composables/actions/spaces/useSpaceActionsSetIcon.d.ts +1 -1
  121. package/dist/src/composables/actions/spaces/useSpaceActionsShowMembers.d.ts +1 -1
  122. package/dist/src/composables/actions/types.d.ts +92 -2
  123. package/dist/src/composables/actions/useActionsShowDetails.d.ts +1 -1
  124. package/dist/src/composables/appDefaults/useAppConfig.d.ts +1 -1
  125. package/dist/src/composables/appDefaults/useAppDocumentTitle.d.ts +2 -1
  126. package/dist/src/composables/appDefaults/useAppFileHandling.d.ts +4 -2
  127. package/dist/src/composables/appDefaults/useAppMeta.d.ts +1 -1
  128. package/dist/src/composables/authContext/useAuthService.d.ts +3 -1
  129. package/dist/src/composables/authContext/useRequest.d.ts +2 -2
  130. package/dist/src/composables/driveResolver/useSpacesLoading.d.ts +1 -1
  131. package/dist/src/composables/embedMode/useEmbedMode.d.ts +8 -8
  132. package/dist/src/composables/eventBus/useEventBus.d.ts +1 -1
  133. package/dist/src/composables/filesList/useResourceRouteResolver.d.ts +1 -1
  134. package/dist/src/composables/folderLink/useFolderLink.d.ts +2 -2
  135. package/dist/src/composables/isTopBarSticky/useIsTopBarSticky.d.ts +1 -1
  136. package/dist/src/composables/keyboardActions/useInterceptModifierClick.d.ts +1 -1
  137. package/dist/src/composables/keyboardActions/useKeyboardActions.d.ts +1 -0
  138. package/dist/src/composables/links/useLinkTypes.d.ts +1 -1
  139. package/dist/src/composables/localStorage/useLocalStorage.d.ts +1 -1
  140. package/dist/src/composables/navItems/useNavItems.d.ts +1 -1
  141. package/dist/src/composables/piniaStores/apps.d.ts +31 -31
  142. package/dist/src/composables/piniaStores/auth.d.ts +25 -25
  143. package/dist/src/composables/piniaStores/avatars.d.ts +9 -9
  144. package/dist/src/composables/piniaStores/capabilities.d.ts +160 -160
  145. package/dist/src/composables/piniaStores/clipboard.d.ts +49 -49
  146. package/dist/src/composables/piniaStores/config/config.d.ts +135 -141
  147. package/dist/src/composables/piniaStores/config/types.d.ts +6 -20
  148. package/dist/src/composables/piniaStores/extensionRegistry/extensionPreferences.d.ts +4 -4
  149. package/dist/src/composables/piniaStores/extensionRegistry/extensionRegistry.d.ts +1 -1
  150. package/dist/src/composables/piniaStores/groupware/accounts.d.ts +511 -0
  151. package/dist/src/composables/piniaStores/{groupwareConfig/groupwareConfig.d.ts → groupware/config.d.ts} +107 -80
  152. package/dist/src/composables/piniaStores/groupware/index.d.ts +3 -0
  153. package/dist/src/composables/piniaStores/{groupwareConfig → groupware}/types.d.ts +30 -18
  154. package/dist/src/composables/piniaStores/index.d.ts +1 -1
  155. package/dist/src/composables/piniaStores/messages.d.ts +34 -616
  156. package/dist/src/composables/piniaStores/modals.d.ts +197 -209
  157. package/dist/src/composables/piniaStores/resources.d.ts +11 -11
  158. package/dist/src/composables/piniaStores/shares/shares.d.ts +1 -1
  159. package/dist/src/composables/piniaStores/shares/types.d.ts +2 -1
  160. package/dist/src/composables/piniaStores/sideBar.d.ts +7 -7
  161. package/dist/src/composables/piniaStores/spaces.d.ts +189 -188
  162. package/dist/src/composables/piniaStores/theme.d.ts +10 -10
  163. package/dist/src/composables/piniaStores/updates.d.ts +10 -10
  164. package/dist/src/composables/piniaStores/user.d.ts +5 -5
  165. package/dist/src/composables/piniaStores/webWorkers.d.ts +1 -1
  166. package/dist/src/composables/requestHeaders/useRequestHeaders.d.ts +1 -1
  167. package/dist/src/composables/resources/useGetResourceContext.d.ts +26 -26
  168. package/dist/src/composables/resources/useLoadPreview.d.ts +1 -1
  169. package/dist/src/composables/resources/useResourceContents.d.ts +1 -1
  170. package/dist/src/composables/resources/useResourceIndicators.d.ts +12 -1
  171. package/dist/src/composables/resources/useResourceViewDrag.d.ts +13 -13
  172. package/dist/src/composables/resources/useResourceViewHelpers.d.ts +18 -18
  173. package/dist/src/composables/resources/useResourceViewSelection.d.ts +2 -2
  174. package/dist/src/composables/selection/useSelectedResources.d.ts +2 -1
  175. package/dist/src/composables/spaces/useCreateSpace.d.ts +1 -1
  176. package/dist/src/composables/spaces/useSpaceHelpers.d.ts +1 -1
  177. package/dist/src/composables/webWorkers/deleteWorker/useDeleteWorker.d.ts +1 -1
  178. package/dist/src/composables/webWorkers/pasteWorker/usePasteWorker.d.ts +2 -2
  179. package/dist/src/composables/webWorkers/restoreWorker/useRestoreWorker.d.ts +1 -1
  180. package/dist/src/composables/webWorkers/tokenTimerWorker/useTokenTimerWorker.d.ts +3 -1
  181. package/dist/src/extensionPoints.d.ts +1 -1
  182. package/dist/src/helpers/resource/conflictHandling/conflictDialog.d.ts +1 -1
  183. package/dist/src/helpers/resource/conflictHandling/transfer.d.ts +4 -4
  184. package/dist/src/helpers/resource/conflictHandling/types.d.ts +1 -1
  185. package/dist/src/helpers/share/driveItem.d.ts +1 -1
  186. package/dist/src/router/common.d.ts +1 -1
  187. package/dist/src/router/index.d.ts +2 -1
  188. package/dist/src/router/public.d.ts +1 -1
  189. package/dist/src/router/shares.d.ts +1 -1
  190. package/dist/src/router/spaces.d.ts +1 -1
  191. package/dist/src/router/trash.d.ts +1 -1
  192. package/dist/src/services/passwordPolicy/rules.d.ts +63 -0
  193. package/dist/src/services/preview/types.d.ts +1 -1
  194. package/dist/src/services/uppy/DropTarget/plugin.d.ts +2 -1
  195. package/dist/src/services/uppy/uppyService.d.ts +3 -3
  196. package/dist/web-pkg.js +4181 -352
  197. package/package.json +37 -38
  198. package/dist/TextEditor-D-HQDUkm.js +0 -865
  199. package/dist/assets/worker-BBQqm_-D.js +0 -1
  200. package/dist/assets/worker-CVwKToFD.js +0 -21
  201. package/dist/assets/worker-DJbU-qfq.js +0 -21
  202. package/dist/assets/worker-DyU7W9CZ.js +0 -21
  203. package/dist/index-OU30YA6H.js +0 -25032
  204. package/dist/src/components/Navigation/MobileNav.vue.d.ts +0 -2
  205. package/dist/src/components/Navigation/index.d.ts +0 -1
  206. package/dist/src/composables/piniaStores/groupwareConfig/index.d.ts +0 -2
  207. package/dist/web-pkg.umd.cjs +0 -16
@@ -1,8 +1,10 @@
1
- import { ComponentPublicInstance, nextTick, PropType, Ref } from 'vue';
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: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
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('vue').ShallowRef<ComponentPublicInstance<{
18
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcDrop.vue').Props> & Readonly<{
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
- }) => void;
27
+ noFocus?: boolean;
28
+ }) => Promise<void>;
26
29
  hide: () => void;
27
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
30
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
28
31
  hideDrop: () => any;
29
32
  showDrop: () => any;
30
- }, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
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('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcDrop.vue').Props> & Readonly<{
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
- }) => void;
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('vue').ComponentOptionsBase<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcDrop.vue').Props> & Readonly<{
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
- }) => void;
61
+ noFocus?: boolean;
62
+ }) => Promise<void>;
126
63
  hide: () => void;
127
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
64
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
128
65
  hideDrop: () => any;
129
66
  showDrop: () => any;
130
- }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
131
- $slots: Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcDrop.vue').Slots> & import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcDrop.vue').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('vue').ComputedRef<string>;
70
+ dropItemUrl: import("vue").ComputedRef<string>;
134
71
  searchResult: Ref<SearchResult, SearchResult>;
135
- confirmButtonDisabled: import('vue').ComputedRef<boolean>;
136
- inputFileNameErrorMessage: import('vue').ComputedRef<string>;
137
- searchTask: import('vue-concurrency').Task<void, [searchTerm: string]>;
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('@opencloud-eu/web-client').Resource) => string;
141
- getFolderLink: (resource: import('@opencloud-eu/web-client').Resource) => import('vue-router').RouteLocationNamedRaw;
142
- getParentFolderLink: (resource: import('@opencloud-eu/web-client').Resource) => import('vue-router').RouteLocationNamedRaw;
143
- getParentFolderName: (resource: import('@opencloud-eu/web-client').Resource) => string;
144
- getParentFolderLinkIconAdditionalAttributes: (resource: import('@opencloud-eu/web-client').Resource) => {
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('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:confirmDisabled"[], "update:confirmDisabled", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
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('vue').DefineComponent<{
110
+ ResourcePreview: import("vue").DefineComponent<{
174
111
  searchResult?: SearchResultValue;
175
112
  isClickable?: boolean;
176
113
  term?: string;
177
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
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('vue').ComponentProvideOptions, true, {
182
- resourceListItem: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
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 _default: 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>;
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: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
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('vue').ComputedRef<MenuSection[]>;
11
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
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('vue').DefineComponent<import('vue').ExtractPropTypes<{
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('@opencloud-eu/design-system/helpers').AppearanceType>;
25
+ type: PropType<import("@opencloud-eu/design-system/helpers").AppearanceType>;
24
26
  default: string;
25
27
  };
26
28
  actionOptions: {
27
- type: PropType<import('../..').ActionOptions>;
29
+ type: PropType<import("../../composables").ActionOptions>;
28
30
  required: true;
29
31
  };
30
32
  }>, {}, {}, {}, {
31
33
  getSectionClasses(index: number): string[];
32
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
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('@opencloud-eu/design-system/helpers').AppearanceType>;
40
+ type: PropType<import("@opencloud-eu/design-system/helpers").AppearanceType>;
39
41
  default: string;
40
42
  };
41
43
  actionOptions: {
42
- type: PropType<import('../..').ActionOptions>;
44
+ type: PropType<import("../../composables").ActionOptions>;
43
45
  required: true;
44
46
  };
45
47
  }>> & Readonly<{}>, {
46
- appearance: import('@opencloud-eu/design-system/helpers').AppearanceType;
48
+ appearance: import("@opencloud-eu/design-system/helpers").AppearanceType;
47
49
  }, {}, {
48
- ActionMenuDropItem: import('vue').DefineComponent<{
49
- menuSectionDrop: import('..').MenuSectionDrop;
50
- appearance: import('@opencloud-eu/design-system/helpers').AppearanceType;
51
- actionOptions: import('../..').ActionOptions;
52
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
53
- menuSectionDrop: import('..').MenuSectionDrop;
54
- appearance: import('@opencloud-eu/design-system/helpers').AppearanceType;
55
- actionOptions: import('../..').ActionOptions;
56
- }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLLIElement>;
57
- ActionMenuItem: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
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('../..').Action>;
61
+ type: PropType<import("../../composables").Action>;
60
62
  required: true;
61
63
  };
62
64
  actionOptions: {
63
- type: PropType<import('../..').ActionOptions>;
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('@opencloud-eu/design-system/helpers').AppearanceType>;
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('vue').ComputedRef<"a" | "button" | "router-link">;
91
- componentProps: import('vue').ComputedRef<{
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('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric;
96
+ to: string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric;
95
97
  id: string;
96
98
  disabled: boolean;
97
- appearance: import('@opencloud-eu/design-system/helpers').AppearanceType;
99
+ appearance: import("@opencloud-eu/design-system/helpers").AppearanceType;
98
100
  }>;
99
- actionIcon: import('vue').ComputedRef<string>;
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('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
109
+ }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
108
110
  action: {
109
- type: PropType<import('../..').Action>;
111
+ type: PropType<import("../../composables").Action>;
110
112
  required: true;
111
113
  };
112
114
  actionOptions: {
113
- type: PropType<import('../..').ActionOptions>;
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('@opencloud-eu/design-system/helpers').AppearanceType>;
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('@opencloud-eu/design-system/helpers').AppearanceType;
143
+ appearance: import("@opencloud-eu/design-system/helpers").AppearanceType;
142
144
  shortcutHint: boolean;
143
145
  showTooltip: boolean;
144
146
  buttonClasses: string[];
145
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
146
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
147
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
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: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
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('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
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('vue').DefineComponent<{
23
- resource: Resource | import('@opencloud-eu/web-client').SpaceResource;
24
- size?: import('@opencloud-eu/design-system/helpers').SizeType;
25
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
26
- resource: Resource | import('@opencloud-eu/web-client').SpaceResource;
27
- size?: import('@opencloud-eu/design-system/helpers').SizeType;
28
- }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
29
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
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 _default: 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>;
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: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
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('vue').ComputedRef<"_blank" | "_self">;
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('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
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('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric;
66
+ link: string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric;
65
67
  isResourceClickable: boolean;
66
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
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 _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
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('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
19
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
19
20
  onClick?: (event: MouseEvent) => any;
20
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
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 _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
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: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
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('vue').ComputedRef<string>;
15
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
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('vue').ComponentProvideOptions, true, {}, any>;
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 _default: 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 __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;