import type { App } from 'vue'; import type { SDOptions } from '../_utils/types'; import _Input from './input'; import _InputGroup from './input-group.vue'; import _InputPassword from './input-password.vue'; import _InputSearch from './input-search'; declare const Input: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins; }; allowClear: { type: BooleanConstructor; default: boolean; }; disabled: { type: BooleanConstructor; default: boolean; }; readonly: { type: (StringConstructor | BooleanConstructor)[]; default: boolean; }; error: { type: BooleanConstructor; default: boolean; }; placeholder: StringConstructor; fitWidth: { type: BooleanConstructor; default: boolean; }; maxWFull: { type: BooleanConstructor; default: boolean; }; maxLength: { type: import("vue").PropType; default: number; }; showWordLimit: { type: BooleanConstructor; default: boolean; }; wordLength: { type: import("vue").PropType<(value: string) => number>; }; wordSlice: { type: import("vue").PropType<(value: string, maxLength: number) => string>; }; inputAttrs: { type: ObjectConstructor; }; type: { type: import("vue").PropType<"text" | "password">; default: string; }; fitWidthFallback: { type: StringConstructor; default: string; }; prepend: StringConstructor; append: StringConstructor; }>> & Readonly<{ onClear?: ((_ev: MouseEvent) => any) | undefined; onFocus?: ((_ev: FocusEvent) => any) | undefined; onBlur?: ((_ev: FocusEvent) => any) | undefined; onChange?: ((_value: string, _ev: Event) => any) | undefined; onInput?: ((_value: string, _ev: Event) => any) | undefined; "onUpdate:modelValue"?: ((_value: string) => any) | undefined; onPressEnter?: ((_ev: KeyboardEvent) => any) | undefined; }>, { inputRef: import("vue").Ref; render: () => import("vue/jsx-runtime").JSX.Element; }, {}, {}, { focus(): void; blur(): void; }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { 'update:modelValue': (_value: string) => true; input: (_value: string, _ev: Event) => true; change: (_value: string, _ev: Event) => true; pressEnter: (_ev: KeyboardEvent) => true; clear: (_ev: MouseEvent) => true; focus: (_ev: FocusEvent) => true; blur: (_ev: FocusEvent) => true; }, import("vue").PublicProps, { type: "text" | "password"; disabled: boolean; error: boolean; readonly: string | boolean; defaultValue: string; allowClear: boolean; fitWidth: boolean; maxWFull: boolean; maxLength: number | { length: number; errorOnly?: boolean; }; showWordLimit: boolean; fitWidthFallback: string; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly; }; allowClear: { type: BooleanConstructor; default: boolean; }; disabled: { type: BooleanConstructor; default: boolean; }; readonly: { type: (StringConstructor | BooleanConstructor)[]; default: boolean; }; error: { type: BooleanConstructor; default: boolean; }; placeholder: StringConstructor; fitWidth: { type: BooleanConstructor; default: boolean; }; maxWFull: { type: BooleanConstructor; default: boolean; }; maxLength: { type: import("vue").PropType; default: number; }; showWordLimit: { type: BooleanConstructor; default: boolean; }; wordLength: { type: import("vue").PropType<(value: string) => number>; }; wordSlice: { type: import("vue").PropType<(value: string, maxLength: number) => string>; }; inputAttrs: { type: ObjectConstructor; }; type: { type: import("vue").PropType<"text" | "password">; default: string; }; fitWidthFallback: { type: StringConstructor; default: string; }; prepend: StringConstructor; append: StringConstructor; }>> & Readonly<{ onClear?: ((_ev: MouseEvent) => any) | undefined; onFocus?: ((_ev: FocusEvent) => any) | undefined; onBlur?: ((_ev: FocusEvent) => any) | undefined; onChange?: ((_value: string, _ev: Event) => any) | undefined; onInput?: ((_value: string, _ev: Event) => any) | undefined; "onUpdate:modelValue"?: ((_value: string) => any) | undefined; onPressEnter?: ((_ev: KeyboardEvent) => any) | undefined; }>, { inputRef: import("vue").Ref; render: () => import("vue/jsx-runtime").JSX.Element; }, {}, {}, { focus(): void; blur(): void; }, { type: "text" | "password"; disabled: boolean; error: boolean; readonly: string | boolean; defaultValue: string; allowClear: boolean; fitWidth: boolean; maxWFull: boolean; maxLength: number | { length: number; errorOnly?: boolean; }; showWordLimit: boolean; fitWidthFallback: string; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase; }; allowClear: { type: BooleanConstructor; default: boolean; }; disabled: { type: BooleanConstructor; default: boolean; }; readonly: { type: (StringConstructor | BooleanConstructor)[]; default: boolean; }; error: { type: BooleanConstructor; default: boolean; }; placeholder: StringConstructor; fitWidth: { type: BooleanConstructor; default: boolean; }; maxWFull: { type: BooleanConstructor; default: boolean; }; maxLength: { type: import("vue").PropType; default: number; }; showWordLimit: { type: BooleanConstructor; default: boolean; }; wordLength: { type: import("vue").PropType<(value: string) => number>; }; wordSlice: { type: import("vue").PropType<(value: string, maxLength: number) => string>; }; inputAttrs: { type: ObjectConstructor; }; type: { type: import("vue").PropType<"text" | "password">; default: string; }; fitWidthFallback: { type: StringConstructor; default: string; }; prepend: StringConstructor; append: StringConstructor; }>> & Readonly<{ onClear?: ((_ev: MouseEvent) => any) | undefined; onFocus?: ((_ev: FocusEvent) => any) | undefined; onBlur?: ((_ev: FocusEvent) => any) | undefined; onChange?: ((_value: string, _ev: Event) => any) | undefined; onInput?: ((_value: string, _ev: Event) => any) | undefined; "onUpdate:modelValue"?: ((_value: string) => any) | undefined; onPressEnter?: ((_ev: KeyboardEvent) => any) | undefined; }>, { inputRef: import("vue").Ref; render: () => import("vue/jsx-runtime").JSX.Element; }, {}, {}, { focus(): void; blur(): void; }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { 'update:modelValue': (_value: string) => true; input: (_value: string, _ev: Event) => true; change: (_value: string, _ev: Event) => true; pressEnter: (_ev: KeyboardEvent) => true; clear: (_ev: MouseEvent) => true; focus: (_ev: FocusEvent) => true; blur: (_ev: FocusEvent) => true; }, string, { type: "text" | "password"; disabled: boolean; error: boolean; readonly: string | boolean; defaultValue: string; allowClear: boolean; fitWidth: boolean; maxWFull: boolean; maxLength: number | { length: number; errorOnly?: boolean; }; showWordLimit: boolean; fitWidthFallback: string; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { Search: import("vue").DefineComponent; }; buttonText: { type: StringConstructor; }; buttonProps: { type: import("vue").PropType; }; fitWidth: { type: BooleanConstructor; default: boolean; }; maxWFull: { type: BooleanConstructor; default: boolean; }; }>, { inputRef: import("vue").Ref; render: () => import("vue/jsx-runtime").JSX.Element; }, {}, {}, { focus(): void; blur(): void; }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { search: (_value: string, _ev: MouseEvent) => true; }, string, import("vue").PublicProps, Readonly; }; buttonText: { type: StringConstructor; }; buttonProps: { type: import("vue").PropType; }; fitWidth: { type: BooleanConstructor; default: boolean; }; maxWFull: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{ onSearch?: ((_value: string, _ev: MouseEvent) => any) | undefined; }>, { disabled: boolean; fitWidth: boolean; maxWFull: boolean; searchButton: boolean; loading: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; Password: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins> & Readonly<{ "onVisibility-change"?: ((_visible: boolean) => any) | undefined; "onUpdate:visibility"?: ((_visible: boolean) => any) | undefined; }>, { focus: () => void; blur: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "visibility-change": (_visible: boolean) => any; "update:visibility": (_visible: boolean) => any; }, import("vue").PublicProps, { fitWidth: boolean; maxWFull: boolean; visibility: boolean; defaultVisibility: boolean; invisibleButton: boolean; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly> & Readonly<{ "onVisibility-change"?: ((_visible: boolean) => any) | undefined; "onUpdate:visibility"?: ((_visible: boolean) => any) | undefined; }>, { focus: () => void; blur: () => void; }, {}, {}, {}, { fitWidth: boolean; maxWFull: boolean; visibility: boolean; defaultVisibility: boolean; invisibleButton: boolean; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase> & Readonly<{ "onVisibility-change"?: ((_visible: boolean) => any) | undefined; "onUpdate:visibility"?: ((_visible: boolean) => any) | undefined; }>, { focus: () => void; blur: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "visibility-change": (_visible: boolean) => any; "update:visibility": (_visible: boolean) => any; }, string, { fitWidth: boolean; maxWFull: boolean; visibility: boolean; defaultVisibility: boolean; invisibleButton: boolean; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => { $slots: { prepend?: (props: {}) => any; } & { prefix?: (props: {}) => any; } & { suffix?: (props: {}) => any; } & { append?: (props: {}) => any; }; }); Group: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => { $slots: { default?: (props: {}) => any; }; }); install: (app: App, options?: SDOptions) => void; }; export type InputInstance = InstanceType; export type InputSearchInstance = InstanceType; export type InputPasswordInstance = InstanceType; export type InputGroupInstance = InstanceType; export { _InputSearch as InputSearch, _InputPassword as InputPassword, _InputGroup as InputGroup }; export default Input;