import { nextTick } from 'vue'; import { SectionListProps } from '../../../types/canvas'; import { CanvasRetrieve, Canvas } from '../../../../../../types/openapi'; type __VLS_Props = { isSavingCanvas: boolean; selectionStrategy?: SectionListProps['selection_strategy']; selectedSectionIds: CanvasRetrieve['id'][]; cancelText?: string; doneText?: string; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { select: (items: CanvasRetrieve[]) => any; cancel: () => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ onSelect?: ((items: CanvasRetrieve[]) => any) | undefined; onCancel?: (() => any) | undefined; }>, { selectionStrategy: "app" | "single" | "free" | "at-least-one"; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { toolbarWrapper: HTMLDivElement; smartFoldersRef: import('vue').CreateComponentPublicInstanceWithMixins & 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; }>, { showConfigurationModal: () => void; addSelectedSections: (position?: "top" | "bottom") => void; removeSelectedSections: () => void; getSelectedSections: () => CanvasRetrieve[]; calculateContentHeight: () => void; }, {}, {}, {}, 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; }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, { containerRef: HTMLDivElement; toolbarRef: HTMLDivElement; listRef: ({ $: import('vue').ComponentInternalInstance; $data: {}; $props: { readonly data: import('../../../../../components/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('../../../../../components/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('../../../../../components/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, import('vue').ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<{ storageKey: string; mode: "management" | "selector"; selectedSectionIds?: CanvasRetrieve["id"][]; addedSectionIds?: CanvasRetrieve["id"][]; }> & 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; }>, { showConfigurationModal: () => void; addSelectedSections: (position?: "top" | "bottom") => void; removeSelectedSections: () => void; getSelectedSections: () => CanvasRetrieve[]; calculateContentHeight: () => void; }, {}, {}, {}, {}> | null; sectionSelectorSelectedRef: import('vue').CreateComponentPublicInstanceWithMixins & Readonly<{ onRemove?: ((item: Canvas) => any) | undefined; onDrop?: ((dropOnItemId?: string | undefined, index?: number | undefined) => any) | undefined; onClear?: (() => any) | undefined; "onUpdate:modelValue"?: ((items: Canvas[]) => any) | undefined; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { remove: (item: Canvas) => any; drop: (dropOnItemId?: string | undefined, index?: number | undefined) => any; clear: () => any; "update:modelValue": (items: Canvas[]) => any; }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<{ modelValue: Canvas[]; }> & Readonly<{ onRemove?: ((item: Canvas) => any) | undefined; onDrop?: ((dropOnItemId?: string | undefined, index?: number | undefined) => any) | undefined; onClear?: (() => any) | undefined; "onUpdate:modelValue"?: ((items: Canvas[]) => any) | undefined; }>, {}, {}, {}, {}, {}> | null; }, any>; export default _default;