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