@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
@@ -3,7 +3,9 @@ type Option = {
3
3
  displayValue: string;
4
4
  selectable?: boolean;
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
  totalQuota: {
8
10
  type: NumberConstructor;
9
11
  default: number;
@@ -13,7 +15,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
13
15
  default: number;
14
16
  };
15
17
  }>, {
16
- selectedOption: import('vue').Ref<{
18
+ selectedOption: import("vue").Ref<{
17
19
  value: number;
18
20
  displayValue: string;
19
21
  selectable?: boolean;
@@ -22,7 +24,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
22
24
  displayValue: string;
23
25
  selectable?: boolean;
24
26
  }>;
25
- options: import('vue').Ref<{
27
+ options: import("vue").Ref<{
26
28
  value: number;
27
29
  displayValue: string;
28
30
  selectable?: boolean;
@@ -56,7 +58,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
56
58
  };
57
59
  setOptions(): void;
58
60
  getFormattedFileSize(value: number): string;
59
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "selectedOptionChange"[], "selectedOptionChange", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
61
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "selectedOptionChange"[], "selectedOptionChange", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
60
62
  totalQuota: {
61
63
  type: NumberConstructor;
62
64
  default: number;
@@ -70,5 +72,4 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
70
72
  }>, {
71
73
  totalQuota: number;
72
74
  maxQuota: number;
73
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
74
- export default _default;
75
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -1,48 +1,9 @@
1
- import { Resource } from '@opencloud-eu/web-client';
2
1
  import { SearchResultValue } from './types';
3
2
  type __VLS_Props = {
4
3
  searchResult?: SearchResultValue;
5
4
  isClickable?: boolean;
6
5
  term?: string;
7
6
  };
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, true, {
9
- resourceListItem: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
10
- resource: Resource;
11
- pathPrefix?: string;
12
- link?: import('vue-router').RouteLocationRaw;
13
- isPathDisplayed?: boolean;
14
- parentFolderLink?: import('vue-router').RouteLocationRaw;
15
- parentFolderName?: string;
16
- parentFolderLinkIconAdditionalAttributes?: Record<string, unknown>;
17
- isExtensionDisplayed?: boolean;
18
- isThumbnailDisplayed?: boolean;
19
- isIconDisplayed?: boolean;
20
- isResourceClickable?: boolean;
21
- }> & Readonly<{
22
- onClick?: (event: MouseEvent) => any;
23
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
24
- click: (event: MouseEvent) => any;
25
- }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
26
- P: {};
27
- B: {};
28
- D: {};
29
- C: {};
30
- M: {};
31
- Defaults: {};
32
- }, Readonly<{
33
- resource: Resource;
34
- pathPrefix?: string;
35
- link?: import('vue-router').RouteLocationRaw;
36
- isPathDisplayed?: boolean;
37
- parentFolderLink?: import('vue-router').RouteLocationRaw;
38
- parentFolderName?: string;
39
- parentFolderLinkIconAdditionalAttributes?: Record<string, unknown>;
40
- isExtensionDisplayed?: boolean;
41
- isThumbnailDisplayed?: boolean;
42
- isIconDisplayed?: boolean;
43
- isResourceClickable?: boolean;
44
- }> & Readonly<{
45
- onClick?: (event: MouseEvent) => any;
46
- }>, {}, {}, {}, {}, {}>;
47
- }, HTMLDivElement>;
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, true, {}, any>;
8
+ declare const _default: typeof __VLS_export;
48
9
  export default _default;
@@ -4,17 +4,19 @@ type LocationOption = {
4
4
  title: string;
5
5
  enabled: Ref<boolean> | boolean;
6
6
  };
7
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
7
+ declare const _default: typeof __VLS_export;
8
+ export default _default;
9
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
8
10
  currentFolderAvailable: {
9
11
  type: BooleanConstructor;
10
12
  default: boolean;
11
13
  };
12
14
  }>, {
13
15
  currentSelection: Ref<LocationOption, LocationOption>;
14
- currentSelectionTitle: import('vue').ComputedRef<string>;
16
+ currentSelectionTitle: import("vue").ComputedRef<string>;
15
17
  onOptionSelected: (option: LocationOption) => void;
16
- locationOptions: import('vue').ComputedRef<LocationOption[]>;
17
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
18
+ locationOptions: import("vue").ComputedRef<LocationOption[]>;
19
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
18
20
  currentFolderAvailable: {
19
21
  type: BooleanConstructor;
20
22
  default: boolean;
@@ -23,5 +25,4 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
23
25
  "onUpdate:modelValue"?: (...args: any[]) => any;
24
26
  }>, {
25
27
  currentFolderAvailable: boolean;
26
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
27
- export default _default;
28
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -1,4 +1,6 @@
1
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
4
  originalObject: {
3
5
  type: ObjectConstructor;
4
6
  required: true;
@@ -12,11 +14,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
12
14
  default: () => boolean;
13
15
  };
14
16
  }>, {
15
- saved: import('vue').Ref<boolean, boolean>;
17
+ saved: import("vue").Ref<boolean, boolean>;
16
18
  }, {}, {
17
19
  unsavedChanges(): boolean;
18
20
  unsavedChangesText(): string;
19
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("revert" | "confirm")[], "revert" | "confirm", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
21
+ }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("revert" | "confirm")[], "revert" | "confirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
20
22
  originalObject: {
21
23
  type: ObjectConstructor;
22
24
  required: true;
@@ -34,5 +36,4 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
34
36
  onRevert?: (...args: any[]) => any;
35
37
  }>, {
36
38
  confirmButtonDisabled: boolean;
37
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
38
- export default _default;
39
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -1,81 +1,7 @@
1
- import { SideBarPanelContext } from '../SideBar/types';
2
1
  import { SpaceResource } from '@opencloud-eu/web-client';
3
2
  type __VLS_Props = {
4
3
  space?: SpaceResource;
5
4
  };
6
- 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, true, {
7
- sidebar: {
8
- $: import('vue').ComponentInternalInstance;
9
- $data: {};
10
- $props: {
11
- readonly loading: boolean;
12
- readonly availablePanels: import('.').SideBarPanel<unknown, unknown, unknown>[];
13
- readonly panelContext: SideBarPanelContext<unknown, unknown, unknown>;
14
- readonly onClose?: () => any;
15
- readonly onSelectPanel?: (panel: string) => any;
16
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
17
- $attrs: {
18
- [x: string]: unknown;
19
- };
20
- $refs: {
21
- [x: string]: unknown;
22
- };
23
- $slots: Readonly<{
24
- [name: string]: import('vue').Slot<any>;
25
- }>;
26
- $root: import('vue').ComponentPublicInstance | null;
27
- $parent: import('vue').ComponentPublicInstance | null;
28
- $host: Element | null;
29
- $emit: ((event: "close") => void) & ((event: "selectPanel", panel: string) => void);
30
- $el: any;
31
- $options: import('vue').ComponentOptionsBase<Readonly<{
32
- loading: boolean;
33
- availablePanels: import('.').SideBarPanel<unknown, unknown, unknown>[];
34
- panelContext: SideBarPanelContext<unknown, unknown, unknown>;
35
- }> & Readonly<{
36
- onClose?: () => any;
37
- onSelectPanel?: (panel: string) => any;
38
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
39
- close: () => any;
40
- selectPanel: (panel: string) => any;
41
- }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
42
- beforeCreate?: (() => void) | (() => void)[];
43
- created?: (() => void) | (() => void)[];
44
- beforeMount?: (() => void) | (() => void)[];
45
- mounted?: (() => void) | (() => void)[];
46
- beforeUpdate?: (() => void) | (() => void)[];
47
- updated?: (() => void) | (() => void)[];
48
- activated?: (() => void) | (() => void)[];
49
- deactivated?: (() => void) | (() => void)[];
50
- beforeDestroy?: (() => void) | (() => void)[];
51
- beforeUnmount?: (() => void) | (() => void)[];
52
- destroyed?: (() => void) | (() => void)[];
53
- unmounted?: (() => void) | (() => void)[];
54
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
55
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
56
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
57
- };
58
- $forceUpdate: () => void;
59
- $nextTick: typeof import('vue').nextTick;
60
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (
61
- /** @type { [typeof SpaceInfo, ] } */ ...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;
62
- } & Readonly<{}> & Omit<Readonly<{
63
- loading: boolean;
64
- availablePanels: import('.').SideBarPanel<unknown, unknown, unknown>[];
65
- panelContext: SideBarPanelContext<unknown, unknown, unknown>;
66
- }> & Readonly<{
67
- onClose?: () => any;
68
- onSelectPanel?: (panel: string) => any;
69
- }>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
70
- $slots: Readonly<{
71
- body: () => unknown;
72
- rootHeader: () => unknown;
73
- subHeader: () => unknown;
74
- }> & {
75
- body: () => unknown;
76
- rootHeader: () => unknown;
77
- subHeader: () => unknown;
78
- };
79
- };
80
- }, 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, true, {}, any>;
6
+ declare const _default: typeof __VLS_export;
81
7
  export default _default;
@@ -1,5 +1,6 @@
1
1
  type __VLS_Props = {
2
2
  isSubPanelActive?: boolean;
3
3
  };
4
- 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, true, {}, HTMLDivElement>;
4
+ 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, true, {}, any>;
5
+ declare const _default: typeof __VLS_export;
5
6
  export default _default;
@@ -4,31 +4,22 @@ type __VLS_Props = {
4
4
  availablePanels: SideBarPanel<unknown, unknown, unknown>[];
5
5
  panelContext: SideBarPanelContext<unknown, unknown, unknown>;
6
6
  };
7
- declare function __VLS_template(): {
8
- attrs: Partial<{}>;
9
- slots: Readonly<{
10
- body: () => unknown;
11
- rootHeader: () => unknown;
12
- subHeader: () => unknown;
13
- }> & {
14
- body: () => unknown;
15
- rootHeader: () => unknown;
16
- subHeader: () => unknown;
17
- };
18
- refs: {};
19
- rootEl: any;
7
+ type __VLS_Slots = {
8
+ body: () => unknown;
9
+ rootHeader: () => unknown;
10
+ subHeader: () => unknown;
20
11
  };
21
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
22
- declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
12
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
23
13
  close: () => any;
24
14
  selectPanel: (panel: string) => any;
25
- }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
15
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
26
16
  onClose?: () => any;
27
17
  onSelectPanel?: (panel: string) => any;
28
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
29
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
18
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
20
+ declare const _default: typeof __VLS_export;
30
21
  export default _default;
31
- type __VLS_WithTemplateSlots<T, S> = T & {
22
+ type __VLS_WithSlots<T, S> = T & {
32
23
  new (): {
33
24
  $slots: S;
34
25
  };
@@ -5,33 +5,24 @@ type __VLS_Props = {
5
5
  panelContext: SideBarPanelContext<unknown, unknown, unknown>;
6
6
  activePanel?: string;
7
7
  };
8
- declare function __VLS_template(): {
9
- attrs: Partial<{}>;
10
- slots: Readonly<{
11
- body: () => unknown;
12
- rootHeader: () => unknown;
13
- subHeader: () => unknown;
14
- }> & {
15
- body: () => unknown;
16
- rootHeader: () => unknown;
17
- subHeader: () => unknown;
18
- };
19
- refs: {};
20
- rootEl: any;
8
+ type __VLS_Slots = {
9
+ body: () => unknown;
10
+ rootHeader: () => unknown;
11
+ subHeader: () => unknown;
21
12
  };
22
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
23
- declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
13
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
24
14
  close: () => any;
25
15
  selectPanel: (panel: string) => any;
26
16
  closePanel: () => any;
27
- }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
17
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
28
18
  onClose?: () => any;
29
19
  onSelectPanel?: (panel: string) => any;
30
20
  onClosePanel?: () => any;
31
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
32
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
21
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
22
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
23
+ declare const _default: typeof __VLS_export;
33
24
  export default _default;
34
- type __VLS_WithTemplateSlots<T, S> = T & {
25
+ type __VLS_WithSlots<T, S> = T & {
35
26
  new (): {
36
27
  $slots: S;
37
28
  };
@@ -1,5 +1,6 @@
1
1
  type __VLS_Props = {
2
2
  showShareIndicators?: boolean;
3
3
  };
4
- 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, true, {}, HTMLDivElement>;
4
+ 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, true, {}, any>;
5
+ declare const _default: typeof __VLS_export;
5
6
  export default _default;
@@ -2,5 +2,6 @@ import { SpaceResource } from '@opencloud-eu/web-client';
2
2
  type __VLS_Props = {
3
3
  selectedSpaces: SpaceResource[];
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, {}, HTMLDivElement>;
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,2 +1,7 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
1
+ import { SpaceResource } from '@opencloud-eu/web-client';
2
+ type __VLS_Props = {
3
+ spaceResource?: SpaceResource | null;
4
+ };
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, true, {}, any>;
6
+ declare const _default: typeof __VLS_export;
2
7
  export default _default;
@@ -1,2 +1,3 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: typeof __VLS_export;
2
2
  export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -1,6 +1,8 @@
1
1
  import { Ref, PropType } from 'vue';
2
2
  import { SpaceResource } from '@opencloud-eu/web-client';
3
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
3
+ declare const _default: typeof __VLS_export;
4
+ export default _default;
5
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
6
  space: {
5
7
  type: PropType<SpaceResource>;
6
8
  required: true;
@@ -10,12 +12,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
10
12
  copyWebDAVPathToClipboard: () => void;
11
13
  copyWebDAVUrlIcon: Ref<string, string>;
12
14
  copyWebDAVUrlToClipboard: () => void;
13
- webDavPath: import('vue').ComputedRef<string>;
14
- webDavUrl: import('vue').ComputedRef<string>;
15
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
15
+ webDavPath: import("vue").ComputedRef<string>;
16
+ webDavUrl: import("vue").ComputedRef<string>;
17
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
16
18
  space: {
17
19
  type: PropType<SpaceResource>;
18
20
  required: true;
19
21
  };
20
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
21
- export default _default;
22
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -2,5 +2,6 @@ import { Quota } from '@opencloud-eu/web-client/graph/generated';
2
2
  type __VLS_Props = {
3
3
  spaceQuota: Quota;
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, {}, HTMLDivElement>;
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;
@@ -8,11 +8,12 @@ type __VLS_Props = {
8
8
  warningMessageContextualHelperData?: ContextualHelperData;
9
9
  resourceType?: 'space' | 'user' | string;
10
10
  };
11
- declare const _default: import('vue').DefineComponent<__VLS_Props, {
11
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {
12
12
  onConfirm: () => Promise<void>;
13
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
13
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
14
  "update:confirmDisabled": (...args: any[]) => void;
15
- }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
15
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
16
16
  "onUpdate:confirmDisabled"?: (...args: any[]) => any;
17
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
17
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
+ declare const _default: typeof __VLS_export;
18
19
  export default _default;
@@ -1,13 +1,13 @@
1
1
  import { Modal } from '../../composables';
2
+ import 'cropperjs/dist/cropper.css';
2
3
  import { SpaceResource } from '@opencloud-eu/web-client';
3
4
  type __VLS_Props = {
4
5
  modal: Modal;
5
6
  space: SpaceResource;
6
7
  file: File;
7
8
  };
8
- declare const _default: import('vue').DefineComponent<__VLS_Props, {
9
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {
9
10
  onConfirm: () => Promise<void>;
10
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
11
- imageRef: HTMLImageElement;
12
- }, HTMLDivElement>;
11
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
+ declare const _default: typeof __VLS_export;
13
13
  export default _default;
@@ -0,0 +1,18 @@
1
+ import { Resource } from '@opencloud-eu/web-client';
2
+ import 'md-editor-v3/lib/style.css';
3
+ import { AppConfigObject } from '../../apps';
4
+ import 'cropperjs/dist/cropper.css';
5
+ type __VLS_Props = {
6
+ applicationConfig?: AppConfigObject;
7
+ currentContent: string;
8
+ markdownMode?: boolean;
9
+ isReadOnly?: boolean;
10
+ resource?: Resource;
11
+ };
12
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
13
+ "update:currentContent": (value: string) => any;
14
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
15
+ "onUpdate:currentContent"?: (value: string) => any;
16
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
+ declare const _default: typeof __VLS_export;
18
+ export default _default;
@@ -0,0 +1,17 @@
1
+ export declare const TextEditor: import("vue").DefineComponent<{
2
+ applicationConfig?: import("../../index.js").AppConfigObject;
3
+ currentContent: string;
4
+ markdownMode?: boolean;
5
+ isReadOnly?: boolean;
6
+ resource?: import("@opencloud-eu/web-client").Resource;
7
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
8
+ "update:currentContent": (value: string) => any;
9
+ }, string, import("vue").PublicProps, Readonly<{
10
+ applicationConfig?: import("../../index.js").AppConfigObject;
11
+ currentContent: string;
12
+ markdownMode?: boolean;
13
+ isReadOnly?: boolean;
14
+ resource?: import("@opencloud-eu/web-client").Resource;
15
+ }> & Readonly<{
16
+ "onUpdate:currentContent"?: (value: string) => any;
17
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -1,2 +1,3 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_export;
2
3
  export default _default;
@@ -10,5 +10,6 @@ type __VLS_Props = {
10
10
  viewModeDefault?: string;
11
11
  viewModes?: FolderView[];
12
12
  };
13
- 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, {}, HTMLDivElement>;
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;
14
15
  export default _default;
@@ -3,8 +3,8 @@ export * from './AppTemplates';
3
3
  export * from './ContextActions';
4
4
  export * from './FilesList';
5
5
  export * from './Filters';
6
+ export * from './Groupware';
6
7
  export * from './Modals';
7
- export * from './Navigation';
8
8
  export * from './SideBar';
9
9
  export * from './Search';
10
10
  export * from './Spaces';
@@ -1,4 +1,4 @@
1
1
  import { FileAction } from '../types';
2
2
  export declare const useFileActionFallbackToDownload: () => {
3
- actions: import('vue').ComputedRef<FileAction[]>;
3
+ actions: import("vue").ComputedRef<FileAction[]>;
4
4
  };
@@ -10,9 +10,9 @@ export interface FileActionOptionsWithEvent extends FileActionOptions<Resource>
10
10
  }
11
11
  export declare const useFileActions: () => {
12
12
  getDefaultAction: (options: GetFileActionsOptions) => Action | undefined;
13
- getAllOpenWithActions: (options: GetFileActionsOptions) => (Action<import('../types').ActionOptions> | FileAction)[];
13
+ getAllOpenWithActions: (options: GetFileActionsOptions) => (Action<import("../types").ActionOptions> | FileAction)[];
14
14
  getEditorRouteOpts: (routeName: RouteRecordName, space: SpaceResource, resource: Resource, remoteItemId: string, templateId?: string) => {
15
- name: import('vue-router').RouteRecordNameGeneric;
15
+ name: import("vue-router").RouteRecordNameGeneric;
16
16
  params: {
17
17
  driveAliasAndItem: string;
18
18
  };
@@ -1,4 +1,4 @@
1
1
  import { FileAction } from '../types';
2
2
  export declare const useFileActionsCopy: () => {
3
- actions: import('vue').ComputedRef<FileAction[]>;
3
+ actions: import("vue").ComputedRef<FileAction[]>;
4
4
  };
@@ -1,4 +1,4 @@
1
1
  import { FileAction } from '../types';
2
2
  export declare const useFileActionsCopyPermanentLink: () => {
3
- actions: import('vue').ComputedRef<FileAction[]>;
3
+ actions: import("vue").ComputedRef<FileAction[]>;
4
4
  };
@@ -2,5 +2,5 @@ import { FileAction } from '../../actions';
2
2
  export declare const useFileActionsCreateLink: ({ enforceModal }?: {
3
3
  enforceModal?: boolean;
4
4
  }) => {
5
- actions: import('vue').ComputedRef<FileAction[]>;
5
+ actions: import("vue").ComputedRef<FileAction[]>;
6
6
  };
@@ -5,6 +5,6 @@ import { ApplicationFileExtension } from '../../../apps';
5
5
  export declare const useFileActionsCreateNewFile: ({ space }?: {
6
6
  space?: Ref<SpaceResource>;
7
7
  }) => {
8
- actions: import('vue').ComputedRef<FileAction[]>;
8
+ actions: import("vue").ComputedRef<FileAction[]>;
9
9
  openFile: (resource: Resource, appFileExtension: ApplicationFileExtension) => void;
10
10
  };
@@ -4,6 +4,6 @@ import { FileAction } from '../types';
4
4
  export declare const useFileActionsCreateNewFolder: ({ space }?: {
5
5
  space?: Ref<SpaceResource>;
6
6
  }) => {
7
- actions: import('vue').ComputedRef<FileAction[]>;
7
+ actions: import("vue").ComputedRef<FileAction[]>;
8
8
  addNewFolder: (folderName: string) => Promise<void>;
9
9
  };
@@ -4,5 +4,5 @@ import { SpaceResource } from '@opencloud-eu/web-client';
4
4
  export declare const useFileActionsCreateNewShortcut: ({ space }: {
5
5
  space: Ref<SpaceResource>;
6
6
  }) => {
7
- actions: import('vue').ComputedRef<FileAction[]>;
7
+ actions: import("vue").ComputedRef<FileAction[]>;
8
8
  };
@@ -1,4 +1,4 @@
1
1
  import { FileAction } from '../../actions';
2
2
  export declare const useFileActionsCreateSpaceFromResource: () => {
3
- actions: import('vue').ComputedRef<FileAction[]>;
3
+ actions: import("vue").ComputedRef<FileAction[]>;
4
4
  };
@@ -1,4 +1,4 @@
1
1
  import { FileAction } from '../types';
2
2
  export declare const useFileActionsDelete: () => {
3
- actions: import('vue').ComputedRef<FileAction[]>;
3
+ actions: import("vue").ComputedRef<FileAction[]>;
4
4
  };
@@ -1,5 +1,5 @@
1
1
  import { IncomingShareResource } from '@opencloud-eu/web-client';
2
2
  import { FileAction } from '../types';
3
3
  export declare const useFileActionsDisableSync: () => {
4
- actions: import('vue').ComputedRef<FileAction<IncomingShareResource>[]>;
4
+ actions: import("vue").ComputedRef<FileAction<IncomingShareResource>[]>;
5
5
  };