import { VNode } from 'vue'; import { ToolPanelContext } from './tool-panel-registry'; /** * Props for TbwGridToolPanel */ type __VLS_Props = { /** * Unique identifier for this tool panel. */ id: string; /** * Display title for the panel tab/button. Mapped to the `title` attribute * on the underlying `` element. This is the canonical * name — it matches the core grid contract and the React/Angular adapters. */ title?: string; /** * Vue-only alias for {@link title}, accepted so existing templates keep * working. `title` wins when both are supplied. Prefer `title` for parity * with the core grid and the other adapters. */ label?: string; /** * Icon for the panel tab (string or SVG). */ icon?: string; /** * Tooltip text for the accordion header. */ tooltip?: string; /** * Panel order priority. Lower values appear first. * @default 100 */ order?: number; }; declare const resolvedTitle: import('vue').ComputedRef; declare const __VLS_slots: Readonly<{ /** Tool panel content slot */ default?: (props: ToolPanelContext) => VNode[]; }> & { /** Tool panel content slot */ default?: (props: ToolPanelContext) => VNode[]; }; declare const panelRef: import('vue').Ref; declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly<{ /** Tool panel content slot */ default?: (props: ToolPanelContext) => VNode[]; }> & { /** Tool panel content slot */ default?: (props: ToolPanelContext) => VNode[]; }; refs: { panelRef: ({ $: import('vue').ComponentInternalInstance; $data: {}; $props: { readonly id: string; readonly title?: string | undefined; readonly label?: string | undefined; readonly icon?: string | undefined; readonly tooltip?: string | undefined; readonly order?: number | undefined; } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps; $attrs: import('vue').Attrs; $refs: { [x: string]: unknown; }; $slots: Readonly<{ [name: string]: import('vue').Slot | undefined; }>; $root: import('vue').ComponentPublicInstance | null; $parent: import('vue').ComponentPublicInstance | null; $host: Element | null; $emit: (event: string, ...args: any[]) => void; $el: any; $options: import('vue').ComponentOptionsBase & Readonly<{}>, { resolvedTitle: typeof resolvedTitle; panelRef: typeof panelRef; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, { order: number; }, {}, 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 import('vue').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<{ order: number; }> & Omit & Readonly<{}>, "order" | "resolvedTitle" | "panelRef"> & { resolvedTitle: string; panelRef: HTMLElement | null; } & {} & import('vue').ComponentCustomProperties & {} & { $slots: typeof __VLS_slots; }) | null; }; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, { order: number; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { panelRef: ({ $: import('vue').ComponentInternalInstance; $data: {}; $props: { readonly id: string; readonly title?: string | undefined; readonly label?: string | undefined; readonly icon?: string | undefined; readonly tooltip?: string | undefined; readonly order?: number | undefined; } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps; $attrs: import('vue').Attrs; $refs: { [x: string]: unknown; }; $slots: Readonly<{ [name: string]: import('vue').Slot | undefined; }>; $root: import('vue').ComponentPublicInstance | null; $parent: import('vue').ComponentPublicInstance | null; $host: Element | null; $emit: (event: string, ...args: any[]) => void; $el: any; $options: import('vue').ComponentOptionsBase & Readonly<{}>, { resolvedTitle: typeof resolvedTitle; panelRef: typeof panelRef; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, { order: number; }, {}, 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 import('vue').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<{ order: number; }> & Omit & Readonly<{}>, "order" | "resolvedTitle" | "panelRef"> & { resolvedTitle: string; panelRef: HTMLElement | null; } & {} & import('vue').ComponentCustomProperties & {} & { $slots: typeof __VLS_slots; }) | null; }, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=TbwGridToolPanel.vue.d.ts.map