UNPKG

sard-uniapp

Version:

sard-uniapp 是一套基于 Uniapp + Vue3 框架开发的兼容多端的 UI 组件库

50 lines (49 loc) 1.97 kB
import { InputBaseProps } from './common'; declare const _default: import("vue").DefineComponent<InputBaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { blur: (event: any) => any; confirm: (event: any) => any; focus: (event: any) => any; input: (value: string) => any; keyboardheightchange: (event: any) => any; }, string, import("vue").PublicProps, Readonly<InputBaseProps> & Readonly<{ onBlur?: ((event: any) => any) | undefined; onConfirm?: ((event: any) => any) | undefined; onFocus?: ((event: any) => any) | undefined; onInput?: ((value: string) => any) | undefined; onKeyboardheightchange?: ((event: any) => any) | undefined; }>, { value: string; rootStyle: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null; rootClass: string; disabled: boolean; type: "text" | "number" | "idcard" | "digit" | "tel" | "safe-password" | "nickname"; placeholder: string; placeholderStyle: string; placeholderClass: string; maxlength: number; focus: boolean; cursorSpacing: number; cursor: number; confirmType: "send" | "search" | "next" | "go" | "done"; confirmHold: boolean; selectionStart: number; selectionEnd: number; adjustPosition: boolean; holdKeyboard: boolean; ignoreCompositionEvent: boolean; inputmode: "none" | "text" | "decimal" | "numeric" | "tel" | "search" | "email" | "url"; enableNative: boolean; autoBlur: boolean; alwaysEmbed: boolean; safePasswordCertPath: string; safePasswordLength: string; safePasswordTimeStamp: string; safePasswordNonce: string; safePasswordSalt: string; safePasswordCustomHash: string; randomNumber: boolean; password: boolean; controlled: boolean; alwaysSystem: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;