@opencloud-eu/web-pkg 6.0.0 → 6.1.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-B0ZZfO_w.js +819 -0
- package/dist/assets/worker-BVTM6bn-.js +1 -0
- package/dist/assets/worker-C-Nrpmiq.js +24 -0
- package/dist/assets/worker-CzI1mBNb.js +24 -0
- package/dist/assets/worker-DDmV-och.js +24 -0
- package/dist/composables-TkULFBg4.js +20165 -0
- package/dist/src/apps/types.d.ts +9 -9
- package/dist/src/components/AppBar/AppBar.vue.d.ts +154 -97
- package/dist/src/components/AppLoadingSpinner.vue.d.ts +2 -1
- package/dist/src/components/AppTemplates/AppWrapper.vue.d.ts +37 -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 +13 -4
- package/dist/src/components/Avatars/AvatarUpload.vue.d.ts +3 -4
- package/dist/src/components/Avatars/UserAvatar.vue.d.ts +11 -1
- package/dist/src/components/BatchActions.vue.d.ts +16 -15
- package/dist/src/components/ContextActions/ActionMenuDropItem.vue.d.ts +11 -2
- package/dist/src/components/ContextActions/ActionMenuItem.vue.d.ts +9 -8
- package/dist/src/components/ContextActions/ContextActionMenu.vue.d.ts +41 -22
- package/dist/src/components/ContextActions/ContextMenuQuickAction.vue.d.ts +143 -388
- package/dist/src/components/CreateLinkModal.vue.d.ts +17 -7
- package/dist/src/components/CreateShortcutModal.vue.d.ts +160 -149
- package/dist/src/components/CustomComponentTarget.vue.d.ts +10 -1
- package/dist/src/components/FilesList/ContextActions.vue.d.ts +56 -37
- package/dist/src/components/FilesList/ResourceGhostElement.vue.d.ts +22 -11
- package/dist/src/components/FilesList/ResourceIcon.vue.d.ts +10 -1
- package/dist/src/components/FilesList/ResourceLink.vue.d.ts +7 -6
- package/dist/src/components/FilesList/ResourceListItem.vue.d.ts +13 -4
- package/dist/src/components/FilesList/ResourceName.vue.d.ts +10 -1
- package/dist/src/components/FilesList/ResourceSize.vue.d.ts +6 -5
- package/dist/src/components/FilesList/ResourceStatusIndicators.vue.d.ts +10 -1
- package/dist/src/components/FilesList/ResourceTable.vue.d.ts +51 -154
- package/dist/src/components/FilesList/ResourceTile.vue.d.ts +37 -153
- package/dist/src/components/FilesList/ResourceTiles.vue.d.ts +34 -119
- package/dist/src/components/Filters/DateFilter.vue.d.ts +32 -495
- 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 +19 -204
- 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/Navigation/MobileNav.vue.d.ts +2 -1
- package/dist/src/components/NoContentMessage.vue.d.ts +17 -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 +10 -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 +10 -76
- package/dist/src/components/SideBar/Files/FileInfo.vue.d.ts +10 -1
- package/dist/src/components/SideBar/SideBar.vue.d.ts +20 -21
- package/dist/src/components/SideBar/SideBarPanels.vue.d.ts +21 -22
- package/dist/src/components/SideBar/Spaces/Details/SpaceDetails.vue.d.ts +10 -1
- package/dist/src/components/SideBar/Spaces/Details/SpaceDetailsMultiple.vue.d.ts +10 -1
- package/dist/src/components/SideBar/Spaces/SpaceInfo.vue.d.ts +2 -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 +10 -1
- package/dist/src/components/Spaces/QuotaModal.vue.d.ts +13 -4
- package/dist/src/components/Spaces/SpaceImageModal.vue.d.ts +12 -4
- package/dist/src/components/TextEditor/TextEditor.vue.d.ts +26 -0
- package/dist/src/components/TextEditor/index.d.ts +39 -0
- package/dist/src/components/VersionCheck.vue.d.ts +2 -1
- package/dist/src/components/ViewOptions.vue.d.ts +10 -1
- package/dist/src/components/index.d.ts +1 -0
- 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/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/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 +70 -70
- 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 +23 -13
- package/dist/src/composables/resources/useResourceViewHelpers.d.ts +30 -20
- 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 +4251 -352
- package/package.json +36 -37
- 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/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;
|
|
@@ -4,7 +4,9 @@ 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(
|
|
61
|
+
router: import("vue-router").Router;
|
|
62
|
+
hasSharesNavigation: import("vue").ComputedRef<boolean>;
|
|
63
|
+
batchActions: import("vue").ComputedRef<FileAction[]>;
|
|
64
|
+
showBreadcrumb: import("vue").ComputedRef<boolean>;
|
|
65
|
+
showMobileNav: import("vue").ComputedRef<boolean>;
|
|
64
66
|
breadcrumbMaxWidth: Ref<number, number>;
|
|
65
|
-
breadcrumbTruncationOffset: import(
|
|
67
|
+
breadcrumbTruncationOffset: import("vue").ComputedRef<2 | 3>;
|
|
66
68
|
fileDroppedBreadcrumb: (data: RouteLocationRaw) => void;
|
|
67
|
-
pageTitle: import(
|
|
68
|
-
selectedResources: import(
|
|
69
|
+
pageTitle: import("vue").ComputedRef<string>;
|
|
70
|
+
selectedResources: import("vue").ComputedRef<Resource[]>;
|
|
69
71
|
isSticky: Ref<boolean, boolean>;
|
|
70
|
-
isSideBarOpen: import(
|
|
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,90 @@ 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:
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
312
|
+
ActionMenuDropItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
313
|
+
menuSectionDrop: {
|
|
314
|
+
type: PropType<import("../index.js").MenuSectionDrop>;
|
|
315
|
+
required: true;
|
|
316
|
+
};
|
|
317
|
+
appearance: {
|
|
318
|
+
type: PropType<import("@opencloud-eu/design-system/helpers").AppearanceType>;
|
|
319
|
+
required: true;
|
|
320
|
+
};
|
|
321
|
+
actionOptions: {
|
|
322
|
+
type: PropType<import("../../composables").ActionOptions>;
|
|
323
|
+
required: true;
|
|
324
|
+
};
|
|
325
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
326
|
+
menuSectionDrop: {
|
|
327
|
+
type: PropType<import("../index.js").MenuSectionDrop>;
|
|
328
|
+
required: true;
|
|
329
|
+
};
|
|
330
|
+
appearance: {
|
|
331
|
+
type: PropType<import("@opencloud-eu/design-system/helpers").AppearanceType>;
|
|
332
|
+
required: true;
|
|
333
|
+
};
|
|
334
|
+
actionOptions: {
|
|
335
|
+
type: PropType<import("../../composables").ActionOptions>;
|
|
336
|
+
required: true;
|
|
337
|
+
};
|
|
338
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
339
|
+
ActionMenuItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
320
340
|
action: {
|
|
321
|
-
type: PropType<import(
|
|
341
|
+
type: PropType<import("../../composables").Action>;
|
|
322
342
|
required: true;
|
|
323
343
|
};
|
|
324
344
|
actionOptions: {
|
|
325
|
-
type: PropType<import(
|
|
345
|
+
type: PropType<import("../../composables").ActionOptions>;
|
|
326
346
|
required: true;
|
|
327
347
|
};
|
|
328
348
|
size: {
|
|
@@ -331,7 +351,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
331
351
|
default: string;
|
|
332
352
|
};
|
|
333
353
|
appearance: {
|
|
334
|
-
type: PropType<import(
|
|
354
|
+
type: PropType<import("@opencloud-eu/design-system/helpers").AppearanceType>;
|
|
335
355
|
default: string;
|
|
336
356
|
};
|
|
337
357
|
shortcutHint: {
|
|
@@ -349,16 +369,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
349
369
|
default: () => string[];
|
|
350
370
|
};
|
|
351
371
|
}>, {
|
|
352
|
-
componentType: import(
|
|
353
|
-
componentProps: import(
|
|
372
|
+
componentType: import("vue").ComputedRef<"a" | "button" | "router-link">;
|
|
373
|
+
componentProps: import("vue").ComputedRef<{
|
|
354
374
|
target: "_blank" | "_self";
|
|
355
375
|
href: string;
|
|
356
|
-
to: string | import(
|
|
376
|
+
to: string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric;
|
|
357
377
|
id: string;
|
|
358
378
|
disabled: boolean;
|
|
359
|
-
appearance: import(
|
|
379
|
+
appearance: import("@opencloud-eu/design-system/helpers").AppearanceType;
|
|
360
380
|
}>;
|
|
361
|
-
actionIcon: import(
|
|
381
|
+
actionIcon: import("vue").ComputedRef<string>;
|
|
362
382
|
}, {}, {
|
|
363
383
|
hasExternalImageIcon(): boolean;
|
|
364
384
|
componentListeners(): {
|
|
@@ -366,13 +386,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
366
386
|
} | {
|
|
367
387
|
click: (event: Event) => void;
|
|
368
388
|
};
|
|
369
|
-
}, {}, import(
|
|
389
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
370
390
|
action: {
|
|
371
|
-
type: PropType<import(
|
|
391
|
+
type: PropType<import("../../composables").Action>;
|
|
372
392
|
required: true;
|
|
373
393
|
};
|
|
374
394
|
actionOptions: {
|
|
375
|
-
type: PropType<import(
|
|
395
|
+
type: PropType<import("../../composables").ActionOptions>;
|
|
376
396
|
required: true;
|
|
377
397
|
};
|
|
378
398
|
size: {
|
|
@@ -381,7 +401,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
381
401
|
default: string;
|
|
382
402
|
};
|
|
383
403
|
appearance: {
|
|
384
|
-
type: PropType<import(
|
|
404
|
+
type: PropType<import("@opencloud-eu/design-system/helpers").AppearanceType>;
|
|
385
405
|
default: string;
|
|
386
406
|
};
|
|
387
407
|
shortcutHint: {
|
|
@@ -400,34 +420,71 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
400
420
|
};
|
|
401
421
|
}>> & Readonly<{}>, {
|
|
402
422
|
size: "small" | "large" | "medium";
|
|
403
|
-
appearance: import(
|
|
423
|
+
appearance: import("@opencloud-eu/design-system/helpers").AppearanceType;
|
|
404
424
|
shortcutHint: boolean;
|
|
405
425
|
showTooltip: boolean;
|
|
406
426
|
buttonClasses: string[];
|
|
407
|
-
}, {}, {}, {}, string, import(
|
|
408
|
-
}, {}, string, import(
|
|
409
|
-
}, {}, string, import(
|
|
410
|
-
ViewOptions: import(
|
|
411
|
-
perPageStoragePrefix:
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
}
|
|
433
|
-
|
|
427
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
428
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
429
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
430
|
+
ViewOptions: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
431
|
+
perPageStoragePrefix: {
|
|
432
|
+
type: PropType<string>;
|
|
433
|
+
required: true;
|
|
434
|
+
};
|
|
435
|
+
hasHiddenFiles: {
|
|
436
|
+
type: PropType<boolean>;
|
|
437
|
+
};
|
|
438
|
+
hasFileExtensions: {
|
|
439
|
+
type: PropType<boolean>;
|
|
440
|
+
};
|
|
441
|
+
hasPagination: {
|
|
442
|
+
type: PropType<boolean>;
|
|
443
|
+
};
|
|
444
|
+
paginationOptions: {
|
|
445
|
+
type: PropType<string[]>;
|
|
446
|
+
};
|
|
447
|
+
perPageQueryName: {
|
|
448
|
+
type: PropType<string>;
|
|
449
|
+
};
|
|
450
|
+
perPageDefault: {
|
|
451
|
+
type: PropType<string>;
|
|
452
|
+
};
|
|
453
|
+
viewModeDefault: {
|
|
454
|
+
type: PropType<string>;
|
|
455
|
+
};
|
|
456
|
+
viewModes: {
|
|
457
|
+
type: PropType<FolderView[]>;
|
|
458
|
+
};
|
|
459
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
460
|
+
perPageStoragePrefix: {
|
|
461
|
+
type: PropType<string>;
|
|
462
|
+
required: true;
|
|
463
|
+
};
|
|
464
|
+
hasHiddenFiles: {
|
|
465
|
+
type: PropType<boolean>;
|
|
466
|
+
};
|
|
467
|
+
hasFileExtensions: {
|
|
468
|
+
type: PropType<boolean>;
|
|
469
|
+
};
|
|
470
|
+
hasPagination: {
|
|
471
|
+
type: PropType<boolean>;
|
|
472
|
+
};
|
|
473
|
+
paginationOptions: {
|
|
474
|
+
type: PropType<string[]>;
|
|
475
|
+
};
|
|
476
|
+
perPageQueryName: {
|
|
477
|
+
type: PropType<string>;
|
|
478
|
+
};
|
|
479
|
+
perPageDefault: {
|
|
480
|
+
type: PropType<string>;
|
|
481
|
+
};
|
|
482
|
+
viewModeDefault: {
|
|
483
|
+
type: PropType<string>;
|
|
484
|
+
};
|
|
485
|
+
viewModes: {
|
|
486
|
+
type: PropType<FolderView[]>;
|
|
487
|
+
};
|
|
488
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
489
|
+
MobileNav: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
490
|
+
}, {}, 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,46 @@ 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<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, 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_TypePropsToOption<T> = {
|
|
44
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
45
|
+
type: import('vue').PropType<Required<T>[K]>;
|
|
46
|
+
} : {
|
|
47
|
+
type: import('vue').PropType<T[K]>;
|
|
48
|
+
required: true;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
48
52
|
new (): {
|
|
49
53
|
$slots: S;
|
|
50
54
|
};
|
|
@@ -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,18 @@ type __VLS_Props = {
|
|
|
10
10
|
resource?: Resource;
|
|
11
11
|
isReadOnly?: boolean;
|
|
12
12
|
};
|
|
13
|
-
declare const
|
|
14
|
-
close: () =>
|
|
15
|
-
}, string, import(
|
|
13
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
|
+
close: () => void;
|
|
15
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__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;
|
|
20
|
+
type __VLS_TypePropsToOption<T> = {
|
|
21
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
22
|
+
type: import('vue').PropType<Required<T>[K]>;
|
|
23
|
+
} : {
|
|
24
|
+
type: import('vue').PropType<T[K]>;
|
|
25
|
+
required: true;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
@@ -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;
|