UNPKG

@tplc/wot

Version:

410 lines (409 loc) 10.8 kB
import { type FormItemRule } from '../wd-form/types' declare const _default: __VLS_WithTemplateSlots< import('vue').DefineComponent< { customTextareaContainerClass: { type: import('vue').PropType<string> default: string } customTextareaClass: { type: import('vue').PropType<string> default: string } customLabelClass: { type: import('vue').PropType<string> default: string } modelValue: { type: (NumberConstructor | StringConstructor)[] default: string } placeholder: StringConstructor placeholderStyle: StringConstructor placeholderClass: { type: import('vue').PropType<string> default: string } disabled: { type: BooleanConstructor default: boolean } maxlength: { type: NumberConstructor default: number } autoFocus: { type: BooleanConstructor default: boolean } focus: { type: BooleanConstructor default: boolean } autoHeight: { type: BooleanConstructor default: boolean } fixed: { type: BooleanConstructor default: boolean } cursorSpacing: { type: NumberConstructor default: number } cursor: { type: NumberConstructor default: number } confirmType: import('vue').PropType<import('./types').ConfirmType> confirmHold: { type: BooleanConstructor default: boolean } showConfirmBar: { type: BooleanConstructor default: boolean } selectionStart: { type: NumberConstructor default: number } selectionEnd: { type: NumberConstructor default: number } adjustPosition: { type: BooleanConstructor default: boolean } disableDefaultPadding: { type: BooleanConstructor default: boolean } holdKeyboard: { type: BooleanConstructor default: boolean } showPassword: { type: BooleanConstructor default: boolean } clearable: { type: BooleanConstructor default: boolean } readonly: { type: BooleanConstructor default: boolean } prefixIcon: StringConstructor showWordLimit: { type: BooleanConstructor default: boolean } label: StringConstructor labelWidth: { type: import('vue').PropType<string> default: string } size: StringConstructor error: { type: BooleanConstructor default: boolean } center: { type: BooleanConstructor default: boolean } noBorder: { type: BooleanConstructor default: boolean } required: { type: BooleanConstructor default: boolean } prop: { type: import('vue').PropType<string> default: string } rules: { type: import('vue').PropType<FormItemRule[]> default: () => never[] } clearTrigger: { type: import('vue').PropType<import('../wd-input/types.js').InputClearTrigger> default: import('../wd-input/types.js').InputClearTrigger } focusWhenClear: { type: BooleanConstructor default: boolean } ignoreCompositionEvent: { type: BooleanConstructor default: boolean } inputmode: { type: import('vue').PropType<import('../wd-input/types.js').InputMode> default: import('../wd-input/types.js').InputMode } markerSide: { type: import('vue').PropType<'before' | 'after'> default: 'before' | 'after' } customStyle: { type: import('vue').PropType<string> default: string } customClass: { type: import('vue').PropType<string> default: string } }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { click: (...args: any[]) => void input: (...args: any[]) => void 'update:modelValue': (...args: any[]) => void confirm: (...args: any[]) => void clear: (...args: any[]) => void focus: (...args: any[]) => void blur: (...args: any[]) => void keyboardheightchange: (...args: any[]) => void clickprefixicon: (...args: any[]) => void linechange: (...args: any[]) => void }, string, import('vue').PublicProps, Readonly< import('vue').ExtractPropTypes<{ customTextareaContainerClass: { type: import('vue').PropType<string> default: string } customTextareaClass: { type: import('vue').PropType<string> default: string } customLabelClass: { type: import('vue').PropType<string> default: string } modelValue: { type: (NumberConstructor | StringConstructor)[] default: string } placeholder: StringConstructor placeholderStyle: StringConstructor placeholderClass: { type: import('vue').PropType<string> default: string } disabled: { type: BooleanConstructor default: boolean } maxlength: { type: NumberConstructor default: number } autoFocus: { type: BooleanConstructor default: boolean } focus: { type: BooleanConstructor default: boolean } autoHeight: { type: BooleanConstructor default: boolean } fixed: { type: BooleanConstructor default: boolean } cursorSpacing: { type: NumberConstructor default: number } cursor: { type: NumberConstructor default: number } confirmType: import('vue').PropType<import('./types').ConfirmType> confirmHold: { type: BooleanConstructor default: boolean } showConfirmBar: { type: BooleanConstructor default: boolean } selectionStart: { type: NumberConstructor default: number } selectionEnd: { type: NumberConstructor default: number } adjustPosition: { type: BooleanConstructor default: boolean } disableDefaultPadding: { type: BooleanConstructor default: boolean } holdKeyboard: { type: BooleanConstructor default: boolean } showPassword: { type: BooleanConstructor default: boolean } clearable: { type: BooleanConstructor default: boolean } readonly: { type: BooleanConstructor default: boolean } prefixIcon: StringConstructor showWordLimit: { type: BooleanConstructor default: boolean } label: StringConstructor labelWidth: { type: import('vue').PropType<string> default: string } size: StringConstructor error: { type: BooleanConstructor default: boolean } center: { type: BooleanConstructor default: boolean } noBorder: { type: BooleanConstructor default: boolean } required: { type: BooleanConstructor default: boolean } prop: { type: import('vue').PropType<string> default: string } rules: { type: import('vue').PropType<FormItemRule[]> default: () => never[] } clearTrigger: { type: import('vue').PropType<import('../wd-input/types.js').InputClearTrigger> default: import('../wd-input/types.js').InputClearTrigger } focusWhenClear: { type: BooleanConstructor default: boolean } ignoreCompositionEvent: { type: BooleanConstructor default: boolean } inputmode: { type: import('vue').PropType<import('../wd-input/types.js').InputMode> default: import('../wd-input/types.js').InputMode } markerSide: { type: import('vue').PropType<'before' | 'after'> default: 'before' | 'after' } customStyle: { type: import('vue').PropType<string> default: string } customClass: { type: import('vue').PropType<string> default: string } }> > & { onClick?: ((...args: any[]) => any) | undefined onFocus?: ((...args: any[]) => any) | undefined onBlur?: ((...args: any[]) => any) | undefined onInput?: ((...args: any[]) => any) | undefined 'onUpdate:modelValue'?: ((...args: any[]) => any) | undefined onConfirm?: ((...args: any[]) => any) | undefined onClear?: ((...args: any[]) => any) | undefined onKeyboardheightchange?: ((...args: any[]) => any) | undefined onClickprefixicon?: ((...args: any[]) => any) | undefined onLinechange?: ((...args: any[]) => any) | undefined }, { fixed: boolean customStyle: string customClass: string required: boolean center: boolean modelValue: string | number readonly: boolean error: boolean disabled: boolean rules: FormItemRule[] labelWidth: string prop: string customLabelClass: string markerSide: 'before' | 'after' clearable: boolean focus: boolean placeholderClass: string cursorSpacing: number cursor: number selectionStart: number selectionEnd: number adjustPosition: boolean holdKeyboard: boolean confirmHold: boolean maxlength: number showPassword: boolean showWordLimit: boolean noBorder: boolean clearTrigger: import('../wd-input/types.js').InputClearTrigger focusWhenClear: boolean ignoreCompositionEvent: boolean inputmode: import('../wd-input/types.js').InputMode customTextareaContainerClass: string customTextareaClass: string autoFocus: boolean autoHeight: boolean showConfirmBar: boolean disableDefaultPadding: boolean }, {} >, { prefix?(_: {}): any label?(_: {}): any } > export default _default type __VLS_WithTemplateSlots<T, S> = T & { new (): { $slots: S } }