@vunk/form 2.18.2 → 2.19.0

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