import type { ScrollbarProps } from '../../_internal'; import type { ExtractPublicPropTypes, MaybeArray } from '../../_utils'; import type { Placement } from './DrawerBodyWrapper'; import { type CSSProperties, type PropType } from 'vue'; export declare const drawerProps: { readonly show: BooleanConstructor; readonly width: PropType; readonly height: PropType; readonly placement: { readonly type: PropType; readonly default: "right"; }; readonly maskClosable: { readonly type: BooleanConstructor; readonly default: true; }; readonly showMask: { readonly type: PropType; readonly default: true; }; readonly to: PropType; readonly displayDirective: { readonly type: PropType<"if" | "show">; readonly default: "if"; }; readonly nativeScrollbar: { readonly type: BooleanConstructor; readonly default: true; }; readonly zIndex: NumberConstructor; readonly onMaskClick: PropType<(e: MouseEvent) => void>; readonly scrollbarProps: PropType; readonly contentClass: StringConstructor; readonly contentStyle: PropType; readonly trapFocus: { readonly type: BooleanConstructor; readonly default: true; }; readonly onEsc: PropType<() => void>; readonly autoFocus: { readonly type: BooleanConstructor; readonly default: true; }; readonly closeOnEsc: { readonly type: BooleanConstructor; readonly default: true; }; readonly blockScroll: { readonly type: BooleanConstructor; readonly default: true; }; readonly maxWidth: NumberConstructor; readonly maxHeight: NumberConstructor; readonly minWidth: NumberConstructor; readonly minHeight: NumberConstructor; readonly resizable: BooleanConstructor; readonly defaultWidth: { readonly type: PropType; readonly default: 251; }; readonly defaultHeight: { readonly type: PropType; readonly default: 251; }; readonly onUpdateWidth: PropType void>>; readonly onUpdateHeight: PropType void>>; readonly 'onUpdate:width': PropType void>>; readonly 'onUpdate:height': PropType void>>; readonly 'onUpdate:show': PropType void>>; readonly onUpdateShow: PropType void>>; readonly onAfterEnter: PropType<() => void>; readonly onAfterLeave: PropType<() => void>; /** @deprecated */ readonly drawerStyle: PropType; readonly drawerClass: StringConstructor; readonly target: null; readonly onShow: PropType<(value: boolean) => void>; readonly onHide: PropType<(value: boolean) => void>; readonly theme: PropType; }>>; readonly themeOverrides: PropType; }>>>; readonly builtinThemeOverrides: PropType; }>>>; }; export type DrawerProps = ExtractPublicPropTypes; declare const _default: import("vue").DefineComponent; readonly height: PropType; readonly placement: { readonly type: PropType; readonly default: "right"; }; readonly maskClosable: { readonly type: BooleanConstructor; readonly default: true; }; readonly showMask: { readonly type: PropType; readonly default: true; }; readonly to: PropType; readonly displayDirective: { readonly type: PropType<"if" | "show">; readonly default: "if"; }; readonly nativeScrollbar: { readonly type: BooleanConstructor; readonly default: true; }; readonly zIndex: NumberConstructor; readonly onMaskClick: PropType<(e: MouseEvent) => void>; readonly scrollbarProps: PropType; readonly contentClass: StringConstructor; readonly contentStyle: PropType; readonly trapFocus: { readonly type: BooleanConstructor; readonly default: true; }; readonly onEsc: PropType<() => void>; readonly autoFocus: { readonly type: BooleanConstructor; readonly default: true; }; readonly closeOnEsc: { readonly type: BooleanConstructor; readonly default: true; }; readonly blockScroll: { readonly type: BooleanConstructor; readonly default: true; }; readonly maxWidth: NumberConstructor; readonly maxHeight: NumberConstructor; readonly minWidth: NumberConstructor; readonly minHeight: NumberConstructor; readonly resizable: BooleanConstructor; readonly defaultWidth: { readonly type: PropType; readonly default: 251; }; readonly defaultHeight: { readonly type: PropType; readonly default: 251; }; readonly onUpdateWidth: PropType void>>; readonly onUpdateHeight: PropType void>>; readonly 'onUpdate:width': PropType void>>; readonly 'onUpdate:height': PropType void>>; readonly 'onUpdate:show': PropType void>>; readonly onUpdateShow: PropType void>>; readonly onAfterEnter: PropType<() => void>; readonly onAfterLeave: PropType<() => void>; /** @deprecated */ readonly drawerStyle: PropType; readonly drawerClass: StringConstructor; readonly target: null; readonly onShow: PropType<(value: boolean) => void>; readonly onHide: PropType<(value: boolean) => void>; readonly theme: PropType; }>>; readonly themeOverrides: PropType; }>>>; readonly builtinThemeOverrides: PropType; }>>>; }>, { mergedClsPrefix: import("vue").Ref; namespace: import("vue").ComputedRef; mergedBodyStyle: import("vue").ComputedRef<(string | CSSProperties)[]>; handleOutsideClick: (e: MouseEvent) => void; handleMaskClick: (e: MouseEvent) => void; handleEsc: (e: KeyboardEvent) => void; mergedTheme: import("vue").ComputedRef<{ common: import("../..").ThemeCommonVars; self: { bodyPadding: string; borderRadius: string; headerPadding: string; footerPadding: string; color: string; textColor: string; titleTextColor: string; titleFontSize: string; titleFontWeight: string; boxShadow: string; lineHeight: string; headerBorderBottom: string; footerBorderTop: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; closeSize: string; closeIconSize: string; closeColorHover: string; closeColorPressed: string; closeBorderRadius: string; resizableTriggerColorHover: string; }; peers: { Scrollbar: import("../../_mixins").Theme<"Scrollbar", { height: string; width: string; borderRadius: string; color: string; colorHover: string; railInsetHorizontalBottom: string; railInsetHorizontalTop: string; railInsetVerticalRight: string; railInsetVerticalLeft: string; railColor: string; }, any>; }; peerOverrides: { Scrollbar?: { peers?: { [x: string]: any; } | undefined; } | undefined; }; }>; cssVars: import("vue").ComputedRef<{ '--n-line-height': string; '--n-color': string; '--n-border-radius': string; '--n-text-color': string; '--n-box-shadow': string; '--n-bezier': string; '--n-bezier-out': string; '--n-bezier-in': string; '--n-header-padding': string; '--n-body-padding': string; '--n-footer-padding': string; '--n-title-text-color': string; '--n-title-font-size': string; '--n-title-font-weight': string; '--n-header-border-bottom': string; '--n-footer-border-top': string; '--n-close-icon-color': string; '--n-close-icon-color-hover': string; '--n-close-icon-color-pressed': string; '--n-close-size': string; '--n-close-color-hover': string; '--n-close-color-pressed': string; '--n-close-icon-size': string; '--n-close-border-radius': string; '--n-resize-trigger-color-hover': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; isMounted: Readonly>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly height: PropType; readonly placement: { readonly type: PropType; readonly default: "right"; }; readonly maskClosable: { readonly type: BooleanConstructor; readonly default: true; }; readonly showMask: { readonly type: PropType; readonly default: true; }; readonly to: PropType; readonly displayDirective: { readonly type: PropType<"if" | "show">; readonly default: "if"; }; readonly nativeScrollbar: { readonly type: BooleanConstructor; readonly default: true; }; readonly zIndex: NumberConstructor; readonly onMaskClick: PropType<(e: MouseEvent) => void>; readonly scrollbarProps: PropType; readonly contentClass: StringConstructor; readonly contentStyle: PropType; readonly trapFocus: { readonly type: BooleanConstructor; readonly default: true; }; readonly onEsc: PropType<() => void>; readonly autoFocus: { readonly type: BooleanConstructor; readonly default: true; }; readonly closeOnEsc: { readonly type: BooleanConstructor; readonly default: true; }; readonly blockScroll: { readonly type: BooleanConstructor; readonly default: true; }; readonly maxWidth: NumberConstructor; readonly maxHeight: NumberConstructor; readonly minWidth: NumberConstructor; readonly minHeight: NumberConstructor; readonly resizable: BooleanConstructor; readonly defaultWidth: { readonly type: PropType; readonly default: 251; }; readonly defaultHeight: { readonly type: PropType; readonly default: 251; }; readonly onUpdateWidth: PropType void>>; readonly onUpdateHeight: PropType void>>; readonly 'onUpdate:width': PropType void>>; readonly 'onUpdate:height': PropType void>>; readonly 'onUpdate:show': PropType void>>; readonly onUpdateShow: PropType void>>; readonly onAfterEnter: PropType<() => void>; readonly onAfterLeave: PropType<() => void>; /** @deprecated */ readonly drawerStyle: PropType; readonly drawerClass: StringConstructor; readonly target: null; readonly onShow: PropType<(value: boolean) => void>; readonly onHide: PropType<(value: boolean) => void>; readonly theme: PropType; }>>; readonly themeOverrides: PropType; }>>>; readonly builtinThemeOverrides: PropType; }>>>; }>> & Readonly<{}>, { readonly show: boolean; readonly autoFocus: boolean; readonly placement: Placement; readonly displayDirective: "show" | "if"; readonly resizable: boolean; readonly maskClosable: boolean; readonly trapFocus: boolean; readonly closeOnEsc: boolean; readonly blockScroll: boolean; readonly nativeScrollbar: boolean; readonly showMask: boolean | "transparent"; readonly defaultWidth: string | number; readonly defaultHeight: string | number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;