|
1 | 1 | import { FieldType } from './SearchInput.types'; |
2 | 2 | import { PropType } from 'vue'; |
3 | | -declare const _default: import("vue").DefineComponent<{ |
| 3 | + |
| 4 | +declare const _default: import('vue').DefineComponent<{ |
4 | 5 | type: { |
5 | 6 | type: PropType<"search" | "text" | "password">; |
6 | 7 | default: string; |
@@ -51,20 +52,20 @@ declare const _default: import("vue").DefineComponent<{ |
51 | 52 | default: string; |
52 | 53 | }; |
53 | 54 | }, { |
54 | | - inputRef: import("vue").Ref<HTMLInputElement | null>; |
55 | | - hasFocus: import("vue").Ref<boolean>; |
| 55 | + inputRef: import('vue').Ref<HTMLInputElement | null>; |
| 56 | + hasFocus: import('vue').Ref<boolean>; |
56 | 57 | clear: () => void; |
57 | 58 | onInput: (e: Event) => void; |
58 | 59 | onKeydown: (e: KeyboardEvent) => void; |
59 | | - attrsStyles: import("vue").ComputedRef<{ |
| 60 | + attrsStyles: import('vue').ComputedRef<{ |
60 | 61 | [key: string]: unknown; |
61 | 62 | }>; |
62 | | - attrsWithoutStyles: import("vue").ComputedRef<{ |
| 63 | + attrsWithoutStyles: import('vue').ComputedRef<{ |
63 | 64 | [key: string]: unknown; |
64 | 65 | }>; |
65 | | - showClearIcon: import("vue").ComputedRef<boolean>; |
66 | | - showShortcutIcon: import("vue").ComputedRef<boolean>; |
67 | | -}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ |
| 66 | + showClearIcon: import('vue').ComputedRef<boolean>; |
| 67 | + showShortcutIcon: import('vue').ComputedRef<boolean>; |
| 68 | +}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{ |
68 | 69 | type: { |
69 | 70 | type: PropType<"search" | "text" | "password">; |
70 | 71 | default: string; |
|
0 commit comments