hzzt-plus 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (169) hide show
  1. package/attributes.json +1 -0
  2. package/dist/index.full.js +5236 -2048
  3. package/dist/index.full.min.js +17 -17
  4. package/dist/index.full.min.js.map +1 -1
  5. package/dist/index.full.min.mjs +18 -18
  6. package/dist/index.full.min.mjs.map +1 -1
  7. package/dist/index.full.mjs +5231 -2051
  8. package/dist/locale/en.js +1 -1
  9. package/dist/locale/en.min.js +1 -1
  10. package/dist/locale/en.min.mjs +1 -1
  11. package/dist/locale/en.mjs +1 -1
  12. package/dist/locale/zh-cn.js +1 -1
  13. package/dist/locale/zh-cn.min.js +1 -1
  14. package/dist/locale/zh-cn.min.mjs +1 -1
  15. package/dist/locale/zh-cn.mjs +1 -1
  16. package/es/component.mjs +5 -1
  17. package/es/component.mjs.map +1 -1
  18. package/es/components/confirm-password/index.d.ts +46 -22
  19. package/es/components/confirm-password/src/confirm-password.vue.d.ts +46 -22
  20. package/es/components/dropdown/index.d.ts +5 -5
  21. package/es/components/dropdown/src/index.mjs +3 -2
  22. package/es/components/dropdown/src/index.mjs.map +1 -1
  23. package/es/components/dropdown/src/index.vue.d.ts +6 -5
  24. package/es/components/icon/src/index.vue.d.ts +4 -4
  25. package/es/components/index.d.ts +2 -0
  26. package/es/components/index.mjs +4 -0
  27. package/es/components/index.mjs.map +1 -1
  28. package/es/components/page-size/index.d.ts +10225 -532
  29. package/es/components/page-size/src/index.mjs.map +1 -1
  30. package/es/components/page-size/src/index.vue.d.ts +10225 -532
  31. package/es/components/pagination/index.d.ts +4 -4
  32. package/es/components/pagination/src/index.vue.d.ts +4 -4
  33. package/es/components/quarter-picker/index.d.ts +121 -97
  34. package/es/components/quarter-picker/src/index.vue.d.ts +121 -97
  35. package/es/components/scan/src/scan.vue.d.ts +46 -22
  36. package/es/components/scan/src/scan2.mjs.map +1 -1
  37. package/es/components/select-input/index.d.ts +826 -0
  38. package/es/components/select-input/index.mjs +9 -0
  39. package/es/components/select-input/index.mjs.map +1 -0
  40. package/es/components/select-input/src/select-input.d.ts +41 -0
  41. package/es/components/select-input/src/select-input.mjs +50 -0
  42. package/es/components/select-input/src/select-input.mjs.map +1 -0
  43. package/es/components/select-input/src/select-input.vue.d.ts +826 -0
  44. package/es/components/select-input/src/select-input2.mjs +129 -0
  45. package/es/components/select-input/src/select-input2.mjs.map +1 -0
  46. package/es/components/select-input/style/css.d.ts +2 -0
  47. package/es/components/select-input/style/css.mjs +3 -0
  48. package/es/components/select-input/style/css.mjs.map +1 -0
  49. package/es/components/select-input/style/index.d.ts +2 -0
  50. package/es/components/select-input/style/index.mjs +3 -0
  51. package/es/components/select-input/style/index.mjs.map +1 -0
  52. package/es/components/select-textarea/index.d.ts +13076 -0
  53. package/es/components/select-textarea/index.mjs +9 -0
  54. package/es/components/select-textarea/index.mjs.map +1 -0
  55. package/es/components/select-textarea/src/select-textarea.d.ts +26 -0
  56. package/es/components/select-textarea/src/select-textarea.mjs +35 -0
  57. package/es/components/select-textarea/src/select-textarea.mjs.map +1 -0
  58. package/es/components/select-textarea/src/select-textarea.vue.d.ts +13075 -0
  59. package/es/components/select-textarea/src/select-textarea2.mjs +105 -0
  60. package/es/components/select-textarea/src/select-textarea2.mjs.map +1 -0
  61. package/es/components/select-textarea/style/css.d.ts +2 -0
  62. package/es/components/select-textarea/style/css.mjs +3 -0
  63. package/es/components/select-textarea/style/css.mjs.map +1 -0
  64. package/es/components/select-textarea/style/index.d.ts +2 -0
  65. package/es/components/select-textarea/style/index.mjs +3 -0
  66. package/es/components/select-textarea/style/index.mjs.map +1 -0
  67. package/es/components/tab/index.d.ts +4 -4
  68. package/es/components/tab/src/index.vue.d.ts +4 -4
  69. package/es/components/title/index.mjs +2 -2
  70. package/es/components/title/index.mjs.map +1 -1
  71. package/es/components/title/src/title2.mjs +3 -4
  72. package/es/components/title/src/title2.mjs.map +1 -1
  73. package/es/components/tooltip/index.d.ts +7615 -316
  74. package/es/components/tooltip/src/tooltip.vue.d.ts +7615 -316
  75. package/es/hooks/index.d.ts +2 -0
  76. package/es/hooks/index.mjs +2 -0
  77. package/es/hooks/index.mjs.map +1 -1
  78. package/es/hooks/use-cursor/index.d.ts +1 -0
  79. package/es/hooks/use-cursor/index.mjs +14 -0
  80. package/es/hooks/use-cursor/index.mjs.map +1 -0
  81. package/es/hooks/use-letter/index.d.ts +1 -0
  82. package/es/hooks/use-letter/index.mjs +13 -0
  83. package/es/hooks/use-letter/index.mjs.map +1 -0
  84. package/es/index.mjs +6 -0
  85. package/es/index.mjs.map +1 -1
  86. package/es/version.d.ts +1 -1
  87. package/es/version.mjs +1 -1
  88. package/es/version.mjs.map +1 -1
  89. package/global.d.ts +2 -0
  90. package/lib/component.js +5 -1
  91. package/lib/component.js.map +1 -1
  92. package/lib/components/confirm-password/index.d.ts +46 -22
  93. package/lib/components/confirm-password/src/confirm-password.vue.d.ts +46 -22
  94. package/lib/components/dropdown/index.d.ts +5 -5
  95. package/lib/components/dropdown/src/index.js +3 -2
  96. package/lib/components/dropdown/src/index.js.map +1 -1
  97. package/lib/components/dropdown/src/index.vue.d.ts +6 -5
  98. package/lib/components/icon/src/index.vue.d.ts +4 -4
  99. package/lib/components/index.d.ts +2 -0
  100. package/lib/components/index.js +10 -0
  101. package/lib/components/index.js.map +1 -1
  102. package/lib/components/page-size/index.d.ts +10225 -532
  103. package/lib/components/page-size/src/index.js.map +1 -1
  104. package/lib/components/page-size/src/index.vue.d.ts +10225 -532
  105. package/lib/components/pagination/index.d.ts +4 -4
  106. package/lib/components/pagination/src/index.vue.d.ts +4 -4
  107. package/lib/components/quarter-picker/index.d.ts +121 -97
  108. package/lib/components/quarter-picker/src/index.vue.d.ts +121 -97
  109. package/lib/components/scan/src/scan.vue.d.ts +46 -22
  110. package/lib/components/scan/src/scan2.js.map +1 -1
  111. package/lib/components/select-input/index.d.ts +826 -0
  112. package/lib/components/select-input/index.js +16 -0
  113. package/lib/components/select-input/index.js.map +1 -0
  114. package/lib/components/select-input/src/select-input.d.ts +41 -0
  115. package/lib/components/select-input/src/select-input.js +55 -0
  116. package/lib/components/select-input/src/select-input.js.map +1 -0
  117. package/lib/components/select-input/src/select-input.vue.d.ts +826 -0
  118. package/lib/components/select-input/src/select-input2.js +133 -0
  119. package/lib/components/select-input/src/select-input2.js.map +1 -0
  120. package/lib/components/select-input/style/css.d.ts +2 -0
  121. package/lib/components/select-input/style/css.js +6 -0
  122. package/lib/components/select-input/style/css.js.map +1 -0
  123. package/lib/components/select-input/style/index.d.ts +2 -0
  124. package/lib/components/select-input/style/index.js +6 -0
  125. package/lib/components/select-input/style/index.js.map +1 -0
  126. package/lib/components/select-textarea/index.d.ts +13076 -0
  127. package/lib/components/select-textarea/index.js +16 -0
  128. package/lib/components/select-textarea/index.js.map +1 -0
  129. package/lib/components/select-textarea/src/select-textarea.d.ts +26 -0
  130. package/lib/components/select-textarea/src/select-textarea.js +40 -0
  131. package/lib/components/select-textarea/src/select-textarea.js.map +1 -0
  132. package/lib/components/select-textarea/src/select-textarea.vue.d.ts +13075 -0
  133. package/lib/components/select-textarea/src/select-textarea2.js +109 -0
  134. package/lib/components/select-textarea/src/select-textarea2.js.map +1 -0
  135. package/lib/components/select-textarea/style/css.d.ts +2 -0
  136. package/lib/components/select-textarea/style/css.js +6 -0
  137. package/lib/components/select-textarea/style/css.js.map +1 -0
  138. package/lib/components/select-textarea/style/index.d.ts +2 -0
  139. package/lib/components/select-textarea/style/index.js +6 -0
  140. package/lib/components/select-textarea/style/index.js.map +1 -0
  141. package/lib/components/tab/index.d.ts +4 -4
  142. package/lib/components/tab/src/index.vue.d.ts +4 -4
  143. package/lib/components/title/index.js.map +1 -1
  144. package/lib/components/title/src/title2.js +3 -4
  145. package/lib/components/title/src/title2.js.map +1 -1
  146. package/lib/components/tooltip/index.d.ts +7615 -316
  147. package/lib/components/tooltip/src/tooltip.vue.d.ts +7615 -316
  148. package/lib/hooks/index.d.ts +2 -0
  149. package/lib/hooks/index.js +4 -0
  150. package/lib/hooks/index.js.map +1 -1
  151. package/lib/hooks/use-cursor/index.d.ts +1 -0
  152. package/lib/hooks/use-cursor/index.js +18 -0
  153. package/lib/hooks/use-cursor/index.js.map +1 -0
  154. package/lib/hooks/use-letter/index.d.ts +1 -0
  155. package/lib/hooks/use-letter/index.js +17 -0
  156. package/lib/hooks/use-letter/index.js.map +1 -0
  157. package/lib/index.js +40 -26
  158. package/lib/index.js.map +1 -1
  159. package/lib/version.d.ts +1 -1
  160. package/lib/version.js +1 -1
  161. package/lib/version.js.map +1 -1
  162. package/package.json +3 -3
  163. package/tags.json +1 -0
  164. package/theme/hzzt-select-input.css +0 -0
  165. package/theme/hzzt-select-textarea.css +0 -0
  166. package/theme/src/index.scss +2 -0
  167. package/theme/src/select-input.scss +0 -0
  168. package/theme/src/select-textarea.scss +0 -0
  169. package/web-types.json +692 -0
@@ -0,0 +1,826 @@
1
+ export declare const HzztSelectInput: import("hzzt-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
2
+ modelValue: import("hzzt-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, string, boolean>;
3
+ indexType: import("hzzt-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
4
+ disabled: BooleanConstructor;
5
+ replace: BooleanConstructor;
6
+ label: StringConstructor;
7
+ data: import("hzzt-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/select-input").OptionType[]) | (() => import("./src/select-input").OptionType[]) | ((new (...args: any[]) => import("./src/select-input").OptionType[]) | (() => import("./src/select-input").OptionType[]))[], unknown, unknown, () => never[], boolean>;
8
+ inputProps: ObjectConstructor;
9
+ customProps: ObjectConstructor;
10
+ position: import("hzzt-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
11
+ formatLabel: {
12
+ readonly type: import("vue").PropType<Function>;
13
+ readonly required: false;
14
+ readonly validator: ((val: unknown) => boolean) | undefined;
15
+ __epPropKey: true;
16
+ };
17
+ split: import("hzzt-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
18
+ size: {
19
+ readonly type: import("vue").PropType<import("hzzt-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
20
+ readonly required: false;
21
+ readonly validator: ((val: unknown) => boolean) | undefined;
22
+ __epPropKey: true;
23
+ };
24
+ }, {
25
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
26
+ modelValue: import("hzzt-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, string, boolean>;
27
+ indexType: import("hzzt-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
28
+ disabled: BooleanConstructor;
29
+ replace: BooleanConstructor;
30
+ label: StringConstructor;
31
+ data: import("hzzt-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/select-input").OptionType[]) | (() => import("./src/select-input").OptionType[]) | ((new (...args: any[]) => import("./src/select-input").OptionType[]) | (() => import("./src/select-input").OptionType[]))[], unknown, unknown, () => never[], boolean>;
32
+ inputProps: ObjectConstructor;
33
+ customProps: ObjectConstructor;
34
+ position: import("hzzt-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
35
+ formatLabel: {
36
+ readonly type: import("vue").PropType<Function>;
37
+ readonly required: false;
38
+ readonly validator: ((val: unknown) => boolean) | undefined;
39
+ __epPropKey: true;
40
+ };
41
+ split: import("hzzt-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
42
+ size: {
43
+ readonly type: import("vue").PropType<import("hzzt-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
44
+ readonly required: false;
45
+ readonly validator: ((val: unknown) => boolean) | undefined;
46
+ __epPropKey: true;
47
+ };
48
+ }>> & {
49
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
50
+ onChange?: ((value: string) => any) | undefined;
51
+ onInput?: ((value: string) => any) | undefined;
52
+ }>>;
53
+ emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void);
54
+ inputVal: import("vue").Ref<import("hzzt-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>>;
55
+ nsInput: {
56
+ namespace: import("vue").ComputedRef<string>;
57
+ b: (blockSuffix?: string) => string;
58
+ e: (element?: string | undefined) => string;
59
+ m: (modifier?: string | undefined) => string;
60
+ be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
61
+ em: (element?: string | undefined, modifier?: string | undefined) => string;
62
+ bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
63
+ bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
64
+ is: {
65
+ (name: string, state: boolean | undefined): string;
66
+ (name: string): string;
67
+ };
68
+ cssVar: (object: Record<string, string>) => Record<string, string>;
69
+ cssVarName: (name: string) => string;
70
+ cssVarBlock: (object: Record<string, string>) => Record<string, string>;
71
+ cssVarBlockName: (name: string) => string;
72
+ };
73
+ formSize: import("vue").ComputedRef<"" | "default" | "small" | "large">;
74
+ formDisabled: import("vue").ComputedRef<boolean>;
75
+ trueSize: import("vue").ComputedRef<"" | "default" | "small" | "large">;
76
+ trueDisabled: import("vue").ComputedRef<boolean>;
77
+ containerCls: import("vue").ComputedRef<string[]>;
78
+ inputContainerCls: import("vue").ComputedRef<string[]>;
79
+ inputCls: import("vue").ComputedRef<string[]>;
80
+ _inputProps: import("vue").ComputedRef<{
81
+ disabled: boolean;
82
+ clearable: boolean;
83
+ }>;
84
+ input: (val: string) => void;
85
+ change: (val: string) => void;
86
+ getLinkName: (item: import("./src/select-input").OptionType, index: number) => string;
87
+ select: (item: import("./src/select-input").OptionType) => void;
88
+ HzztTitle: import("vue").DefineComponent<{
89
+ readonly label: StringConstructor;
90
+ readonly sideline: import("hzzt-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
91
+ }, {
92
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
93
+ readonly label: StringConstructor;
94
+ readonly sideline: import("hzzt-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
95
+ }>> & {
96
+ [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
97
+ }>>;
98
+ slots: Readonly<{
99
+ [name: string]: import("vue").Slot | undefined;
100
+ }>;
101
+ showLabel: import("vue").ComputedRef<import("vue").VNodeNormalizedChildren | undefined>;
102
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
103
+ readonly label: StringConstructor;
104
+ readonly sideline: import("hzzt-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
105
+ }>>, {
106
+ readonly sideline: import("hzzt-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
107
+ }>;
108
+ ElInput: import("element-plus/es/utils").SFCWithInstall<{
109
+ new (...args: any[]): {
110
+ $: import("vue").ComponentInternalInstance;
111
+ $data: {};
112
+ $props: Partial<{
113
+ readonly disabled: boolean;
114
+ readonly id: string;
115
+ readonly type: string;
116
+ readonly modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
117
+ readonly tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
118
+ readonly readonly: boolean;
119
+ readonly autosize: import("element-plus").InputAutoSize;
120
+ readonly autocomplete: string;
121
+ readonly containerRole: string;
122
+ readonly validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
123
+ readonly inputStyle: import("vue").StyleValue;
124
+ readonly rows: number;
125
+ readonly clearable: boolean;
126
+ readonly showPassword: boolean;
127
+ readonly showWordLimit: boolean;
128
+ readonly autofocus: boolean;
129
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
130
+ readonly ariaLabel: StringConstructor;
131
+ readonly id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
132
+ readonly size: {
133
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
134
+ readonly required: false;
135
+ readonly validator: ((val: unknown) => boolean) | undefined;
136
+ __epPropKey: true;
137
+ };
138
+ readonly disabled: BooleanConstructor;
139
+ readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
140
+ readonly maxlength: {
141
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
142
+ readonly required: false;
143
+ readonly validator: ((val: unknown) => boolean) | undefined;
144
+ __epPropKey: true;
145
+ };
146
+ readonly minlength: {
147
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
148
+ readonly required: false;
149
+ readonly validator: ((val: unknown) => boolean) | undefined;
150
+ __epPropKey: true;
151
+ };
152
+ readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
153
+ readonly resize: {
154
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
155
+ readonly required: false;
156
+ readonly validator: ((val: unknown) => boolean) | undefined;
157
+ __epPropKey: true;
158
+ };
159
+ readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
160
+ minRows?: number | undefined;
161
+ maxRows?: number | undefined;
162
+ }) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
163
+ minRows?: number | undefined;
164
+ maxRows?: number | undefined;
165
+ }) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
166
+ readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
167
+ readonly formatter: {
168
+ readonly type: import("vue").PropType<Function>;
169
+ readonly required: false;
170
+ readonly validator: ((val: unknown) => boolean) | undefined;
171
+ __epPropKey: true;
172
+ };
173
+ readonly parser: {
174
+ readonly type: import("vue").PropType<Function>;
175
+ readonly required: false;
176
+ readonly validator: ((val: unknown) => boolean) | undefined;
177
+ __epPropKey: true;
178
+ };
179
+ readonly placeholder: {
180
+ readonly type: import("vue").PropType<string>;
181
+ readonly required: false;
182
+ readonly validator: ((val: unknown) => boolean) | undefined;
183
+ __epPropKey: true;
184
+ };
185
+ readonly form: {
186
+ readonly type: import("vue").PropType<string>;
187
+ readonly required: false;
188
+ readonly validator: ((val: unknown) => boolean) | undefined;
189
+ __epPropKey: true;
190
+ };
191
+ readonly readonly: BooleanConstructor;
192
+ readonly clearable: BooleanConstructor;
193
+ readonly showPassword: BooleanConstructor;
194
+ readonly showWordLimit: BooleanConstructor;
195
+ readonly suffixIcon: {
196
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
197
+ readonly required: false;
198
+ readonly validator: ((val: unknown) => boolean) | undefined;
199
+ __epPropKey: true;
200
+ };
201
+ readonly prefixIcon: {
202
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
203
+ readonly required: false;
204
+ readonly validator: ((val: unknown) => boolean) | undefined;
205
+ __epPropKey: true;
206
+ };
207
+ readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
208
+ readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
209
+ readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
210
+ readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
211
+ readonly autofocus: BooleanConstructor;
212
+ readonly rows: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
213
+ }>> & {
214
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
215
+ onChange?: ((value: string) => any) | undefined;
216
+ onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
217
+ onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
218
+ onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
219
+ onFocus?: ((evt: FocusEvent) => any) | undefined;
220
+ onBlur?: ((evt: FocusEvent) => any) | undefined;
221
+ onInput?: ((value: string) => any) | undefined;
222
+ onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
223
+ onMouseenter?: ((evt: MouseEvent) => any) | undefined;
224
+ onMouseleave?: ((evt: MouseEvent) => any) | undefined;
225
+ onClear?: (() => any) | undefined;
226
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "modelValue" | "id" | "disabled" | "autosize" | "autocomplete" | "readonly" | "clearable" | "showPassword" | "showWordLimit" | "containerRole" | "tabindex" | "validateEvent" | "inputStyle" | "autofocus" | "rows">;
227
+ $attrs: {
228
+ [x: string]: unknown;
229
+ };
230
+ $refs: {
231
+ [x: string]: unknown;
232
+ };
233
+ $slots: Readonly<{
234
+ [name: string]: import("vue").Slot | undefined;
235
+ }>;
236
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
237
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
238
+ $emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "clear") => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
239
+ $el: any;
240
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
241
+ readonly ariaLabel: StringConstructor;
242
+ readonly id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
243
+ readonly size: {
244
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
245
+ readonly required: false;
246
+ readonly validator: ((val: unknown) => boolean) | undefined;
247
+ __epPropKey: true;
248
+ };
249
+ readonly disabled: BooleanConstructor;
250
+ readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
251
+ readonly maxlength: {
252
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
253
+ readonly required: false;
254
+ readonly validator: ((val: unknown) => boolean) | undefined;
255
+ __epPropKey: true;
256
+ };
257
+ readonly minlength: {
258
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
259
+ readonly required: false;
260
+ readonly validator: ((val: unknown) => boolean) | undefined;
261
+ __epPropKey: true;
262
+ };
263
+ readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
264
+ readonly resize: {
265
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
266
+ readonly required: false;
267
+ readonly validator: ((val: unknown) => boolean) | undefined;
268
+ __epPropKey: true;
269
+ };
270
+ readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
271
+ minRows?: number | undefined;
272
+ maxRows?: number | undefined;
273
+ }) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
274
+ minRows?: number | undefined;
275
+ maxRows?: number | undefined;
276
+ }) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
277
+ readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
278
+ readonly formatter: {
279
+ readonly type: import("vue").PropType<Function>;
280
+ readonly required: false;
281
+ readonly validator: ((val: unknown) => boolean) | undefined;
282
+ __epPropKey: true;
283
+ };
284
+ readonly parser: {
285
+ readonly type: import("vue").PropType<Function>;
286
+ readonly required: false;
287
+ readonly validator: ((val: unknown) => boolean) | undefined;
288
+ __epPropKey: true;
289
+ };
290
+ readonly placeholder: {
291
+ readonly type: import("vue").PropType<string>;
292
+ readonly required: false;
293
+ readonly validator: ((val: unknown) => boolean) | undefined;
294
+ __epPropKey: true;
295
+ };
296
+ readonly form: {
297
+ readonly type: import("vue").PropType<string>;
298
+ readonly required: false;
299
+ readonly validator: ((val: unknown) => boolean) | undefined;
300
+ __epPropKey: true;
301
+ };
302
+ readonly readonly: BooleanConstructor;
303
+ readonly clearable: BooleanConstructor;
304
+ readonly showPassword: BooleanConstructor;
305
+ readonly showWordLimit: BooleanConstructor;
306
+ readonly suffixIcon: {
307
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
308
+ readonly required: false;
309
+ readonly validator: ((val: unknown) => boolean) | undefined;
310
+ __epPropKey: true;
311
+ };
312
+ readonly prefixIcon: {
313
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
314
+ readonly required: false;
315
+ readonly validator: ((val: unknown) => boolean) | undefined;
316
+ __epPropKey: true;
317
+ };
318
+ readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
319
+ readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
320
+ readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
321
+ readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
322
+ readonly autofocus: BooleanConstructor;
323
+ readonly rows: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
324
+ }>> & {
325
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
326
+ onChange?: ((value: string) => any) | undefined;
327
+ onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
328
+ onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
329
+ onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
330
+ onFocus?: ((evt: FocusEvent) => any) | undefined;
331
+ onBlur?: ((evt: FocusEvent) => any) | undefined;
332
+ onInput?: ((value: string) => any) | undefined;
333
+ onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
334
+ onMouseenter?: ((evt: MouseEvent) => any) | undefined;
335
+ onMouseleave?: ((evt: MouseEvent) => any) | undefined;
336
+ onClear?: (() => any) | undefined;
337
+ }, {
338
+ input: import("vue").ShallowRef<HTMLInputElement | undefined>;
339
+ textarea: import("vue").ShallowRef<HTMLTextAreaElement | undefined>;
340
+ ref: import("vue").ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
341
+ textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
342
+ autosize: import("vue").Ref<import("element-plus").InputAutoSize>;
343
+ isComposing: import("vue").Ref<boolean>;
344
+ focus: () => void | undefined;
345
+ blur: () => void | undefined;
346
+ select: () => void;
347
+ clear: () => void;
348
+ resizeTextarea: () => void;
349
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
350
+ input: (value: string) => void;
351
+ clear: () => void;
352
+ "update:modelValue": (value: string) => void;
353
+ change: (value: string) => void;
354
+ blur: (evt: FocusEvent) => void;
355
+ compositionend: (evt: CompositionEvent) => void;
356
+ compositionstart: (evt: CompositionEvent) => void;
357
+ compositionupdate: (evt: CompositionEvent) => void;
358
+ focus: (evt: FocusEvent) => void;
359
+ keydown: (evt: Event | KeyboardEvent) => void;
360
+ mouseenter: (evt: MouseEvent) => void;
361
+ mouseleave: (evt: MouseEvent) => void;
362
+ }, string, {
363
+ readonly disabled: boolean;
364
+ readonly id: string;
365
+ readonly type: string;
366
+ readonly modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
367
+ readonly tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
368
+ readonly readonly: boolean;
369
+ readonly autosize: import("element-plus").InputAutoSize;
370
+ readonly autocomplete: string;
371
+ readonly containerRole: string;
372
+ readonly validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
373
+ readonly inputStyle: import("vue").StyleValue;
374
+ readonly rows: number;
375
+ readonly clearable: boolean;
376
+ readonly showPassword: boolean;
377
+ readonly showWordLimit: boolean;
378
+ readonly autofocus: boolean;
379
+ }> & {
380
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
381
+ created?: ((() => void) | (() => void)[]) | undefined;
382
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
383
+ mounted?: ((() => void) | (() => void)[]) | undefined;
384
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
385
+ updated?: ((() => void) | (() => void)[]) | undefined;
386
+ activated?: ((() => void) | (() => void)[]) | undefined;
387
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
388
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
389
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
390
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
391
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
392
+ renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
393
+ renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
394
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
395
+ };
396
+ $forceUpdate: () => void;
397
+ $nextTick: typeof import("vue").nextTick;
398
+ $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
399
+ } & Readonly<import("vue").ExtractPropTypes<{
400
+ readonly ariaLabel: StringConstructor;
401
+ readonly id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
402
+ readonly size: {
403
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
404
+ readonly required: false;
405
+ readonly validator: ((val: unknown) => boolean) | undefined;
406
+ __epPropKey: true;
407
+ };
408
+ readonly disabled: BooleanConstructor;
409
+ readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
410
+ readonly maxlength: {
411
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
412
+ readonly required: false;
413
+ readonly validator: ((val: unknown) => boolean) | undefined;
414
+ __epPropKey: true;
415
+ };
416
+ readonly minlength: {
417
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
418
+ readonly required: false;
419
+ readonly validator: ((val: unknown) => boolean) | undefined;
420
+ __epPropKey: true;
421
+ };
422
+ readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
423
+ readonly resize: {
424
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
425
+ readonly required: false;
426
+ readonly validator: ((val: unknown) => boolean) | undefined;
427
+ __epPropKey: true;
428
+ };
429
+ readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
430
+ minRows?: number | undefined;
431
+ maxRows?: number | undefined;
432
+ }) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
433
+ minRows?: number | undefined;
434
+ maxRows?: number | undefined;
435
+ }) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
436
+ readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
437
+ readonly formatter: {
438
+ readonly type: import("vue").PropType<Function>;
439
+ readonly required: false;
440
+ readonly validator: ((val: unknown) => boolean) | undefined;
441
+ __epPropKey: true;
442
+ };
443
+ readonly parser: {
444
+ readonly type: import("vue").PropType<Function>;
445
+ readonly required: false;
446
+ readonly validator: ((val: unknown) => boolean) | undefined;
447
+ __epPropKey: true;
448
+ };
449
+ readonly placeholder: {
450
+ readonly type: import("vue").PropType<string>;
451
+ readonly required: false;
452
+ readonly validator: ((val: unknown) => boolean) | undefined;
453
+ __epPropKey: true;
454
+ };
455
+ readonly form: {
456
+ readonly type: import("vue").PropType<string>;
457
+ readonly required: false;
458
+ readonly validator: ((val: unknown) => boolean) | undefined;
459
+ __epPropKey: true;
460
+ };
461
+ readonly readonly: BooleanConstructor;
462
+ readonly clearable: BooleanConstructor;
463
+ readonly showPassword: BooleanConstructor;
464
+ readonly showWordLimit: BooleanConstructor;
465
+ readonly suffixIcon: {
466
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
467
+ readonly required: false;
468
+ readonly validator: ((val: unknown) => boolean) | undefined;
469
+ __epPropKey: true;
470
+ };
471
+ readonly prefixIcon: {
472
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
473
+ readonly required: false;
474
+ readonly validator: ((val: unknown) => boolean) | undefined;
475
+ __epPropKey: true;
476
+ };
477
+ readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
478
+ readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
479
+ readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
480
+ readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
481
+ readonly autofocus: BooleanConstructor;
482
+ readonly rows: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
483
+ }>> & {
484
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
485
+ onChange?: ((value: string) => any) | undefined;
486
+ onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
487
+ onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
488
+ onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
489
+ onFocus?: ((evt: FocusEvent) => any) | undefined;
490
+ onBlur?: ((evt: FocusEvent) => any) | undefined;
491
+ onInput?: ((value: string) => any) | undefined;
492
+ onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
493
+ onMouseenter?: ((evt: MouseEvent) => any) | undefined;
494
+ onMouseleave?: ((evt: MouseEvent) => any) | undefined;
495
+ onClear?: (() => any) | undefined;
496
+ } & import("vue").ShallowUnwrapRef<{
497
+ input: import("vue").ShallowRef<HTMLInputElement | undefined>;
498
+ textarea: import("vue").ShallowRef<HTMLTextAreaElement | undefined>;
499
+ ref: import("vue").ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
500
+ textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
501
+ autosize: import("vue").Ref<import("element-plus").InputAutoSize>;
502
+ isComposing: import("vue").Ref<boolean>;
503
+ focus: () => void | undefined;
504
+ blur: () => void | undefined;
505
+ select: () => void;
506
+ clear: () => void;
507
+ resizeTextarea: () => void;
508
+ }> & {} & import("vue").ComponentCustomProperties;
509
+ __isFragment?: undefined;
510
+ __isTeleport?: undefined;
511
+ __isSuspense?: undefined;
512
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
513
+ readonly ariaLabel: StringConstructor;
514
+ readonly id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
515
+ readonly size: {
516
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
517
+ readonly required: false;
518
+ readonly validator: ((val: unknown) => boolean) | undefined;
519
+ __epPropKey: true;
520
+ };
521
+ readonly disabled: BooleanConstructor;
522
+ readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
523
+ readonly maxlength: {
524
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
525
+ readonly required: false;
526
+ readonly validator: ((val: unknown) => boolean) | undefined;
527
+ __epPropKey: true;
528
+ };
529
+ readonly minlength: {
530
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
531
+ readonly required: false;
532
+ readonly validator: ((val: unknown) => boolean) | undefined;
533
+ __epPropKey: true;
534
+ };
535
+ readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
536
+ readonly resize: {
537
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
538
+ readonly required: false;
539
+ readonly validator: ((val: unknown) => boolean) | undefined;
540
+ __epPropKey: true;
541
+ };
542
+ readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
543
+ minRows?: number | undefined;
544
+ maxRows?: number | undefined;
545
+ }) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
546
+ minRows?: number | undefined;
547
+ maxRows?: number | undefined;
548
+ }) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
549
+ readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
550
+ readonly formatter: {
551
+ readonly type: import("vue").PropType<Function>;
552
+ readonly required: false;
553
+ readonly validator: ((val: unknown) => boolean) | undefined;
554
+ __epPropKey: true;
555
+ };
556
+ readonly parser: {
557
+ readonly type: import("vue").PropType<Function>;
558
+ readonly required: false;
559
+ readonly validator: ((val: unknown) => boolean) | undefined;
560
+ __epPropKey: true;
561
+ };
562
+ readonly placeholder: {
563
+ readonly type: import("vue").PropType<string>;
564
+ readonly required: false;
565
+ readonly validator: ((val: unknown) => boolean) | undefined;
566
+ __epPropKey: true;
567
+ };
568
+ readonly form: {
569
+ readonly type: import("vue").PropType<string>;
570
+ readonly required: false;
571
+ readonly validator: ((val: unknown) => boolean) | undefined;
572
+ __epPropKey: true;
573
+ };
574
+ readonly readonly: BooleanConstructor;
575
+ readonly clearable: BooleanConstructor;
576
+ readonly showPassword: BooleanConstructor;
577
+ readonly showWordLimit: BooleanConstructor;
578
+ readonly suffixIcon: {
579
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
580
+ readonly required: false;
581
+ readonly validator: ((val: unknown) => boolean) | undefined;
582
+ __epPropKey: true;
583
+ };
584
+ readonly prefixIcon: {
585
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
586
+ readonly required: false;
587
+ readonly validator: ((val: unknown) => boolean) | undefined;
588
+ __epPropKey: true;
589
+ };
590
+ readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
591
+ readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
592
+ readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
593
+ readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
594
+ readonly autofocus: BooleanConstructor;
595
+ readonly rows: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
596
+ }>> & {
597
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
598
+ onChange?: ((value: string) => any) | undefined;
599
+ onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
600
+ onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
601
+ onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
602
+ onFocus?: ((evt: FocusEvent) => any) | undefined;
603
+ onBlur?: ((evt: FocusEvent) => any) | undefined;
604
+ onInput?: ((value: string) => any) | undefined;
605
+ onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
606
+ onMouseenter?: ((evt: MouseEvent) => any) | undefined;
607
+ onMouseleave?: ((evt: MouseEvent) => any) | undefined;
608
+ onClear?: (() => any) | undefined;
609
+ }, {
610
+ input: import("vue").ShallowRef<HTMLInputElement | undefined>;
611
+ textarea: import("vue").ShallowRef<HTMLTextAreaElement | undefined>;
612
+ ref: import("vue").ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
613
+ textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
614
+ autosize: import("vue").Ref<import("element-plus").InputAutoSize>;
615
+ isComposing: import("vue").Ref<boolean>;
616
+ focus: () => void | undefined;
617
+ blur: () => void | undefined;
618
+ select: () => void;
619
+ clear: () => void;
620
+ resizeTextarea: () => void;
621
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
622
+ input: (value: string) => void;
623
+ clear: () => void;
624
+ "update:modelValue": (value: string) => void;
625
+ change: (value: string) => void;
626
+ blur: (evt: FocusEvent) => void;
627
+ compositionend: (evt: CompositionEvent) => void;
628
+ compositionstart: (evt: CompositionEvent) => void;
629
+ compositionupdate: (evt: CompositionEvent) => void;
630
+ focus: (evt: FocusEvent) => void;
631
+ keydown: (evt: Event | KeyboardEvent) => void;
632
+ mouseenter: (evt: MouseEvent) => void;
633
+ mouseleave: (evt: MouseEvent) => void;
634
+ }, string, {
635
+ readonly disabled: boolean;
636
+ readonly id: string;
637
+ readonly type: string;
638
+ readonly modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
639
+ readonly tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
640
+ readonly readonly: boolean;
641
+ readonly autosize: import("element-plus").InputAutoSize;
642
+ readonly autocomplete: string;
643
+ readonly containerRole: string;
644
+ readonly validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
645
+ readonly inputStyle: import("vue").StyleValue;
646
+ readonly rows: number;
647
+ readonly clearable: boolean;
648
+ readonly showPassword: boolean;
649
+ readonly showWordLimit: boolean;
650
+ readonly autofocus: boolean;
651
+ }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
652
+ $slots: {
653
+ prepend?(_: {}): any;
654
+ prefix?(_: {}): any;
655
+ suffix?(_: {}): any;
656
+ append?(_: {}): any;
657
+ };
658
+ })>;
659
+ ElLink: import("element-plus/es/utils").SFCWithInstall<{
660
+ new (...args: any[]): {
661
+ $: import("vue").ComponentInternalInstance;
662
+ $data: {};
663
+ $props: Partial<{
664
+ readonly disabled: boolean;
665
+ readonly underline: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
666
+ readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "default" | "primary" | "success" | "warning" | "info" | "danger", unknown>;
667
+ readonly target: string;
668
+ readonly href: string;
669
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
670
+ readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "default" | "primary" | "success" | "warning" | "info" | "danger", unknown, "default", boolean>;
671
+ readonly underline: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
672
+ readonly disabled: BooleanConstructor;
673
+ readonly href: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
674
+ readonly target: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "_self", boolean>;
675
+ readonly icon: {
676
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
677
+ readonly required: false;
678
+ readonly validator: ((val: unknown) => boolean) | undefined;
679
+ __epPropKey: true;
680
+ };
681
+ }>> & {
682
+ onClick?: ((evt: MouseEvent) => any) | undefined;
683
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "disabled" | "underline" | "href" | "target">;
684
+ $attrs: {
685
+ [x: string]: unknown;
686
+ };
687
+ $refs: {
688
+ [x: string]: unknown;
689
+ };
690
+ $slots: Readonly<{
691
+ [name: string]: import("vue").Slot | undefined;
692
+ }>;
693
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
694
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
695
+ $emit: (event: "click", evt: MouseEvent) => void;
696
+ $el: any;
697
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
698
+ readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "default" | "primary" | "success" | "warning" | "info" | "danger", unknown, "default", boolean>;
699
+ readonly underline: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
700
+ readonly disabled: BooleanConstructor;
701
+ readonly href: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
702
+ readonly target: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "_self", boolean>;
703
+ readonly icon: {
704
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
705
+ readonly required: false;
706
+ readonly validator: ((val: unknown) => boolean) | undefined;
707
+ __epPropKey: true;
708
+ };
709
+ }>> & {
710
+ onClick?: ((evt: MouseEvent) => any) | undefined;
711
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
712
+ click: (evt: MouseEvent) => void;
713
+ }, string, {
714
+ readonly disabled: boolean;
715
+ readonly underline: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
716
+ readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "default" | "primary" | "success" | "warning" | "info" | "danger", unknown>;
717
+ readonly target: string;
718
+ readonly href: string;
719
+ }> & {
720
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
721
+ created?: ((() => void) | (() => void)[]) | undefined;
722
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
723
+ mounted?: ((() => void) | (() => void)[]) | undefined;
724
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
725
+ updated?: ((() => void) | (() => void)[]) | undefined;
726
+ activated?: ((() => void) | (() => void)[]) | undefined;
727
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
728
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
729
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
730
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
731
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
732
+ renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
733
+ renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
734
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
735
+ };
736
+ $forceUpdate: () => void;
737
+ $nextTick: typeof import("vue").nextTick;
738
+ $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
739
+ } & Readonly<import("vue").ExtractPropTypes<{
740
+ readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "default" | "primary" | "success" | "warning" | "info" | "danger", unknown, "default", boolean>;
741
+ readonly underline: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
742
+ readonly disabled: BooleanConstructor;
743
+ readonly href: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
744
+ readonly target: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "_self", boolean>;
745
+ readonly icon: {
746
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
747
+ readonly required: false;
748
+ readonly validator: ((val: unknown) => boolean) | undefined;
749
+ __epPropKey: true;
750
+ };
751
+ }>> & {
752
+ onClick?: ((evt: MouseEvent) => any) | undefined;
753
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
754
+ __isFragment?: undefined;
755
+ __isTeleport?: undefined;
756
+ __isSuspense?: undefined;
757
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
758
+ readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "default" | "primary" | "success" | "warning" | "info" | "danger", unknown, "default", boolean>;
759
+ readonly underline: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
760
+ readonly disabled: BooleanConstructor;
761
+ readonly href: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
762
+ readonly target: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "_self", boolean>;
763
+ readonly icon: {
764
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
765
+ readonly required: false;
766
+ readonly validator: ((val: unknown) => boolean) | undefined;
767
+ __epPropKey: true;
768
+ };
769
+ }>> & {
770
+ onClick?: ((evt: MouseEvent) => any) | undefined;
771
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
772
+ click: (evt: MouseEvent) => void;
773
+ }, string, {
774
+ readonly disabled: boolean;
775
+ readonly underline: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
776
+ readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "default" | "primary" | "success" | "warning" | "info" | "danger", unknown>;
777
+ readonly target: string;
778
+ readonly href: string;
779
+ }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
780
+ $slots: {
781
+ default?(_: {}): any;
782
+ icon?(_: {}): any;
783
+ };
784
+ })>;
785
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
786
+ "update:modelValue": (value: string) => boolean;
787
+ input: (value: string) => boolean;
788
+ change: (value: string) => boolean;
789
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
790
+ modelValue: import("hzzt-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, string, boolean>;
791
+ indexType: import("hzzt-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
792
+ disabled: BooleanConstructor;
793
+ replace: BooleanConstructor;
794
+ label: StringConstructor;
795
+ data: import("hzzt-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/select-input").OptionType[]) | (() => import("./src/select-input").OptionType[]) | ((new (...args: any[]) => import("./src/select-input").OptionType[]) | (() => import("./src/select-input").OptionType[]))[], unknown, unknown, () => never[], boolean>;
796
+ inputProps: ObjectConstructor;
797
+ customProps: ObjectConstructor;
798
+ position: import("hzzt-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
799
+ formatLabel: {
800
+ readonly type: import("vue").PropType<Function>;
801
+ readonly required: false;
802
+ readonly validator: ((val: unknown) => boolean) | undefined;
803
+ __epPropKey: true;
804
+ };
805
+ split: import("hzzt-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
806
+ size: {
807
+ readonly type: import("vue").PropType<import("hzzt-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
808
+ readonly required: false;
809
+ readonly validator: ((val: unknown) => boolean) | undefined;
810
+ __epPropKey: true;
811
+ };
812
+ }>> & {
813
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
814
+ onChange?: ((value: string) => any) | undefined;
815
+ onInput?: ((value: string) => any) | undefined;
816
+ }, {
817
+ replace: boolean;
818
+ split: string;
819
+ modelValue: import("hzzt-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>;
820
+ disabled: boolean;
821
+ position: string;
822
+ data: import("./src/select-input").OptionType[];
823
+ indexType: string;
824
+ }>> & Record<string, any>;
825
+ export default HzztSelectInput;
826
+ export * from './src/select-input';