import type { LooseRequired } from '@vue/shared'; import type { InputAutoSize, FormContext, FormItemContext } from 'element-plus'; import type { DefineComponent, PropType, CSSProperties, StyleValue, ExtractPropTypes, Slot, ComputedRef, Ref, ShallowRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue'; import type { SFCWithInstall, EpPropFinalized, EpPropMergeType, Mutable } from 'element-plus/es/utils'; declare const _sfc_main: SFCWithInstall; readonly size: { readonly type: PropType>; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly disabled: BooleanConstructor; readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>; readonly type: EpPropFinalized; readonly resize: { readonly type: PropType>; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly autosize: EpPropFinalized<(new (...args: any[]) => boolean | { minRows?: number; maxRows?: number; }) | (() => InputAutoSize) | ((new (...args: any[]) => boolean | { minRows?: number; maxRows?: number; }) | (() => InputAutoSize))[], unknown, unknown, false, boolean>; readonly autocomplete: EpPropFinalized; readonly formatter: { readonly type: PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly parser: { readonly type: PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly placeholder: { readonly type: PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly form: { readonly type: PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly readonly: EpPropFinalized; readonly clearable: EpPropFinalized; readonly showPassword: EpPropFinalized; readonly showWordLimit: EpPropFinalized; readonly suffixIcon: { readonly type: PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly prefixIcon: { readonly type: PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly containerRole: EpPropFinalized; readonly label: EpPropFinalized; readonly tabindex: EpPropFinalized; readonly validateEvent: EpPropFinalized; readonly inputStyle: EpPropFinalized<(new (...args: any[]) => string | CSSProperties | StyleValue[]) | (() => StyleValue) | ((new (...args: any[]) => string | CSSProperties | StyleValue[]) | (() => StyleValue))[], unknown, unknown, () => Mutable<{}>, boolean>; readonly autofocus: EpPropFinalized; }, { props: Readonly; readonly size: { readonly type: PropType>; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly disabled: BooleanConstructor; readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>; readonly type: EpPropFinalized; readonly resize: { readonly type: PropType>; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly autosize: EpPropFinalized<(new (...args: any[]) => boolean | { minRows?: number; maxRows?: number; }) | (() => InputAutoSize) | ((new (...args: any[]) => boolean | { minRows?: number; maxRows?: number; }) | (() => InputAutoSize))[], unknown, unknown, false, boolean>; readonly autocomplete: EpPropFinalized; readonly formatter: { readonly type: PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly parser: { readonly type: PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly placeholder: { readonly type: PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly form: { readonly type: PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly readonly: EpPropFinalized; readonly clearable: EpPropFinalized; readonly showPassword: EpPropFinalized; readonly showWordLimit: EpPropFinalized; readonly suffixIcon: { readonly type: PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly prefixIcon: { readonly type: PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly containerRole: EpPropFinalized; readonly label: EpPropFinalized; readonly tabindex: EpPropFinalized; readonly validateEvent: EpPropFinalized; readonly inputStyle: EpPropFinalized<(new (...args: any[]) => string | CSSProperties | StyleValue[]) | (() => StyleValue) | ((new (...args: any[]) => string | CSSProperties | StyleValue[]) | (() => StyleValue))[], unknown, unknown, () => Mutable<{}>, boolean>; readonly autofocus: EpPropFinalized; }>> & { onChange?: (value: string) => any; "onUpdate:modelValue"?: (value: string) => any; onInput?: (value: string) => any; onBlur?: (evt: FocusEvent) => any; onFocus?: (evt: FocusEvent) => any; onClear?: () => any; onCompositionend?: (evt: CompositionEvent) => any; onCompositionstart?: (evt: CompositionEvent) => any; onCompositionupdate?: (evt: CompositionEvent) => any; onKeydown?: (evt: Event | KeyboardEvent) => any; onMouseenter?: (evt: MouseEvent) => any; onMouseleave?: (evt: MouseEvent) => any; }>>; emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "clear") => void); rawAttrs: { [x: string]: unknown; }; slots: Readonly<{ [name: string]: Slot; }>; containerAttrs: ComputedRef>; containerKls: ComputedRef; wrapperKls: ComputedRef; attrs: ComputedRef>; form: FormContext; formItem: FormItemContext; inputId: Ref; inputSize: ComputedRef<"" | "default" | "small" | "large">; inputDisabled: ComputedRef; nsInput: { namespace: ComputedRef; b: (blockSuffix?: string) => string; e: (element?: string) => string; m: (modifier?: string) => string; be: (blockSuffix?: string, element?: string) => string; em: (element?: string, modifier?: string) => string; bm: (blockSuffix?: string, modifier?: string) => string; bem: (blockSuffix?: string, element?: string, modifier?: string) => string; is: { (name: string, state: boolean): string; (name: string): string; }; cssVar: (object: Record) => Record; cssVarName: (name: string) => string; cssVarBlock: (object: Record) => Record; cssVarBlockName: (name: string) => string; }; nsTextarea: { namespace: ComputedRef; b: (blockSuffix?: string) => string; e: (element?: string) => string; m: (modifier?: string) => string; be: (blockSuffix?: string, element?: string) => string; em: (element?: string, modifier?: string) => string; bm: (blockSuffix?: string, modifier?: string) => string; bem: (blockSuffix?: string, element?: string, modifier?: string) => string; is: { (name: string, state: boolean): string; (name: string): string; }; cssVar: (object: Record) => Record; cssVarName: (name: string) => string; cssVarBlock: (object: Record) => Record; cssVarBlockName: (name: string) => string; }; input: ShallowRef; textarea: ShallowRef; hovering: Ref; isComposing: Ref; passwordVisible: Ref; countStyle: Ref; textareaCalcStyle: ShallowRef; _ref: ComputedRef; wrapperRef: ShallowRef; isFocused: Ref; handleFocus: (event: FocusEvent) => void; handleBlur: (event: FocusEvent) => void; needStatusIcon: ComputedRef; validateState: ComputedRef<"" | "success" | "error" | "validating">; validateIcon: ComputedRef; passwordIcon: ComputedRef; containerStyle: ComputedRef; textareaStyle: ComputedRef; nativeInputValue: ComputedRef; showClear: ComputedRef; showPwdVisible: ComputedRef; isWordLimitVisible: ComputedRef; textLength: ComputedRef; inputExceed: ComputedRef; suffixVisible: ComputedRef; recordCursor: () => void; setCursor: () => void; resizeTextarea: () => void; createOnceInitResize: (resizeTextarea: () => void) => () => void; onceInitSizeTextarea: () => void; setNativeInputValue: () => void; handleInput: (event: Event) => Promise; handleChange: (event: Event) => void; handleCompositionStart: (event: CompositionEvent) => void; handleCompositionUpdate: (event: CompositionEvent) => void; handleCompositionEnd: (event: CompositionEvent) => void; handlePasswordVisible: () => void; focus: () => Promise; blur: () => void; handleMouseLeave: (evt: MouseEvent) => void; handleMouseEnter: (evt: MouseEvent) => void; handleKeydown: (evt: KeyboardEvent) => void; select: () => void; clear: () => void; ElIcon: SFCWithInstall string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly color: { readonly type: PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; }, { props: Readonly string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly color: { readonly type: PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; }>> & { [x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any); }>>; ns: { namespace: ComputedRef; b: (blockSuffix?: string) => string; e: (element?: string) => string; m: (modifier?: string) => string; be: (blockSuffix?: string, element?: string) => string; em: (element?: string, modifier?: string) => string; bm: (blockSuffix?: string, modifier?: string) => string; bem: (blockSuffix?: string, element?: string, modifier?: string) => string; is: { (name: string, state: boolean): string; (name: string): string; }; cssVar: (object: Record) => Record; cssVarName: (name: string) => string; cssVarBlock: (object: Record) => Record; cssVarBlockName: (name: string) => string; }; style: ComputedRef; }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly color: { readonly type: PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; }>>, {}, {}>> & Record; CircleClose: any; NOOP: () => void; }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:modelValue": (value: string) => boolean; input: (value: string) => boolean; change: (value: string) => boolean; focus: (evt: FocusEvent) => boolean; blur: (evt: FocusEvent) => boolean; clear: () => boolean; mouseleave: (evt: MouseEvent) => boolean; mouseenter: (evt: MouseEvent) => boolean; keydown: (evt: Event | KeyboardEvent) => boolean; compositionstart: (evt: CompositionEvent) => boolean; compositionupdate: (evt: CompositionEvent) => boolean; compositionend: (evt: CompositionEvent) => boolean; }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly; readonly size: { readonly type: PropType>; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly disabled: BooleanConstructor; readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>; readonly type: EpPropFinalized; readonly resize: { readonly type: PropType>; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly autosize: EpPropFinalized<(new (...args: any[]) => boolean | { minRows?: number; maxRows?: number; }) | (() => InputAutoSize) | ((new (...args: any[]) => boolean | { minRows?: number; maxRows?: number; }) | (() => InputAutoSize))[], unknown, unknown, false, boolean>; readonly autocomplete: EpPropFinalized; readonly formatter: { readonly type: PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly parser: { readonly type: PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly placeholder: { readonly type: PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly form: { readonly type: PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly readonly: EpPropFinalized; readonly clearable: EpPropFinalized; readonly showPassword: EpPropFinalized; readonly showWordLimit: EpPropFinalized; readonly suffixIcon: { readonly type: PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly prefixIcon: { readonly type: PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly containerRole: EpPropFinalized; readonly label: EpPropFinalized; readonly tabindex: EpPropFinalized; readonly validateEvent: EpPropFinalized; readonly inputStyle: EpPropFinalized<(new (...args: any[]) => string | CSSProperties | StyleValue[]) | (() => StyleValue) | ((new (...args: any[]) => string | CSSProperties | StyleValue[]) | (() => StyleValue))[], unknown, unknown, () => Mutable<{}>, boolean>; readonly autofocus: EpPropFinalized; }>> & { onChange?: (value: string) => any; "onUpdate:modelValue"?: (value: string) => any; onInput?: (value: string) => any; onBlur?: (evt: FocusEvent) => any; onFocus?: (evt: FocusEvent) => any; onClear?: () => any; onCompositionend?: (evt: CompositionEvent) => any; onCompositionstart?: (evt: CompositionEvent) => any; onCompositionupdate?: (evt: CompositionEvent) => any; onKeydown?: (evt: Event | KeyboardEvent) => any; onMouseenter?: (evt: MouseEvent) => any; onMouseleave?: (evt: MouseEvent) => any; }, { readonly type: string; readonly modelValue: EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>; readonly label: string; readonly id: string; readonly disabled: boolean; readonly clearable: EpPropMergeType; readonly autosize: InputAutoSize; readonly autocomplete: string; readonly readonly: EpPropMergeType; readonly showPassword: EpPropMergeType; readonly showWordLimit: EpPropMergeType; readonly containerRole: string; readonly tabindex: EpPropMergeType; readonly validateEvent: EpPropMergeType; readonly inputStyle: StyleValue; readonly autofocus: EpPropMergeType; }, {}>> & Record; export default _sfc_main;