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