@vunk/form 2.16.6 → 2.16.7

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 (223) hide show
  1. package/components/api-tables-select/index.d.ts +4 -0
  2. package/components/api-tables-select/src/ctx.d.ts +375 -0
  3. package/components/api-tables-select/src/index.vue.d.ts +1340 -0
  4. package/components/api-tables-select/src/types.d.ts +19 -0
  5. package/components/button/index.d.ts +4 -0
  6. package/components/button/src/ctx.d.ts +193 -0
  7. package/components/button/src/index.vue.d.ts +851 -0
  8. package/components/button/src/types.d.ts +13 -0
  9. package/components/card-input-collection/index.d.ts +4 -0
  10. package/components/card-input-collection/src/core.vue.d.ts +1125 -0
  11. package/components/card-input-collection/src/ctx.d.ts +154 -0
  12. package/components/card-input-collection/src/index.vue.d.ts +287 -0
  13. package/components/card-input-collection/src/types.d.ts +17 -0
  14. package/components/cascader/index.d.ts +6 -0
  15. package/components/cascader/src/ctx.d.ts +343 -0
  16. package/components/cascader/src/index.vue.d.ts +775 -0
  17. package/components/cascader/src/types.d.ts +19 -0
  18. package/components/cascader/src/use.d.ts +5 -0
  19. package/components/checkbox/index.d.ts +5 -0
  20. package/components/checkbox/src/ctx.d.ts +146 -0
  21. package/components/checkbox/src/index.vue.d.ts +1353 -0
  22. package/components/checkbox/src/types.d.ts +8 -0
  23. package/components/color-picker/index.d.ts +4 -0
  24. package/components/color-picker/src/ctx.d.ts +179 -0
  25. package/components/color-picker/src/index.vue.d.ts +398 -0
  26. package/components/color-picker/src/types.d.ts +7 -0
  27. package/components/date-picker/index.d.ts +5 -0
  28. package/components/date-picker/src/ctx.d.ts +364 -0
  29. package/components/date-picker/src/index.vue.d.ts +1665 -0
  30. package/components/date-picker/src/types.d.ts +20 -0
  31. package/components/date-picker-range/index.d.ts +4 -0
  32. package/components/date-picker-range/src/ctx.d.ts +372 -0
  33. package/components/date-picker-range/src/index.vue.d.ts +808 -0
  34. package/components/date-picker-range/src/types.d.ts +12 -0
  35. package/components/dialog/index.d.ts +4 -0
  36. package/components/dialog/src/ctx.d.ts +174 -0
  37. package/components/dialog/src/index.vue.d.ts +1180 -0
  38. package/components/dialog/src/types.d.ts +1 -0
  39. package/components/dialog-input-collection/index.d.ts +4 -0
  40. package/components/dialog-input-collection/src/ctx.d.ts +141 -0
  41. package/components/dialog-input-collection/src/dialog-form.vue.d.ts +6430 -0
  42. package/components/dialog-input-collection/src/index.vue.d.ts +7773 -0
  43. package/components/dialog-input-collection/src/layout.vue.d.ts +85 -0
  44. package/components/dialog-input-collection/src/types.d.ts +28 -0
  45. package/components/download-plus/index.d.ts +4 -0
  46. package/components/download-plus/src/api.d.ts +13 -0
  47. package/components/download-plus/src/const.d.ts +9 -0
  48. package/components/download-plus/src/ctx.d.ts +125 -0
  49. package/components/download-plus/src/index.vue.d.ts +1495 -0
  50. package/components/download-plus/src/types.d.ts +17 -0
  51. package/components/editable-text/index.d.ts +4 -0
  52. package/components/editable-text/src/ctx.d.ts +128 -0
  53. package/components/editable-text/src/index.vue.d.ts +3389 -0
  54. package/components/editable-text/src/types.d.ts +1 -0
  55. package/components/esri-input-geojson/index.d.ts +6 -0
  56. package/components/esri-input-geojson/src/append.vue.d.ts +1200 -0
  57. package/components/esri-input-geojson/src/const.d.ts +12 -0
  58. package/components/esri-input-geojson/src/ctx.d.ts +351 -0
  59. package/components/esri-input-geojson/src/default-view.vue.d.ts +133 -0
  60. package/components/esri-input-geojson/src/index.vue.d.ts +1488 -0
  61. package/components/esri-input-geojson/src/types.d.ts +22 -0
  62. package/components/esri-input-geojson/src/viewer.vue.d.ts +427 -0
  63. package/components/fieldset/index.d.ts +4 -0
  64. package/components/fieldset/src/ctx.d.ts +16 -0
  65. package/components/fieldset/src/index.vue.d.ts +32 -0
  66. package/components/fieldset/src/types.d.ts +1 -0
  67. package/components/fieldset/src/use.d.ts +5 -0
  68. package/components/form/index.d.ts +5 -0
  69. package/components/form/src/ctx.d.ts +139 -0
  70. package/components/form/src/index.vue.d.ts +2613 -0
  71. package/components/form/src/types.d.ts +25 -0
  72. package/components/form/src/utils.d.ts +15 -0
  73. package/components/form-item/index.d.ts +5 -0
  74. package/components/form-item/src/core.vue.d.ts +1874 -0
  75. package/components/form-item/src/ctx.d.ts +103 -0
  76. package/components/form-item/src/index.vue.d.ts +214 -0
  77. package/components/form-item/src/types.d.ts +10 -0
  78. package/components/form-item-renderer/index.d.ts +4 -0
  79. package/components/form-item-renderer/src/core.vue.d.ts +38 -0
  80. package/components/form-item-renderer/src/ctx.d.ts +16 -0
  81. package/components/form-item-renderer/src/index.vue.d.ts +93 -0
  82. package/components/form-item-renderer/src/types.d.ts +5 -0
  83. package/components/form-item-renderer/src/utils.d.ts +5 -0
  84. package/components/form-item-renderer-template/index.d.ts +4 -0
  85. package/components/form-item-renderer-template/src/ctx.d.ts +7 -0
  86. package/components/form-item-renderer-template/src/index.vue.d.ts +16 -0
  87. package/components/form-item-renderer-template/src/types.d.ts +55 -0
  88. package/components/forms-provider/index.d.ts +6 -0
  89. package/components/forms-provider/src/core.d.ts +6 -0
  90. package/components/forms-provider/src/index.vue.d.ts +2 -0
  91. package/components/forms-provider/src/segment.vue.d.ts +9 -0
  92. package/components/forms-provider/src/types.d.ts +10 -0
  93. package/components/forms-provider/src/view.vue.d.ts +7 -0
  94. package/components/information/index.d.ts +4 -0
  95. package/components/information/src/ctx.d.ts +16 -0
  96. package/components/information/src/index.vue.d.ts +27 -0
  97. package/components/information/src/types.d.ts +3 -0
  98. package/components/information-collection/index.d.ts +4 -0
  99. package/components/information-collection/src/ctx.d.ts +143 -0
  100. package/components/information-collection/src/index.vue.d.ts +296 -0
  101. package/components/information-collection/src/types.d.ts +6 -0
  102. package/components/information-renderer/index.d.ts +73 -0
  103. package/components/information-tag/index.d.ts +4 -0
  104. package/components/information-tag/src/ctx.d.ts +64 -0
  105. package/components/information-tag/src/index.vue.d.ts +134 -0
  106. package/components/information-tag/src/types.d.ts +1 -0
  107. package/components/information-templates-default/index.d.ts +4 -0
  108. package/components/information-templates-default/src/ctx.d.ts +2 -0
  109. package/components/information-templates-default/src/index.vue.d.ts +2 -0
  110. package/components/information-templates-default/src/types.d.ts +1 -0
  111. package/components/input/index.d.ts +5 -0
  112. package/components/input/src/ctx.d.ts +280 -0
  113. package/components/input/src/index.vue.d.ts +1268 -0
  114. package/components/input/src/types.d.ts +13 -0
  115. package/components/input-array/index.d.ts +5 -0
  116. package/components/input-array/src/ctx.d.ts +136 -0
  117. package/components/input-array/src/form-template.vue.d.ts +901 -0
  118. package/components/input-array/src/index.vue.d.ts +889 -0
  119. package/components/input-array/src/types.d.ts +7 -0
  120. package/components/input-collection/index.d.ts +4 -0
  121. package/components/input-collection/src/core.vue.d.ts +1203 -0
  122. package/components/input-collection/src/ctx.d.ts +154 -0
  123. package/components/input-collection/src/index.vue.d.ts +296 -0
  124. package/components/input-collection/src/types.d.ts +29 -0
  125. package/components/input-file/index.d.ts +5 -0
  126. package/components/input-file/src/ctx.d.ts +46 -0
  127. package/components/input-file/src/index.vue.d.ts +112 -0
  128. package/components/input-file/src/template.vue.d.ts +125 -0
  129. package/components/input-file/src/types.d.ts +8 -0
  130. package/components/input-link/index.d.ts +4 -0
  131. package/components/input-link/src/ctx.d.ts +284 -0
  132. package/components/input-link/src/index.vue.d.ts +602 -0
  133. package/components/input-link/src/types.d.ts +7 -0
  134. package/components/input-number/index.d.ts +4 -0
  135. package/components/input-number/src/ctx.d.ts +221 -0
  136. package/components/input-number/src/index.vue.d.ts +910 -0
  137. package/components/input-number/src/types.d.ts +12 -0
  138. package/components/input-tag/index.d.ts +5 -0
  139. package/components/input-tag/src/ctx.d.ts +244 -0
  140. package/components/input-tag/src/index.vue.d.ts +1050 -0
  141. package/components/input-tag/src/types.d.ts +22 -0
  142. package/components/monaco-editor/index.d.ts +4 -0
  143. package/components/monaco-editor/src/ctx.d.ts +111 -0
  144. package/components/monaco-editor/src/index.vue.d.ts +297 -0
  145. package/components/monaco-editor/src/types.d.ts +7 -0
  146. package/components/radio/index.d.ts +4 -0
  147. package/components/radio/src/ctx.d.ts +165 -0
  148. package/components/radio/src/index.vue.d.ts +1488 -0
  149. package/components/radio/src/option.vue.d.ts +901 -0
  150. package/components/radio/src/types.d.ts +8 -0
  151. package/components/radio/src/wraper.vue.d.ts +337 -0
  152. package/components/renderer-data/index.d.ts +4 -0
  153. package/components/renderer-data/src/ctx.d.ts +12 -0
  154. package/components/renderer-data/src/index.vue.d.ts +20 -0
  155. package/components/renderer-data/src/types.d.ts +1 -0
  156. package/components/select/index.cjs +3 -1
  157. package/components/select/index.d.ts +5 -0
  158. package/components/select/index.mjs +3 -1
  159. package/components/select/src/core.vue.d.ts +1574 -0
  160. package/components/select/src/ctx.d.ts +385 -0
  161. package/components/select/src/index.vue.d.ts +946 -0
  162. package/components/select/src/options.vue.d.ts +24 -0
  163. package/components/select/src/types.d.ts +13 -0
  164. package/components/slider/index.d.ts +4 -0
  165. package/components/slider/src/ctx.d.ts +248 -0
  166. package/components/slider/src/index.vue.d.ts +579 -0
  167. package/components/slider/src/types.d.ts +7 -0
  168. package/components/switch/index.d.ts +4 -0
  169. package/components/switch/src/ctx.d.ts +201 -0
  170. package/components/switch/src/index.vue.d.ts +882 -0
  171. package/components/switch/src/types.d.ts +7 -0
  172. package/components/tables-select/index.d.ts +5 -0
  173. package/components/tables-select/src/ctx.d.ts +421 -0
  174. package/components/tables-select/src/index.vue.d.ts +5510 -0
  175. package/components/tables-select/src/types.d.ts +9 -0
  176. package/components/template-instances-provider/index.d.ts +3 -0
  177. package/components/template-instances-provider/src/index.vue.d.ts +6 -0
  178. package/components/templates-default/index.d.ts +4 -0
  179. package/components/templates-default/src/ctx.d.ts +19 -0
  180. package/components/templates-default/src/index.vue.d.ts +187 -0
  181. package/components/templates-default/src/types.d.ts +55 -0
  182. package/components/templates-element-plus/index.d.ts +4 -0
  183. package/components/templates-element-plus/src/ctx.d.ts +9 -0
  184. package/components/templates-element-plus/src/index.vue.d.ts +301 -0
  185. package/components/templates-element-plus/src/types.d.ts +13 -0
  186. package/components/templates-esri/index.d.ts +4 -0
  187. package/components/templates-esri/src/ctx.d.ts +11 -0
  188. package/components/templates-esri/src/index.vue.d.ts +43 -0
  189. package/components/templates-esri/src/types.d.ts +2 -0
  190. package/components/templates-layout/index.d.ts +4 -0
  191. package/components/templates-layout/src/ctx.d.ts +9 -0
  192. package/components/templates-layout/src/index.vue.d.ts +446 -0
  193. package/components/templates-layout/src/types.d.ts +32 -0
  194. package/components/templates-variant/index.d.ts +4 -0
  195. package/components/templates-variant/src/ctx.d.ts +11 -0
  196. package/components/templates-variant/src/index.vue.d.ts +43 -0
  197. package/components/templates-variant/src/types.d.ts +2 -0
  198. package/components/upload/index.d.ts +5 -0
  199. package/components/upload/src/ctx.d.ts +291 -0
  200. package/components/upload/src/file.vue.d.ts +913 -0
  201. package/components/upload/src/index.vue.d.ts +2347 -0
  202. package/components/upload/src/types.d.ts +13 -0
  203. package/components/upload/src/wraper.vue.d.ts +590 -0
  204. package/components/upload-plus/index.d.ts +6 -0
  205. package/components/upload-plus/src/api.d.ts +38 -0
  206. package/components/upload-plus/src/const.d.ts +9 -0
  207. package/components/upload-plus/src/ctx.d.ts +144 -0
  208. package/components/upload-plus/src/index.vue.d.ts +1813 -0
  209. package/components/upload-plus/src/types.d.ts +32 -0
  210. package/components/van-cascader/index.d.ts +4 -0
  211. package/components/van-cascader/src/ctx.d.ts +330 -0
  212. package/components/van-cascader/src/index.vue.d.ts +1241 -0
  213. package/components/van-cascader/src/types.d.ts +1 -0
  214. package/components/var-datetime-picker/index.d.ts +4 -0
  215. package/components/var-datetime-picker/src/const.d.ts +10 -0
  216. package/components/var-datetime-picker/src/ctx.d.ts +108 -0
  217. package/components/var-datetime-picker/src/index.vue.d.ts +1622 -0
  218. package/components/var-datetime-picker/src/types.d.ts +22 -0
  219. package/components/vditor/index.d.ts +4 -0
  220. package/components/vditor/src/ctx.d.ts +118 -0
  221. package/components/vditor/src/index.vue.d.ts +412 -0
  222. package/components/vditor/src/types.d.ts +7 -0
  223. package/package.json +1 -1
@@ -0,0 +1,2613 @@
1
+ import { ElForm } from 'element-plus';
2
+ import { RowItem } from './types';
3
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ data: {
5
+ type: import("vue").PropType<Record<string, any>>;
6
+ default: () => {};
7
+ };
8
+ formItems: {
9
+ type: import("vue").PropType<any[]>;
10
+ default: () => any[];
11
+ };
12
+ readonly: {
13
+ type: BooleanConstructor;
14
+ };
15
+ elRef: {
16
+ type: import("vue").PropType<import("@vunk/shared").AnyFunc>;
17
+ default: () => () => void;
18
+ };
19
+ layout: {
20
+ type: BooleanConstructor;
21
+ default: boolean;
22
+ };
23
+ rowSource: {
24
+ type: import("vue").PropType<Partial<RowItem>>;
25
+ default: () => {};
26
+ };
27
+ colSource: {
28
+ type: import("vue").PropType<Partial<import("./types").ColItem>>;
29
+ default: () => import("./types").ColItem;
30
+ };
31
+ segmentAttrs: {
32
+ type: ObjectConstructor;
33
+ default: () => {};
34
+ };
35
+ model: ObjectConstructor;
36
+ rules: {
37
+ readonly type: import("vue").PropType<Partial<Record<string, import("element-plus").FormItemRule | import("element-plus").FormItemRule[]>>>;
38
+ readonly required: false;
39
+ readonly validator: ((val: unknown) => boolean) | undefined;
40
+ __epPropKey: true;
41
+ };
42
+ labelPosition: {
43
+ readonly type: import("vue").PropType<"top" | "left" | "right">;
44
+ readonly required: false;
45
+ readonly validator: ((val: unknown) => boolean) | undefined;
46
+ __epPropKey: true;
47
+ } & {
48
+ readonly default: "right";
49
+ };
50
+ requireAsteriskPosition: {
51
+ readonly type: import("vue").PropType<"left" | "right">;
52
+ readonly required: false;
53
+ readonly validator: ((val: unknown) => boolean) | undefined;
54
+ __epPropKey: true;
55
+ } & {
56
+ readonly default: "left";
57
+ };
58
+ labelWidth: {
59
+ readonly type: import("vue").PropType<string | number>;
60
+ readonly required: false;
61
+ readonly validator: ((val: unknown) => boolean) | undefined;
62
+ __epPropKey: true;
63
+ } & {
64
+ readonly default: "";
65
+ };
66
+ labelSuffix: {
67
+ readonly type: import("vue").PropType<string>;
68
+ readonly required: false;
69
+ readonly validator: ((val: unknown) => boolean) | undefined;
70
+ __epPropKey: true;
71
+ } & {
72
+ readonly default: "";
73
+ };
74
+ inline: BooleanConstructor;
75
+ inlineMessage: BooleanConstructor;
76
+ statusIcon: BooleanConstructor;
77
+ showMessage: {
78
+ readonly type: import("vue").PropType<boolean>;
79
+ readonly required: false;
80
+ readonly validator: ((val: unknown) => boolean) | undefined;
81
+ __epPropKey: true;
82
+ } & {
83
+ readonly default: true;
84
+ };
85
+ validateOnRuleChange: {
86
+ readonly type: import("vue").PropType<boolean>;
87
+ readonly required: false;
88
+ readonly validator: ((val: unknown) => boolean) | undefined;
89
+ __epPropKey: true;
90
+ } & {
91
+ readonly default: true;
92
+ };
93
+ hideRequiredAsterisk: BooleanConstructor;
94
+ scrollToError: BooleanConstructor;
95
+ scrollIntoViewOptions: {
96
+ readonly type: import("vue").PropType<unknown>;
97
+ readonly required: false;
98
+ readonly validator: ((val: unknown) => boolean) | undefined;
99
+ __epPropKey: true;
100
+ } & {
101
+ readonly default: true;
102
+ };
103
+ size: {
104
+ readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
105
+ readonly required: false;
106
+ readonly validator: ((val: unknown) => boolean) | undefined;
107
+ __epPropKey: true;
108
+ };
109
+ disabled: BooleanConstructor;
110
+ }>, {
111
+ formProps: import("vue").ComputedRef<{
112
+ size: "" | "default" | "small" | "large";
113
+ inline: boolean;
114
+ labelWidth: string | number;
115
+ labelPosition: "top" | "left" | "right";
116
+ rules: Partial<Record<string, import("element-plus").FormItemRule | import("element-plus").FormItemRule[]>>;
117
+ inlineMessage: boolean;
118
+ showMessage: boolean;
119
+ disabled: boolean;
120
+ requireAsteriskPosition: "left" | "right";
121
+ labelSuffix: string;
122
+ statusIcon: boolean;
123
+ validateOnRuleChange: boolean;
124
+ hideRequiredAsterisk: boolean;
125
+ scrollToError: boolean;
126
+ scrollIntoViewOptions: true;
127
+ }>;
128
+ formEmits: {};
129
+ getValue: (obj: any, k: any, intoUndefined?: import("@vunk/core").IntoUndefined, safe?: boolean) => any;
130
+ getRef: (e: InstanceType<typeof ElForm>) => void;
131
+ computed: typeof import("@vue/reactivity").computed;
132
+ rendererSource: import("vue").ComputedRef<any>;
133
+ handleSubmit: (e: Event) => void;
134
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
135
+ setData: (e: import("@vunk/core").SetDataEvent) => import("@vunk/core").SetDataEvent;
136
+ validate: any;
137
+ submit: any;
138
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
139
+ data: {
140
+ type: import("vue").PropType<Record<string, any>>;
141
+ default: () => {};
142
+ };
143
+ formItems: {
144
+ type: import("vue").PropType<any[]>;
145
+ default: () => any[];
146
+ };
147
+ readonly: {
148
+ type: BooleanConstructor;
149
+ };
150
+ elRef: {
151
+ type: import("vue").PropType<import("@vunk/shared").AnyFunc>;
152
+ default: () => () => void;
153
+ };
154
+ layout: {
155
+ type: BooleanConstructor;
156
+ default: boolean;
157
+ };
158
+ rowSource: {
159
+ type: import("vue").PropType<Partial<RowItem>>;
160
+ default: () => {};
161
+ };
162
+ colSource: {
163
+ type: import("vue").PropType<Partial<import("./types").ColItem>>;
164
+ default: () => import("./types").ColItem;
165
+ };
166
+ segmentAttrs: {
167
+ type: ObjectConstructor;
168
+ default: () => {};
169
+ };
170
+ model: ObjectConstructor;
171
+ rules: {
172
+ readonly type: import("vue").PropType<Partial<Record<string, import("element-plus").FormItemRule | import("element-plus").FormItemRule[]>>>;
173
+ readonly required: false;
174
+ readonly validator: ((val: unknown) => boolean) | undefined;
175
+ __epPropKey: true;
176
+ };
177
+ labelPosition: {
178
+ readonly type: import("vue").PropType<"top" | "left" | "right">;
179
+ readonly required: false;
180
+ readonly validator: ((val: unknown) => boolean) | undefined;
181
+ __epPropKey: true;
182
+ } & {
183
+ readonly default: "right";
184
+ };
185
+ requireAsteriskPosition: {
186
+ readonly type: import("vue").PropType<"left" | "right">;
187
+ readonly required: false;
188
+ readonly validator: ((val: unknown) => boolean) | undefined;
189
+ __epPropKey: true;
190
+ } & {
191
+ readonly default: "left";
192
+ };
193
+ labelWidth: {
194
+ readonly type: import("vue").PropType<string | number>;
195
+ readonly required: false;
196
+ readonly validator: ((val: unknown) => boolean) | undefined;
197
+ __epPropKey: true;
198
+ } & {
199
+ readonly default: "";
200
+ };
201
+ labelSuffix: {
202
+ readonly type: import("vue").PropType<string>;
203
+ readonly required: false;
204
+ readonly validator: ((val: unknown) => boolean) | undefined;
205
+ __epPropKey: true;
206
+ } & {
207
+ readonly default: "";
208
+ };
209
+ inline: BooleanConstructor;
210
+ inlineMessage: BooleanConstructor;
211
+ statusIcon: BooleanConstructor;
212
+ showMessage: {
213
+ readonly type: import("vue").PropType<boolean>;
214
+ readonly required: false;
215
+ readonly validator: ((val: unknown) => boolean) | undefined;
216
+ __epPropKey: true;
217
+ } & {
218
+ readonly default: true;
219
+ };
220
+ validateOnRuleChange: {
221
+ readonly type: import("vue").PropType<boolean>;
222
+ readonly required: false;
223
+ readonly validator: ((val: unknown) => boolean) | undefined;
224
+ __epPropKey: true;
225
+ } & {
226
+ readonly default: true;
227
+ };
228
+ hideRequiredAsterisk: BooleanConstructor;
229
+ scrollToError: BooleanConstructor;
230
+ scrollIntoViewOptions: {
231
+ readonly type: import("vue").PropType<unknown>;
232
+ readonly required: false;
233
+ readonly validator: ((val: unknown) => boolean) | undefined;
234
+ __epPropKey: true;
235
+ } & {
236
+ readonly default: true;
237
+ };
238
+ size: {
239
+ readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
240
+ readonly required: false;
241
+ readonly validator: ((val: unknown) => boolean) | undefined;
242
+ __epPropKey: true;
243
+ };
244
+ disabled: BooleanConstructor;
245
+ }>> & Readonly<{
246
+ onSubmit?: (...args: any[] | unknown[]) => any;
247
+ onSetData?: (e: import("@vunk/core").SetDataEvent) => any;
248
+ onValidate?: (...args: any[] | unknown[]) => any;
249
+ }>, {
250
+ elRef: import("@vunk/shared").AnyFunc;
251
+ inline: boolean;
252
+ readonly: boolean;
253
+ labelWidth: string | number;
254
+ labelPosition: "top" | "left" | "right";
255
+ inlineMessage: boolean;
256
+ showMessage: boolean;
257
+ disabled: boolean;
258
+ data: Record<string, any>;
259
+ layout: boolean;
260
+ requireAsteriskPosition: "left" | "right";
261
+ labelSuffix: string;
262
+ statusIcon: boolean;
263
+ validateOnRuleChange: boolean;
264
+ hideRequiredAsterisk: boolean;
265
+ scrollToError: boolean;
266
+ scrollIntoViewOptions: true;
267
+ formItems: any[];
268
+ rowSource: Partial<RowItem>;
269
+ colSource: Partial<import("./types").ColItem>;
270
+ segmentAttrs: Record<string, any>;
271
+ }, {}, {
272
+ VkfRendererData: {
273
+ new (...args: any[]): any;
274
+ __isFragment?: never;
275
+ __isTeleport?: never;
276
+ __isSuspense?: never;
277
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<Record<string | symbol, any>>>, Record<string | symbol, any>, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
278
+ [x: string]: any;
279
+ [x: symbol]: any;
280
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
281
+ install(app: import("vue").App): void;
282
+ };
283
+ ElForm: ({
284
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
285
+ readonly model: ObjectConstructor;
286
+ readonly rules: {
287
+ readonly type: import("vue").PropType<Partial<Record<string, import("element-plus").FormItemRule | import("element-plus").FormItemRule[]>>>;
288
+ readonly required: false;
289
+ readonly validator: ((val: unknown) => boolean) | undefined;
290
+ __epPropKey: true;
291
+ };
292
+ readonly labelPosition: {
293
+ readonly type: import("vue").PropType<"top" | "left" | "right">;
294
+ readonly required: false;
295
+ readonly validator: ((val: unknown) => boolean) | undefined;
296
+ __epPropKey: true;
297
+ } & {
298
+ readonly default: "right";
299
+ };
300
+ readonly requireAsteriskPosition: {
301
+ readonly type: import("vue").PropType<"left" | "right">;
302
+ readonly required: false;
303
+ readonly validator: ((val: unknown) => boolean) | undefined;
304
+ __epPropKey: true;
305
+ } & {
306
+ readonly default: "left";
307
+ };
308
+ readonly labelWidth: {
309
+ readonly type: import("vue").PropType<string | number>;
310
+ readonly required: false;
311
+ readonly validator: ((val: unknown) => boolean) | undefined;
312
+ __epPropKey: true;
313
+ } & {
314
+ readonly default: "";
315
+ };
316
+ readonly labelSuffix: {
317
+ readonly type: import("vue").PropType<string>;
318
+ readonly required: false;
319
+ readonly validator: ((val: unknown) => boolean) | undefined;
320
+ __epPropKey: true;
321
+ } & {
322
+ readonly default: "";
323
+ };
324
+ readonly inline: BooleanConstructor;
325
+ readonly inlineMessage: BooleanConstructor;
326
+ readonly statusIcon: BooleanConstructor;
327
+ readonly showMessage: {
328
+ readonly type: import("vue").PropType<boolean>;
329
+ readonly required: false;
330
+ readonly validator: ((val: unknown) => boolean) | undefined;
331
+ __epPropKey: true;
332
+ } & {
333
+ readonly default: true;
334
+ };
335
+ readonly validateOnRuleChange: {
336
+ readonly type: import("vue").PropType<boolean>;
337
+ readonly required: false;
338
+ readonly validator: ((val: unknown) => boolean) | undefined;
339
+ __epPropKey: true;
340
+ } & {
341
+ readonly default: true;
342
+ };
343
+ readonly hideRequiredAsterisk: BooleanConstructor;
344
+ readonly scrollToError: BooleanConstructor;
345
+ readonly scrollIntoViewOptions: {
346
+ readonly type: import("vue").PropType<unknown>;
347
+ readonly required: false;
348
+ readonly validator: ((val: unknown) => boolean) | undefined;
349
+ __epPropKey: true;
350
+ } & {
351
+ readonly default: true;
352
+ };
353
+ readonly size: {
354
+ readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
355
+ readonly required: false;
356
+ readonly validator: ((val: unknown) => boolean) | undefined;
357
+ __epPropKey: true;
358
+ };
359
+ readonly disabled: BooleanConstructor;
360
+ }>> & {
361
+ onValidate?: ((prop: import("element-plus").FormItemProp, isValid: boolean, message: string) => any) | undefined;
362
+ }, {
363
+ validate: (callback?: import("element-plus").FormValidateCallback) => import("element-plus").FormValidationResult;
364
+ validateField: (props?: import("element-plus").FormItemProp | import("element-plus").FormItemProp[], callback?: import("element-plus").FormValidateCallback) => import("element-plus").FormValidationResult;
365
+ resetFields: (props?: import("element-plus").FormItemProp | import("element-plus").FormItemProp[]) => void;
366
+ clearValidate: (props?: import("element-plus").FormItemProp | import("element-plus").FormItemProp[]) => void;
367
+ scrollToField: (prop: import("element-plus").FormItemProp) => void;
368
+ getField: (prop: import("element-plus").FormItemProp) => import("element-plus").FormItemContext | undefined;
369
+ fields: {
370
+ $el: HTMLDivElement | undefined;
371
+ size: import("element-plus").ComponentSize;
372
+ validateMessage: string;
373
+ validateState: import("element-plus").FormItemValidateState;
374
+ isGroup: boolean;
375
+ labelId: string;
376
+ inputIds: string[];
377
+ hasLabel: boolean;
378
+ fieldValue: any;
379
+ propString: string;
380
+ addInputId: (id: string) => void;
381
+ removeInputId: (id: string) => void;
382
+ validate: (trigger: string, callback?: import("element-plus").FormValidateCallback) => import("element-plus").FormValidationResult;
383
+ resetField: () => void;
384
+ clearValidate: () => void;
385
+ readonly labelWidth: string | number;
386
+ readonly labelPosition: "" | "top" | "left" | "right";
387
+ readonly inlineMessage: string | boolean;
388
+ readonly showMessage: boolean;
389
+ readonly label?: string | undefined;
390
+ readonly prop?: import("element-plus").FormItemProp | undefined;
391
+ readonly required?: boolean | undefined;
392
+ readonly error?: string | undefined;
393
+ readonly rules?: {
394
+ trigger?: (string | string[]) | undefined;
395
+ type?: import("async-validator").RuleType | undefined;
396
+ required?: boolean | undefined;
397
+ pattern?: string | {
398
+ exec: (string: string) => RegExpExecArray | null;
399
+ test: (string: string) => boolean;
400
+ readonly source: string;
401
+ readonly global: boolean;
402
+ readonly ignoreCase: boolean;
403
+ readonly multiline: boolean;
404
+ lastIndex: number;
405
+ compile: (pattern: string, flags?: string) => RegExp;
406
+ readonly flags: string;
407
+ readonly sticky: boolean;
408
+ readonly unicode: boolean;
409
+ readonly dotAll: boolean;
410
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
411
+ [Symbol.replace]: {
412
+ (string: string, replaceValue: string): string;
413
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
414
+ };
415
+ [Symbol.search]: (string: string) => number;
416
+ [Symbol.split]: (string: string, limit?: number) => string[];
417
+ } | undefined;
418
+ min?: number | undefined;
419
+ max?: number | undefined;
420
+ len?: number | undefined;
421
+ enum?: Array<string | number | boolean | null | undefined> | undefined;
422
+ whitespace?: boolean | undefined;
423
+ fields?: Record<string, import("async-validator").Rule> | undefined;
424
+ options?: {
425
+ suppressWarning?: boolean | undefined;
426
+ suppressValidatorError?: boolean | undefined;
427
+ first?: boolean | undefined;
428
+ firstFields?: (boolean | string[]) | undefined;
429
+ messages?: {
430
+ default?: (string | ((...args: unknown[]) => string)) | undefined;
431
+ required?: (string | ((args_0: string | undefined) => string)) | undefined;
432
+ enum?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
433
+ whitespace?: (string | ((args_0: string | undefined) => string)) | undefined;
434
+ date?: {
435
+ format?: (string | ((...args: unknown[]) => string)) | undefined;
436
+ parse?: (string | ((...args: unknown[]) => string)) | undefined;
437
+ invalid?: (string | ((...args: unknown[]) => string)) | undefined;
438
+ } | undefined;
439
+ types?: {
440
+ string?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
441
+ method?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
442
+ array?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
443
+ object?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
444
+ number?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
445
+ date?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
446
+ boolean?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
447
+ integer?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
448
+ float?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
449
+ regexp?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
450
+ email?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
451
+ url?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
452
+ hex?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
453
+ } | undefined;
454
+ string?: {
455
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
456
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
457
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
458
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
459
+ } | undefined;
460
+ number?: {
461
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
462
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
463
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
464
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
465
+ } | undefined;
466
+ array?: {
467
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
468
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
469
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
470
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
471
+ } | undefined;
472
+ pattern?: {
473
+ mismatch?: (string | ((args_0: string | undefined, args_1: any, args_2: string | RegExp | undefined) => string)) | undefined;
474
+ } | undefined;
475
+ } | undefined;
476
+ keys?: string[] | undefined;
477
+ error?: ((rule: import("async-validator").InternalRuleItem, message: string) => import("async-validator").ValidateError) | undefined;
478
+ } | undefined;
479
+ defaultField?: {
480
+ type?: import("async-validator").RuleType | undefined;
481
+ required?: boolean | undefined;
482
+ pattern?: string | {
483
+ exec: (string: string) => RegExpExecArray | null;
484
+ test: (string: string) => boolean;
485
+ readonly source: string;
486
+ readonly global: boolean;
487
+ readonly ignoreCase: boolean;
488
+ readonly multiline: boolean;
489
+ lastIndex: number;
490
+ compile: (pattern: string, flags?: string) => RegExp;
491
+ readonly flags: string;
492
+ readonly sticky: boolean;
493
+ readonly unicode: boolean;
494
+ readonly dotAll: boolean;
495
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
496
+ [Symbol.replace]: {
497
+ (string: string, replaceValue: string): string;
498
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
499
+ };
500
+ [Symbol.search]: (string: string) => number;
501
+ [Symbol.split]: (string: string, limit?: number) => string[];
502
+ } | undefined;
503
+ min?: number | undefined;
504
+ max?: number | undefined;
505
+ len?: number | undefined;
506
+ enum?: Array<string | number | boolean | null | undefined> | undefined;
507
+ whitespace?: boolean | undefined;
508
+ fields?: Record<string, import("async-validator").Rule> | undefined;
509
+ options?: {
510
+ suppressWarning?: boolean | undefined;
511
+ suppressValidatorError?: boolean | undefined;
512
+ first?: boolean | undefined;
513
+ firstFields?: (boolean | string[]) | undefined;
514
+ messages?: {
515
+ default?: (string | ((...args: unknown[]) => string)) | undefined;
516
+ required?: (string | ((args_0: string | undefined) => string)) | undefined;
517
+ enum?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
518
+ whitespace?: (string | ((args_0: string | undefined) => string)) | undefined;
519
+ date?: {
520
+ format?: (string | ((...args: unknown[]) => string)) | undefined;
521
+ parse?: (string | ((...args: unknown[]) => string)) | undefined;
522
+ invalid?: (string | ((...args: unknown[]) => string)) | undefined;
523
+ } | undefined;
524
+ types?: {
525
+ string?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
526
+ method?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
527
+ array?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
528
+ object?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
529
+ number?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
530
+ date?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
531
+ boolean?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
532
+ integer?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
533
+ float?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
534
+ regexp?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
535
+ email?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
536
+ url?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
537
+ hex?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
538
+ } | undefined;
539
+ string?: {
540
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
541
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
542
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
543
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
544
+ } | undefined;
545
+ number?: {
546
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
547
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
548
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
549
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
550
+ } | undefined;
551
+ array?: {
552
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
553
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
554
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
555
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
556
+ } | undefined;
557
+ pattern?: {
558
+ mismatch?: (string | ((args_0: string | undefined, args_1: any, args_2: string | RegExp | undefined) => string)) | undefined;
559
+ } | undefined;
560
+ } | undefined;
561
+ keys?: string[] | undefined;
562
+ error?: ((rule: import("async-validator").InternalRuleItem, message: string) => import("async-validator").ValidateError) | undefined;
563
+ } | undefined;
564
+ defaultField?: any | any[] | undefined;
565
+ transform?: ((value: import("async-validator").Value) => import("async-validator").Value) | undefined;
566
+ message?: (string | ((a?: string) => string)) | undefined;
567
+ asyncValidator?: ((rule: import("async-validator").InternalRuleItem, value: import("async-validator").Value, callback: (error?: string | Error) => void, source: import("async-validator").Values, options: import("async-validator").ValidateOption) => void | Promise<void>) | undefined;
568
+ validator?: ((rule: import("async-validator").InternalRuleItem, value: import("async-validator").Value, callback: (error?: string | Error) => void, source: import("async-validator").Values, options: import("async-validator").ValidateOption) => import("async-validator").SyncValidateResult | void) | undefined;
569
+ } | {
570
+ type?: import("async-validator").RuleType | undefined;
571
+ required?: boolean | undefined;
572
+ pattern?: string | {
573
+ exec: (string: string) => RegExpExecArray | null;
574
+ test: (string: string) => boolean;
575
+ readonly source: string;
576
+ readonly global: boolean;
577
+ readonly ignoreCase: boolean;
578
+ readonly multiline: boolean;
579
+ lastIndex: number;
580
+ compile: (pattern: string, flags?: string) => RegExp;
581
+ readonly flags: string;
582
+ readonly sticky: boolean;
583
+ readonly unicode: boolean;
584
+ readonly dotAll: boolean;
585
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
586
+ [Symbol.replace]: {
587
+ (string: string, replaceValue: string): string;
588
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
589
+ };
590
+ [Symbol.search]: (string: string) => number;
591
+ [Symbol.split]: (string: string, limit?: number) => string[];
592
+ } | undefined;
593
+ min?: number | undefined;
594
+ max?: number | undefined;
595
+ len?: number | undefined;
596
+ enum?: Array<string | number | boolean | null | undefined> | undefined;
597
+ whitespace?: boolean | undefined;
598
+ fields?: Record<string, import("async-validator").Rule> | undefined;
599
+ options?: {
600
+ suppressWarning?: boolean | undefined;
601
+ suppressValidatorError?: boolean | undefined;
602
+ first?: boolean | undefined;
603
+ firstFields?: (boolean | string[]) | undefined;
604
+ messages?: {
605
+ default?: (string | ((...args: unknown[]) => string)) | undefined;
606
+ required?: (string | ((args_0: string | undefined) => string)) | undefined;
607
+ enum?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
608
+ whitespace?: (string | ((args_0: string | undefined) => string)) | undefined;
609
+ date?: {
610
+ format?: (string | ((...args: unknown[]) => string)) | undefined;
611
+ parse?: (string | ((...args: unknown[]) => string)) | undefined;
612
+ invalid?: (string | ((...args: unknown[]) => string)) | undefined;
613
+ } | undefined;
614
+ types?: {
615
+ string?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
616
+ method?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
617
+ array?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
618
+ object?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
619
+ number?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
620
+ date?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
621
+ boolean?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
622
+ integer?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
623
+ float?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
624
+ regexp?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
625
+ email?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
626
+ url?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
627
+ hex?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
628
+ } | undefined;
629
+ string?: {
630
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
631
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
632
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
633
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
634
+ } | undefined;
635
+ number?: {
636
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
637
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
638
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
639
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
640
+ } | undefined;
641
+ array?: {
642
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
643
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
644
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
645
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
646
+ } | undefined;
647
+ pattern?: {
648
+ mismatch?: (string | ((args_0: string | undefined, args_1: any, args_2: string | RegExp | undefined) => string)) | undefined;
649
+ } | undefined;
650
+ } | undefined;
651
+ keys?: string[] | undefined;
652
+ error?: ((rule: import("async-validator").InternalRuleItem, message: string) => import("async-validator").ValidateError) | undefined;
653
+ } | undefined;
654
+ defaultField?: any | any[] | undefined;
655
+ transform?: ((value: import("async-validator").Value) => import("async-validator").Value) | undefined;
656
+ message?: (string | ((a?: string) => string)) | undefined;
657
+ asyncValidator?: ((rule: import("async-validator").InternalRuleItem, value: import("async-validator").Value, callback: (error?: string | Error) => void, source: import("async-validator").Values, options: import("async-validator").ValidateOption) => void | Promise<void>) | undefined;
658
+ validator?: ((rule: import("async-validator").InternalRuleItem, value: import("async-validator").Value, callback: (error?: string | Error) => void, source: import("async-validator").Values, options: import("async-validator").ValidateOption) => import("async-validator").SyncValidateResult | void) | undefined;
659
+ }[] | undefined;
660
+ transform?: ((value: import("async-validator").Value) => import("async-validator").Value) | undefined;
661
+ message?: (string | ((a?: string) => string)) | undefined;
662
+ asyncValidator?: ((rule: import("async-validator").InternalRuleItem, value: import("async-validator").Value, callback: (error?: string | Error) => void, source: import("async-validator").Values, options: import("async-validator").ValidateOption) => void | Promise<void>) | undefined;
663
+ validator?: ((rule: import("async-validator").InternalRuleItem, value: import("async-validator").Value, callback: (error?: string | Error) => void, source: import("async-validator").Values, options: import("async-validator").ValidateOption) => import("async-validator").SyncValidateResult | void) | undefined;
664
+ } | {
665
+ trigger?: (string | string[]) | undefined;
666
+ type?: import("async-validator").RuleType | undefined;
667
+ required?: boolean | undefined;
668
+ pattern?: string | {
669
+ exec: (string: string) => RegExpExecArray | null;
670
+ test: (string: string) => boolean;
671
+ readonly source: string;
672
+ readonly global: boolean;
673
+ readonly ignoreCase: boolean;
674
+ readonly multiline: boolean;
675
+ lastIndex: number;
676
+ compile: (pattern: string, flags?: string) => RegExp;
677
+ readonly flags: string;
678
+ readonly sticky: boolean;
679
+ readonly unicode: boolean;
680
+ readonly dotAll: boolean;
681
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
682
+ [Symbol.replace]: {
683
+ (string: string, replaceValue: string): string;
684
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
685
+ };
686
+ [Symbol.search]: (string: string) => number;
687
+ [Symbol.split]: (string: string, limit?: number) => string[];
688
+ } | undefined;
689
+ min?: number | undefined;
690
+ max?: number | undefined;
691
+ len?: number | undefined;
692
+ enum?: Array<string | number | boolean | null | undefined> | undefined;
693
+ whitespace?: boolean | undefined;
694
+ fields?: Record<string, import("async-validator").Rule> | undefined;
695
+ options?: {
696
+ suppressWarning?: boolean | undefined;
697
+ suppressValidatorError?: boolean | undefined;
698
+ first?: boolean | undefined;
699
+ firstFields?: (boolean | string[]) | undefined;
700
+ messages?: {
701
+ default?: (string | ((...args: unknown[]) => string)) | undefined;
702
+ required?: (string | ((args_0: string | undefined) => string)) | undefined;
703
+ enum?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
704
+ whitespace?: (string | ((args_0: string | undefined) => string)) | undefined;
705
+ date?: {
706
+ format?: (string | ((...args: unknown[]) => string)) | undefined;
707
+ parse?: (string | ((...args: unknown[]) => string)) | undefined;
708
+ invalid?: (string | ((...args: unknown[]) => string)) | undefined;
709
+ } | undefined;
710
+ types?: {
711
+ string?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
712
+ method?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
713
+ array?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
714
+ object?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
715
+ number?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
716
+ date?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
717
+ boolean?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
718
+ integer?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
719
+ float?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
720
+ regexp?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
721
+ email?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
722
+ url?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
723
+ hex?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
724
+ } | undefined;
725
+ string?: {
726
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
727
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
728
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
729
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
730
+ } | undefined;
731
+ number?: {
732
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
733
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
734
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
735
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
736
+ } | undefined;
737
+ array?: {
738
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
739
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
740
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
741
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
742
+ } | undefined;
743
+ pattern?: {
744
+ mismatch?: (string | ((args_0: string | undefined, args_1: any, args_2: string | RegExp | undefined) => string)) | undefined;
745
+ } | undefined;
746
+ } | undefined;
747
+ keys?: string[] | undefined;
748
+ error?: ((rule: import("async-validator").InternalRuleItem, message: string) => import("async-validator").ValidateError) | undefined;
749
+ } | undefined;
750
+ defaultField?: {
751
+ type?: import("async-validator").RuleType | undefined;
752
+ required?: boolean | undefined;
753
+ pattern?: string | {
754
+ exec: (string: string) => RegExpExecArray | null;
755
+ test: (string: string) => boolean;
756
+ readonly source: string;
757
+ readonly global: boolean;
758
+ readonly ignoreCase: boolean;
759
+ readonly multiline: boolean;
760
+ lastIndex: number;
761
+ compile: (pattern: string, flags?: string) => RegExp;
762
+ readonly flags: string;
763
+ readonly sticky: boolean;
764
+ readonly unicode: boolean;
765
+ readonly dotAll: boolean;
766
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
767
+ [Symbol.replace]: {
768
+ (string: string, replaceValue: string): string;
769
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
770
+ };
771
+ [Symbol.search]: (string: string) => number;
772
+ [Symbol.split]: (string: string, limit?: number) => string[];
773
+ } | undefined;
774
+ min?: number | undefined;
775
+ max?: number | undefined;
776
+ len?: number | undefined;
777
+ enum?: Array<string | number | boolean | null | undefined> | undefined;
778
+ whitespace?: boolean | undefined;
779
+ fields?: Record<string, import("async-validator").Rule> | undefined;
780
+ options?: {
781
+ suppressWarning?: boolean | undefined;
782
+ suppressValidatorError?: boolean | undefined;
783
+ first?: boolean | undefined;
784
+ firstFields?: (boolean | string[]) | undefined;
785
+ messages?: {
786
+ default?: (string | ((...args: unknown[]) => string)) | undefined;
787
+ required?: (string | ((args_0: string | undefined) => string)) | undefined;
788
+ enum?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
789
+ whitespace?: (string | ((args_0: string | undefined) => string)) | undefined;
790
+ date?: {
791
+ format?: (string | ((...args: unknown[]) => string)) | undefined;
792
+ parse?: (string | ((...args: unknown[]) => string)) | undefined;
793
+ invalid?: (string | ((...args: unknown[]) => string)) | undefined;
794
+ } | undefined;
795
+ types?: {
796
+ string?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
797
+ method?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
798
+ array?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
799
+ object?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
800
+ number?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
801
+ date?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
802
+ boolean?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
803
+ integer?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
804
+ float?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
805
+ regexp?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
806
+ email?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
807
+ url?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
808
+ hex?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
809
+ } | undefined;
810
+ string?: {
811
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
812
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
813
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
814
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
815
+ } | undefined;
816
+ number?: {
817
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
818
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
819
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
820
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
821
+ } | undefined;
822
+ array?: {
823
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
824
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
825
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
826
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
827
+ } | undefined;
828
+ pattern?: {
829
+ mismatch?: (string | ((args_0: string | undefined, args_1: any, args_2: string | RegExp | undefined) => string)) | undefined;
830
+ } | undefined;
831
+ } | undefined;
832
+ keys?: string[] | undefined;
833
+ error?: ((rule: import("async-validator").InternalRuleItem, message: string) => import("async-validator").ValidateError) | undefined;
834
+ } | undefined;
835
+ defaultField?: any | any[] | undefined;
836
+ transform?: ((value: import("async-validator").Value) => import("async-validator").Value) | undefined;
837
+ message?: (string | ((a?: string) => string)) | undefined;
838
+ asyncValidator?: ((rule: import("async-validator").InternalRuleItem, value: import("async-validator").Value, callback: (error?: string | Error) => void, source: import("async-validator").Values, options: import("async-validator").ValidateOption) => void | Promise<void>) | undefined;
839
+ validator?: ((rule: import("async-validator").InternalRuleItem, value: import("async-validator").Value, callback: (error?: string | Error) => void, source: import("async-validator").Values, options: import("async-validator").ValidateOption) => import("async-validator").SyncValidateResult | void) | undefined;
840
+ } | {
841
+ type?: import("async-validator").RuleType | undefined;
842
+ required?: boolean | undefined;
843
+ pattern?: string | {
844
+ exec: (string: string) => RegExpExecArray | null;
845
+ test: (string: string) => boolean;
846
+ readonly source: string;
847
+ readonly global: boolean;
848
+ readonly ignoreCase: boolean;
849
+ readonly multiline: boolean;
850
+ lastIndex: number;
851
+ compile: (pattern: string, flags?: string) => RegExp;
852
+ readonly flags: string;
853
+ readonly sticky: boolean;
854
+ readonly unicode: boolean;
855
+ readonly dotAll: boolean;
856
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
857
+ [Symbol.replace]: {
858
+ (string: string, replaceValue: string): string;
859
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
860
+ };
861
+ [Symbol.search]: (string: string) => number;
862
+ [Symbol.split]: (string: string, limit?: number) => string[];
863
+ } | undefined;
864
+ min?: number | undefined;
865
+ max?: number | undefined;
866
+ len?: number | undefined;
867
+ enum?: Array<string | number | boolean | null | undefined> | undefined;
868
+ whitespace?: boolean | undefined;
869
+ fields?: Record<string, import("async-validator").Rule> | undefined;
870
+ options?: {
871
+ suppressWarning?: boolean | undefined;
872
+ suppressValidatorError?: boolean | undefined;
873
+ first?: boolean | undefined;
874
+ firstFields?: (boolean | string[]) | undefined;
875
+ messages?: {
876
+ default?: (string | ((...args: unknown[]) => string)) | undefined;
877
+ required?: (string | ((args_0: string | undefined) => string)) | undefined;
878
+ enum?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
879
+ whitespace?: (string | ((args_0: string | undefined) => string)) | undefined;
880
+ date?: {
881
+ format?: (string | ((...args: unknown[]) => string)) | undefined;
882
+ parse?: (string | ((...args: unknown[]) => string)) | undefined;
883
+ invalid?: (string | ((...args: unknown[]) => string)) | undefined;
884
+ } | undefined;
885
+ types?: {
886
+ string?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
887
+ method?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
888
+ array?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
889
+ object?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
890
+ number?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
891
+ date?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
892
+ boolean?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
893
+ integer?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
894
+ float?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
895
+ regexp?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
896
+ email?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
897
+ url?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
898
+ hex?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
899
+ } | undefined;
900
+ string?: {
901
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
902
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
903
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
904
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
905
+ } | undefined;
906
+ number?: {
907
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
908
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
909
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
910
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
911
+ } | undefined;
912
+ array?: {
913
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
914
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
915
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
916
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
917
+ } | undefined;
918
+ pattern?: {
919
+ mismatch?: (string | ((args_0: string | undefined, args_1: any, args_2: string | RegExp | undefined) => string)) | undefined;
920
+ } | undefined;
921
+ } | undefined;
922
+ keys?: string[] | undefined;
923
+ error?: ((rule: import("async-validator").InternalRuleItem, message: string) => import("async-validator").ValidateError) | undefined;
924
+ } | undefined;
925
+ defaultField?: any | any[] | undefined;
926
+ transform?: ((value: import("async-validator").Value) => import("async-validator").Value) | undefined;
927
+ message?: (string | ((a?: string) => string)) | undefined;
928
+ asyncValidator?: ((rule: import("async-validator").InternalRuleItem, value: import("async-validator").Value, callback: (error?: string | Error) => void, source: import("async-validator").Values, options: import("async-validator").ValidateOption) => void | Promise<void>) | undefined;
929
+ validator?: ((rule: import("async-validator").InternalRuleItem, value: import("async-validator").Value, callback: (error?: string | Error) => void, source: import("async-validator").Values, options: import("async-validator").ValidateOption) => import("async-validator").SyncValidateResult | void) | undefined;
930
+ }[] | undefined;
931
+ transform?: ((value: import("async-validator").Value) => import("async-validator").Value) | undefined;
932
+ message?: (string | ((a?: string) => string)) | undefined;
933
+ asyncValidator?: ((rule: import("async-validator").InternalRuleItem, value: import("async-validator").Value, callback: (error?: string | Error) => void, source: import("async-validator").Values, options: import("async-validator").ValidateOption) => void | Promise<void>) | undefined;
934
+ validator?: ((rule: import("async-validator").InternalRuleItem, value: import("async-validator").Value, callback: (error?: string | Error) => void, source: import("async-validator").Values, options: import("async-validator").ValidateOption) => import("async-validator").SyncValidateResult | void) | undefined;
935
+ }[] | undefined;
936
+ readonly validateStatus?: ("" | "error" | "success" | "validating") | undefined;
937
+ readonly for?: string | undefined;
938
+ }[];
939
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
940
+ validate: (prop: import("element-plus").FormItemProp, isValid: boolean, message: string) => void;
941
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
942
+ readonly disabled: boolean;
943
+ readonly inline: boolean;
944
+ readonly labelWidth: string | number;
945
+ readonly labelPosition: "top" | "left" | "right";
946
+ readonly inlineMessage: boolean;
947
+ readonly showMessage: boolean;
948
+ readonly requireAsteriskPosition: "left" | "right";
949
+ readonly labelSuffix: string;
950
+ readonly validateOnRuleChange: boolean;
951
+ readonly scrollIntoViewOptions: unknown;
952
+ readonly statusIcon: boolean;
953
+ readonly hideRequiredAsterisk: boolean;
954
+ readonly scrollToError: boolean;
955
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
956
+ P: {};
957
+ B: {};
958
+ D: {};
959
+ C: {};
960
+ M: {};
961
+ Defaults: {};
962
+ }, Readonly<import("vue").ExtractPropTypes<{
963
+ readonly model: ObjectConstructor;
964
+ readonly rules: {
965
+ readonly type: import("vue").PropType<Partial<Record<string, import("element-plus").FormItemRule | import("element-plus").FormItemRule[]>>>;
966
+ readonly required: false;
967
+ readonly validator: ((val: unknown) => boolean) | undefined;
968
+ __epPropKey: true;
969
+ };
970
+ readonly labelPosition: {
971
+ readonly type: import("vue").PropType<"top" | "left" | "right">;
972
+ readonly required: false;
973
+ readonly validator: ((val: unknown) => boolean) | undefined;
974
+ __epPropKey: true;
975
+ } & {
976
+ readonly default: "right";
977
+ };
978
+ readonly requireAsteriskPosition: {
979
+ readonly type: import("vue").PropType<"left" | "right">;
980
+ readonly required: false;
981
+ readonly validator: ((val: unknown) => boolean) | undefined;
982
+ __epPropKey: true;
983
+ } & {
984
+ readonly default: "left";
985
+ };
986
+ readonly labelWidth: {
987
+ readonly type: import("vue").PropType<string | number>;
988
+ readonly required: false;
989
+ readonly validator: ((val: unknown) => boolean) | undefined;
990
+ __epPropKey: true;
991
+ } & {
992
+ readonly default: "";
993
+ };
994
+ readonly labelSuffix: {
995
+ readonly type: import("vue").PropType<string>;
996
+ readonly required: false;
997
+ readonly validator: ((val: unknown) => boolean) | undefined;
998
+ __epPropKey: true;
999
+ } & {
1000
+ readonly default: "";
1001
+ };
1002
+ readonly inline: BooleanConstructor;
1003
+ readonly inlineMessage: BooleanConstructor;
1004
+ readonly statusIcon: BooleanConstructor;
1005
+ readonly showMessage: {
1006
+ readonly type: import("vue").PropType<boolean>;
1007
+ readonly required: false;
1008
+ readonly validator: ((val: unknown) => boolean) | undefined;
1009
+ __epPropKey: true;
1010
+ } & {
1011
+ readonly default: true;
1012
+ };
1013
+ readonly validateOnRuleChange: {
1014
+ readonly type: import("vue").PropType<boolean>;
1015
+ readonly required: false;
1016
+ readonly validator: ((val: unknown) => boolean) | undefined;
1017
+ __epPropKey: true;
1018
+ } & {
1019
+ readonly default: true;
1020
+ };
1021
+ readonly hideRequiredAsterisk: BooleanConstructor;
1022
+ readonly scrollToError: BooleanConstructor;
1023
+ readonly scrollIntoViewOptions: {
1024
+ readonly type: import("vue").PropType<unknown>;
1025
+ readonly required: false;
1026
+ readonly validator: ((val: unknown) => boolean) | undefined;
1027
+ __epPropKey: true;
1028
+ } & {
1029
+ readonly default: true;
1030
+ };
1031
+ readonly size: {
1032
+ readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
1033
+ readonly required: false;
1034
+ readonly validator: ((val: unknown) => boolean) | undefined;
1035
+ __epPropKey: true;
1036
+ };
1037
+ readonly disabled: BooleanConstructor;
1038
+ }>> & {
1039
+ onValidate?: ((prop: import("element-plus").FormItemProp, isValid: boolean, message: string) => any) | undefined;
1040
+ }, {
1041
+ validate: (callback?: import("element-plus").FormValidateCallback) => import("element-plus").FormValidationResult;
1042
+ validateField: (props?: import("element-plus").FormItemProp | import("element-plus").FormItemProp[], callback?: import("element-plus").FormValidateCallback) => import("element-plus").FormValidationResult;
1043
+ resetFields: (props?: import("element-plus").FormItemProp | import("element-plus").FormItemProp[]) => void;
1044
+ clearValidate: (props?: import("element-plus").FormItemProp | import("element-plus").FormItemProp[]) => void;
1045
+ scrollToField: (prop: import("element-plus").FormItemProp) => void;
1046
+ getField: (prop: import("element-plus").FormItemProp) => import("element-plus").FormItemContext | undefined;
1047
+ fields: {
1048
+ $el: HTMLDivElement | undefined;
1049
+ size: import("element-plus").ComponentSize;
1050
+ validateMessage: string;
1051
+ validateState: import("element-plus").FormItemValidateState;
1052
+ isGroup: boolean;
1053
+ labelId: string;
1054
+ inputIds: string[];
1055
+ hasLabel: boolean;
1056
+ fieldValue: any;
1057
+ propString: string;
1058
+ addInputId: (id: string) => void;
1059
+ removeInputId: (id: string) => void;
1060
+ validate: (trigger: string, callback?: import("element-plus").FormValidateCallback) => import("element-plus").FormValidationResult;
1061
+ resetField: () => void;
1062
+ clearValidate: () => void;
1063
+ readonly labelWidth: string | number;
1064
+ readonly labelPosition: "" | "top" | "left" | "right";
1065
+ readonly inlineMessage: string | boolean;
1066
+ readonly showMessage: boolean;
1067
+ readonly label?: string | undefined;
1068
+ readonly prop?: import("element-plus").FormItemProp | undefined;
1069
+ readonly required?: boolean | undefined;
1070
+ readonly error?: string | undefined;
1071
+ readonly rules?: {
1072
+ trigger?: (string | string[]) | undefined;
1073
+ type?: import("async-validator").RuleType | undefined;
1074
+ required?: boolean | undefined;
1075
+ pattern?: string | {
1076
+ exec: (string: string) => RegExpExecArray | null;
1077
+ test: (string: string) => boolean;
1078
+ readonly source: string;
1079
+ readonly global: boolean;
1080
+ readonly ignoreCase: boolean;
1081
+ readonly multiline: boolean;
1082
+ lastIndex: number;
1083
+ compile: (pattern: string, flags?: string) => RegExp;
1084
+ readonly flags: string;
1085
+ readonly sticky: boolean;
1086
+ readonly unicode: boolean;
1087
+ readonly dotAll: boolean;
1088
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
1089
+ [Symbol.replace]: {
1090
+ (string: string, replaceValue: string): string;
1091
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
1092
+ };
1093
+ [Symbol.search]: (string: string) => number;
1094
+ [Symbol.split]: (string: string, limit?: number) => string[];
1095
+ } | undefined;
1096
+ min?: number | undefined;
1097
+ max?: number | undefined;
1098
+ len?: number | undefined;
1099
+ enum?: Array<string | number | boolean | null | undefined> | undefined;
1100
+ whitespace?: boolean | undefined;
1101
+ fields?: Record<string, import("async-validator").Rule> | undefined;
1102
+ options?: {
1103
+ suppressWarning?: boolean | undefined;
1104
+ suppressValidatorError?: boolean | undefined;
1105
+ first?: boolean | undefined;
1106
+ firstFields?: (boolean | string[]) | undefined;
1107
+ messages?: {
1108
+ default?: (string | ((...args: unknown[]) => string)) | undefined;
1109
+ required?: (string | ((args_0: string | undefined) => string)) | undefined;
1110
+ enum?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1111
+ whitespace?: (string | ((args_0: string | undefined) => string)) | undefined;
1112
+ date?: {
1113
+ format?: (string | ((...args: unknown[]) => string)) | undefined;
1114
+ parse?: (string | ((...args: unknown[]) => string)) | undefined;
1115
+ invalid?: (string | ((...args: unknown[]) => string)) | undefined;
1116
+ } | undefined;
1117
+ types?: {
1118
+ string?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1119
+ method?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1120
+ array?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1121
+ object?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1122
+ number?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1123
+ date?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1124
+ boolean?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1125
+ integer?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1126
+ float?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1127
+ regexp?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1128
+ email?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1129
+ url?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1130
+ hex?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1131
+ } | undefined;
1132
+ string?: {
1133
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1134
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1135
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1136
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
1137
+ } | undefined;
1138
+ number?: {
1139
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1140
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1141
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1142
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
1143
+ } | undefined;
1144
+ array?: {
1145
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1146
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1147
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1148
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
1149
+ } | undefined;
1150
+ pattern?: {
1151
+ mismatch?: (string | ((args_0: string | undefined, args_1: any, args_2: string | RegExp | undefined) => string)) | undefined;
1152
+ } | undefined;
1153
+ } | undefined;
1154
+ keys?: string[] | undefined;
1155
+ error?: ((rule: import("async-validator").InternalRuleItem, message: string) => import("async-validator").ValidateError) | undefined;
1156
+ } | undefined;
1157
+ defaultField?: {
1158
+ type?: import("async-validator").RuleType | undefined;
1159
+ required?: boolean | undefined;
1160
+ pattern?: string | {
1161
+ exec: (string: string) => RegExpExecArray | null;
1162
+ test: (string: string) => boolean;
1163
+ readonly source: string;
1164
+ readonly global: boolean;
1165
+ readonly ignoreCase: boolean;
1166
+ readonly multiline: boolean;
1167
+ lastIndex: number;
1168
+ compile: (pattern: string, flags?: string) => RegExp;
1169
+ readonly flags: string;
1170
+ readonly sticky: boolean;
1171
+ readonly unicode: boolean;
1172
+ readonly dotAll: boolean;
1173
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
1174
+ [Symbol.replace]: {
1175
+ (string: string, replaceValue: string): string;
1176
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
1177
+ };
1178
+ [Symbol.search]: (string: string) => number;
1179
+ [Symbol.split]: (string: string, limit?: number) => string[];
1180
+ } | undefined;
1181
+ min?: number | undefined;
1182
+ max?: number | undefined;
1183
+ len?: number | undefined;
1184
+ enum?: Array<string | number | boolean | null | undefined> | undefined;
1185
+ whitespace?: boolean | undefined;
1186
+ fields?: Record<string, import("async-validator").Rule> | undefined;
1187
+ options?: {
1188
+ suppressWarning?: boolean | undefined;
1189
+ suppressValidatorError?: boolean | undefined;
1190
+ first?: boolean | undefined;
1191
+ firstFields?: (boolean | string[]) | undefined;
1192
+ messages?: {
1193
+ default?: (string | ((...args: unknown[]) => string)) | undefined;
1194
+ required?: (string | ((args_0: string | undefined) => string)) | undefined;
1195
+ enum?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1196
+ whitespace?: (string | ((args_0: string | undefined) => string)) | undefined;
1197
+ date?: {
1198
+ format?: (string | ((...args: unknown[]) => string)) | undefined;
1199
+ parse?: (string | ((...args: unknown[]) => string)) | undefined;
1200
+ invalid?: (string | ((...args: unknown[]) => string)) | undefined;
1201
+ } | undefined;
1202
+ types?: {
1203
+ string?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1204
+ method?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1205
+ array?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1206
+ object?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1207
+ number?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1208
+ date?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1209
+ boolean?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1210
+ integer?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1211
+ float?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1212
+ regexp?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1213
+ email?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1214
+ url?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1215
+ hex?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1216
+ } | undefined;
1217
+ string?: {
1218
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1219
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1220
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1221
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
1222
+ } | undefined;
1223
+ number?: {
1224
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1225
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1226
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1227
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
1228
+ } | undefined;
1229
+ array?: {
1230
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1231
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1232
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1233
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
1234
+ } | undefined;
1235
+ pattern?: {
1236
+ mismatch?: (string | ((args_0: string | undefined, args_1: any, args_2: string | RegExp | undefined) => string)) | undefined;
1237
+ } | undefined;
1238
+ } | undefined;
1239
+ keys?: string[] | undefined;
1240
+ error?: ((rule: import("async-validator").InternalRuleItem, message: string) => import("async-validator").ValidateError) | undefined;
1241
+ } | undefined;
1242
+ defaultField?: any | any[] | undefined;
1243
+ transform?: ((value: import("async-validator").Value) => import("async-validator").Value) | undefined;
1244
+ message?: (string | ((a?: string) => string)) | undefined;
1245
+ asyncValidator?: ((rule: import("async-validator").InternalRuleItem, value: import("async-validator").Value, callback: (error?: string | Error) => void, source: import("async-validator").Values, options: import("async-validator").ValidateOption) => void | Promise<void>) | undefined;
1246
+ validator?: ((rule: import("async-validator").InternalRuleItem, value: import("async-validator").Value, callback: (error?: string | Error) => void, source: import("async-validator").Values, options: import("async-validator").ValidateOption) => import("async-validator").SyncValidateResult | void) | undefined;
1247
+ } | {
1248
+ type?: import("async-validator").RuleType | undefined;
1249
+ required?: boolean | undefined;
1250
+ pattern?: string | {
1251
+ exec: (string: string) => RegExpExecArray | null;
1252
+ test: (string: string) => boolean;
1253
+ readonly source: string;
1254
+ readonly global: boolean;
1255
+ readonly ignoreCase: boolean;
1256
+ readonly multiline: boolean;
1257
+ lastIndex: number;
1258
+ compile: (pattern: string, flags?: string) => RegExp;
1259
+ readonly flags: string;
1260
+ readonly sticky: boolean;
1261
+ readonly unicode: boolean;
1262
+ readonly dotAll: boolean;
1263
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
1264
+ [Symbol.replace]: {
1265
+ (string: string, replaceValue: string): string;
1266
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
1267
+ };
1268
+ [Symbol.search]: (string: string) => number;
1269
+ [Symbol.split]: (string: string, limit?: number) => string[];
1270
+ } | undefined;
1271
+ min?: number | undefined;
1272
+ max?: number | undefined;
1273
+ len?: number | undefined;
1274
+ enum?: Array<string | number | boolean | null | undefined> | undefined;
1275
+ whitespace?: boolean | undefined;
1276
+ fields?: Record<string, import("async-validator").Rule> | undefined;
1277
+ options?: {
1278
+ suppressWarning?: boolean | undefined;
1279
+ suppressValidatorError?: boolean | undefined;
1280
+ first?: boolean | undefined;
1281
+ firstFields?: (boolean | string[]) | undefined;
1282
+ messages?: {
1283
+ default?: (string | ((...args: unknown[]) => string)) | undefined;
1284
+ required?: (string | ((args_0: string | undefined) => string)) | undefined;
1285
+ enum?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1286
+ whitespace?: (string | ((args_0: string | undefined) => string)) | undefined;
1287
+ date?: {
1288
+ format?: (string | ((...args: unknown[]) => string)) | undefined;
1289
+ parse?: (string | ((...args: unknown[]) => string)) | undefined;
1290
+ invalid?: (string | ((...args: unknown[]) => string)) | undefined;
1291
+ } | undefined;
1292
+ types?: {
1293
+ string?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1294
+ method?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1295
+ array?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1296
+ object?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1297
+ number?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1298
+ date?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1299
+ boolean?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1300
+ integer?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1301
+ float?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1302
+ regexp?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1303
+ email?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1304
+ url?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1305
+ hex?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1306
+ } | undefined;
1307
+ string?: {
1308
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1309
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1310
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1311
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
1312
+ } | undefined;
1313
+ number?: {
1314
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1315
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1316
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1317
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
1318
+ } | undefined;
1319
+ array?: {
1320
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1321
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1322
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1323
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
1324
+ } | undefined;
1325
+ pattern?: {
1326
+ mismatch?: (string | ((args_0: string | undefined, args_1: any, args_2: string | RegExp | undefined) => string)) | undefined;
1327
+ } | undefined;
1328
+ } | undefined;
1329
+ keys?: string[] | undefined;
1330
+ error?: ((rule: import("async-validator").InternalRuleItem, message: string) => import("async-validator").ValidateError) | undefined;
1331
+ } | undefined;
1332
+ defaultField?: any | any[] | undefined;
1333
+ transform?: ((value: import("async-validator").Value) => import("async-validator").Value) | undefined;
1334
+ message?: (string | ((a?: string) => string)) | undefined;
1335
+ asyncValidator?: ((rule: import("async-validator").InternalRuleItem, value: import("async-validator").Value, callback: (error?: string | Error) => void, source: import("async-validator").Values, options: import("async-validator").ValidateOption) => void | Promise<void>) | undefined;
1336
+ validator?: ((rule: import("async-validator").InternalRuleItem, value: import("async-validator").Value, callback: (error?: string | Error) => void, source: import("async-validator").Values, options: import("async-validator").ValidateOption) => import("async-validator").SyncValidateResult | void) | undefined;
1337
+ }[] | undefined;
1338
+ transform?: ((value: import("async-validator").Value) => import("async-validator").Value) | undefined;
1339
+ message?: (string | ((a?: string) => string)) | undefined;
1340
+ asyncValidator?: ((rule: import("async-validator").InternalRuleItem, value: import("async-validator").Value, callback: (error?: string | Error) => void, source: import("async-validator").Values, options: import("async-validator").ValidateOption) => void | Promise<void>) | undefined;
1341
+ validator?: ((rule: import("async-validator").InternalRuleItem, value: import("async-validator").Value, callback: (error?: string | Error) => void, source: import("async-validator").Values, options: import("async-validator").ValidateOption) => import("async-validator").SyncValidateResult | void) | undefined;
1342
+ } | {
1343
+ trigger?: (string | string[]) | undefined;
1344
+ type?: import("async-validator").RuleType | undefined;
1345
+ required?: boolean | undefined;
1346
+ pattern?: string | {
1347
+ exec: (string: string) => RegExpExecArray | null;
1348
+ test: (string: string) => boolean;
1349
+ readonly source: string;
1350
+ readonly global: boolean;
1351
+ readonly ignoreCase: boolean;
1352
+ readonly multiline: boolean;
1353
+ lastIndex: number;
1354
+ compile: (pattern: string, flags?: string) => RegExp;
1355
+ readonly flags: string;
1356
+ readonly sticky: boolean;
1357
+ readonly unicode: boolean;
1358
+ readonly dotAll: boolean;
1359
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
1360
+ [Symbol.replace]: {
1361
+ (string: string, replaceValue: string): string;
1362
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
1363
+ };
1364
+ [Symbol.search]: (string: string) => number;
1365
+ [Symbol.split]: (string: string, limit?: number) => string[];
1366
+ } | undefined;
1367
+ min?: number | undefined;
1368
+ max?: number | undefined;
1369
+ len?: number | undefined;
1370
+ enum?: Array<string | number | boolean | null | undefined> | undefined;
1371
+ whitespace?: boolean | undefined;
1372
+ fields?: Record<string, import("async-validator").Rule> | undefined;
1373
+ options?: {
1374
+ suppressWarning?: boolean | undefined;
1375
+ suppressValidatorError?: boolean | undefined;
1376
+ first?: boolean | undefined;
1377
+ firstFields?: (boolean | string[]) | undefined;
1378
+ messages?: {
1379
+ default?: (string | ((...args: unknown[]) => string)) | undefined;
1380
+ required?: (string | ((args_0: string | undefined) => string)) | undefined;
1381
+ enum?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1382
+ whitespace?: (string | ((args_0: string | undefined) => string)) | undefined;
1383
+ date?: {
1384
+ format?: (string | ((...args: unknown[]) => string)) | undefined;
1385
+ parse?: (string | ((...args: unknown[]) => string)) | undefined;
1386
+ invalid?: (string | ((...args: unknown[]) => string)) | undefined;
1387
+ } | undefined;
1388
+ types?: {
1389
+ string?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1390
+ method?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1391
+ array?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1392
+ object?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1393
+ number?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1394
+ date?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1395
+ boolean?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1396
+ integer?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1397
+ float?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1398
+ regexp?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1399
+ email?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1400
+ url?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1401
+ hex?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1402
+ } | undefined;
1403
+ string?: {
1404
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1405
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1406
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1407
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
1408
+ } | undefined;
1409
+ number?: {
1410
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1411
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1412
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1413
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
1414
+ } | undefined;
1415
+ array?: {
1416
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1417
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1418
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1419
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
1420
+ } | undefined;
1421
+ pattern?: {
1422
+ mismatch?: (string | ((args_0: string | undefined, args_1: any, args_2: string | RegExp | undefined) => string)) | undefined;
1423
+ } | undefined;
1424
+ } | undefined;
1425
+ keys?: string[] | undefined;
1426
+ error?: ((rule: import("async-validator").InternalRuleItem, message: string) => import("async-validator").ValidateError) | undefined;
1427
+ } | undefined;
1428
+ defaultField?: {
1429
+ type?: import("async-validator").RuleType | undefined;
1430
+ required?: boolean | undefined;
1431
+ pattern?: string | {
1432
+ exec: (string: string) => RegExpExecArray | null;
1433
+ test: (string: string) => boolean;
1434
+ readonly source: string;
1435
+ readonly global: boolean;
1436
+ readonly ignoreCase: boolean;
1437
+ readonly multiline: boolean;
1438
+ lastIndex: number;
1439
+ compile: (pattern: string, flags?: string) => RegExp;
1440
+ readonly flags: string;
1441
+ readonly sticky: boolean;
1442
+ readonly unicode: boolean;
1443
+ readonly dotAll: boolean;
1444
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
1445
+ [Symbol.replace]: {
1446
+ (string: string, replaceValue: string): string;
1447
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
1448
+ };
1449
+ [Symbol.search]: (string: string) => number;
1450
+ [Symbol.split]: (string: string, limit?: number) => string[];
1451
+ } | undefined;
1452
+ min?: number | undefined;
1453
+ max?: number | undefined;
1454
+ len?: number | undefined;
1455
+ enum?: Array<string | number | boolean | null | undefined> | undefined;
1456
+ whitespace?: boolean | undefined;
1457
+ fields?: Record<string, import("async-validator").Rule> | undefined;
1458
+ options?: {
1459
+ suppressWarning?: boolean | undefined;
1460
+ suppressValidatorError?: boolean | undefined;
1461
+ first?: boolean | undefined;
1462
+ firstFields?: (boolean | string[]) | undefined;
1463
+ messages?: {
1464
+ default?: (string | ((...args: unknown[]) => string)) | undefined;
1465
+ required?: (string | ((args_0: string | undefined) => string)) | undefined;
1466
+ enum?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1467
+ whitespace?: (string | ((args_0: string | undefined) => string)) | undefined;
1468
+ date?: {
1469
+ format?: (string | ((...args: unknown[]) => string)) | undefined;
1470
+ parse?: (string | ((...args: unknown[]) => string)) | undefined;
1471
+ invalid?: (string | ((...args: unknown[]) => string)) | undefined;
1472
+ } | undefined;
1473
+ types?: {
1474
+ string?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1475
+ method?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1476
+ array?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1477
+ object?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1478
+ number?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1479
+ date?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1480
+ boolean?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1481
+ integer?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1482
+ float?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1483
+ regexp?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1484
+ email?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1485
+ url?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1486
+ hex?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1487
+ } | undefined;
1488
+ string?: {
1489
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1490
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1491
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1492
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
1493
+ } | undefined;
1494
+ number?: {
1495
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1496
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1497
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1498
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
1499
+ } | undefined;
1500
+ array?: {
1501
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1502
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1503
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1504
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
1505
+ } | undefined;
1506
+ pattern?: {
1507
+ mismatch?: (string | ((args_0: string | undefined, args_1: any, args_2: string | RegExp | undefined) => string)) | undefined;
1508
+ } | undefined;
1509
+ } | undefined;
1510
+ keys?: string[] | undefined;
1511
+ error?: ((rule: import("async-validator").InternalRuleItem, message: string) => import("async-validator").ValidateError) | undefined;
1512
+ } | undefined;
1513
+ defaultField?: any | any[] | undefined;
1514
+ transform?: ((value: import("async-validator").Value) => import("async-validator").Value) | undefined;
1515
+ message?: (string | ((a?: string) => string)) | undefined;
1516
+ asyncValidator?: ((rule: import("async-validator").InternalRuleItem, value: import("async-validator").Value, callback: (error?: string | Error) => void, source: import("async-validator").Values, options: import("async-validator").ValidateOption) => void | Promise<void>) | undefined;
1517
+ validator?: ((rule: import("async-validator").InternalRuleItem, value: import("async-validator").Value, callback: (error?: string | Error) => void, source: import("async-validator").Values, options: import("async-validator").ValidateOption) => import("async-validator").SyncValidateResult | void) | undefined;
1518
+ } | {
1519
+ type?: import("async-validator").RuleType | undefined;
1520
+ required?: boolean | undefined;
1521
+ pattern?: string | {
1522
+ exec: (string: string) => RegExpExecArray | null;
1523
+ test: (string: string) => boolean;
1524
+ readonly source: string;
1525
+ readonly global: boolean;
1526
+ readonly ignoreCase: boolean;
1527
+ readonly multiline: boolean;
1528
+ lastIndex: number;
1529
+ compile: (pattern: string, flags?: string) => RegExp;
1530
+ readonly flags: string;
1531
+ readonly sticky: boolean;
1532
+ readonly unicode: boolean;
1533
+ readonly dotAll: boolean;
1534
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
1535
+ [Symbol.replace]: {
1536
+ (string: string, replaceValue: string): string;
1537
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
1538
+ };
1539
+ [Symbol.search]: (string: string) => number;
1540
+ [Symbol.split]: (string: string, limit?: number) => string[];
1541
+ } | undefined;
1542
+ min?: number | undefined;
1543
+ max?: number | undefined;
1544
+ len?: number | undefined;
1545
+ enum?: Array<string | number | boolean | null | undefined> | undefined;
1546
+ whitespace?: boolean | undefined;
1547
+ fields?: Record<string, import("async-validator").Rule> | undefined;
1548
+ options?: {
1549
+ suppressWarning?: boolean | undefined;
1550
+ suppressValidatorError?: boolean | undefined;
1551
+ first?: boolean | undefined;
1552
+ firstFields?: (boolean | string[]) | undefined;
1553
+ messages?: {
1554
+ default?: (string | ((...args: unknown[]) => string)) | undefined;
1555
+ required?: (string | ((args_0: string | undefined) => string)) | undefined;
1556
+ enum?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1557
+ whitespace?: (string | ((args_0: string | undefined) => string)) | undefined;
1558
+ date?: {
1559
+ format?: (string | ((...args: unknown[]) => string)) | undefined;
1560
+ parse?: (string | ((...args: unknown[]) => string)) | undefined;
1561
+ invalid?: (string | ((...args: unknown[]) => string)) | undefined;
1562
+ } | undefined;
1563
+ types?: {
1564
+ string?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1565
+ method?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1566
+ array?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1567
+ object?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1568
+ number?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1569
+ date?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1570
+ boolean?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1571
+ integer?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1572
+ float?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1573
+ regexp?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1574
+ email?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1575
+ url?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1576
+ hex?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1577
+ } | undefined;
1578
+ string?: {
1579
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1580
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1581
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1582
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
1583
+ } | undefined;
1584
+ number?: {
1585
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1586
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1587
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1588
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
1589
+ } | undefined;
1590
+ array?: {
1591
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1592
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1593
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1594
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
1595
+ } | undefined;
1596
+ pattern?: {
1597
+ mismatch?: (string | ((args_0: string | undefined, args_1: any, args_2: string | RegExp | undefined) => string)) | undefined;
1598
+ } | undefined;
1599
+ } | undefined;
1600
+ keys?: string[] | undefined;
1601
+ error?: ((rule: import("async-validator").InternalRuleItem, message: string) => import("async-validator").ValidateError) | undefined;
1602
+ } | undefined;
1603
+ defaultField?: any | any[] | undefined;
1604
+ transform?: ((value: import("async-validator").Value) => import("async-validator").Value) | undefined;
1605
+ message?: (string | ((a?: string) => string)) | undefined;
1606
+ asyncValidator?: ((rule: import("async-validator").InternalRuleItem, value: import("async-validator").Value, callback: (error?: string | Error) => void, source: import("async-validator").Values, options: import("async-validator").ValidateOption) => void | Promise<void>) | undefined;
1607
+ validator?: ((rule: import("async-validator").InternalRuleItem, value: import("async-validator").Value, callback: (error?: string | Error) => void, source: import("async-validator").Values, options: import("async-validator").ValidateOption) => import("async-validator").SyncValidateResult | void) | undefined;
1608
+ }[] | undefined;
1609
+ transform?: ((value: import("async-validator").Value) => import("async-validator").Value) | undefined;
1610
+ message?: (string | ((a?: string) => string)) | undefined;
1611
+ asyncValidator?: ((rule: import("async-validator").InternalRuleItem, value: import("async-validator").Value, callback: (error?: string | Error) => void, source: import("async-validator").Values, options: import("async-validator").ValidateOption) => void | Promise<void>) | undefined;
1612
+ validator?: ((rule: import("async-validator").InternalRuleItem, value: import("async-validator").Value, callback: (error?: string | Error) => void, source: import("async-validator").Values, options: import("async-validator").ValidateOption) => import("async-validator").SyncValidateResult | void) | undefined;
1613
+ }[] | undefined;
1614
+ readonly validateStatus?: ("" | "error" | "success" | "validating") | undefined;
1615
+ readonly for?: string | undefined;
1616
+ }[];
1617
+ }, {}, {}, {}, {
1618
+ readonly disabled: boolean;
1619
+ readonly inline: boolean;
1620
+ readonly labelWidth: string | number;
1621
+ readonly labelPosition: "top" | "left" | "right";
1622
+ readonly inlineMessage: boolean;
1623
+ readonly showMessage: boolean;
1624
+ readonly requireAsteriskPosition: "left" | "right";
1625
+ readonly labelSuffix: string;
1626
+ readonly validateOnRuleChange: boolean;
1627
+ readonly scrollIntoViewOptions: unknown;
1628
+ readonly statusIcon: boolean;
1629
+ readonly hideRequiredAsterisk: boolean;
1630
+ readonly scrollToError: boolean;
1631
+ }>;
1632
+ __isFragment?: never;
1633
+ __isTeleport?: never;
1634
+ __isSuspense?: never;
1635
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1636
+ readonly model: ObjectConstructor;
1637
+ readonly rules: {
1638
+ readonly type: import("vue").PropType<Partial<Record<string, import("element-plus").FormItemRule | import("element-plus").FormItemRule[]>>>;
1639
+ readonly required: false;
1640
+ readonly validator: ((val: unknown) => boolean) | undefined;
1641
+ __epPropKey: true;
1642
+ };
1643
+ readonly labelPosition: {
1644
+ readonly type: import("vue").PropType<"top" | "left" | "right">;
1645
+ readonly required: false;
1646
+ readonly validator: ((val: unknown) => boolean) | undefined;
1647
+ __epPropKey: true;
1648
+ } & {
1649
+ readonly default: "right";
1650
+ };
1651
+ readonly requireAsteriskPosition: {
1652
+ readonly type: import("vue").PropType<"left" | "right">;
1653
+ readonly required: false;
1654
+ readonly validator: ((val: unknown) => boolean) | undefined;
1655
+ __epPropKey: true;
1656
+ } & {
1657
+ readonly default: "left";
1658
+ };
1659
+ readonly labelWidth: {
1660
+ readonly type: import("vue").PropType<string | number>;
1661
+ readonly required: false;
1662
+ readonly validator: ((val: unknown) => boolean) | undefined;
1663
+ __epPropKey: true;
1664
+ } & {
1665
+ readonly default: "";
1666
+ };
1667
+ readonly labelSuffix: {
1668
+ readonly type: import("vue").PropType<string>;
1669
+ readonly required: false;
1670
+ readonly validator: ((val: unknown) => boolean) | undefined;
1671
+ __epPropKey: true;
1672
+ } & {
1673
+ readonly default: "";
1674
+ };
1675
+ readonly inline: BooleanConstructor;
1676
+ readonly inlineMessage: BooleanConstructor;
1677
+ readonly statusIcon: BooleanConstructor;
1678
+ readonly showMessage: {
1679
+ readonly type: import("vue").PropType<boolean>;
1680
+ readonly required: false;
1681
+ readonly validator: ((val: unknown) => boolean) | undefined;
1682
+ __epPropKey: true;
1683
+ } & {
1684
+ readonly default: true;
1685
+ };
1686
+ readonly validateOnRuleChange: {
1687
+ readonly type: import("vue").PropType<boolean>;
1688
+ readonly required: false;
1689
+ readonly validator: ((val: unknown) => boolean) | undefined;
1690
+ __epPropKey: true;
1691
+ } & {
1692
+ readonly default: true;
1693
+ };
1694
+ readonly hideRequiredAsterisk: BooleanConstructor;
1695
+ readonly scrollToError: BooleanConstructor;
1696
+ readonly scrollIntoViewOptions: {
1697
+ readonly type: import("vue").PropType<unknown>;
1698
+ readonly required: false;
1699
+ readonly validator: ((val: unknown) => boolean) | undefined;
1700
+ __epPropKey: true;
1701
+ } & {
1702
+ readonly default: true;
1703
+ };
1704
+ readonly size: {
1705
+ readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
1706
+ readonly required: false;
1707
+ readonly validator: ((val: unknown) => boolean) | undefined;
1708
+ __epPropKey: true;
1709
+ };
1710
+ readonly disabled: BooleanConstructor;
1711
+ }>> & {
1712
+ onValidate?: ((prop: import("element-plus").FormItemProp, isValid: boolean, message: string) => any) | undefined;
1713
+ }, {
1714
+ validate: (callback?: import("element-plus").FormValidateCallback) => import("element-plus").FormValidationResult;
1715
+ validateField: (props?: import("element-plus").FormItemProp | import("element-plus").FormItemProp[], callback?: import("element-plus").FormValidateCallback) => import("element-plus").FormValidationResult;
1716
+ resetFields: (props?: import("element-plus").FormItemProp | import("element-plus").FormItemProp[]) => void;
1717
+ clearValidate: (props?: import("element-plus").FormItemProp | import("element-plus").FormItemProp[]) => void;
1718
+ scrollToField: (prop: import("element-plus").FormItemProp) => void;
1719
+ getField: (prop: import("element-plus").FormItemProp) => import("element-plus").FormItemContext | undefined;
1720
+ fields: {
1721
+ $el: HTMLDivElement | undefined;
1722
+ size: import("element-plus").ComponentSize;
1723
+ validateMessage: string;
1724
+ validateState: import("element-plus").FormItemValidateState;
1725
+ isGroup: boolean;
1726
+ labelId: string;
1727
+ inputIds: string[];
1728
+ hasLabel: boolean;
1729
+ fieldValue: any;
1730
+ propString: string;
1731
+ addInputId: (id: string) => void;
1732
+ removeInputId: (id: string) => void;
1733
+ validate: (trigger: string, callback?: import("element-plus").FormValidateCallback) => import("element-plus").FormValidationResult;
1734
+ resetField: () => void;
1735
+ clearValidate: () => void;
1736
+ readonly labelWidth: string | number;
1737
+ readonly labelPosition: "" | "top" | "left" | "right";
1738
+ readonly inlineMessage: string | boolean;
1739
+ readonly showMessage: boolean;
1740
+ readonly label?: string | undefined;
1741
+ readonly prop?: import("element-plus").FormItemProp | undefined;
1742
+ readonly required?: boolean | undefined;
1743
+ readonly error?: string | undefined;
1744
+ readonly rules?: {
1745
+ trigger?: (string | string[]) | undefined;
1746
+ type?: import("async-validator").RuleType | undefined;
1747
+ required?: boolean | undefined;
1748
+ pattern?: string | {
1749
+ exec: (string: string) => RegExpExecArray | null;
1750
+ test: (string: string) => boolean;
1751
+ readonly source: string;
1752
+ readonly global: boolean;
1753
+ readonly ignoreCase: boolean;
1754
+ readonly multiline: boolean;
1755
+ lastIndex: number;
1756
+ compile: (pattern: string, flags?: string) => RegExp;
1757
+ readonly flags: string;
1758
+ readonly sticky: boolean;
1759
+ readonly unicode: boolean;
1760
+ readonly dotAll: boolean;
1761
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
1762
+ [Symbol.replace]: {
1763
+ (string: string, replaceValue: string): string;
1764
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
1765
+ };
1766
+ [Symbol.search]: (string: string) => number;
1767
+ [Symbol.split]: (string: string, limit?: number) => string[];
1768
+ } | undefined;
1769
+ min?: number | undefined;
1770
+ max?: number | undefined;
1771
+ len?: number | undefined;
1772
+ enum?: Array<string | number | boolean | null | undefined> | undefined;
1773
+ whitespace?: boolean | undefined;
1774
+ fields?: Record<string, import("async-validator").Rule> | undefined;
1775
+ options?: {
1776
+ suppressWarning?: boolean | undefined;
1777
+ suppressValidatorError?: boolean | undefined;
1778
+ first?: boolean | undefined;
1779
+ firstFields?: (boolean | string[]) | undefined;
1780
+ messages?: {
1781
+ default?: (string | ((...args: unknown[]) => string)) | undefined;
1782
+ required?: (string | ((args_0: string | undefined) => string)) | undefined;
1783
+ enum?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1784
+ whitespace?: (string | ((args_0: string | undefined) => string)) | undefined;
1785
+ date?: {
1786
+ format?: (string | ((...args: unknown[]) => string)) | undefined;
1787
+ parse?: (string | ((...args: unknown[]) => string)) | undefined;
1788
+ invalid?: (string | ((...args: unknown[]) => string)) | undefined;
1789
+ } | undefined;
1790
+ types?: {
1791
+ string?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1792
+ method?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1793
+ array?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1794
+ object?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1795
+ number?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1796
+ date?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1797
+ boolean?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1798
+ integer?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1799
+ float?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1800
+ regexp?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1801
+ email?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1802
+ url?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1803
+ hex?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1804
+ } | undefined;
1805
+ string?: {
1806
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1807
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1808
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1809
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
1810
+ } | undefined;
1811
+ number?: {
1812
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1813
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1814
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1815
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
1816
+ } | undefined;
1817
+ array?: {
1818
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1819
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1820
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1821
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
1822
+ } | undefined;
1823
+ pattern?: {
1824
+ mismatch?: (string | ((args_0: string | undefined, args_1: any, args_2: string | RegExp | undefined) => string)) | undefined;
1825
+ } | undefined;
1826
+ } | undefined;
1827
+ keys?: string[] | undefined;
1828
+ error?: ((rule: import("async-validator").InternalRuleItem, message: string) => import("async-validator").ValidateError) | undefined;
1829
+ } | undefined;
1830
+ defaultField?: {
1831
+ type?: import("async-validator").RuleType | undefined;
1832
+ required?: boolean | undefined;
1833
+ pattern?: string | {
1834
+ exec: (string: string) => RegExpExecArray | null;
1835
+ test: (string: string) => boolean;
1836
+ readonly source: string;
1837
+ readonly global: boolean;
1838
+ readonly ignoreCase: boolean;
1839
+ readonly multiline: boolean;
1840
+ lastIndex: number;
1841
+ compile: (pattern: string, flags?: string) => RegExp;
1842
+ readonly flags: string;
1843
+ readonly sticky: boolean;
1844
+ readonly unicode: boolean;
1845
+ readonly dotAll: boolean;
1846
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
1847
+ [Symbol.replace]: {
1848
+ (string: string, replaceValue: string): string;
1849
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
1850
+ };
1851
+ [Symbol.search]: (string: string) => number;
1852
+ [Symbol.split]: (string: string, limit?: number) => string[];
1853
+ } | undefined;
1854
+ min?: number | undefined;
1855
+ max?: number | undefined;
1856
+ len?: number | undefined;
1857
+ enum?: Array<string | number | boolean | null | undefined> | undefined;
1858
+ whitespace?: boolean | undefined;
1859
+ fields?: Record<string, import("async-validator").Rule> | undefined;
1860
+ options?: {
1861
+ suppressWarning?: boolean | undefined;
1862
+ suppressValidatorError?: boolean | undefined;
1863
+ first?: boolean | undefined;
1864
+ firstFields?: (boolean | string[]) | undefined;
1865
+ messages?: {
1866
+ default?: (string | ((...args: unknown[]) => string)) | undefined;
1867
+ required?: (string | ((args_0: string | undefined) => string)) | undefined;
1868
+ enum?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1869
+ whitespace?: (string | ((args_0: string | undefined) => string)) | undefined;
1870
+ date?: {
1871
+ format?: (string | ((...args: unknown[]) => string)) | undefined;
1872
+ parse?: (string | ((...args: unknown[]) => string)) | undefined;
1873
+ invalid?: (string | ((...args: unknown[]) => string)) | undefined;
1874
+ } | undefined;
1875
+ types?: {
1876
+ string?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1877
+ method?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1878
+ array?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1879
+ object?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1880
+ number?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1881
+ date?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1882
+ boolean?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1883
+ integer?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1884
+ float?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1885
+ regexp?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1886
+ email?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1887
+ url?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1888
+ hex?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1889
+ } | undefined;
1890
+ string?: {
1891
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1892
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1893
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1894
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
1895
+ } | undefined;
1896
+ number?: {
1897
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1898
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1899
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1900
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
1901
+ } | undefined;
1902
+ array?: {
1903
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1904
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1905
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1906
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
1907
+ } | undefined;
1908
+ pattern?: {
1909
+ mismatch?: (string | ((args_0: string | undefined, args_1: any, args_2: string | RegExp | undefined) => string)) | undefined;
1910
+ } | undefined;
1911
+ } | undefined;
1912
+ keys?: string[] | undefined;
1913
+ error?: ((rule: import("async-validator").InternalRuleItem, message: string) => import("async-validator").ValidateError) | undefined;
1914
+ } | undefined;
1915
+ defaultField?: any | any[] | undefined;
1916
+ transform?: ((value: import("async-validator").Value) => import("async-validator").Value) | undefined;
1917
+ message?: (string | ((a?: string) => string)) | undefined;
1918
+ asyncValidator?: ((rule: import("async-validator").InternalRuleItem, value: import("async-validator").Value, callback: (error?: string | Error) => void, source: import("async-validator").Values, options: import("async-validator").ValidateOption) => void | Promise<void>) | undefined;
1919
+ validator?: ((rule: import("async-validator").InternalRuleItem, value: import("async-validator").Value, callback: (error?: string | Error) => void, source: import("async-validator").Values, options: import("async-validator").ValidateOption) => import("async-validator").SyncValidateResult | void) | undefined;
1920
+ } | {
1921
+ type?: import("async-validator").RuleType | undefined;
1922
+ required?: boolean | undefined;
1923
+ pattern?: string | {
1924
+ exec: (string: string) => RegExpExecArray | null;
1925
+ test: (string: string) => boolean;
1926
+ readonly source: string;
1927
+ readonly global: boolean;
1928
+ readonly ignoreCase: boolean;
1929
+ readonly multiline: boolean;
1930
+ lastIndex: number;
1931
+ compile: (pattern: string, flags?: string) => RegExp;
1932
+ readonly flags: string;
1933
+ readonly sticky: boolean;
1934
+ readonly unicode: boolean;
1935
+ readonly dotAll: boolean;
1936
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
1937
+ [Symbol.replace]: {
1938
+ (string: string, replaceValue: string): string;
1939
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
1940
+ };
1941
+ [Symbol.search]: (string: string) => number;
1942
+ [Symbol.split]: (string: string, limit?: number) => string[];
1943
+ } | undefined;
1944
+ min?: number | undefined;
1945
+ max?: number | undefined;
1946
+ len?: number | undefined;
1947
+ enum?: Array<string | number | boolean | null | undefined> | undefined;
1948
+ whitespace?: boolean | undefined;
1949
+ fields?: Record<string, import("async-validator").Rule> | undefined;
1950
+ options?: {
1951
+ suppressWarning?: boolean | undefined;
1952
+ suppressValidatorError?: boolean | undefined;
1953
+ first?: boolean | undefined;
1954
+ firstFields?: (boolean | string[]) | undefined;
1955
+ messages?: {
1956
+ default?: (string | ((...args: unknown[]) => string)) | undefined;
1957
+ required?: (string | ((args_0: string | undefined) => string)) | undefined;
1958
+ enum?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1959
+ whitespace?: (string | ((args_0: string | undefined) => string)) | undefined;
1960
+ date?: {
1961
+ format?: (string | ((...args: unknown[]) => string)) | undefined;
1962
+ parse?: (string | ((...args: unknown[]) => string)) | undefined;
1963
+ invalid?: (string | ((...args: unknown[]) => string)) | undefined;
1964
+ } | undefined;
1965
+ types?: {
1966
+ string?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1967
+ method?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1968
+ array?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1969
+ object?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1970
+ number?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1971
+ date?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1972
+ boolean?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1973
+ integer?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1974
+ float?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1975
+ regexp?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1976
+ email?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1977
+ url?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1978
+ hex?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1979
+ } | undefined;
1980
+ string?: {
1981
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1982
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1983
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1984
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
1985
+ } | undefined;
1986
+ number?: {
1987
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1988
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1989
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1990
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
1991
+ } | undefined;
1992
+ array?: {
1993
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1994
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1995
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1996
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
1997
+ } | undefined;
1998
+ pattern?: {
1999
+ mismatch?: (string | ((args_0: string | undefined, args_1: any, args_2: string | RegExp | undefined) => string)) | undefined;
2000
+ } | undefined;
2001
+ } | undefined;
2002
+ keys?: string[] | undefined;
2003
+ error?: ((rule: import("async-validator").InternalRuleItem, message: string) => import("async-validator").ValidateError) | undefined;
2004
+ } | undefined;
2005
+ defaultField?: any | any[] | undefined;
2006
+ transform?: ((value: import("async-validator").Value) => import("async-validator").Value) | undefined;
2007
+ message?: (string | ((a?: string) => string)) | undefined;
2008
+ asyncValidator?: ((rule: import("async-validator").InternalRuleItem, value: import("async-validator").Value, callback: (error?: string | Error) => void, source: import("async-validator").Values, options: import("async-validator").ValidateOption) => void | Promise<void>) | undefined;
2009
+ validator?: ((rule: import("async-validator").InternalRuleItem, value: import("async-validator").Value, callback: (error?: string | Error) => void, source: import("async-validator").Values, options: import("async-validator").ValidateOption) => import("async-validator").SyncValidateResult | void) | undefined;
2010
+ }[] | undefined;
2011
+ transform?: ((value: import("async-validator").Value) => import("async-validator").Value) | undefined;
2012
+ message?: (string | ((a?: string) => string)) | undefined;
2013
+ asyncValidator?: ((rule: import("async-validator").InternalRuleItem, value: import("async-validator").Value, callback: (error?: string | Error) => void, source: import("async-validator").Values, options: import("async-validator").ValidateOption) => void | Promise<void>) | undefined;
2014
+ validator?: ((rule: import("async-validator").InternalRuleItem, value: import("async-validator").Value, callback: (error?: string | Error) => void, source: import("async-validator").Values, options: import("async-validator").ValidateOption) => import("async-validator").SyncValidateResult | void) | undefined;
2015
+ } | {
2016
+ trigger?: (string | string[]) | undefined;
2017
+ type?: import("async-validator").RuleType | undefined;
2018
+ required?: boolean | undefined;
2019
+ pattern?: string | {
2020
+ exec: (string: string) => RegExpExecArray | null;
2021
+ test: (string: string) => boolean;
2022
+ readonly source: string;
2023
+ readonly global: boolean;
2024
+ readonly ignoreCase: boolean;
2025
+ readonly multiline: boolean;
2026
+ lastIndex: number;
2027
+ compile: (pattern: string, flags?: string) => RegExp;
2028
+ readonly flags: string;
2029
+ readonly sticky: boolean;
2030
+ readonly unicode: boolean;
2031
+ readonly dotAll: boolean;
2032
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
2033
+ [Symbol.replace]: {
2034
+ (string: string, replaceValue: string): string;
2035
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
2036
+ };
2037
+ [Symbol.search]: (string: string) => number;
2038
+ [Symbol.split]: (string: string, limit?: number) => string[];
2039
+ } | undefined;
2040
+ min?: number | undefined;
2041
+ max?: number | undefined;
2042
+ len?: number | undefined;
2043
+ enum?: Array<string | number | boolean | null | undefined> | undefined;
2044
+ whitespace?: boolean | undefined;
2045
+ fields?: Record<string, import("async-validator").Rule> | undefined;
2046
+ options?: {
2047
+ suppressWarning?: boolean | undefined;
2048
+ suppressValidatorError?: boolean | undefined;
2049
+ first?: boolean | undefined;
2050
+ firstFields?: (boolean | string[]) | undefined;
2051
+ messages?: {
2052
+ default?: (string | ((...args: unknown[]) => string)) | undefined;
2053
+ required?: (string | ((args_0: string | undefined) => string)) | undefined;
2054
+ enum?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2055
+ whitespace?: (string | ((args_0: string | undefined) => string)) | undefined;
2056
+ date?: {
2057
+ format?: (string | ((...args: unknown[]) => string)) | undefined;
2058
+ parse?: (string | ((...args: unknown[]) => string)) | undefined;
2059
+ invalid?: (string | ((...args: unknown[]) => string)) | undefined;
2060
+ } | undefined;
2061
+ types?: {
2062
+ string?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2063
+ method?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2064
+ array?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2065
+ object?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2066
+ number?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2067
+ date?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2068
+ boolean?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2069
+ integer?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2070
+ float?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2071
+ regexp?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2072
+ email?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2073
+ url?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2074
+ hex?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2075
+ } | undefined;
2076
+ string?: {
2077
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2078
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2079
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2080
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
2081
+ } | undefined;
2082
+ number?: {
2083
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2084
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2085
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2086
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
2087
+ } | undefined;
2088
+ array?: {
2089
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2090
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2091
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2092
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
2093
+ } | undefined;
2094
+ pattern?: {
2095
+ mismatch?: (string | ((args_0: string | undefined, args_1: any, args_2: string | RegExp | undefined) => string)) | undefined;
2096
+ } | undefined;
2097
+ } | undefined;
2098
+ keys?: string[] | undefined;
2099
+ error?: ((rule: import("async-validator").InternalRuleItem, message: string) => import("async-validator").ValidateError) | undefined;
2100
+ } | undefined;
2101
+ defaultField?: {
2102
+ type?: import("async-validator").RuleType | undefined;
2103
+ required?: boolean | undefined;
2104
+ pattern?: string | {
2105
+ exec: (string: string) => RegExpExecArray | null;
2106
+ test: (string: string) => boolean;
2107
+ readonly source: string;
2108
+ readonly global: boolean;
2109
+ readonly ignoreCase: boolean;
2110
+ readonly multiline: boolean;
2111
+ lastIndex: number;
2112
+ compile: (pattern: string, flags?: string) => RegExp;
2113
+ readonly flags: string;
2114
+ readonly sticky: boolean;
2115
+ readonly unicode: boolean;
2116
+ readonly dotAll: boolean;
2117
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
2118
+ [Symbol.replace]: {
2119
+ (string: string, replaceValue: string): string;
2120
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
2121
+ };
2122
+ [Symbol.search]: (string: string) => number;
2123
+ [Symbol.split]: (string: string, limit?: number) => string[];
2124
+ } | undefined;
2125
+ min?: number | undefined;
2126
+ max?: number | undefined;
2127
+ len?: number | undefined;
2128
+ enum?: Array<string | number | boolean | null | undefined> | undefined;
2129
+ whitespace?: boolean | undefined;
2130
+ fields?: Record<string, import("async-validator").Rule> | undefined;
2131
+ options?: {
2132
+ suppressWarning?: boolean | undefined;
2133
+ suppressValidatorError?: boolean | undefined;
2134
+ first?: boolean | undefined;
2135
+ firstFields?: (boolean | string[]) | undefined;
2136
+ messages?: {
2137
+ default?: (string | ((...args: unknown[]) => string)) | undefined;
2138
+ required?: (string | ((args_0: string | undefined) => string)) | undefined;
2139
+ enum?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2140
+ whitespace?: (string | ((args_0: string | undefined) => string)) | undefined;
2141
+ date?: {
2142
+ format?: (string | ((...args: unknown[]) => string)) | undefined;
2143
+ parse?: (string | ((...args: unknown[]) => string)) | undefined;
2144
+ invalid?: (string | ((...args: unknown[]) => string)) | undefined;
2145
+ } | undefined;
2146
+ types?: {
2147
+ string?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2148
+ method?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2149
+ array?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2150
+ object?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2151
+ number?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2152
+ date?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2153
+ boolean?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2154
+ integer?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2155
+ float?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2156
+ regexp?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2157
+ email?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2158
+ url?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2159
+ hex?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2160
+ } | undefined;
2161
+ string?: {
2162
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2163
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2164
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2165
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
2166
+ } | undefined;
2167
+ number?: {
2168
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2169
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2170
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2171
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
2172
+ } | undefined;
2173
+ array?: {
2174
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2175
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2176
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2177
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
2178
+ } | undefined;
2179
+ pattern?: {
2180
+ mismatch?: (string | ((args_0: string | undefined, args_1: any, args_2: string | RegExp | undefined) => string)) | undefined;
2181
+ } | undefined;
2182
+ } | undefined;
2183
+ keys?: string[] | undefined;
2184
+ error?: ((rule: import("async-validator").InternalRuleItem, message: string) => import("async-validator").ValidateError) | undefined;
2185
+ } | undefined;
2186
+ defaultField?: any | any[] | undefined;
2187
+ transform?: ((value: import("async-validator").Value) => import("async-validator").Value) | undefined;
2188
+ message?: (string | ((a?: string) => string)) | undefined;
2189
+ asyncValidator?: ((rule: import("async-validator").InternalRuleItem, value: import("async-validator").Value, callback: (error?: string | Error) => void, source: import("async-validator").Values, options: import("async-validator").ValidateOption) => void | Promise<void>) | undefined;
2190
+ validator?: ((rule: import("async-validator").InternalRuleItem, value: import("async-validator").Value, callback: (error?: string | Error) => void, source: import("async-validator").Values, options: import("async-validator").ValidateOption) => import("async-validator").SyncValidateResult | void) | undefined;
2191
+ } | {
2192
+ type?: import("async-validator").RuleType | undefined;
2193
+ required?: boolean | undefined;
2194
+ pattern?: string | {
2195
+ exec: (string: string) => RegExpExecArray | null;
2196
+ test: (string: string) => boolean;
2197
+ readonly source: string;
2198
+ readonly global: boolean;
2199
+ readonly ignoreCase: boolean;
2200
+ readonly multiline: boolean;
2201
+ lastIndex: number;
2202
+ compile: (pattern: string, flags?: string) => RegExp;
2203
+ readonly flags: string;
2204
+ readonly sticky: boolean;
2205
+ readonly unicode: boolean;
2206
+ readonly dotAll: boolean;
2207
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
2208
+ [Symbol.replace]: {
2209
+ (string: string, replaceValue: string): string;
2210
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
2211
+ };
2212
+ [Symbol.search]: (string: string) => number;
2213
+ [Symbol.split]: (string: string, limit?: number) => string[];
2214
+ } | undefined;
2215
+ min?: number | undefined;
2216
+ max?: number | undefined;
2217
+ len?: number | undefined;
2218
+ enum?: Array<string | number | boolean | null | undefined> | undefined;
2219
+ whitespace?: boolean | undefined;
2220
+ fields?: Record<string, import("async-validator").Rule> | undefined;
2221
+ options?: {
2222
+ suppressWarning?: boolean | undefined;
2223
+ suppressValidatorError?: boolean | undefined;
2224
+ first?: boolean | undefined;
2225
+ firstFields?: (boolean | string[]) | undefined;
2226
+ messages?: {
2227
+ default?: (string | ((...args: unknown[]) => string)) | undefined;
2228
+ required?: (string | ((args_0: string | undefined) => string)) | undefined;
2229
+ enum?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2230
+ whitespace?: (string | ((args_0: string | undefined) => string)) | undefined;
2231
+ date?: {
2232
+ format?: (string | ((...args: unknown[]) => string)) | undefined;
2233
+ parse?: (string | ((...args: unknown[]) => string)) | undefined;
2234
+ invalid?: (string | ((...args: unknown[]) => string)) | undefined;
2235
+ } | undefined;
2236
+ types?: {
2237
+ string?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2238
+ method?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2239
+ array?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2240
+ object?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2241
+ number?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2242
+ date?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2243
+ boolean?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2244
+ integer?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2245
+ float?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2246
+ regexp?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2247
+ email?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2248
+ url?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2249
+ hex?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2250
+ } | undefined;
2251
+ string?: {
2252
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2253
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2254
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2255
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
2256
+ } | undefined;
2257
+ number?: {
2258
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2259
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2260
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2261
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
2262
+ } | undefined;
2263
+ array?: {
2264
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2265
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2266
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2267
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
2268
+ } | undefined;
2269
+ pattern?: {
2270
+ mismatch?: (string | ((args_0: string | undefined, args_1: any, args_2: string | RegExp | undefined) => string)) | undefined;
2271
+ } | undefined;
2272
+ } | undefined;
2273
+ keys?: string[] | undefined;
2274
+ error?: ((rule: import("async-validator").InternalRuleItem, message: string) => import("async-validator").ValidateError) | undefined;
2275
+ } | undefined;
2276
+ defaultField?: any | any[] | undefined;
2277
+ transform?: ((value: import("async-validator").Value) => import("async-validator").Value) | undefined;
2278
+ message?: (string | ((a?: string) => string)) | undefined;
2279
+ asyncValidator?: ((rule: import("async-validator").InternalRuleItem, value: import("async-validator").Value, callback: (error?: string | Error) => void, source: import("async-validator").Values, options: import("async-validator").ValidateOption) => void | Promise<void>) | undefined;
2280
+ validator?: ((rule: import("async-validator").InternalRuleItem, value: import("async-validator").Value, callback: (error?: string | Error) => void, source: import("async-validator").Values, options: import("async-validator").ValidateOption) => import("async-validator").SyncValidateResult | void) | undefined;
2281
+ }[] | undefined;
2282
+ transform?: ((value: import("async-validator").Value) => import("async-validator").Value) | undefined;
2283
+ message?: (string | ((a?: string) => string)) | undefined;
2284
+ asyncValidator?: ((rule: import("async-validator").InternalRuleItem, value: import("async-validator").Value, callback: (error?: string | Error) => void, source: import("async-validator").Values, options: import("async-validator").ValidateOption) => void | Promise<void>) | undefined;
2285
+ validator?: ((rule: import("async-validator").InternalRuleItem, value: import("async-validator").Value, callback: (error?: string | Error) => void, source: import("async-validator").Values, options: import("async-validator").ValidateOption) => import("async-validator").SyncValidateResult | void) | undefined;
2286
+ }[] | undefined;
2287
+ readonly validateStatus?: ("" | "error" | "success" | "validating") | undefined;
2288
+ readonly for?: string | undefined;
2289
+ }[];
2290
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2291
+ validate: (prop: import("element-plus").FormItemProp, isValid: boolean, message: string) => void;
2292
+ }, string, {
2293
+ readonly disabled: boolean;
2294
+ readonly inline: boolean;
2295
+ readonly labelWidth: string | number;
2296
+ readonly labelPosition: "top" | "left" | "right";
2297
+ readonly inlineMessage: boolean;
2298
+ readonly showMessage: boolean;
2299
+ readonly requireAsteriskPosition: "left" | "right";
2300
+ readonly labelSuffix: string;
2301
+ readonly validateOnRuleChange: boolean;
2302
+ readonly scrollIntoViewOptions: unknown;
2303
+ readonly statusIcon: boolean;
2304
+ readonly hideRequiredAsterisk: boolean;
2305
+ readonly scrollToError: boolean;
2306
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2307
+ $slots: {
2308
+ default?(_: {}): any;
2309
+ };
2310
+ }) & import("vue").Plugin) & {
2311
+ FormItem: {
2312
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
2313
+ readonly label: StringConstructor;
2314
+ readonly labelWidth: {
2315
+ readonly type: import("vue").PropType<string | number>;
2316
+ readonly required: false;
2317
+ readonly validator: ((val: unknown) => boolean) | undefined;
2318
+ __epPropKey: true;
2319
+ } & {
2320
+ readonly default: "";
2321
+ };
2322
+ readonly labelPosition: {
2323
+ readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
2324
+ readonly required: false;
2325
+ readonly validator: ((val: unknown) => boolean) | undefined;
2326
+ __epPropKey: true;
2327
+ } & {
2328
+ readonly default: "";
2329
+ };
2330
+ readonly prop: {
2331
+ readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
2332
+ readonly required: false;
2333
+ readonly validator: ((val: unknown) => boolean) | undefined;
2334
+ __epPropKey: true;
2335
+ };
2336
+ readonly required: {
2337
+ readonly type: import("vue").PropType<boolean>;
2338
+ readonly required: false;
2339
+ readonly validator: ((val: unknown) => boolean) | undefined;
2340
+ __epPropKey: true;
2341
+ } & {
2342
+ readonly default: undefined;
2343
+ };
2344
+ readonly rules: {
2345
+ readonly type: import("vue").PropType<unknown>;
2346
+ readonly required: false;
2347
+ readonly validator: ((val: unknown) => boolean) | undefined;
2348
+ __epPropKey: true;
2349
+ };
2350
+ readonly error: StringConstructor;
2351
+ readonly validateStatus: {
2352
+ readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
2353
+ readonly required: false;
2354
+ readonly validator: ((val: unknown) => boolean) | undefined;
2355
+ __epPropKey: true;
2356
+ };
2357
+ readonly for: StringConstructor;
2358
+ readonly inlineMessage: {
2359
+ readonly type: import("vue").PropType<string | boolean>;
2360
+ readonly required: false;
2361
+ readonly validator: ((val: unknown) => boolean) | undefined;
2362
+ __epPropKey: true;
2363
+ } & {
2364
+ readonly default: "";
2365
+ };
2366
+ readonly showMessage: {
2367
+ readonly type: import("vue").PropType<boolean>;
2368
+ readonly required: false;
2369
+ readonly validator: ((val: unknown) => boolean) | undefined;
2370
+ __epPropKey: true;
2371
+ } & {
2372
+ readonly default: true;
2373
+ };
2374
+ readonly size: {
2375
+ readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
2376
+ readonly required: false;
2377
+ readonly validator: ((val: unknown) => boolean) | undefined;
2378
+ __epPropKey: true;
2379
+ };
2380
+ }>>, {
2381
+ size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
2382
+ validateMessage: import("vue").Ref<string>;
2383
+ validateState: import("vue").Ref<"" | "error" | "success" | "validating">;
2384
+ validate: (trigger: string, callback?: import("element-plus").FormValidateCallback) => import("element-plus").FormValidationResult;
2385
+ clearValidate: () => void;
2386
+ resetField: () => void;
2387
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
2388
+ readonly required: boolean;
2389
+ readonly labelWidth: string | number;
2390
+ readonly labelPosition: "" | "top" | "left" | "right";
2391
+ readonly inlineMessage: string | boolean;
2392
+ readonly showMessage: boolean;
2393
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2394
+ P: {};
2395
+ B: {};
2396
+ D: {};
2397
+ C: {};
2398
+ M: {};
2399
+ Defaults: {};
2400
+ }, Readonly<import("vue").ExtractPropTypes<{
2401
+ readonly label: StringConstructor;
2402
+ readonly labelWidth: {
2403
+ readonly type: import("vue").PropType<string | number>;
2404
+ readonly required: false;
2405
+ readonly validator: ((val: unknown) => boolean) | undefined;
2406
+ __epPropKey: true;
2407
+ } & {
2408
+ readonly default: "";
2409
+ };
2410
+ readonly labelPosition: {
2411
+ readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
2412
+ readonly required: false;
2413
+ readonly validator: ((val: unknown) => boolean) | undefined;
2414
+ __epPropKey: true;
2415
+ } & {
2416
+ readonly default: "";
2417
+ };
2418
+ readonly prop: {
2419
+ readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
2420
+ readonly required: false;
2421
+ readonly validator: ((val: unknown) => boolean) | undefined;
2422
+ __epPropKey: true;
2423
+ };
2424
+ readonly required: {
2425
+ readonly type: import("vue").PropType<boolean>;
2426
+ readonly required: false;
2427
+ readonly validator: ((val: unknown) => boolean) | undefined;
2428
+ __epPropKey: true;
2429
+ } & {
2430
+ readonly default: undefined;
2431
+ };
2432
+ readonly rules: {
2433
+ readonly type: import("vue").PropType<unknown>;
2434
+ readonly required: false;
2435
+ readonly validator: ((val: unknown) => boolean) | undefined;
2436
+ __epPropKey: true;
2437
+ };
2438
+ readonly error: StringConstructor;
2439
+ readonly validateStatus: {
2440
+ readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
2441
+ readonly required: false;
2442
+ readonly validator: ((val: unknown) => boolean) | undefined;
2443
+ __epPropKey: true;
2444
+ };
2445
+ readonly for: StringConstructor;
2446
+ readonly inlineMessage: {
2447
+ readonly type: import("vue").PropType<string | boolean>;
2448
+ readonly required: false;
2449
+ readonly validator: ((val: unknown) => boolean) | undefined;
2450
+ __epPropKey: true;
2451
+ } & {
2452
+ readonly default: "";
2453
+ };
2454
+ readonly showMessage: {
2455
+ readonly type: import("vue").PropType<boolean>;
2456
+ readonly required: false;
2457
+ readonly validator: ((val: unknown) => boolean) | undefined;
2458
+ __epPropKey: true;
2459
+ } & {
2460
+ readonly default: true;
2461
+ };
2462
+ readonly size: {
2463
+ readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
2464
+ readonly required: false;
2465
+ readonly validator: ((val: unknown) => boolean) | undefined;
2466
+ __epPropKey: true;
2467
+ };
2468
+ }>>, {
2469
+ size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
2470
+ validateMessage: import("vue").Ref<string>;
2471
+ validateState: import("vue").Ref<"" | "error" | "success" | "validating">;
2472
+ validate: (trigger: string, callback?: import("element-plus").FormValidateCallback) => import("element-plus").FormValidationResult;
2473
+ clearValidate: () => void;
2474
+ resetField: () => void;
2475
+ }, {}, {}, {}, {
2476
+ readonly required: boolean;
2477
+ readonly labelWidth: string | number;
2478
+ readonly labelPosition: "" | "top" | "left" | "right";
2479
+ readonly inlineMessage: string | boolean;
2480
+ readonly showMessage: boolean;
2481
+ }>;
2482
+ __isFragment?: never;
2483
+ __isTeleport?: never;
2484
+ __isSuspense?: never;
2485
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2486
+ readonly label: StringConstructor;
2487
+ readonly labelWidth: {
2488
+ readonly type: import("vue").PropType<string | number>;
2489
+ readonly required: false;
2490
+ readonly validator: ((val: unknown) => boolean) | undefined;
2491
+ __epPropKey: true;
2492
+ } & {
2493
+ readonly default: "";
2494
+ };
2495
+ readonly labelPosition: {
2496
+ readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
2497
+ readonly required: false;
2498
+ readonly validator: ((val: unknown) => boolean) | undefined;
2499
+ __epPropKey: true;
2500
+ } & {
2501
+ readonly default: "";
2502
+ };
2503
+ readonly prop: {
2504
+ readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
2505
+ readonly required: false;
2506
+ readonly validator: ((val: unknown) => boolean) | undefined;
2507
+ __epPropKey: true;
2508
+ };
2509
+ readonly required: {
2510
+ readonly type: import("vue").PropType<boolean>;
2511
+ readonly required: false;
2512
+ readonly validator: ((val: unknown) => boolean) | undefined;
2513
+ __epPropKey: true;
2514
+ } & {
2515
+ readonly default: undefined;
2516
+ };
2517
+ readonly rules: {
2518
+ readonly type: import("vue").PropType<unknown>;
2519
+ readonly required: false;
2520
+ readonly validator: ((val: unknown) => boolean) | undefined;
2521
+ __epPropKey: true;
2522
+ };
2523
+ readonly error: StringConstructor;
2524
+ readonly validateStatus: {
2525
+ readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
2526
+ readonly required: false;
2527
+ readonly validator: ((val: unknown) => boolean) | undefined;
2528
+ __epPropKey: true;
2529
+ };
2530
+ readonly for: StringConstructor;
2531
+ readonly inlineMessage: {
2532
+ readonly type: import("vue").PropType<string | boolean>;
2533
+ readonly required: false;
2534
+ readonly validator: ((val: unknown) => boolean) | undefined;
2535
+ __epPropKey: true;
2536
+ } & {
2537
+ readonly default: "";
2538
+ };
2539
+ readonly showMessage: {
2540
+ readonly type: import("vue").PropType<boolean>;
2541
+ readonly required: false;
2542
+ readonly validator: ((val: unknown) => boolean) | undefined;
2543
+ __epPropKey: true;
2544
+ } & {
2545
+ readonly default: true;
2546
+ };
2547
+ readonly size: {
2548
+ readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
2549
+ readonly required: false;
2550
+ readonly validator: ((val: unknown) => boolean) | undefined;
2551
+ __epPropKey: true;
2552
+ };
2553
+ }>>, {
2554
+ size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
2555
+ validateMessage: import("vue").Ref<string>;
2556
+ validateState: import("vue").Ref<"" | "error" | "success" | "validating">;
2557
+ validate: (trigger: string, callback?: import("element-plus").FormValidateCallback) => import("element-plus").FormValidationResult;
2558
+ clearValidate: () => void;
2559
+ resetField: () => void;
2560
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
2561
+ readonly required: boolean;
2562
+ readonly labelWidth: string | number;
2563
+ readonly labelPosition: "" | "top" | "left" | "right";
2564
+ readonly inlineMessage: string | boolean;
2565
+ readonly showMessage: boolean;
2566
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2567
+ $slots: {
2568
+ label?(_: {
2569
+ label: string;
2570
+ }): any;
2571
+ default?(_: {}): any;
2572
+ error?(_: {
2573
+ error: string;
2574
+ }): any;
2575
+ };
2576
+ });
2577
+ };
2578
+ VkfFormItemRenderer: {
2579
+ new (...args: any[]): any;
2580
+ __isFragment?: never;
2581
+ __isTeleport?: never;
2582
+ __isSuspense?: never;
2583
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<Record<string | symbol, any>>>, Record<string | symbol, any>, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
2584
+ [x: string]: any;
2585
+ [x: symbol]: any;
2586
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
2587
+ install(app: import("vue").App): void;
2588
+ };
2589
+ VkfTemplatesDefault: never;
2590
+ VkfTemplatesLayout: {
2591
+ new (...args: any[]): any;
2592
+ __isFragment?: never;
2593
+ __isTeleport?: never;
2594
+ __isSuspense?: never;
2595
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<Record<string | symbol, any>>>, Record<string | symbol, any>, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
2596
+ [x: string]: any;
2597
+ [x: symbol]: any;
2598
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
2599
+ install(app: import("vue").App): void;
2600
+ };
2601
+ VkfFormsSegment: {
2602
+ new (...args: any[]): any;
2603
+ __isFragment?: never;
2604
+ __isTeleport?: never;
2605
+ __isSuspense?: never;
2606
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<Record<string | symbol, any>>>, Record<string | symbol, any>, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
2607
+ [x: string]: any;
2608
+ [x: symbol]: any;
2609
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
2610
+ install(app: import("vue").App): void;
2611
+ };
2612
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2613
+ export default _default;