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,3602 @@
1
+ import { UploadFile } from 'element-plus';
2
+ import { SdUserModel } from '../../types/User';
3
+ type __VLS_Props = {
4
+ userModel: SdUserModel;
5
+ isInsert: Boolean;
6
+ disableUpdateUser?: Boolean;
7
+ isRegister?: Boolean;
8
+ readonly?: Boolean;
9
+ afterSave?: Function;
10
+ };
11
+ declare function __VLS_template(): {
12
+ attrs: Partial<{}>;
13
+ slots: {
14
+ action?(_: {
15
+ file: UploadFile;
16
+ }): any;
17
+ action?(_: {}): any;
18
+ };
19
+ refs: {
20
+ userFormRef: ({
21
+ $: import('vue').ComponentInternalInstance;
22
+ $data: {};
23
+ $props: Partial<{
24
+ readonly disabled: boolean;
25
+ readonly inline: boolean;
26
+ readonly labelWidth: string | number;
27
+ readonly labelPosition: "left" | "right" | "top";
28
+ readonly inlineMessage: boolean;
29
+ readonly showMessage: boolean;
30
+ readonly requireAsteriskPosition: "left" | "right";
31
+ readonly labelSuffix: string;
32
+ readonly validateOnRuleChange: boolean;
33
+ readonly scrollIntoViewOptions: boolean | ScrollIntoViewOptions;
34
+ readonly statusIcon: boolean;
35
+ readonly hideRequiredAsterisk: boolean;
36
+ readonly scrollToError: boolean;
37
+ }> & Omit<{
38
+ readonly disabled: boolean;
39
+ readonly inline: boolean;
40
+ readonly labelPosition: "left" | "right" | "top";
41
+ readonly requireAsteriskPosition: "left" | "right";
42
+ readonly labelWidth: string | number;
43
+ readonly labelSuffix: string;
44
+ readonly inlineMessage: boolean;
45
+ readonly statusIcon: boolean;
46
+ readonly showMessage: boolean;
47
+ readonly validateOnRuleChange: boolean;
48
+ readonly hideRequiredAsterisk: boolean;
49
+ readonly scrollToError: boolean;
50
+ readonly scrollIntoViewOptions: boolean | ScrollIntoViewOptions;
51
+ readonly size?: ("" | "default" | "small" | "large") | undefined;
52
+ readonly model?: Record<string, any> | undefined;
53
+ readonly rules?: Partial<Record<string, import('element-plus').FormItemRule | import('element-plus').FormItemRule[]>> | undefined;
54
+ onValidate?: ((prop: import('element-plus').FormItemProp, isValid: boolean, message: string) => any) | undefined | undefined;
55
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "inline" | "labelPosition" | "requireAsteriskPosition" | "labelWidth" | "labelSuffix" | "inlineMessage" | "statusIcon" | "showMessage" | "validateOnRuleChange" | "hideRequiredAsterisk" | "scrollToError" | "scrollIntoViewOptions">;
56
+ $attrs: {
57
+ [x: string]: unknown;
58
+ };
59
+ $refs: {
60
+ [x: string]: unknown;
61
+ };
62
+ $slots: Readonly<{
63
+ [name: string]: import('vue').Slot<any> | undefined;
64
+ }>;
65
+ $root: import('vue').ComponentPublicInstance | null;
66
+ $parent: import('vue').ComponentPublicInstance | null;
67
+ $host: Element | null;
68
+ $emit: (event: "validate", prop: import('element-plus').FormItemProp, isValid: boolean, message: string) => void;
69
+ $el: any;
70
+ $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
71
+ readonly model: ObjectConstructor;
72
+ readonly rules: {
73
+ readonly type: import('vue').PropType<Partial<Record<string, import('element-plus').FormItemRule | import('element-plus').FormItemRule[]>>>;
74
+ readonly required: false;
75
+ readonly validator: ((val: unknown) => boolean) | undefined;
76
+ __epPropKey: true;
77
+ };
78
+ readonly labelPosition: {
79
+ readonly type: import('vue').PropType<"left" | "right" | "top">;
80
+ readonly required: false;
81
+ readonly validator: ((val: unknown) => boolean) | undefined;
82
+ __epPropKey: true;
83
+ } & {
84
+ readonly default: "right";
85
+ };
86
+ readonly requireAsteriskPosition: {
87
+ readonly type: import('vue').PropType<"left" | "right">;
88
+ readonly required: false;
89
+ readonly validator: ((val: unknown) => boolean) | undefined;
90
+ __epPropKey: true;
91
+ } & {
92
+ readonly default: "left";
93
+ };
94
+ readonly labelWidth: {
95
+ readonly type: import('vue').PropType<string | number>;
96
+ readonly required: false;
97
+ readonly validator: ((val: unknown) => boolean) | undefined;
98
+ __epPropKey: true;
99
+ } & {
100
+ readonly default: "";
101
+ };
102
+ readonly labelSuffix: {
103
+ readonly type: import('vue').PropType<string>;
104
+ readonly required: false;
105
+ readonly validator: ((val: unknown) => boolean) | undefined;
106
+ __epPropKey: true;
107
+ } & {
108
+ readonly default: "";
109
+ };
110
+ readonly inline: BooleanConstructor;
111
+ readonly inlineMessage: BooleanConstructor;
112
+ readonly statusIcon: BooleanConstructor;
113
+ readonly showMessage: {
114
+ readonly type: import('vue').PropType<boolean>;
115
+ readonly required: false;
116
+ readonly validator: ((val: unknown) => boolean) | undefined;
117
+ __epPropKey: true;
118
+ } & {
119
+ readonly default: true;
120
+ };
121
+ readonly validateOnRuleChange: {
122
+ readonly type: import('vue').PropType<boolean>;
123
+ readonly required: false;
124
+ readonly validator: ((val: unknown) => boolean) | undefined;
125
+ __epPropKey: true;
126
+ } & {
127
+ readonly default: true;
128
+ };
129
+ readonly hideRequiredAsterisk: BooleanConstructor;
130
+ readonly scrollToError: BooleanConstructor;
131
+ readonly scrollIntoViewOptions: {
132
+ readonly type: import('vue').PropType<boolean | ScrollIntoViewOptions>;
133
+ readonly required: false;
134
+ readonly validator: ((val: unknown) => boolean) | undefined;
135
+ __epPropKey: true;
136
+ } & {
137
+ readonly default: true;
138
+ };
139
+ readonly size: {
140
+ readonly type: import('vue').PropType<"" | "default" | "small" | "large">;
141
+ readonly required: false;
142
+ readonly validator: ((val: unknown) => boolean) | undefined;
143
+ __epPropKey: true;
144
+ };
145
+ readonly disabled: BooleanConstructor;
146
+ }>> & {
147
+ onValidate?: ((prop: import('element-plus').FormItemProp, isValid: boolean, message: string) => any) | undefined;
148
+ }, {
149
+ validate: (callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
150
+ validateField: (props?: import('element-plus').FormItemProp | import('element-plus').FormItemProp[], callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
151
+ resetFields: (props?: import('element-plus').FormItemProp | import('element-plus').FormItemProp[]) => void;
152
+ clearValidate: (props?: import('element-plus').FormItemProp | import('element-plus').FormItemProp[]) => void;
153
+ scrollToField: (prop: import('element-plus').FormItemProp) => void;
154
+ getField: (prop: import('element-plus').FormItemProp) => import('element-plus').FormItemContext | undefined;
155
+ fields: {
156
+ $el: HTMLDivElement | undefined;
157
+ size: import('element-plus').ComponentSize;
158
+ validateMessage: string;
159
+ validateState: import('element-plus').FormItemValidateState;
160
+ isGroup: boolean;
161
+ labelId: string;
162
+ inputIds: string[];
163
+ hasLabel: boolean;
164
+ fieldValue: any;
165
+ propString: string;
166
+ addInputId: (id: string) => void;
167
+ removeInputId: (id: string) => void;
168
+ validate: (trigger: string, callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
169
+ resetField: () => void;
170
+ clearValidate: () => void;
171
+ readonly labelWidth: string | number;
172
+ readonly labelPosition: "" | "left" | "right" | "top";
173
+ readonly showMessage: boolean;
174
+ readonly label?: string | undefined;
175
+ readonly prop?: import('element-plus').FormItemProp | undefined;
176
+ readonly required?: boolean | undefined;
177
+ readonly error?: string | undefined;
178
+ readonly rules?: {
179
+ trigger?: (string | string[]) | undefined;
180
+ type?: import('async-validator').RuleType | undefined;
181
+ required?: boolean | undefined;
182
+ pattern?: string | {
183
+ exec: (string: string) => RegExpExecArray | null;
184
+ test: (string: string) => boolean;
185
+ readonly source: string;
186
+ readonly global: boolean;
187
+ readonly ignoreCase: boolean;
188
+ readonly multiline: boolean;
189
+ lastIndex: number;
190
+ compile: (pattern: string, flags?: string) => RegExp;
191
+ readonly flags: string;
192
+ readonly sticky: boolean;
193
+ readonly unicode: boolean;
194
+ readonly dotAll: boolean;
195
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
196
+ [Symbol.replace]: {
197
+ (string: string, replaceValue: string): string;
198
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
199
+ };
200
+ [Symbol.search]: (string: string) => number;
201
+ [Symbol.split]: (string: string, limit?: number) => string[];
202
+ } | undefined;
203
+ min?: number | undefined;
204
+ max?: number | undefined;
205
+ len?: number | undefined;
206
+ enum?: Array<string | number | boolean | null | undefined> | undefined;
207
+ whitespace?: boolean | undefined;
208
+ fields?: Record<string, import('async-validator').Rule> | undefined;
209
+ options?: {
210
+ suppressWarning?: boolean | undefined;
211
+ suppressValidatorError?: boolean | undefined;
212
+ first?: boolean | undefined;
213
+ firstFields?: (boolean | string[]) | undefined;
214
+ messages?: {
215
+ default?: (string | ((...args: unknown[]) => string)) | undefined;
216
+ required?: (string | ((args_0: string | undefined) => string)) | undefined;
217
+ enum?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
218
+ whitespace?: (string | ((args_0: string | undefined) => string)) | undefined;
219
+ date?: {
220
+ format?: (string | ((...args: unknown[]) => string)) | undefined;
221
+ parse?: (string | ((...args: unknown[]) => string)) | undefined;
222
+ invalid?: (string | ((...args: unknown[]) => string)) | undefined;
223
+ } | undefined;
224
+ types?: {
225
+ string?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
226
+ method?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
227
+ array?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
228
+ object?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
229
+ number?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
230
+ date?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
231
+ boolean?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
232
+ integer?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
233
+ float?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
234
+ regexp?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
235
+ email?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
236
+ url?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
237
+ hex?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
238
+ } | undefined;
239
+ string?: {
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
+ number?: {
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
+ array?: {
252
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
253
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
254
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
255
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
256
+ } | undefined;
257
+ pattern?: {
258
+ mismatch?: (string | ((args_0: string | undefined, args_1: any, args_2: string | RegExp | undefined) => string)) | undefined;
259
+ } | undefined;
260
+ } | undefined;
261
+ keys?: string[] | undefined;
262
+ error?: ((rule: import('async-validator').InternalRuleItem, message: string) => import('async-validator').ValidateError) | undefined;
263
+ } | undefined;
264
+ defaultField?: {
265
+ type?: import('async-validator').RuleType | undefined;
266
+ required?: boolean | undefined;
267
+ pattern?: string | {
268
+ exec: (string: string) => RegExpExecArray | null;
269
+ test: (string: string) => boolean;
270
+ readonly source: string;
271
+ readonly global: boolean;
272
+ readonly ignoreCase: boolean;
273
+ readonly multiline: boolean;
274
+ lastIndex: number;
275
+ compile: (pattern: string, flags?: string) => RegExp;
276
+ readonly flags: string;
277
+ readonly sticky: boolean;
278
+ readonly unicode: boolean;
279
+ readonly dotAll: boolean;
280
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
281
+ [Symbol.replace]: {
282
+ (string: string, replaceValue: string): string;
283
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
284
+ };
285
+ [Symbol.search]: (string: string) => number;
286
+ [Symbol.split]: (string: string, limit?: number) => string[];
287
+ } | undefined;
288
+ min?: number | undefined;
289
+ max?: number | undefined;
290
+ len?: number | undefined;
291
+ enum?: Array<string | number | boolean | null | undefined> | undefined;
292
+ whitespace?: boolean | undefined;
293
+ fields?: Record<string, import('async-validator').Rule> | undefined;
294
+ options?: {
295
+ suppressWarning?: boolean | undefined;
296
+ suppressValidatorError?: boolean | undefined;
297
+ first?: boolean | undefined;
298
+ firstFields?: (boolean | string[]) | undefined;
299
+ messages?: {
300
+ default?: (string | ((...args: unknown[]) => string)) | undefined;
301
+ required?: (string | ((args_0: string | undefined) => string)) | undefined;
302
+ enum?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
303
+ whitespace?: (string | ((args_0: string | undefined) => string)) | undefined;
304
+ date?: {
305
+ format?: (string | ((...args: unknown[]) => string)) | undefined;
306
+ parse?: (string | ((...args: unknown[]) => string)) | undefined;
307
+ invalid?: (string | ((...args: unknown[]) => string)) | undefined;
308
+ } | undefined;
309
+ types?: {
310
+ string?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
311
+ method?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
312
+ array?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
313
+ object?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
314
+ number?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
315
+ date?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
316
+ boolean?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
317
+ integer?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
318
+ float?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
319
+ regexp?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
320
+ email?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
321
+ url?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
322
+ hex?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
323
+ } | undefined;
324
+ string?: {
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
+ number?: {
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
+ array?: {
337
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
338
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
339
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
340
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
341
+ } | undefined;
342
+ pattern?: {
343
+ mismatch?: (string | ((args_0: string | undefined, args_1: any, args_2: string | RegExp | undefined) => string)) | undefined;
344
+ } | undefined;
345
+ } | undefined;
346
+ keys?: string[] | undefined;
347
+ error?: ((rule: import('async-validator').InternalRuleItem, message: string) => import('async-validator').ValidateError) | undefined;
348
+ } | undefined;
349
+ defaultField?: any | any[] | undefined;
350
+ transform?: ((value: import('async-validator').Value) => import('async-validator').Value) | undefined;
351
+ message?: (string | ((a?: string) => string)) | undefined;
352
+ 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;
353
+ 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;
354
+ } | {
355
+ type?: import('async-validator').RuleType | undefined;
356
+ required?: boolean | undefined;
357
+ pattern?: string | {
358
+ exec: (string: string) => RegExpExecArray | null;
359
+ test: (string: string) => boolean;
360
+ readonly source: string;
361
+ readonly global: boolean;
362
+ readonly ignoreCase: boolean;
363
+ readonly multiline: boolean;
364
+ lastIndex: number;
365
+ compile: (pattern: string, flags?: string) => RegExp;
366
+ readonly flags: string;
367
+ readonly sticky: boolean;
368
+ readonly unicode: boolean;
369
+ readonly dotAll: boolean;
370
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
371
+ [Symbol.replace]: {
372
+ (string: string, replaceValue: string): string;
373
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
374
+ };
375
+ [Symbol.search]: (string: string) => number;
376
+ [Symbol.split]: (string: string, limit?: number) => string[];
377
+ } | undefined;
378
+ min?: number | undefined;
379
+ max?: number | undefined;
380
+ len?: number | undefined;
381
+ enum?: Array<string | number | boolean | null | undefined> | undefined;
382
+ whitespace?: boolean | undefined;
383
+ fields?: Record<string, import('async-validator').Rule> | undefined;
384
+ options?: {
385
+ suppressWarning?: boolean | undefined;
386
+ suppressValidatorError?: boolean | undefined;
387
+ first?: boolean | undefined;
388
+ firstFields?: (boolean | string[]) | undefined;
389
+ messages?: {
390
+ default?: (string | ((...args: unknown[]) => string)) | undefined;
391
+ required?: (string | ((args_0: string | undefined) => string)) | undefined;
392
+ enum?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
393
+ whitespace?: (string | ((args_0: string | undefined) => string)) | undefined;
394
+ date?: {
395
+ format?: (string | ((...args: unknown[]) => string)) | undefined;
396
+ parse?: (string | ((...args: unknown[]) => string)) | undefined;
397
+ invalid?: (string | ((...args: unknown[]) => string)) | undefined;
398
+ } | undefined;
399
+ types?: {
400
+ string?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
401
+ method?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
402
+ array?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
403
+ object?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
404
+ number?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
405
+ date?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
406
+ boolean?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
407
+ integer?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
408
+ float?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
409
+ regexp?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
410
+ email?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
411
+ url?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
412
+ hex?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
413
+ } | undefined;
414
+ string?: {
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
+ number?: {
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
+ array?: {
427
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
428
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
429
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
430
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
431
+ } | undefined;
432
+ pattern?: {
433
+ mismatch?: (string | ((args_0: string | undefined, args_1: any, args_2: string | RegExp | undefined) => string)) | undefined;
434
+ } | undefined;
435
+ } | undefined;
436
+ keys?: string[] | undefined;
437
+ error?: ((rule: import('async-validator').InternalRuleItem, message: string) => import('async-validator').ValidateError) | undefined;
438
+ } | undefined;
439
+ defaultField?: any | any[] | undefined;
440
+ transform?: ((value: import('async-validator').Value) => import('async-validator').Value) | undefined;
441
+ message?: (string | ((a?: string) => string)) | undefined;
442
+ 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;
443
+ 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;
444
+ }[] | undefined;
445
+ transform?: ((value: import('async-validator').Value) => import('async-validator').Value) | undefined;
446
+ message?: (string | ((a?: string) => string)) | undefined;
447
+ 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;
448
+ 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;
449
+ } | {
450
+ trigger?: (string | string[]) | undefined;
451
+ type?: import('async-validator').RuleType | undefined;
452
+ required?: boolean | undefined;
453
+ pattern?: string | {
454
+ exec: (string: string) => RegExpExecArray | null;
455
+ test: (string: string) => boolean;
456
+ readonly source: string;
457
+ readonly global: boolean;
458
+ readonly ignoreCase: boolean;
459
+ readonly multiline: boolean;
460
+ lastIndex: number;
461
+ compile: (pattern: string, flags?: string) => RegExp;
462
+ readonly flags: string;
463
+ readonly sticky: boolean;
464
+ readonly unicode: boolean;
465
+ readonly dotAll: boolean;
466
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
467
+ [Symbol.replace]: {
468
+ (string: string, replaceValue: string): string;
469
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
470
+ };
471
+ [Symbol.search]: (string: string) => number;
472
+ [Symbol.split]: (string: string, limit?: number) => string[];
473
+ } | undefined;
474
+ min?: number | undefined;
475
+ max?: number | undefined;
476
+ len?: number | undefined;
477
+ enum?: Array<string | number | boolean | null | undefined> | undefined;
478
+ whitespace?: boolean | undefined;
479
+ fields?: Record<string, import('async-validator').Rule> | undefined;
480
+ options?: {
481
+ suppressWarning?: boolean | undefined;
482
+ suppressValidatorError?: boolean | undefined;
483
+ first?: boolean | undefined;
484
+ firstFields?: (boolean | string[]) | undefined;
485
+ messages?: {
486
+ default?: (string | ((...args: unknown[]) => string)) | undefined;
487
+ required?: (string | ((args_0: string | undefined) => string)) | undefined;
488
+ enum?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
489
+ whitespace?: (string | ((args_0: string | undefined) => string)) | undefined;
490
+ date?: {
491
+ format?: (string | ((...args: unknown[]) => string)) | undefined;
492
+ parse?: (string | ((...args: unknown[]) => string)) | undefined;
493
+ invalid?: (string | ((...args: unknown[]) => string)) | undefined;
494
+ } | undefined;
495
+ types?: {
496
+ string?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
497
+ method?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
498
+ array?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
499
+ object?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
500
+ number?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
501
+ date?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
502
+ boolean?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
503
+ integer?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
504
+ float?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
505
+ regexp?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
506
+ email?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
507
+ url?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
508
+ hex?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
509
+ } | undefined;
510
+ string?: {
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
+ number?: {
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
+ array?: {
523
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
524
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
525
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
526
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
527
+ } | undefined;
528
+ pattern?: {
529
+ mismatch?: (string | ((args_0: string | undefined, args_1: any, args_2: string | RegExp | undefined) => string)) | undefined;
530
+ } | undefined;
531
+ } | undefined;
532
+ keys?: string[] | undefined;
533
+ error?: ((rule: import('async-validator').InternalRuleItem, message: string) => import('async-validator').ValidateError) | undefined;
534
+ } | undefined;
535
+ defaultField?: {
536
+ type?: import('async-validator').RuleType | undefined;
537
+ required?: boolean | undefined;
538
+ pattern?: string | {
539
+ exec: (string: string) => RegExpExecArray | null;
540
+ test: (string: string) => boolean;
541
+ readonly source: string;
542
+ readonly global: boolean;
543
+ readonly ignoreCase: boolean;
544
+ readonly multiline: boolean;
545
+ lastIndex: number;
546
+ compile: (pattern: string, flags?: string) => RegExp;
547
+ readonly flags: string;
548
+ readonly sticky: boolean;
549
+ readonly unicode: boolean;
550
+ readonly dotAll: boolean;
551
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
552
+ [Symbol.replace]: {
553
+ (string: string, replaceValue: string): string;
554
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
555
+ };
556
+ [Symbol.search]: (string: string) => number;
557
+ [Symbol.split]: (string: string, limit?: number) => string[];
558
+ } | undefined;
559
+ min?: number | undefined;
560
+ max?: number | undefined;
561
+ len?: number | undefined;
562
+ enum?: Array<string | number | boolean | null | undefined> | undefined;
563
+ whitespace?: boolean | undefined;
564
+ fields?: Record<string, import('async-validator').Rule> | undefined;
565
+ options?: {
566
+ suppressWarning?: boolean | undefined;
567
+ suppressValidatorError?: boolean | undefined;
568
+ first?: boolean | undefined;
569
+ firstFields?: (boolean | string[]) | undefined;
570
+ messages?: {
571
+ default?: (string | ((...args: unknown[]) => string)) | undefined;
572
+ required?: (string | ((args_0: string | undefined) => string)) | undefined;
573
+ enum?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
574
+ whitespace?: (string | ((args_0: string | undefined) => string)) | undefined;
575
+ date?: {
576
+ format?: (string | ((...args: unknown[]) => string)) | undefined;
577
+ parse?: (string | ((...args: unknown[]) => string)) | undefined;
578
+ invalid?: (string | ((...args: unknown[]) => string)) | undefined;
579
+ } | undefined;
580
+ types?: {
581
+ string?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
582
+ method?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
583
+ array?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
584
+ object?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
585
+ number?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
586
+ date?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
587
+ boolean?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
588
+ integer?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
589
+ float?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
590
+ regexp?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
591
+ email?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
592
+ url?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
593
+ hex?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
594
+ } | undefined;
595
+ string?: {
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
+ number?: {
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
+ array?: {
608
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
609
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
610
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
611
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
612
+ } | undefined;
613
+ pattern?: {
614
+ mismatch?: (string | ((args_0: string | undefined, args_1: any, args_2: string | RegExp | undefined) => string)) | undefined;
615
+ } | undefined;
616
+ } | undefined;
617
+ keys?: string[] | undefined;
618
+ error?: ((rule: import('async-validator').InternalRuleItem, message: string) => import('async-validator').ValidateError) | undefined;
619
+ } | undefined;
620
+ defaultField?: any | any[] | undefined;
621
+ transform?: ((value: import('async-validator').Value) => import('async-validator').Value) | undefined;
622
+ message?: (string | ((a?: string) => string)) | undefined;
623
+ 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;
624
+ 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;
625
+ } | {
626
+ type?: import('async-validator').RuleType | undefined;
627
+ required?: boolean | undefined;
628
+ pattern?: string | {
629
+ exec: (string: string) => RegExpExecArray | null;
630
+ test: (string: string) => boolean;
631
+ readonly source: string;
632
+ readonly global: boolean;
633
+ readonly ignoreCase: boolean;
634
+ readonly multiline: boolean;
635
+ lastIndex: number;
636
+ compile: (pattern: string, flags?: string) => RegExp;
637
+ readonly flags: string;
638
+ readonly sticky: boolean;
639
+ readonly unicode: boolean;
640
+ readonly dotAll: boolean;
641
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
642
+ [Symbol.replace]: {
643
+ (string: string, replaceValue: string): string;
644
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
645
+ };
646
+ [Symbol.search]: (string: string) => number;
647
+ [Symbol.split]: (string: string, limit?: number) => string[];
648
+ } | undefined;
649
+ min?: number | undefined;
650
+ max?: number | undefined;
651
+ len?: number | undefined;
652
+ enum?: Array<string | number | boolean | null | undefined> | undefined;
653
+ whitespace?: boolean | undefined;
654
+ fields?: Record<string, import('async-validator').Rule> | undefined;
655
+ options?: {
656
+ suppressWarning?: boolean | undefined;
657
+ suppressValidatorError?: boolean | undefined;
658
+ first?: boolean | undefined;
659
+ firstFields?: (boolean | string[]) | undefined;
660
+ messages?: {
661
+ default?: (string | ((...args: unknown[]) => string)) | undefined;
662
+ required?: (string | ((args_0: string | undefined) => string)) | undefined;
663
+ enum?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
664
+ whitespace?: (string | ((args_0: string | undefined) => string)) | undefined;
665
+ date?: {
666
+ format?: (string | ((...args: unknown[]) => string)) | undefined;
667
+ parse?: (string | ((...args: unknown[]) => string)) | undefined;
668
+ invalid?: (string | ((...args: unknown[]) => string)) | undefined;
669
+ } | undefined;
670
+ types?: {
671
+ string?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
672
+ method?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
673
+ array?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
674
+ object?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
675
+ number?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
676
+ date?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
677
+ boolean?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
678
+ integer?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
679
+ float?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
680
+ regexp?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
681
+ email?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
682
+ url?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
683
+ hex?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
684
+ } | undefined;
685
+ string?: {
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
+ number?: {
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
+ array?: {
698
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
699
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
700
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
701
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
702
+ } | undefined;
703
+ pattern?: {
704
+ mismatch?: (string | ((args_0: string | undefined, args_1: any, args_2: string | RegExp | undefined) => string)) | undefined;
705
+ } | undefined;
706
+ } | undefined;
707
+ keys?: string[] | undefined;
708
+ error?: ((rule: import('async-validator').InternalRuleItem, message: string) => import('async-validator').ValidateError) | undefined;
709
+ } | undefined;
710
+ defaultField?: any | any[] | undefined;
711
+ transform?: ((value: import('async-validator').Value) => import('async-validator').Value) | undefined;
712
+ message?: (string | ((a?: string) => string)) | undefined;
713
+ 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;
714
+ 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;
715
+ }[] | undefined;
716
+ transform?: ((value: import('async-validator').Value) => import('async-validator').Value) | undefined;
717
+ message?: (string | ((a?: string) => string)) | undefined;
718
+ 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;
719
+ 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;
720
+ }[] | undefined;
721
+ readonly validateStatus?: ("" | "success" | "error" | "validating") | undefined;
722
+ readonly inlineMessage?: boolean | undefined;
723
+ readonly for?: string | undefined;
724
+ }[];
725
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
726
+ validate: (prop: import('element-plus').FormItemProp, isValid: boolean, message: string) => void;
727
+ }, string, {
728
+ readonly disabled: boolean;
729
+ readonly inline: boolean;
730
+ readonly labelWidth: string | number;
731
+ readonly labelPosition: "left" | "right" | "top";
732
+ readonly inlineMessage: boolean;
733
+ readonly showMessage: boolean;
734
+ readonly requireAsteriskPosition: "left" | "right";
735
+ readonly labelSuffix: string;
736
+ readonly validateOnRuleChange: boolean;
737
+ readonly scrollIntoViewOptions: boolean | ScrollIntoViewOptions;
738
+ readonly statusIcon: boolean;
739
+ readonly hideRequiredAsterisk: boolean;
740
+ readonly scrollToError: boolean;
741
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
742
+ beforeCreate?: (() => void) | (() => void)[];
743
+ created?: (() => void) | (() => void)[];
744
+ beforeMount?: (() => void) | (() => void)[];
745
+ mounted?: (() => void) | (() => void)[];
746
+ beforeUpdate?: (() => void) | (() => void)[];
747
+ updated?: (() => void) | (() => void)[];
748
+ activated?: (() => void) | (() => void)[];
749
+ deactivated?: (() => void) | (() => void)[];
750
+ beforeDestroy?: (() => void) | (() => void)[];
751
+ beforeUnmount?: (() => void) | (() => void)[];
752
+ destroyed?: (() => void) | (() => void)[];
753
+ unmounted?: (() => void) | (() => void)[];
754
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
755
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
756
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
757
+ };
758
+ $forceUpdate: () => void;
759
+ $nextTick: typeof import('vue').nextTick;
760
+ $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;
761
+ } & Readonly<{
762
+ readonly disabled: boolean;
763
+ readonly inline: boolean;
764
+ readonly labelWidth: string | number;
765
+ readonly labelPosition: "left" | "right" | "top";
766
+ readonly inlineMessage: boolean;
767
+ readonly showMessage: boolean;
768
+ readonly requireAsteriskPosition: "left" | "right";
769
+ readonly labelSuffix: string;
770
+ readonly validateOnRuleChange: boolean;
771
+ readonly scrollIntoViewOptions: boolean | ScrollIntoViewOptions;
772
+ readonly statusIcon: boolean;
773
+ readonly hideRequiredAsterisk: boolean;
774
+ readonly scrollToError: boolean;
775
+ }> & Omit<Readonly<import('vue').ExtractPropTypes<{
776
+ readonly model: ObjectConstructor;
777
+ readonly rules: {
778
+ readonly type: import('vue').PropType<Partial<Record<string, import('element-plus').FormItemRule | import('element-plus').FormItemRule[]>>>;
779
+ readonly required: false;
780
+ readonly validator: ((val: unknown) => boolean) | undefined;
781
+ __epPropKey: true;
782
+ };
783
+ readonly labelPosition: {
784
+ readonly type: import('vue').PropType<"left" | "right" | "top">;
785
+ readonly required: false;
786
+ readonly validator: ((val: unknown) => boolean) | undefined;
787
+ __epPropKey: true;
788
+ } & {
789
+ readonly default: "right";
790
+ };
791
+ readonly requireAsteriskPosition: {
792
+ readonly type: import('vue').PropType<"left" | "right">;
793
+ readonly required: false;
794
+ readonly validator: ((val: unknown) => boolean) | undefined;
795
+ __epPropKey: true;
796
+ } & {
797
+ readonly default: "left";
798
+ };
799
+ readonly labelWidth: {
800
+ readonly type: import('vue').PropType<string | number>;
801
+ readonly required: false;
802
+ readonly validator: ((val: unknown) => boolean) | undefined;
803
+ __epPropKey: true;
804
+ } & {
805
+ readonly default: "";
806
+ };
807
+ readonly labelSuffix: {
808
+ readonly type: import('vue').PropType<string>;
809
+ readonly required: false;
810
+ readonly validator: ((val: unknown) => boolean) | undefined;
811
+ __epPropKey: true;
812
+ } & {
813
+ readonly default: "";
814
+ };
815
+ readonly inline: BooleanConstructor;
816
+ readonly inlineMessage: BooleanConstructor;
817
+ readonly statusIcon: BooleanConstructor;
818
+ readonly showMessage: {
819
+ readonly type: import('vue').PropType<boolean>;
820
+ readonly required: false;
821
+ readonly validator: ((val: unknown) => boolean) | undefined;
822
+ __epPropKey: true;
823
+ } & {
824
+ readonly default: true;
825
+ };
826
+ readonly validateOnRuleChange: {
827
+ readonly type: import('vue').PropType<boolean>;
828
+ readonly required: false;
829
+ readonly validator: ((val: unknown) => boolean) | undefined;
830
+ __epPropKey: true;
831
+ } & {
832
+ readonly default: true;
833
+ };
834
+ readonly hideRequiredAsterisk: BooleanConstructor;
835
+ readonly scrollToError: BooleanConstructor;
836
+ readonly scrollIntoViewOptions: {
837
+ readonly type: import('vue').PropType<boolean | ScrollIntoViewOptions>;
838
+ readonly required: false;
839
+ readonly validator: ((val: unknown) => boolean) | undefined;
840
+ __epPropKey: true;
841
+ } & {
842
+ readonly default: true;
843
+ };
844
+ readonly size: {
845
+ readonly type: import('vue').PropType<"" | "default" | "small" | "large">;
846
+ readonly required: false;
847
+ readonly validator: ((val: unknown) => boolean) | undefined;
848
+ __epPropKey: true;
849
+ };
850
+ readonly disabled: BooleanConstructor;
851
+ }>> & {
852
+ onValidate?: ((prop: import('element-plus').FormItemProp, isValid: boolean, message: string) => any) | undefined;
853
+ }, "disabled" | "inline" | "labelPosition" | "requireAsteriskPosition" | "labelWidth" | "labelSuffix" | "inlineMessage" | "statusIcon" | "showMessage" | "validateOnRuleChange" | "hideRequiredAsterisk" | "scrollToError" | "scrollIntoViewOptions" | "validate" | "validateField" | "resetFields" | "clearValidate" | "scrollToField" | "getField" | "fields"> & import('vue').ShallowUnwrapRef<{
854
+ validate: (callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
855
+ validateField: (props?: import('element-plus').FormItemProp | import('element-plus').FormItemProp[], callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
856
+ resetFields: (props?: import('element-plus').FormItemProp | import('element-plus').FormItemProp[]) => void;
857
+ clearValidate: (props?: import('element-plus').FormItemProp | import('element-plus').FormItemProp[]) => void;
858
+ scrollToField: (prop: import('element-plus').FormItemProp) => void;
859
+ getField: (prop: import('element-plus').FormItemProp) => import('element-plus').FormItemContext | undefined;
860
+ fields: {
861
+ $el: HTMLDivElement | undefined;
862
+ size: import('element-plus').ComponentSize;
863
+ validateMessage: string;
864
+ validateState: import('element-plus').FormItemValidateState;
865
+ isGroup: boolean;
866
+ labelId: string;
867
+ inputIds: string[];
868
+ hasLabel: boolean;
869
+ fieldValue: any;
870
+ propString: string;
871
+ addInputId: (id: string) => void;
872
+ removeInputId: (id: string) => void;
873
+ validate: (trigger: string, callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
874
+ resetField: () => void;
875
+ clearValidate: () => void;
876
+ readonly labelWidth: string | number;
877
+ readonly labelPosition: "" | "left" | "right" | "top";
878
+ readonly showMessage: boolean;
879
+ readonly label?: string | undefined;
880
+ readonly prop?: import('element-plus').FormItemProp | undefined;
881
+ readonly required?: boolean | undefined;
882
+ readonly error?: string | undefined;
883
+ readonly rules?: {
884
+ trigger?: (string | string[]) | undefined;
885
+ type?: import('async-validator').RuleType | undefined;
886
+ required?: boolean | undefined;
887
+ pattern?: string | {
888
+ exec: (string: string) => RegExpExecArray | null;
889
+ test: (string: string) => boolean;
890
+ readonly source: string;
891
+ readonly global: boolean;
892
+ readonly ignoreCase: boolean;
893
+ readonly multiline: boolean;
894
+ lastIndex: number;
895
+ compile: (pattern: string, flags?: string) => RegExp;
896
+ readonly flags: string;
897
+ readonly sticky: boolean;
898
+ readonly unicode: boolean;
899
+ readonly dotAll: boolean;
900
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
901
+ [Symbol.replace]: {
902
+ (string: string, replaceValue: string): string;
903
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
904
+ };
905
+ [Symbol.search]: (string: string) => number;
906
+ [Symbol.split]: (string: string, limit?: number) => string[];
907
+ } | undefined;
908
+ min?: number | undefined;
909
+ max?: number | undefined;
910
+ len?: number | undefined;
911
+ enum?: Array<string | number | boolean | null | undefined> | undefined;
912
+ whitespace?: boolean | undefined;
913
+ fields?: Record<string, import('async-validator').Rule> | undefined;
914
+ options?: {
915
+ suppressWarning?: boolean | undefined;
916
+ suppressValidatorError?: boolean | undefined;
917
+ first?: boolean | undefined;
918
+ firstFields?: (boolean | string[]) | undefined;
919
+ messages?: {
920
+ default?: (string | ((...args: unknown[]) => string)) | undefined;
921
+ required?: (string | ((args_0: string | undefined) => string)) | undefined;
922
+ enum?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
923
+ whitespace?: (string | ((args_0: string | undefined) => string)) | undefined;
924
+ date?: {
925
+ format?: (string | ((...args: unknown[]) => string)) | undefined;
926
+ parse?: (string | ((...args: unknown[]) => string)) | undefined;
927
+ invalid?: (string | ((...args: unknown[]) => string)) | undefined;
928
+ } | undefined;
929
+ types?: {
930
+ string?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
931
+ method?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
932
+ array?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
933
+ object?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
934
+ number?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
935
+ date?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
936
+ boolean?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
937
+ integer?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
938
+ float?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
939
+ regexp?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
940
+ email?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
941
+ url?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
942
+ hex?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
943
+ } | undefined;
944
+ string?: {
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
+ number?: {
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
+ array?: {
957
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
958
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
959
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
960
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
961
+ } | undefined;
962
+ pattern?: {
963
+ mismatch?: (string | ((args_0: string | undefined, args_1: any, args_2: string | RegExp | undefined) => string)) | undefined;
964
+ } | undefined;
965
+ } | undefined;
966
+ keys?: string[] | undefined;
967
+ error?: ((rule: import('async-validator').InternalRuleItem, message: string) => import('async-validator').ValidateError) | undefined;
968
+ } | undefined;
969
+ defaultField?: {
970
+ type?: import('async-validator').RuleType | undefined;
971
+ required?: boolean | undefined;
972
+ pattern?: string | {
973
+ exec: (string: string) => RegExpExecArray | null;
974
+ test: (string: string) => boolean;
975
+ readonly source: string;
976
+ readonly global: boolean;
977
+ readonly ignoreCase: boolean;
978
+ readonly multiline: boolean;
979
+ lastIndex: number;
980
+ compile: (pattern: string, flags?: string) => RegExp;
981
+ readonly flags: string;
982
+ readonly sticky: boolean;
983
+ readonly unicode: boolean;
984
+ readonly dotAll: boolean;
985
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
986
+ [Symbol.replace]: {
987
+ (string: string, replaceValue: string): string;
988
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
989
+ };
990
+ [Symbol.search]: (string: string) => number;
991
+ [Symbol.split]: (string: string, limit?: number) => string[];
992
+ } | undefined;
993
+ min?: number | undefined;
994
+ max?: number | undefined;
995
+ len?: number | undefined;
996
+ enum?: Array<string | number | boolean | null | undefined> | undefined;
997
+ whitespace?: boolean | undefined;
998
+ fields?: Record<string, import('async-validator').Rule> | undefined;
999
+ options?: {
1000
+ suppressWarning?: boolean | undefined;
1001
+ suppressValidatorError?: boolean | undefined;
1002
+ first?: boolean | undefined;
1003
+ firstFields?: (boolean | string[]) | undefined;
1004
+ messages?: {
1005
+ default?: (string | ((...args: unknown[]) => string)) | undefined;
1006
+ required?: (string | ((args_0: string | undefined) => string)) | undefined;
1007
+ enum?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1008
+ whitespace?: (string | ((args_0: string | undefined) => string)) | undefined;
1009
+ date?: {
1010
+ format?: (string | ((...args: unknown[]) => string)) | undefined;
1011
+ parse?: (string | ((...args: unknown[]) => string)) | undefined;
1012
+ invalid?: (string | ((...args: unknown[]) => string)) | undefined;
1013
+ } | undefined;
1014
+ types?: {
1015
+ string?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1016
+ method?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1017
+ array?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1018
+ object?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1019
+ number?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1020
+ date?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1021
+ boolean?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1022
+ integer?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1023
+ float?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1024
+ regexp?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1025
+ email?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1026
+ url?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1027
+ hex?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1028
+ } | undefined;
1029
+ string?: {
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
+ number?: {
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
+ array?: {
1042
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1043
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1044
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1045
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
1046
+ } | undefined;
1047
+ pattern?: {
1048
+ mismatch?: (string | ((args_0: string | undefined, args_1: any, args_2: string | RegExp | undefined) => string)) | undefined;
1049
+ } | undefined;
1050
+ } | undefined;
1051
+ keys?: string[] | undefined;
1052
+ error?: ((rule: import('async-validator').InternalRuleItem, message: string) => import('async-validator').ValidateError) | undefined;
1053
+ } | undefined;
1054
+ defaultField?: any | any[] | undefined;
1055
+ transform?: ((value: import('async-validator').Value) => import('async-validator').Value) | undefined;
1056
+ message?: (string | ((a?: string) => string)) | undefined;
1057
+ 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;
1058
+ 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;
1059
+ } | {
1060
+ type?: import('async-validator').RuleType | undefined;
1061
+ required?: boolean | undefined;
1062
+ pattern?: string | {
1063
+ exec: (string: string) => RegExpExecArray | null;
1064
+ test: (string: string) => boolean;
1065
+ readonly source: string;
1066
+ readonly global: boolean;
1067
+ readonly ignoreCase: boolean;
1068
+ readonly multiline: boolean;
1069
+ lastIndex: number;
1070
+ compile: (pattern: string, flags?: string) => RegExp;
1071
+ readonly flags: string;
1072
+ readonly sticky: boolean;
1073
+ readonly unicode: boolean;
1074
+ readonly dotAll: boolean;
1075
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
1076
+ [Symbol.replace]: {
1077
+ (string: string, replaceValue: string): string;
1078
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
1079
+ };
1080
+ [Symbol.search]: (string: string) => number;
1081
+ [Symbol.split]: (string: string, limit?: number) => string[];
1082
+ } | undefined;
1083
+ min?: number | undefined;
1084
+ max?: number | undefined;
1085
+ len?: number | undefined;
1086
+ enum?: Array<string | number | boolean | null | undefined> | undefined;
1087
+ whitespace?: boolean | undefined;
1088
+ fields?: Record<string, import('async-validator').Rule> | undefined;
1089
+ options?: {
1090
+ suppressWarning?: boolean | undefined;
1091
+ suppressValidatorError?: boolean | undefined;
1092
+ first?: boolean | undefined;
1093
+ firstFields?: (boolean | string[]) | undefined;
1094
+ messages?: {
1095
+ default?: (string | ((...args: unknown[]) => string)) | undefined;
1096
+ required?: (string | ((args_0: string | undefined) => string)) | undefined;
1097
+ enum?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1098
+ whitespace?: (string | ((args_0: string | undefined) => string)) | undefined;
1099
+ date?: {
1100
+ format?: (string | ((...args: unknown[]) => string)) | undefined;
1101
+ parse?: (string | ((...args: unknown[]) => string)) | undefined;
1102
+ invalid?: (string | ((...args: unknown[]) => string)) | undefined;
1103
+ } | undefined;
1104
+ types?: {
1105
+ string?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1106
+ method?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1107
+ array?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1108
+ object?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1109
+ number?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1110
+ date?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1111
+ boolean?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1112
+ integer?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1113
+ float?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1114
+ regexp?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1115
+ email?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1116
+ url?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1117
+ hex?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1118
+ } | undefined;
1119
+ string?: {
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
+ number?: {
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
+ array?: {
1132
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1133
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1134
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1135
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
1136
+ } | undefined;
1137
+ pattern?: {
1138
+ mismatch?: (string | ((args_0: string | undefined, args_1: any, args_2: string | RegExp | undefined) => string)) | undefined;
1139
+ } | undefined;
1140
+ } | undefined;
1141
+ keys?: string[] | undefined;
1142
+ error?: ((rule: import('async-validator').InternalRuleItem, message: string) => import('async-validator').ValidateError) | undefined;
1143
+ } | undefined;
1144
+ defaultField?: any | any[] | undefined;
1145
+ transform?: ((value: import('async-validator').Value) => import('async-validator').Value) | undefined;
1146
+ message?: (string | ((a?: string) => string)) | undefined;
1147
+ 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;
1148
+ 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;
1149
+ }[] | undefined;
1150
+ transform?: ((value: import('async-validator').Value) => import('async-validator').Value) | undefined;
1151
+ message?: (string | ((a?: string) => string)) | undefined;
1152
+ 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;
1153
+ 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;
1154
+ } | {
1155
+ trigger?: (string | string[]) | undefined;
1156
+ type?: import('async-validator').RuleType | undefined;
1157
+ required?: boolean | undefined;
1158
+ pattern?: string | {
1159
+ exec: (string: string) => RegExpExecArray | null;
1160
+ test: (string: string) => boolean;
1161
+ readonly source: string;
1162
+ readonly global: boolean;
1163
+ readonly ignoreCase: boolean;
1164
+ readonly multiline: boolean;
1165
+ lastIndex: number;
1166
+ compile: (pattern: string, flags?: string) => RegExp;
1167
+ readonly flags: string;
1168
+ readonly sticky: boolean;
1169
+ readonly unicode: boolean;
1170
+ readonly dotAll: boolean;
1171
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
1172
+ [Symbol.replace]: {
1173
+ (string: string, replaceValue: string): string;
1174
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
1175
+ };
1176
+ [Symbol.search]: (string: string) => number;
1177
+ [Symbol.split]: (string: string, limit?: number) => string[];
1178
+ } | undefined;
1179
+ min?: number | undefined;
1180
+ max?: number | undefined;
1181
+ len?: number | undefined;
1182
+ enum?: Array<string | number | boolean | null | undefined> | undefined;
1183
+ whitespace?: boolean | undefined;
1184
+ fields?: Record<string, import('async-validator').Rule> | undefined;
1185
+ options?: {
1186
+ suppressWarning?: boolean | undefined;
1187
+ suppressValidatorError?: boolean | undefined;
1188
+ first?: boolean | undefined;
1189
+ firstFields?: (boolean | string[]) | undefined;
1190
+ messages?: {
1191
+ default?: (string | ((...args: unknown[]) => string)) | undefined;
1192
+ required?: (string | ((args_0: string | undefined) => string)) | undefined;
1193
+ enum?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1194
+ whitespace?: (string | ((args_0: string | undefined) => string)) | undefined;
1195
+ date?: {
1196
+ format?: (string | ((...args: unknown[]) => string)) | undefined;
1197
+ parse?: (string | ((...args: unknown[]) => string)) | undefined;
1198
+ invalid?: (string | ((...args: unknown[]) => string)) | undefined;
1199
+ } | undefined;
1200
+ types?: {
1201
+ string?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1202
+ method?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1203
+ array?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1204
+ object?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1205
+ number?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1206
+ date?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1207
+ boolean?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1208
+ integer?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1209
+ float?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1210
+ regexp?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1211
+ email?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1212
+ url?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1213
+ hex?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1214
+ } | undefined;
1215
+ string?: {
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
+ number?: {
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
+ array?: {
1228
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1229
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1230
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1231
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
1232
+ } | undefined;
1233
+ pattern?: {
1234
+ mismatch?: (string | ((args_0: string | undefined, args_1: any, args_2: string | RegExp | undefined) => string)) | undefined;
1235
+ } | undefined;
1236
+ } | undefined;
1237
+ keys?: string[] | undefined;
1238
+ error?: ((rule: import('async-validator').InternalRuleItem, message: string) => import('async-validator').ValidateError) | undefined;
1239
+ } | undefined;
1240
+ defaultField?: {
1241
+ type?: import('async-validator').RuleType | undefined;
1242
+ required?: boolean | undefined;
1243
+ pattern?: string | {
1244
+ exec: (string: string) => RegExpExecArray | null;
1245
+ test: (string: string) => boolean;
1246
+ readonly source: string;
1247
+ readonly global: boolean;
1248
+ readonly ignoreCase: boolean;
1249
+ readonly multiline: boolean;
1250
+ lastIndex: number;
1251
+ compile: (pattern: string, flags?: string) => RegExp;
1252
+ readonly flags: string;
1253
+ readonly sticky: boolean;
1254
+ readonly unicode: boolean;
1255
+ readonly dotAll: boolean;
1256
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
1257
+ [Symbol.replace]: {
1258
+ (string: string, replaceValue: string): string;
1259
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
1260
+ };
1261
+ [Symbol.search]: (string: string) => number;
1262
+ [Symbol.split]: (string: string, limit?: number) => string[];
1263
+ } | undefined;
1264
+ min?: number | undefined;
1265
+ max?: number | undefined;
1266
+ len?: number | undefined;
1267
+ enum?: Array<string | number | boolean | null | undefined> | undefined;
1268
+ whitespace?: boolean | undefined;
1269
+ fields?: Record<string, import('async-validator').Rule> | undefined;
1270
+ options?: {
1271
+ suppressWarning?: boolean | undefined;
1272
+ suppressValidatorError?: boolean | undefined;
1273
+ first?: boolean | undefined;
1274
+ firstFields?: (boolean | string[]) | undefined;
1275
+ messages?: {
1276
+ default?: (string | ((...args: unknown[]) => string)) | undefined;
1277
+ required?: (string | ((args_0: string | undefined) => string)) | undefined;
1278
+ enum?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1279
+ whitespace?: (string | ((args_0: string | undefined) => string)) | undefined;
1280
+ date?: {
1281
+ format?: (string | ((...args: unknown[]) => string)) | undefined;
1282
+ parse?: (string | ((...args: unknown[]) => string)) | undefined;
1283
+ invalid?: (string | ((...args: unknown[]) => string)) | undefined;
1284
+ } | undefined;
1285
+ types?: {
1286
+ string?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1287
+ method?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1288
+ array?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1289
+ object?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1290
+ number?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1291
+ date?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1292
+ boolean?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1293
+ integer?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1294
+ float?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1295
+ regexp?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1296
+ email?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1297
+ url?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1298
+ hex?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1299
+ } | undefined;
1300
+ string?: {
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
+ number?: {
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
+ array?: {
1313
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1314
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1315
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1316
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
1317
+ } | undefined;
1318
+ pattern?: {
1319
+ mismatch?: (string | ((args_0: string | undefined, args_1: any, args_2: string | RegExp | undefined) => string)) | undefined;
1320
+ } | undefined;
1321
+ } | undefined;
1322
+ keys?: string[] | undefined;
1323
+ error?: ((rule: import('async-validator').InternalRuleItem, message: string) => import('async-validator').ValidateError) | undefined;
1324
+ } | undefined;
1325
+ defaultField?: any | any[] | undefined;
1326
+ transform?: ((value: import('async-validator').Value) => import('async-validator').Value) | undefined;
1327
+ message?: (string | ((a?: string) => string)) | undefined;
1328
+ 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;
1329
+ 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;
1330
+ } | {
1331
+ type?: import('async-validator').RuleType | undefined;
1332
+ required?: boolean | undefined;
1333
+ pattern?: string | {
1334
+ exec: (string: string) => RegExpExecArray | null;
1335
+ test: (string: string) => boolean;
1336
+ readonly source: string;
1337
+ readonly global: boolean;
1338
+ readonly ignoreCase: boolean;
1339
+ readonly multiline: boolean;
1340
+ lastIndex: number;
1341
+ compile: (pattern: string, flags?: string) => RegExp;
1342
+ readonly flags: string;
1343
+ readonly sticky: boolean;
1344
+ readonly unicode: boolean;
1345
+ readonly dotAll: boolean;
1346
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
1347
+ [Symbol.replace]: {
1348
+ (string: string, replaceValue: string): string;
1349
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
1350
+ };
1351
+ [Symbol.search]: (string: string) => number;
1352
+ [Symbol.split]: (string: string, limit?: number) => string[];
1353
+ } | undefined;
1354
+ min?: number | undefined;
1355
+ max?: number | undefined;
1356
+ len?: number | undefined;
1357
+ enum?: Array<string | number | boolean | null | undefined> | undefined;
1358
+ whitespace?: boolean | undefined;
1359
+ fields?: Record<string, import('async-validator').Rule> | undefined;
1360
+ options?: {
1361
+ suppressWarning?: boolean | undefined;
1362
+ suppressValidatorError?: boolean | undefined;
1363
+ first?: boolean | undefined;
1364
+ firstFields?: (boolean | string[]) | undefined;
1365
+ messages?: {
1366
+ default?: (string | ((...args: unknown[]) => string)) | undefined;
1367
+ required?: (string | ((args_0: string | undefined) => string)) | undefined;
1368
+ enum?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1369
+ whitespace?: (string | ((args_0: string | undefined) => string)) | undefined;
1370
+ date?: {
1371
+ format?: (string | ((...args: unknown[]) => string)) | undefined;
1372
+ parse?: (string | ((...args: unknown[]) => string)) | undefined;
1373
+ invalid?: (string | ((...args: unknown[]) => string)) | undefined;
1374
+ } | undefined;
1375
+ types?: {
1376
+ string?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1377
+ method?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1378
+ array?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1379
+ object?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1380
+ number?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1381
+ date?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1382
+ boolean?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1383
+ integer?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1384
+ float?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1385
+ regexp?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1386
+ email?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1387
+ url?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1388
+ hex?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
1389
+ } | undefined;
1390
+ string?: {
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
+ number?: {
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
+ array?: {
1403
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1404
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1405
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
1406
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
1407
+ } | undefined;
1408
+ pattern?: {
1409
+ mismatch?: (string | ((args_0: string | undefined, args_1: any, args_2: string | RegExp | undefined) => string)) | undefined;
1410
+ } | undefined;
1411
+ } | undefined;
1412
+ keys?: string[] | undefined;
1413
+ error?: ((rule: import('async-validator').InternalRuleItem, message: string) => import('async-validator').ValidateError) | undefined;
1414
+ } | undefined;
1415
+ defaultField?: any | any[] | undefined;
1416
+ transform?: ((value: import('async-validator').Value) => import('async-validator').Value) | undefined;
1417
+ message?: (string | ((a?: string) => string)) | undefined;
1418
+ 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;
1419
+ 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;
1420
+ }[] | undefined;
1421
+ transform?: ((value: import('async-validator').Value) => import('async-validator').Value) | undefined;
1422
+ message?: (string | ((a?: string) => string)) | undefined;
1423
+ 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;
1424
+ 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;
1425
+ }[] | undefined;
1426
+ readonly validateStatus?: ("" | "success" | "error" | "validating") | undefined;
1427
+ readonly inlineMessage?: boolean | undefined;
1428
+ readonly for?: string | undefined;
1429
+ }[];
1430
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
1431
+ $slots: {
1432
+ default?(_: {}): any;
1433
+ };
1434
+ }) | null;
1435
+ imageRef: ({
1436
+ $: import('vue').ComponentInternalInstance;
1437
+ $data: {};
1438
+ $props: Partial<{
1439
+ readonly scale: number;
1440
+ readonly infinite: boolean;
1441
+ readonly lazy: boolean;
1442
+ readonly src: string;
1443
+ readonly fit: "" | "fill" | "contain" | "none" | "cover" | "scale-down";
1444
+ readonly closeOnPressEscape: boolean;
1445
+ readonly initialIndex: number;
1446
+ readonly zoomRate: number;
1447
+ readonly minScale: number;
1448
+ readonly maxScale: number;
1449
+ readonly hideOnClickModal: boolean;
1450
+ readonly showProgress: boolean;
1451
+ readonly previewSrcList: string[];
1452
+ readonly previewTeleported: boolean;
1453
+ }> & Omit<{
1454
+ readonly hideOnClickModal: boolean;
1455
+ readonly src: string;
1456
+ readonly fit: "" | "fill" | "contain" | "none" | "cover" | "scale-down";
1457
+ readonly lazy: boolean;
1458
+ readonly previewSrcList: string[];
1459
+ readonly previewTeleported: boolean;
1460
+ readonly initialIndex: number;
1461
+ readonly infinite: boolean;
1462
+ readonly closeOnPressEscape: boolean;
1463
+ readonly zoomRate: number;
1464
+ readonly scale: number;
1465
+ readonly minScale: number;
1466
+ readonly maxScale: number;
1467
+ readonly showProgress: boolean;
1468
+ readonly loading?: ("lazy" | "eager") | undefined;
1469
+ readonly scrollContainer?: string | HTMLElement | undefined;
1470
+ readonly zIndex?: number | undefined;
1471
+ readonly crossorigin?: ("" | "anonymous" | "use-credentials") | undefined;
1472
+ onShow?: (() => any) | undefined | undefined;
1473
+ onLoad?: ((evt: Event) => any) | undefined | undefined;
1474
+ onError?: ((evt: Event) => any) | undefined | undefined;
1475
+ onClose?: (() => any) | undefined | undefined;
1476
+ onSwitch?: ((val: number) => any) | undefined | undefined;
1477
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "hideOnClickModal" | "src" | "fit" | "lazy" | "previewSrcList" | "previewTeleported" | "initialIndex" | "infinite" | "closeOnPressEscape" | "zoomRate" | "scale" | "minScale" | "maxScale" | "showProgress">;
1478
+ $attrs: {
1479
+ [x: string]: unknown;
1480
+ };
1481
+ $refs: {
1482
+ [x: string]: unknown;
1483
+ };
1484
+ $slots: Readonly<{
1485
+ [name: string]: import('vue').Slot<any> | undefined;
1486
+ }>;
1487
+ $root: import('vue').ComponentPublicInstance | null;
1488
+ $parent: import('vue').ComponentPublicInstance | null;
1489
+ $host: Element | null;
1490
+ $emit: ((event: "switch", val: number) => void) & ((event: "error", evt: Event) => void) & ((event: "close") => void) & ((event: "load", evt: Event) => void) & ((event: "show") => void);
1491
+ $el: any;
1492
+ $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
1493
+ readonly hideOnClickModal: BooleanConstructor;
1494
+ readonly src: {
1495
+ readonly type: import('vue').PropType<string>;
1496
+ readonly required: false;
1497
+ readonly validator: ((val: unknown) => boolean) | undefined;
1498
+ __epPropKey: true;
1499
+ } & {
1500
+ readonly default: "";
1501
+ };
1502
+ readonly fit: {
1503
+ readonly type: import('vue').PropType<"" | "fill" | "contain" | "none" | "cover" | "scale-down">;
1504
+ readonly required: false;
1505
+ readonly validator: ((val: unknown) => boolean) | undefined;
1506
+ __epPropKey: true;
1507
+ } & {
1508
+ readonly default: "";
1509
+ };
1510
+ readonly loading: {
1511
+ readonly type: import('vue').PropType<"lazy" | "eager">;
1512
+ readonly required: false;
1513
+ readonly validator: ((val: unknown) => boolean) | undefined;
1514
+ __epPropKey: true;
1515
+ };
1516
+ readonly lazy: BooleanConstructor;
1517
+ readonly scrollContainer: {
1518
+ readonly type: import('vue').PropType<string | HTMLElement | undefined>;
1519
+ readonly required: false;
1520
+ readonly validator: ((val: unknown) => boolean) | undefined;
1521
+ __epPropKey: true;
1522
+ };
1523
+ readonly previewSrcList: {
1524
+ readonly type: import('vue').PropType<string[]>;
1525
+ readonly required: false;
1526
+ readonly validator: ((val: unknown) => boolean) | undefined;
1527
+ __epPropKey: true;
1528
+ } & {
1529
+ readonly default: () => [];
1530
+ };
1531
+ readonly previewTeleported: BooleanConstructor;
1532
+ readonly zIndex: {
1533
+ readonly type: import('vue').PropType<number>;
1534
+ readonly required: false;
1535
+ readonly validator: ((val: unknown) => boolean) | undefined;
1536
+ __epPropKey: true;
1537
+ };
1538
+ readonly initialIndex: {
1539
+ readonly type: import('vue').PropType<number>;
1540
+ readonly required: false;
1541
+ readonly validator: ((val: unknown) => boolean) | undefined;
1542
+ __epPropKey: true;
1543
+ } & {
1544
+ readonly default: 0;
1545
+ };
1546
+ readonly infinite: {
1547
+ readonly type: import('vue').PropType<boolean>;
1548
+ readonly required: false;
1549
+ readonly validator: ((val: unknown) => boolean) | undefined;
1550
+ __epPropKey: true;
1551
+ } & {
1552
+ readonly default: true;
1553
+ };
1554
+ readonly closeOnPressEscape: {
1555
+ readonly type: import('vue').PropType<boolean>;
1556
+ readonly required: false;
1557
+ readonly validator: ((val: unknown) => boolean) | undefined;
1558
+ __epPropKey: true;
1559
+ } & {
1560
+ readonly default: true;
1561
+ };
1562
+ readonly zoomRate: {
1563
+ readonly type: import('vue').PropType<number>;
1564
+ readonly required: false;
1565
+ readonly validator: ((val: unknown) => boolean) | undefined;
1566
+ __epPropKey: true;
1567
+ } & {
1568
+ readonly default: 1.2;
1569
+ };
1570
+ readonly scale: {
1571
+ readonly type: import('vue').PropType<number>;
1572
+ readonly required: false;
1573
+ readonly validator: ((val: unknown) => boolean) | undefined;
1574
+ __epPropKey: true;
1575
+ } & {
1576
+ readonly default: 1;
1577
+ };
1578
+ readonly minScale: {
1579
+ readonly type: import('vue').PropType<number>;
1580
+ readonly required: false;
1581
+ readonly validator: ((val: unknown) => boolean) | undefined;
1582
+ __epPropKey: true;
1583
+ } & {
1584
+ readonly default: 0.2;
1585
+ };
1586
+ readonly maxScale: {
1587
+ readonly type: import('vue').PropType<number>;
1588
+ readonly required: false;
1589
+ readonly validator: ((val: unknown) => boolean) | undefined;
1590
+ __epPropKey: true;
1591
+ } & {
1592
+ readonly default: 7;
1593
+ };
1594
+ readonly showProgress: BooleanConstructor;
1595
+ readonly crossorigin: {
1596
+ readonly type: import('vue').PropType<"" | "anonymous" | "use-credentials">;
1597
+ readonly required: false;
1598
+ readonly validator: ((val: unknown) => boolean) | undefined;
1599
+ __epPropKey: true;
1600
+ };
1601
+ }>> & {
1602
+ onShow?: (() => any) | undefined;
1603
+ onLoad?: ((evt: Event) => any) | undefined;
1604
+ onError?: ((evt: Event) => any) | undefined;
1605
+ onClose?: (() => any) | undefined;
1606
+ onSwitch?: ((val: number) => any) | undefined;
1607
+ }, {
1608
+ showPreview: () => void;
1609
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1610
+ switch: (val: number) => void;
1611
+ show: () => void;
1612
+ close: () => void;
1613
+ error: (evt: Event) => void;
1614
+ load: (evt: Event) => void;
1615
+ }, string, {
1616
+ readonly scale: number;
1617
+ readonly infinite: boolean;
1618
+ readonly lazy: boolean;
1619
+ readonly src: string;
1620
+ readonly fit: "" | "fill" | "contain" | "none" | "cover" | "scale-down";
1621
+ readonly closeOnPressEscape: boolean;
1622
+ readonly initialIndex: number;
1623
+ readonly zoomRate: number;
1624
+ readonly minScale: number;
1625
+ readonly maxScale: number;
1626
+ readonly hideOnClickModal: boolean;
1627
+ readonly showProgress: boolean;
1628
+ readonly previewSrcList: string[];
1629
+ readonly previewTeleported: boolean;
1630
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1631
+ beforeCreate?: (() => void) | (() => void)[];
1632
+ created?: (() => void) | (() => void)[];
1633
+ beforeMount?: (() => void) | (() => void)[];
1634
+ mounted?: (() => void) | (() => void)[];
1635
+ beforeUpdate?: (() => void) | (() => void)[];
1636
+ updated?: (() => void) | (() => void)[];
1637
+ activated?: (() => void) | (() => void)[];
1638
+ deactivated?: (() => void) | (() => void)[];
1639
+ beforeDestroy?: (() => void) | (() => void)[];
1640
+ beforeUnmount?: (() => void) | (() => void)[];
1641
+ destroyed?: (() => void) | (() => void)[];
1642
+ unmounted?: (() => void) | (() => void)[];
1643
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1644
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1645
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
1646
+ };
1647
+ $forceUpdate: () => void;
1648
+ $nextTick: typeof import('vue').nextTick;
1649
+ $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;
1650
+ } & Readonly<{
1651
+ readonly scale: number;
1652
+ readonly infinite: boolean;
1653
+ readonly lazy: boolean;
1654
+ readonly src: string;
1655
+ readonly fit: "" | "fill" | "contain" | "none" | "cover" | "scale-down";
1656
+ readonly closeOnPressEscape: boolean;
1657
+ readonly initialIndex: number;
1658
+ readonly zoomRate: number;
1659
+ readonly minScale: number;
1660
+ readonly maxScale: number;
1661
+ readonly hideOnClickModal: boolean;
1662
+ readonly showProgress: boolean;
1663
+ readonly previewSrcList: string[];
1664
+ readonly previewTeleported: boolean;
1665
+ }> & Omit<Readonly<import('vue').ExtractPropTypes<{
1666
+ readonly hideOnClickModal: BooleanConstructor;
1667
+ readonly src: {
1668
+ readonly type: import('vue').PropType<string>;
1669
+ readonly required: false;
1670
+ readonly validator: ((val: unknown) => boolean) | undefined;
1671
+ __epPropKey: true;
1672
+ } & {
1673
+ readonly default: "";
1674
+ };
1675
+ readonly fit: {
1676
+ readonly type: import('vue').PropType<"" | "fill" | "contain" | "none" | "cover" | "scale-down">;
1677
+ readonly required: false;
1678
+ readonly validator: ((val: unknown) => boolean) | undefined;
1679
+ __epPropKey: true;
1680
+ } & {
1681
+ readonly default: "";
1682
+ };
1683
+ readonly loading: {
1684
+ readonly type: import('vue').PropType<"lazy" | "eager">;
1685
+ readonly required: false;
1686
+ readonly validator: ((val: unknown) => boolean) | undefined;
1687
+ __epPropKey: true;
1688
+ };
1689
+ readonly lazy: BooleanConstructor;
1690
+ readonly scrollContainer: {
1691
+ readonly type: import('vue').PropType<string | HTMLElement | undefined>;
1692
+ readonly required: false;
1693
+ readonly validator: ((val: unknown) => boolean) | undefined;
1694
+ __epPropKey: true;
1695
+ };
1696
+ readonly previewSrcList: {
1697
+ readonly type: import('vue').PropType<string[]>;
1698
+ readonly required: false;
1699
+ readonly validator: ((val: unknown) => boolean) | undefined;
1700
+ __epPropKey: true;
1701
+ } & {
1702
+ readonly default: () => [];
1703
+ };
1704
+ readonly previewTeleported: BooleanConstructor;
1705
+ readonly zIndex: {
1706
+ readonly type: import('vue').PropType<number>;
1707
+ readonly required: false;
1708
+ readonly validator: ((val: unknown) => boolean) | undefined;
1709
+ __epPropKey: true;
1710
+ };
1711
+ readonly initialIndex: {
1712
+ readonly type: import('vue').PropType<number>;
1713
+ readonly required: false;
1714
+ readonly validator: ((val: unknown) => boolean) | undefined;
1715
+ __epPropKey: true;
1716
+ } & {
1717
+ readonly default: 0;
1718
+ };
1719
+ readonly infinite: {
1720
+ readonly type: import('vue').PropType<boolean>;
1721
+ readonly required: false;
1722
+ readonly validator: ((val: unknown) => boolean) | undefined;
1723
+ __epPropKey: true;
1724
+ } & {
1725
+ readonly default: true;
1726
+ };
1727
+ readonly closeOnPressEscape: {
1728
+ readonly type: import('vue').PropType<boolean>;
1729
+ readonly required: false;
1730
+ readonly validator: ((val: unknown) => boolean) | undefined;
1731
+ __epPropKey: true;
1732
+ } & {
1733
+ readonly default: true;
1734
+ };
1735
+ readonly zoomRate: {
1736
+ readonly type: import('vue').PropType<number>;
1737
+ readonly required: false;
1738
+ readonly validator: ((val: unknown) => boolean) | undefined;
1739
+ __epPropKey: true;
1740
+ } & {
1741
+ readonly default: 1.2;
1742
+ };
1743
+ readonly scale: {
1744
+ readonly type: import('vue').PropType<number>;
1745
+ readonly required: false;
1746
+ readonly validator: ((val: unknown) => boolean) | undefined;
1747
+ __epPropKey: true;
1748
+ } & {
1749
+ readonly default: 1;
1750
+ };
1751
+ readonly minScale: {
1752
+ readonly type: import('vue').PropType<number>;
1753
+ readonly required: false;
1754
+ readonly validator: ((val: unknown) => boolean) | undefined;
1755
+ __epPropKey: true;
1756
+ } & {
1757
+ readonly default: 0.2;
1758
+ };
1759
+ readonly maxScale: {
1760
+ readonly type: import('vue').PropType<number>;
1761
+ readonly required: false;
1762
+ readonly validator: ((val: unknown) => boolean) | undefined;
1763
+ __epPropKey: true;
1764
+ } & {
1765
+ readonly default: 7;
1766
+ };
1767
+ readonly showProgress: BooleanConstructor;
1768
+ readonly crossorigin: {
1769
+ readonly type: import('vue').PropType<"" | "anonymous" | "use-credentials">;
1770
+ readonly required: false;
1771
+ readonly validator: ((val: unknown) => boolean) | undefined;
1772
+ __epPropKey: true;
1773
+ };
1774
+ }>> & {
1775
+ onShow?: (() => any) | undefined;
1776
+ onLoad?: ((evt: Event) => any) | undefined;
1777
+ onError?: ((evt: Event) => any) | undefined;
1778
+ onClose?: (() => any) | undefined;
1779
+ onSwitch?: ((val: number) => any) | undefined;
1780
+ }, "hideOnClickModal" | "src" | "fit" | "lazy" | "previewSrcList" | "previewTeleported" | "initialIndex" | "infinite" | "closeOnPressEscape" | "zoomRate" | "scale" | "minScale" | "maxScale" | "showProgress" | "showPreview"> & import('vue').ShallowUnwrapRef<{
1781
+ showPreview: () => void;
1782
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
1783
+ $slots: {
1784
+ error?(_: {}): any;
1785
+ placeholder?(_: {}): any;
1786
+ viewer?(_: {}): any;
1787
+ progress?(_: {
1788
+ activeIndex: number;
1789
+ total: number;
1790
+ }): any;
1791
+ toolbar?(_: {
1792
+ actions: (action: import('element-plus').ImageViewerAction, options?: {}) => void;
1793
+ prev: () => void;
1794
+ next: () => void;
1795
+ reset: () => void;
1796
+ activeIndex: number;
1797
+ setActiveItem: (index: number) => void;
1798
+ }): any;
1799
+ "viewer-error"?(_: {
1800
+ activeIndex: number;
1801
+ src: string;
1802
+ }): any;
1803
+ };
1804
+ }) | null;
1805
+ };
1806
+ rootEl: any;
1807
+ };
1808
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
1809
+ 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, {
1810
+ userFormRef: ({
1811
+ $: import('vue').ComponentInternalInstance;
1812
+ $data: {};
1813
+ $props: Partial<{
1814
+ readonly disabled: boolean;
1815
+ readonly inline: boolean;
1816
+ readonly labelWidth: string | number;
1817
+ readonly labelPosition: "left" | "right" | "top";
1818
+ readonly inlineMessage: boolean;
1819
+ readonly showMessage: boolean;
1820
+ readonly requireAsteriskPosition: "left" | "right";
1821
+ readonly labelSuffix: string;
1822
+ readonly validateOnRuleChange: boolean;
1823
+ readonly scrollIntoViewOptions: boolean | ScrollIntoViewOptions;
1824
+ readonly statusIcon: boolean;
1825
+ readonly hideRequiredAsterisk: boolean;
1826
+ readonly scrollToError: boolean;
1827
+ }> & Omit<{
1828
+ readonly disabled: boolean;
1829
+ readonly inline: boolean;
1830
+ readonly labelPosition: "left" | "right" | "top";
1831
+ readonly requireAsteriskPosition: "left" | "right";
1832
+ readonly labelWidth: string | number;
1833
+ readonly labelSuffix: string;
1834
+ readonly inlineMessage: boolean;
1835
+ readonly statusIcon: boolean;
1836
+ readonly showMessage: boolean;
1837
+ readonly validateOnRuleChange: boolean;
1838
+ readonly hideRequiredAsterisk: boolean;
1839
+ readonly scrollToError: boolean;
1840
+ readonly scrollIntoViewOptions: boolean | ScrollIntoViewOptions;
1841
+ readonly size?: ("" | "default" | "small" | "large") | undefined;
1842
+ readonly model?: Record<string, any> | undefined;
1843
+ readonly rules?: Partial<Record<string, import('element-plus').FormItemRule | import('element-plus').FormItemRule[]>> | undefined;
1844
+ onValidate?: ((prop: import('element-plus').FormItemProp, isValid: boolean, message: string) => any) | undefined | undefined;
1845
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "inline" | "labelPosition" | "requireAsteriskPosition" | "labelWidth" | "labelSuffix" | "inlineMessage" | "statusIcon" | "showMessage" | "validateOnRuleChange" | "hideRequiredAsterisk" | "scrollToError" | "scrollIntoViewOptions">;
1846
+ $attrs: {
1847
+ [x: string]: unknown;
1848
+ };
1849
+ $refs: {
1850
+ [x: string]: unknown;
1851
+ };
1852
+ $slots: Readonly<{
1853
+ [name: string]: import('vue').Slot<any> | undefined;
1854
+ }>;
1855
+ $root: import('vue').ComponentPublicInstance | null;
1856
+ $parent: import('vue').ComponentPublicInstance | null;
1857
+ $host: Element | null;
1858
+ $emit: (event: "validate", prop: import('element-plus').FormItemProp, isValid: boolean, message: string) => void;
1859
+ $el: any;
1860
+ $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
1861
+ readonly model: ObjectConstructor;
1862
+ readonly rules: {
1863
+ readonly type: import('vue').PropType<Partial<Record<string, import('element-plus').FormItemRule | import('element-plus').FormItemRule[]>>>;
1864
+ readonly required: false;
1865
+ readonly validator: ((val: unknown) => boolean) | undefined;
1866
+ __epPropKey: true;
1867
+ };
1868
+ readonly labelPosition: {
1869
+ readonly type: import('vue').PropType<"left" | "right" | "top">;
1870
+ readonly required: false;
1871
+ readonly validator: ((val: unknown) => boolean) | undefined;
1872
+ __epPropKey: true;
1873
+ } & {
1874
+ readonly default: "right";
1875
+ };
1876
+ readonly requireAsteriskPosition: {
1877
+ readonly type: import('vue').PropType<"left" | "right">;
1878
+ readonly required: false;
1879
+ readonly validator: ((val: unknown) => boolean) | undefined;
1880
+ __epPropKey: true;
1881
+ } & {
1882
+ readonly default: "left";
1883
+ };
1884
+ readonly labelWidth: {
1885
+ readonly type: import('vue').PropType<string | number>;
1886
+ readonly required: false;
1887
+ readonly validator: ((val: unknown) => boolean) | undefined;
1888
+ __epPropKey: true;
1889
+ } & {
1890
+ readonly default: "";
1891
+ };
1892
+ readonly labelSuffix: {
1893
+ readonly type: import('vue').PropType<string>;
1894
+ readonly required: false;
1895
+ readonly validator: ((val: unknown) => boolean) | undefined;
1896
+ __epPropKey: true;
1897
+ } & {
1898
+ readonly default: "";
1899
+ };
1900
+ readonly inline: BooleanConstructor;
1901
+ readonly inlineMessage: BooleanConstructor;
1902
+ readonly statusIcon: BooleanConstructor;
1903
+ readonly showMessage: {
1904
+ readonly type: import('vue').PropType<boolean>;
1905
+ readonly required: false;
1906
+ readonly validator: ((val: unknown) => boolean) | undefined;
1907
+ __epPropKey: true;
1908
+ } & {
1909
+ readonly default: true;
1910
+ };
1911
+ readonly validateOnRuleChange: {
1912
+ readonly type: import('vue').PropType<boolean>;
1913
+ readonly required: false;
1914
+ readonly validator: ((val: unknown) => boolean) | undefined;
1915
+ __epPropKey: true;
1916
+ } & {
1917
+ readonly default: true;
1918
+ };
1919
+ readonly hideRequiredAsterisk: BooleanConstructor;
1920
+ readonly scrollToError: BooleanConstructor;
1921
+ readonly scrollIntoViewOptions: {
1922
+ readonly type: import('vue').PropType<boolean | ScrollIntoViewOptions>;
1923
+ readonly required: false;
1924
+ readonly validator: ((val: unknown) => boolean) | undefined;
1925
+ __epPropKey: true;
1926
+ } & {
1927
+ readonly default: true;
1928
+ };
1929
+ readonly size: {
1930
+ readonly type: import('vue').PropType<"" | "default" | "small" | "large">;
1931
+ readonly required: false;
1932
+ readonly validator: ((val: unknown) => boolean) | undefined;
1933
+ __epPropKey: true;
1934
+ };
1935
+ readonly disabled: BooleanConstructor;
1936
+ }>> & {
1937
+ onValidate?: ((prop: import('element-plus').FormItemProp, isValid: boolean, message: string) => any) | undefined;
1938
+ }, {
1939
+ validate: (callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
1940
+ validateField: (props?: import('element-plus').FormItemProp | import('element-plus').FormItemProp[], callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
1941
+ resetFields: (props?: import('element-plus').FormItemProp | import('element-plus').FormItemProp[]) => void;
1942
+ clearValidate: (props?: import('element-plus').FormItemProp | import('element-plus').FormItemProp[]) => void;
1943
+ scrollToField: (prop: import('element-plus').FormItemProp) => void;
1944
+ getField: (prop: import('element-plus').FormItemProp) => import('element-plus').FormItemContext | undefined;
1945
+ fields: {
1946
+ $el: HTMLDivElement | undefined;
1947
+ size: import('element-plus').ComponentSize;
1948
+ validateMessage: string;
1949
+ validateState: import('element-plus').FormItemValidateState;
1950
+ isGroup: boolean;
1951
+ labelId: string;
1952
+ inputIds: string[];
1953
+ hasLabel: boolean;
1954
+ fieldValue: any;
1955
+ propString: string;
1956
+ addInputId: (id: string) => void;
1957
+ removeInputId: (id: string) => void;
1958
+ validate: (trigger: string, callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
1959
+ resetField: () => void;
1960
+ clearValidate: () => void;
1961
+ readonly labelWidth: string | number;
1962
+ readonly labelPosition: "" | "left" | "right" | "top";
1963
+ readonly showMessage: boolean;
1964
+ readonly label?: string | undefined;
1965
+ readonly prop?: import('element-plus').FormItemProp | undefined;
1966
+ readonly required?: boolean | undefined;
1967
+ readonly error?: string | undefined;
1968
+ readonly rules?: {
1969
+ trigger?: (string | string[]) | undefined;
1970
+ type?: import('async-validator').RuleType | undefined;
1971
+ required?: boolean | undefined;
1972
+ pattern?: string | {
1973
+ exec: (string: string) => RegExpExecArray | null;
1974
+ test: (string: string) => boolean;
1975
+ readonly source: string;
1976
+ readonly global: boolean;
1977
+ readonly ignoreCase: boolean;
1978
+ readonly multiline: boolean;
1979
+ lastIndex: number;
1980
+ compile: (pattern: string, flags?: string) => RegExp;
1981
+ readonly flags: string;
1982
+ readonly sticky: boolean;
1983
+ readonly unicode: boolean;
1984
+ readonly dotAll: boolean;
1985
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
1986
+ [Symbol.replace]: {
1987
+ (string: string, replaceValue: string): string;
1988
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
1989
+ };
1990
+ [Symbol.search]: (string: string) => number;
1991
+ [Symbol.split]: (string: string, limit?: number) => string[];
1992
+ } | undefined;
1993
+ min?: number | undefined;
1994
+ max?: number | undefined;
1995
+ len?: number | undefined;
1996
+ enum?: Array<string | number | boolean | null | undefined> | undefined;
1997
+ whitespace?: boolean | undefined;
1998
+ fields?: Record<string, import('async-validator').Rule> | undefined;
1999
+ options?: {
2000
+ suppressWarning?: boolean | undefined;
2001
+ suppressValidatorError?: boolean | undefined;
2002
+ first?: boolean | undefined;
2003
+ firstFields?: (boolean | string[]) | undefined;
2004
+ messages?: {
2005
+ default?: (string | ((...args: unknown[]) => string)) | undefined;
2006
+ required?: (string | ((args_0: string | undefined) => string)) | undefined;
2007
+ enum?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2008
+ whitespace?: (string | ((args_0: string | undefined) => string)) | undefined;
2009
+ date?: {
2010
+ format?: (string | ((...args: unknown[]) => string)) | undefined;
2011
+ parse?: (string | ((...args: unknown[]) => string)) | undefined;
2012
+ invalid?: (string | ((...args: unknown[]) => string)) | undefined;
2013
+ } | undefined;
2014
+ types?: {
2015
+ string?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2016
+ method?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2017
+ array?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2018
+ object?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2019
+ number?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2020
+ date?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2021
+ boolean?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2022
+ integer?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2023
+ float?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2024
+ regexp?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2025
+ email?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2026
+ url?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2027
+ hex?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2028
+ } | undefined;
2029
+ string?: {
2030
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2031
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2032
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2033
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
2034
+ } | undefined;
2035
+ number?: {
2036
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2037
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2038
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2039
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
2040
+ } | undefined;
2041
+ array?: {
2042
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2043
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2044
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2045
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
2046
+ } | undefined;
2047
+ pattern?: {
2048
+ mismatch?: (string | ((args_0: string | undefined, args_1: any, args_2: string | RegExp | undefined) => string)) | undefined;
2049
+ } | undefined;
2050
+ } | undefined;
2051
+ keys?: string[] | undefined;
2052
+ error?: ((rule: import('async-validator').InternalRuleItem, message: string) => import('async-validator').ValidateError) | undefined;
2053
+ } | undefined;
2054
+ defaultField?: {
2055
+ type?: import('async-validator').RuleType | undefined;
2056
+ required?: boolean | undefined;
2057
+ pattern?: string | {
2058
+ exec: (string: string) => RegExpExecArray | null;
2059
+ test: (string: string) => boolean;
2060
+ readonly source: string;
2061
+ readonly global: boolean;
2062
+ readonly ignoreCase: boolean;
2063
+ readonly multiline: boolean;
2064
+ lastIndex: number;
2065
+ compile: (pattern: string, flags?: string) => RegExp;
2066
+ readonly flags: string;
2067
+ readonly sticky: boolean;
2068
+ readonly unicode: boolean;
2069
+ readonly dotAll: boolean;
2070
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
2071
+ [Symbol.replace]: {
2072
+ (string: string, replaceValue: string): string;
2073
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
2074
+ };
2075
+ [Symbol.search]: (string: string) => number;
2076
+ [Symbol.split]: (string: string, limit?: number) => string[];
2077
+ } | undefined;
2078
+ min?: number | undefined;
2079
+ max?: number | undefined;
2080
+ len?: number | undefined;
2081
+ enum?: Array<string | number | boolean | null | undefined> | undefined;
2082
+ whitespace?: boolean | undefined;
2083
+ fields?: Record<string, import('async-validator').Rule> | undefined;
2084
+ options?: {
2085
+ suppressWarning?: boolean | undefined;
2086
+ suppressValidatorError?: boolean | undefined;
2087
+ first?: boolean | undefined;
2088
+ firstFields?: (boolean | string[]) | undefined;
2089
+ messages?: {
2090
+ default?: (string | ((...args: unknown[]) => string)) | undefined;
2091
+ required?: (string | ((args_0: string | undefined) => string)) | undefined;
2092
+ enum?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2093
+ whitespace?: (string | ((args_0: string | undefined) => string)) | undefined;
2094
+ date?: {
2095
+ format?: (string | ((...args: unknown[]) => string)) | undefined;
2096
+ parse?: (string | ((...args: unknown[]) => string)) | undefined;
2097
+ invalid?: (string | ((...args: unknown[]) => string)) | undefined;
2098
+ } | undefined;
2099
+ types?: {
2100
+ string?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2101
+ method?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2102
+ array?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2103
+ object?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2104
+ number?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2105
+ date?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2106
+ boolean?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2107
+ integer?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2108
+ float?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2109
+ regexp?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2110
+ email?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2111
+ url?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2112
+ hex?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2113
+ } | undefined;
2114
+ string?: {
2115
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2116
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2117
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2118
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
2119
+ } | undefined;
2120
+ number?: {
2121
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2122
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2123
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2124
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
2125
+ } | undefined;
2126
+ array?: {
2127
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2128
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2129
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2130
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
2131
+ } | undefined;
2132
+ pattern?: {
2133
+ mismatch?: (string | ((args_0: string | undefined, args_1: any, args_2: string | RegExp | undefined) => string)) | undefined;
2134
+ } | undefined;
2135
+ } | undefined;
2136
+ keys?: string[] | undefined;
2137
+ error?: ((rule: import('async-validator').InternalRuleItem, message: string) => import('async-validator').ValidateError) | undefined;
2138
+ } | undefined;
2139
+ defaultField?: any | any[] | undefined;
2140
+ transform?: ((value: import('async-validator').Value) => import('async-validator').Value) | undefined;
2141
+ message?: (string | ((a?: string) => string)) | undefined;
2142
+ 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;
2143
+ 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;
2144
+ } | {
2145
+ type?: import('async-validator').RuleType | undefined;
2146
+ required?: boolean | undefined;
2147
+ pattern?: string | {
2148
+ exec: (string: string) => RegExpExecArray | null;
2149
+ test: (string: string) => boolean;
2150
+ readonly source: string;
2151
+ readonly global: boolean;
2152
+ readonly ignoreCase: boolean;
2153
+ readonly multiline: boolean;
2154
+ lastIndex: number;
2155
+ compile: (pattern: string, flags?: string) => RegExp;
2156
+ readonly flags: string;
2157
+ readonly sticky: boolean;
2158
+ readonly unicode: boolean;
2159
+ readonly dotAll: boolean;
2160
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
2161
+ [Symbol.replace]: {
2162
+ (string: string, replaceValue: string): string;
2163
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
2164
+ };
2165
+ [Symbol.search]: (string: string) => number;
2166
+ [Symbol.split]: (string: string, limit?: number) => string[];
2167
+ } | undefined;
2168
+ min?: number | undefined;
2169
+ max?: number | undefined;
2170
+ len?: number | undefined;
2171
+ enum?: Array<string | number | boolean | null | undefined> | undefined;
2172
+ whitespace?: boolean | undefined;
2173
+ fields?: Record<string, import('async-validator').Rule> | undefined;
2174
+ options?: {
2175
+ suppressWarning?: boolean | undefined;
2176
+ suppressValidatorError?: boolean | undefined;
2177
+ first?: boolean | undefined;
2178
+ firstFields?: (boolean | string[]) | undefined;
2179
+ messages?: {
2180
+ default?: (string | ((...args: unknown[]) => string)) | undefined;
2181
+ required?: (string | ((args_0: string | undefined) => string)) | undefined;
2182
+ enum?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2183
+ whitespace?: (string | ((args_0: string | undefined) => string)) | undefined;
2184
+ date?: {
2185
+ format?: (string | ((...args: unknown[]) => string)) | undefined;
2186
+ parse?: (string | ((...args: unknown[]) => string)) | undefined;
2187
+ invalid?: (string | ((...args: unknown[]) => string)) | undefined;
2188
+ } | undefined;
2189
+ types?: {
2190
+ string?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2191
+ method?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2192
+ array?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2193
+ object?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2194
+ number?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2195
+ date?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2196
+ boolean?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2197
+ integer?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2198
+ float?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2199
+ regexp?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2200
+ email?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2201
+ url?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2202
+ hex?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2203
+ } | undefined;
2204
+ string?: {
2205
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2206
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2207
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2208
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
2209
+ } | undefined;
2210
+ number?: {
2211
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2212
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2213
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2214
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
2215
+ } | undefined;
2216
+ array?: {
2217
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2218
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2219
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2220
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
2221
+ } | undefined;
2222
+ pattern?: {
2223
+ mismatch?: (string | ((args_0: string | undefined, args_1: any, args_2: string | RegExp | undefined) => string)) | undefined;
2224
+ } | undefined;
2225
+ } | undefined;
2226
+ keys?: string[] | undefined;
2227
+ error?: ((rule: import('async-validator').InternalRuleItem, message: string) => import('async-validator').ValidateError) | undefined;
2228
+ } | undefined;
2229
+ defaultField?: any | any[] | undefined;
2230
+ transform?: ((value: import('async-validator').Value) => import('async-validator').Value) | undefined;
2231
+ message?: (string | ((a?: string) => string)) | undefined;
2232
+ 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;
2233
+ 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;
2234
+ }[] | undefined;
2235
+ transform?: ((value: import('async-validator').Value) => import('async-validator').Value) | undefined;
2236
+ message?: (string | ((a?: string) => string)) | undefined;
2237
+ 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;
2238
+ 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;
2239
+ } | {
2240
+ trigger?: (string | string[]) | undefined;
2241
+ type?: import('async-validator').RuleType | undefined;
2242
+ required?: boolean | undefined;
2243
+ pattern?: string | {
2244
+ exec: (string: string) => RegExpExecArray | null;
2245
+ test: (string: string) => boolean;
2246
+ readonly source: string;
2247
+ readonly global: boolean;
2248
+ readonly ignoreCase: boolean;
2249
+ readonly multiline: boolean;
2250
+ lastIndex: number;
2251
+ compile: (pattern: string, flags?: string) => RegExp;
2252
+ readonly flags: string;
2253
+ readonly sticky: boolean;
2254
+ readonly unicode: boolean;
2255
+ readonly dotAll: boolean;
2256
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
2257
+ [Symbol.replace]: {
2258
+ (string: string, replaceValue: string): string;
2259
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
2260
+ };
2261
+ [Symbol.search]: (string: string) => number;
2262
+ [Symbol.split]: (string: string, limit?: number) => string[];
2263
+ } | undefined;
2264
+ min?: number | undefined;
2265
+ max?: number | undefined;
2266
+ len?: number | undefined;
2267
+ enum?: Array<string | number | boolean | null | undefined> | undefined;
2268
+ whitespace?: boolean | undefined;
2269
+ fields?: Record<string, import('async-validator').Rule> | undefined;
2270
+ options?: {
2271
+ suppressWarning?: boolean | undefined;
2272
+ suppressValidatorError?: boolean | undefined;
2273
+ first?: boolean | undefined;
2274
+ firstFields?: (boolean | string[]) | undefined;
2275
+ messages?: {
2276
+ default?: (string | ((...args: unknown[]) => string)) | undefined;
2277
+ required?: (string | ((args_0: string | undefined) => string)) | undefined;
2278
+ enum?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2279
+ whitespace?: (string | ((args_0: string | undefined) => string)) | undefined;
2280
+ date?: {
2281
+ format?: (string | ((...args: unknown[]) => string)) | undefined;
2282
+ parse?: (string | ((...args: unknown[]) => string)) | undefined;
2283
+ invalid?: (string | ((...args: unknown[]) => string)) | undefined;
2284
+ } | undefined;
2285
+ types?: {
2286
+ string?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2287
+ method?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2288
+ array?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2289
+ object?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2290
+ number?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2291
+ date?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2292
+ boolean?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2293
+ integer?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2294
+ float?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2295
+ regexp?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2296
+ email?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2297
+ url?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2298
+ hex?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2299
+ } | undefined;
2300
+ string?: {
2301
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2302
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2303
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2304
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
2305
+ } | undefined;
2306
+ number?: {
2307
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2308
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2309
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2310
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
2311
+ } | undefined;
2312
+ array?: {
2313
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2314
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2315
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2316
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
2317
+ } | undefined;
2318
+ pattern?: {
2319
+ mismatch?: (string | ((args_0: string | undefined, args_1: any, args_2: string | RegExp | undefined) => string)) | undefined;
2320
+ } | undefined;
2321
+ } | undefined;
2322
+ keys?: string[] | undefined;
2323
+ error?: ((rule: import('async-validator').InternalRuleItem, message: string) => import('async-validator').ValidateError) | undefined;
2324
+ } | undefined;
2325
+ defaultField?: {
2326
+ type?: import('async-validator').RuleType | undefined;
2327
+ required?: boolean | undefined;
2328
+ pattern?: string | {
2329
+ exec: (string: string) => RegExpExecArray | null;
2330
+ test: (string: string) => boolean;
2331
+ readonly source: string;
2332
+ readonly global: boolean;
2333
+ readonly ignoreCase: boolean;
2334
+ readonly multiline: boolean;
2335
+ lastIndex: number;
2336
+ compile: (pattern: string, flags?: string) => RegExp;
2337
+ readonly flags: string;
2338
+ readonly sticky: boolean;
2339
+ readonly unicode: boolean;
2340
+ readonly dotAll: boolean;
2341
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
2342
+ [Symbol.replace]: {
2343
+ (string: string, replaceValue: string): string;
2344
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
2345
+ };
2346
+ [Symbol.search]: (string: string) => number;
2347
+ [Symbol.split]: (string: string, limit?: number) => string[];
2348
+ } | undefined;
2349
+ min?: number | undefined;
2350
+ max?: number | undefined;
2351
+ len?: number | undefined;
2352
+ enum?: Array<string | number | boolean | null | undefined> | undefined;
2353
+ whitespace?: boolean | undefined;
2354
+ fields?: Record<string, import('async-validator').Rule> | undefined;
2355
+ options?: {
2356
+ suppressWarning?: boolean | undefined;
2357
+ suppressValidatorError?: boolean | undefined;
2358
+ first?: boolean | undefined;
2359
+ firstFields?: (boolean | string[]) | undefined;
2360
+ messages?: {
2361
+ default?: (string | ((...args: unknown[]) => string)) | undefined;
2362
+ required?: (string | ((args_0: string | undefined) => string)) | undefined;
2363
+ enum?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2364
+ whitespace?: (string | ((args_0: string | undefined) => string)) | undefined;
2365
+ date?: {
2366
+ format?: (string | ((...args: unknown[]) => string)) | undefined;
2367
+ parse?: (string | ((...args: unknown[]) => string)) | undefined;
2368
+ invalid?: (string | ((...args: unknown[]) => string)) | undefined;
2369
+ } | undefined;
2370
+ types?: {
2371
+ string?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2372
+ method?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2373
+ array?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2374
+ object?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2375
+ number?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2376
+ date?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2377
+ boolean?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2378
+ integer?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2379
+ float?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2380
+ regexp?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2381
+ email?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2382
+ url?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2383
+ hex?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2384
+ } | undefined;
2385
+ string?: {
2386
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2387
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2388
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2389
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
2390
+ } | undefined;
2391
+ number?: {
2392
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2393
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2394
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2395
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
2396
+ } | undefined;
2397
+ array?: {
2398
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2399
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2400
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2401
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
2402
+ } | undefined;
2403
+ pattern?: {
2404
+ mismatch?: (string | ((args_0: string | undefined, args_1: any, args_2: string | RegExp | undefined) => string)) | undefined;
2405
+ } | undefined;
2406
+ } | undefined;
2407
+ keys?: string[] | undefined;
2408
+ error?: ((rule: import('async-validator').InternalRuleItem, message: string) => import('async-validator').ValidateError) | undefined;
2409
+ } | undefined;
2410
+ defaultField?: any | any[] | undefined;
2411
+ transform?: ((value: import('async-validator').Value) => import('async-validator').Value) | undefined;
2412
+ message?: (string | ((a?: string) => string)) | undefined;
2413
+ 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;
2414
+ 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;
2415
+ } | {
2416
+ type?: import('async-validator').RuleType | undefined;
2417
+ required?: boolean | undefined;
2418
+ pattern?: string | {
2419
+ exec: (string: string) => RegExpExecArray | null;
2420
+ test: (string: string) => boolean;
2421
+ readonly source: string;
2422
+ readonly global: boolean;
2423
+ readonly ignoreCase: boolean;
2424
+ readonly multiline: boolean;
2425
+ lastIndex: number;
2426
+ compile: (pattern: string, flags?: string) => RegExp;
2427
+ readonly flags: string;
2428
+ readonly sticky: boolean;
2429
+ readonly unicode: boolean;
2430
+ readonly dotAll: boolean;
2431
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
2432
+ [Symbol.replace]: {
2433
+ (string: string, replaceValue: string): string;
2434
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
2435
+ };
2436
+ [Symbol.search]: (string: string) => number;
2437
+ [Symbol.split]: (string: string, limit?: number) => string[];
2438
+ } | undefined;
2439
+ min?: number | undefined;
2440
+ max?: number | undefined;
2441
+ len?: number | undefined;
2442
+ enum?: Array<string | number | boolean | null | undefined> | undefined;
2443
+ whitespace?: boolean | undefined;
2444
+ fields?: Record<string, import('async-validator').Rule> | undefined;
2445
+ options?: {
2446
+ suppressWarning?: boolean | undefined;
2447
+ suppressValidatorError?: boolean | undefined;
2448
+ first?: boolean | undefined;
2449
+ firstFields?: (boolean | string[]) | undefined;
2450
+ messages?: {
2451
+ default?: (string | ((...args: unknown[]) => string)) | undefined;
2452
+ required?: (string | ((args_0: string | undefined) => string)) | undefined;
2453
+ enum?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2454
+ whitespace?: (string | ((args_0: string | undefined) => string)) | undefined;
2455
+ date?: {
2456
+ format?: (string | ((...args: unknown[]) => string)) | undefined;
2457
+ parse?: (string | ((...args: unknown[]) => string)) | undefined;
2458
+ invalid?: (string | ((...args: unknown[]) => string)) | undefined;
2459
+ } | undefined;
2460
+ types?: {
2461
+ string?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2462
+ method?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2463
+ array?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2464
+ object?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2465
+ number?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2466
+ date?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2467
+ boolean?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2468
+ integer?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2469
+ float?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2470
+ regexp?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2471
+ email?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2472
+ url?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2473
+ hex?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2474
+ } | undefined;
2475
+ string?: {
2476
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2477
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2478
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2479
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
2480
+ } | undefined;
2481
+ number?: {
2482
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2483
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2484
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2485
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
2486
+ } | undefined;
2487
+ array?: {
2488
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2489
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2490
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2491
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
2492
+ } | undefined;
2493
+ pattern?: {
2494
+ mismatch?: (string | ((args_0: string | undefined, args_1: any, args_2: string | RegExp | undefined) => string)) | undefined;
2495
+ } | undefined;
2496
+ } | undefined;
2497
+ keys?: string[] | undefined;
2498
+ error?: ((rule: import('async-validator').InternalRuleItem, message: string) => import('async-validator').ValidateError) | undefined;
2499
+ } | undefined;
2500
+ defaultField?: any | any[] | undefined;
2501
+ transform?: ((value: import('async-validator').Value) => import('async-validator').Value) | undefined;
2502
+ message?: (string | ((a?: string) => string)) | undefined;
2503
+ 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;
2504
+ 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;
2505
+ }[] | undefined;
2506
+ transform?: ((value: import('async-validator').Value) => import('async-validator').Value) | undefined;
2507
+ message?: (string | ((a?: string) => string)) | undefined;
2508
+ 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;
2509
+ 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;
2510
+ }[] | undefined;
2511
+ readonly validateStatus?: ("" | "success" | "error" | "validating") | undefined;
2512
+ readonly inlineMessage?: boolean | undefined;
2513
+ readonly for?: string | undefined;
2514
+ }[];
2515
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
2516
+ validate: (prop: import('element-plus').FormItemProp, isValid: boolean, message: string) => void;
2517
+ }, string, {
2518
+ readonly disabled: boolean;
2519
+ readonly inline: boolean;
2520
+ readonly labelWidth: string | number;
2521
+ readonly labelPosition: "left" | "right" | "top";
2522
+ readonly inlineMessage: boolean;
2523
+ readonly showMessage: boolean;
2524
+ readonly requireAsteriskPosition: "left" | "right";
2525
+ readonly labelSuffix: string;
2526
+ readonly validateOnRuleChange: boolean;
2527
+ readonly scrollIntoViewOptions: boolean | ScrollIntoViewOptions;
2528
+ readonly statusIcon: boolean;
2529
+ readonly hideRequiredAsterisk: boolean;
2530
+ readonly scrollToError: boolean;
2531
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
2532
+ beforeCreate?: (() => void) | (() => void)[];
2533
+ created?: (() => void) | (() => void)[];
2534
+ beforeMount?: (() => void) | (() => void)[];
2535
+ mounted?: (() => void) | (() => void)[];
2536
+ beforeUpdate?: (() => void) | (() => void)[];
2537
+ updated?: (() => void) | (() => void)[];
2538
+ activated?: (() => void) | (() => void)[];
2539
+ deactivated?: (() => void) | (() => void)[];
2540
+ beforeDestroy?: (() => void) | (() => void)[];
2541
+ beforeUnmount?: (() => void) | (() => void)[];
2542
+ destroyed?: (() => void) | (() => void)[];
2543
+ unmounted?: (() => void) | (() => void)[];
2544
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
2545
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
2546
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
2547
+ };
2548
+ $forceUpdate: () => void;
2549
+ $nextTick: typeof import('vue').nextTick;
2550
+ $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;
2551
+ } & Readonly<{
2552
+ readonly disabled: boolean;
2553
+ readonly inline: boolean;
2554
+ readonly labelWidth: string | number;
2555
+ readonly labelPosition: "left" | "right" | "top";
2556
+ readonly inlineMessage: boolean;
2557
+ readonly showMessage: boolean;
2558
+ readonly requireAsteriskPosition: "left" | "right";
2559
+ readonly labelSuffix: string;
2560
+ readonly validateOnRuleChange: boolean;
2561
+ readonly scrollIntoViewOptions: boolean | ScrollIntoViewOptions;
2562
+ readonly statusIcon: boolean;
2563
+ readonly hideRequiredAsterisk: boolean;
2564
+ readonly scrollToError: boolean;
2565
+ }> & Omit<Readonly<import('vue').ExtractPropTypes<{
2566
+ readonly model: ObjectConstructor;
2567
+ readonly rules: {
2568
+ readonly type: import('vue').PropType<Partial<Record<string, import('element-plus').FormItemRule | import('element-plus').FormItemRule[]>>>;
2569
+ readonly required: false;
2570
+ readonly validator: ((val: unknown) => boolean) | undefined;
2571
+ __epPropKey: true;
2572
+ };
2573
+ readonly labelPosition: {
2574
+ readonly type: import('vue').PropType<"left" | "right" | "top">;
2575
+ readonly required: false;
2576
+ readonly validator: ((val: unknown) => boolean) | undefined;
2577
+ __epPropKey: true;
2578
+ } & {
2579
+ readonly default: "right";
2580
+ };
2581
+ readonly requireAsteriskPosition: {
2582
+ readonly type: import('vue').PropType<"left" | "right">;
2583
+ readonly required: false;
2584
+ readonly validator: ((val: unknown) => boolean) | undefined;
2585
+ __epPropKey: true;
2586
+ } & {
2587
+ readonly default: "left";
2588
+ };
2589
+ readonly labelWidth: {
2590
+ readonly type: import('vue').PropType<string | number>;
2591
+ readonly required: false;
2592
+ readonly validator: ((val: unknown) => boolean) | undefined;
2593
+ __epPropKey: true;
2594
+ } & {
2595
+ readonly default: "";
2596
+ };
2597
+ readonly labelSuffix: {
2598
+ readonly type: import('vue').PropType<string>;
2599
+ readonly required: false;
2600
+ readonly validator: ((val: unknown) => boolean) | undefined;
2601
+ __epPropKey: true;
2602
+ } & {
2603
+ readonly default: "";
2604
+ };
2605
+ readonly inline: BooleanConstructor;
2606
+ readonly inlineMessage: BooleanConstructor;
2607
+ readonly statusIcon: BooleanConstructor;
2608
+ readonly showMessage: {
2609
+ readonly type: import('vue').PropType<boolean>;
2610
+ readonly required: false;
2611
+ readonly validator: ((val: unknown) => boolean) | undefined;
2612
+ __epPropKey: true;
2613
+ } & {
2614
+ readonly default: true;
2615
+ };
2616
+ readonly validateOnRuleChange: {
2617
+ readonly type: import('vue').PropType<boolean>;
2618
+ readonly required: false;
2619
+ readonly validator: ((val: unknown) => boolean) | undefined;
2620
+ __epPropKey: true;
2621
+ } & {
2622
+ readonly default: true;
2623
+ };
2624
+ readonly hideRequiredAsterisk: BooleanConstructor;
2625
+ readonly scrollToError: BooleanConstructor;
2626
+ readonly scrollIntoViewOptions: {
2627
+ readonly type: import('vue').PropType<boolean | ScrollIntoViewOptions>;
2628
+ readonly required: false;
2629
+ readonly validator: ((val: unknown) => boolean) | undefined;
2630
+ __epPropKey: true;
2631
+ } & {
2632
+ readonly default: true;
2633
+ };
2634
+ readonly size: {
2635
+ readonly type: import('vue').PropType<"" | "default" | "small" | "large">;
2636
+ readonly required: false;
2637
+ readonly validator: ((val: unknown) => boolean) | undefined;
2638
+ __epPropKey: true;
2639
+ };
2640
+ readonly disabled: BooleanConstructor;
2641
+ }>> & {
2642
+ onValidate?: ((prop: import('element-plus').FormItemProp, isValid: boolean, message: string) => any) | undefined;
2643
+ }, "disabled" | "inline" | "labelPosition" | "requireAsteriskPosition" | "labelWidth" | "labelSuffix" | "inlineMessage" | "statusIcon" | "showMessage" | "validateOnRuleChange" | "hideRequiredAsterisk" | "scrollToError" | "scrollIntoViewOptions" | "validate" | "validateField" | "resetFields" | "clearValidate" | "scrollToField" | "getField" | "fields"> & import('vue').ShallowUnwrapRef<{
2644
+ validate: (callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
2645
+ validateField: (props?: import('element-plus').FormItemProp | import('element-plus').FormItemProp[], callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
2646
+ resetFields: (props?: import('element-plus').FormItemProp | import('element-plus').FormItemProp[]) => void;
2647
+ clearValidate: (props?: import('element-plus').FormItemProp | import('element-plus').FormItemProp[]) => void;
2648
+ scrollToField: (prop: import('element-plus').FormItemProp) => void;
2649
+ getField: (prop: import('element-plus').FormItemProp) => import('element-plus').FormItemContext | undefined;
2650
+ fields: {
2651
+ $el: HTMLDivElement | undefined;
2652
+ size: import('element-plus').ComponentSize;
2653
+ validateMessage: string;
2654
+ validateState: import('element-plus').FormItemValidateState;
2655
+ isGroup: boolean;
2656
+ labelId: string;
2657
+ inputIds: string[];
2658
+ hasLabel: boolean;
2659
+ fieldValue: any;
2660
+ propString: string;
2661
+ addInputId: (id: string) => void;
2662
+ removeInputId: (id: string) => void;
2663
+ validate: (trigger: string, callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
2664
+ resetField: () => void;
2665
+ clearValidate: () => void;
2666
+ readonly labelWidth: string | number;
2667
+ readonly labelPosition: "" | "left" | "right" | "top";
2668
+ readonly showMessage: boolean;
2669
+ readonly label?: string | undefined;
2670
+ readonly prop?: import('element-plus').FormItemProp | undefined;
2671
+ readonly required?: boolean | undefined;
2672
+ readonly error?: string | undefined;
2673
+ readonly rules?: {
2674
+ trigger?: (string | string[]) | undefined;
2675
+ type?: import('async-validator').RuleType | undefined;
2676
+ required?: boolean | undefined;
2677
+ pattern?: string | {
2678
+ exec: (string: string) => RegExpExecArray | null;
2679
+ test: (string: string) => boolean;
2680
+ readonly source: string;
2681
+ readonly global: boolean;
2682
+ readonly ignoreCase: boolean;
2683
+ readonly multiline: boolean;
2684
+ lastIndex: number;
2685
+ compile: (pattern: string, flags?: string) => RegExp;
2686
+ readonly flags: string;
2687
+ readonly sticky: boolean;
2688
+ readonly unicode: boolean;
2689
+ readonly dotAll: boolean;
2690
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
2691
+ [Symbol.replace]: {
2692
+ (string: string, replaceValue: string): string;
2693
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
2694
+ };
2695
+ [Symbol.search]: (string: string) => number;
2696
+ [Symbol.split]: (string: string, limit?: number) => string[];
2697
+ } | undefined;
2698
+ min?: number | undefined;
2699
+ max?: number | undefined;
2700
+ len?: number | undefined;
2701
+ enum?: Array<string | number | boolean | null | undefined> | undefined;
2702
+ whitespace?: boolean | undefined;
2703
+ fields?: Record<string, import('async-validator').Rule> | undefined;
2704
+ options?: {
2705
+ suppressWarning?: boolean | undefined;
2706
+ suppressValidatorError?: boolean | undefined;
2707
+ first?: boolean | undefined;
2708
+ firstFields?: (boolean | string[]) | undefined;
2709
+ messages?: {
2710
+ default?: (string | ((...args: unknown[]) => string)) | undefined;
2711
+ required?: (string | ((args_0: string | undefined) => string)) | undefined;
2712
+ enum?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2713
+ whitespace?: (string | ((args_0: string | undefined) => string)) | undefined;
2714
+ date?: {
2715
+ format?: (string | ((...args: unknown[]) => string)) | undefined;
2716
+ parse?: (string | ((...args: unknown[]) => string)) | undefined;
2717
+ invalid?: (string | ((...args: unknown[]) => string)) | undefined;
2718
+ } | undefined;
2719
+ types?: {
2720
+ string?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2721
+ method?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2722
+ array?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2723
+ object?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2724
+ number?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2725
+ date?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2726
+ boolean?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2727
+ integer?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2728
+ float?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2729
+ regexp?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2730
+ email?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2731
+ url?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2732
+ hex?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2733
+ } | undefined;
2734
+ string?: {
2735
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2736
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2737
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2738
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
2739
+ } | undefined;
2740
+ number?: {
2741
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2742
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2743
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2744
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
2745
+ } | undefined;
2746
+ array?: {
2747
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2748
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2749
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2750
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
2751
+ } | undefined;
2752
+ pattern?: {
2753
+ mismatch?: (string | ((args_0: string | undefined, args_1: any, args_2: string | RegExp | undefined) => string)) | undefined;
2754
+ } | undefined;
2755
+ } | undefined;
2756
+ keys?: string[] | undefined;
2757
+ error?: ((rule: import('async-validator').InternalRuleItem, message: string) => import('async-validator').ValidateError) | undefined;
2758
+ } | undefined;
2759
+ defaultField?: {
2760
+ type?: import('async-validator').RuleType | undefined;
2761
+ required?: boolean | undefined;
2762
+ pattern?: string | {
2763
+ exec: (string: string) => RegExpExecArray | null;
2764
+ test: (string: string) => boolean;
2765
+ readonly source: string;
2766
+ readonly global: boolean;
2767
+ readonly ignoreCase: boolean;
2768
+ readonly multiline: boolean;
2769
+ lastIndex: number;
2770
+ compile: (pattern: string, flags?: string) => RegExp;
2771
+ readonly flags: string;
2772
+ readonly sticky: boolean;
2773
+ readonly unicode: boolean;
2774
+ readonly dotAll: boolean;
2775
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
2776
+ [Symbol.replace]: {
2777
+ (string: string, replaceValue: string): string;
2778
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
2779
+ };
2780
+ [Symbol.search]: (string: string) => number;
2781
+ [Symbol.split]: (string: string, limit?: number) => string[];
2782
+ } | undefined;
2783
+ min?: number | undefined;
2784
+ max?: number | undefined;
2785
+ len?: number | undefined;
2786
+ enum?: Array<string | number | boolean | null | undefined> | undefined;
2787
+ whitespace?: boolean | undefined;
2788
+ fields?: Record<string, import('async-validator').Rule> | undefined;
2789
+ options?: {
2790
+ suppressWarning?: boolean | undefined;
2791
+ suppressValidatorError?: boolean | undefined;
2792
+ first?: boolean | undefined;
2793
+ firstFields?: (boolean | string[]) | undefined;
2794
+ messages?: {
2795
+ default?: (string | ((...args: unknown[]) => string)) | undefined;
2796
+ required?: (string | ((args_0: string | undefined) => string)) | undefined;
2797
+ enum?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2798
+ whitespace?: (string | ((args_0: string | undefined) => string)) | undefined;
2799
+ date?: {
2800
+ format?: (string | ((...args: unknown[]) => string)) | undefined;
2801
+ parse?: (string | ((...args: unknown[]) => string)) | undefined;
2802
+ invalid?: (string | ((...args: unknown[]) => string)) | undefined;
2803
+ } | undefined;
2804
+ types?: {
2805
+ string?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2806
+ method?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2807
+ array?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2808
+ object?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2809
+ number?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2810
+ date?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2811
+ boolean?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2812
+ integer?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2813
+ float?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2814
+ regexp?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2815
+ email?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2816
+ url?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2817
+ hex?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2818
+ } | undefined;
2819
+ string?: {
2820
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2821
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2822
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2823
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
2824
+ } | undefined;
2825
+ number?: {
2826
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2827
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2828
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2829
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
2830
+ } | undefined;
2831
+ array?: {
2832
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2833
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2834
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2835
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
2836
+ } | undefined;
2837
+ pattern?: {
2838
+ mismatch?: (string | ((args_0: string | undefined, args_1: any, args_2: string | RegExp | undefined) => string)) | undefined;
2839
+ } | undefined;
2840
+ } | undefined;
2841
+ keys?: string[] | undefined;
2842
+ error?: ((rule: import('async-validator').InternalRuleItem, message: string) => import('async-validator').ValidateError) | undefined;
2843
+ } | undefined;
2844
+ defaultField?: any | any[] | undefined;
2845
+ transform?: ((value: import('async-validator').Value) => import('async-validator').Value) | undefined;
2846
+ message?: (string | ((a?: string) => string)) | undefined;
2847
+ 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;
2848
+ 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;
2849
+ } | {
2850
+ type?: import('async-validator').RuleType | undefined;
2851
+ required?: boolean | undefined;
2852
+ pattern?: string | {
2853
+ exec: (string: string) => RegExpExecArray | null;
2854
+ test: (string: string) => boolean;
2855
+ readonly source: string;
2856
+ readonly global: boolean;
2857
+ readonly ignoreCase: boolean;
2858
+ readonly multiline: boolean;
2859
+ lastIndex: number;
2860
+ compile: (pattern: string, flags?: string) => RegExp;
2861
+ readonly flags: string;
2862
+ readonly sticky: boolean;
2863
+ readonly unicode: boolean;
2864
+ readonly dotAll: boolean;
2865
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
2866
+ [Symbol.replace]: {
2867
+ (string: string, replaceValue: string): string;
2868
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
2869
+ };
2870
+ [Symbol.search]: (string: string) => number;
2871
+ [Symbol.split]: (string: string, limit?: number) => string[];
2872
+ } | undefined;
2873
+ min?: number | undefined;
2874
+ max?: number | undefined;
2875
+ len?: number | undefined;
2876
+ enum?: Array<string | number | boolean | null | undefined> | undefined;
2877
+ whitespace?: boolean | undefined;
2878
+ fields?: Record<string, import('async-validator').Rule> | undefined;
2879
+ options?: {
2880
+ suppressWarning?: boolean | undefined;
2881
+ suppressValidatorError?: boolean | undefined;
2882
+ first?: boolean | undefined;
2883
+ firstFields?: (boolean | string[]) | undefined;
2884
+ messages?: {
2885
+ default?: (string | ((...args: unknown[]) => string)) | undefined;
2886
+ required?: (string | ((args_0: string | undefined) => string)) | undefined;
2887
+ enum?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2888
+ whitespace?: (string | ((args_0: string | undefined) => string)) | undefined;
2889
+ date?: {
2890
+ format?: (string | ((...args: unknown[]) => string)) | undefined;
2891
+ parse?: (string | ((...args: unknown[]) => string)) | undefined;
2892
+ invalid?: (string | ((...args: unknown[]) => string)) | undefined;
2893
+ } | undefined;
2894
+ types?: {
2895
+ string?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2896
+ method?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2897
+ array?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2898
+ object?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2899
+ number?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2900
+ date?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2901
+ boolean?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2902
+ integer?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2903
+ float?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2904
+ regexp?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2905
+ email?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2906
+ url?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2907
+ hex?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2908
+ } | undefined;
2909
+ string?: {
2910
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2911
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2912
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2913
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
2914
+ } | undefined;
2915
+ number?: {
2916
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2917
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2918
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2919
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
2920
+ } | undefined;
2921
+ array?: {
2922
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2923
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2924
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
2925
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
2926
+ } | undefined;
2927
+ pattern?: {
2928
+ mismatch?: (string | ((args_0: string | undefined, args_1: any, args_2: string | RegExp | undefined) => string)) | undefined;
2929
+ } | undefined;
2930
+ } | undefined;
2931
+ keys?: string[] | undefined;
2932
+ error?: ((rule: import('async-validator').InternalRuleItem, message: string) => import('async-validator').ValidateError) | undefined;
2933
+ } | undefined;
2934
+ defaultField?: any | any[] | undefined;
2935
+ transform?: ((value: import('async-validator').Value) => import('async-validator').Value) | undefined;
2936
+ message?: (string | ((a?: string) => string)) | undefined;
2937
+ 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;
2938
+ 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;
2939
+ }[] | undefined;
2940
+ transform?: ((value: import('async-validator').Value) => import('async-validator').Value) | undefined;
2941
+ message?: (string | ((a?: string) => string)) | undefined;
2942
+ 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;
2943
+ 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;
2944
+ } | {
2945
+ trigger?: (string | string[]) | undefined;
2946
+ type?: import('async-validator').RuleType | undefined;
2947
+ required?: boolean | undefined;
2948
+ pattern?: string | {
2949
+ exec: (string: string) => RegExpExecArray | null;
2950
+ test: (string: string) => boolean;
2951
+ readonly source: string;
2952
+ readonly global: boolean;
2953
+ readonly ignoreCase: boolean;
2954
+ readonly multiline: boolean;
2955
+ lastIndex: number;
2956
+ compile: (pattern: string, flags?: string) => RegExp;
2957
+ readonly flags: string;
2958
+ readonly sticky: boolean;
2959
+ readonly unicode: boolean;
2960
+ readonly dotAll: boolean;
2961
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
2962
+ [Symbol.replace]: {
2963
+ (string: string, replaceValue: string): string;
2964
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
2965
+ };
2966
+ [Symbol.search]: (string: string) => number;
2967
+ [Symbol.split]: (string: string, limit?: number) => string[];
2968
+ } | undefined;
2969
+ min?: number | undefined;
2970
+ max?: number | undefined;
2971
+ len?: number | undefined;
2972
+ enum?: Array<string | number | boolean | null | undefined> | undefined;
2973
+ whitespace?: boolean | undefined;
2974
+ fields?: Record<string, import('async-validator').Rule> | undefined;
2975
+ options?: {
2976
+ suppressWarning?: boolean | undefined;
2977
+ suppressValidatorError?: boolean | undefined;
2978
+ first?: boolean | undefined;
2979
+ firstFields?: (boolean | string[]) | undefined;
2980
+ messages?: {
2981
+ default?: (string | ((...args: unknown[]) => string)) | undefined;
2982
+ required?: (string | ((args_0: string | undefined) => string)) | undefined;
2983
+ enum?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2984
+ whitespace?: (string | ((args_0: string | undefined) => string)) | undefined;
2985
+ date?: {
2986
+ format?: (string | ((...args: unknown[]) => string)) | undefined;
2987
+ parse?: (string | ((...args: unknown[]) => string)) | undefined;
2988
+ invalid?: (string | ((...args: unknown[]) => string)) | undefined;
2989
+ } | undefined;
2990
+ types?: {
2991
+ string?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2992
+ method?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2993
+ array?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2994
+ object?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2995
+ number?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2996
+ date?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2997
+ boolean?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2998
+ integer?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
2999
+ float?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
3000
+ regexp?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
3001
+ email?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
3002
+ url?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
3003
+ hex?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
3004
+ } | undefined;
3005
+ string?: {
3006
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
3007
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
3008
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
3009
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
3010
+ } | undefined;
3011
+ number?: {
3012
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
3013
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
3014
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
3015
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
3016
+ } | undefined;
3017
+ array?: {
3018
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
3019
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
3020
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
3021
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
3022
+ } | undefined;
3023
+ pattern?: {
3024
+ mismatch?: (string | ((args_0: string | undefined, args_1: any, args_2: string | RegExp | undefined) => string)) | undefined;
3025
+ } | undefined;
3026
+ } | undefined;
3027
+ keys?: string[] | undefined;
3028
+ error?: ((rule: import('async-validator').InternalRuleItem, message: string) => import('async-validator').ValidateError) | undefined;
3029
+ } | undefined;
3030
+ defaultField?: {
3031
+ type?: import('async-validator').RuleType | undefined;
3032
+ required?: boolean | undefined;
3033
+ pattern?: string | {
3034
+ exec: (string: string) => RegExpExecArray | null;
3035
+ test: (string: string) => boolean;
3036
+ readonly source: string;
3037
+ readonly global: boolean;
3038
+ readonly ignoreCase: boolean;
3039
+ readonly multiline: boolean;
3040
+ lastIndex: number;
3041
+ compile: (pattern: string, flags?: string) => RegExp;
3042
+ readonly flags: string;
3043
+ readonly sticky: boolean;
3044
+ readonly unicode: boolean;
3045
+ readonly dotAll: boolean;
3046
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
3047
+ [Symbol.replace]: {
3048
+ (string: string, replaceValue: string): string;
3049
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
3050
+ };
3051
+ [Symbol.search]: (string: string) => number;
3052
+ [Symbol.split]: (string: string, limit?: number) => string[];
3053
+ } | undefined;
3054
+ min?: number | undefined;
3055
+ max?: number | undefined;
3056
+ len?: number | undefined;
3057
+ enum?: Array<string | number | boolean | null | undefined> | undefined;
3058
+ whitespace?: boolean | undefined;
3059
+ fields?: Record<string, import('async-validator').Rule> | undefined;
3060
+ options?: {
3061
+ suppressWarning?: boolean | undefined;
3062
+ suppressValidatorError?: boolean | undefined;
3063
+ first?: boolean | undefined;
3064
+ firstFields?: (boolean | string[]) | undefined;
3065
+ messages?: {
3066
+ default?: (string | ((...args: unknown[]) => string)) | undefined;
3067
+ required?: (string | ((args_0: string | undefined) => string)) | undefined;
3068
+ enum?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
3069
+ whitespace?: (string | ((args_0: string | undefined) => string)) | undefined;
3070
+ date?: {
3071
+ format?: (string | ((...args: unknown[]) => string)) | undefined;
3072
+ parse?: (string | ((...args: unknown[]) => string)) | undefined;
3073
+ invalid?: (string | ((...args: unknown[]) => string)) | undefined;
3074
+ } | undefined;
3075
+ types?: {
3076
+ string?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
3077
+ method?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
3078
+ array?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
3079
+ object?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
3080
+ number?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
3081
+ date?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
3082
+ boolean?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
3083
+ integer?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
3084
+ float?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
3085
+ regexp?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
3086
+ email?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
3087
+ url?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
3088
+ hex?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
3089
+ } | undefined;
3090
+ string?: {
3091
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
3092
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
3093
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
3094
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
3095
+ } | undefined;
3096
+ number?: {
3097
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
3098
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
3099
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
3100
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
3101
+ } | undefined;
3102
+ array?: {
3103
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
3104
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
3105
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
3106
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
3107
+ } | undefined;
3108
+ pattern?: {
3109
+ mismatch?: (string | ((args_0: string | undefined, args_1: any, args_2: string | RegExp | undefined) => string)) | undefined;
3110
+ } | undefined;
3111
+ } | undefined;
3112
+ keys?: string[] | undefined;
3113
+ error?: ((rule: import('async-validator').InternalRuleItem, message: string) => import('async-validator').ValidateError) | undefined;
3114
+ } | undefined;
3115
+ defaultField?: any | any[] | undefined;
3116
+ transform?: ((value: import('async-validator').Value) => import('async-validator').Value) | undefined;
3117
+ message?: (string | ((a?: string) => string)) | undefined;
3118
+ 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;
3119
+ 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;
3120
+ } | {
3121
+ type?: import('async-validator').RuleType | undefined;
3122
+ required?: boolean | undefined;
3123
+ pattern?: string | {
3124
+ exec: (string: string) => RegExpExecArray | null;
3125
+ test: (string: string) => boolean;
3126
+ readonly source: string;
3127
+ readonly global: boolean;
3128
+ readonly ignoreCase: boolean;
3129
+ readonly multiline: boolean;
3130
+ lastIndex: number;
3131
+ compile: (pattern: string, flags?: string) => RegExp;
3132
+ readonly flags: string;
3133
+ readonly sticky: boolean;
3134
+ readonly unicode: boolean;
3135
+ readonly dotAll: boolean;
3136
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
3137
+ [Symbol.replace]: {
3138
+ (string: string, replaceValue: string): string;
3139
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
3140
+ };
3141
+ [Symbol.search]: (string: string) => number;
3142
+ [Symbol.split]: (string: string, limit?: number) => string[];
3143
+ } | undefined;
3144
+ min?: number | undefined;
3145
+ max?: number | undefined;
3146
+ len?: number | undefined;
3147
+ enum?: Array<string | number | boolean | null | undefined> | undefined;
3148
+ whitespace?: boolean | undefined;
3149
+ fields?: Record<string, import('async-validator').Rule> | undefined;
3150
+ options?: {
3151
+ suppressWarning?: boolean | undefined;
3152
+ suppressValidatorError?: boolean | undefined;
3153
+ first?: boolean | undefined;
3154
+ firstFields?: (boolean | string[]) | undefined;
3155
+ messages?: {
3156
+ default?: (string | ((...args: unknown[]) => string)) | undefined;
3157
+ required?: (string | ((args_0: string | undefined) => string)) | undefined;
3158
+ enum?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
3159
+ whitespace?: (string | ((args_0: string | undefined) => string)) | undefined;
3160
+ date?: {
3161
+ format?: (string | ((...args: unknown[]) => string)) | undefined;
3162
+ parse?: (string | ((...args: unknown[]) => string)) | undefined;
3163
+ invalid?: (string | ((...args: unknown[]) => string)) | undefined;
3164
+ } | undefined;
3165
+ types?: {
3166
+ string?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
3167
+ method?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
3168
+ array?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
3169
+ object?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
3170
+ number?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
3171
+ date?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
3172
+ boolean?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
3173
+ integer?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
3174
+ float?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
3175
+ regexp?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
3176
+ email?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
3177
+ url?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
3178
+ hex?: (string | ((args_0: string | undefined, args_1: string | undefined) => string)) | undefined;
3179
+ } | undefined;
3180
+ string?: {
3181
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
3182
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
3183
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
3184
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
3185
+ } | undefined;
3186
+ number?: {
3187
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
3188
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
3189
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
3190
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
3191
+ } | undefined;
3192
+ array?: {
3193
+ len?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
3194
+ min?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
3195
+ max?: (string | ((args_0: string | undefined, args_1: number | undefined) => string)) | undefined;
3196
+ range?: (string | ((args_0: string | undefined, args_1: number | undefined, args_2: number | undefined) => string)) | undefined;
3197
+ } | undefined;
3198
+ pattern?: {
3199
+ mismatch?: (string | ((args_0: string | undefined, args_1: any, args_2: string | RegExp | undefined) => string)) | undefined;
3200
+ } | undefined;
3201
+ } | undefined;
3202
+ keys?: string[] | undefined;
3203
+ error?: ((rule: import('async-validator').InternalRuleItem, message: string) => import('async-validator').ValidateError) | undefined;
3204
+ } | undefined;
3205
+ defaultField?: any | any[] | undefined;
3206
+ transform?: ((value: import('async-validator').Value) => import('async-validator').Value) | undefined;
3207
+ message?: (string | ((a?: string) => string)) | undefined;
3208
+ 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;
3209
+ 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;
3210
+ }[] | undefined;
3211
+ transform?: ((value: import('async-validator').Value) => import('async-validator').Value) | undefined;
3212
+ message?: (string | ((a?: string) => string)) | undefined;
3213
+ 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;
3214
+ 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;
3215
+ }[] | undefined;
3216
+ readonly validateStatus?: ("" | "success" | "error" | "validating") | undefined;
3217
+ readonly inlineMessage?: boolean | undefined;
3218
+ readonly for?: string | undefined;
3219
+ }[];
3220
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
3221
+ $slots: {
3222
+ default?(_: {}): any;
3223
+ };
3224
+ }) | null;
3225
+ imageRef: ({
3226
+ $: import('vue').ComponentInternalInstance;
3227
+ $data: {};
3228
+ $props: Partial<{
3229
+ readonly scale: number;
3230
+ readonly infinite: boolean;
3231
+ readonly lazy: boolean;
3232
+ readonly src: string;
3233
+ readonly fit: "" | "fill" | "contain" | "none" | "cover" | "scale-down";
3234
+ readonly closeOnPressEscape: boolean;
3235
+ readonly initialIndex: number;
3236
+ readonly zoomRate: number;
3237
+ readonly minScale: number;
3238
+ readonly maxScale: number;
3239
+ readonly hideOnClickModal: boolean;
3240
+ readonly showProgress: boolean;
3241
+ readonly previewSrcList: string[];
3242
+ readonly previewTeleported: boolean;
3243
+ }> & Omit<{
3244
+ readonly hideOnClickModal: boolean;
3245
+ readonly src: string;
3246
+ readonly fit: "" | "fill" | "contain" | "none" | "cover" | "scale-down";
3247
+ readonly lazy: boolean;
3248
+ readonly previewSrcList: string[];
3249
+ readonly previewTeleported: boolean;
3250
+ readonly initialIndex: number;
3251
+ readonly infinite: boolean;
3252
+ readonly closeOnPressEscape: boolean;
3253
+ readonly zoomRate: number;
3254
+ readonly scale: number;
3255
+ readonly minScale: number;
3256
+ readonly maxScale: number;
3257
+ readonly showProgress: boolean;
3258
+ readonly loading?: ("lazy" | "eager") | undefined;
3259
+ readonly scrollContainer?: string | HTMLElement | undefined;
3260
+ readonly zIndex?: number | undefined;
3261
+ readonly crossorigin?: ("" | "anonymous" | "use-credentials") | undefined;
3262
+ onShow?: (() => any) | undefined | undefined;
3263
+ onLoad?: ((evt: Event) => any) | undefined | undefined;
3264
+ onError?: ((evt: Event) => any) | undefined | undefined;
3265
+ onClose?: (() => any) | undefined | undefined;
3266
+ onSwitch?: ((val: number) => any) | undefined | undefined;
3267
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "hideOnClickModal" | "src" | "fit" | "lazy" | "previewSrcList" | "previewTeleported" | "initialIndex" | "infinite" | "closeOnPressEscape" | "zoomRate" | "scale" | "minScale" | "maxScale" | "showProgress">;
3268
+ $attrs: {
3269
+ [x: string]: unknown;
3270
+ };
3271
+ $refs: {
3272
+ [x: string]: unknown;
3273
+ };
3274
+ $slots: Readonly<{
3275
+ [name: string]: import('vue').Slot<any> | undefined;
3276
+ }>;
3277
+ $root: import('vue').ComponentPublicInstance | null;
3278
+ $parent: import('vue').ComponentPublicInstance | null;
3279
+ $host: Element | null;
3280
+ $emit: ((event: "switch", val: number) => void) & ((event: "error", evt: Event) => void) & ((event: "close") => void) & ((event: "load", evt: Event) => void) & ((event: "show") => void);
3281
+ $el: any;
3282
+ $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
3283
+ readonly hideOnClickModal: BooleanConstructor;
3284
+ readonly src: {
3285
+ readonly type: import('vue').PropType<string>;
3286
+ readonly required: false;
3287
+ readonly validator: ((val: unknown) => boolean) | undefined;
3288
+ __epPropKey: true;
3289
+ } & {
3290
+ readonly default: "";
3291
+ };
3292
+ readonly fit: {
3293
+ readonly type: import('vue').PropType<"" | "fill" | "contain" | "none" | "cover" | "scale-down">;
3294
+ readonly required: false;
3295
+ readonly validator: ((val: unknown) => boolean) | undefined;
3296
+ __epPropKey: true;
3297
+ } & {
3298
+ readonly default: "";
3299
+ };
3300
+ readonly loading: {
3301
+ readonly type: import('vue').PropType<"lazy" | "eager">;
3302
+ readonly required: false;
3303
+ readonly validator: ((val: unknown) => boolean) | undefined;
3304
+ __epPropKey: true;
3305
+ };
3306
+ readonly lazy: BooleanConstructor;
3307
+ readonly scrollContainer: {
3308
+ readonly type: import('vue').PropType<string | HTMLElement | undefined>;
3309
+ readonly required: false;
3310
+ readonly validator: ((val: unknown) => boolean) | undefined;
3311
+ __epPropKey: true;
3312
+ };
3313
+ readonly previewSrcList: {
3314
+ readonly type: import('vue').PropType<string[]>;
3315
+ readonly required: false;
3316
+ readonly validator: ((val: unknown) => boolean) | undefined;
3317
+ __epPropKey: true;
3318
+ } & {
3319
+ readonly default: () => [];
3320
+ };
3321
+ readonly previewTeleported: BooleanConstructor;
3322
+ readonly zIndex: {
3323
+ readonly type: import('vue').PropType<number>;
3324
+ readonly required: false;
3325
+ readonly validator: ((val: unknown) => boolean) | undefined;
3326
+ __epPropKey: true;
3327
+ };
3328
+ readonly initialIndex: {
3329
+ readonly type: import('vue').PropType<number>;
3330
+ readonly required: false;
3331
+ readonly validator: ((val: unknown) => boolean) | undefined;
3332
+ __epPropKey: true;
3333
+ } & {
3334
+ readonly default: 0;
3335
+ };
3336
+ readonly infinite: {
3337
+ readonly type: import('vue').PropType<boolean>;
3338
+ readonly required: false;
3339
+ readonly validator: ((val: unknown) => boolean) | undefined;
3340
+ __epPropKey: true;
3341
+ } & {
3342
+ readonly default: true;
3343
+ };
3344
+ readonly closeOnPressEscape: {
3345
+ readonly type: import('vue').PropType<boolean>;
3346
+ readonly required: false;
3347
+ readonly validator: ((val: unknown) => boolean) | undefined;
3348
+ __epPropKey: true;
3349
+ } & {
3350
+ readonly default: true;
3351
+ };
3352
+ readonly zoomRate: {
3353
+ readonly type: import('vue').PropType<number>;
3354
+ readonly required: false;
3355
+ readonly validator: ((val: unknown) => boolean) | undefined;
3356
+ __epPropKey: true;
3357
+ } & {
3358
+ readonly default: 1.2;
3359
+ };
3360
+ readonly scale: {
3361
+ readonly type: import('vue').PropType<number>;
3362
+ readonly required: false;
3363
+ readonly validator: ((val: unknown) => boolean) | undefined;
3364
+ __epPropKey: true;
3365
+ } & {
3366
+ readonly default: 1;
3367
+ };
3368
+ readonly minScale: {
3369
+ readonly type: import('vue').PropType<number>;
3370
+ readonly required: false;
3371
+ readonly validator: ((val: unknown) => boolean) | undefined;
3372
+ __epPropKey: true;
3373
+ } & {
3374
+ readonly default: 0.2;
3375
+ };
3376
+ readonly maxScale: {
3377
+ readonly type: import('vue').PropType<number>;
3378
+ readonly required: false;
3379
+ readonly validator: ((val: unknown) => boolean) | undefined;
3380
+ __epPropKey: true;
3381
+ } & {
3382
+ readonly default: 7;
3383
+ };
3384
+ readonly showProgress: BooleanConstructor;
3385
+ readonly crossorigin: {
3386
+ readonly type: import('vue').PropType<"" | "anonymous" | "use-credentials">;
3387
+ readonly required: false;
3388
+ readonly validator: ((val: unknown) => boolean) | undefined;
3389
+ __epPropKey: true;
3390
+ };
3391
+ }>> & {
3392
+ onShow?: (() => any) | undefined;
3393
+ onLoad?: ((evt: Event) => any) | undefined;
3394
+ onError?: ((evt: Event) => any) | undefined;
3395
+ onClose?: (() => any) | undefined;
3396
+ onSwitch?: ((val: number) => any) | undefined;
3397
+ }, {
3398
+ showPreview: () => void;
3399
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
3400
+ switch: (val: number) => void;
3401
+ show: () => void;
3402
+ close: () => void;
3403
+ error: (evt: Event) => void;
3404
+ load: (evt: Event) => void;
3405
+ }, string, {
3406
+ readonly scale: number;
3407
+ readonly infinite: boolean;
3408
+ readonly lazy: boolean;
3409
+ readonly src: string;
3410
+ readonly fit: "" | "fill" | "contain" | "none" | "cover" | "scale-down";
3411
+ readonly closeOnPressEscape: boolean;
3412
+ readonly initialIndex: number;
3413
+ readonly zoomRate: number;
3414
+ readonly minScale: number;
3415
+ readonly maxScale: number;
3416
+ readonly hideOnClickModal: boolean;
3417
+ readonly showProgress: boolean;
3418
+ readonly previewSrcList: string[];
3419
+ readonly previewTeleported: boolean;
3420
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
3421
+ beforeCreate?: (() => void) | (() => void)[];
3422
+ created?: (() => void) | (() => void)[];
3423
+ beforeMount?: (() => void) | (() => void)[];
3424
+ mounted?: (() => void) | (() => void)[];
3425
+ beforeUpdate?: (() => void) | (() => void)[];
3426
+ updated?: (() => void) | (() => void)[];
3427
+ activated?: (() => void) | (() => void)[];
3428
+ deactivated?: (() => void) | (() => void)[];
3429
+ beforeDestroy?: (() => void) | (() => void)[];
3430
+ beforeUnmount?: (() => void) | (() => void)[];
3431
+ destroyed?: (() => void) | (() => void)[];
3432
+ unmounted?: (() => void) | (() => void)[];
3433
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
3434
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
3435
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
3436
+ };
3437
+ $forceUpdate: () => void;
3438
+ $nextTick: typeof import('vue').nextTick;
3439
+ $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;
3440
+ } & Readonly<{
3441
+ readonly scale: number;
3442
+ readonly infinite: boolean;
3443
+ readonly lazy: boolean;
3444
+ readonly src: string;
3445
+ readonly fit: "" | "fill" | "contain" | "none" | "cover" | "scale-down";
3446
+ readonly closeOnPressEscape: boolean;
3447
+ readonly initialIndex: number;
3448
+ readonly zoomRate: number;
3449
+ readonly minScale: number;
3450
+ readonly maxScale: number;
3451
+ readonly hideOnClickModal: boolean;
3452
+ readonly showProgress: boolean;
3453
+ readonly previewSrcList: string[];
3454
+ readonly previewTeleported: boolean;
3455
+ }> & Omit<Readonly<import('vue').ExtractPropTypes<{
3456
+ readonly hideOnClickModal: BooleanConstructor;
3457
+ readonly src: {
3458
+ readonly type: import('vue').PropType<string>;
3459
+ readonly required: false;
3460
+ readonly validator: ((val: unknown) => boolean) | undefined;
3461
+ __epPropKey: true;
3462
+ } & {
3463
+ readonly default: "";
3464
+ };
3465
+ readonly fit: {
3466
+ readonly type: import('vue').PropType<"" | "fill" | "contain" | "none" | "cover" | "scale-down">;
3467
+ readonly required: false;
3468
+ readonly validator: ((val: unknown) => boolean) | undefined;
3469
+ __epPropKey: true;
3470
+ } & {
3471
+ readonly default: "";
3472
+ };
3473
+ readonly loading: {
3474
+ readonly type: import('vue').PropType<"lazy" | "eager">;
3475
+ readonly required: false;
3476
+ readonly validator: ((val: unknown) => boolean) | undefined;
3477
+ __epPropKey: true;
3478
+ };
3479
+ readonly lazy: BooleanConstructor;
3480
+ readonly scrollContainer: {
3481
+ readonly type: import('vue').PropType<string | HTMLElement | undefined>;
3482
+ readonly required: false;
3483
+ readonly validator: ((val: unknown) => boolean) | undefined;
3484
+ __epPropKey: true;
3485
+ };
3486
+ readonly previewSrcList: {
3487
+ readonly type: import('vue').PropType<string[]>;
3488
+ readonly required: false;
3489
+ readonly validator: ((val: unknown) => boolean) | undefined;
3490
+ __epPropKey: true;
3491
+ } & {
3492
+ readonly default: () => [];
3493
+ };
3494
+ readonly previewTeleported: BooleanConstructor;
3495
+ readonly zIndex: {
3496
+ readonly type: import('vue').PropType<number>;
3497
+ readonly required: false;
3498
+ readonly validator: ((val: unknown) => boolean) | undefined;
3499
+ __epPropKey: true;
3500
+ };
3501
+ readonly initialIndex: {
3502
+ readonly type: import('vue').PropType<number>;
3503
+ readonly required: false;
3504
+ readonly validator: ((val: unknown) => boolean) | undefined;
3505
+ __epPropKey: true;
3506
+ } & {
3507
+ readonly default: 0;
3508
+ };
3509
+ readonly infinite: {
3510
+ readonly type: import('vue').PropType<boolean>;
3511
+ readonly required: false;
3512
+ readonly validator: ((val: unknown) => boolean) | undefined;
3513
+ __epPropKey: true;
3514
+ } & {
3515
+ readonly default: true;
3516
+ };
3517
+ readonly closeOnPressEscape: {
3518
+ readonly type: import('vue').PropType<boolean>;
3519
+ readonly required: false;
3520
+ readonly validator: ((val: unknown) => boolean) | undefined;
3521
+ __epPropKey: true;
3522
+ } & {
3523
+ readonly default: true;
3524
+ };
3525
+ readonly zoomRate: {
3526
+ readonly type: import('vue').PropType<number>;
3527
+ readonly required: false;
3528
+ readonly validator: ((val: unknown) => boolean) | undefined;
3529
+ __epPropKey: true;
3530
+ } & {
3531
+ readonly default: 1.2;
3532
+ };
3533
+ readonly scale: {
3534
+ readonly type: import('vue').PropType<number>;
3535
+ readonly required: false;
3536
+ readonly validator: ((val: unknown) => boolean) | undefined;
3537
+ __epPropKey: true;
3538
+ } & {
3539
+ readonly default: 1;
3540
+ };
3541
+ readonly minScale: {
3542
+ readonly type: import('vue').PropType<number>;
3543
+ readonly required: false;
3544
+ readonly validator: ((val: unknown) => boolean) | undefined;
3545
+ __epPropKey: true;
3546
+ } & {
3547
+ readonly default: 0.2;
3548
+ };
3549
+ readonly maxScale: {
3550
+ readonly type: import('vue').PropType<number>;
3551
+ readonly required: false;
3552
+ readonly validator: ((val: unknown) => boolean) | undefined;
3553
+ __epPropKey: true;
3554
+ } & {
3555
+ readonly default: 7;
3556
+ };
3557
+ readonly showProgress: BooleanConstructor;
3558
+ readonly crossorigin: {
3559
+ readonly type: import('vue').PropType<"" | "anonymous" | "use-credentials">;
3560
+ readonly required: false;
3561
+ readonly validator: ((val: unknown) => boolean) | undefined;
3562
+ __epPropKey: true;
3563
+ };
3564
+ }>> & {
3565
+ onShow?: (() => any) | undefined;
3566
+ onLoad?: ((evt: Event) => any) | undefined;
3567
+ onError?: ((evt: Event) => any) | undefined;
3568
+ onClose?: (() => any) | undefined;
3569
+ onSwitch?: ((val: number) => any) | undefined;
3570
+ }, "hideOnClickModal" | "src" | "fit" | "lazy" | "previewSrcList" | "previewTeleported" | "initialIndex" | "infinite" | "closeOnPressEscape" | "zoomRate" | "scale" | "minScale" | "maxScale" | "showProgress" | "showPreview"> & import('vue').ShallowUnwrapRef<{
3571
+ showPreview: () => void;
3572
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
3573
+ $slots: {
3574
+ error?(_: {}): any;
3575
+ placeholder?(_: {}): any;
3576
+ viewer?(_: {}): any;
3577
+ progress?(_: {
3578
+ activeIndex: number;
3579
+ total: number;
3580
+ }): any;
3581
+ toolbar?(_: {
3582
+ actions: (action: import('element-plus').ImageViewerAction, options?: {}) => void;
3583
+ prev: () => void;
3584
+ next: () => void;
3585
+ reset: () => void;
3586
+ activeIndex: number;
3587
+ setActiveItem: (index: number) => void;
3588
+ }): any;
3589
+ "viewer-error"?(_: {
3590
+ activeIndex: number;
3591
+ src: string;
3592
+ }): any;
3593
+ };
3594
+ }) | null;
3595
+ }, any>;
3596
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
3597
+ export default _default;
3598
+ type __VLS_WithTemplateSlots<T, S> = T & {
3599
+ new (): {
3600
+ $slots: S;
3601
+ };
3602
+ };