sd-render 1.0.21 → 1.0.22

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