@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
|
@@ -1,500 +1,37 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { DateTime } from 'luxon';
|
|
3
1
|
type Item = Record<string, string>;
|
|
4
|
-
|
|
5
|
-
filterLabel:
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
type: StringConstructor;
|
|
19
|
-
required: false;
|
|
20
|
-
default: string;
|
|
21
|
-
};
|
|
22
|
-
displayNameAttribute: {
|
|
23
|
-
type: StringConstructor;
|
|
24
|
-
required: false;
|
|
25
|
-
default: string;
|
|
26
|
-
};
|
|
27
|
-
}>, {
|
|
28
|
-
clearFilter: () => void;
|
|
29
|
-
displayedItems: import('vue').Ref<Item[], Item[]>;
|
|
30
|
-
isItemSelected: (item: Item) => boolean;
|
|
31
|
-
selectedItem: import('vue').Ref<Item, Item>;
|
|
32
|
-
onShowDrop: () => void;
|
|
33
|
-
onHideDrop: () => void;
|
|
34
|
-
filterChip: import('vue').Ref<{
|
|
35
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcFilterChip/OcFilterChip.vue').Props> & Readonly<{
|
|
36
|
-
onHideDrop?: () => any;
|
|
37
|
-
onShowDrop?: () => any;
|
|
38
|
-
onClearFilter?: () => any;
|
|
39
|
-
onToggleFilter?: () => any;
|
|
40
|
-
}>, {
|
|
41
|
-
hideDrop: () => void;
|
|
42
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
43
|
-
hideDrop: () => any;
|
|
44
|
-
showDrop: () => any;
|
|
45
|
-
clearFilter: () => any;
|
|
46
|
-
toggleFilter: () => any;
|
|
47
|
-
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
48
|
-
dropRef: {
|
|
49
|
-
$: import('vue').ComponentInternalInstance;
|
|
50
|
-
$data: {};
|
|
51
|
-
$props: Partial<{}> & Omit<{
|
|
52
|
-
readonly title?: string;
|
|
53
|
-
readonly closeOnClick?: boolean;
|
|
54
|
-
readonly dropId?: string;
|
|
55
|
-
readonly mode?: "click" | "hover" | "manual";
|
|
56
|
-
readonly offset?: number;
|
|
57
|
-
readonly paddingSize?: import('@opencloud-eu/design-system/helpers').SizeType | "remove";
|
|
58
|
-
readonly position?: import('@floating-ui/dom').Placement;
|
|
59
|
-
readonly toggle?: string;
|
|
60
|
-
readonly enforceDropOnMobile?: boolean;
|
|
61
|
-
readonly onHideDrop?: () => any;
|
|
62
|
-
readonly onShowDrop?: () => any;
|
|
63
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>;
|
|
64
|
-
$attrs: {
|
|
65
|
-
[x: string]: unknown;
|
|
66
|
-
};
|
|
67
|
-
$refs: {
|
|
68
|
-
[x: string]: unknown;
|
|
69
|
-
} & {
|
|
70
|
-
bottomDrawerRef: {
|
|
71
|
-
$: import('vue').ComponentInternalInstance;
|
|
72
|
-
$data: {};
|
|
73
|
-
$props: {
|
|
74
|
-
readonly drawerId: string;
|
|
75
|
-
readonly toggle: string;
|
|
76
|
-
readonly closeOnClick?: boolean;
|
|
77
|
-
readonly title?: string;
|
|
78
|
-
readonly registerClickHandler?: boolean;
|
|
79
|
-
readonly onShow?: () => any;
|
|
80
|
-
readonly onHide?: () => any;
|
|
81
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
82
|
-
$attrs: {
|
|
83
|
-
[x: string]: unknown;
|
|
84
|
-
};
|
|
85
|
-
$refs: {
|
|
86
|
-
[x: string]: unknown;
|
|
87
|
-
} & {
|
|
88
|
-
bottomDrawerCardBodyRef: HTMLDivElement;
|
|
89
|
-
};
|
|
90
|
-
$slots: Readonly<{
|
|
91
|
-
[name: string]: import('vue').Slot<any>;
|
|
92
|
-
}>;
|
|
93
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
94
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
|
95
|
-
$host: Element | null;
|
|
96
|
-
$emit: ((event: "show") => void) & ((event: "hide") => void);
|
|
97
|
-
$el: any;
|
|
98
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcMobileDrop.vue').Props> & Readonly<{
|
|
99
|
-
onShow?: () => any;
|
|
100
|
-
onHide?: () => any;
|
|
101
|
-
}>, {
|
|
102
|
-
show: () => Promise<void>;
|
|
103
|
-
hide: () => void;
|
|
104
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
105
|
-
show: () => any;
|
|
106
|
-
hide: () => any;
|
|
107
|
-
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
108
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
109
|
-
created?: (() => void) | (() => void)[];
|
|
110
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
111
|
-
mounted?: (() => void) | (() => void)[];
|
|
112
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
113
|
-
updated?: (() => void) | (() => void)[];
|
|
114
|
-
activated?: (() => void) | (() => void)[];
|
|
115
|
-
deactivated?: (() => void) | (() => void)[];
|
|
116
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
117
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
118
|
-
destroyed?: (() => void) | (() => void)[];
|
|
119
|
-
unmounted?: (() => void) | (() => void)[];
|
|
120
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
121
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
122
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
123
|
-
};
|
|
124
|
-
$forceUpdate: () => void;
|
|
125
|
-
$nextTick: typeof import('vue').nextTick;
|
|
126
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
127
|
-
} & Readonly<{}> & Omit<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcMobileDrop.vue').Props> & Readonly<{
|
|
128
|
-
onShow?: () => any;
|
|
129
|
-
onHide?: () => any;
|
|
130
|
-
}>, "show" | "hide"> & import('vue').ShallowUnwrapRef<{
|
|
131
|
-
show: () => Promise<void>;
|
|
132
|
-
hide: () => void;
|
|
133
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
134
|
-
$slots: Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcMobileDrop.vue').Slots> & import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcMobileDrop.vue').Slots;
|
|
135
|
-
};
|
|
136
|
-
drop: HTMLDivElement;
|
|
137
|
-
};
|
|
138
|
-
$slots: Readonly<{
|
|
139
|
-
[name: string]: import('vue').Slot<any>;
|
|
140
|
-
}>;
|
|
141
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
142
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
|
143
|
-
$host: Element | null;
|
|
144
|
-
$emit: ((event: "hideDrop") => void) & ((event: "showDrop") => void);
|
|
145
|
-
$el: any;
|
|
146
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcDrop.vue').Props> & Readonly<{
|
|
147
|
-
onHideDrop?: () => any;
|
|
148
|
-
onShowDrop?: () => any;
|
|
149
|
-
}>, {
|
|
150
|
-
show: ({ event, useMouseAnchor }?: {
|
|
151
|
-
event?: Event;
|
|
152
|
-
useMouseAnchor?: boolean;
|
|
153
|
-
}) => void;
|
|
154
|
-
hide: () => void;
|
|
155
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
156
|
-
hideDrop: () => any;
|
|
157
|
-
showDrop: () => any;
|
|
158
|
-
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
159
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
160
|
-
created?: (() => void) | (() => void)[];
|
|
161
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
162
|
-
mounted?: (() => void) | (() => void)[];
|
|
163
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
164
|
-
updated?: (() => void) | (() => void)[];
|
|
165
|
-
activated?: (() => void) | (() => void)[];
|
|
166
|
-
deactivated?: (() => void) | (() => void)[];
|
|
167
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
168
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
169
|
-
destroyed?: (() => void) | (() => void)[];
|
|
170
|
-
unmounted?: (() => void) | (() => void)[];
|
|
171
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
172
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
173
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
174
|
-
};
|
|
175
|
-
$forceUpdate: () => void;
|
|
176
|
-
$nextTick: typeof import('vue').nextTick;
|
|
177
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
178
|
-
} & Readonly<{}> & Omit<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcDrop.vue').Props> & Readonly<{
|
|
179
|
-
onHideDrop?: () => any;
|
|
180
|
-
onShowDrop?: () => any;
|
|
181
|
-
}>, "show" | "hide"> & import('vue').ShallowUnwrapRef<{
|
|
182
|
-
show: ({ event, useMouseAnchor }?: {
|
|
183
|
-
event?: Event;
|
|
184
|
-
useMouseAnchor?: boolean;
|
|
185
|
-
}) => void;
|
|
186
|
-
hide: () => void;
|
|
187
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
188
|
-
$slots: Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcDrop.vue').Slots> & import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcDrop.vue').Slots;
|
|
189
|
-
};
|
|
190
|
-
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
191
|
-
P: {};
|
|
192
|
-
B: {};
|
|
193
|
-
D: {};
|
|
194
|
-
C: {};
|
|
195
|
-
M: {};
|
|
196
|
-
Defaults: {};
|
|
197
|
-
}, Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcFilterChip/OcFilterChip.vue').Props> & Readonly<{
|
|
198
|
-
onHideDrop?: () => any;
|
|
199
|
-
onShowDrop?: () => any;
|
|
200
|
-
onClearFilter?: () => any;
|
|
201
|
-
onToggleFilter?: () => any;
|
|
202
|
-
}>, {
|
|
203
|
-
hideDrop: () => void;
|
|
204
|
-
}, {}, {}, {}, {}>;
|
|
205
|
-
__isFragment?: never;
|
|
206
|
-
__isTeleport?: never;
|
|
207
|
-
__isSuspense?: never;
|
|
208
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcFilterChip/OcFilterChip.vue').Props> & Readonly<{
|
|
209
|
-
onHideDrop?: () => any;
|
|
210
|
-
onShowDrop?: () => any;
|
|
211
|
-
onClearFilter?: () => any;
|
|
212
|
-
onToggleFilter?: () => any;
|
|
213
|
-
}>, {
|
|
214
|
-
hideDrop: () => void;
|
|
215
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
216
|
-
hideDrop: () => any;
|
|
217
|
-
showDrop: () => any;
|
|
218
|
-
clearFilter: () => any;
|
|
219
|
-
toggleFilter: () => any;
|
|
220
|
-
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
221
|
-
$slots: Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcFilterChip/OcFilterChip.vue').Slot> & import('node_modules/@opencloud-eu/design-system/src/components/OcFilterChip/OcFilterChip.vue').Slot;
|
|
222
|
-
}), {
|
|
223
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcFilterChip/OcFilterChip.vue').Props> & Readonly<{
|
|
224
|
-
onHideDrop?: () => any;
|
|
225
|
-
onShowDrop?: () => any;
|
|
226
|
-
onClearFilter?: () => any;
|
|
227
|
-
onToggleFilter?: () => any;
|
|
228
|
-
}>, {
|
|
229
|
-
hideDrop: () => void;
|
|
230
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
231
|
-
hideDrop: () => any;
|
|
232
|
-
showDrop: () => any;
|
|
233
|
-
clearFilter: () => any;
|
|
234
|
-
toggleFilter: () => any;
|
|
235
|
-
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
236
|
-
dropRef: {
|
|
237
|
-
$: import('vue').ComponentInternalInstance;
|
|
238
|
-
$data: {};
|
|
239
|
-
$props: Partial<{}> & Omit<{
|
|
240
|
-
readonly title?: string;
|
|
241
|
-
readonly closeOnClick?: boolean;
|
|
242
|
-
readonly dropId?: string;
|
|
243
|
-
readonly mode?: "click" | "hover" | "manual";
|
|
244
|
-
readonly offset?: number;
|
|
245
|
-
readonly paddingSize?: import('@opencloud-eu/design-system/helpers').SizeType | "remove";
|
|
246
|
-
readonly position?: import('@floating-ui/dom').Placement;
|
|
247
|
-
readonly toggle?: string;
|
|
248
|
-
readonly enforceDropOnMobile?: boolean;
|
|
249
|
-
readonly onHideDrop?: () => any;
|
|
250
|
-
readonly onShowDrop?: () => any;
|
|
251
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>;
|
|
252
|
-
$attrs: {
|
|
253
|
-
[x: string]: unknown;
|
|
254
|
-
};
|
|
255
|
-
$refs: {
|
|
256
|
-
[x: string]: unknown;
|
|
257
|
-
} & {
|
|
258
|
-
bottomDrawerRef: {
|
|
259
|
-
$: import('vue').ComponentInternalInstance;
|
|
260
|
-
$data: {};
|
|
261
|
-
$props: {
|
|
262
|
-
readonly drawerId: string;
|
|
263
|
-
readonly toggle: string;
|
|
264
|
-
readonly closeOnClick?: boolean;
|
|
265
|
-
readonly title?: string;
|
|
266
|
-
readonly registerClickHandler?: boolean;
|
|
267
|
-
readonly onShow?: () => any;
|
|
268
|
-
readonly onHide?: () => any;
|
|
269
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
270
|
-
$attrs: {
|
|
271
|
-
[x: string]: unknown;
|
|
272
|
-
};
|
|
273
|
-
$refs: {
|
|
274
|
-
[x: string]: unknown;
|
|
275
|
-
} & {
|
|
276
|
-
bottomDrawerCardBodyRef: HTMLDivElement;
|
|
277
|
-
};
|
|
278
|
-
$slots: Readonly<{
|
|
279
|
-
[name: string]: import('vue').Slot<any>;
|
|
280
|
-
}>;
|
|
281
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
282
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
|
283
|
-
$host: Element | null;
|
|
284
|
-
$emit: ((event: "show") => void) & ((event: "hide") => void);
|
|
285
|
-
$el: any;
|
|
286
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcMobileDrop.vue').Props> & Readonly<{
|
|
287
|
-
onShow?: () => any;
|
|
288
|
-
onHide?: () => any;
|
|
289
|
-
}>, {
|
|
290
|
-
show: () => Promise<void>;
|
|
291
|
-
hide: () => void;
|
|
292
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
293
|
-
show: () => any;
|
|
294
|
-
hide: () => any;
|
|
295
|
-
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
296
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
297
|
-
created?: (() => void) | (() => void)[];
|
|
298
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
299
|
-
mounted?: (() => void) | (() => void)[];
|
|
300
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
301
|
-
updated?: (() => void) | (() => void)[];
|
|
302
|
-
activated?: (() => void) | (() => void)[];
|
|
303
|
-
deactivated?: (() => void) | (() => void)[];
|
|
304
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
305
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
306
|
-
destroyed?: (() => void) | (() => void)[];
|
|
307
|
-
unmounted?: (() => void) | (() => void)[];
|
|
308
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
309
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
310
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
311
|
-
};
|
|
312
|
-
$forceUpdate: () => void;
|
|
313
|
-
$nextTick: typeof import('vue').nextTick;
|
|
314
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
315
|
-
} & Readonly<{}> & Omit<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcMobileDrop.vue').Props> & Readonly<{
|
|
316
|
-
onShow?: () => any;
|
|
317
|
-
onHide?: () => any;
|
|
318
|
-
}>, "show" | "hide"> & import('vue').ShallowUnwrapRef<{
|
|
319
|
-
show: () => Promise<void>;
|
|
320
|
-
hide: () => void;
|
|
321
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
322
|
-
$slots: Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcMobileDrop.vue').Slots> & import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcMobileDrop.vue').Slots;
|
|
323
|
-
};
|
|
324
|
-
drop: HTMLDivElement;
|
|
325
|
-
};
|
|
326
|
-
$slots: Readonly<{
|
|
327
|
-
[name: string]: import('vue').Slot<any>;
|
|
328
|
-
}>;
|
|
329
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
330
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
|
331
|
-
$host: Element | null;
|
|
332
|
-
$emit: ((event: "hideDrop") => void) & ((event: "showDrop") => void);
|
|
333
|
-
$el: any;
|
|
334
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcDrop.vue').Props> & Readonly<{
|
|
335
|
-
onHideDrop?: () => any;
|
|
336
|
-
onShowDrop?: () => any;
|
|
337
|
-
}>, {
|
|
338
|
-
show: ({ event, useMouseAnchor }?: {
|
|
339
|
-
event?: Event;
|
|
340
|
-
useMouseAnchor?: boolean;
|
|
341
|
-
}) => void;
|
|
342
|
-
hide: () => void;
|
|
343
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
344
|
-
hideDrop: () => any;
|
|
345
|
-
showDrop: () => any;
|
|
346
|
-
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
347
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
348
|
-
created?: (() => void) | (() => void)[];
|
|
349
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
350
|
-
mounted?: (() => void) | (() => void)[];
|
|
351
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
352
|
-
updated?: (() => void) | (() => void)[];
|
|
353
|
-
activated?: (() => void) | (() => void)[];
|
|
354
|
-
deactivated?: (() => void) | (() => void)[];
|
|
355
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
356
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
357
|
-
destroyed?: (() => void) | (() => void)[];
|
|
358
|
-
unmounted?: (() => void) | (() => void)[];
|
|
359
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
360
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
361
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
362
|
-
};
|
|
363
|
-
$forceUpdate: () => void;
|
|
364
|
-
$nextTick: typeof import('vue').nextTick;
|
|
365
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
366
|
-
} & Readonly<{}> & Omit<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcDrop.vue').Props> & Readonly<{
|
|
367
|
-
onHideDrop?: () => any;
|
|
368
|
-
onShowDrop?: () => any;
|
|
369
|
-
}>, "show" | "hide"> & import('vue').ShallowUnwrapRef<{
|
|
370
|
-
show: ({ event, useMouseAnchor }?: {
|
|
371
|
-
event?: Event;
|
|
372
|
-
useMouseAnchor?: boolean;
|
|
373
|
-
}) => void;
|
|
374
|
-
hide: () => void;
|
|
375
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
376
|
-
$slots: Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcDrop.vue').Slots> & import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcDrop.vue').Slots;
|
|
377
|
-
};
|
|
378
|
-
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
379
|
-
P: {};
|
|
380
|
-
B: {};
|
|
381
|
-
D: {};
|
|
382
|
-
C: {};
|
|
383
|
-
M: {};
|
|
384
|
-
Defaults: {};
|
|
385
|
-
}, Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcFilterChip/OcFilterChip.vue').Props> & Readonly<{
|
|
386
|
-
onHideDrop?: () => any;
|
|
387
|
-
onShowDrop?: () => any;
|
|
388
|
-
onClearFilter?: () => any;
|
|
389
|
-
onToggleFilter?: () => any;
|
|
390
|
-
}>, {
|
|
391
|
-
hideDrop: () => void;
|
|
392
|
-
}, {}, {}, {}, {}>;
|
|
393
|
-
__isFragment?: never;
|
|
394
|
-
__isTeleport?: never;
|
|
395
|
-
__isSuspense?: never;
|
|
396
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcFilterChip/OcFilterChip.vue').Props> & Readonly<{
|
|
397
|
-
onHideDrop?: () => any;
|
|
398
|
-
onShowDrop?: () => any;
|
|
399
|
-
onClearFilter?: () => any;
|
|
400
|
-
onToggleFilter?: () => any;
|
|
401
|
-
}>, {
|
|
402
|
-
hideDrop: () => void;
|
|
403
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
404
|
-
hideDrop: () => any;
|
|
405
|
-
showDrop: () => any;
|
|
406
|
-
clearFilter: () => any;
|
|
407
|
-
toggleFilter: () => any;
|
|
408
|
-
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
409
|
-
$slots: Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcFilterChip/OcFilterChip.vue').Slot> & import('node_modules/@opencloud-eu/design-system/src/components/OcFilterChip/OcFilterChip.vue').Slot;
|
|
410
|
-
})>;
|
|
411
|
-
toggleItemSelection: (item: Item) => Promise<void>;
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
filterLabel: string;
|
|
4
|
+
filterName: string;
|
|
5
|
+
items: Item[];
|
|
6
|
+
idAttribute?: string;
|
|
7
|
+
displayNameAttribute?: string;
|
|
8
|
+
};
|
|
9
|
+
declare var __VLS_28: {
|
|
10
|
+
item: Item;
|
|
11
|
+
};
|
|
12
|
+
type __VLS_Slots = {} & {
|
|
13
|
+
item?: (props: typeof __VLS_28) => any;
|
|
14
|
+
};
|
|
15
|
+
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>, {
|
|
412
16
|
setSelectedItemsBasedOnQuery: () => void;
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
name?: string;
|
|
427
|
-
slogan?: string;
|
|
428
|
-
logo?: string;
|
|
429
|
-
logoMobile?: string;
|
|
430
|
-
urls?: {
|
|
431
|
-
accessDeniedHelp?: string;
|
|
432
|
-
imprint?: string;
|
|
433
|
-
privacy?: string;
|
|
434
|
-
accessibility?: string;
|
|
435
|
-
};
|
|
436
|
-
shareRoles?: Record<string, {
|
|
437
|
-
iconName: string;
|
|
438
|
-
}>;
|
|
439
|
-
designTokens?: {
|
|
440
|
-
roles?: Record<string, string>;
|
|
441
|
-
colorPalette?: Record<string, string>;
|
|
442
|
-
fontFamily?: string;
|
|
443
|
-
};
|
|
444
|
-
favicon?: string;
|
|
445
|
-
background?: string;
|
|
446
|
-
}, {
|
|
447
|
-
isDark: boolean;
|
|
448
|
-
label: string;
|
|
449
|
-
name?: string;
|
|
450
|
-
slogan?: string;
|
|
451
|
-
logo?: string;
|
|
452
|
-
logoMobile?: string;
|
|
453
|
-
urls?: {
|
|
454
|
-
accessDeniedHelp?: string;
|
|
455
|
-
imprint?: string;
|
|
456
|
-
privacy?: string;
|
|
457
|
-
accessibility?: string;
|
|
458
|
-
};
|
|
459
|
-
shareRoles?: Record<string, {
|
|
460
|
-
iconName: string;
|
|
461
|
-
}>;
|
|
462
|
-
designTokens?: {
|
|
463
|
-
roles?: Record<string, string>;
|
|
464
|
-
colorPalette?: Record<string, string>;
|
|
465
|
-
fontFamily?: string;
|
|
466
|
-
};
|
|
467
|
-
favicon?: string;
|
|
468
|
-
background?: string;
|
|
469
|
-
}>;
|
|
470
|
-
queryParam: string;
|
|
471
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "selectionChange"[], "selectionChange", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
472
|
-
filterLabel: {
|
|
473
|
-
type: StringConstructor;
|
|
474
|
-
required: true;
|
|
475
|
-
};
|
|
476
|
-
filterName: {
|
|
477
|
-
type: StringConstructor;
|
|
478
|
-
required: true;
|
|
479
|
-
};
|
|
480
|
-
items: {
|
|
481
|
-
type: PropType<Item[]>;
|
|
17
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
18
|
+
selectionChange: (value: Item) => void;
|
|
19
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>> & Readonly<{
|
|
20
|
+
onSelectionChange?: (value: Item) => any;
|
|
21
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
22
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
23
|
+
declare const _default: typeof __VLS_export;
|
|
24
|
+
export default _default;
|
|
25
|
+
type __VLS_TypePropsToOption<T> = {
|
|
26
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
27
|
+
type: import('vue').PropType<Required<T>[K]>;
|
|
28
|
+
} : {
|
|
29
|
+
type: import('vue').PropType<T[K]>;
|
|
482
30
|
required: true;
|
|
483
31
|
};
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
};
|
|
489
|
-
displayNameAttribute: {
|
|
490
|
-
type: StringConstructor;
|
|
491
|
-
required: false;
|
|
492
|
-
default: string;
|
|
32
|
+
};
|
|
33
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
34
|
+
new (): {
|
|
35
|
+
$slots: S;
|
|
493
36
|
};
|
|
494
|
-
}
|
|
495
|
-
onSelectionChange?: (...args: any[]) => any;
|
|
496
|
-
}>, {
|
|
497
|
-
idAttribute: string;
|
|
498
|
-
displayNameAttribute: string;
|
|
499
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
500
|
-
export default _default;
|
|
37
|
+
};
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { InlineFilterOption } from './types';
|
|
3
|
-
declare const _default:
|
|
3
|
+
declare const _default: typeof __VLS_export;
|
|
4
|
+
export default _default;
|
|
5
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
6
|
filterName: {
|
|
5
7
|
type: StringConstructor;
|
|
6
8
|
required: true;
|
|
@@ -11,9 +13,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11
13
|
};
|
|
12
14
|
}>, {
|
|
13
15
|
queryParam: string;
|
|
14
|
-
activeOption: import(
|
|
16
|
+
activeOption: import("vue").Ref<string, string>;
|
|
15
17
|
toggleFilter: (option: InlineFilterOption) => Promise<void>;
|
|
16
|
-
}, {}, {}, {}, import(
|
|
18
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "toggleFilter"[], "toggleFilter", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
19
|
filterName: {
|
|
18
20
|
type: StringConstructor;
|
|
19
21
|
required: true;
|
|
@@ -24,5 +26,4 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
24
26
|
};
|
|
25
27
|
}>> & Readonly<{
|
|
26
28
|
onToggleFilter?: (...args: any[]) => any;
|
|
27
|
-
}>, {}, {}, {}, {}, string, import(
|
|
28
|
-
export default _default;
|
|
29
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
3
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as AccountsSwitch } from './AccountsSwitch.vue';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Accounts';
|