@opencloud-eu/web-pkg 6.0.0 → 6.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/TextEditor-CTRIgoeG.js +819 -0
- package/dist/assets/worker-BVTM6bn-.js +1 -0
- package/dist/assets/worker-Bv-mZ-VL.js +25 -0
- package/dist/assets/worker-Dx2ttEp-.js +25 -0
- package/dist/assets/worker-nUcRt7qV.js +25 -0
- package/dist/composables-CAlEpA5b.js +20172 -0
- package/dist/src/apps/types.d.ts +9 -9
- package/dist/src/components/AppBar/AppBar.vue.d.ts +82 -82
- package/dist/src/components/AppLoadingSpinner.vue.d.ts +2 -1
- package/dist/src/components/AppTemplates/AppWrapper.vue.d.ts +29 -33
- package/dist/src/components/AppTemplates/AppWrapperRoute.d.ts +1 -1
- package/dist/src/components/AppTemplates/PartialViews/ErrorScreen.vue.d.ts +5 -4
- package/dist/src/components/AppTemplates/PartialViews/LoadingScreen.vue.d.ts +2 -1
- package/dist/src/components/AppTopBar.vue.d.ts +4 -3
- package/dist/src/components/Avatars/AvatarUpload.vue.d.ts +3 -4
- package/dist/src/components/Avatars/UserAvatar.vue.d.ts +3 -1
- package/dist/src/components/BatchActions.vue.d.ts +16 -15
- package/dist/src/components/ContextActions/ActionMenuDropItem.vue.d.ts +3 -2
- package/dist/src/components/ContextActions/ActionMenuItem.vue.d.ts +9 -8
- package/dist/src/components/ContextActions/ContextActionMenu.vue.d.ts +19 -18
- package/dist/src/components/ContextActions/ContextMenuQuickAction.vue.d.ts +30 -385
- package/dist/src/components/CreateLinkModal.vue.d.ts +7 -5
- package/dist/src/components/CreateShortcutModal.vue.d.ts +36 -139
- package/dist/src/components/CustomComponentTarget.vue.d.ts +2 -1
- package/dist/src/components/FilesList/ContextActions.vue.d.ts +38 -37
- package/dist/src/components/FilesList/ResourceGhostElement.vue.d.ts +12 -11
- package/dist/src/components/FilesList/ResourceIcon.vue.d.ts +2 -1
- package/dist/src/components/FilesList/ResourceLink.vue.d.ts +7 -6
- package/dist/src/components/FilesList/ResourceListItem.vue.d.ts +5 -3
- package/dist/src/components/FilesList/ResourceName.vue.d.ts +4 -1
- package/dist/src/components/FilesList/ResourceSize.vue.d.ts +6 -5
- package/dist/src/components/FilesList/ResourceStatusIndicators.vue.d.ts +2 -1
- package/dist/src/components/FilesList/ResourceTable.vue.d.ts +38 -149
- package/dist/src/components/FilesList/ResourceTile.vue.d.ts +25 -149
- package/dist/src/components/FilesList/ResourceTiles.vue.d.ts +21 -114
- package/dist/src/components/Filters/DateFilter.vue.d.ts +26 -497
- package/dist/src/components/Filters/ItemFilterInline.vue.d.ts +6 -5
- package/dist/src/components/Groupware/Accounts/AccountsSwitch.vue.d.ts +3 -0
- package/dist/src/components/Groupware/Accounts/index.d.ts +1 -0
- package/dist/src/components/Groupware/index.d.ts +1 -0
- package/dist/src/components/ItemFilter.vue.d.ts +10 -203
- package/dist/src/components/ItemFilterToggle.vue.d.ts +6 -5
- package/dist/src/components/LinkRoleDropdown.vue.d.ts +7 -6
- package/dist/src/components/LoadingIndicator.vue.d.ts +5 -4
- package/dist/src/components/Modals/DatePickerModal.vue.d.ts +8 -7
- package/dist/src/components/Modals/EmojiPickerModal.vue.d.ts +6 -5
- package/dist/src/components/Modals/FilePickerModal.vue.d.ts +8 -7
- package/dist/src/components/Modals/ResourceConflictModal.vue.d.ts +9 -8
- package/dist/src/components/Modals/SaveAsModal.vue.d.ts +8 -7
- package/dist/src/components/Modals/SpaceMoveInfoModal.vue.d.ts +5 -4
- package/dist/src/components/Modals/UnsavedChangesModal.vue.d.ts +5 -4
- package/dist/src/components/NoContentMessage.vue.d.ts +9 -12
- package/dist/src/components/Pagination.vue.d.ts +5 -4
- package/dist/src/components/QuotaSelect.vue.d.ts +7 -6
- package/dist/src/components/Search/ResourcePreview.vue.d.ts +2 -41
- package/dist/src/components/SearchBarFilter.vue.d.ts +7 -6
- package/dist/src/components/SideBar/CompareSaveDialog.vue.d.ts +6 -5
- package/dist/src/components/SideBar/FileSideBar.vue.d.ts +2 -76
- package/dist/src/components/SideBar/Files/FileInfo.vue.d.ts +2 -1
- package/dist/src/components/SideBar/SideBar.vue.d.ts +10 -19
- package/dist/src/components/SideBar/SideBarPanels.vue.d.ts +10 -19
- package/dist/src/components/SideBar/Spaces/Details/SpaceDetails.vue.d.ts +2 -1
- package/dist/src/components/SideBar/Spaces/Details/SpaceDetailsMultiple.vue.d.ts +2 -1
- package/dist/src/components/SideBar/Spaces/SpaceInfo.vue.d.ts +6 -1
- package/dist/src/components/SideBar/Spaces/SpaceNoSelection.vue.d.ts +2 -1
- package/dist/src/components/SideBar/WebDavDetails.vue.d.ts +7 -6
- package/dist/src/components/SpaceQuota.vue.d.ts +2 -1
- package/dist/src/components/Spaces/QuotaModal.vue.d.ts +5 -4
- package/dist/src/components/Spaces/SpaceImageModal.vue.d.ts +4 -4
- package/dist/src/components/TextEditor/TextEditor.vue.d.ts +18 -0
- package/dist/src/components/TextEditor/index.d.ts +17 -0
- package/dist/src/components/VersionCheck.vue.d.ts +2 -1
- package/dist/src/components/ViewOptions.vue.d.ts +2 -1
- package/dist/src/components/index.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionFallbackToDownload.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActions.d.ts +2 -2
- package/dist/src/composables/actions/files/useFileActionsCopy.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsCopyPermanentLink.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsCreateLink.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsCreateNewFile.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsCreateNewFolder.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsCreateNewShortcut.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsCreateSpaceFromResource.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsDelete.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsDisableSync.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsDownloadArchive.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsDownloadFile.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsEmptyTrashBin.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsEnableSync.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsFavorite.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsMove.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsNavigate.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsOpenShortcut.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsOpenWithApp.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsOpenWithDefault.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsPaste.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsRename.d.ts +2 -2
- package/dist/src/composables/actions/files/useFileActionsRestore.d.ts +2 -2
- package/dist/src/composables/actions/files/useFileActionsSaveAs.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsSetImage.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsShowActions.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsShowDetails.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsShowShares.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsToggleHideShare.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsUndoDelete.d.ts +2 -2
- package/dist/src/composables/actions/helpers/useIsAppActive.d.ts +1 -1
- package/dist/src/composables/actions/helpers/useIsFilesAppActive.d.ts +1 -1
- package/dist/src/composables/actions/helpers/useIsSearchActive.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsCreate.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsDelete.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsDeleteImage.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsDisable.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsDuplicate.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsEditDescription.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsEditQuota.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsEditReadmeContent.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsNavigateToTrash.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsRename.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsRestore.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsSetIcon.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsShowMembers.d.ts +1 -1
- package/dist/src/composables/actions/types.d.ts +92 -2
- package/dist/src/composables/actions/useActionsShowDetails.d.ts +1 -1
- package/dist/src/composables/appDefaults/useAppConfig.d.ts +1 -1
- package/dist/src/composables/appDefaults/useAppDocumentTitle.d.ts +2 -1
- package/dist/src/composables/appDefaults/useAppFileHandling.d.ts +4 -2
- package/dist/src/composables/appDefaults/useAppMeta.d.ts +1 -1
- package/dist/src/composables/authContext/useAuthService.d.ts +3 -1
- package/dist/src/composables/authContext/useRequest.d.ts +2 -2
- package/dist/src/composables/driveResolver/useSpacesLoading.d.ts +1 -1
- package/dist/src/composables/embedMode/useEmbedMode.d.ts +8 -8
- package/dist/src/composables/eventBus/useEventBus.d.ts +1 -1
- package/dist/src/composables/filesList/useResourceRouteResolver.d.ts +1 -1
- package/dist/src/composables/folderLink/useFolderLink.d.ts +2 -2
- package/dist/src/composables/isTopBarSticky/useIsTopBarSticky.d.ts +1 -1
- package/dist/src/composables/keyboardActions/useInterceptModifierClick.d.ts +1 -1
- package/dist/src/composables/keyboardActions/useKeyboardActions.d.ts +1 -0
- package/dist/src/composables/links/useLinkTypes.d.ts +1 -1
- package/dist/src/composables/localStorage/useLocalStorage.d.ts +1 -1
- package/dist/src/composables/navItems/useNavItems.d.ts +1 -1
- package/dist/src/composables/piniaStores/apps.d.ts +31 -31
- package/dist/src/composables/piniaStores/auth.d.ts +25 -25
- package/dist/src/composables/piniaStores/avatars.d.ts +9 -9
- package/dist/src/composables/piniaStores/capabilities.d.ts +160 -160
- package/dist/src/composables/piniaStores/clipboard.d.ts +49 -49
- package/dist/src/composables/piniaStores/config/config.d.ts +135 -141
- package/dist/src/composables/piniaStores/config/types.d.ts +6 -20
- package/dist/src/composables/piniaStores/extensionRegistry/extensionPreferences.d.ts +4 -4
- package/dist/src/composables/piniaStores/extensionRegistry/extensionRegistry.d.ts +1 -1
- package/dist/src/composables/piniaStores/groupware/accounts.d.ts +511 -0
- package/dist/src/composables/piniaStores/{groupwareConfig/groupwareConfig.d.ts → groupware/config.d.ts} +107 -80
- package/dist/src/composables/piniaStores/groupware/index.d.ts +3 -0
- package/dist/src/composables/piniaStores/{groupwareConfig → groupware}/types.d.ts +30 -18
- package/dist/src/composables/piniaStores/index.d.ts +1 -1
- package/dist/src/composables/piniaStores/messages.d.ts +34 -616
- package/dist/src/composables/piniaStores/modals.d.ts +197 -209
- package/dist/src/composables/piniaStores/resources.d.ts +11 -11
- package/dist/src/composables/piniaStores/shares/shares.d.ts +1 -1
- package/dist/src/composables/piniaStores/shares/types.d.ts +2 -1
- package/dist/src/composables/piniaStores/sideBar.d.ts +7 -7
- package/dist/src/composables/piniaStores/spaces.d.ts +189 -188
- package/dist/src/composables/piniaStores/theme.d.ts +10 -10
- package/dist/src/composables/piniaStores/updates.d.ts +10 -10
- package/dist/src/composables/piniaStores/user.d.ts +5 -5
- package/dist/src/composables/piniaStores/webWorkers.d.ts +1 -1
- package/dist/src/composables/requestHeaders/useRequestHeaders.d.ts +1 -1
- package/dist/src/composables/resources/useGetResourceContext.d.ts +26 -26
- package/dist/src/composables/resources/useLoadPreview.d.ts +1 -1
- package/dist/src/composables/resources/useResourceContents.d.ts +1 -1
- package/dist/src/composables/resources/useResourceIndicators.d.ts +12 -1
- package/dist/src/composables/resources/useResourceViewDrag.d.ts +13 -13
- package/dist/src/composables/resources/useResourceViewHelpers.d.ts +18 -18
- package/dist/src/composables/resources/useResourceViewSelection.d.ts +2 -2
- package/dist/src/composables/selection/useSelectedResources.d.ts +2 -1
- package/dist/src/composables/spaces/useCreateSpace.d.ts +1 -1
- package/dist/src/composables/spaces/useSpaceHelpers.d.ts +1 -1
- package/dist/src/composables/webWorkers/deleteWorker/useDeleteWorker.d.ts +1 -1
- package/dist/src/composables/webWorkers/pasteWorker/usePasteWorker.d.ts +2 -2
- package/dist/src/composables/webWorkers/restoreWorker/useRestoreWorker.d.ts +1 -1
- package/dist/src/composables/webWorkers/tokenTimerWorker/useTokenTimerWorker.d.ts +3 -1
- package/dist/src/extensionPoints.d.ts +1 -1
- package/dist/src/helpers/resource/conflictHandling/conflictDialog.d.ts +1 -1
- package/dist/src/helpers/resource/conflictHandling/transfer.d.ts +4 -4
- package/dist/src/helpers/resource/conflictHandling/types.d.ts +1 -1
- package/dist/src/helpers/share/driveItem.d.ts +1 -1
- package/dist/src/router/common.d.ts +1 -1
- package/dist/src/router/index.d.ts +2 -1
- package/dist/src/router/public.d.ts +1 -1
- package/dist/src/router/shares.d.ts +1 -1
- package/dist/src/router/spaces.d.ts +1 -1
- package/dist/src/router/trash.d.ts +1 -1
- package/dist/src/services/passwordPolicy/rules.d.ts +63 -0
- package/dist/src/services/preview/types.d.ts +1 -1
- package/dist/src/services/uppy/DropTarget/plugin.d.ts +2 -1
- package/dist/src/services/uppy/uppyService.d.ts +3 -3
- package/dist/web-pkg.js +4181 -352
- package/package.json +37 -38
- package/dist/TextEditor-D-HQDUkm.js +0 -865
- package/dist/assets/worker-BBQqm_-D.js +0 -1
- package/dist/assets/worker-CVwKToFD.js +0 -21
- package/dist/assets/worker-DJbU-qfq.js +0 -21
- package/dist/assets/worker-DyU7W9CZ.js +0 -21
- package/dist/index-OU30YA6H.js +0 -25032
- package/dist/src/components/Navigation/MobileNav.vue.d.ts +0 -2
- package/dist/src/components/Navigation/index.d.ts +0 -1
- package/dist/src/composables/piniaStores/groupwareConfig/index.d.ts +0 -2
- package/dist/web-pkg.umd.cjs +0 -16
package/dist/src/apps/types.d.ts
CHANGED
|
@@ -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
|
|
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:
|
|
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(
|
|
60
|
-
hasSharesNavigation: import(
|
|
61
|
-
batchActions: import(
|
|
62
|
-
showBreadcrumb: import(
|
|
63
|
-
showMobileNav: import(
|
|
64
|
-
breadcrumbMaxWidth: Ref<number, number>;
|
|
65
|
-
breadcrumbTruncationOffset: import(
|
|
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(
|
|
68
|
-
selectedResources: import(
|
|
69
|
-
isSticky: Ref<boolean, boolean>;
|
|
70
|
-
isSideBarOpen: import(
|
|
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(
|
|
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(
|
|
147
|
+
BatchActions: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
146
148
|
actions: {
|
|
147
|
-
type: PropType<import(
|
|
149
|
+
type: PropType<import("../../composables").Action[]>;
|
|
148
150
|
required: true;
|
|
149
151
|
};
|
|
150
152
|
actionOptions: {
|
|
151
|
-
type: PropType<import(
|
|
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(
|
|
161
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
160
162
|
actions: {
|
|
161
|
-
type: PropType<import(
|
|
163
|
+
type: PropType<import("../../composables").Action[]>;
|
|
162
164
|
required: true;
|
|
163
165
|
};
|
|
164
166
|
actionOptions: {
|
|
165
|
-
type: PropType<import(
|
|
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(
|
|
178
|
+
ActionMenuItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
177
179
|
action: {
|
|
178
|
-
type: PropType<import(
|
|
180
|
+
type: PropType<import("../../composables").Action>;
|
|
179
181
|
required: true;
|
|
180
182
|
};
|
|
181
183
|
actionOptions: {
|
|
182
|
-
type: PropType<import(
|
|
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(
|
|
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(
|
|
210
|
-
componentProps: import(
|
|
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(
|
|
215
|
+
to: string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric;
|
|
214
216
|
id: string;
|
|
215
217
|
disabled: boolean;
|
|
216
|
-
appearance: import(
|
|
218
|
+
appearance: import("@opencloud-eu/design-system/helpers").AppearanceType;
|
|
217
219
|
}>;
|
|
218
|
-
actionIcon: import(
|
|
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(
|
|
228
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
227
229
|
action: {
|
|
228
|
-
type: PropType<import(
|
|
230
|
+
type: PropType<import("../../composables").Action>;
|
|
229
231
|
required: true;
|
|
230
232
|
};
|
|
231
233
|
actionOptions: {
|
|
232
|
-
type: PropType<import(
|
|
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(
|
|
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(
|
|
262
|
+
appearance: import("@opencloud-eu/design-system/helpers").AppearanceType;
|
|
261
263
|
shortcutHint: boolean;
|
|
262
264
|
showTooltip: boolean;
|
|
263
265
|
buttonClasses: string[];
|
|
264
|
-
}, {}, {}, {}, string, import(
|
|
265
|
-
}, {}, string, import(
|
|
266
|
-
ContextActions: import(
|
|
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(
|
|
270
|
+
type: PropType<import("../../composables").FileActionOptions>;
|
|
269
271
|
required: true;
|
|
270
272
|
};
|
|
271
273
|
}>, {
|
|
272
|
-
menuSections: import(
|
|
273
|
-
}, {}, {}, {}, import(
|
|
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(
|
|
277
|
+
type: PropType<import("../../composables").FileActionOptions>;
|
|
276
278
|
required: true;
|
|
277
279
|
};
|
|
278
280
|
}>> & Readonly<{}>, {}, {}, {
|
|
279
|
-
ContextActionMenu: import(
|
|
281
|
+
ContextActionMenu: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
280
282
|
menuSections: {
|
|
281
|
-
type: PropType<import(
|
|
283
|
+
type: PropType<import("../index.js").MenuSection[]>;
|
|
282
284
|
required: true;
|
|
283
285
|
};
|
|
284
286
|
appearance: {
|
|
285
|
-
type: PropType<import(
|
|
287
|
+
type: PropType<import("@opencloud-eu/design-system/helpers").AppearanceType>;
|
|
286
288
|
default: string;
|
|
287
289
|
};
|
|
288
290
|
actionOptions: {
|
|
289
|
-
type: PropType<import(
|
|
291
|
+
type: PropType<import("../../composables").ActionOptions>;
|
|
290
292
|
required: true;
|
|
291
293
|
};
|
|
292
294
|
}>, {}, {}, {}, {
|
|
293
295
|
getSectionClasses(index: number): string[];
|
|
294
|
-
}, import(
|
|
296
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
295
297
|
menuSections: {
|
|
296
|
-
type: PropType<import(
|
|
298
|
+
type: PropType<import("../index.js").MenuSection[]>;
|
|
297
299
|
required: true;
|
|
298
300
|
};
|
|
299
301
|
appearance: {
|
|
300
|
-
type: PropType<import(
|
|
302
|
+
type: PropType<import("@opencloud-eu/design-system/helpers").AppearanceType>;
|
|
301
303
|
default: string;
|
|
302
304
|
};
|
|
303
305
|
actionOptions: {
|
|
304
|
-
type: PropType<import(
|
|
306
|
+
type: PropType<import("../../composables").ActionOptions>;
|
|
305
307
|
required: true;
|
|
306
308
|
};
|
|
307
309
|
}>> & Readonly<{}>, {
|
|
308
|
-
appearance: import(
|
|
310
|
+
appearance: import("@opencloud-eu/design-system/helpers").AppearanceType;
|
|
309
311
|
}, {}, {
|
|
310
|
-
ActionMenuDropItem: import(
|
|
311
|
-
menuSectionDrop: import(
|
|
312
|
-
appearance: import(
|
|
313
|
-
actionOptions: import(
|
|
314
|
-
}, {}, {}, {}, {}, import(
|
|
315
|
-
menuSectionDrop: import(
|
|
316
|
-
appearance: import(
|
|
317
|
-
actionOptions: import(
|
|
318
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import(
|
|
319
|
-
ActionMenuItem: import(
|
|
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(
|
|
323
|
+
type: PropType<import("../../composables").Action>;
|
|
322
324
|
required: true;
|
|
323
325
|
};
|
|
324
326
|
actionOptions: {
|
|
325
|
-
type: PropType<import(
|
|
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(
|
|
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(
|
|
353
|
-
componentProps: import(
|
|
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(
|
|
358
|
+
to: string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric;
|
|
357
359
|
id: string;
|
|
358
360
|
disabled: boolean;
|
|
359
|
-
appearance: import(
|
|
361
|
+
appearance: import("@opencloud-eu/design-system/helpers").AppearanceType;
|
|
360
362
|
}>;
|
|
361
|
-
actionIcon: import(
|
|
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(
|
|
371
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
370
372
|
action: {
|
|
371
|
-
type: PropType<import(
|
|
373
|
+
type: PropType<import("../../composables").Action>;
|
|
372
374
|
required: true;
|
|
373
375
|
};
|
|
374
376
|
actionOptions: {
|
|
375
|
-
type: PropType<import(
|
|
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(
|
|
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(
|
|
405
|
+
appearance: import("@opencloud-eu/design-system/helpers").AppearanceType;
|
|
404
406
|
shortcutHint: boolean;
|
|
405
407
|
showTooltip: boolean;
|
|
406
408
|
buttonClasses: string[];
|
|
407
|
-
}, {}, {}, {}, string, import(
|
|
408
|
-
}, {}, string, import(
|
|
409
|
-
}, {}, string, import(
|
|
410
|
-
ViewOptions: import(
|
|
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(
|
|
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(
|
|
431
|
-
|
|
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:
|
|
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
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
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
|
|
44
|
-
|
|
45
|
-
|
|
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
|
|
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(
|
|
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:
|
|
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(
|
|
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(
|
|
22
|
-
export default _default;
|
|
23
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
declare const _default:
|
|
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
|
|
13
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
14
14
|
close: () => any;
|
|
15
|
-
}, string, import(
|
|
15
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
16
16
|
onClose?: () => any;
|
|
17
|
-
}>, {}, {}, {}, {}, string, import(
|
|
17
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
18
|
+
declare const _default: typeof __VLS_export;
|
|
18
19
|
export default _default;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
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
|
|
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;
|