import { nextTick } from 'vue'; import { CanvasRetrieve } from '../../../types/openapi'; type __VLS_Props = { storageKey: string; mode: 'management' | 'selector'; selectedSectionIds?: CanvasRetrieve['id'][]; addedSectionIds?: CanvasRetrieve['id'][]; }; declare function onSmartFoldersConfigure(): void; declare function getSelectedSections(): CanvasRetrieve[]; declare function calculateContentHeight(): void; declare function addSelectedSections(position?: 'top' | 'bottom'): void; declare function removeSelectedSections(): void; declare const _default: import('vue').DefineComponent<__VLS_Props, { showConfigurationModal: typeof onSmartFoldersConfigure; addSelectedSections: typeof addSelectedSections; removeSelectedSections: typeof removeSelectedSections; getSelectedSections: typeof getSelectedSections; calculateContentHeight: typeof calculateContentHeight; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "clear-selection": () => any; "open-section": (section: CanvasRetrieve) => any; "edit-section": (section: CanvasRetrieve) => any; "section-select": (section: CanvasRetrieve) => any; "section-add": (section: CanvasRetrieve) => any; "section-remove": (section: CanvasRetrieve) => any; "sections-bulk-add": (sections: CanvasRetrieve[], position?: "bottom" | "top" | undefined, targetIndex?: number | undefined) => any; "sections-bulk-remove": (sections: CanvasRetrieve[]) => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ "onClear-selection"?: (() => any) | undefined; "onOpen-section"?: ((section: CanvasRetrieve) => any) | undefined; "onEdit-section"?: ((section: CanvasRetrieve) => any) | undefined; "onSection-select"?: ((section: CanvasRetrieve) => any) | undefined; "onSection-add"?: ((section: CanvasRetrieve) => any) | undefined; "onSection-remove"?: ((section: CanvasRetrieve) => any) | undefined; "onSections-bulk-add"?: ((sections: CanvasRetrieve[], position?: "bottom" | "top" | undefined, targetIndex?: number | undefined) => any) | undefined; "onSections-bulk-remove"?: ((sections: CanvasRetrieve[]) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { containerRef: HTMLDivElement; toolbarRef: HTMLDivElement; listRef: ({ $: import('vue').ComponentInternalInstance; $data: {}; $props: { readonly data: import('../CList/CList.vue').ListDataItem[]; readonly selectedIds?: (number | string)[] | undefined; readonly maxRowHeight: number; readonly height?: number | undefined; readonly movable?: boolean | undefined; readonly onMove?: ((...args: any[]) => any) | undefined; readonly "onItem:click"?: ((...args: any[]) => any) | undefined; } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps; $attrs: { [x: string]: unknown; }; $refs: { [x: string]: unknown; } & { virtualizerContainerRef: HTMLDivElement; }; $slots: Readonly<{ [name: string]: import('vue').Slot | undefined; }>; $root: import('vue').ComponentPublicInstance | null; $parent: import('vue').ComponentPublicInstance | null; $host: Element | null; $emit: ((event: "move", ...args: any[]) => void) & ((event: "item:click", ...args: any[]) => void); $el: HTMLDivElement; $options: import('vue').ComponentOptionsBase & Readonly<{ onMove?: ((...args: any[]) => any) | undefined; "onItem:click"?: ((...args: any[]) => any) | undefined; }>, { updateContextMenuItem: (item: import('../CList/CList.vue').ListDataItem, isOpen: boolean, e?: MouseEvent) => void; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { move: (...args: any[]) => void; "item:click": (...args: any[]) => void; }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & { beforeCreate?: (() => void) | (() => void)[]; created?: (() => void) | (() => void)[]; beforeMount?: (() => void) | (() => void)[]; mounted?: (() => void) | (() => void)[]; beforeUpdate?: (() => void) | (() => void)[]; updated?: (() => void) | (() => void)[]; activated?: (() => void) | (() => void)[]; deactivated?: (() => void) | (() => void)[]; beforeDestroy?: (() => void) | (() => void)[]; beforeUnmount?: (() => void) | (() => void)[]; destroyed?: (() => void) | (() => void)[]; unmounted?: (() => void) | (() => void)[]; renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]; renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]; errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[]; }; $forceUpdate: () => void; $nextTick: typeof nextTick; $watch 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; } & Readonly<{}> & Omit & Readonly<{ onMove?: ((...args: any[]) => any) | undefined; "onItem:click"?: ((...args: any[]) => any) | undefined; }>, "updateContextMenuItem"> & import('vue').ShallowUnwrapRef<{ updateContextMenuItem: (item: import('../CList/CList.vue').ListDataItem, isOpen: boolean, e?: MouseEvent) => void; }> & {} & import('vue').ComponentCustomProperties & {} & { $slots: { item?(_: { index: number; isContextMenuOpen: boolean; isDraggedOver: boolean; isSelected: boolean; item: { [key: string]: any; id: number | string; }; }): any; 'item:context-menu'?(_: { item: { [key: string]: any; id: number | string; }; }): any; }; }) | null; }, HTMLDivElement>; export default _default;