@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,12 +1,12 @@
1
- import { App, ComponentCustomProperties, Ref } from 'vue';
2
- import { RouteLocationRaw, Router, RouteRecordRaw } from 'vue-router';
3
- import { Extension, ExtensionPoint } from '../composables/piniaStores';
4
- import { IconFillType } from '../helpers';
5
- import { Ability, Resource, SpaceResource } from '@opencloud-eu/web-client';
6
- import { Language, Translations } from 'vue3-gettext';
7
- import { Pinia } from 'pinia';
8
- import { AppProviderService, ArchiverService, ClientService, LoadingService, PasswordPolicyService, PreviewService, UppyService } from '../services';
9
- import { AuthServiceInterface } from '../composables';
1
+ import type { App, ComponentCustomProperties, Ref } from 'vue';
2
+ import type { RouteLocationRaw, Router, RouteRecordRaw } from 'vue-router';
3
+ import type { Extension, ExtensionPoint } from '../composables/piniaStores';
4
+ import type { IconFillType } from '../helpers';
5
+ import type { Ability, Resource, SpaceResource } from '@opencloud-eu/web-client';
6
+ import type { Language, Translations } from 'vue3-gettext';
7
+ import type { Pinia } from 'pinia';
8
+ import type { AppProviderService, ArchiverService, ClientService, LoadingService, PasswordPolicyService, PreviewService, UppyService } from '../services';
9
+ import type { AuthServiceInterface } from '../composables';
10
10
  export interface GlobalProperties extends ComponentCustomProperties, Language {
11
11
  $ability: Ability;
12
12
  $appProviderService: AppProviderService;
@@ -1,10 +1,12 @@
1
- import { PropType, Ref } from 'vue';
1
+ import { PropType } from 'vue';
2
2
  import { Resource, SpaceResource } from '@opencloud-eu/web-client';
3
3
  import { FolderView } from '../../ui/types';
4
4
  import { FileAction } from '../../composables';
5
5
  import { BreadcrumbItem } from '@opencloud-eu/design-system/helpers';
6
6
  import { RouteLocationRaw } from 'vue-router';
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
  viewModeDefault: {
9
11
  type: StringConstructor;
10
12
  required: false;
@@ -56,18 +58,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
56
58
  default: any;
57
59
  };
58
60
  }>, {
59
- router: import('vue-router').Router;
60
- hasSharesNavigation: import('vue').ComputedRef<boolean>;
61
- batchActions: import('vue').ComputedRef<FileAction[]>;
62
- showBreadcrumb: import('vue').ComputedRef<boolean>;
63
- showMobileNav: import('vue').ComputedRef<boolean>;
64
- breadcrumbMaxWidth: Ref<number, number>;
65
- breadcrumbTruncationOffset: import('vue').ComputedRef<2 | 3>;
61
+ router: import("vue-router").Router;
62
+ hasSharesNavigation: import("vue").ComputedRef<boolean>;
63
+ batchActions: import("vue").ComputedRef<FileAction[]>;
64
+ showBreadcrumb: import("vue").ComputedRef<number | false>;
65
+ showMobileNav: import("vue").ComputedRef<boolean>;
66
+ breadcrumbMaxWidth: import("vue").Ref<number, number>;
67
+ breadcrumbTruncationOffset: import("vue").ComputedRef<2 | 3>;
66
68
  fileDroppedBreadcrumb: (data: RouteLocationRaw) => void;
67
- pageTitle: import('vue').ComputedRef<string>;
68
- selectedResources: import('vue').ComputedRef<Resource[]>;
69
- isSticky: Ref<boolean, boolean>;
70
- isSideBarOpen: import('vue').WritableComputedRef<boolean, boolean>;
69
+ pageTitle: import("vue").ComputedRef<string>;
70
+ selectedResources: import("vue").ComputedRef<Resource[]>;
71
+ isSticky: import("vue").Ref<boolean, boolean>;
72
+ isSideBarOpen: import("vue").WritableComputedRef<boolean, boolean>;
71
73
  }, {
72
74
  resizeObserver: ResizeObserver;
73
75
  limitedScreenSpace: boolean;
@@ -77,7 +79,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
77
79
  selectedResourcesAnnouncement(): string;
78
80
  }, {
79
81
  onResize(): void;
80
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
82
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
81
83
  viewModeDefault: {
82
84
  type: StringConstructor;
83
85
  required: false;
@@ -142,13 +144,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
142
144
  showActionsOnSelection: boolean;
143
145
  batchActionsLoading: boolean;
144
146
  }, {}, {
145
- BatchActions: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
147
+ BatchActions: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
146
148
  actions: {
147
- type: PropType<import('../..').Action[]>;
149
+ type: PropType<import("../../composables").Action[]>;
148
150
  required: true;
149
151
  };
150
152
  actionOptions: {
151
- type: PropType<import('../..').ActionOptions>;
153
+ type: PropType<import("../../composables").ActionOptions>;
152
154
  required: true;
153
155
  };
154
156
  limitedScreenSpace: {
@@ -156,13 +158,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
156
158
  default: boolean;
157
159
  required: false;
158
160
  };
159
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
161
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
160
162
  actions: {
161
- type: PropType<import('../..').Action[]>;
163
+ type: PropType<import("../../composables").Action[]>;
162
164
  required: true;
163
165
  };
164
166
  actionOptions: {
165
- type: PropType<import('../..').ActionOptions>;
167
+ type: PropType<import("../../composables").ActionOptions>;
166
168
  required: true;
167
169
  };
168
170
  limitedScreenSpace: {
@@ -173,13 +175,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
173
175
  }>> & Readonly<{}>, {
174
176
  limitedScreenSpace: boolean;
175
177
  }, {}, {
176
- ActionMenuItem: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
178
+ ActionMenuItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
177
179
  action: {
178
- type: PropType<import('../..').Action>;
180
+ type: PropType<import("../../composables").Action>;
179
181
  required: true;
180
182
  };
181
183
  actionOptions: {
182
- type: PropType<import('../..').ActionOptions>;
184
+ type: PropType<import("../../composables").ActionOptions>;
183
185
  required: true;
184
186
  };
185
187
  size: {
@@ -188,7 +190,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
188
190
  default: string;
189
191
  };
190
192
  appearance: {
191
- type: PropType<import('@opencloud-eu/design-system/helpers').AppearanceType>;
193
+ type: PropType<import("@opencloud-eu/design-system/helpers").AppearanceType>;
192
194
  default: string;
193
195
  };
194
196
  shortcutHint: {
@@ -206,16 +208,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
206
208
  default: () => string[];
207
209
  };
208
210
  }>, {
209
- componentType: import('vue').ComputedRef<"a" | "button" | "router-link">;
210
- componentProps: import('vue').ComputedRef<{
211
+ componentType: import("vue").ComputedRef<"a" | "button" | "router-link">;
212
+ componentProps: import("vue").ComputedRef<{
211
213
  target: "_blank" | "_self";
212
214
  href: string;
213
- to: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric;
215
+ to: string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric;
214
216
  id: string;
215
217
  disabled: boolean;
216
- appearance: import('@opencloud-eu/design-system/helpers').AppearanceType;
218
+ appearance: import("@opencloud-eu/design-system/helpers").AppearanceType;
217
219
  }>;
218
- actionIcon: import('vue').ComputedRef<string>;
220
+ actionIcon: import("vue").ComputedRef<string>;
219
221
  }, {}, {
220
222
  hasExternalImageIcon(): boolean;
221
223
  componentListeners(): {
@@ -223,13 +225,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
223
225
  } | {
224
226
  click: (event: Event) => void;
225
227
  };
226
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
228
+ }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
227
229
  action: {
228
- type: PropType<import('../..').Action>;
230
+ type: PropType<import("../../composables").Action>;
229
231
  required: true;
230
232
  };
231
233
  actionOptions: {
232
- type: PropType<import('../..').ActionOptions>;
234
+ type: PropType<import("../../composables").ActionOptions>;
233
235
  required: true;
234
236
  };
235
237
  size: {
@@ -238,7 +240,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
238
240
  default: string;
239
241
  };
240
242
  appearance: {
241
- type: PropType<import('@opencloud-eu/design-system/helpers').AppearanceType>;
243
+ type: PropType<import("@opencloud-eu/design-system/helpers").AppearanceType>;
242
244
  default: string;
243
245
  };
244
246
  shortcutHint: {
@@ -257,72 +259,72 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
257
259
  };
258
260
  }>> & Readonly<{}>, {
259
261
  size: "small" | "large" | "medium";
260
- appearance: import('@opencloud-eu/design-system/helpers').AppearanceType;
262
+ appearance: import("@opencloud-eu/design-system/helpers").AppearanceType;
261
263
  shortcutHint: boolean;
262
264
  showTooltip: boolean;
263
265
  buttonClasses: string[];
264
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
265
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
266
- ContextActions: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
266
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
267
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
268
+ ContextActions: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
267
269
  actionOptions: {
268
- type: PropType<import('../..').FileActionOptions>;
270
+ type: PropType<import("../../composables").FileActionOptions>;
269
271
  required: true;
270
272
  };
271
273
  }>, {
272
- menuSections: import('vue').ComputedRef<import('..').MenuSection[]>;
273
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
274
+ menuSections: import("vue").ComputedRef<import("../index.js").MenuSection[]>;
275
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
274
276
  actionOptions: {
275
- type: PropType<import('../..').FileActionOptions>;
277
+ type: PropType<import("../../composables").FileActionOptions>;
276
278
  required: true;
277
279
  };
278
280
  }>> & Readonly<{}>, {}, {}, {
279
- ContextActionMenu: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
281
+ ContextActionMenu: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
280
282
  menuSections: {
281
- type: PropType<import('..').MenuSection[]>;
283
+ type: PropType<import("../index.js").MenuSection[]>;
282
284
  required: true;
283
285
  };
284
286
  appearance: {
285
- type: PropType<import('@opencloud-eu/design-system/helpers').AppearanceType>;
287
+ type: PropType<import("@opencloud-eu/design-system/helpers").AppearanceType>;
286
288
  default: string;
287
289
  };
288
290
  actionOptions: {
289
- type: PropType<import('../..').ActionOptions>;
291
+ type: PropType<import("../../composables").ActionOptions>;
290
292
  required: true;
291
293
  };
292
294
  }>, {}, {}, {}, {
293
295
  getSectionClasses(index: number): string[];
294
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
296
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
295
297
  menuSections: {
296
- type: PropType<import('..').MenuSection[]>;
298
+ type: PropType<import("../index.js").MenuSection[]>;
297
299
  required: true;
298
300
  };
299
301
  appearance: {
300
- type: PropType<import('@opencloud-eu/design-system/helpers').AppearanceType>;
302
+ type: PropType<import("@opencloud-eu/design-system/helpers").AppearanceType>;
301
303
  default: string;
302
304
  };
303
305
  actionOptions: {
304
- type: PropType<import('../..').ActionOptions>;
306
+ type: PropType<import("../../composables").ActionOptions>;
305
307
  required: true;
306
308
  };
307
309
  }>> & Readonly<{}>, {
308
- appearance: import('@opencloud-eu/design-system/helpers').AppearanceType;
310
+ appearance: import("@opencloud-eu/design-system/helpers").AppearanceType;
309
311
  }, {}, {
310
- ActionMenuDropItem: import('vue').DefineComponent<{
311
- menuSectionDrop: import('..').MenuSectionDrop;
312
- appearance: import('@opencloud-eu/design-system/helpers').AppearanceType;
313
- actionOptions: import('../..').ActionOptions;
314
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
315
- menuSectionDrop: import('..').MenuSectionDrop;
316
- appearance: import('@opencloud-eu/design-system/helpers').AppearanceType;
317
- actionOptions: import('../..').ActionOptions;
318
- }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLLIElement>;
319
- ActionMenuItem: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
312
+ ActionMenuDropItem: import("vue").DefineComponent<{
313
+ menuSectionDrop: import("../index.js").MenuSectionDrop;
314
+ appearance: import("@opencloud-eu/design-system/helpers").AppearanceType;
315
+ actionOptions: import("../../composables").ActionOptions;
316
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
317
+ menuSectionDrop: import("../index.js").MenuSectionDrop;
318
+ appearance: import("@opencloud-eu/design-system/helpers").AppearanceType;
319
+ actionOptions: import("../../composables").ActionOptions;
320
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
321
+ ActionMenuItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
320
322
  action: {
321
- type: PropType<import('../..').Action>;
323
+ type: PropType<import("../../composables").Action>;
322
324
  required: true;
323
325
  };
324
326
  actionOptions: {
325
- type: PropType<import('../..').ActionOptions>;
327
+ type: PropType<import("../../composables").ActionOptions>;
326
328
  required: true;
327
329
  };
328
330
  size: {
@@ -331,7 +333,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
331
333
  default: string;
332
334
  };
333
335
  appearance: {
334
- type: PropType<import('@opencloud-eu/design-system/helpers').AppearanceType>;
336
+ type: PropType<import("@opencloud-eu/design-system/helpers").AppearanceType>;
335
337
  default: string;
336
338
  };
337
339
  shortcutHint: {
@@ -349,16 +351,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
349
351
  default: () => string[];
350
352
  };
351
353
  }>, {
352
- componentType: import('vue').ComputedRef<"a" | "button" | "router-link">;
353
- componentProps: import('vue').ComputedRef<{
354
+ componentType: import("vue").ComputedRef<"a" | "button" | "router-link">;
355
+ componentProps: import("vue").ComputedRef<{
354
356
  target: "_blank" | "_self";
355
357
  href: string;
356
- to: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric;
358
+ to: string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric;
357
359
  id: string;
358
360
  disabled: boolean;
359
- appearance: import('@opencloud-eu/design-system/helpers').AppearanceType;
361
+ appearance: import("@opencloud-eu/design-system/helpers").AppearanceType;
360
362
  }>;
361
- actionIcon: import('vue').ComputedRef<string>;
363
+ actionIcon: import("vue").ComputedRef<string>;
362
364
  }, {}, {
363
365
  hasExternalImageIcon(): boolean;
364
366
  componentListeners(): {
@@ -366,13 +368,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
366
368
  } | {
367
369
  click: (event: Event) => void;
368
370
  };
369
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
371
+ }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
370
372
  action: {
371
- type: PropType<import('../..').Action>;
373
+ type: PropType<import("../../composables").Action>;
372
374
  required: true;
373
375
  };
374
376
  actionOptions: {
375
- type: PropType<import('../..').ActionOptions>;
377
+ type: PropType<import("../../composables").ActionOptions>;
376
378
  required: true;
377
379
  };
378
380
  size: {
@@ -381,7 +383,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
381
383
  default: string;
382
384
  };
383
385
  appearance: {
384
- type: PropType<import('@opencloud-eu/design-system/helpers').AppearanceType>;
386
+ type: PropType<import("@opencloud-eu/design-system/helpers").AppearanceType>;
385
387
  default: string;
386
388
  };
387
389
  shortcutHint: {
@@ -400,14 +402,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
400
402
  };
401
403
  }>> & Readonly<{}>, {
402
404
  size: "small" | "large" | "medium";
403
- appearance: import('@opencloud-eu/design-system/helpers').AppearanceType;
405
+ appearance: import("@opencloud-eu/design-system/helpers").AppearanceType;
404
406
  shortcutHint: boolean;
405
407
  showTooltip: boolean;
406
408
  buttonClasses: string[];
407
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
408
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
409
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
410
- ViewOptions: import('vue').DefineComponent<{
409
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
410
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
411
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
412
+ ViewOptions: import("vue").DefineComponent<{
411
413
  perPageStoragePrefix: string;
412
414
  hasHiddenFiles?: boolean;
413
415
  hasFileExtensions?: boolean;
@@ -417,7 +419,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
417
419
  perPageDefault?: string;
418
420
  viewModeDefault?: string;
419
421
  viewModes?: FolderView[];
420
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
422
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
421
423
  perPageStoragePrefix: string;
422
424
  hasHiddenFiles?: boolean;
423
425
  hasFileExtensions?: boolean;
@@ -427,7 +429,5 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
427
429
  perPageDefault?: string;
428
430
  viewModeDefault?: string;
429
431
  viewModes?: FolderView[];
430
- }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
431
- MobileNav: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
432
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
433
- export default _default;
432
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
433
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, 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 _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>;
@@ -9,42 +9,38 @@ type __VLS_Props = {
9
9
  importResourceWithExtension?: (resource: Resource) => string;
10
10
  disableAutoSave?: boolean;
11
11
  };
12
- declare function __VLS_template(): {
13
- attrs: Partial<{}>;
14
- slots: {
15
- default?(_: {
16
- url: string;
17
- space: SpaceResource;
18
- resource: Resource;
19
- activeFiles: Resource[];
20
- isDirty: boolean;
21
- isReadOnly: boolean;
22
- applicationConfig: import('../..').AppConfigObject;
23
- currentFileContext: import('../..').FileContext;
24
- currentContent: unknown;
25
- isFolderLoading: boolean;
26
- 'onUpdate:resource': (value: Resource) => void;
27
- 'onUpdate:currentContent': (value: unknown) => void;
28
- 'onRegister:onDeleteResourceCallback': (value: () => void) => void;
29
- 'onDelete:resource': () => void;
30
- onSave: () => Promise<void>;
31
- onClose: () => void;
32
- loadFolderForFileContext: (context: import('vue').MaybeRef<import('../..').FileContext>) => Promise<void>;
33
- revokeUrl: (url: string) => void;
34
- getUrlForResource: (space: SpaceResource, resource: Resource, options?: UrlForResourceOptions) => Promise<string>;
35
- class: {
36
- 'w-[calc(100%-360px)]': boolean;
37
- };
38
- }): any;
12
+ declare var __VLS_11: {
13
+ url: string;
14
+ space: SpaceResource;
15
+ resource: Resource;
16
+ activeFiles: Resource[];
17
+ isDirty: boolean;
18
+ isReadOnly: boolean;
19
+ applicationConfig: import("../../index.js").AppConfigObject;
20
+ currentFileContext: import("../../composables").FileContext;
21
+ currentContent: unknown;
22
+ isFolderLoading: boolean;
23
+ 'onUpdate:resource': (value: Resource) => void;
24
+ 'onUpdate:currentContent': (value: unknown) => void;
25
+ 'onRegister:onDeleteResourceCallback': (value: () => void) => void;
26
+ 'onDelete:resource': () => void;
27
+ onSave: () => Promise<void>;
28
+ onClose: () => void;
29
+ loadFolderForFileContext: (context: import("vue").MaybeRef<import("../../composables").FileContext>) => Promise<void>;
30
+ revokeUrl: (url: string) => void;
31
+ getUrlForResource: (space: SpaceResource, resource: Resource, options?: UrlForResourceOptions) => Promise<string>;
32
+ class: {
33
+ 'w-[calc(100%-360px)]': boolean;
39
34
  };
40
- refs: {};
41
- rootEl: HTMLElement;
42
35
  };
43
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
44
- declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
45
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
36
+ type __VLS_Slots = {} & {
37
+ default?: (props: typeof __VLS_11) => any;
38
+ };
39
+ declare const __VLS_base: 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>;
40
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
41
+ declare const _default: typeof __VLS_export;
46
42
  export default _default;
47
- type __VLS_WithTemplateSlots<T, S> = T & {
43
+ type __VLS_WithSlots<T, S> = T & {
48
44
  new (): {
49
45
  $slots: S;
50
46
  };
@@ -7,4 +7,4 @@ export declare function AppWrapperRoute(fileEditor: ReturnType<typeof defineComp
7
7
  fileContentOptions?: FileContentOptions;
8
8
  importResourceWithExtension?: (resource: Resource) => string;
9
9
  disableAutoSave?: boolean;
10
- }): import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
10
+ }): import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, 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
  /**
3
5
  * Error message passed from external app
4
6
  */
@@ -7,7 +9,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7
9
  type: StringConstructor;
8
10
  required: false;
9
11
  };
10
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
12
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11
13
  /**
12
14
  * Error message passed from external app
13
15
  */
@@ -18,5 +20,4 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
18
20
  };
19
21
  }>> & Readonly<{}>, {
20
22
  message: string;
21
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
22
- export default _default;
23
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, 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 _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>;
@@ -10,9 +10,10 @@ type __VLS_Props = {
10
10
  resource?: Resource;
11
11
  isReadOnly?: boolean;
12
12
  };
13
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
13
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
14
14
  close: () => any;
15
- }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
15
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
16
16
  onClose?: () => any;
17
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
17
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
18
+ declare const _default: typeof __VLS_export;
18
19
  export default _default;
@@ -1,5 +1,4 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
2
- fileInputRef: HTMLInputElement;
3
- imageRef: HTMLImageElement;
4
- }, HTMLDivElement>;
1
+ import 'cropperjs/dist/cropper.css';
2
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3
+ declare const _default: typeof __VLS_export;
5
4
  export default _default;
@@ -1,6 +1,8 @@
1
1
  type __VLS_Props = {
2
2
  userId: string;
3
3
  userName: string;
4
+ width?: number;
4
5
  };
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, {}, HTMLSpanElement>;
6
+ 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>;
7
+ declare const _default: typeof __VLS_export;
6
8
  export default _default;