faim
Version:
Element Plus & Element UI isomorphic UI component library, more than Element.
73 lines (72 loc) • 2.06 kB
text/typescript
declare const _default: import("vue-demi").DefineComponent<import("vue-demi").ExtractPropTypes<{
[x: string]: {};
title: {};
elFormProps: {};
retrieve: {};
confirm: {};
deny: {};
save: {};
reset: {};
locale: {};
}>, {}, {
initialValue: undefined;
initiated: boolean;
retrieving_inner: boolean;
confirming: boolean;
denying: boolean;
saving: boolean;
closing: boolean;
scrollbar: null;
isFullscreen: boolean;
labelWidth: undefined;
key: number;
isVue3: boolean;
}, {
Readonly(): any;
Locale(): any;
Listeners(): any;
Slots(): any;
headerSlotName(): "header" | "title";
ShowFullscreenToggle(): any;
ShowConfirmButton(): any;
ShowDenyButton(): any;
ShowSaveButton(): any;
ShowResetButton(): any;
ShowCancelButton(): any;
ReverseButtons(): any;
ValueIsPlainObject(): boolean;
Title(): any;
Retrieving(): any;
Retrieve(): any;
Confirm(): any;
Deny(): any;
Save(): any;
Reset(): any;
ElDialogProps(): any;
ElFormProps(): any;
}, {
isGlobalSlot: typeof isGlobalSlot;
toggleFullscreen(newValue?: boolean): void;
computeLabelWidth(): void;
onClose(): void;
onClosed(): void;
close(): void;
doClose(): void;
onAction(type: any, status: any): void;
onReset(): void;
highlightError: (selectors?: string | Element | NodeList, container?: Window & typeof globalThis) => void;
}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, string[], string, import("vue-demi").PublicProps, Readonly<import("vue-demi").ExtractPropTypes<{
[x: string]: {};
title: {};
elFormProps: {};
retrieve: {};
confirm: {};
deny: {};
save: {};
reset: {};
locale: {};
}>> & Readonly<{
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue-demi").ComponentProvideOptions, true, {}, any>;
export default _default;
import { isGlobalSlot } from '../../utils';