cnhis-design-vue 3.4.0-beta.1 → 3.4.0-beta.4

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 (583) hide show
  1. package/README.md +87 -87
  2. package/es/components/annotation-edit/index.d.ts +5 -5
  3. package/es/components/annotation-edit/src/AnnotationEdit.d.ts +5 -5
  4. package/es/components/audio-sdk/index.d.ts +54 -52
  5. package/es/components/audio-sdk/src/Index.vue.d.ts +54 -52
  6. package/es/components/audio-sdk/src/Index.vue2.js +9 -8
  7. package/es/components/audio-sdk/src/audioSDK.d.ts +1 -1
  8. package/es/components/audio-sdk/src/components/form.vue.d.ts +16 -16
  9. package/es/components/audio-sdk/src/components/readyCountdown.vue.d.ts +10 -10
  10. package/es/components/audio-sdk/src/components/readyCountdown.vue2.js +5 -6
  11. package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +49 -47
  12. package/es/components/audio-sdk/src/components/recording.vue.d.ts +41 -39
  13. package/es/components/audio-sdk/src/components/recording.vue2.js +52 -57
  14. package/es/components/audio-sdk/src/hooks/useChartAudioContext.d.ts +5 -5
  15. package/es/components/audio-sdk/src/svgs/Close.vue.js +4 -6
  16. package/es/components/audio-sdk/src/svgs/Continue.vue.js +1 -3
  17. package/es/components/audio-sdk/src/svgs/Enlarge.vue.js +1 -3
  18. package/es/components/audio-sdk/src/svgs/Pause.vue.js +1 -3
  19. package/es/components/audio-sdk/src/svgs/WaveView.vue.js +1 -3
  20. package/es/components/audio-sdk/src/svgs/Zoom.vue.js +4 -6
  21. package/es/components/audio-sdk/src/utils/index.d.ts +1 -1
  22. package/es/components/audio-sdk/src/utils/recordingModal.d.ts +2 -2
  23. package/es/components/base-search/index.d.ts +61 -19
  24. package/es/components/base-search/src/index.vue.d.ts +61 -19
  25. package/es/components/base-search/src/index.vue2.js +33 -34
  26. package/es/components/big-table/index.d.ts +67 -43
  27. package/es/components/big-table/src/BigTable.vue.d.ts +67 -43
  28. package/es/components/big-table/src/BigTable.vue2.js +18 -18
  29. package/es/components/big-table/src/components/NoData.vue.d.ts +7 -7
  30. package/es/components/big-table/src/components/NoData.vue2.js +4 -4
  31. package/es/components/big-table/src/components/edit-form/edit-date.d.ts +7 -5
  32. package/es/components/big-table/src/components/edit-form/edit-input.d.ts +8 -5
  33. package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +12 -5
  34. package/es/components/big-table/src/components/edit-form/edit-select.d.ts +7 -5
  35. package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +47 -23
  36. package/es/components/big-table/src/components/edit-form/edit-separate.vue2.js +2 -1
  37. package/es/components/big-table/src/components/edit-form/edit-time.d.ts +7 -5
  38. package/es/components/big-table/src/components/edit-form/useCommon.d.ts +2 -2
  39. package/es/components/big-table/src/components/input-button.vue.d.ts +5 -5
  40. package/es/components/big-table/src/components/input-button.vue2.js +5 -4
  41. package/es/components/big-table/src/components/separate.vue.d.ts +31 -7
  42. package/es/components/big-table/src/components/separate.vue2.js +4 -5
  43. package/es/components/big-table/src/hooks/useAnnotation.d.ts +1 -1
  44. package/es/components/big-table/src/hooks/useEdit.d.ts +84 -48
  45. package/es/components/big-table/src/hooks/useSeparateRow.d.ts +50 -2
  46. package/es/components/body-select/index.d.ts +17 -17
  47. package/es/components/body-select/src/index.vue.d.ts +17 -17
  48. package/es/components/body-select/src/index.vue2.js +29 -31
  49. package/es/components/bpmn-workflow/index.d.ts +9 -9
  50. package/es/components/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +9 -9
  51. package/es/components/bpmn-workflow/src/BpmnWorkflow.vue2.js +1 -1
  52. package/es/components/branch-notice/index.d.ts +72 -49
  53. package/es/components/branch-notice/src/BranchNotice.vue.d.ts +70 -47
  54. package/es/components/branch-notice/src/BranchNotice.vue2.js +6 -5
  55. package/es/components/branch-notice/src/components/NoticeItem.vue.d.ts +57 -34
  56. package/es/components/branch-notice/src/components/NoticeItem.vue2.js +4 -4
  57. package/es/components/branch-notice/src/components/NoticeItemAside.vue.d.ts +12 -12
  58. package/es/components/branch-notice/src/components/NoticeItemAside.vue2.js +3 -4
  59. package/es/components/branch-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
  60. package/es/components/button-print/index.d.ts +203 -141
  61. package/es/components/button-print/src/ButtonPrint.vue.d.ts +203 -141
  62. package/es/components/button-print/src/ButtonPrint.vue2.js +8 -7
  63. package/es/components/button-print/src/components/EditFormat.vue.d.ts +48 -18
  64. package/es/components/button-print/src/components/EditFormat.vue2.js +10 -10
  65. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +72 -43
  66. package/es/components/button-print/src/components/IdentityVerification.vue2.js +13 -12
  67. package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +103 -71
  68. package/es/components/button-print/src/components/NewPrintComponent.vue2.js +125 -91
  69. package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +88 -58
  70. package/es/components/button-print/src/components/OldPrintComponent.vue2.js +6 -6
  71. package/es/components/button-print/src/components/Preview.vue.d.ts +13 -13
  72. package/es/components/button-print/src/components/Preview.vue2.js +3 -2
  73. package/es/components/calendar/index.d.ts +32 -277
  74. package/es/components/calendar/src/Calendar.vue.d.ts +31 -276
  75. package/es/components/calendar/src/Calendar.vue2.js +5 -4
  76. package/es/components/callback/index.d.ts +11 -11
  77. package/es/components/callback/src/components/dialog/drawer.vue.d.ts +20 -21
  78. package/es/components/callback/src/components/dialog/drawer.vue2.js +2 -1
  79. package/es/components/callback/src/components/dialog/modal.vue.d.ts +22 -22
  80. package/es/components/callback/src/components/dialog/modal.vue2.js +2 -1
  81. package/es/components/callback/src/components/popup/index.vue.d.ts +6 -6
  82. package/es/components/callback/src/components/render/drawerIframe/index.vue.d.ts +12 -12
  83. package/es/components/callback/src/components/render/drawerIframe/index.vue2.js +1 -1
  84. package/es/components/callback/src/components/render/index.vue.d.ts +6 -6
  85. package/es/components/callback/src/components/render/popupMaps.d.ts +3162 -1602
  86. package/es/components/callback/src/index.vue.d.ts +11 -11
  87. package/es/components/callback/src/index.vue2.js +2 -1
  88. package/es/components/card-reader-sdk/src/components/readCardDialog.vue.d.ts +12 -15
  89. package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +7 -6
  90. package/es/components/card-render/index.d.ts +10 -10
  91. package/es/components/card-render/src/CardRender.vue.d.ts +10 -10
  92. package/es/components/card-render/src/CardRender.vue2.js +8 -5
  93. package/es/components/card-render/src/components/Box.vue.d.ts +8 -8
  94. package/es/components/card-render/src/components/Box.vue2.js +6 -4
  95. package/es/components/card-render/src/components/Button.vue.d.ts +8 -8
  96. package/es/components/card-render/src/components/Button.vue2.js +6 -4
  97. package/es/components/card-render/src/components/Divider.vue.d.ts +8 -8
  98. package/es/components/card-render/src/components/Divider.vue2.js +1 -1
  99. package/es/components/card-render/src/components/Field.vue.d.ts +8 -8
  100. package/es/components/card-render/src/components/Field.vue2.js +18 -18
  101. package/es/components/card-render/src/components/FieldGroup.vue.d.ts +8 -8
  102. package/es/components/card-render/src/components/FieldGroup.vue2.js +12 -12
  103. package/es/components/card-render/src/components/Image.vue.d.ts +8 -8
  104. package/es/components/card-render/src/components/Image.vue2.js +2 -2
  105. package/es/components/card-render/src/components/Label.vue.d.ts +8 -8
  106. package/es/components/card-render/src/components/Label.vue2.js +3 -3
  107. package/es/components/card-render/src/components/Row.vue.d.ts +8 -8
  108. package/es/components/card-render/src/components/Row.vue2.js +7 -5
  109. package/es/components/card-render/src/components/ScaleView.vue.d.ts +8 -8
  110. package/es/components/card-render/src/components/ScaleView.vue2.js +2 -2
  111. package/es/components/card-render/src/components/Slot.d.ts +5 -5
  112. package/es/components/card-render/src/components/Table.vue.d.ts +16 -16
  113. package/es/components/card-render/src/components/Table.vue2.js +4 -4
  114. package/es/components/card-render/src/components/Text.vue.d.ts +7 -7
  115. package/es/components/card-render/src/components/Text.vue2.js +4 -4
  116. package/es/components/card-render/src/components/index.d.ts +113 -113
  117. package/es/components/classification/index.d.ts +509 -432
  118. package/es/components/classification/src/components/search-filter/index.vue.d.ts +370 -358
  119. package/es/components/classification/src/components/search-filter/index.vue2.js +8 -7
  120. package/es/components/classification/src/components/set-classification/index.vue.d.ts +414 -402
  121. package/es/components/classification/src/components/set-classification/index.vue2.js +4 -3
  122. package/es/components/classification/src/components/table-modal/index.vue.d.ts +27 -27
  123. package/es/components/classification/src/components/table-modal/index.vue2.js +143 -144
  124. package/es/components/classification/src/index.vue.d.ts +509 -432
  125. package/es/components/classification/src/index.vue2.js +71 -73
  126. package/es/components/config-provider/index.d.ts +7 -5
  127. package/es/components/config-provider/src/ConfigProvider.d.ts +7 -5
  128. package/es/components/date-picker/index.d.ts +15 -15
  129. package/es/components/date-picker/src/DatePicker.vue.d.ts +15 -15
  130. package/es/components/date-picker/src/DatePicker.vue2.js +9 -8
  131. package/es/components/default-page/index.d.ts +11 -11
  132. package/es/components/default-page/src/index.vue.d.ts +11 -11
  133. package/es/components/default-page/src/index.vue2.js +21 -22
  134. package/es/components/editor/index.d.ts +77 -7
  135. package/es/components/editor/src/Editor.d.ts +78 -7
  136. package/es/components/expand-field/index.d.ts +478 -303
  137. package/es/components/expand-field/src/components/FormBatchOptionsModal.vue.d.ts +14 -14
  138. package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +19 -19
  139. package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +304 -225
  140. package/es/components/expand-field/src/components/FormItemPerson.vue2.js +5 -4
  141. package/es/components/expand-field/src/components/PersonModal.vue.d.ts +284 -205
  142. package/es/components/expand-field/src/components/PersonModal.vue2.js +6 -5
  143. package/es/components/expand-field/src/components/form.vue.d.ts +458 -285
  144. package/es/components/expand-field/src/components/form.vue2.js +114 -122
  145. package/es/components/expand-field/src/index.vue.d.ts +479 -304
  146. package/es/components/expand-field/src/index.vue2.js +29 -29
  147. package/es/components/fabric-chart/index.d.ts +29 -29
  148. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +29 -29
  149. package/es/components/fabric-chart/src/FabricChart.vue2.js +7 -6
  150. package/es/components/fabric-chart/src/components/PopupMenu.d.ts +6 -6
  151. package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +7 -7
  152. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +9 -9
  153. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +9 -9
  154. package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.d.ts +1 -1
  155. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.d.ts +1 -1
  156. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +9 -9
  157. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +9 -9
  158. package/es/components/field-editor/index.d.ts +50 -42
  159. package/es/components/field-editor/src/FieldEditor.vue.d.ts +50 -42
  160. package/es/components/field-editor/src/FieldEditor.vue2.js +5 -5
  161. package/es/components/field-set/index.d.ts +13 -13
  162. package/es/components/field-set/src/FieldColor.vue.d.ts +215 -153
  163. package/es/components/field-set/src/FieldColor.vue2.js +10 -9
  164. package/es/components/field-set/src/FieldFilter.vue.d.ts +76 -50
  165. package/es/components/field-set/src/FieldFilter.vue2.js +12 -11
  166. package/es/components/field-set/src/FieldSet.vue.d.ts +77 -63
  167. package/es/components/field-set/src/FieldSet.vue2.js +35 -34
  168. package/es/components/field-set/src/Index.vue.d.ts +13 -13
  169. package/es/components/field-set/src/Index.vue2.js +16 -13
  170. package/es/components/field-set/src/TableStyle.vue.d.ts +21 -13
  171. package/es/components/field-set/src/TableStyle.vue2.js +25 -25
  172. package/es/components/field-set/src/components/condition.vue.d.ts +47 -32
  173. package/es/components/field-set/src/components/condition.vue2.js +16 -19
  174. package/es/components/field-set/src/components/edit-dialog.vue.d.ts +149 -102
  175. package/es/components/field-set/src/components/edit-dialog.vue2.js +4 -3
  176. package/es/components/field-set/src/components/edit-filter.vue.d.ts +67 -43
  177. package/es/components/field-set/src/components/edit-filter.vue2.js +2 -1
  178. package/es/components/field-set/src/components/table-row.vue.d.ts +32 -32
  179. package/es/components/field-set/src/components/table-row.vue2.js +28 -26
  180. package/es/components/form-config/index.d.ts +1408 -426
  181. package/es/components/form-config/src/FormConfig.vue.d.ts +1408 -426
  182. package/es/components/form-config/src/FormConfig.vue2.js +13 -12
  183. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +58 -50
  184. package/es/components/form-config/src/components/FormConfigCreator.vue2.js +2 -1
  185. package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +9 -9
  186. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +1105 -203
  187. package/es/components/form-config/src/components/FormConfigEdit.vue2.js +3 -3
  188. package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +119 -81
  189. package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +41 -41
  190. package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +4 -4
  191. package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +11 -11
  192. package/es/components/form-config/src/components/renderer/CloseButton.vue2.js +1 -1
  193. package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +29 -29
  194. package/es/components/form-config/src/components/renderer/ComplexNode.vue2.js +4 -5
  195. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +21 -21
  196. package/es/components/form-config/src/components/renderer/DefaultNode.vue2.js +5 -5
  197. package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +1 -1
  198. package/es/components/form-render/index.d.ts +48 -40
  199. package/es/components/form-render/src/FormRender.vue.d.ts +45 -37
  200. package/es/components/form-render/src/FormRender.vue2.js +6 -5
  201. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +48 -40
  202. package/es/components/form-render/src/FormRenderWrapper.vue2.js +2 -2
  203. package/es/components/form-render/src/components/renderer/combination/combination.d.ts +6 -6
  204. package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.d.ts +4 -4
  205. package/es/components/form-render/src/components/renderer/combination/jsonCombination.d.ts +6 -6
  206. package/es/components/form-render/src/components/renderer/combination/tableCombination.d.ts +6 -6
  207. package/es/components/form-render/src/components/renderer/complex.d.ts +4 -4
  208. package/es/components/form-render/src/components/renderer/date.d.ts +7 -9
  209. package/es/components/form-render/src/components/renderer/formItem.d.ts +5 -5
  210. package/es/components/form-render/src/components/renderer/formItem.js +6 -1
  211. package/es/components/form-render/src/components/renderer/input.d.ts +5 -5
  212. package/es/components/form-render/src/components/renderer/inputNumber.d.ts +7 -7
  213. package/es/components/form-render/src/components/renderer/levelSearchCascader/index.d.ts +5 -5
  214. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +31 -31
  215. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue2.js +6 -6
  216. package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +31 -31
  217. package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +18 -18
  218. package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +5 -5
  219. package/es/components/form-render/src/components/renderer/searchCascade.d.ts +5 -5
  220. package/es/components/form-render/src/components/renderer/select.d.ts +5 -5
  221. package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +2 -2
  222. package/es/components/form-render/src/components/renderer/slider.d.ts +4 -4
  223. package/es/components/form-render/src/components/renderer/switch.d.ts +5 -5
  224. package/es/components/form-render/src/components/renderer/text.d.ts +3 -3
  225. package/es/components/form-render/src/components/renderer/textarea.d.ts +5 -5
  226. package/es/components/form-render/src/components/renderer/time.d.ts +3 -3
  227. package/es/components/form-render/src/components/tooltipMessage.vue.d.ts +9 -9
  228. package/es/components/form-render/src/components/tooltipMessage.vue2.js +1 -1
  229. package/es/components/form-render/src/hooks/useAnchor.d.ts +9 -1
  230. package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -1
  231. package/es/components/form-render/src/hooks/useComplexOptions.d.ts +3 -3
  232. package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +6 -6
  233. package/es/components/form-render/src/hooks/useFormField.d.ts +1 -1
  234. package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +12 -12
  235. package/es/components/form-render/src/types/fieldItem.d.ts +1 -0
  236. package/es/components/form-render/src/utils/index.d.ts +3 -3
  237. package/es/components/grid/index.d.ts +1 -1
  238. package/es/components/grid/src/Grid.d.ts +1 -1
  239. package/es/components/guide/src/renderer.d.ts +5 -5
  240. package/es/components/iho-chat/index.d.ts +834 -760
  241. package/es/components/iho-chat/src/Index.vue.d.ts +834 -760
  242. package/es/components/iho-chat/src/Index.vue2.js +4 -3
  243. package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +42 -42
  244. package/es/components/iho-chat/src/components/ChatAdd.vue2.js +51 -51
  245. package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +122 -88
  246. package/es/components/iho-chat/src/components/ChatFile.vue2.js +7 -7
  247. package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +66 -64
  248. package/es/components/iho-chat/src/components/ChatFooter.vue2.js +101 -103
  249. package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +306 -272
  250. package/es/components/iho-chat/src/components/ChatHeader.vue2.js +13 -13
  251. package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +191 -177
  252. package/es/components/iho-chat/src/components/ChatMain.vue2.js +6 -6
  253. package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +61 -61
  254. package/es/components/iho-chat/src/components/ChatRecord.vue2.js +71 -77
  255. package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +34 -34
  256. package/es/components/iho-chat/src/components/ChatSearch.vue2.js +42 -45
  257. package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +65 -65
  258. package/es/components/iho-chat/src/components/ChatSet.vue2.js +128 -138
  259. package/es/components/iho-chat/src/components/ContextMenu.d.ts +5 -5
  260. package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +40 -22
  261. package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +20 -21
  262. package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +9 -9
  263. package/es/components/iho-chat/src/components/MessageEvent.vue2.js +11 -13
  264. package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +32 -32
  265. package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +2 -2
  266. package/es/components/iho-chat/src/components/MessageTemplate.vue.d.ts +18 -22
  267. package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +34 -36
  268. package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +82 -64
  269. package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +84 -90
  270. package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +13 -13
  271. package/es/components/iho-chat/src/components/PersonProfile.vue2.js +3 -3
  272. package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +15 -15
  273. package/es/components/iho-chat/src/components/SelectLabel.vue2.js +3 -2
  274. package/es/components/iho-chat/src/components/SiderList.vue.d.ts +69 -63
  275. package/es/components/iho-chat/src/components/SiderList.vue2.js +2 -2
  276. package/es/components/iho-chat/src/components/Video.vue.d.ts +13 -13
  277. package/es/components/iho-chat/src/components/Video.vue2.js +36 -40
  278. package/es/components/iho-chat/src/components/userItemRender.d.ts +5 -5
  279. package/es/components/iho-chat/src/hooks/useData.d.ts +6 -6
  280. package/es/components/iho-chat/src/hooks/useDraggable.d.ts +8 -2
  281. package/es/components/iho-chat/src/hooks/useSearchPatientList.d.ts +1 -1
  282. package/es/components/iho-chat/src/hooks/useSearchUserList.d.ts +1 -1
  283. package/es/components/iho-chat/src/hooks/useVideo.d.ts +11 -6
  284. package/es/components/iho-chat/src/utils/index.d.ts +1 -1
  285. package/es/components/iho-table/index.d.ts +3102 -1550
  286. package/es/components/iho-table/src/IhoTable.vue.d.ts +3103 -1551
  287. package/es/components/iho-table/src/IhoTable.vue2.js +9 -8
  288. package/es/components/iho-table/src/constants/index.d.ts +2 -2
  289. package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +2 -2
  290. package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +1 -1
  291. package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
  292. package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +1 -1
  293. package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +1 -1
  294. package/es/components/iho-table/src/hooks/useTableContext.d.ts +3 -3
  295. package/es/components/iho-table/src/plugins/anchorPlugin/tableAnchor.d.ts +1 -1
  296. package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +6 -2
  297. package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue.d.ts +477 -207
  298. package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +17 -16
  299. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +21 -21
  300. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue2.js +1 -1
  301. package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue.d.ts +21 -21
  302. package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue2.js +19 -16
  303. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +31 -31
  304. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +32 -29
  305. package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue.d.ts +11 -11
  306. package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +5 -5
  307. package/es/components/iho-table/src/plugins/headerPlugin/index.js +5 -9
  308. package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue.d.ts +8 -8
  309. package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue2.js +1 -1
  310. package/es/components/iho-table/src/plugins/pagerScrollPlugin/utils.d.ts +9 -9
  311. package/es/components/iho-table/src/plugins/pluginHooks/useFilter.d.ts +2 -2
  312. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +26 -26
  313. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +7 -6
  314. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +1 -1
  315. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +50 -47
  316. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue2.js +2 -1
  317. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +6 -6
  318. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +15 -13
  319. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue2.js +4 -4
  320. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +39 -39
  321. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +8 -7
  322. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.d.ts +1 -1
  323. package/es/components/iho-table/src/types/index.d.ts +1 -0
  324. package/es/components/iho-table/src/utils/index.d.ts +2 -2
  325. package/es/components/iho-table/src/utils/separateMap.d.ts +14 -1
  326. package/es/components/info-header/index.d.ts +195 -355
  327. package/es/components/info-header/src/InfoHeader.vue.d.ts +195 -355
  328. package/es/components/info-header/src/InfoHeader.vue2.js +6 -5
  329. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +37 -46
  330. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +23 -23
  331. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +44 -63
  332. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue2.js +11 -11
  333. package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.d.ts +15 -15
  334. package/es/components/info-header/src/components/infoDescription/HiddenContent.vue2.js +4 -4
  335. package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.d.ts +7 -7
  336. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +109 -129
  337. package/es/components/info-header/src/components/infoDescription/index.vue2.js +9 -9
  338. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +65 -68
  339. package/es/components/info-header/src/components/patientInfo/index.vue2.js +16 -14
  340. package/es/components/keyboard/index.d.ts +77 -65
  341. package/es/components/keyboard/src/Keyboard.vue.d.ts +77 -65
  342. package/es/components/keyboard/src/Keyboard.vue2.js +23 -23
  343. package/es/components/keyboard/src/components/InputNumber.vue.d.ts +16 -16
  344. package/es/components/keyboard/src/components/InputNumber.vue2.js +4 -3
  345. package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +46 -40
  346. package/es/components/keyboard/src/components/NumberPanel.vue2.js +12 -12
  347. package/es/components/map/index.d.ts +12 -12
  348. package/es/components/map/src/Map.vue.d.ts +12 -12
  349. package/es/components/map/src/Map.vue2.js +12 -12
  350. package/es/components/picture-clipper/index.d.ts +11 -11
  351. package/es/components/picture-clipper/src/PictureClipper.vue.d.ts +11 -11
  352. package/es/components/picture-clipper/src/PictureClipper.vue2.js +9 -8
  353. package/es/components/quick-search/index.d.ts +73 -32
  354. package/es/components/quick-search/src/index.vue.d.ts +73 -32
  355. package/es/components/quick-search/src/index.vue2.js +17 -17
  356. package/es/components/recommend-search/index.d.ts +79 -79
  357. package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +79 -79
  358. package/es/components/recommend-search/src/RecommendSearch.vue2.js +6 -5
  359. package/es/components/recommend-search/src/components/BaseSearch.d.ts +7 -7
  360. package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +34 -34
  361. package/es/components/recommend-search/src/components/RecommendInput.vue2.js +27 -28
  362. package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +9 -9
  363. package/es/components/recommend-search/src/components/RecommendMenu.vue2.js +8 -8
  364. package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +29 -29
  365. package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +15 -15
  366. package/es/components/scale-view/index.d.ts +107 -87
  367. package/es/components/scale-view/src/ScaleView.vue.d.ts +66 -63
  368. package/es/components/scale-view/src/ScaleView.vue2.js +18 -16
  369. package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +7 -7
  370. package/es/components/scale-view/src/components/AnswerParse.vue2.js +36 -36
  371. package/es/components/scale-view/src/components/DescribeContent.vue.d.ts +7 -7
  372. package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +12 -12
  373. package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +44 -44
  374. package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -10
  375. package/es/components/scale-view/src/components/EvaluatePage.vue2.js +27 -26
  376. package/es/components/scale-view/src/components/LoadingCom.vue.js +1 -3
  377. package/es/components/scale-view/src/components/NoData.vue.d.ts +7 -7
  378. package/es/components/scale-view/src/components/NoData.vue2.js +4 -4
  379. package/es/components/scale-view/src/components/ScaleScore.d.ts +5 -5
  380. package/es/components/scale-view/src/components/formitem/r-address.d.ts +9 -6
  381. package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +10 -6
  382. package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +11 -6
  383. package/es/components/scale-view/src/components/formitem/r-collection.d.ts +8 -5
  384. package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +9 -6
  385. package/es/components/scale-view/src/components/formitem/r-input.d.ts +8 -6
  386. package/es/components/scale-view/src/components/formitem/r-map.d.ts +70 -6
  387. package/es/components/scale-view/src/components/formitem/r-radio.d.ts +11 -6
  388. package/es/components/scale-view/src/components/formitem/r-select.d.ts +10 -6
  389. package/es/components/scale-view/src/components/formitem/r-sign.d.ts +155 -6
  390. package/es/components/scale-view/src/components/formitem/r-upload.d.ts +11 -6
  391. package/es/components/scale-view/src/components/formitem/sign-com.d.ts +6 -6
  392. package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +9 -5
  393. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +9 -17
  394. package/es/components/search-cascader/index.d.ts +27 -27
  395. package/es/components/search-cascader/src/SearchCascader.vue.d.ts +27 -27
  396. package/es/components/search-cascader/src/SearchCascader.vue2.js +9 -8
  397. package/es/components/search-cascader/src/components/ClearIcon.vue.js +11 -13
  398. package/es/components/search-cascader/src/components/SearchMenu.d.ts +5 -5
  399. package/es/components/select-label/index.d.ts +119 -155
  400. package/es/components/select-label/src/LabelFormContent.vue.d.ts +26 -48
  401. package/es/components/select-label/src/LabelFormContent.vue2.js +38 -40
  402. package/es/components/select-label/src/SelectLabel.vue.d.ts +42 -64
  403. package/es/components/select-label/src/SelectLabel.vue2.js +26 -27
  404. package/es/components/select-label/src/components/label-classify.vue.d.ts +14 -24
  405. package/es/components/select-label/src/components/label-classify.vue2.js +41 -44
  406. package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +29 -21
  407. package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +28 -30
  408. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +45 -37
  409. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +14 -14
  410. package/es/components/select-label/src/ihoLabel/iho-label-classify.vue.d.ts +17 -9
  411. package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +24 -27
  412. package/es/components/select-label/src/index.vue.d.ts +93 -107
  413. package/es/components/select-label/src/index.vue2.js +2 -1
  414. package/es/components/select-person/index.d.ts +257 -190
  415. package/es/components/select-person/src/SelectPerson.vue.d.ts +124 -87
  416. package/es/components/select-person/src/SelectPerson.vue2.js +23 -19
  417. package/es/components/select-person/src/SelectPersonRole.vue.d.ts +80 -66
  418. package/es/components/select-person/src/SelectPersonRole.vue2.js +14 -14
  419. package/es/components/select-person/src/SelectPersonType.vue.d.ts +41 -31
  420. package/es/components/select-person/src/SelectPersonType.vue2.js +7 -7
  421. package/es/components/select-person/src/components/GroupItem.vue.d.ts +5 -5
  422. package/es/components/select-person/src/components/GroupItem.vue2.js +2 -1
  423. package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +39 -39
  424. package/es/components/select-person/src/components/SearchGroupList.vue2.js +4 -3
  425. package/es/components/select-person/src/components/SearchMultiple.vue.d.ts +17 -18
  426. package/es/components/select-person/src/components/SearchMultiple.vue2.js +3 -2
  427. package/es/components/select-person/src/components/SearchOrgAndStaff.vue.d.ts +19 -20
  428. package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +7 -6
  429. package/es/components/select-person/src/components/TagItem.vue.d.ts +11 -11
  430. package/es/components/select-person/src/components/TagItem.vue2.js +2 -1
  431. package/es/components/select-person/src/index.vue.d.ts +307 -240
  432. package/es/components/select-person/src/index.vue2.js +8 -7
  433. package/es/components/select-person/src/utils/index.d.ts +1 -1
  434. package/es/components/shortcut-provider/index.d.ts +9 -9
  435. package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +9 -9
  436. package/es/components/shortcut-provider/src/hooks/useShortcutSignature.d.ts +1 -1
  437. package/es/components/shortcut-setter/index.d.ts +288 -81
  438. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +288 -81
  439. package/es/components/shortcut-setter/src/ShortcutSetter.vue2.js +4 -3
  440. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +13 -23
  441. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue2.js +11 -10
  442. package/es/components/slider-tree/index.d.ts +22 -22
  443. package/es/components/slider-tree/src/index.vue.d.ts +22 -22
  444. package/es/components/slider-tree/src/index.vue2.js +6 -5
  445. package/es/components/step-notice/index.d.ts +58 -58
  446. package/es/components/step-notice/src/StepNotice.vue.d.ts +57 -57
  447. package/es/components/step-notice/src/StepNotice.vue2.js +6 -5
  448. package/es/components/step-notice/src/components/NoticeConnection.vue.d.ts +12 -12
  449. package/es/components/step-notice/src/components/NoticeConnection.vue2.js +3 -3
  450. package/es/components/step-notice/src/components/NoticeItem.vue.d.ts +40 -40
  451. package/es/components/step-notice/src/components/NoticeItem.vue2.js +4 -4
  452. package/es/components/step-notice/src/components/NoticeItemAside.vue.d.ts +9 -9
  453. package/es/components/step-notice/src/components/NoticeItemAside.vue2.js +3 -4
  454. package/es/components/step-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
  455. package/es/components/steps-wheel/index.d.ts +17 -17
  456. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +17 -17
  457. package/es/components/steps-wheel/src/StepsWheel.vue2.js +4 -4
  458. package/es/components/table-export-field/index.d.ts +82 -66
  459. package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +33 -27
  460. package/es/components/table-export-field/src/components/ExportModal.vue2.js +13 -12
  461. package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +23 -23
  462. package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +8 -7
  463. package/es/components/table-export-field/src/index.vue.d.ts +82 -66
  464. package/es/components/table-export-field/src/index.vue2.js +6 -5
  465. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +71 -71
  466. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +18 -17
  467. package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +25 -25
  468. package/es/components/table-filter/src/components/bi-filter/components/Date.vue2.js +7 -6
  469. package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.d.ts +11 -11
  470. package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue2.js +5 -4
  471. package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.d.ts +11 -11
  472. package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue2.js +5 -4
  473. package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +12 -12
  474. package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue2.js +7 -6
  475. package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +59 -59
  476. package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +94 -94
  477. package/es/components/table-filter/src/components/bi-filter/index.vue2.js +49 -54
  478. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +230 -224
  479. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +41 -40
  480. package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.d.ts +15 -15
  481. package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue2.js +10 -9
  482. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +44 -44
  483. package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +19 -18
  484. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +47 -47
  485. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +27 -26
  486. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue.d.ts +19 -13
  487. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +8 -7
  488. package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue.d.ts +11 -11
  489. package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue2.js +5 -4
  490. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue.d.ts +13 -13
  491. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +5 -5
  492. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +43 -43
  493. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +10 -9
  494. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +12 -12
  495. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue2.js +7 -6
  496. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +14 -14
  497. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +7 -6
  498. package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue.d.ts +14 -14
  499. package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue2.js +7 -6
  500. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +216 -210
  501. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +253 -247
  502. package/es/components/table-filter/src/components/classify-filter/index.vue2.js +40 -43
  503. package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +12 -12
  504. package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue2.js +3 -2
  505. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +39 -39
  506. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +10 -9
  507. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +27 -27
  508. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +2 -1
  509. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +10 -10
  510. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +2 -1
  511. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +39 -39
  512. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +14 -14
  513. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +27 -27
  514. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +2 -1
  515. package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue.d.ts +13 -13
  516. package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +11 -10
  517. package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue.d.ts +13 -13
  518. package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +5 -5
  519. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +18 -18
  520. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +22 -23
  521. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +14 -14
  522. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +7 -6
  523. package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +11 -11
  524. package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +5 -4
  525. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +49 -43
  526. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +10 -9
  527. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +24 -24
  528. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +10 -9
  529. package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue.d.ts +11 -11
  530. package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue2.js +7 -6
  531. package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue.d.ts +13 -13
  532. package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue2.js +6 -5
  533. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +285 -279
  534. package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +5 -5
  535. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +272 -266
  536. package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
  537. package/es/components/time-line/index.d.ts +11 -11
  538. package/es/components/time-line/src/TimeLine.vue.d.ts +11 -11
  539. package/es/components/time-picker/index.d.ts +19 -19
  540. package/es/components/time-picker/src/TimePicker.vue.d.ts +19 -19
  541. package/es/components/time-picker/src/TimePicker.vue2.js +6 -5
  542. package/es/components/tooth-bitmap/index.d.ts +14 -14
  543. package/es/components/tooth-bitmap/src/ToothBitmap.vue.d.ts +12 -12
  544. package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +12 -11
  545. package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +19 -22
  546. package/es/components/vertify/src/components/IdentityVerification.vue2.js +12 -11
  547. package/es/components/vod-chunk-upload/index.d.ts +248 -28
  548. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +18 -18
  549. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +39 -40
  550. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +248 -28
  551. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +63 -64
  552. package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +207 -5
  553. package/es/env.d.ts +25 -25
  554. package/es/shared/components/AbbrText/AbbrText.d.ts +8 -0
  555. package/es/shared/components/AbbrText/AbbrText.js +27 -0
  556. package/es/shared/components/AbbrText/index.d.ts +2 -0
  557. package/es/shared/components/AbbrText/index.js +2 -0
  558. package/es/shared/components/ArrowIcon/ArrowIcon.vue.js +6 -8
  559. package/es/shared/components/CancelRadio/CancelRadio.d.ts +6 -6
  560. package/es/shared/components/DateIcon/DateIcon.vue.js +11 -13
  561. package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +5 -5
  562. package/es/shared/components/JSONTree/JSONTree.vue.d.ts +8 -8
  563. package/es/shared/components/JSONTree/JSONTree.vue2.js +1 -1
  564. package/es/shared/components/SelectPage/SelectPage.vue.d.ts +10 -10
  565. package/es/shared/components/SelectPage/SelectPage.vue2.js +2 -2
  566. package/es/shared/components/SlotRender/SlotRender.d.ts +3 -3
  567. package/es/shared/components/SvgIcon/SvgIcon.vue.d.ts +6 -10
  568. package/es/shared/components/SvgIcon/SvgIcon.vue2.js +5 -5
  569. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +9 -17
  570. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue2.js +9 -9
  571. package/es/shared/components/no-data/NoData.vue.d.ts +7 -7
  572. package/es/shared/components/no-data/NoData.vue2.js +5 -5
  573. package/es/shared/components/player-vod/index.vue.d.ts +1 -1
  574. package/es/shared/components/player-vod/player.d.ts +4 -4
  575. package/es/shared/components/player-vod/video-list.d.ts +77 -4
  576. package/es/shared/components/player-vod/video-modal.d.ts +23 -5
  577. package/es/shared/hooks/selectHooks/useOptionFiltered.d.ts +2 -2
  578. package/es/shared/hooks/selectHooks/useSearchContent.d.ts +1 -1
  579. package/es/shared/hooks/selectHooks/useSelectRenders.d.ts +4 -4
  580. package/es/shared/hooks/useLevelSearchCascader.d.ts +7 -4
  581. package/es/shared/package.json.js +1 -1
  582. package/es/shared/utils/index.d.ts +1 -1
  583. package/package.json +2 -2
@@ -1,7 +1,7 @@
1
1
  import { SFCWithInstall } from '../../shared/types';
2
2
  export * from './src/types';
3
3
  export * from './src/hooks/useLocale';
4
- declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4
+ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
5
5
  maxHeight: {
6
6
  type: StringConstructor;
7
7
  };
@@ -83,7 +83,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
83
83
  "x-read-pretty"?: boolean | undefined;
84
84
  "x-compile-omitted"?: string[] | undefined;
85
85
  }>;
86
- components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
86
+ components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
87
87
  scope: import("../../shared/types").AnyObject;
88
88
  annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
89
89
  annotationShortcuts: (string | {
@@ -118,8 +118,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
118
118
  selectMode: boolean;
119
119
  selectedFields: string[];
120
120
  linebarWidth: string | number;
121
- linebarDirection: "horizontal" | "vertical";
122
- linebarTextDirection: "horizontal" | "vertical";
121
+ linebarDirection: "vertical" | "horizontal";
122
+ linebarTextDirection: "vertical" | "horizontal";
123
123
  autoWidth: number | boolean;
124
124
  feedbackType: "default" | "tooltip";
125
125
  fixMemoLeak: boolean;
@@ -132,8 +132,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
132
132
  type: import("vue").PropType<((payload: import("./src/types").FormConfigBeforeMovePayload) => boolean | void) | undefined>;
133
133
  };
134
134
  showLowCodeReactions: BooleanConstructor;
135
- }, {
136
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
135
+ }>, {
136
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
137
137
  maxHeight: {
138
138
  type: StringConstructor;
139
139
  };
@@ -215,7 +215,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
215
215
  "x-read-pretty"?: boolean | undefined;
216
216
  "x-compile-omitted"?: string[] | undefined;
217
217
  }>;
218
- components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
218
+ components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
219
219
  scope: import("../../shared/types").AnyObject;
220
220
  annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
221
221
  annotationShortcuts: (string | {
@@ -250,8 +250,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
250
250
  selectMode: boolean;
251
251
  selectedFields: string[];
252
252
  linebarWidth: string | number;
253
- linebarDirection: "horizontal" | "vertical";
254
- linebarTextDirection: "horizontal" | "vertical";
253
+ linebarDirection: "vertical" | "horizontal";
254
+ linebarTextDirection: "vertical" | "horizontal";
255
255
  autoWidth: number | boolean;
256
256
  feedbackType: "default" | "tooltip";
257
257
  fixMemoLeak: boolean;
@@ -264,16 +264,16 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
264
264
  type: import("vue").PropType<((payload: import("./src/types").FormConfigBeforeMovePayload) => boolean | void) | undefined>;
265
265
  };
266
266
  showLowCodeReactions: BooleanConstructor;
267
- }>> & {
267
+ }>> & Readonly<{
268
268
  onAddItem?: ((...args: any[]) => any) | undefined;
269
269
  onRemoveItem?: ((...args: any[]) => any) | undefined;
270
270
  onReactionsValidateFailure?: ((...args: any[]) => any) | undefined;
271
- }>>;
271
+ }> & {}>;
272
272
  emit: (event: "addItem" | "removeItem" | "reactionsValidateFailure", ...args: any[]) => void;
273
273
  uuid: string;
274
274
  cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
275
- fieldListRef: import("vue").Ref<import("./src/types").FormConfigItem[]>;
276
- materialListRef: import("vue").Ref<import("./src/types").FormConfigItem[]>;
275
+ fieldListRef: import("vue").Ref<import("./src/types").FormConfigItem[], import("./src/types").FormConfigItem[]>;
276
+ materialListRef: import("vue").Ref<import("./src/types").FormConfigItem[], import("./src/types").FormConfigItem[]>;
277
277
  lowCodeReactionsRef: import("vue").Ref<{
278
278
  conObj: {
279
279
  con: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
@@ -306,6 +306,38 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
306
306
  }[] | undefined;
307
307
  __oppositeBindField?: any | undefined;
308
308
  __oppositeTargetField?: any | undefined;
309
+ }[], import("../../shared/types").LowCodeTypes.reactionConfig[] | {
310
+ conObj: {
311
+ con: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
312
+ field_key: string;
313
+ value: unknown;
314
+ }[];
315
+ compareMap?: {
316
+ NULL?: ((v1: any, v2: any) => boolean) | undefined;
317
+ EQ?: ((v1: any, v2: any) => boolean) | undefined;
318
+ BIG?: ((v1: any, v2: any) => boolean) | undefined;
319
+ LESS?: ((v1: any, v2: any) => boolean) | undefined;
320
+ BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
321
+ LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
322
+ CL?: ((v1: any, v2: any) => boolean) | undefined;
323
+ NC?: ((v1: any, v2: any) => boolean) | undefined;
324
+ NEQ?: ((v1: any, v2: any) => boolean) | undefined;
325
+ NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
326
+ } | undefined;
327
+ isRestoreDefault?: boolean | undefined;
328
+ sqlExpression?: string | undefined;
329
+ showField?: string[] | undefined;
330
+ hideField?: string[] | undefined;
331
+ requiredField?: string[] | undefined;
332
+ notRequiredField?: string[] | undefined;
333
+ enabledField?: string[] | undefined;
334
+ disabledField?: string[] | undefined;
335
+ setValueField?: {
336
+ field?: string | undefined;
337
+ value?: unknown;
338
+ }[] | undefined;
339
+ __oppositeBindField?: any | undefined;
340
+ __oppositeTargetField?: any | undefined;
309
341
  }[]>;
310
342
  getSortOption: () => {
311
343
  move: ({ to, from, dragged }: import("sortablejs").MoveEvent) => false | undefined;
@@ -319,19 +351,21 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
319
351
  };
320
352
  addItem: (formConfigItem: import("./src/types").FormConfigItem) => void;
321
353
  parsedTextFormatter: import("./src/types").FormConfigTextFormatter;
322
- currentEditField: import("vue").Ref<import("./src/types").FormConfigItem | undefined>;
354
+ currentEditField: import("vue").Ref<import("./src/types").FormConfigItem | undefined, import("./src/types").FormConfigItem | undefined>;
323
355
  formConfigEditRef: import("vue").Ref<{
324
356
  validate: import("../../shared/types").AnyFn;
357
+ } | undefined, {
358
+ validate: import("../../shared/types").AnyFn;
325
359
  } | undefined>;
326
360
  transform: (fieldList: import("./src/types").FormConfigItem[]) => import("./src/types").FormConfigItem[];
327
361
  inverseTransform: (fieldList: import("./src/types").FormConfigItem[], withOriginalSetting: boolean, otherConfig?: Partial<import("./src/types").FormConfigItem> | undefined) => import("./src/types").FormConfigItem[];
328
- extraValueRef: import("vue").WritableComputedRef<any>;
329
- _extraOptions: import("vue").Ref<import("./src/types").FormConfigItem[]>;
362
+ extraValueRef: import("vue").WritableComputedRef<any, any>;
363
+ _extraOptions: import("vue").Ref<import("./src/types").FormConfigItem[], import("./src/types").FormConfigItem[]>;
330
364
  extraOptions: import("vue").ComputedRef<import("./src/types").FormConfigItem[]>;
331
365
  onFocus: () => Promise<void>;
332
- useVersion: typeof import("../../shared/hooks").useVersion;
333
- useFormConfigLocale: typeof import("./src/hooks/useLocale").useFormConfigLocale;
334
- Draggable: import("vue").DefineComponent<{
366
+ readonly useVersion: typeof import("../../shared/hooks").useVersion;
367
+ readonly useFormConfigLocale: typeof import("./src/hooks/useLocale").useFormConfigLocale;
368
+ readonly Draggable: import("vue").DefineComponent<{
335
369
  list: {
336
370
  type: ArrayConstructor;
337
371
  required: boolean;
@@ -403,29 +437,29 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
403
437
  list: unknown[];
404
438
  modelValue: unknown[];
405
439
  componentData: Record<string, any>;
406
- }>;
440
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
407
441
  FormConfigCreator: import("vue").DefineComponent<{}, {
408
442
  linebarField: import("..").FieldItem[];
409
- linebarFormRef: import("vue").Ref<import("..").FormRenderExpose | undefined>;
410
- lineBreakFormRef: import("vue").Ref<import("..").FormRenderExpose | undefined>;
443
+ linebarFormRef: import("vue").Ref<import("..").FormRenderExpose | undefined, import("..").FormRenderExpose | undefined>;
444
+ lineBreakFormRef: import("vue").Ref<import("..").FormRenderExpose | undefined, import("..").FormRenderExpose | undefined>;
411
445
  initialData: Partial<import("./src/types").FormConfigItem>;
412
446
  emit: (event: "submit", payload: import("./src/types").FormConfigItem) => void;
413
447
  submit: (type: string, props?: import("../../shared/types").AnyObject | undefined, formRef?: import("..").FormRenderExpose | undefined) => Promise<void>;
414
- pick: {
448
+ readonly pick: {
415
449
  <T extends object, U extends keyof T>(object: T, ...props: import("lodash").Many<U>[]): Pick<T, U>;
416
450
  <T_1>(object: T_1 | null | undefined, ...props: import("lodash").Many<import("lodash").PropertyPath>[]): Partial<T_1>;
417
451
  };
418
- NButton: any;
419
- NButtonGroup: any;
420
- NPopconfirm: any;
421
- useFormConfigLocale: typeof import("./src/hooks/useLocale").useFormConfigLocale;
422
- CFormRender: SFCWithInstall<import("vue").DefineComponent<{}, {
423
- formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined>;
424
- key: import("vue").Ref<number>;
452
+ readonly NButton: any;
453
+ readonly NButtonGroup: any;
454
+ readonly NPopconfirm: any;
455
+ readonly useFormConfigLocale: typeof import("./src/hooks/useLocale").useFormConfigLocale;
456
+ readonly CFormRender: SFCWithInstall<import("vue").DefineComponent<{}, {
457
+ formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined, import("..").FormRenderExpose | undefined>;
458
+ key: import("vue").Ref<number, number>;
425
459
  reload: () => Promise<void>;
426
460
  formRenderExposeKeyList: readonly ["validate", "getFormValues", "setFormValues", "setFieldState", "resetFields", "queryWidget", "getFieldList", "applySelectedSetting", "getTextFormValues", "optionInited", "updateAnchor"];
427
461
  exposed: Partial<import("..").FormRenderExpose>;
428
- FormRender: import("vue").DefineComponent<{
462
+ FormRender: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
429
463
  fieldList: {
430
464
  type: import("vue").PropType<import("..").FieldItem[]>;
431
465
  };
@@ -519,7 +553,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
519
553
  }>>;
520
554
  };
521
555
  components: {
522
- type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
556
+ type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
523
557
  default: () => {};
524
558
  };
525
559
  scope: {
@@ -604,11 +638,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
604
638
  type: import("vue").PropType<string[]>;
605
639
  };
606
640
  linebarDirection: {
607
- type: import("vue").PropType<"horizontal" | "vertical">;
641
+ type: import("vue").PropType<"vertical" | "horizontal">;
608
642
  default: string;
609
643
  };
610
644
  linebarTextDirection: {
611
- type: import("vue").PropType<"horizontal" | "vertical">;
645
+ type: import("vue").PropType<"vertical" | "horizontal">;
612
646
  default: string;
613
647
  };
614
648
  linebarWidth: {
@@ -633,8 +667,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
633
667
  lazyRender: BooleanConstructor;
634
668
  linebreaksToTitle: BooleanConstructor;
635
669
  dialogFn: {};
636
- }, {
637
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
670
+ }>, {
671
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
638
672
  fieldList: {
639
673
  type: import("vue").PropType<import("..").FieldItem[]>;
640
674
  };
@@ -728,7 +762,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
728
762
  }>>;
729
763
  };
730
764
  components: {
731
- type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
765
+ type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
732
766
  default: () => {};
733
767
  };
734
768
  scope: {
@@ -813,11 +847,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
813
847
  type: import("vue").PropType<string[]>;
814
848
  };
815
849
  linebarDirection: {
816
- type: import("vue").PropType<"horizontal" | "vertical">;
850
+ type: import("vue").PropType<"vertical" | "horizontal">;
817
851
  default: string;
818
852
  };
819
853
  linebarTextDirection: {
820
- type: import("vue").PropType<"horizontal" | "vertical">;
854
+ type: import("vue").PropType<"vertical" | "horizontal">;
821
855
  default: string;
822
856
  };
823
857
  linebarWidth: {
@@ -842,19 +876,19 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
842
876
  lazyRender: BooleanConstructor;
843
877
  linebreaksToTitle: BooleanConstructor;
844
878
  dialogFn: {};
845
- }>> & {
879
+ }>> & Readonly<{
846
880
  onFormChange?: ((...args: any[]) => any) | undefined;
847
881
  onScroll?: ((...args: any[]) => any) | undefined;
848
882
  onAnnotationChange?: ((...args: any[]) => any) | undefined;
849
883
  "onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
850
884
  onLinebarChange?: ((...args: any[]) => any) | undefined;
851
885
  onReady?: ((...args: any[]) => any) | undefined;
852
- }>>;
886
+ }> & {}>;
853
887
  emit: (event: "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", ...args: any[]) => void;
854
888
  cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
855
889
  nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
856
- formRenderRef: import("vue").Ref<HTMLElement | undefined>;
857
- formWidth: import("vue").Ref<number>;
890
+ formRenderRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
891
+ formWidth: import("vue").Ref<number, number>;
858
892
  formHeight: import("vue").ComputedRef<string>;
859
893
  SchemaField: import("vue").DefineComponent<import("@formily/vue").ISchemaFieldProps>;
860
894
  businessCollector: import("..").BusinessCollector;
@@ -867,13 +901,21 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
867
901
  formUUID: string;
868
902
  anchorBarRef: import("vue").Ref<{
869
903
  syncBarPosition: import("../../shared/types").AnyFn;
904
+ } | undefined, {
905
+ syncBarPosition: import("../../shared/types").AnyFn;
870
906
  } | undefined>;
871
- currentAnchor: import("vue").WritableComputedRef<string>;
907
+ currentAnchor: import("vue").WritableComputedRef<string, string>;
872
908
  updateAnchorList: (field: import("@formily/core").GeneralField) => void;
873
909
  anchorIdList: import("vue").Ref<{
874
910
  name: string;
875
911
  title: string;
876
912
  index: number;
913
+ }[], (Record<"name" | "title", string> & {
914
+ index: number;
915
+ })[] | {
916
+ name: string;
917
+ title: string;
918
+ index: number;
877
919
  }[]>;
878
920
  onScroll: (scrollEvent: Event) => void;
879
921
  generateAnchorList: (formModel: import("@formily/core").Form<any>) => Promise<void>;
@@ -900,7 +942,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
900
942
  setGraph: (field: import("@formily/core").GeneralField) => void;
901
943
  removeGraph: (field: import("@formily/core").GeneralField) => void;
902
944
  lowCodeEventTrigger: (field: import("@formily/core").GeneralField) => void;
903
- emitFormChange: import("vue").Ref<boolean>;
945
+ emitFormChange: import("vue").Ref<boolean, boolean>;
904
946
  formModel: import("@formily/core").Form<{
905
947
  [x: string]: any;
906
948
  }>;
@@ -977,7 +1019,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
977
1019
  "x-read-pretty"?: boolean | undefined;
978
1020
  "x-compile-omitted"?: string[] | undefined;
979
1021
  }>;
980
- components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
1022
+ components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
981
1023
  scope: import("../../shared/types").AnyObject;
982
1024
  annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
983
1025
  annotationShortcuts: (string | {
@@ -1012,8 +1054,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1012
1054
  selectMode: boolean;
1013
1055
  selectedFields: string[];
1014
1056
  linebarWidth: string | number;
1015
- linebarDirection: "horizontal" | "vertical";
1016
- linebarTextDirection: "horizontal" | "vertical";
1057
+ linebarDirection: "vertical" | "horizontal";
1058
+ linebarTextDirection: "vertical" | "horizontal";
1017
1059
  autoWidth: number | boolean;
1018
1060
  feedbackType: "default" | "tooltip";
1019
1061
  fixMemoLeak: boolean;
@@ -1196,16 +1238,16 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1196
1238
  onKeydown: (event: KeyboardEvent) => Promise<void>;
1197
1239
  clearSpan: (uuid: string) => void;
1198
1240
  exposeEvent: Omit<import("..").FormRenderExpose, "updateAnchor" | "getFieldList" | "optionInited" | "formModel" | "reload">;
1199
- useVersion: typeof import("../../shared/hooks").useVersion;
1200
- FormConsumer: import("vue").DefineComponent<{}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1201
- FormProvider: import("vue").DefineComponent<Record<"form", any>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Record<"form", any>>>, {
1241
+ readonly useVersion: typeof import("../../shared/hooks").useVersion;
1242
+ readonly FormConsumer: import("vue").DefineComponent<{}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1243
+ readonly FormProvider: import("vue").DefineComponent<Record<"form", any>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Record<"form", any>>>, {
1202
1244
  form: any;
1203
- }>;
1204
- NConfigProvider: any;
1205
- NForm: any;
1206
- NTabPane: any;
1207
- NTabs: any;
1208
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready")[], "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1245
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1246
+ readonly NConfigProvider: any;
1247
+ readonly NForm: any;
1248
+ readonly NTabPane: any;
1249
+ readonly NTabs: any;
1250
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready")[], "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1209
1251
  fieldList: {
1210
1252
  type: import("vue").PropType<import("..").FieldItem[]>;
1211
1253
  };
@@ -1299,7 +1341,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1299
1341
  }>>;
1300
1342
  };
1301
1343
  components: {
1302
- type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
1344
+ type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
1303
1345
  default: () => {};
1304
1346
  };
1305
1347
  scope: {
@@ -1384,11 +1426,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1384
1426
  type: import("vue").PropType<string[]>;
1385
1427
  };
1386
1428
  linebarDirection: {
1387
- type: import("vue").PropType<"horizontal" | "vertical">;
1429
+ type: import("vue").PropType<"vertical" | "horizontal">;
1388
1430
  default: string;
1389
1431
  };
1390
1432
  linebarTextDirection: {
1391
- type: import("vue").PropType<"horizontal" | "vertical">;
1433
+ type: import("vue").PropType<"vertical" | "horizontal">;
1392
1434
  default: string;
1393
1435
  };
1394
1436
  linebarWidth: {
@@ -1413,18 +1455,18 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1413
1455
  lazyRender: BooleanConstructor;
1414
1456
  linebreaksToTitle: BooleanConstructor;
1415
1457
  dialogFn: {};
1416
- }>> & {
1458
+ }>> & Readonly<{
1417
1459
  onFormChange?: ((...args: any[]) => any) | undefined;
1418
1460
  onScroll?: ((...args: any[]) => any) | undefined;
1419
1461
  onAnnotationChange?: ((...args: any[]) => any) | undefined;
1420
1462
  "onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
1421
1463
  onLinebarChange?: ((...args: any[]) => any) | undefined;
1422
1464
  onReady?: ((...args: any[]) => any) | undefined;
1423
- }, {
1465
+ }>, {
1466
+ maxHeight: string | number;
1424
1467
  anchor: boolean;
1425
1468
  column: number;
1426
- maxHeight: string | number;
1427
- components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
1469
+ components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
1428
1470
  initialData: import("../../shared/types").AnyObject;
1429
1471
  parallelism: number;
1430
1472
  scope: import("../../shared/types").AnyObject;
@@ -1440,8 +1482,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1440
1482
  wordSplitFilter: boolean;
1441
1483
  selectMode: boolean;
1442
1484
  linebarWidth: string | number;
1443
- linebarDirection: "horizontal" | "vertical";
1444
- linebarTextDirection: "horizontal" | "vertical";
1485
+ linebarDirection: "vertical" | "horizontal";
1486
+ linebarTextDirection: "vertical" | "horizontal";
1445
1487
  autoWidth: number | boolean;
1446
1488
  feedbackType: "default" | "tooltip";
1447
1489
  fixMemoLeak: boolean;
@@ -1450,14 +1492,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1450
1492
  nominalAge: boolean;
1451
1493
  operationalFormInit: boolean;
1452
1494
  incrementalRender: boolean;
1453
- }>;
1454
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
1495
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1496
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
1455
1497
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1456
1498
  submit: (payload: import("./src/types").FormConfigItem) => import("./src/types").FormConfigItem;
1457
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
1499
+ }, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
1458
1500
  onSubmit?: ((payload: import("./src/types").FormConfigItem) => any) | undefined;
1459
- }, {}>;
1460
- FormConfigDragDisplay: import("vue").DefineComponent<{
1501
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1502
+ FormConfigDragDisplay: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1461
1503
  formConfigItem: {
1462
1504
  type: import("vue").PropType<import("./src/types").FormConfigItem>;
1463
1505
  };
@@ -1465,13 +1507,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1465
1507
  type: import("vue").PropType<import("./src/types").FormConfigTextFormatter>;
1466
1508
  required: true;
1467
1509
  };
1468
- }, {
1510
+ }>, {
1469
1511
  globProps: import("../../shared/types").AnyObject | undefined;
1470
1512
  getItemColumnStyle: (formConfigItem?: import("./src/types").FormConfigItem | undefined) => {
1471
1513
  '--item-column': number;
1472
1514
  };
1473
- fieldList: import("vue").Ref<import("./src/types").FormConfigItem[]> | undefined;
1474
- materialList: import("vue").Ref<import("./src/types").FormConfigItem[]> | undefined;
1515
+ fieldList: import("vue").Ref<import("./src/types").FormConfigItem[], import("./src/types").FormConfigItem[]> | undefined;
1516
+ materialList: import("vue").Ref<import("./src/types").FormConfigItem[], import("./src/types").FormConfigItem[]> | undefined;
1475
1517
  getSortOption: (formConfigItem?: import("./src/types").FormConfigItem | undefined) => {
1476
1518
  move: ({ to, from, dragged }: import("sortablejs").MoveEvent) => false | undefined;
1477
1519
  onChoose: ({ target, item }: import("sortablejs").SortableEvent) => void;
@@ -1482,8 +1524,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1482
1524
  'item-key': string;
1483
1525
  group: string;
1484
1526
  };
1485
- getRenderer: (formConfigItem: import("./src/types").FormConfigItem) => import("vue").Component | import("vue").FunctionalComponent<{}, {}>;
1486
- Draggable: import("vue").DefineComponent<{
1527
+ getRenderer: (formConfigItem: import("./src/types").FormConfigItem) => import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>;
1528
+ readonly Draggable: import("vue").DefineComponent<{
1487
1529
  list: {
1488
1530
  type: ArrayConstructor;
1489
1531
  required: boolean;
@@ -1555,8 +1597,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1555
1597
  list: unknown[];
1556
1598
  modelValue: unknown[];
1557
1599
  componentData: Record<string, any>;
1558
- }>;
1559
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1600
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1601
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1560
1602
  formConfigItem: {
1561
1603
  type: import("vue").PropType<import("./src/types").FormConfigItem>;
1562
1604
  };
@@ -1564,8 +1606,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1564
1606
  type: import("vue").PropType<import("./src/types").FormConfigTextFormatter>;
1565
1607
  required: true;
1566
1608
  };
1567
- }>>, {}>;
1568
- FormConfigEdit: import("vue").DefineComponent<{
1609
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1610
+ FormConfigEdit: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1569
1611
  uuid: {
1570
1612
  type: StringConstructor;
1571
1613
  required: true;
@@ -1639,7 +1681,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1639
1681
  "x-read-pretty"?: boolean | undefined;
1640
1682
  "x-compile-omitted"?: string[] | undefined;
1641
1683
  }>;
1642
- components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
1684
+ components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
1643
1685
  scope: import("../../shared/types").AnyObject;
1644
1686
  annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
1645
1687
  annotationShortcuts: (string | {
@@ -1674,8 +1716,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1674
1716
  selectMode: boolean;
1675
1717
  selectedFields: string[];
1676
1718
  linebarWidth: string | number;
1677
- linebarDirection: "horizontal" | "vertical";
1678
- linebarTextDirection: "horizontal" | "vertical";
1719
+ linebarDirection: "vertical" | "horizontal";
1720
+ linebarTextDirection: "vertical" | "horizontal";
1679
1721
  autoWidth: number | boolean;
1680
1722
  feedbackType: "default" | "tooltip";
1681
1723
  fixMemoLeak: boolean;
@@ -1684,8 +1726,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1684
1726
  dialogFn: any;
1685
1727
  }>>>;
1686
1728
  };
1687
- }, {
1688
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1729
+ }>, {
1730
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1689
1731
  uuid: {
1690
1732
  type: StringConstructor;
1691
1733
  required: true;
@@ -1759,7 +1801,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1759
1801
  "x-read-pretty"?: boolean | undefined;
1760
1802
  "x-compile-omitted"?: string[] | undefined;
1761
1803
  }>;
1762
- components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
1804
+ components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
1763
1805
  scope: import("../../shared/types").AnyObject;
1764
1806
  annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
1765
1807
  annotationShortcuts: (string | {
@@ -1794,8 +1836,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1794
1836
  selectMode: boolean;
1795
1837
  selectedFields: string[];
1796
1838
  linebarWidth: string | number;
1797
- linebarDirection: "horizontal" | "vertical";
1798
- linebarTextDirection: "horizontal" | "vertical";
1839
+ linebarDirection: "vertical" | "horizontal";
1840
+ linebarTextDirection: "vertical" | "horizontal";
1799
1841
  autoWidth: number | boolean;
1800
1842
  feedbackType: "default" | "tooltip";
1801
1843
  fixMemoLeak: boolean;
@@ -1804,14 +1846,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1804
1846
  dialogFn: any;
1805
1847
  }>>>;
1806
1848
  };
1807
- }>> & {}>>;
1849
+ }>> & Readonly<{}> & {}>;
1808
1850
  wrapperSelector: import("vue").ComputedRef<string>;
1809
- formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined>;
1810
- currentActiveField: import("vue").Ref<import("../../shared/types").UndefinedAble<import("./src/types").FormConfigItem>>;
1851
+ formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined, import("..").FormRenderExpose | undefined>;
1852
+ currentActiveField: import("vue").Ref<import("../../shared/types").UndefinedAble<import("./src/types").FormConfigItem>, import("../../shared/types").UndefinedAble<import("./src/types").FormConfigItem>>;
1811
1853
  fieldList: import("vue").Ref<{
1812
1854
  [x: string]: any;
1813
1855
  val_key: string;
1814
- html_type: "LINEBAR" | ({} & string) | "INPUT" | "TEXTAREA" | "SELECT" | "LINE_BREAKS" | "INPUT_NUMBER" | "REMOTE_SEARCH" | "DATE" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "SEARCH" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "DIGITAL" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
1856
+ html_type: "LINEBAR" | "SELECT" | "DATE" | ({} & string) | "INPUT" | "SEARCH" | "REMOTE_SEARCH" | "DIGITAL" | "TEXTAREA" | "LINE_BREAKS" | "INPUT_NUMBER" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
1815
1857
  annotation?: boolean | undefined;
1816
1858
  val_key_unit?: string | undefined;
1817
1859
  is_edit?: import("..").FormCommonState | undefined;
@@ -1819,6 +1861,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1819
1861
  is_show?: import("..").FormCommonState | undefined;
1820
1862
  is_null?: import("..").FormCommonState | undefined;
1821
1863
  name?: string | undefined;
1864
+ nameAbbr?: string | undefined;
1822
1865
  alias?: string | undefined;
1823
1866
  default_val?: any;
1824
1867
  is_empty?: import("..").FormCommonState | undefined;
@@ -1826,7 +1869,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1826
1869
  placeholder?: string | undefined;
1827
1870
  validate?: {
1828
1871
  [x: string]: any;
1829
- obj_type?: ("password" | "sex" | "age" | "email" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
1872
+ obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
1830
1873
  vali_obj?: string | undefined;
1831
1874
  max_value?: string | number | undefined;
1832
1875
  min_value?: string | number | undefined;
@@ -1835,28 +1878,226 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1835
1878
  min_length?: string | number | undefined;
1836
1879
  max_length?: string | number | undefined;
1837
1880
  decimal_length?: string | number | undefined;
1838
- regular_expression?: string | {
1839
- exec: (string: string) => RegExpExecArray | null;
1840
- test: (string: string) => boolean;
1841
- readonly source: string;
1842
- readonly global: boolean;
1843
- readonly ignoreCase: boolean;
1844
- readonly multiline: boolean;
1845
- lastIndex: number;
1846
- compile: (pattern: string, flags?: string | undefined) => RegExp;
1847
- readonly flags: string;
1848
- readonly sticky: boolean;
1849
- readonly unicode: boolean;
1850
- readonly dotAll: boolean;
1851
- [Symbol.match]: (string: string) => RegExpMatchArray | null;
1852
- [Symbol.replace]: {
1853
- (string: string, replaceValue: string): string;
1854
- (string: string, replacer: (substring: string, ...args: any[]) => string): string;
1855
- };
1856
- [Symbol.search]: (string: string) => number;
1857
- [Symbol.split]: (string: string, limit?: number | undefined) => string[];
1858
- [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
1881
+ regular_expression?: string | RegExp | undefined;
1882
+ regular_error_tip?: string | undefined;
1883
+ message?: string | undefined;
1884
+ } | undefined;
1885
+ option?: {
1886
+ [x: string]: any;
1887
+ keyword?: string | undefined;
1888
+ disabled?: boolean | undefined;
1889
+ children?: any[] | undefined;
1890
+ childrenFields?: any[] | undefined;
1891
+ }[] | undefined;
1892
+ multi_select?: import("..").FormCommonState | undefined;
1893
+ multi_select_value?: string | number | undefined;
1894
+ wordbook?: {
1895
+ level_num?: number | undefined;
1896
+ id?: string | undefined;
1897
+ name?: string | undefined;
1898
+ render_key?: string[] | undefined;
1899
+ search_key?: string[] | undefined;
1900
+ value_key?: string | undefined;
1901
+ queryParams?: string[] | undefined;
1902
+ primary_key?: string | undefined;
1903
+ type?: string | undefined;
1904
+ level_key?: string | undefined;
1905
+ link_key?: string | undefined;
1906
+ link_key_split?: string | undefined;
1907
+ show_key?: string | string[] | undefined;
1908
+ conObj?: import("../../shared/types").AnyObject[] | undefined;
1909
+ conObjFirstLevel?: import("../../shared/types").AnyObject[] | undefined;
1910
+ setting?: {
1911
+ cascading?: {
1912
+ 'form.name': string;
1913
+ value: string;
1914
+ }[] | undefined;
1915
+ } | undefined;
1916
+ } | undefined;
1917
+ open?: {
1918
+ value?: any;
1919
+ describe?: string | undefined;
1920
+ } | undefined;
1921
+ close?: {
1922
+ value?: any;
1923
+ describe?: string | undefined;
1924
+ } | undefined;
1925
+ requiredReminderContent?: string | undefined;
1926
+ date_format?: string | undefined;
1927
+ step_length?: string | number | undefined;
1928
+ urlConfig?: {
1929
+ [x: string]: any;
1930
+ url: string;
1931
+ method?: import("../../shared/hooks").FormRequestDefine.RequestType | undefined;
1932
+ nameKey?: string | undefined;
1933
+ valueKey?: string | undefined;
1934
+ showKey?: string | undefined;
1935
+ searchKey?: string[] | undefined;
1936
+ params?: import("../../shared/types").AnyObject | undefined;
1937
+ dependKey?: string | Record<string, string> | (string | {
1938
+ paramName: string;
1939
+ paramValue?: string | undefined;
1940
+ required?: boolean | undefined;
1941
+ keepValue?: boolean | undefined;
1942
+ })[] | undefined;
1943
+ } | undefined;
1944
+ suffixConfig?: any | any[] | undefined;
1945
+ prefixConfig?: any | any[] | undefined;
1946
+ autograph?: string | undefined;
1947
+ defined_error_msg?: string | undefined;
1948
+ extendKey?: string | undefined;
1949
+ is_not_fold?: string | undefined;
1950
+ remark?: string | undefined;
1951
+ remarkTo?: string | HTMLElement | undefined;
1952
+ free_entry?: import("..").FormCommonState | undefined;
1953
+ save_free_entry?: import("..").FormCommonState | undefined;
1954
+ initialize_high?: number | undefined;
1955
+ bindEventSetting?: {
1956
+ [x: string]: unknown;
1957
+ event_type: import("../../shared/types").LowCodeTypes.EVENT_TYPE;
1958
+ event_field?: string | undefined;
1959
+ params?: {
1960
+ p_value?: string | undefined;
1961
+ p_name: string;
1962
+ p_select: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
1963
+ }[] | undefined;
1964
+ results?: {
1965
+ p_value: string;
1966
+ p_name: string;
1967
+ }[] | undefined;
1968
+ compareMap?: {
1969
+ NULL?: ((v1: any, v2: any) => boolean) | undefined;
1970
+ EQ?: ((v1: any, v2: any) => boolean) | undefined;
1971
+ BIG?: ((v1: any, v2: any) => boolean) | undefined;
1972
+ LESS?: ((v1: any, v2: any) => boolean) | undefined;
1973
+ BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
1974
+ LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
1975
+ CL?: ((v1: any, v2: any) => boolean) | undefined;
1976
+ NC?: ((v1: any, v2: any) => boolean) | undefined;
1977
+ NEQ?: ((v1: any, v2: any) => boolean) | undefined;
1978
+ NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
1979
+ } | undefined;
1980
+ }[] | undefined;
1981
+ show_mode?: import("../../shared/types").LowCodeTypes.showModeType | undefined;
1982
+ is_allow_check_mid?: import("..").FormCommonState | undefined;
1983
+ allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
1984
+ prefix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
1985
+ suffix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
1986
+ allowSlash?: string | boolean | undefined;
1987
+ allowModify?: import("..").FormCommonState | undefined;
1988
+ show_key?: string | undefined;
1989
+ whiteList?: string[] | undefined;
1990
+ bordered?: string | boolean | undefined;
1991
+ displayMode?: "form" | "table" | undefined;
1992
+ editor_title?: string | undefined;
1993
+ editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
1994
+ linebarWidth?: string | undefined;
1995
+ linebarDirection?: "vertical" | "horizontal" | undefined;
1996
+ linebarTextDirection?: "vertical" | "horizontal" | undefined;
1997
+ labelColor?: string | undefined;
1998
+ fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
1999
+ confirmBeforeValueChange?: boolean | undefined;
2000
+ confirmBeforeValueChangeProps?: {
2001
+ [x: string]: any;
2002
+ content: string | ((params: {
2003
+ fieldName: string;
2004
+ newValue: any;
2005
+ oldValue: any;
2006
+ }) => any);
2007
+ updateOriginValue: boolean;
2008
+ } | undefined;
2009
+ selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
2010
+ unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
2011
+ condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
2012
+ max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
2013
+ min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
2014
+ max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
2015
+ min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
2016
+ fieldTitleColor?: string | undefined;
2017
+ fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
2018
+ content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
2019
+ lazyRequest?: boolean | undefined;
2020
+ requestCache?: boolean | undefined;
2021
+ maxGroupNum?: number | undefined;
2022
+ minGroupNum?: number | undefined;
2023
+ jsonCombination?: boolean | undefined;
2024
+ combinationItemDeletable?: boolean | import("..").CombinationItemDeletableFn | undefined;
2025
+ children?: any[] | undefined;
2026
+ properties?: any[] | undefined;
2027
+ componentProps?: import("../../shared/types").AnyObject | undefined;
2028
+ decoratorProps?: import("../../shared/types").AnyObject | undefined;
2029
+ noDecorator?: {
2030
+ valueOf: () => boolean;
2031
+ } | undefined;
2032
+ display?: "flex" | "grid" | undefined;
2033
+ slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
2034
+ wrapperStyle?: Record<string, string | number> | undefined;
2035
+ childFieldStrategy?: "checked" | "all" | undefined;
2036
+ childWidthMode?: "outer" | "inner" | undefined;
2037
+ validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
2038
+ field: import("@formily/core").Field<any, any, any, any>;
2039
+ form: import("@formily/core").Form<any>;
2040
+ value: unknown;
2041
+ validator: import("../../shared/types").AnyFn;
2042
+ }) => string | void) | undefined;
2043
+ reactions?: {
2044
+ [x: string]: any;
2045
+ dependencies?: string[] | undefined;
2046
+ target?: string | undefined;
2047
+ effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
2048
+ when?: string | boolean | undefined;
2049
+ fulfill?: {
2050
+ state?: import("../../shared/types").AnyObject | undefined;
2051
+ run?: string | undefined;
2052
+ } | undefined;
2053
+ otherwise?: {
2054
+ state?: import("../../shared/types").AnyObject | undefined;
2055
+ run?: string | undefined;
2056
+ } | undefined;
2057
+ } | {
2058
+ [x: string]: any;
2059
+ dependencies?: string[] | undefined;
2060
+ target?: string | undefined;
2061
+ effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
2062
+ when?: string | boolean | undefined;
2063
+ fulfill?: {
2064
+ state?: import("../../shared/types").AnyObject | undefined;
2065
+ run?: string | undefined;
2066
+ } | undefined;
2067
+ otherwise?: {
2068
+ state?: import("../../shared/types").AnyObject | undefined;
2069
+ run?: string | undefined;
1859
2070
  } | undefined;
2071
+ }[] | undefined;
2072
+ }[], import("..").FieldItem[] | {
2073
+ [x: string]: any;
2074
+ val_key: string;
2075
+ html_type: "LINEBAR" | "SELECT" | "DATE" | ({} & string) | "INPUT" | "SEARCH" | "REMOTE_SEARCH" | "DIGITAL" | "TEXTAREA" | "LINE_BREAKS" | "INPUT_NUMBER" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
2076
+ annotation?: boolean | undefined;
2077
+ val_key_unit?: string | undefined;
2078
+ is_edit?: import("..").FormCommonState | undefined;
2079
+ elem_width?: string | number | undefined;
2080
+ is_show?: import("..").FormCommonState | undefined;
2081
+ is_null?: import("..").FormCommonState | undefined;
2082
+ name?: string | undefined;
2083
+ nameAbbr?: string | undefined;
2084
+ alias?: string | undefined;
2085
+ default_val?: any;
2086
+ is_empty?: import("..").FormCommonState | undefined;
2087
+ hide_title?: import("..").FormCommonState | undefined;
2088
+ placeholder?: string | undefined;
2089
+ validate?: {
2090
+ [x: string]: any;
2091
+ obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
2092
+ vali_obj?: string | undefined;
2093
+ max_value?: string | number | undefined;
2094
+ min_value?: string | number | undefined;
2095
+ min_date?: string | undefined;
2096
+ max_date?: string | undefined;
2097
+ min_length?: string | number | undefined;
2098
+ max_length?: string | number | undefined;
2099
+ decimal_length?: string | number | undefined;
2100
+ regular_expression?: string | RegExp | undefined;
1860
2101
  regular_error_tip?: string | undefined;
1861
2102
  message?: string | undefined;
1862
2103
  } | undefined;
@@ -1970,8 +2211,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1970
2211
  editor_title?: string | undefined;
1971
2212
  editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
1972
2213
  linebarWidth?: string | undefined;
1973
- linebarDirection?: "horizontal" | "vertical" | undefined;
1974
- linebarTextDirection?: "horizontal" | "vertical" | undefined;
2214
+ linebarDirection?: "vertical" | "horizontal" | undefined;
2215
+ linebarTextDirection?: "vertical" | "horizontal" | undefined;
1975
2216
  labelColor?: string | undefined;
1976
2217
  fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
1977
2218
  confirmBeforeValueChange?: boolean | undefined;
@@ -1985,10 +2226,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1985
2226
  updateOriginValue: boolean;
1986
2227
  } | undefined;
1987
2228
  selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
1988
- unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
2229
+ unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
1989
2230
  condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
1990
- max_date_unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
1991
- min_date_unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
2231
+ max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
2232
+ min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
1992
2233
  max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
1993
2234
  min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
1994
2235
  fieldTitleColor?: string | undefined;
@@ -2011,7 +2252,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2011
2252
  slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
2012
2253
  wrapperStyle?: Record<string, string | number> | undefined;
2013
2254
  childFieldStrategy?: "checked" | "all" | undefined;
2014
- childWidthMode?: "inner" | "outer" | undefined;
2255
+ childWidthMode?: "outer" | "inner" | undefined;
2015
2256
  validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
2016
2257
  field: import("@formily/core").Field<any, any, any, any>;
2017
2258
  form: import("@formily/core").Form<any>;
@@ -2090,7 +2331,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2090
2331
  originalSetting?: {
2091
2332
  [x: string]: any;
2092
2333
  val_key: string;
2093
- html_type: "LINEBAR" | ({} & string) | "INPUT" | "TEXTAREA" | "SELECT" | "LINE_BREAKS" | "INPUT_NUMBER" | "REMOTE_SEARCH" | "DATE" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "SEARCH" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "DIGITAL" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
2334
+ html_type: "LINEBAR" | "SELECT" | "DATE" | ({} & string) | "INPUT" | "SEARCH" | "REMOTE_SEARCH" | "DIGITAL" | "TEXTAREA" | "LINE_BREAKS" | "INPUT_NUMBER" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
2094
2335
  annotation?: boolean | undefined;
2095
2336
  val_key_unit?: string | undefined;
2096
2337
  is_edit?: import("..").FormCommonState | undefined;
@@ -2098,6 +2339,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2098
2339
  is_show?: import("..").FormCommonState | undefined;
2099
2340
  is_null?: import("..").FormCommonState | undefined;
2100
2341
  name?: string | undefined;
2342
+ nameAbbr?: string | undefined;
2101
2343
  alias?: string | undefined;
2102
2344
  default_val?: any;
2103
2345
  is_empty?: import("..").FormCommonState | undefined;
@@ -2105,7 +2347,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2105
2347
  placeholder?: string | undefined;
2106
2348
  validate?: {
2107
2349
  [x: string]: any;
2108
- obj_type?: ("password" | "sex" | "age" | "email" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
2350
+ obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
2109
2351
  vali_obj?: string | undefined;
2110
2352
  max_value?: string | number | undefined;
2111
2353
  min_value?: string | number | undefined;
@@ -2114,28 +2356,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2114
2356
  min_length?: string | number | undefined;
2115
2357
  max_length?: string | number | undefined;
2116
2358
  decimal_length?: string | number | undefined;
2117
- regular_expression?: string | {
2118
- exec: (string: string) => RegExpExecArray | null;
2119
- test: (string: string) => boolean;
2120
- readonly source: string;
2121
- readonly global: boolean;
2122
- readonly ignoreCase: boolean;
2123
- readonly multiline: boolean;
2124
- lastIndex: number;
2125
- compile: (pattern: string, flags?: string | undefined) => RegExp;
2126
- readonly flags: string;
2127
- readonly sticky: boolean;
2128
- readonly unicode: boolean;
2129
- readonly dotAll: boolean;
2130
- [Symbol.match]: (string: string) => RegExpMatchArray | null;
2131
- [Symbol.replace]: {
2132
- (string: string, replaceValue: string): string;
2133
- (string: string, replacer: (substring: string, ...args: any[]) => string): string;
2134
- };
2135
- [Symbol.search]: (string: string) => number;
2136
- [Symbol.split]: (string: string, limit?: number | undefined) => string[];
2137
- [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
2138
- } | undefined;
2359
+ regular_expression?: string | RegExp | undefined;
2139
2360
  regular_error_tip?: string | undefined;
2140
2361
  message?: string | undefined;
2141
2362
  } | undefined;
@@ -2249,8 +2470,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2249
2470
  editor_title?: string | undefined;
2250
2471
  editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
2251
2472
  linebarWidth?: string | undefined;
2252
- linebarDirection?: "horizontal" | "vertical" | undefined;
2253
- linebarTextDirection?: "horizontal" | "vertical" | undefined;
2473
+ linebarDirection?: "vertical" | "horizontal" | undefined;
2474
+ linebarTextDirection?: "vertical" | "horizontal" | undefined;
2254
2475
  labelColor?: string | undefined;
2255
2476
  fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
2256
2477
  confirmBeforeValueChange?: boolean | undefined;
@@ -2264,10 +2485,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2264
2485
  updateOriginValue: boolean;
2265
2486
  } | undefined;
2266
2487
  selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
2267
- unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
2488
+ unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
2268
2489
  condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
2269
- max_date_unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
2270
- min_date_unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
2490
+ max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
2491
+ min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
2271
2492
  max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
2272
2493
  min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
2273
2494
  fieldTitleColor?: string | undefined;
@@ -2290,7 +2511,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2290
2511
  slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
2291
2512
  wrapperStyle?: Record<string, string | number> | undefined;
2292
2513
  childFieldStrategy?: "checked" | "all" | undefined;
2293
- childWidthMode?: "inner" | "outer" | undefined;
2514
+ childWidthMode?: "outer" | "inner" | undefined;
2294
2515
  validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
2295
2516
  field: import("@formily/core").Field<any, any, any, any>;
2296
2517
  form: import("@formily/core").Form<any>;
@@ -2326,40 +2547,839 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2326
2547
  run?: string | undefined;
2327
2548
  } | undefined;
2328
2549
  }[] | undefined;
2329
- } | undefined;
2330
- optionAliasList?: {
2331
- text: string;
2332
- value: string;
2550
+ } | undefined;
2551
+ optionAliasList?: {
2552
+ text: string;
2553
+ value: string;
2554
+ }[] | undefined;
2555
+ elementExtraSetting?: {
2556
+ allowPartial?: boolean | undefined;
2557
+ partialLevel?: number | undefined;
2558
+ maxLevel?: number | undefined;
2559
+ dateFormat?: string | undefined;
2560
+ defaultValue?: {
2561
+ condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
2562
+ unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
2563
+ value: string;
2564
+ } | undefined;
2565
+ minValue?: {
2566
+ condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
2567
+ unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
2568
+ value: string;
2569
+ } | undefined;
2570
+ maxValue?: {
2571
+ condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
2572
+ unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
2573
+ value: string;
2574
+ } | undefined;
2575
+ } | undefined;
2576
+ __new?: boolean | undefined;
2577
+ __isCombinationChild?: boolean | undefined;
2578
+ __extra?: boolean | undefined;
2579
+ }[] | undefined;
2580
+ originalSetting?: {
2581
+ [x: string]: any;
2582
+ val_key: string;
2583
+ html_type: "LINEBAR" | "SELECT" | "DATE" | ({} & string) | "INPUT" | "SEARCH" | "REMOTE_SEARCH" | "DIGITAL" | "TEXTAREA" | "LINE_BREAKS" | "INPUT_NUMBER" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
2584
+ annotation?: boolean | undefined;
2585
+ val_key_unit?: string | undefined;
2586
+ is_edit?: import("..").FormCommonState | undefined;
2587
+ elem_width?: string | number | undefined;
2588
+ is_show?: import("..").FormCommonState | undefined;
2589
+ is_null?: import("..").FormCommonState | undefined;
2590
+ name?: string | undefined;
2591
+ nameAbbr?: string | undefined;
2592
+ alias?: string | undefined;
2593
+ default_val?: any;
2594
+ is_empty?: import("..").FormCommonState | undefined;
2595
+ hide_title?: import("..").FormCommonState | undefined;
2596
+ placeholder?: string | undefined;
2597
+ validate?: {
2598
+ [x: string]: any;
2599
+ obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
2600
+ vali_obj?: string | undefined;
2601
+ max_value?: string | number | undefined;
2602
+ min_value?: string | number | undefined;
2603
+ min_date?: string | undefined;
2604
+ max_date?: string | undefined;
2605
+ min_length?: string | number | undefined;
2606
+ max_length?: string | number | undefined;
2607
+ decimal_length?: string | number | undefined;
2608
+ regular_expression?: string | RegExp | undefined;
2609
+ regular_error_tip?: string | undefined;
2610
+ message?: string | undefined;
2611
+ } | undefined;
2612
+ option?: {
2613
+ [x: string]: any;
2614
+ keyword?: string | undefined;
2615
+ disabled?: boolean | undefined;
2616
+ children?: any[] | undefined;
2617
+ childrenFields?: any[] | undefined;
2618
+ }[] | undefined;
2619
+ multi_select?: import("..").FormCommonState | undefined;
2620
+ multi_select_value?: string | number | undefined;
2621
+ wordbook?: {
2622
+ level_num?: number | undefined;
2623
+ id?: string | undefined;
2624
+ name?: string | undefined;
2625
+ render_key?: string[] | undefined;
2626
+ search_key?: string[] | undefined;
2627
+ value_key?: string | undefined;
2628
+ queryParams?: string[] | undefined;
2629
+ primary_key?: string | undefined;
2630
+ type?: string | undefined;
2631
+ level_key?: string | undefined;
2632
+ link_key?: string | undefined;
2633
+ link_key_split?: string | undefined;
2634
+ show_key?: string | string[] | undefined;
2635
+ conObj?: import("../../shared/types").AnyObject[] | undefined;
2636
+ conObjFirstLevel?: import("../../shared/types").AnyObject[] | undefined;
2637
+ setting?: {
2638
+ cascading?: {
2639
+ 'form.name': string;
2640
+ value: string;
2641
+ }[] | undefined;
2642
+ } | undefined;
2643
+ } | undefined;
2644
+ open?: {
2645
+ value?: any;
2646
+ describe?: string | undefined;
2647
+ } | undefined;
2648
+ close?: {
2649
+ value?: any;
2650
+ describe?: string | undefined;
2651
+ } | undefined;
2652
+ requiredReminderContent?: string | undefined;
2653
+ date_format?: string | undefined;
2654
+ step_length?: string | number | undefined;
2655
+ urlConfig?: {
2656
+ [x: string]: any;
2657
+ url: string;
2658
+ method?: import("../../shared/hooks").FormRequestDefine.RequestType | undefined;
2659
+ nameKey?: string | undefined;
2660
+ valueKey?: string | undefined;
2661
+ showKey?: string | undefined;
2662
+ searchKey?: string[] | undefined;
2663
+ params?: import("../../shared/types").AnyObject | undefined;
2664
+ dependKey?: string | Record<string, string> | (string | {
2665
+ paramName: string;
2666
+ paramValue?: string | undefined;
2667
+ required?: boolean | undefined;
2668
+ keepValue?: boolean | undefined;
2669
+ })[] | undefined;
2670
+ } | undefined;
2671
+ suffixConfig?: any | any[] | undefined;
2672
+ prefixConfig?: any | any[] | undefined;
2673
+ autograph?: string | undefined;
2674
+ defined_error_msg?: string | undefined;
2675
+ extendKey?: string | undefined;
2676
+ is_not_fold?: string | undefined;
2677
+ remark?: string | undefined;
2678
+ remarkTo?: string | HTMLElement | undefined;
2679
+ free_entry?: import("..").FormCommonState | undefined;
2680
+ save_free_entry?: import("..").FormCommonState | undefined;
2681
+ initialize_high?: number | undefined;
2682
+ bindEventSetting?: {
2683
+ [x: string]: unknown;
2684
+ event_type: import("../../shared/types").LowCodeTypes.EVENT_TYPE;
2685
+ event_field?: string | undefined;
2686
+ params?: {
2687
+ p_value?: string | undefined;
2688
+ p_name: string;
2689
+ p_select: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
2690
+ }[] | undefined;
2691
+ results?: {
2692
+ p_value: string;
2693
+ p_name: string;
2694
+ }[] | undefined;
2695
+ compareMap?: {
2696
+ NULL?: ((v1: any, v2: any) => boolean) | undefined;
2697
+ EQ?: ((v1: any, v2: any) => boolean) | undefined;
2698
+ BIG?: ((v1: any, v2: any) => boolean) | undefined;
2699
+ LESS?: ((v1: any, v2: any) => boolean) | undefined;
2700
+ BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
2701
+ LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
2702
+ CL?: ((v1: any, v2: any) => boolean) | undefined;
2703
+ NC?: ((v1: any, v2: any) => boolean) | undefined;
2704
+ NEQ?: ((v1: any, v2: any) => boolean) | undefined;
2705
+ NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
2706
+ } | undefined;
2707
+ }[] | undefined;
2708
+ show_mode?: import("../../shared/types").LowCodeTypes.showModeType | undefined;
2709
+ is_allow_check_mid?: import("..").FormCommonState | undefined;
2710
+ allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
2711
+ prefix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
2712
+ suffix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
2713
+ allowSlash?: string | boolean | undefined;
2714
+ allowModify?: import("..").FormCommonState | undefined;
2715
+ show_key?: string | undefined;
2716
+ whiteList?: string[] | undefined;
2717
+ bordered?: string | boolean | undefined;
2718
+ displayMode?: "form" | "table" | undefined;
2719
+ editor_title?: string | undefined;
2720
+ editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
2721
+ linebarWidth?: string | undefined;
2722
+ linebarDirection?: "vertical" | "horizontal" | undefined;
2723
+ linebarTextDirection?: "vertical" | "horizontal" | undefined;
2724
+ labelColor?: string | undefined;
2725
+ fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
2726
+ confirmBeforeValueChange?: boolean | undefined;
2727
+ confirmBeforeValueChangeProps?: {
2728
+ [x: string]: any;
2729
+ content: string | ((params: {
2730
+ fieldName: string;
2731
+ newValue: any;
2732
+ oldValue: any;
2733
+ }) => any);
2734
+ updateOriginValue: boolean;
2735
+ } | undefined;
2736
+ selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
2737
+ unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
2738
+ condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
2739
+ max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
2740
+ min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
2741
+ max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
2742
+ min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
2743
+ fieldTitleColor?: string | undefined;
2744
+ fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
2745
+ content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
2746
+ lazyRequest?: boolean | undefined;
2747
+ requestCache?: boolean | undefined;
2748
+ maxGroupNum?: number | undefined;
2749
+ minGroupNum?: number | undefined;
2750
+ jsonCombination?: boolean | undefined;
2751
+ combinationItemDeletable?: boolean | import("..").CombinationItemDeletableFn | undefined;
2752
+ children?: any[] | undefined;
2753
+ properties?: any[] | undefined;
2754
+ componentProps?: import("../../shared/types").AnyObject | undefined;
2755
+ decoratorProps?: import("../../shared/types").AnyObject | undefined;
2756
+ noDecorator?: {
2757
+ valueOf: () => boolean;
2758
+ } | undefined;
2759
+ display?: "flex" | "grid" | undefined;
2760
+ slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
2761
+ wrapperStyle?: Record<string, string | number> | undefined;
2762
+ childFieldStrategy?: "checked" | "all" | undefined;
2763
+ childWidthMode?: "outer" | "inner" | undefined;
2764
+ validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
2765
+ field: import("@formily/core").Field<any, any, any, any>;
2766
+ form: import("@formily/core").Form<any>;
2767
+ value: unknown;
2768
+ validator: import("../../shared/types").AnyFn;
2769
+ }) => string | void) | undefined;
2770
+ reactions?: {
2771
+ [x: string]: any;
2772
+ dependencies?: string[] | undefined;
2773
+ target?: string | undefined;
2774
+ effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
2775
+ when?: string | boolean | undefined;
2776
+ fulfill?: {
2777
+ state?: import("../../shared/types").AnyObject | undefined;
2778
+ run?: string | undefined;
2779
+ } | undefined;
2780
+ otherwise?: {
2781
+ state?: import("../../shared/types").AnyObject | undefined;
2782
+ run?: string | undefined;
2783
+ } | undefined;
2784
+ } | {
2785
+ [x: string]: any;
2786
+ dependencies?: string[] | undefined;
2787
+ target?: string | undefined;
2788
+ effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
2789
+ when?: string | boolean | undefined;
2790
+ fulfill?: {
2791
+ state?: import("../../shared/types").AnyObject | undefined;
2792
+ run?: string | undefined;
2793
+ } | undefined;
2794
+ otherwise?: {
2795
+ state?: import("../../shared/types").AnyObject | undefined;
2796
+ run?: string | undefined;
2797
+ } | undefined;
2798
+ }[] | undefined;
2799
+ } | undefined;
2800
+ optionAliasList?: {
2801
+ text: string;
2802
+ value: string;
2803
+ }[] | undefined;
2804
+ elementExtraSetting?: {
2805
+ allowPartial?: boolean | undefined;
2806
+ partialLevel?: number | undefined;
2807
+ maxLevel?: number | undefined;
2808
+ dateFormat?: string | undefined;
2809
+ defaultValue?: {
2810
+ condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
2811
+ unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
2812
+ value: string;
2813
+ } | undefined;
2814
+ minValue?: {
2815
+ condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
2816
+ unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
2817
+ value: string;
2818
+ } | undefined;
2819
+ maxValue?: {
2820
+ condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
2821
+ unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
2822
+ value: string;
2823
+ } | undefined;
2824
+ } | undefined;
2825
+ __new?: boolean | undefined;
2826
+ __isCombinationChild?: boolean | undefined;
2827
+ __extra?: boolean | undefined;
2828
+ }, Partial<import("./src/types").FormConfigItem> | {
2829
+ key?: string | undefined;
2830
+ layoutWidthEnum?: import("./src/types").FormConfigWidth | undefined;
2831
+ type?: string | undefined;
2832
+ name?: string | undefined;
2833
+ alias?: string | undefined;
2834
+ show?: boolean | undefined;
2835
+ defaultValue?: any;
2836
+ defaultExpand?: boolean | undefined;
2837
+ fold?: boolean | undefined;
2838
+ required?: boolean | undefined;
2839
+ requiredDisabled?: boolean | undefined;
2840
+ requiredReminderContent?: string | undefined;
2841
+ editableDisabled?: boolean | undefined;
2842
+ editable?: boolean | undefined;
2843
+ confirmBeforeValueChange?: boolean | undefined;
2844
+ fieldTitleRed?: boolean | undefined;
2845
+ notes?: string | undefined;
2846
+ desc?: string | undefined;
2847
+ children?: {
2848
+ key: string;
2849
+ layoutWidthEnum: import("./src/types").FormConfigWidth;
2850
+ type: string;
2851
+ name: string;
2852
+ alias?: string | undefined;
2853
+ show?: boolean | undefined;
2854
+ defaultValue?: any;
2855
+ defaultExpand?: boolean | undefined;
2856
+ fold?: boolean | undefined;
2857
+ required?: boolean | undefined;
2858
+ requiredDisabled?: boolean | undefined;
2859
+ requiredReminderContent?: string | undefined;
2860
+ editableDisabled?: boolean | undefined;
2861
+ editable?: boolean | undefined;
2862
+ confirmBeforeValueChange?: boolean | undefined;
2863
+ fieldTitleRed?: boolean | undefined;
2864
+ notes?: string | undefined;
2865
+ desc?: string | undefined;
2866
+ children?: any[] | undefined;
2867
+ originalSetting?: {
2868
+ [x: string]: any;
2869
+ val_key: string;
2870
+ html_type: "LINEBAR" | "SELECT" | "DATE" | ({} & string) | "INPUT" | "SEARCH" | "REMOTE_SEARCH" | "DIGITAL" | "TEXTAREA" | "LINE_BREAKS" | "INPUT_NUMBER" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
2871
+ annotation?: boolean | undefined;
2872
+ val_key_unit?: string | undefined;
2873
+ is_edit?: import("..").FormCommonState | undefined;
2874
+ elem_width?: string | number | undefined;
2875
+ is_show?: import("..").FormCommonState | undefined;
2876
+ is_null?: import("..").FormCommonState | undefined;
2877
+ name?: string | undefined;
2878
+ nameAbbr?: string | undefined;
2879
+ alias?: string | undefined;
2880
+ default_val?: any;
2881
+ is_empty?: import("..").FormCommonState | undefined;
2882
+ hide_title?: import("..").FormCommonState | undefined;
2883
+ placeholder?: string | undefined;
2884
+ validate?: {
2885
+ [x: string]: any;
2886
+ obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
2887
+ vali_obj?: string | undefined;
2888
+ max_value?: string | number | undefined;
2889
+ min_value?: string | number | undefined;
2890
+ min_date?: string | undefined;
2891
+ max_date?: string | undefined;
2892
+ min_length?: string | number | undefined;
2893
+ max_length?: string | number | undefined;
2894
+ decimal_length?: string | number | undefined;
2895
+ regular_expression?: string | RegExp | undefined;
2896
+ regular_error_tip?: string | undefined;
2897
+ message?: string | undefined;
2898
+ } | undefined;
2899
+ option?: {
2900
+ [x: string]: any;
2901
+ keyword?: string | undefined;
2902
+ disabled?: boolean | undefined;
2903
+ children?: any[] | undefined;
2904
+ childrenFields?: any[] | undefined;
2905
+ }[] | undefined;
2906
+ multi_select?: import("..").FormCommonState | undefined;
2907
+ multi_select_value?: string | number | undefined;
2908
+ wordbook?: {
2909
+ level_num?: number | undefined;
2910
+ id?: string | undefined;
2911
+ name?: string | undefined;
2912
+ render_key?: string[] | undefined;
2913
+ search_key?: string[] | undefined;
2914
+ value_key?: string | undefined;
2915
+ queryParams?: string[] | undefined;
2916
+ primary_key?: string | undefined;
2917
+ type?: string | undefined;
2918
+ level_key?: string | undefined;
2919
+ link_key?: string | undefined;
2920
+ link_key_split?: string | undefined;
2921
+ show_key?: string | string[] | undefined;
2922
+ conObj?: import("../../shared/types").AnyObject[] | undefined;
2923
+ conObjFirstLevel?: import("../../shared/types").AnyObject[] | undefined;
2924
+ setting?: {
2925
+ cascading?: {
2926
+ 'form.name': string;
2927
+ value: string;
2928
+ }[] | undefined;
2929
+ } | undefined;
2930
+ } | undefined;
2931
+ open?: {
2932
+ value?: any;
2933
+ describe?: string | undefined;
2934
+ } | undefined;
2935
+ close?: {
2936
+ value?: any;
2937
+ describe?: string | undefined;
2938
+ } | undefined;
2939
+ requiredReminderContent?: string | undefined;
2940
+ date_format?: string | undefined;
2941
+ step_length?: string | number | undefined;
2942
+ urlConfig?: {
2943
+ [x: string]: any;
2944
+ url: string;
2945
+ method?: import("../../shared/hooks").FormRequestDefine.RequestType | undefined;
2946
+ nameKey?: string | undefined;
2947
+ valueKey?: string | undefined;
2948
+ showKey?: string | undefined;
2949
+ searchKey?: string[] | undefined;
2950
+ params?: import("../../shared/types").AnyObject | undefined;
2951
+ dependKey?: string | Record<string, string> | (string | {
2952
+ paramName: string;
2953
+ paramValue?: string | undefined;
2954
+ required?: boolean | undefined;
2955
+ keepValue?: boolean | undefined;
2956
+ })[] | undefined;
2957
+ } | undefined;
2958
+ suffixConfig?: any | any[] | undefined;
2959
+ prefixConfig?: any | any[] | undefined;
2960
+ autograph?: string | undefined;
2961
+ defined_error_msg?: string | undefined;
2962
+ extendKey?: string | undefined;
2963
+ is_not_fold?: string | undefined;
2964
+ remark?: string | undefined;
2965
+ remarkTo?: string | HTMLElement | undefined;
2966
+ free_entry?: import("..").FormCommonState | undefined;
2967
+ save_free_entry?: import("..").FormCommonState | undefined;
2968
+ initialize_high?: number | undefined;
2969
+ bindEventSetting?: {
2970
+ [x: string]: unknown;
2971
+ event_type: import("../../shared/types").LowCodeTypes.EVENT_TYPE;
2972
+ event_field?: string | undefined;
2973
+ params?: {
2974
+ p_value?: string | undefined;
2975
+ p_name: string;
2976
+ p_select: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
2977
+ }[] | undefined;
2978
+ results?: {
2979
+ p_value: string;
2980
+ p_name: string;
2981
+ }[] | undefined;
2982
+ compareMap?: {
2983
+ NULL?: ((v1: any, v2: any) => boolean) | undefined;
2984
+ EQ?: ((v1: any, v2: any) => boolean) | undefined;
2985
+ BIG?: ((v1: any, v2: any) => boolean) | undefined;
2986
+ LESS?: ((v1: any, v2: any) => boolean) | undefined;
2987
+ BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
2988
+ LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
2989
+ CL?: ((v1: any, v2: any) => boolean) | undefined;
2990
+ NC?: ((v1: any, v2: any) => boolean) | undefined;
2991
+ NEQ?: ((v1: any, v2: any) => boolean) | undefined;
2992
+ NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
2993
+ } | undefined;
2994
+ }[] | undefined;
2995
+ show_mode?: import("../../shared/types").LowCodeTypes.showModeType | undefined;
2996
+ is_allow_check_mid?: import("..").FormCommonState | undefined;
2997
+ allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
2998
+ prefix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
2999
+ suffix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
3000
+ allowSlash?: string | boolean | undefined;
3001
+ allowModify?: import("..").FormCommonState | undefined;
3002
+ show_key?: string | undefined;
3003
+ whiteList?: string[] | undefined;
3004
+ bordered?: string | boolean | undefined;
3005
+ displayMode?: "form" | "table" | undefined;
3006
+ editor_title?: string | undefined;
3007
+ editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
3008
+ linebarWidth?: string | undefined;
3009
+ linebarDirection?: "vertical" | "horizontal" | undefined;
3010
+ linebarTextDirection?: "vertical" | "horizontal" | undefined;
3011
+ labelColor?: string | undefined;
3012
+ fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
3013
+ confirmBeforeValueChange?: boolean | undefined;
3014
+ confirmBeforeValueChangeProps?: {
3015
+ [x: string]: any;
3016
+ content: string | ((params: {
3017
+ fieldName: string;
3018
+ newValue: any;
3019
+ oldValue: any;
3020
+ }) => any);
3021
+ updateOriginValue: boolean;
3022
+ } | undefined;
3023
+ selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
3024
+ unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
3025
+ condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
3026
+ max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
3027
+ min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
3028
+ max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
3029
+ min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
3030
+ fieldTitleColor?: string | undefined;
3031
+ fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
3032
+ content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
3033
+ lazyRequest?: boolean | undefined;
3034
+ requestCache?: boolean | undefined;
3035
+ maxGroupNum?: number | undefined;
3036
+ minGroupNum?: number | undefined;
3037
+ jsonCombination?: boolean | undefined;
3038
+ combinationItemDeletable?: boolean | import("..").CombinationItemDeletableFn | undefined;
3039
+ children?: any[] | undefined;
3040
+ properties?: any[] | undefined;
3041
+ componentProps?: import("../../shared/types").AnyObject | undefined;
3042
+ decoratorProps?: import("../../shared/types").AnyObject | undefined;
3043
+ noDecorator?: {
3044
+ valueOf: () => boolean;
3045
+ } | undefined;
3046
+ display?: "flex" | "grid" | undefined;
3047
+ slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
3048
+ wrapperStyle?: Record<string, string | number> | undefined;
3049
+ childFieldStrategy?: "checked" | "all" | undefined;
3050
+ childWidthMode?: "outer" | "inner" | undefined;
3051
+ validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
3052
+ field: import("@formily/core").Field<any, any, any, any>;
3053
+ form: import("@formily/core").Form<any>;
3054
+ value: unknown;
3055
+ validator: import("../../shared/types").AnyFn;
3056
+ }) => string | void) | undefined;
3057
+ reactions?: {
3058
+ [x: string]: any;
3059
+ dependencies?: string[] | undefined;
3060
+ target?: string | undefined;
3061
+ effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
3062
+ when?: string | boolean | undefined;
3063
+ fulfill?: {
3064
+ state?: import("../../shared/types").AnyObject | undefined;
3065
+ run?: string | undefined;
3066
+ } | undefined;
3067
+ otherwise?: {
3068
+ state?: import("../../shared/types").AnyObject | undefined;
3069
+ run?: string | undefined;
3070
+ } | undefined;
3071
+ } | {
3072
+ [x: string]: any;
3073
+ dependencies?: string[] | undefined;
3074
+ target?: string | undefined;
3075
+ effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
3076
+ when?: string | boolean | undefined;
3077
+ fulfill?: {
3078
+ state?: import("../../shared/types").AnyObject | undefined;
3079
+ run?: string | undefined;
3080
+ } | undefined;
3081
+ otherwise?: {
3082
+ state?: import("../../shared/types").AnyObject | undefined;
3083
+ run?: string | undefined;
3084
+ } | undefined;
3085
+ }[] | undefined;
3086
+ } | undefined;
3087
+ optionAliasList?: {
3088
+ text: string;
3089
+ value: string;
3090
+ }[] | undefined;
3091
+ elementExtraSetting?: {
3092
+ allowPartial?: boolean | undefined;
3093
+ partialLevel?: number | undefined;
3094
+ maxLevel?: number | undefined;
3095
+ dateFormat?: string | undefined;
3096
+ defaultValue?: {
3097
+ condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
3098
+ unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
3099
+ value: string;
3100
+ } | undefined;
3101
+ minValue?: {
3102
+ condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
3103
+ unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
3104
+ value: string;
3105
+ } | undefined;
3106
+ maxValue?: {
3107
+ condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
3108
+ unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
3109
+ value: string;
3110
+ } | undefined;
3111
+ } | undefined;
3112
+ __new?: boolean | undefined;
3113
+ __isCombinationChild?: boolean | undefined;
3114
+ __extra?: boolean | undefined;
3115
+ }[] | undefined;
3116
+ originalSetting?: {
3117
+ [x: string]: any;
3118
+ val_key: string;
3119
+ html_type: "LINEBAR" | "SELECT" | "DATE" | ({} & string) | "INPUT" | "SEARCH" | "REMOTE_SEARCH" | "DIGITAL" | "TEXTAREA" | "LINE_BREAKS" | "INPUT_NUMBER" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
3120
+ annotation?: boolean | undefined;
3121
+ val_key_unit?: string | undefined;
3122
+ is_edit?: import("..").FormCommonState | undefined;
3123
+ elem_width?: string | number | undefined;
3124
+ is_show?: import("..").FormCommonState | undefined;
3125
+ is_null?: import("..").FormCommonState | undefined;
3126
+ name?: string | undefined;
3127
+ nameAbbr?: string | undefined;
3128
+ alias?: string | undefined;
3129
+ default_val?: any;
3130
+ is_empty?: import("..").FormCommonState | undefined;
3131
+ hide_title?: import("..").FormCommonState | undefined;
3132
+ placeholder?: string | undefined;
3133
+ validate?: {
3134
+ [x: string]: any;
3135
+ obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
3136
+ vali_obj?: string | undefined;
3137
+ max_value?: string | number | undefined;
3138
+ min_value?: string | number | undefined;
3139
+ min_date?: string | undefined;
3140
+ max_date?: string | undefined;
3141
+ min_length?: string | number | undefined;
3142
+ max_length?: string | number | undefined;
3143
+ decimal_length?: string | number | undefined;
3144
+ regular_expression?: string | RegExp | undefined;
3145
+ regular_error_tip?: string | undefined;
3146
+ message?: string | undefined;
3147
+ } | undefined;
3148
+ option?: {
3149
+ [x: string]: any;
3150
+ keyword?: string | undefined;
3151
+ disabled?: boolean | undefined;
3152
+ children?: any[] | undefined;
3153
+ childrenFields?: any[] | undefined;
3154
+ }[] | undefined;
3155
+ multi_select?: import("..").FormCommonState | undefined;
3156
+ multi_select_value?: string | number | undefined;
3157
+ wordbook?: {
3158
+ level_num?: number | undefined;
3159
+ id?: string | undefined;
3160
+ name?: string | undefined;
3161
+ render_key?: string[] | undefined;
3162
+ search_key?: string[] | undefined;
3163
+ value_key?: string | undefined;
3164
+ queryParams?: string[] | undefined;
3165
+ primary_key?: string | undefined;
3166
+ type?: string | undefined;
3167
+ level_key?: string | undefined;
3168
+ link_key?: string | undefined;
3169
+ link_key_split?: string | undefined;
3170
+ show_key?: string | string[] | undefined;
3171
+ conObj?: import("../../shared/types").AnyObject[] | undefined;
3172
+ conObjFirstLevel?: import("../../shared/types").AnyObject[] | undefined;
3173
+ setting?: {
3174
+ cascading?: {
3175
+ 'form.name': string;
3176
+ value: string;
3177
+ }[] | undefined;
3178
+ } | undefined;
3179
+ } | undefined;
3180
+ open?: {
3181
+ value?: any;
3182
+ describe?: string | undefined;
3183
+ } | undefined;
3184
+ close?: {
3185
+ value?: any;
3186
+ describe?: string | undefined;
3187
+ } | undefined;
3188
+ requiredReminderContent?: string | undefined;
3189
+ date_format?: string | undefined;
3190
+ step_length?: string | number | undefined;
3191
+ urlConfig?: {
3192
+ [x: string]: any;
3193
+ url: string;
3194
+ method?: import("../../shared/hooks").FormRequestDefine.RequestType | undefined;
3195
+ nameKey?: string | undefined;
3196
+ valueKey?: string | undefined;
3197
+ showKey?: string | undefined;
3198
+ searchKey?: string[] | undefined;
3199
+ params?: import("../../shared/types").AnyObject | undefined;
3200
+ dependKey?: string | Record<string, string> | (string | {
3201
+ paramName: string;
3202
+ paramValue?: string | undefined;
3203
+ required?: boolean | undefined;
3204
+ keepValue?: boolean | undefined;
3205
+ })[] | undefined;
3206
+ } | undefined;
3207
+ suffixConfig?: any | any[] | undefined;
3208
+ prefixConfig?: any | any[] | undefined;
3209
+ autograph?: string | undefined;
3210
+ defined_error_msg?: string | undefined;
3211
+ extendKey?: string | undefined;
3212
+ is_not_fold?: string | undefined;
3213
+ remark?: string | undefined;
3214
+ remarkTo?: string | HTMLElement | undefined;
3215
+ free_entry?: import("..").FormCommonState | undefined;
3216
+ save_free_entry?: import("..").FormCommonState | undefined;
3217
+ initialize_high?: number | undefined;
3218
+ bindEventSetting?: {
3219
+ [x: string]: unknown;
3220
+ event_type: import("../../shared/types").LowCodeTypes.EVENT_TYPE;
3221
+ event_field?: string | undefined;
3222
+ params?: {
3223
+ p_value?: string | undefined;
3224
+ p_name: string;
3225
+ p_select: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
3226
+ }[] | undefined;
3227
+ results?: {
3228
+ p_value: string;
3229
+ p_name: string;
3230
+ }[] | undefined;
3231
+ compareMap?: {
3232
+ NULL?: ((v1: any, v2: any) => boolean) | undefined;
3233
+ EQ?: ((v1: any, v2: any) => boolean) | undefined;
3234
+ BIG?: ((v1: any, v2: any) => boolean) | undefined;
3235
+ LESS?: ((v1: any, v2: any) => boolean) | undefined;
3236
+ BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
3237
+ LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
3238
+ CL?: ((v1: any, v2: any) => boolean) | undefined;
3239
+ NC?: ((v1: any, v2: any) => boolean) | undefined;
3240
+ NEQ?: ((v1: any, v2: any) => boolean) | undefined;
3241
+ NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
3242
+ } | undefined;
2333
3243
  }[] | undefined;
2334
- elementExtraSetting?: {
2335
- allowPartial?: boolean | undefined;
2336
- partialLevel?: number | undefined;
2337
- maxLevel?: number | undefined;
2338
- dateFormat?: string | undefined;
2339
- defaultValue?: {
2340
- condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
2341
- unit: "" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR";
2342
- value: string;
3244
+ show_mode?: import("../../shared/types").LowCodeTypes.showModeType | undefined;
3245
+ is_allow_check_mid?: import("..").FormCommonState | undefined;
3246
+ allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
3247
+ prefix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
3248
+ suffix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
3249
+ allowSlash?: string | boolean | undefined;
3250
+ allowModify?: import("..").FormCommonState | undefined;
3251
+ show_key?: string | undefined;
3252
+ whiteList?: string[] | undefined;
3253
+ bordered?: string | boolean | undefined;
3254
+ displayMode?: "form" | "table" | undefined;
3255
+ editor_title?: string | undefined;
3256
+ editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
3257
+ linebarWidth?: string | undefined;
3258
+ linebarDirection?: "vertical" | "horizontal" | undefined;
3259
+ linebarTextDirection?: "vertical" | "horizontal" | undefined;
3260
+ labelColor?: string | undefined;
3261
+ fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
3262
+ confirmBeforeValueChange?: boolean | undefined;
3263
+ confirmBeforeValueChangeProps?: {
3264
+ [x: string]: any;
3265
+ content: string | ((params: {
3266
+ fieldName: string;
3267
+ newValue: any;
3268
+ oldValue: any;
3269
+ }) => any);
3270
+ updateOriginValue: boolean;
3271
+ } | undefined;
3272
+ selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
3273
+ unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
3274
+ condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
3275
+ max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
3276
+ min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
3277
+ max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
3278
+ min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
3279
+ fieldTitleColor?: string | undefined;
3280
+ fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
3281
+ content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
3282
+ lazyRequest?: boolean | undefined;
3283
+ requestCache?: boolean | undefined;
3284
+ maxGroupNum?: number | undefined;
3285
+ minGroupNum?: number | undefined;
3286
+ jsonCombination?: boolean | undefined;
3287
+ combinationItemDeletable?: boolean | import("..").CombinationItemDeletableFn | undefined;
3288
+ children?: any[] | undefined;
3289
+ properties?: any[] | undefined;
3290
+ componentProps?: import("../../shared/types").AnyObject | undefined;
3291
+ decoratorProps?: import("../../shared/types").AnyObject | undefined;
3292
+ noDecorator?: {
3293
+ valueOf: () => boolean;
3294
+ } | undefined;
3295
+ display?: "flex" | "grid" | undefined;
3296
+ slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
3297
+ wrapperStyle?: Record<string, string | number> | undefined;
3298
+ childFieldStrategy?: "checked" | "all" | undefined;
3299
+ childWidthMode?: "outer" | "inner" | undefined;
3300
+ validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
3301
+ field: import("@formily/core").Field<any, any, any, any>;
3302
+ form: import("@formily/core").Form<any>;
3303
+ value: unknown;
3304
+ validator: import("../../shared/types").AnyFn;
3305
+ }) => string | void) | undefined;
3306
+ reactions?: {
3307
+ [x: string]: any;
3308
+ dependencies?: string[] | undefined;
3309
+ target?: string | undefined;
3310
+ effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
3311
+ when?: string | boolean | undefined;
3312
+ fulfill?: {
3313
+ state?: import("../../shared/types").AnyObject | undefined;
3314
+ run?: string | undefined;
2343
3315
  } | undefined;
2344
- minValue?: {
2345
- condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
2346
- unit: "" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR";
2347
- value: string;
3316
+ otherwise?: {
3317
+ state?: import("../../shared/types").AnyObject | undefined;
3318
+ run?: string | undefined;
2348
3319
  } | undefined;
2349
- maxValue?: {
2350
- condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
2351
- unit: "" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR";
2352
- value: string;
3320
+ } | {
3321
+ [x: string]: any;
3322
+ dependencies?: string[] | undefined;
3323
+ target?: string | undefined;
3324
+ effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
3325
+ when?: string | boolean | undefined;
3326
+ fulfill?: {
3327
+ state?: import("../../shared/types").AnyObject | undefined;
3328
+ run?: string | undefined;
2353
3329
  } | undefined;
2354
- } | undefined;
2355
- __new?: boolean | undefined;
2356
- __isCombinationChild?: boolean | undefined;
2357
- __extra?: boolean | undefined;
3330
+ otherwise?: {
3331
+ state?: import("../../shared/types").AnyObject | undefined;
3332
+ run?: string | undefined;
3333
+ } | undefined;
3334
+ }[] | undefined;
3335
+ } | undefined;
3336
+ optionAliasList?: {
3337
+ text: string;
3338
+ value: string;
2358
3339
  }[] | undefined;
2359
- originalSetting?: {
3340
+ elementExtraSetting?: {
3341
+ allowPartial?: boolean | undefined;
3342
+ partialLevel?: number | undefined;
3343
+ maxLevel?: number | undefined;
3344
+ dateFormat?: string | undefined;
3345
+ defaultValue?: {
3346
+ condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
3347
+ unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
3348
+ value: string;
3349
+ } | undefined;
3350
+ minValue?: {
3351
+ condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
3352
+ unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
3353
+ value: string;
3354
+ } | undefined;
3355
+ maxValue?: {
3356
+ condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
3357
+ unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
3358
+ value: string;
3359
+ } | undefined;
3360
+ } | undefined;
3361
+ __new?: boolean | undefined;
3362
+ __isCombinationChild?: boolean | undefined;
3363
+ __extra?: boolean | undefined;
3364
+ }>;
3365
+ generateFieldListByFormConfigItem: (formConfigItem: import("./src/types").FormConfigItem, fieldItem?: import("..").FieldItem | undefined) => import("..").FieldItem[];
3366
+ prevOldField: import("../../shared/types").Nullable<import("./src/types").FormConfigItem>;
3367
+ onFormChange: ({ fieldKey, value }: import("..").FormChangePayload) => void;
3368
+ createLabelRender: (originOptions?: import("../../shared/types").AnyObject[] | undefined) => (label: string) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
3369
+ [key: string]: any;
3370
+ }>;
3371
+ applyOptionAlias: (options?: import("../../shared/types").AnyObject[] | undefined) => import("../../shared/types").AnyObject[] | undefined;
3372
+ visitor: import("..").FieldVisitor;
3373
+ showOptionModal: import("vue").Ref<boolean, boolean>;
3374
+ editOptions: import("vue").Ref<{
3375
+ [x: string]: any;
3376
+ keyword?: string | undefined;
3377
+ disabled?: boolean | undefined;
3378
+ children?: any[] | undefined;
3379
+ childrenFields?: {
2360
3380
  [x: string]: any;
2361
3381
  val_key: string;
2362
- html_type: "LINEBAR" | ({} & string) | "INPUT" | "TEXTAREA" | "SELECT" | "LINE_BREAKS" | "INPUT_NUMBER" | "REMOTE_SEARCH" | "DATE" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "SEARCH" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "DIGITAL" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
3382
+ html_type: "LINEBAR" | "SELECT" | "DATE" | ({} & string) | "INPUT" | "SEARCH" | "REMOTE_SEARCH" | "DIGITAL" | "TEXTAREA" | "LINE_BREAKS" | "INPUT_NUMBER" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
2363
3383
  annotation?: boolean | undefined;
2364
3384
  val_key_unit?: string | undefined;
2365
3385
  is_edit?: import("..").FormCommonState | undefined;
@@ -2367,6 +3387,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2367
3387
  is_show?: import("..").FormCommonState | undefined;
2368
3388
  is_null?: import("..").FormCommonState | undefined;
2369
3389
  name?: string | undefined;
3390
+ nameAbbr?: string | undefined;
2370
3391
  alias?: string | undefined;
2371
3392
  default_val?: any;
2372
3393
  is_empty?: import("..").FormCommonState | undefined;
@@ -2374,7 +3395,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2374
3395
  placeholder?: string | undefined;
2375
3396
  validate?: {
2376
3397
  [x: string]: any;
2377
- obj_type?: ("password" | "sex" | "age" | "email" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
3398
+ obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
2378
3399
  vali_obj?: string | undefined;
2379
3400
  max_value?: string | number | undefined;
2380
3401
  min_value?: string | number | undefined;
@@ -2383,38 +3404,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2383
3404
  min_length?: string | number | undefined;
2384
3405
  max_length?: string | number | undefined;
2385
3406
  decimal_length?: string | number | undefined;
2386
- regular_expression?: string | {
2387
- exec: (string: string) => RegExpExecArray | null;
2388
- test: (string: string) => boolean;
2389
- readonly source: string;
2390
- readonly global: boolean;
2391
- readonly ignoreCase: boolean;
2392
- readonly multiline: boolean;
2393
- lastIndex: number;
2394
- compile: (pattern: string, flags?: string | undefined) => RegExp;
2395
- readonly flags: string;
2396
- readonly sticky: boolean;
2397
- readonly unicode: boolean;
2398
- readonly dotAll: boolean;
2399
- [Symbol.match]: (string: string) => RegExpMatchArray | null;
2400
- [Symbol.replace]: {
2401
- (string: string, replaceValue: string): string;
2402
- (string: string, replacer: (substring: string, ...args: any[]) => string): string;
2403
- };
2404
- [Symbol.search]: (string: string) => number;
2405
- [Symbol.split]: (string: string, limit?: number | undefined) => string[];
2406
- [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
2407
- } | undefined;
3407
+ regular_expression?: string | RegExp | undefined;
2408
3408
  regular_error_tip?: string | undefined;
2409
3409
  message?: string | undefined;
2410
3410
  } | undefined;
2411
- option?: {
2412
- [x: string]: any;
2413
- keyword?: string | undefined;
2414
- disabled?: boolean | undefined;
2415
- children?: any[] | undefined;
2416
- childrenFields?: any[] | undefined;
2417
- }[] | undefined;
3411
+ option?: any[] | undefined;
2418
3412
  multi_select?: import("..").FormCommonState | undefined;
2419
3413
  multi_select_value?: string | number | undefined;
2420
3414
  wordbook?: {
@@ -2518,8 +3512,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2518
3512
  editor_title?: string | undefined;
2519
3513
  editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
2520
3514
  linebarWidth?: string | undefined;
2521
- linebarDirection?: "horizontal" | "vertical" | undefined;
2522
- linebarTextDirection?: "horizontal" | "vertical" | undefined;
3515
+ linebarDirection?: "vertical" | "horizontal" | undefined;
3516
+ linebarTextDirection?: "vertical" | "horizontal" | undefined;
2523
3517
  labelColor?: string | undefined;
2524
3518
  fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
2525
3519
  confirmBeforeValueChange?: boolean | undefined;
@@ -2533,10 +3527,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2533
3527
  updateOriginValue: boolean;
2534
3528
  } | undefined;
2535
3529
  selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
2536
- unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
3530
+ unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
2537
3531
  condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
2538
- max_date_unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
2539
- min_date_unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
3532
+ max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
3533
+ min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
2540
3534
  max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
2541
3535
  min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
2542
3536
  fieldTitleColor?: string | undefined;
@@ -2559,7 +3553,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2559
3553
  slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
2560
3554
  wrapperStyle?: Record<string, string | number> | undefined;
2561
3555
  childFieldStrategy?: "checked" | "all" | undefined;
2562
- childWidthMode?: "inner" | "outer" | undefined;
3556
+ childWidthMode?: "outer" | "inner" | undefined;
2563
3557
  validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
2564
3558
  field: import("@formily/core").Field<any, any, any, any>;
2565
3559
  form: import("@formily/core").Form<any>;
@@ -2595,46 +3589,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2595
3589
  run?: string | undefined;
2596
3590
  } | undefined;
2597
3591
  }[] | undefined;
2598
- } | undefined;
2599
- optionAliasList?: {
2600
- text: string;
2601
- value: string;
2602
3592
  }[] | undefined;
2603
- elementExtraSetting?: {
2604
- allowPartial?: boolean | undefined;
2605
- partialLevel?: number | undefined;
2606
- maxLevel?: number | undefined;
2607
- dateFormat?: string | undefined;
2608
- defaultValue?: {
2609
- condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
2610
- unit: "" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR";
2611
- value: string;
2612
- } | undefined;
2613
- minValue?: {
2614
- condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
2615
- unit: "" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR";
2616
- value: string;
2617
- } | undefined;
2618
- maxValue?: {
2619
- condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
2620
- unit: "" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR";
2621
- value: string;
2622
- } | undefined;
2623
- } | undefined;
2624
- __new?: boolean | undefined;
2625
- __isCombinationChild?: boolean | undefined;
2626
- __extra?: boolean | undefined;
2627
- }>;
2628
- generateFieldListByFormConfigItem: (formConfigItem: import("./src/types").FormConfigItem, fieldItem?: import("..").FieldItem | undefined) => import("..").FieldItem[];
2629
- prevOldField: null;
2630
- onFormChange: ({ fieldKey, value }: import("..").FormChangePayload) => void;
2631
- createLabelRender: (originOptions?: import("../../shared/types").AnyObject[] | undefined) => (label: string) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2632
- [key: string]: any;
2633
- }>;
2634
- applyOptionAlias: (options?: import("../../shared/types").AnyObject[] | undefined) => import("../../shared/types").AnyObject[] | undefined;
2635
- visitor: import("..").FieldVisitor;
2636
- showOptionModal: import("vue").Ref<boolean>;
2637
- editOptions: import("vue").Ref<{
3593
+ }[], import("..").FormOptionItem[] | {
2638
3594
  [x: string]: any;
2639
3595
  keyword?: string | undefined;
2640
3596
  disabled?: boolean | undefined;
@@ -2642,7 +3598,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2642
3598
  childrenFields?: {
2643
3599
  [x: string]: any;
2644
3600
  val_key: string;
2645
- html_type: "LINEBAR" | ({} & string) | "INPUT" | "TEXTAREA" | "SELECT" | "LINE_BREAKS" | "INPUT_NUMBER" | "REMOTE_SEARCH" | "DATE" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "SEARCH" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "DIGITAL" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
3601
+ html_type: "LINEBAR" | "SELECT" | "DATE" | ({} & string) | "INPUT" | "SEARCH" | "REMOTE_SEARCH" | "DIGITAL" | "TEXTAREA" | "LINE_BREAKS" | "INPUT_NUMBER" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
2646
3602
  annotation?: boolean | undefined;
2647
3603
  val_key_unit?: string | undefined;
2648
3604
  is_edit?: import("..").FormCommonState | undefined;
@@ -2650,6 +3606,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2650
3606
  is_show?: import("..").FormCommonState | undefined;
2651
3607
  is_null?: import("..").FormCommonState | undefined;
2652
3608
  name?: string | undefined;
3609
+ nameAbbr?: string | undefined;
2653
3610
  alias?: string | undefined;
2654
3611
  default_val?: any;
2655
3612
  is_empty?: import("..").FormCommonState | undefined;
@@ -2657,7 +3614,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2657
3614
  placeholder?: string | undefined;
2658
3615
  validate?: {
2659
3616
  [x: string]: any;
2660
- obj_type?: ("password" | "sex" | "age" | "email" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
3617
+ obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
2661
3618
  vali_obj?: string | undefined;
2662
3619
  max_value?: string | number | undefined;
2663
3620
  min_value?: string | number | undefined;
@@ -2666,28 +3623,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2666
3623
  min_length?: string | number | undefined;
2667
3624
  max_length?: string | number | undefined;
2668
3625
  decimal_length?: string | number | undefined;
2669
- regular_expression?: string | {
2670
- exec: (string: string) => RegExpExecArray | null;
2671
- test: (string: string) => boolean;
2672
- readonly source: string;
2673
- readonly global: boolean;
2674
- readonly ignoreCase: boolean;
2675
- readonly multiline: boolean;
2676
- lastIndex: number;
2677
- compile: (pattern: string, flags?: string | undefined) => RegExp;
2678
- readonly flags: string;
2679
- readonly sticky: boolean;
2680
- readonly unicode: boolean;
2681
- readonly dotAll: boolean;
2682
- [Symbol.match]: (string: string) => RegExpMatchArray | null;
2683
- [Symbol.replace]: {
2684
- (string: string, replaceValue: string): string;
2685
- (string: string, replacer: (substring: string, ...args: any[]) => string): string;
2686
- };
2687
- [Symbol.search]: (string: string) => number;
2688
- [Symbol.split]: (string: string, limit?: number | undefined) => string[];
2689
- [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
2690
- } | undefined;
3626
+ regular_expression?: string | RegExp | undefined;
2691
3627
  regular_error_tip?: string | undefined;
2692
3628
  message?: string | undefined;
2693
3629
  } | undefined;
@@ -2795,8 +3731,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2795
3731
  editor_title?: string | undefined;
2796
3732
  editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
2797
3733
  linebarWidth?: string | undefined;
2798
- linebarDirection?: "horizontal" | "vertical" | undefined;
2799
- linebarTextDirection?: "horizontal" | "vertical" | undefined;
3734
+ linebarDirection?: "vertical" | "horizontal" | undefined;
3735
+ linebarTextDirection?: "vertical" | "horizontal" | undefined;
2800
3736
  labelColor?: string | undefined;
2801
3737
  fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
2802
3738
  confirmBeforeValueChange?: boolean | undefined;
@@ -2810,10 +3746,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2810
3746
  updateOriginValue: boolean;
2811
3747
  } | undefined;
2812
3748
  selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
2813
- unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
3749
+ unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
2814
3750
  condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
2815
- max_date_unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
2816
- min_date_unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
3751
+ max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
3752
+ min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
2817
3753
  max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
2818
3754
  min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
2819
3755
  fieldTitleColor?: string | undefined;
@@ -2836,7 +3772,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2836
3772
  slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
2837
3773
  wrapperStyle?: Record<string, string | number> | undefined;
2838
3774
  childFieldStrategy?: "checked" | "all" | undefined;
2839
- childWidthMode?: "inner" | "outer" | undefined;
3775
+ childWidthMode?: "outer" | "inner" | undefined;
2840
3776
  validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
2841
3777
  field: import("@formily/core").Field<any, any, any, any>;
2842
3778
  form: import("@formily/core").Form<any>;
@@ -2876,16 +3812,16 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2876
3812
  }[]>;
2877
3813
  onOptionModalCancel: () => void;
2878
3814
  onOptionModalConfirm: () => void;
2879
- useFormConfigLocale: typeof import("./src/hooks/useLocale").useFormConfigLocale;
2880
- NModal: any;
2881
- NInput: any;
2882
- CFormRender: SFCWithInstall<import("vue").DefineComponent<{}, {
2883
- formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined>;
2884
- key: import("vue").Ref<number>;
3815
+ readonly useFormConfigLocale: typeof import("./src/hooks/useLocale").useFormConfigLocale;
3816
+ readonly NModal: any;
3817
+ readonly NInput: any;
3818
+ readonly CFormRender: SFCWithInstall<import("vue").DefineComponent<{}, {
3819
+ formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined, import("..").FormRenderExpose | undefined>;
3820
+ key: import("vue").Ref<number, number>;
2885
3821
  reload: () => Promise<void>;
2886
3822
  formRenderExposeKeyList: readonly ["validate", "getFormValues", "setFormValues", "setFieldState", "resetFields", "queryWidget", "getFieldList", "applySelectedSetting", "getTextFormValues", "optionInited", "updateAnchor"];
2887
3823
  exposed: Partial<import("..").FormRenderExpose>;
2888
- FormRender: import("vue").DefineComponent<{
3824
+ FormRender: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2889
3825
  fieldList: {
2890
3826
  type: import("vue").PropType<import("..").FieldItem[]>;
2891
3827
  };
@@ -2979,7 +3915,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2979
3915
  }>>;
2980
3916
  };
2981
3917
  components: {
2982
- type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
3918
+ type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
2983
3919
  default: () => {};
2984
3920
  };
2985
3921
  scope: {
@@ -3064,11 +4000,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3064
4000
  type: import("vue").PropType<string[]>;
3065
4001
  };
3066
4002
  linebarDirection: {
3067
- type: import("vue").PropType<"horizontal" | "vertical">;
4003
+ type: import("vue").PropType<"vertical" | "horizontal">;
3068
4004
  default: string;
3069
4005
  };
3070
4006
  linebarTextDirection: {
3071
- type: import("vue").PropType<"horizontal" | "vertical">;
4007
+ type: import("vue").PropType<"vertical" | "horizontal">;
3072
4008
  default: string;
3073
4009
  };
3074
4010
  linebarWidth: {
@@ -3093,8 +4029,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3093
4029
  lazyRender: BooleanConstructor;
3094
4030
  linebreaksToTitle: BooleanConstructor;
3095
4031
  dialogFn: {};
3096
- }, {
3097
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
4032
+ }>, {
4033
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
3098
4034
  fieldList: {
3099
4035
  type: import("vue").PropType<import("..").FieldItem[]>;
3100
4036
  };
@@ -3188,7 +4124,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3188
4124
  }>>;
3189
4125
  };
3190
4126
  components: {
3191
- type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
4127
+ type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
3192
4128
  default: () => {};
3193
4129
  };
3194
4130
  scope: {
@@ -3273,11 +4209,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3273
4209
  type: import("vue").PropType<string[]>;
3274
4210
  };
3275
4211
  linebarDirection: {
3276
- type: import("vue").PropType<"horizontal" | "vertical">;
4212
+ type: import("vue").PropType<"vertical" | "horizontal">;
3277
4213
  default: string;
3278
4214
  };
3279
4215
  linebarTextDirection: {
3280
- type: import("vue").PropType<"horizontal" | "vertical">;
4216
+ type: import("vue").PropType<"vertical" | "horizontal">;
3281
4217
  default: string;
3282
4218
  };
3283
4219
  linebarWidth: {
@@ -3302,19 +4238,19 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3302
4238
  lazyRender: BooleanConstructor;
3303
4239
  linebreaksToTitle: BooleanConstructor;
3304
4240
  dialogFn: {};
3305
- }>> & {
4241
+ }>> & Readonly<{
3306
4242
  onFormChange?: ((...args: any[]) => any) | undefined;
3307
4243
  onScroll?: ((...args: any[]) => any) | undefined;
3308
4244
  onAnnotationChange?: ((...args: any[]) => any) | undefined;
3309
4245
  "onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
3310
4246
  onLinebarChange?: ((...args: any[]) => any) | undefined;
3311
4247
  onReady?: ((...args: any[]) => any) | undefined;
3312
- }>>;
4248
+ }> & {}>;
3313
4249
  emit: (event: "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", ...args: any[]) => void;
3314
4250
  cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
3315
4251
  nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
3316
- formRenderRef: import("vue").Ref<HTMLElement | undefined>;
3317
- formWidth: import("vue").Ref<number>;
4252
+ formRenderRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
4253
+ formWidth: import("vue").Ref<number, number>;
3318
4254
  formHeight: import("vue").ComputedRef<string>;
3319
4255
  SchemaField: import("vue").DefineComponent<import("@formily/vue").ISchemaFieldProps>;
3320
4256
  businessCollector: import("..").BusinessCollector;
@@ -3327,13 +4263,21 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3327
4263
  formUUID: string;
3328
4264
  anchorBarRef: import("vue").Ref<{
3329
4265
  syncBarPosition: import("../../shared/types").AnyFn;
4266
+ } | undefined, {
4267
+ syncBarPosition: import("../../shared/types").AnyFn;
3330
4268
  } | undefined>;
3331
- currentAnchor: import("vue").WritableComputedRef<string>;
4269
+ currentAnchor: import("vue").WritableComputedRef<string, string>;
3332
4270
  updateAnchorList: (field: import("@formily/core").GeneralField) => void;
3333
4271
  anchorIdList: import("vue").Ref<{
3334
4272
  name: string;
3335
4273
  title: string;
3336
4274
  index: number;
4275
+ }[], (Record<"name" | "title", string> & {
4276
+ index: number;
4277
+ })[] | {
4278
+ name: string;
4279
+ title: string;
4280
+ index: number;
3337
4281
  }[]>;
3338
4282
  onScroll: (scrollEvent: Event) => void;
3339
4283
  generateAnchorList: (formModel: import("@formily/core").Form<any>) => Promise<void>;
@@ -3360,7 +4304,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3360
4304
  setGraph: (field: import("@formily/core").GeneralField) => void;
3361
4305
  removeGraph: (field: import("@formily/core").GeneralField) => void;
3362
4306
  lowCodeEventTrigger: (field: import("@formily/core").GeneralField) => void;
3363
- emitFormChange: import("vue").Ref<boolean>;
4307
+ emitFormChange: import("vue").Ref<boolean, boolean>;
3364
4308
  formModel: import("@formily/core").Form<{
3365
4309
  [x: string]: any;
3366
4310
  }>;
@@ -3437,7 +4381,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3437
4381
  "x-read-pretty"?: boolean | undefined;
3438
4382
  "x-compile-omitted"?: string[] | undefined;
3439
4383
  }>;
3440
- components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
4384
+ components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
3441
4385
  scope: import("../../shared/types").AnyObject;
3442
4386
  annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
3443
4387
  annotationShortcuts: (string | {
@@ -3472,8 +4416,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3472
4416
  selectMode: boolean;
3473
4417
  selectedFields: string[];
3474
4418
  linebarWidth: string | number;
3475
- linebarDirection: "horizontal" | "vertical";
3476
- linebarTextDirection: "horizontal" | "vertical";
4419
+ linebarDirection: "vertical" | "horizontal";
4420
+ linebarTextDirection: "vertical" | "horizontal";
3477
4421
  autoWidth: number | boolean;
3478
4422
  feedbackType: "default" | "tooltip";
3479
4423
  fixMemoLeak: boolean;
@@ -3656,16 +4600,16 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3656
4600
  onKeydown: (event: KeyboardEvent) => Promise<void>;
3657
4601
  clearSpan: (uuid: string) => void;
3658
4602
  exposeEvent: Omit<import("..").FormRenderExpose, "updateAnchor" | "getFieldList" | "optionInited" | "formModel" | "reload">;
3659
- useVersion: typeof import("../../shared/hooks").useVersion;
3660
- FormConsumer: import("vue").DefineComponent<{}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
3661
- FormProvider: import("vue").DefineComponent<Record<"form", any>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Record<"form", any>>>, {
4603
+ readonly useVersion: typeof import("../../shared/hooks").useVersion;
4604
+ readonly FormConsumer: import("vue").DefineComponent<{}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4605
+ readonly FormProvider: import("vue").DefineComponent<Record<"form", any>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Record<"form", any>>>, {
3662
4606
  form: any;
3663
- }>;
3664
- NConfigProvider: any;
3665
- NForm: any;
3666
- NTabPane: any;
3667
- NTabs: any;
3668
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready")[], "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
4607
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4608
+ readonly NConfigProvider: any;
4609
+ readonly NForm: any;
4610
+ readonly NTabPane: any;
4611
+ readonly NTabs: any;
4612
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready")[], "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
3669
4613
  fieldList: {
3670
4614
  type: import("vue").PropType<import("..").FieldItem[]>;
3671
4615
  };
@@ -3759,7 +4703,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3759
4703
  }>>;
3760
4704
  };
3761
4705
  components: {
3762
- type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
4706
+ type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
3763
4707
  default: () => {};
3764
4708
  };
3765
4709
  scope: {
@@ -3844,11 +4788,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3844
4788
  type: import("vue").PropType<string[]>;
3845
4789
  };
3846
4790
  linebarDirection: {
3847
- type: import("vue").PropType<"horizontal" | "vertical">;
4791
+ type: import("vue").PropType<"vertical" | "horizontal">;
3848
4792
  default: string;
3849
4793
  };
3850
4794
  linebarTextDirection: {
3851
- type: import("vue").PropType<"horizontal" | "vertical">;
4795
+ type: import("vue").PropType<"vertical" | "horizontal">;
3852
4796
  default: string;
3853
4797
  };
3854
4798
  linebarWidth: {
@@ -3873,18 +4817,18 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3873
4817
  lazyRender: BooleanConstructor;
3874
4818
  linebreaksToTitle: BooleanConstructor;
3875
4819
  dialogFn: {};
3876
- }>> & {
4820
+ }>> & Readonly<{
3877
4821
  onFormChange?: ((...args: any[]) => any) | undefined;
3878
4822
  onScroll?: ((...args: any[]) => any) | undefined;
3879
4823
  onAnnotationChange?: ((...args: any[]) => any) | undefined;
3880
4824
  "onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
3881
4825
  onLinebarChange?: ((...args: any[]) => any) | undefined;
3882
4826
  onReady?: ((...args: any[]) => any) | undefined;
3883
- }, {
4827
+ }>, {
4828
+ maxHeight: string | number;
3884
4829
  anchor: boolean;
3885
4830
  column: number;
3886
- maxHeight: string | number;
3887
- components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
4831
+ components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
3888
4832
  initialData: import("../../shared/types").AnyObject;
3889
4833
  parallelism: number;
3890
4834
  scope: import("../../shared/types").AnyObject;
@@ -3900,8 +4844,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3900
4844
  wordSplitFilter: boolean;
3901
4845
  selectMode: boolean;
3902
4846
  linebarWidth: string | number;
3903
- linebarDirection: "horizontal" | "vertical";
3904
- linebarTextDirection: "horizontal" | "vertical";
4847
+ linebarDirection: "vertical" | "horizontal";
4848
+ linebarTextDirection: "vertical" | "horizontal";
3905
4849
  autoWidth: number | boolean;
3906
4850
  feedbackType: "default" | "tooltip";
3907
4851
  fixMemoLeak: boolean;
@@ -3910,9 +4854,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3910
4854
  nominalAge: boolean;
3911
4855
  operationalFormInit: boolean;
3912
4856
  incrementalRender: boolean;
3913
- }>;
3914
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
3915
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
4857
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4858
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
4859
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
3916
4860
  uuid: {
3917
4861
  type: StringConstructor;
3918
4862
  required: true;
@@ -3986,7 +4930,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3986
4930
  "x-read-pretty"?: boolean | undefined;
3987
4931
  "x-compile-omitted"?: string[] | undefined;
3988
4932
  }>;
3989
- components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
4933
+ components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
3990
4934
  scope: import("../../shared/types").AnyObject;
3991
4935
  annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
3992
4936
  annotationShortcuts: (string | {
@@ -4021,8 +4965,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4021
4965
  selectMode: boolean;
4022
4966
  selectedFields: string[];
4023
4967
  linebarWidth: string | number;
4024
- linebarDirection: "horizontal" | "vertical";
4025
- linebarTextDirection: "horizontal" | "vertical";
4968
+ linebarDirection: "vertical" | "horizontal";
4969
+ linebarTextDirection: "vertical" | "horizontal";
4026
4970
  autoWidth: number | boolean;
4027
4971
  feedbackType: "default" | "tooltip";
4028
4972
  fixMemoLeak: boolean;
@@ -4031,8 +4975,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4031
4975
  dialogFn: any;
4032
4976
  }>>>;
4033
4977
  };
4034
- }>>, {}>;
4035
- FormConfigEventSetting: import("vue").DefineComponent<{
4978
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4979
+ FormConfigEventSetting: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4036
4980
  modelValue: {
4037
4981
  type: ArrayConstructor;
4038
4982
  required: true;
@@ -4042,11 +4986,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4042
4986
  type: null;
4043
4987
  required: true;
4044
4988
  };
4045
- }, {
4046
- props: {
4047
- modelValue: import("../../shared/types").LowCodeTypes.reactionConfig[];
4048
- bindFormRenderRef: import("..").FormRenderExpose;
4049
- };
4989
+ }>, {
4990
+ props: any;
4050
4991
  emit: (event: "update:modelValue" | "validateFailure", ...args: any[]) => void;
4051
4992
  cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
4052
4993
  valueRef: import("vue").Ref<{
@@ -4081,8 +5022,40 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4081
5022
  }[] | undefined;
4082
5023
  __oppositeBindField?: any | undefined;
4083
5024
  __oppositeTargetField?: any | undefined;
5025
+ }[], import("../../shared/types").LowCodeTypes.reactionConfig[] | {
5026
+ conObj: {
5027
+ con: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
5028
+ field_key: string;
5029
+ value: unknown;
5030
+ }[];
5031
+ compareMap?: {
5032
+ NULL?: ((v1: any, v2: any) => boolean) | undefined;
5033
+ EQ?: ((v1: any, v2: any) => boolean) | undefined;
5034
+ BIG?: ((v1: any, v2: any) => boolean) | undefined;
5035
+ LESS?: ((v1: any, v2: any) => boolean) | undefined;
5036
+ BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
5037
+ LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
5038
+ CL?: ((v1: any, v2: any) => boolean) | undefined;
5039
+ NC?: ((v1: any, v2: any) => boolean) | undefined;
5040
+ NEQ?: ((v1: any, v2: any) => boolean) | undefined;
5041
+ NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
5042
+ } | undefined;
5043
+ isRestoreDefault?: boolean | undefined;
5044
+ sqlExpression?: string | undefined;
5045
+ showField?: string[] | undefined;
5046
+ hideField?: string[] | undefined;
5047
+ requiredField?: string[] | undefined;
5048
+ notRequiredField?: string[] | undefined;
5049
+ enabledField?: string[] | undefined;
5050
+ disabledField?: string[] | undefined;
5051
+ setValueField?: {
5052
+ field?: string | undefined;
5053
+ value?: unknown;
5054
+ }[] | undefined;
5055
+ __oppositeBindField?: any | undefined;
5056
+ __oppositeTargetField?: any | undefined;
4084
5057
  }[]>;
4085
- expandedName: import("vue").Ref<string>;
5058
+ expandedName: import("vue").Ref<string, string>;
4086
5059
  addConnection: () => void;
4087
5060
  removeConnection: (index: number) => void;
4088
5061
  getOppositeBtnText: (item: import("../../shared/types").LowCodeTypes.reactionConfig) => string | undefined;
@@ -4096,14 +5069,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4096
5069
  addCondition: (config: import("../../shared/types").LowCodeTypes.reactionConfig) => void;
4097
5070
  removeCondition: (config: import("../../shared/types").LowCodeTypes.reactionConfig, index: number) => void;
4098
5071
  onUpdateConditionType: (condition: import("../../shared/types").LowCodeTypes.reactionsConObj, type: import("../../shared/types").LowCodeTypes.VALUE_RELATION) => void;
4099
- showRef: import("vue").Ref<boolean>;
5072
+ showRef: import("vue").Ref<boolean, boolean>;
4100
5073
  addSetValueField: (item: import("../../shared/types").LowCodeTypes.reactionConfig) => void;
4101
- fieldListRef: import("vue").Ref<import("./src/types").FormConfigItem[]>;
5074
+ fieldListRef: import("vue").Ref<import("./src/types").FormConfigItem[], import("./src/types").FormConfigItem[]>;
4102
5075
  fieldOptions: import("vue").ComputedRef<import("./src/types").FormConfigItem[]>;
4103
5076
  setValueTypes: string[];
4104
5077
  setValueFieldOptions: import("vue").ComputedRef<import("./src/types").FormConfigItem[]>;
4105
- currentTypeList: string[];
4106
- dialog: import("naive-ui").DialogApi;
5078
+ currentTypeList: import("vue").Reactive<string[]>;
5079
+ dialog: import("naive-ui/es/dialog").DialogApi;
4107
5080
  onNegativeClick: () => Promise<void>;
4108
5081
  onPositiveClick: () => Promise<void>;
4109
5082
  configValidate: () => Promise<void>;
@@ -4114,7 +5087,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4114
5087
  decoratorProps: {
4115
5088
  showFeedback: boolean;
4116
5089
  };
4117
- html_type: "LINEBAR" | ({} & string) | "INPUT" | "TEXTAREA" | "SELECT" | "LINE_BREAKS" | "INPUT_NUMBER" | "REMOTE_SEARCH" | "DATE" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "SEARCH" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "DIGITAL" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
5090
+ html_type: "LINEBAR" | "SELECT" | "DATE" | ({} & string) | "INPUT" | "SEARCH" | "REMOTE_SEARCH" | "DIGITAL" | "TEXTAREA" | "LINE_BREAKS" | "INPUT_NUMBER" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
4118
5091
  annotation?: boolean | undefined;
4119
5092
  val_key_unit?: string | undefined;
4120
5093
  is_edit?: import("..").FormCommonState | undefined;
@@ -4122,13 +5095,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4122
5095
  is_show?: import("..").FormCommonState | undefined;
4123
5096
  is_null?: import("..").FormCommonState | undefined;
4124
5097
  name?: string | undefined;
5098
+ nameAbbr?: string | undefined;
4125
5099
  default_val?: any;
4126
5100
  is_empty?: import("..").FormCommonState | undefined;
4127
5101
  hide_title?: import("..").FormCommonState | undefined;
4128
5102
  placeholder?: string | undefined;
4129
5103
  validate?: Partial<{
4130
5104
  [key: string]: any;
4131
- obj_type: "password" | "sex" | "age" | "email" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name";
5105
+ obj_type: "sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name";
4132
5106
  vali_obj: string;
4133
5107
  max_value: string | number;
4134
5108
  min_value: string | number;
@@ -4199,8 +5173,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4199
5173
  editor_title?: string | undefined;
4200
5174
  editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
4201
5175
  linebarWidth?: string | undefined;
4202
- linebarDirection?: "horizontal" | "vertical" | undefined;
4203
- linebarTextDirection?: "horizontal" | "vertical" | undefined;
5176
+ linebarDirection?: "vertical" | "horizontal" | undefined;
5177
+ linebarTextDirection?: "vertical" | "horizontal" | undefined;
4204
5178
  labelColor?: string | undefined;
4205
5179
  fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
4206
5180
  confirmBeforeValueChange?: boolean | undefined;
@@ -4214,10 +5188,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4214
5188
  updateOriginValue: boolean;
4215
5189
  } | undefined;
4216
5190
  selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
4217
- unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
5191
+ unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
4218
5192
  condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
4219
- max_date_unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
4220
- min_date_unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
5193
+ max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
5194
+ min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
4221
5195
  max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
4222
5196
  min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
4223
5197
  fieldTitleColor?: string | undefined;
@@ -4237,7 +5211,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4237
5211
  slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
4238
5212
  wrapperStyle?: Record<string, string | number> | undefined;
4239
5213
  childFieldStrategy?: "checked" | "all" | undefined;
4240
- childWidthMode?: "inner" | "outer" | undefined;
5214
+ childWidthMode?: "outer" | "inner" | undefined;
4241
5215
  validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
4242
5216
  field: import("@formily/core").Field<any, any, any, any>;
4243
5217
  form: import("@formily/core").Form<any>;
@@ -4251,36 +5225,36 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4251
5225
  field: string;
4252
5226
  value: string;
4253
5227
  }) => void;
4254
- HelpCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
4255
- NButton: any;
4256
- NCollapse: any;
4257
- NCollapseItem: any;
4258
- NEllipsis: any;
4259
- NEmpty: any;
4260
- NIcon: any;
4261
- NInput: any;
4262
- NInputGroup: any;
4263
- NModal: any;
4264
- NScrollbar: any;
4265
- NSelect: any;
4266
- NSpace: any;
4267
- NThing: any;
4268
- NTooltip: any;
4269
- conditionTypeOptions: {
5228
+ readonly HelpCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5229
+ readonly NButton: any;
5230
+ readonly NCollapse: any;
5231
+ readonly NCollapseItem: any;
5232
+ readonly NEllipsis: any;
5233
+ readonly NEmpty: any;
5234
+ readonly NIcon: any;
5235
+ readonly NInput: any;
5236
+ readonly NInputGroup: any;
5237
+ readonly NModal: any;
5238
+ readonly NScrollbar: any;
5239
+ readonly NSelect: any;
5240
+ readonly NSpace: any;
5241
+ readonly NThing: any;
5242
+ readonly NTooltip: any;
5243
+ readonly conditionTypeOptions: {
4270
5244
  value: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
4271
5245
  label: string;
4272
5246
  }[];
4273
- connectionTypeOptions: {
5247
+ readonly connectionTypeOptions: {
4274
5248
  value: string;
4275
5249
  label: string;
4276
5250
  }[];
4277
- CForm: SFCWithInstall<import("vue").DefineComponent<{}, {
4278
- formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined>;
4279
- key: import("vue").Ref<number>;
5251
+ readonly CForm: SFCWithInstall<import("vue").DefineComponent<{}, {
5252
+ formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined, import("..").FormRenderExpose | undefined>;
5253
+ key: import("vue").Ref<number, number>;
4280
5254
  reload: () => Promise<void>;
4281
5255
  formRenderExposeKeyList: readonly ["validate", "getFormValues", "setFormValues", "setFieldState", "resetFields", "queryWidget", "getFieldList", "applySelectedSetting", "getTextFormValues", "optionInited", "updateAnchor"];
4282
5256
  exposed: Partial<import("..").FormRenderExpose>;
4283
- FormRender: import("vue").DefineComponent<{
5257
+ FormRender: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4284
5258
  fieldList: {
4285
5259
  type: import("vue").PropType<import("..").FieldItem[]>;
4286
5260
  };
@@ -4374,7 +5348,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4374
5348
  }>>;
4375
5349
  };
4376
5350
  components: {
4377
- type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
5351
+ type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
4378
5352
  default: () => {};
4379
5353
  };
4380
5354
  scope: {
@@ -4459,11 +5433,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4459
5433
  type: import("vue").PropType<string[]>;
4460
5434
  };
4461
5435
  linebarDirection: {
4462
- type: import("vue").PropType<"horizontal" | "vertical">;
5436
+ type: import("vue").PropType<"vertical" | "horizontal">;
4463
5437
  default: string;
4464
5438
  };
4465
5439
  linebarTextDirection: {
4466
- type: import("vue").PropType<"horizontal" | "vertical">;
5440
+ type: import("vue").PropType<"vertical" | "horizontal">;
4467
5441
  default: string;
4468
5442
  };
4469
5443
  linebarWidth: {
@@ -4488,8 +5462,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4488
5462
  lazyRender: BooleanConstructor;
4489
5463
  linebreaksToTitle: BooleanConstructor;
4490
5464
  dialogFn: {};
4491
- }, {
4492
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
5465
+ }>, {
5466
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
4493
5467
  fieldList: {
4494
5468
  type: import("vue").PropType<import("..").FieldItem[]>;
4495
5469
  };
@@ -4583,7 +5557,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4583
5557
  }>>;
4584
5558
  };
4585
5559
  components: {
4586
- type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
5560
+ type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
4587
5561
  default: () => {};
4588
5562
  };
4589
5563
  scope: {
@@ -4668,11 +5642,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4668
5642
  type: import("vue").PropType<string[]>;
4669
5643
  };
4670
5644
  linebarDirection: {
4671
- type: import("vue").PropType<"horizontal" | "vertical">;
5645
+ type: import("vue").PropType<"vertical" | "horizontal">;
4672
5646
  default: string;
4673
5647
  };
4674
5648
  linebarTextDirection: {
4675
- type: import("vue").PropType<"horizontal" | "vertical">;
5649
+ type: import("vue").PropType<"vertical" | "horizontal">;
4676
5650
  default: string;
4677
5651
  };
4678
5652
  linebarWidth: {
@@ -4697,19 +5671,19 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4697
5671
  lazyRender: BooleanConstructor;
4698
5672
  linebreaksToTitle: BooleanConstructor;
4699
5673
  dialogFn: {};
4700
- }>> & {
5674
+ }>> & Readonly<{
4701
5675
  onFormChange?: ((...args: any[]) => any) | undefined;
4702
5676
  onScroll?: ((...args: any[]) => any) | undefined;
4703
5677
  onAnnotationChange?: ((...args: any[]) => any) | undefined;
4704
5678
  "onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
4705
5679
  onLinebarChange?: ((...args: any[]) => any) | undefined;
4706
5680
  onReady?: ((...args: any[]) => any) | undefined;
4707
- }>>;
5681
+ }> & {}>;
4708
5682
  emit: (event: "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", ...args: any[]) => void;
4709
5683
  cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
4710
5684
  nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
4711
- formRenderRef: import("vue").Ref<HTMLElement | undefined>;
4712
- formWidth: import("vue").Ref<number>;
5685
+ formRenderRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
5686
+ formWidth: import("vue").Ref<number, number>;
4713
5687
  formHeight: import("vue").ComputedRef<string>;
4714
5688
  SchemaField: import("vue").DefineComponent<import("@formily/vue").ISchemaFieldProps>;
4715
5689
  businessCollector: import("..").BusinessCollector;
@@ -4722,13 +5696,21 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4722
5696
  formUUID: string;
4723
5697
  anchorBarRef: import("vue").Ref<{
4724
5698
  syncBarPosition: import("../../shared/types").AnyFn;
5699
+ } | undefined, {
5700
+ syncBarPosition: import("../../shared/types").AnyFn;
4725
5701
  } | undefined>;
4726
- currentAnchor: import("vue").WritableComputedRef<string>;
5702
+ currentAnchor: import("vue").WritableComputedRef<string, string>;
4727
5703
  updateAnchorList: (field: import("@formily/core").GeneralField) => void;
4728
5704
  anchorIdList: import("vue").Ref<{
4729
5705
  name: string;
4730
5706
  title: string;
4731
5707
  index: number;
5708
+ }[], (Record<"name" | "title", string> & {
5709
+ index: number;
5710
+ })[] | {
5711
+ name: string;
5712
+ title: string;
5713
+ index: number;
4732
5714
  }[]>;
4733
5715
  onScroll: (scrollEvent: Event) => void;
4734
5716
  generateAnchorList: (formModel: import("@formily/core").Form<any>) => Promise<void>;
@@ -4755,7 +5737,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4755
5737
  setGraph: (field: import("@formily/core").GeneralField) => void;
4756
5738
  removeGraph: (field: import("@formily/core").GeneralField) => void;
4757
5739
  lowCodeEventTrigger: (field: import("@formily/core").GeneralField) => void;
4758
- emitFormChange: import("vue").Ref<boolean>;
5740
+ emitFormChange: import("vue").Ref<boolean, boolean>;
4759
5741
  formModel: import("@formily/core").Form<{
4760
5742
  [x: string]: any;
4761
5743
  }>;
@@ -4832,7 +5814,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4832
5814
  "x-read-pretty"?: boolean | undefined;
4833
5815
  "x-compile-omitted"?: string[] | undefined;
4834
5816
  }>;
4835
- components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
5817
+ components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
4836
5818
  scope: import("../../shared/types").AnyObject;
4837
5819
  annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
4838
5820
  annotationShortcuts: (string | {
@@ -4867,8 +5849,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4867
5849
  selectMode: boolean;
4868
5850
  selectedFields: string[];
4869
5851
  linebarWidth: string | number;
4870
- linebarDirection: "horizontal" | "vertical";
4871
- linebarTextDirection: "horizontal" | "vertical";
5852
+ linebarDirection: "vertical" | "horizontal";
5853
+ linebarTextDirection: "vertical" | "horizontal";
4872
5854
  autoWidth: number | boolean;
4873
5855
  feedbackType: "default" | "tooltip";
4874
5856
  fixMemoLeak: boolean;
@@ -5051,16 +6033,16 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5051
6033
  onKeydown: (event: KeyboardEvent) => Promise<void>;
5052
6034
  clearSpan: (uuid: string) => void;
5053
6035
  exposeEvent: Omit<import("..").FormRenderExpose, "updateAnchor" | "getFieldList" | "optionInited" | "formModel" | "reload">;
5054
- useVersion: typeof import("../../shared/hooks").useVersion;
5055
- FormConsumer: import("vue").DefineComponent<{}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
5056
- FormProvider: import("vue").DefineComponent<Record<"form", any>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Record<"form", any>>>, {
6036
+ readonly useVersion: typeof import("../../shared/hooks").useVersion;
6037
+ readonly FormConsumer: import("vue").DefineComponent<{}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6038
+ readonly FormProvider: import("vue").DefineComponent<Record<"form", any>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Record<"form", any>>>, {
5057
6039
  form: any;
5058
- }>;
5059
- NConfigProvider: any;
5060
- NForm: any;
5061
- NTabPane: any;
5062
- NTabs: any;
5063
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready")[], "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
6040
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6041
+ readonly NConfigProvider: any;
6042
+ readonly NForm: any;
6043
+ readonly NTabPane: any;
6044
+ readonly NTabs: any;
6045
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready")[], "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
5064
6046
  fieldList: {
5065
6047
  type: import("vue").PropType<import("..").FieldItem[]>;
5066
6048
  };
@@ -5154,7 +6136,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5154
6136
  }>>;
5155
6137
  };
5156
6138
  components: {
5157
- type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
6139
+ type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
5158
6140
  default: () => {};
5159
6141
  };
5160
6142
  scope: {
@@ -5239,11 +6221,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5239
6221
  type: import("vue").PropType<string[]>;
5240
6222
  };
5241
6223
  linebarDirection: {
5242
- type: import("vue").PropType<"horizontal" | "vertical">;
6224
+ type: import("vue").PropType<"vertical" | "horizontal">;
5243
6225
  default: string;
5244
6226
  };
5245
6227
  linebarTextDirection: {
5246
- type: import("vue").PropType<"horizontal" | "vertical">;
6228
+ type: import("vue").PropType<"vertical" | "horizontal">;
5247
6229
  default: string;
5248
6230
  };
5249
6231
  linebarWidth: {
@@ -5268,18 +6250,18 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5268
6250
  lazyRender: BooleanConstructor;
5269
6251
  linebreaksToTitle: BooleanConstructor;
5270
6252
  dialogFn: {};
5271
- }>> & {
6253
+ }>> & Readonly<{
5272
6254
  onFormChange?: ((...args: any[]) => any) | undefined;
5273
6255
  onScroll?: ((...args: any[]) => any) | undefined;
5274
6256
  onAnnotationChange?: ((...args: any[]) => any) | undefined;
5275
6257
  "onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
5276
6258
  onLinebarChange?: ((...args: any[]) => any) | undefined;
5277
6259
  onReady?: ((...args: any[]) => any) | undefined;
5278
- }, {
6260
+ }>, {
6261
+ maxHeight: string | number;
5279
6262
  anchor: boolean;
5280
6263
  column: number;
5281
- maxHeight: string | number;
5282
- components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
6264
+ components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
5283
6265
  initialData: import("../../shared/types").AnyObject;
5284
6266
  parallelism: number;
5285
6267
  scope: import("../../shared/types").AnyObject;
@@ -5295,8 +6277,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5295
6277
  wordSplitFilter: boolean;
5296
6278
  selectMode: boolean;
5297
6279
  linebarWidth: string | number;
5298
- linebarDirection: "horizontal" | "vertical";
5299
- linebarTextDirection: "horizontal" | "vertical";
6280
+ linebarDirection: "vertical" | "horizontal";
6281
+ linebarTextDirection: "vertical" | "horizontal";
5300
6282
  autoWidth: number | boolean;
5301
6283
  feedbackType: "default" | "tooltip";
5302
6284
  fixMemoLeak: boolean;
@@ -5305,9 +6287,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5305
6287
  nominalAge: boolean;
5306
6288
  operationalFormInit: boolean;
5307
6289
  incrementalRender: boolean;
5308
- }>;
5309
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
5310
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "validateFailure")[], "update:modelValue" | "validateFailure", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
6290
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6291
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
6292
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "validateFailure")[], "update:modelValue" | "validateFailure", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
5311
6293
  modelValue: {
5312
6294
  type: ArrayConstructor;
5313
6295
  required: true;
@@ -5317,13 +6299,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5317
6299
  type: null;
5318
6300
  required: true;
5319
6301
  };
5320
- }>> & {
6302
+ }>> & Readonly<{
5321
6303
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
5322
6304
  onValidateFailure?: ((...args: any[]) => any) | undefined;
5323
- }, {
6305
+ }>, {
5324
6306
  modelValue: unknown[];
5325
- }>;
5326
- FormConfigMaterialItem: import("vue").DefineComponent<{
6307
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6308
+ readonly FormConfigMaterialItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
5327
6309
  formConfigItem: {
5328
6310
  type: import("vue").PropType<import("./src/types").FormConfigItem>;
5329
6311
  required: true;
@@ -5336,7 +6318,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5336
6318
  type: import("vue").PropType<import("./src/types").FormConfigItem[]>;
5337
6319
  default: () => never[];
5338
6320
  };
5339
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
6321
+ }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
5340
6322
  formConfigItem: {
5341
6323
  type: import("vue").PropType<import("./src/types").FormConfigItem>;
5342
6324
  required: true;
@@ -5349,13 +6331,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5349
6331
  type: import("vue").PropType<import("./src/types").FormConfigItem[]>;
5350
6332
  default: () => never[];
5351
6333
  };
5352
- }>>, {
6334
+ }>> & Readonly<{}>, {
5353
6335
  materialList: import("./src/types").FormConfigItem[];
5354
- }>;
5355
- FORM_CONFIG_GROUP: string;
5356
- NSelect: any;
5357
- NSpace: any;
5358
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("addItem" | "removeItem" | "reactionsValidateFailure")[], "addItem" | "removeItem" | "reactionsValidateFailure", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
6336
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6337
+ readonly FORM_CONFIG_GROUP: string;
6338
+ readonly NSelect: any;
6339
+ readonly NSpace: any;
6340
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("addItem" | "removeItem" | "reactionsValidateFailure")[], "addItem" | "removeItem" | "reactionsValidateFailure", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
5359
6341
  maxHeight: {
5360
6342
  type: StringConstructor;
5361
6343
  };
@@ -5437,7 +6419,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5437
6419
  "x-read-pretty"?: boolean | undefined;
5438
6420
  "x-compile-omitted"?: string[] | undefined;
5439
6421
  }>;
5440
- components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
6422
+ components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
5441
6423
  scope: import("../../shared/types").AnyObject;
5442
6424
  annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
5443
6425
  annotationShortcuts: (string | {
@@ -5472,8 +6454,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5472
6454
  selectMode: boolean;
5473
6455
  selectedFields: string[];
5474
6456
  linebarWidth: string | number;
5475
- linebarDirection: "horizontal" | "vertical";
5476
- linebarTextDirection: "horizontal" | "vertical";
6457
+ linebarDirection: "vertical" | "horizontal";
6458
+ linebarTextDirection: "vertical" | "horizontal";
5477
6459
  autoWidth: number | boolean;
5478
6460
  feedbackType: "default" | "tooltip";
5479
6461
  fixMemoLeak: boolean;
@@ -5486,11 +6468,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5486
6468
  type: import("vue").PropType<((payload: import("./src/types").FormConfigBeforeMovePayload) => boolean | void) | undefined>;
5487
6469
  };
5488
6470
  showLowCodeReactions: BooleanConstructor;
5489
- }>> & {
6471
+ }>> & Readonly<{
5490
6472
  onAddItem?: ((...args: any[]) => any) | undefined;
5491
6473
  onRemoveItem?: ((...args: any[]) => any) | undefined;
5492
6474
  onReactionsValidateFailure?: ((...args: any[]) => any) | undefined;
5493
- }, {
6475
+ }>, {
5494
6476
  showLowCodeReactions: boolean;
5495
- }>>;
6477
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
5496
6478
  export default FormConfig;