cnhis-design-vue 3.4.0-beta.3 → 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 (576) 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 +201 -141
  61. package/es/components/button-print/src/ButtonPrint.vue.d.ts +201 -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 +101 -71
  68. package/es/components/button-print/src/components/NewPrintComponent.vue2.js +85 -84
  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 +219 -157
  163. package/es/components/field-set/src/FieldColor.vue2.js +10 -9
  164. package/es/components/field-set/src/FieldFilter.vue.d.ts +80 -54
  165. package/es/components/field-set/src/FieldFilter.vue2.js +12 -11
  166. package/es/components/field-set/src/FieldSet.vue.d.ts +82 -68
  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 +36 -36
  179. package/es/components/field-set/src/components/table-row.vue2.js +28 -26
  180. package/es/components/form-config/index.d.ts +1402 -425
  181. package/es/components/form-config/src/FormConfig.vue.d.ts +1402 -425
  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 +1101 -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 +118 -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/input.d.ts +5 -5
  211. package/es/components/form-render/src/components/renderer/inputNumber.d.ts +7 -7
  212. package/es/components/form-render/src/components/renderer/levelSearchCascader/index.d.ts +5 -5
  213. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +31 -31
  214. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue2.js +6 -6
  215. package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +31 -31
  216. package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +18 -18
  217. package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +5 -5
  218. package/es/components/form-render/src/components/renderer/searchCascade.d.ts +5 -5
  219. package/es/components/form-render/src/components/renderer/select.d.ts +5 -5
  220. package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +2 -2
  221. package/es/components/form-render/src/components/renderer/slider.d.ts +4 -4
  222. package/es/components/form-render/src/components/renderer/switch.d.ts +5 -5
  223. package/es/components/form-render/src/components/renderer/text.d.ts +3 -3
  224. package/es/components/form-render/src/components/renderer/textarea.d.ts +5 -5
  225. package/es/components/form-render/src/components/renderer/time.d.ts +3 -3
  226. package/es/components/form-render/src/components/tooltipMessage.vue.d.ts +9 -9
  227. package/es/components/form-render/src/components/tooltipMessage.vue2.js +1 -1
  228. package/es/components/form-render/src/hooks/useAnchor.d.ts +9 -1
  229. package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -1
  230. package/es/components/form-render/src/hooks/useComplexOptions.d.ts +3 -3
  231. package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +6 -6
  232. package/es/components/form-render/src/hooks/useFormField.d.ts +1 -1
  233. package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +12 -12
  234. package/es/components/form-render/src/utils/index.d.ts +3 -3
  235. package/es/components/grid/index.d.ts +1 -1
  236. package/es/components/grid/src/Grid.d.ts +1 -1
  237. package/es/components/guide/src/renderer.d.ts +5 -5
  238. package/es/components/iho-chat/index.d.ts +834 -760
  239. package/es/components/iho-chat/src/Index.vue.d.ts +834 -760
  240. package/es/components/iho-chat/src/Index.vue2.js +4 -3
  241. package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +42 -42
  242. package/es/components/iho-chat/src/components/ChatAdd.vue2.js +51 -51
  243. package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +122 -88
  244. package/es/components/iho-chat/src/components/ChatFile.vue2.js +7 -7
  245. package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +66 -64
  246. package/es/components/iho-chat/src/components/ChatFooter.vue2.js +101 -103
  247. package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +306 -272
  248. package/es/components/iho-chat/src/components/ChatHeader.vue2.js +13 -13
  249. package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +191 -177
  250. package/es/components/iho-chat/src/components/ChatMain.vue2.js +6 -6
  251. package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +61 -61
  252. package/es/components/iho-chat/src/components/ChatRecord.vue2.js +71 -77
  253. package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +34 -34
  254. package/es/components/iho-chat/src/components/ChatSearch.vue2.js +42 -45
  255. package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +65 -65
  256. package/es/components/iho-chat/src/components/ChatSet.vue2.js +128 -138
  257. package/es/components/iho-chat/src/components/ContextMenu.d.ts +5 -5
  258. package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +40 -22
  259. package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +20 -21
  260. package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +9 -9
  261. package/es/components/iho-chat/src/components/MessageEvent.vue2.js +11 -13
  262. package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +32 -32
  263. package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +2 -2
  264. package/es/components/iho-chat/src/components/MessageTemplate.vue.d.ts +18 -22
  265. package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +34 -36
  266. package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +82 -64
  267. package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +84 -90
  268. package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +13 -13
  269. package/es/components/iho-chat/src/components/PersonProfile.vue2.js +3 -3
  270. package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +15 -15
  271. package/es/components/iho-chat/src/components/SelectLabel.vue2.js +3 -2
  272. package/es/components/iho-chat/src/components/SiderList.vue.d.ts +69 -63
  273. package/es/components/iho-chat/src/components/SiderList.vue2.js +2 -2
  274. package/es/components/iho-chat/src/components/Video.vue.d.ts +13 -13
  275. package/es/components/iho-chat/src/components/Video.vue2.js +36 -40
  276. package/es/components/iho-chat/src/components/userItemRender.d.ts +5 -5
  277. package/es/components/iho-chat/src/hooks/useData.d.ts +6 -6
  278. package/es/components/iho-chat/src/hooks/useDraggable.d.ts +8 -2
  279. package/es/components/iho-chat/src/hooks/useSearchPatientList.d.ts +1 -1
  280. package/es/components/iho-chat/src/hooks/useSearchUserList.d.ts +1 -1
  281. package/es/components/iho-chat/src/hooks/useVideo.d.ts +11 -6
  282. package/es/components/iho-chat/src/utils/index.d.ts +1 -1
  283. package/es/components/iho-table/index.d.ts +3102 -1550
  284. package/es/components/iho-table/src/IhoTable.vue.d.ts +3103 -1551
  285. package/es/components/iho-table/src/IhoTable.vue2.js +9 -8
  286. package/es/components/iho-table/src/constants/index.d.ts +2 -2
  287. package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +2 -2
  288. package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +1 -1
  289. package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
  290. package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +1 -1
  291. package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +1 -1
  292. package/es/components/iho-table/src/hooks/useTableContext.d.ts +3 -3
  293. package/es/components/iho-table/src/plugins/anchorPlugin/tableAnchor.d.ts +1 -1
  294. package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +6 -2
  295. package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue.d.ts +477 -207
  296. package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +17 -16
  297. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +21 -21
  298. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue2.js +1 -1
  299. package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue.d.ts +21 -21
  300. package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue2.js +19 -16
  301. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +31 -31
  302. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +32 -29
  303. package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue.d.ts +11 -11
  304. package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +5 -5
  305. package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue.d.ts +8 -8
  306. package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue2.js +1 -1
  307. package/es/components/iho-table/src/plugins/pagerScrollPlugin/utils.d.ts +9 -9
  308. package/es/components/iho-table/src/plugins/pluginHooks/useFilter.d.ts +2 -2
  309. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +26 -26
  310. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +7 -6
  311. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +1 -1
  312. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +50 -47
  313. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue2.js +2 -1
  314. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +6 -6
  315. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +15 -13
  316. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue2.js +4 -4
  317. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +39 -39
  318. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +8 -7
  319. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.d.ts +1 -1
  320. package/es/components/iho-table/src/utils/index.d.ts +2 -2
  321. package/es/components/iho-table/src/utils/separateMap.d.ts +14 -1
  322. package/es/components/info-header/index.d.ts +195 -355
  323. package/es/components/info-header/src/InfoHeader.vue.d.ts +195 -355
  324. package/es/components/info-header/src/InfoHeader.vue2.js +6 -5
  325. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +37 -46
  326. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +23 -23
  327. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +44 -63
  328. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue2.js +11 -11
  329. package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.d.ts +15 -15
  330. package/es/components/info-header/src/components/infoDescription/HiddenContent.vue2.js +4 -4
  331. package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.d.ts +7 -7
  332. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +109 -129
  333. package/es/components/info-header/src/components/infoDescription/index.vue2.js +9 -9
  334. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +65 -68
  335. package/es/components/info-header/src/components/patientInfo/index.vue2.js +16 -14
  336. package/es/components/keyboard/index.d.ts +77 -65
  337. package/es/components/keyboard/src/Keyboard.vue.d.ts +77 -65
  338. package/es/components/keyboard/src/Keyboard.vue2.js +23 -23
  339. package/es/components/keyboard/src/components/InputNumber.vue.d.ts +16 -16
  340. package/es/components/keyboard/src/components/InputNumber.vue2.js +4 -3
  341. package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +46 -40
  342. package/es/components/keyboard/src/components/NumberPanel.vue2.js +12 -12
  343. package/es/components/map/index.d.ts +12 -12
  344. package/es/components/map/src/Map.vue.d.ts +12 -12
  345. package/es/components/map/src/Map.vue2.js +12 -12
  346. package/es/components/picture-clipper/index.d.ts +11 -11
  347. package/es/components/picture-clipper/src/PictureClipper.vue.d.ts +11 -11
  348. package/es/components/picture-clipper/src/PictureClipper.vue2.js +9 -8
  349. package/es/components/quick-search/index.d.ts +73 -32
  350. package/es/components/quick-search/src/index.vue.d.ts +73 -32
  351. package/es/components/quick-search/src/index.vue2.js +17 -17
  352. package/es/components/recommend-search/index.d.ts +79 -79
  353. package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +79 -79
  354. package/es/components/recommend-search/src/RecommendSearch.vue2.js +6 -5
  355. package/es/components/recommend-search/src/components/BaseSearch.d.ts +7 -7
  356. package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +34 -34
  357. package/es/components/recommend-search/src/components/RecommendInput.vue2.js +27 -28
  358. package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +9 -9
  359. package/es/components/recommend-search/src/components/RecommendMenu.vue2.js +8 -8
  360. package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +29 -29
  361. package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +15 -15
  362. package/es/components/scale-view/index.d.ts +107 -87
  363. package/es/components/scale-view/src/ScaleView.vue.d.ts +66 -63
  364. package/es/components/scale-view/src/ScaleView.vue2.js +18 -16
  365. package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +7 -7
  366. package/es/components/scale-view/src/components/AnswerParse.vue2.js +36 -36
  367. package/es/components/scale-view/src/components/DescribeContent.vue.d.ts +7 -7
  368. package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +12 -12
  369. package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +44 -44
  370. package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -10
  371. package/es/components/scale-view/src/components/EvaluatePage.vue2.js +27 -26
  372. package/es/components/scale-view/src/components/LoadingCom.vue.js +1 -3
  373. package/es/components/scale-view/src/components/NoData.vue.d.ts +7 -7
  374. package/es/components/scale-view/src/components/NoData.vue2.js +4 -4
  375. package/es/components/scale-view/src/components/ScaleScore.d.ts +5 -5
  376. package/es/components/scale-view/src/components/formitem/r-address.d.ts +9 -6
  377. package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +10 -6
  378. package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +11 -6
  379. package/es/components/scale-view/src/components/formitem/r-collection.d.ts +8 -5
  380. package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +9 -6
  381. package/es/components/scale-view/src/components/formitem/r-input.d.ts +8 -6
  382. package/es/components/scale-view/src/components/formitem/r-map.d.ts +70 -6
  383. package/es/components/scale-view/src/components/formitem/r-radio.d.ts +11 -6
  384. package/es/components/scale-view/src/components/formitem/r-select.d.ts +10 -6
  385. package/es/components/scale-view/src/components/formitem/r-sign.d.ts +155 -6
  386. package/es/components/scale-view/src/components/formitem/r-upload.d.ts +11 -6
  387. package/es/components/scale-view/src/components/formitem/sign-com.d.ts +6 -6
  388. package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +9 -5
  389. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +9 -17
  390. package/es/components/search-cascader/index.d.ts +27 -27
  391. package/es/components/search-cascader/src/SearchCascader.vue.d.ts +27 -27
  392. package/es/components/search-cascader/src/SearchCascader.vue2.js +9 -8
  393. package/es/components/search-cascader/src/components/ClearIcon.vue.js +11 -13
  394. package/es/components/search-cascader/src/components/SearchMenu.d.ts +5 -5
  395. package/es/components/select-label/index.d.ts +119 -155
  396. package/es/components/select-label/src/LabelFormContent.vue.d.ts +26 -48
  397. package/es/components/select-label/src/LabelFormContent.vue2.js +38 -40
  398. package/es/components/select-label/src/SelectLabel.vue.d.ts +42 -64
  399. package/es/components/select-label/src/SelectLabel.vue2.js +26 -27
  400. package/es/components/select-label/src/components/label-classify.vue.d.ts +14 -24
  401. package/es/components/select-label/src/components/label-classify.vue2.js +41 -44
  402. package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +29 -21
  403. package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +28 -30
  404. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +45 -37
  405. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +14 -14
  406. package/es/components/select-label/src/ihoLabel/iho-label-classify.vue.d.ts +17 -9
  407. package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +24 -27
  408. package/es/components/select-label/src/index.vue.d.ts +93 -107
  409. package/es/components/select-label/src/index.vue2.js +2 -1
  410. package/es/components/select-person/index.d.ts +257 -190
  411. package/es/components/select-person/src/SelectPerson.vue.d.ts +124 -87
  412. package/es/components/select-person/src/SelectPerson.vue2.js +23 -19
  413. package/es/components/select-person/src/SelectPersonRole.vue.d.ts +80 -66
  414. package/es/components/select-person/src/SelectPersonRole.vue2.js +14 -14
  415. package/es/components/select-person/src/SelectPersonType.vue.d.ts +41 -31
  416. package/es/components/select-person/src/SelectPersonType.vue2.js +7 -7
  417. package/es/components/select-person/src/components/GroupItem.vue.d.ts +5 -5
  418. package/es/components/select-person/src/components/GroupItem.vue2.js +2 -1
  419. package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +39 -39
  420. package/es/components/select-person/src/components/SearchGroupList.vue2.js +4 -3
  421. package/es/components/select-person/src/components/SearchMultiple.vue.d.ts +17 -18
  422. package/es/components/select-person/src/components/SearchMultiple.vue2.js +3 -2
  423. package/es/components/select-person/src/components/SearchOrgAndStaff.vue.d.ts +19 -20
  424. package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +7 -6
  425. package/es/components/select-person/src/components/TagItem.vue.d.ts +11 -11
  426. package/es/components/select-person/src/components/TagItem.vue2.js +2 -1
  427. package/es/components/select-person/src/index.vue.d.ts +307 -240
  428. package/es/components/select-person/src/index.vue2.js +8 -7
  429. package/es/components/select-person/src/utils/index.d.ts +1 -1
  430. package/es/components/shortcut-provider/index.d.ts +9 -9
  431. package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +9 -9
  432. package/es/components/shortcut-provider/src/hooks/useShortcutSignature.d.ts +1 -1
  433. package/es/components/shortcut-setter/index.d.ts +287 -81
  434. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +287 -81
  435. package/es/components/shortcut-setter/src/ShortcutSetter.vue2.js +4 -3
  436. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +13 -23
  437. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue2.js +11 -10
  438. package/es/components/slider-tree/index.d.ts +22 -22
  439. package/es/components/slider-tree/src/index.vue.d.ts +22 -22
  440. package/es/components/slider-tree/src/index.vue2.js +6 -5
  441. package/es/components/step-notice/index.d.ts +58 -58
  442. package/es/components/step-notice/src/StepNotice.vue.d.ts +57 -57
  443. package/es/components/step-notice/src/StepNotice.vue2.js +6 -5
  444. package/es/components/step-notice/src/components/NoticeConnection.vue.d.ts +12 -12
  445. package/es/components/step-notice/src/components/NoticeConnection.vue2.js +3 -3
  446. package/es/components/step-notice/src/components/NoticeItem.vue.d.ts +40 -40
  447. package/es/components/step-notice/src/components/NoticeItem.vue2.js +4 -4
  448. package/es/components/step-notice/src/components/NoticeItemAside.vue.d.ts +9 -9
  449. package/es/components/step-notice/src/components/NoticeItemAside.vue2.js +3 -4
  450. package/es/components/step-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
  451. package/es/components/steps-wheel/index.d.ts +17 -17
  452. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +17 -17
  453. package/es/components/steps-wheel/src/StepsWheel.vue2.js +4 -4
  454. package/es/components/table-export-field/index.d.ts +82 -66
  455. package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +33 -27
  456. package/es/components/table-export-field/src/components/ExportModal.vue2.js +13 -12
  457. package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +23 -23
  458. package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +8 -7
  459. package/es/components/table-export-field/src/index.vue.d.ts +82 -66
  460. package/es/components/table-export-field/src/index.vue2.js +6 -5
  461. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +71 -71
  462. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +18 -17
  463. package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +25 -25
  464. package/es/components/table-filter/src/components/bi-filter/components/Date.vue2.js +7 -6
  465. package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.d.ts +11 -11
  466. package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue2.js +5 -4
  467. package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.d.ts +11 -11
  468. package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue2.js +5 -4
  469. package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +12 -12
  470. package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue2.js +7 -6
  471. package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +59 -59
  472. package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +94 -94
  473. package/es/components/table-filter/src/components/bi-filter/index.vue2.js +49 -54
  474. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +230 -224
  475. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +41 -40
  476. package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.d.ts +15 -15
  477. package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue2.js +10 -9
  478. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +44 -44
  479. package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +19 -18
  480. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +47 -47
  481. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +27 -26
  482. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue.d.ts +19 -13
  483. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +8 -7
  484. package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue.d.ts +11 -11
  485. package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue2.js +5 -4
  486. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue.d.ts +13 -13
  487. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +5 -5
  488. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +43 -43
  489. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +10 -9
  490. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +12 -12
  491. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue2.js +7 -6
  492. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +14 -14
  493. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +7 -6
  494. package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue.d.ts +14 -14
  495. package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue2.js +7 -6
  496. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +216 -210
  497. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +253 -247
  498. package/es/components/table-filter/src/components/classify-filter/index.vue2.js +40 -43
  499. package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +12 -12
  500. package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue2.js +3 -2
  501. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +39 -39
  502. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +10 -9
  503. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +27 -27
  504. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +2 -1
  505. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +10 -10
  506. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +2 -1
  507. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +39 -39
  508. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +14 -14
  509. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +27 -27
  510. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +2 -1
  511. package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue.d.ts +13 -13
  512. package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +11 -10
  513. package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue.d.ts +13 -13
  514. package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +5 -5
  515. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +18 -18
  516. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +22 -23
  517. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +14 -14
  518. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +7 -6
  519. package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +11 -11
  520. package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +5 -4
  521. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +49 -43
  522. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +10 -9
  523. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +24 -24
  524. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +10 -9
  525. package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue.d.ts +11 -11
  526. package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue2.js +7 -6
  527. package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue.d.ts +13 -13
  528. package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue2.js +6 -5
  529. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +285 -279
  530. package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +5 -5
  531. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +272 -266
  532. package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
  533. package/es/components/time-line/index.d.ts +11 -11
  534. package/es/components/time-line/src/TimeLine.vue.d.ts +11 -11
  535. package/es/components/time-picker/index.d.ts +19 -19
  536. package/es/components/time-picker/src/TimePicker.vue.d.ts +19 -19
  537. package/es/components/time-picker/src/TimePicker.vue2.js +6 -5
  538. package/es/components/tooth-bitmap/index.d.ts +14 -14
  539. package/es/components/tooth-bitmap/src/ToothBitmap.vue.d.ts +12 -12
  540. package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +12 -11
  541. package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +19 -22
  542. package/es/components/vertify/src/components/IdentityVerification.vue2.js +12 -11
  543. package/es/components/vod-chunk-upload/index.d.ts +248 -28
  544. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +18 -18
  545. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +39 -40
  546. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +248 -28
  547. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +63 -64
  548. package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +207 -5
  549. package/es/env.d.ts +25 -25
  550. package/es/shared/components/AbbrText/AbbrText.d.ts +3 -3
  551. package/es/shared/components/ArrowIcon/ArrowIcon.vue.js +6 -8
  552. package/es/shared/components/CancelRadio/CancelRadio.d.ts +6 -6
  553. package/es/shared/components/DateIcon/DateIcon.vue.js +11 -13
  554. package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +5 -5
  555. package/es/shared/components/JSONTree/JSONTree.vue.d.ts +8 -8
  556. package/es/shared/components/JSONTree/JSONTree.vue2.js +1 -1
  557. package/es/shared/components/SelectPage/SelectPage.vue.d.ts +10 -10
  558. package/es/shared/components/SelectPage/SelectPage.vue2.js +2 -2
  559. package/es/shared/components/SlotRender/SlotRender.d.ts +3 -3
  560. package/es/shared/components/SvgIcon/SvgIcon.vue.d.ts +6 -10
  561. package/es/shared/components/SvgIcon/SvgIcon.vue2.js +5 -5
  562. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +9 -17
  563. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue2.js +9 -9
  564. package/es/shared/components/no-data/NoData.vue.d.ts +7 -7
  565. package/es/shared/components/no-data/NoData.vue2.js +5 -5
  566. package/es/shared/components/player-vod/index.vue.d.ts +1 -1
  567. package/es/shared/components/player-vod/player.d.ts +4 -4
  568. package/es/shared/components/player-vod/video-list.d.ts +77 -4
  569. package/es/shared/components/player-vod/video-modal.d.ts +23 -5
  570. package/es/shared/hooks/selectHooks/useOptionFiltered.d.ts +2 -2
  571. package/es/shared/hooks/selectHooks/useSearchContent.d.ts +1 -1
  572. package/es/shared/hooks/selectHooks/useSelectRenders.d.ts +4 -4
  573. package/es/shared/hooks/useLevelSearchCascader.d.ts +7 -4
  574. package/es/shared/package.json.js +1 -1
  575. package/es/shared/utils/index.d.ts +1 -1
  576. 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;
@@ -1827,7 +1869,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1827
1869
  placeholder?: string | undefined;
1828
1870
  validate?: {
1829
1871
  [x: string]: any;
1830
- 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;
1831
1873
  vali_obj?: string | undefined;
1832
1874
  max_value?: string | number | undefined;
1833
1875
  min_value?: string | number | undefined;
@@ -1836,28 +1878,226 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1836
1878
  min_length?: string | number | undefined;
1837
1879
  max_length?: string | number | undefined;
1838
1880
  decimal_length?: string | number | undefined;
1839
- regular_expression?: string | {
1840
- exec: (string: string) => RegExpExecArray | null;
1841
- test: (string: string) => boolean;
1842
- readonly source: string;
1843
- readonly global: boolean;
1844
- readonly ignoreCase: boolean;
1845
- readonly multiline: boolean;
1846
- lastIndex: number;
1847
- compile: (pattern: string, flags?: string | undefined) => RegExp;
1848
- readonly flags: string;
1849
- readonly sticky: boolean;
1850
- readonly unicode: boolean;
1851
- readonly dotAll: boolean;
1852
- [Symbol.match]: (string: string) => RegExpMatchArray | null;
1853
- [Symbol.replace]: {
1854
- (string: string, replaceValue: string): string;
1855
- (string: string, replacer: (substring: string, ...args: any[]) => string): string;
1856
- };
1857
- [Symbol.search]: (string: string) => number;
1858
- [Symbol.split]: (string: string, limit?: number | undefined) => string[];
1859
- [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;
1860
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;
1861
2101
  regular_error_tip?: string | undefined;
1862
2102
  message?: string | undefined;
1863
2103
  } | undefined;
@@ -1971,8 +2211,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1971
2211
  editor_title?: string | undefined;
1972
2212
  editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
1973
2213
  linebarWidth?: string | undefined;
1974
- linebarDirection?: "horizontal" | "vertical" | undefined;
1975
- linebarTextDirection?: "horizontal" | "vertical" | undefined;
2214
+ linebarDirection?: "vertical" | "horizontal" | undefined;
2215
+ linebarTextDirection?: "vertical" | "horizontal" | undefined;
1976
2216
  labelColor?: string | undefined;
1977
2217
  fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
1978
2218
  confirmBeforeValueChange?: boolean | undefined;
@@ -1986,10 +2226,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1986
2226
  updateOriginValue: boolean;
1987
2227
  } | undefined;
1988
2228
  selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
1989
- unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
2229
+ unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
1990
2230
  condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
1991
- max_date_unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
1992
- 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;
1993
2233
  max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
1994
2234
  min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
1995
2235
  fieldTitleColor?: string | undefined;
@@ -2012,7 +2252,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2012
2252
  slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
2013
2253
  wrapperStyle?: Record<string, string | number> | undefined;
2014
2254
  childFieldStrategy?: "checked" | "all" | undefined;
2015
- childWidthMode?: "inner" | "outer" | undefined;
2255
+ childWidthMode?: "outer" | "inner" | undefined;
2016
2256
  validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
2017
2257
  field: import("@formily/core").Field<any, any, any, any>;
2018
2258
  form: import("@formily/core").Form<any>;
@@ -2091,7 +2331,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2091
2331
  originalSetting?: {
2092
2332
  [x: string]: any;
2093
2333
  val_key: string;
2094
- 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";
2095
2335
  annotation?: boolean | undefined;
2096
2336
  val_key_unit?: string | undefined;
2097
2337
  is_edit?: import("..").FormCommonState | undefined;
@@ -2107,7 +2347,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2107
2347
  placeholder?: string | undefined;
2108
2348
  validate?: {
2109
2349
  [x: string]: any;
2110
- 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;
2111
2351
  vali_obj?: string | undefined;
2112
2352
  max_value?: string | number | undefined;
2113
2353
  min_value?: string | number | undefined;
@@ -2116,28 +2356,543 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2116
2356
  min_length?: string | number | undefined;
2117
2357
  max_length?: string | number | undefined;
2118
2358
  decimal_length?: string | number | undefined;
2119
- regular_expression?: string | {
2120
- exec: (string: string) => RegExpExecArray | null;
2121
- test: (string: string) => boolean;
2122
- readonly source: string;
2123
- readonly global: boolean;
2124
- readonly ignoreCase: boolean;
2125
- readonly multiline: boolean;
2126
- lastIndex: number;
2127
- compile: (pattern: string, flags?: string | undefined) => RegExp;
2128
- readonly flags: string;
2129
- readonly sticky: boolean;
2130
- readonly unicode: boolean;
2131
- readonly dotAll: boolean;
2132
- [Symbol.match]: (string: string) => RegExpMatchArray | null;
2133
- [Symbol.replace]: {
2134
- (string: string, replaceValue: string): string;
2135
- (string: string, replacer: (substring: string, ...args: any[]) => string): string;
2136
- };
2137
- [Symbol.search]: (string: string) => number;
2138
- [Symbol.split]: (string: string, limit?: number | undefined) => string[];
2139
- [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
2359
+ regular_expression?: string | RegExp | undefined;
2360
+ regular_error_tip?: string | undefined;
2361
+ message?: string | undefined;
2362
+ } | undefined;
2363
+ option?: {
2364
+ [x: string]: any;
2365
+ keyword?: string | undefined;
2366
+ disabled?: boolean | undefined;
2367
+ children?: any[] | undefined;
2368
+ childrenFields?: any[] | undefined;
2369
+ }[] | undefined;
2370
+ multi_select?: import("..").FormCommonState | undefined;
2371
+ multi_select_value?: string | number | undefined;
2372
+ wordbook?: {
2373
+ level_num?: number | undefined;
2374
+ id?: string | undefined;
2375
+ name?: string | undefined;
2376
+ render_key?: string[] | undefined;
2377
+ search_key?: string[] | undefined;
2378
+ value_key?: string | undefined;
2379
+ queryParams?: string[] | undefined;
2380
+ primary_key?: string | undefined;
2381
+ type?: string | undefined;
2382
+ level_key?: string | undefined;
2383
+ link_key?: string | undefined;
2384
+ link_key_split?: string | undefined;
2385
+ show_key?: string | string[] | undefined;
2386
+ conObj?: import("../../shared/types").AnyObject[] | undefined;
2387
+ conObjFirstLevel?: import("../../shared/types").AnyObject[] | undefined;
2388
+ setting?: {
2389
+ cascading?: {
2390
+ 'form.name': string;
2391
+ value: string;
2392
+ }[] | undefined;
2140
2393
  } | undefined;
2394
+ } | undefined;
2395
+ open?: {
2396
+ value?: any;
2397
+ describe?: string | undefined;
2398
+ } | undefined;
2399
+ close?: {
2400
+ value?: any;
2401
+ describe?: string | undefined;
2402
+ } | undefined;
2403
+ requiredReminderContent?: string | undefined;
2404
+ date_format?: string | undefined;
2405
+ step_length?: string | number | undefined;
2406
+ urlConfig?: {
2407
+ [x: string]: any;
2408
+ url: string;
2409
+ method?: import("../../shared/hooks").FormRequestDefine.RequestType | undefined;
2410
+ nameKey?: string | undefined;
2411
+ valueKey?: string | undefined;
2412
+ showKey?: string | undefined;
2413
+ searchKey?: string[] | undefined;
2414
+ params?: import("../../shared/types").AnyObject | undefined;
2415
+ dependKey?: string | Record<string, string> | (string | {
2416
+ paramName: string;
2417
+ paramValue?: string | undefined;
2418
+ required?: boolean | undefined;
2419
+ keepValue?: boolean | undefined;
2420
+ })[] | undefined;
2421
+ } | undefined;
2422
+ suffixConfig?: any | any[] | undefined;
2423
+ prefixConfig?: any | any[] | undefined;
2424
+ autograph?: string | undefined;
2425
+ defined_error_msg?: string | undefined;
2426
+ extendKey?: string | undefined;
2427
+ is_not_fold?: string | undefined;
2428
+ remark?: string | undefined;
2429
+ remarkTo?: string | HTMLElement | undefined;
2430
+ free_entry?: import("..").FormCommonState | undefined;
2431
+ save_free_entry?: import("..").FormCommonState | undefined;
2432
+ initialize_high?: number | undefined;
2433
+ bindEventSetting?: {
2434
+ [x: string]: unknown;
2435
+ event_type: import("../../shared/types").LowCodeTypes.EVENT_TYPE;
2436
+ event_field?: string | undefined;
2437
+ params?: {
2438
+ p_value?: string | undefined;
2439
+ p_name: string;
2440
+ p_select: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
2441
+ }[] | undefined;
2442
+ results?: {
2443
+ p_value: string;
2444
+ p_name: string;
2445
+ }[] | undefined;
2446
+ compareMap?: {
2447
+ NULL?: ((v1: any, v2: any) => boolean) | undefined;
2448
+ EQ?: ((v1: any, v2: any) => boolean) | undefined;
2449
+ BIG?: ((v1: any, v2: any) => boolean) | undefined;
2450
+ LESS?: ((v1: any, v2: any) => boolean) | undefined;
2451
+ BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
2452
+ LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
2453
+ CL?: ((v1: any, v2: any) => boolean) | undefined;
2454
+ NC?: ((v1: any, v2: any) => boolean) | undefined;
2455
+ NEQ?: ((v1: any, v2: any) => boolean) | undefined;
2456
+ NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
2457
+ } | undefined;
2458
+ }[] | undefined;
2459
+ show_mode?: import("../../shared/types").LowCodeTypes.showModeType | undefined;
2460
+ is_allow_check_mid?: import("..").FormCommonState | undefined;
2461
+ allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
2462
+ prefix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
2463
+ suffix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
2464
+ allowSlash?: string | boolean | undefined;
2465
+ allowModify?: import("..").FormCommonState | undefined;
2466
+ show_key?: string | undefined;
2467
+ whiteList?: string[] | undefined;
2468
+ bordered?: string | boolean | undefined;
2469
+ displayMode?: "form" | "table" | undefined;
2470
+ editor_title?: string | undefined;
2471
+ editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
2472
+ linebarWidth?: string | undefined;
2473
+ linebarDirection?: "vertical" | "horizontal" | undefined;
2474
+ linebarTextDirection?: "vertical" | "horizontal" | undefined;
2475
+ labelColor?: string | undefined;
2476
+ fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
2477
+ confirmBeforeValueChange?: boolean | undefined;
2478
+ confirmBeforeValueChangeProps?: {
2479
+ [x: string]: any;
2480
+ content: string | ((params: {
2481
+ fieldName: string;
2482
+ newValue: any;
2483
+ oldValue: any;
2484
+ }) => any);
2485
+ updateOriginValue: boolean;
2486
+ } | undefined;
2487
+ selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
2488
+ unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
2489
+ condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
2490
+ max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
2491
+ min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
2492
+ max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
2493
+ min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
2494
+ fieldTitleColor?: string | undefined;
2495
+ fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
2496
+ content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
2497
+ lazyRequest?: boolean | undefined;
2498
+ requestCache?: boolean | undefined;
2499
+ maxGroupNum?: number | undefined;
2500
+ minGroupNum?: number | undefined;
2501
+ jsonCombination?: boolean | undefined;
2502
+ combinationItemDeletable?: boolean | import("..").CombinationItemDeletableFn | undefined;
2503
+ children?: any[] | undefined;
2504
+ properties?: any[] | undefined;
2505
+ componentProps?: import("../../shared/types").AnyObject | undefined;
2506
+ decoratorProps?: import("../../shared/types").AnyObject | undefined;
2507
+ noDecorator?: {
2508
+ valueOf: () => boolean;
2509
+ } | undefined;
2510
+ display?: "flex" | "grid" | undefined;
2511
+ slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
2512
+ wrapperStyle?: Record<string, string | number> | undefined;
2513
+ childFieldStrategy?: "checked" | "all" | undefined;
2514
+ childWidthMode?: "outer" | "inner" | undefined;
2515
+ validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
2516
+ field: import("@formily/core").Field<any, any, any, any>;
2517
+ form: import("@formily/core").Form<any>;
2518
+ value: unknown;
2519
+ validator: import("../../shared/types").AnyFn;
2520
+ }) => string | void) | undefined;
2521
+ reactions?: {
2522
+ [x: string]: any;
2523
+ dependencies?: string[] | undefined;
2524
+ target?: string | undefined;
2525
+ effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
2526
+ when?: string | boolean | undefined;
2527
+ fulfill?: {
2528
+ state?: import("../../shared/types").AnyObject | undefined;
2529
+ run?: string | undefined;
2530
+ } | undefined;
2531
+ otherwise?: {
2532
+ state?: import("../../shared/types").AnyObject | undefined;
2533
+ run?: string | undefined;
2534
+ } | undefined;
2535
+ } | {
2536
+ [x: string]: any;
2537
+ dependencies?: string[] | undefined;
2538
+ target?: string | undefined;
2539
+ effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
2540
+ when?: string | boolean | undefined;
2541
+ fulfill?: {
2542
+ state?: import("../../shared/types").AnyObject | undefined;
2543
+ run?: string | undefined;
2544
+ } | undefined;
2545
+ otherwise?: {
2546
+ state?: import("../../shared/types").AnyObject | undefined;
2547
+ run?: string | undefined;
2548
+ } | undefined;
2549
+ }[] | undefined;
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;
2141
2896
  regular_error_tip?: string | undefined;
2142
2897
  message?: string | undefined;
2143
2898
  } | undefined;
@@ -2251,8 +3006,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2251
3006
  editor_title?: string | undefined;
2252
3007
  editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
2253
3008
  linebarWidth?: string | undefined;
2254
- linebarDirection?: "horizontal" | "vertical" | undefined;
2255
- linebarTextDirection?: "horizontal" | "vertical" | undefined;
3009
+ linebarDirection?: "vertical" | "horizontal" | undefined;
3010
+ linebarTextDirection?: "vertical" | "horizontal" | undefined;
2256
3011
  labelColor?: string | undefined;
2257
3012
  fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
2258
3013
  confirmBeforeValueChange?: boolean | undefined;
@@ -2266,10 +3021,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2266
3021
  updateOriginValue: boolean;
2267
3022
  } | undefined;
2268
3023
  selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
2269
- unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
3024
+ unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
2270
3025
  condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
2271
- max_date_unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
2272
- min_date_unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
3026
+ max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
3027
+ min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
2273
3028
  max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
2274
3029
  min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
2275
3030
  fieldTitleColor?: string | undefined;
@@ -2292,7 +3047,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2292
3047
  slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
2293
3048
  wrapperStyle?: Record<string, string | number> | undefined;
2294
3049
  childFieldStrategy?: "checked" | "all" | undefined;
2295
- childWidthMode?: "inner" | "outer" | undefined;
3050
+ childWidthMode?: "outer" | "inner" | undefined;
2296
3051
  validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
2297
3052
  field: import("@formily/core").Field<any, any, any, any>;
2298
3053
  form: import("@formily/core").Form<any>;
@@ -2328,40 +3083,303 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2328
3083
  run?: string | undefined;
2329
3084
  } | undefined;
2330
3085
  }[] | undefined;
2331
- } | undefined;
2332
- optionAliasList?: {
2333
- text: string;
2334
- value: string;
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;
2335
3243
  }[] | undefined;
2336
- elementExtraSetting?: {
2337
- allowPartial?: boolean | undefined;
2338
- partialLevel?: number | undefined;
2339
- maxLevel?: number | undefined;
2340
- dateFormat?: string | undefined;
2341
- defaultValue?: {
2342
- condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
2343
- unit: "" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR";
2344
- 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;
2345
3315
  } | undefined;
2346
- minValue?: {
2347
- condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
2348
- unit: "" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR";
2349
- value: string;
3316
+ otherwise?: {
3317
+ state?: import("../../shared/types").AnyObject | undefined;
3318
+ run?: string | undefined;
2350
3319
  } | undefined;
2351
- maxValue?: {
2352
- condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
2353
- unit: "" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR";
2354
- 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;
2355
3329
  } | undefined;
2356
- } | undefined;
2357
- __new?: boolean | undefined;
2358
- __isCombinationChild?: boolean | undefined;
2359
- __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;
2360
3339
  }[] | undefined;
2361
- 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?: {
2362
3380
  [x: string]: any;
2363
3381
  val_key: string;
2364
- 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";
2365
3383
  annotation?: boolean | undefined;
2366
3384
  val_key_unit?: string | undefined;
2367
3385
  is_edit?: import("..").FormCommonState | undefined;
@@ -2377,7 +3395,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2377
3395
  placeholder?: string | undefined;
2378
3396
  validate?: {
2379
3397
  [x: string]: any;
2380
- 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;
2381
3399
  vali_obj?: string | undefined;
2382
3400
  max_value?: string | number | undefined;
2383
3401
  min_value?: string | number | undefined;
@@ -2386,38 +3404,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2386
3404
  min_length?: string | number | undefined;
2387
3405
  max_length?: string | number | undefined;
2388
3406
  decimal_length?: string | number | undefined;
2389
- regular_expression?: string | {
2390
- exec: (string: string) => RegExpExecArray | null;
2391
- test: (string: string) => boolean;
2392
- readonly source: string;
2393
- readonly global: boolean;
2394
- readonly ignoreCase: boolean;
2395
- readonly multiline: boolean;
2396
- lastIndex: number;
2397
- compile: (pattern: string, flags?: string | undefined) => RegExp;
2398
- readonly flags: string;
2399
- readonly sticky: boolean;
2400
- readonly unicode: boolean;
2401
- readonly dotAll: boolean;
2402
- [Symbol.match]: (string: string) => RegExpMatchArray | null;
2403
- [Symbol.replace]: {
2404
- (string: string, replaceValue: string): string;
2405
- (string: string, replacer: (substring: string, ...args: any[]) => string): string;
2406
- };
2407
- [Symbol.search]: (string: string) => number;
2408
- [Symbol.split]: (string: string, limit?: number | undefined) => string[];
2409
- [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
2410
- } | undefined;
3407
+ regular_expression?: string | RegExp | undefined;
2411
3408
  regular_error_tip?: string | undefined;
2412
3409
  message?: string | undefined;
2413
3410
  } | undefined;
2414
- option?: {
2415
- [x: string]: any;
2416
- keyword?: string | undefined;
2417
- disabled?: boolean | undefined;
2418
- children?: any[] | undefined;
2419
- childrenFields?: any[] | undefined;
2420
- }[] | undefined;
3411
+ option?: any[] | undefined;
2421
3412
  multi_select?: import("..").FormCommonState | undefined;
2422
3413
  multi_select_value?: string | number | undefined;
2423
3414
  wordbook?: {
@@ -2521,8 +3512,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2521
3512
  editor_title?: string | undefined;
2522
3513
  editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
2523
3514
  linebarWidth?: string | undefined;
2524
- linebarDirection?: "horizontal" | "vertical" | undefined;
2525
- linebarTextDirection?: "horizontal" | "vertical" | undefined;
3515
+ linebarDirection?: "vertical" | "horizontal" | undefined;
3516
+ linebarTextDirection?: "vertical" | "horizontal" | undefined;
2526
3517
  labelColor?: string | undefined;
2527
3518
  fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
2528
3519
  confirmBeforeValueChange?: boolean | undefined;
@@ -2536,10 +3527,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2536
3527
  updateOriginValue: boolean;
2537
3528
  } | undefined;
2538
3529
  selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
2539
- unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
3530
+ unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
2540
3531
  condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
2541
- max_date_unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
2542
- 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;
2543
3534
  max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
2544
3535
  min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
2545
3536
  fieldTitleColor?: string | undefined;
@@ -2562,7 +3553,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2562
3553
  slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
2563
3554
  wrapperStyle?: Record<string, string | number> | undefined;
2564
3555
  childFieldStrategy?: "checked" | "all" | undefined;
2565
- childWidthMode?: "inner" | "outer" | undefined;
3556
+ childWidthMode?: "outer" | "inner" | undefined;
2566
3557
  validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
2567
3558
  field: import("@formily/core").Field<any, any, any, any>;
2568
3559
  form: import("@formily/core").Form<any>;
@@ -2598,46 +3589,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2598
3589
  run?: string | undefined;
2599
3590
  } | undefined;
2600
3591
  }[] | undefined;
2601
- } | undefined;
2602
- optionAliasList?: {
2603
- text: string;
2604
- value: string;
2605
3592
  }[] | undefined;
2606
- elementExtraSetting?: {
2607
- allowPartial?: boolean | undefined;
2608
- partialLevel?: number | undefined;
2609
- maxLevel?: number | undefined;
2610
- dateFormat?: string | undefined;
2611
- defaultValue?: {
2612
- condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
2613
- unit: "" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR";
2614
- value: string;
2615
- } | undefined;
2616
- minValue?: {
2617
- condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
2618
- unit: "" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR";
2619
- value: string;
2620
- } | undefined;
2621
- maxValue?: {
2622
- condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
2623
- unit: "" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR";
2624
- value: string;
2625
- } | undefined;
2626
- } | undefined;
2627
- __new?: boolean | undefined;
2628
- __isCombinationChild?: boolean | undefined;
2629
- __extra?: boolean | undefined;
2630
- }>;
2631
- generateFieldListByFormConfigItem: (formConfigItem: import("./src/types").FormConfigItem, fieldItem?: import("..").FieldItem | undefined) => import("..").FieldItem[];
2632
- prevOldField: null;
2633
- onFormChange: ({ fieldKey, value }: import("..").FormChangePayload) => void;
2634
- createLabelRender: (originOptions?: import("../../shared/types").AnyObject[] | undefined) => (label: string) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2635
- [key: string]: any;
2636
- }>;
2637
- applyOptionAlias: (options?: import("../../shared/types").AnyObject[] | undefined) => import("../../shared/types").AnyObject[] | undefined;
2638
- visitor: import("..").FieldVisitor;
2639
- showOptionModal: import("vue").Ref<boolean>;
2640
- editOptions: import("vue").Ref<{
3593
+ }[], import("..").FormOptionItem[] | {
2641
3594
  [x: string]: any;
2642
3595
  keyword?: string | undefined;
2643
3596
  disabled?: boolean | undefined;
@@ -2645,7 +3598,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2645
3598
  childrenFields?: {
2646
3599
  [x: string]: any;
2647
3600
  val_key: string;
2648
- 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";
2649
3602
  annotation?: boolean | undefined;
2650
3603
  val_key_unit?: string | undefined;
2651
3604
  is_edit?: import("..").FormCommonState | undefined;
@@ -2661,7 +3614,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2661
3614
  placeholder?: string | undefined;
2662
3615
  validate?: {
2663
3616
  [x: string]: any;
2664
- 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;
2665
3618
  vali_obj?: string | undefined;
2666
3619
  max_value?: string | number | undefined;
2667
3620
  min_value?: string | number | undefined;
@@ -2670,28 +3623,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2670
3623
  min_length?: string | number | undefined;
2671
3624
  max_length?: string | number | undefined;
2672
3625
  decimal_length?: string | number | undefined;
2673
- regular_expression?: string | {
2674
- exec: (string: string) => RegExpExecArray | null;
2675
- test: (string: string) => boolean;
2676
- readonly source: string;
2677
- readonly global: boolean;
2678
- readonly ignoreCase: boolean;
2679
- readonly multiline: boolean;
2680
- lastIndex: number;
2681
- compile: (pattern: string, flags?: string | undefined) => RegExp;
2682
- readonly flags: string;
2683
- readonly sticky: boolean;
2684
- readonly unicode: boolean;
2685
- readonly dotAll: boolean;
2686
- [Symbol.match]: (string: string) => RegExpMatchArray | null;
2687
- [Symbol.replace]: {
2688
- (string: string, replaceValue: string): string;
2689
- (string: string, replacer: (substring: string, ...args: any[]) => string): string;
2690
- };
2691
- [Symbol.search]: (string: string) => number;
2692
- [Symbol.split]: (string: string, limit?: number | undefined) => string[];
2693
- [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
2694
- } | undefined;
3626
+ regular_expression?: string | RegExp | undefined;
2695
3627
  regular_error_tip?: string | undefined;
2696
3628
  message?: string | undefined;
2697
3629
  } | undefined;
@@ -2799,8 +3731,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2799
3731
  editor_title?: string | undefined;
2800
3732
  editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
2801
3733
  linebarWidth?: string | undefined;
2802
- linebarDirection?: "horizontal" | "vertical" | undefined;
2803
- linebarTextDirection?: "horizontal" | "vertical" | undefined;
3734
+ linebarDirection?: "vertical" | "horizontal" | undefined;
3735
+ linebarTextDirection?: "vertical" | "horizontal" | undefined;
2804
3736
  labelColor?: string | undefined;
2805
3737
  fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
2806
3738
  confirmBeforeValueChange?: boolean | undefined;
@@ -2814,10 +3746,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2814
3746
  updateOriginValue: boolean;
2815
3747
  } | undefined;
2816
3748
  selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
2817
- unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
3749
+ unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
2818
3750
  condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
2819
- max_date_unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
2820
- 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;
2821
3753
  max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
2822
3754
  min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
2823
3755
  fieldTitleColor?: string | undefined;
@@ -2840,7 +3772,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2840
3772
  slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
2841
3773
  wrapperStyle?: Record<string, string | number> | undefined;
2842
3774
  childFieldStrategy?: "checked" | "all" | undefined;
2843
- childWidthMode?: "inner" | "outer" | undefined;
3775
+ childWidthMode?: "outer" | "inner" | undefined;
2844
3776
  validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
2845
3777
  field: import("@formily/core").Field<any, any, any, any>;
2846
3778
  form: import("@formily/core").Form<any>;
@@ -2880,16 +3812,16 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2880
3812
  }[]>;
2881
3813
  onOptionModalCancel: () => void;
2882
3814
  onOptionModalConfirm: () => void;
2883
- useFormConfigLocale: typeof import("./src/hooks/useLocale").useFormConfigLocale;
2884
- NModal: any;
2885
- NInput: any;
2886
- CFormRender: SFCWithInstall<import("vue").DefineComponent<{}, {
2887
- formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined>;
2888
- 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>;
2889
3821
  reload: () => Promise<void>;
2890
3822
  formRenderExposeKeyList: readonly ["validate", "getFormValues", "setFormValues", "setFieldState", "resetFields", "queryWidget", "getFieldList", "applySelectedSetting", "getTextFormValues", "optionInited", "updateAnchor"];
2891
3823
  exposed: Partial<import("..").FormRenderExpose>;
2892
- FormRender: import("vue").DefineComponent<{
3824
+ FormRender: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2893
3825
  fieldList: {
2894
3826
  type: import("vue").PropType<import("..").FieldItem[]>;
2895
3827
  };
@@ -2983,7 +3915,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2983
3915
  }>>;
2984
3916
  };
2985
3917
  components: {
2986
- 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, {}>>>;
2987
3919
  default: () => {};
2988
3920
  };
2989
3921
  scope: {
@@ -3068,11 +4000,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3068
4000
  type: import("vue").PropType<string[]>;
3069
4001
  };
3070
4002
  linebarDirection: {
3071
- type: import("vue").PropType<"horizontal" | "vertical">;
4003
+ type: import("vue").PropType<"vertical" | "horizontal">;
3072
4004
  default: string;
3073
4005
  };
3074
4006
  linebarTextDirection: {
3075
- type: import("vue").PropType<"horizontal" | "vertical">;
4007
+ type: import("vue").PropType<"vertical" | "horizontal">;
3076
4008
  default: string;
3077
4009
  };
3078
4010
  linebarWidth: {
@@ -3097,8 +4029,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3097
4029
  lazyRender: BooleanConstructor;
3098
4030
  linebreaksToTitle: BooleanConstructor;
3099
4031
  dialogFn: {};
3100
- }, {
3101
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
4032
+ }>, {
4033
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
3102
4034
  fieldList: {
3103
4035
  type: import("vue").PropType<import("..").FieldItem[]>;
3104
4036
  };
@@ -3192,7 +4124,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3192
4124
  }>>;
3193
4125
  };
3194
4126
  components: {
3195
- 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, {}>>>;
3196
4128
  default: () => {};
3197
4129
  };
3198
4130
  scope: {
@@ -3277,11 +4209,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3277
4209
  type: import("vue").PropType<string[]>;
3278
4210
  };
3279
4211
  linebarDirection: {
3280
- type: import("vue").PropType<"horizontal" | "vertical">;
4212
+ type: import("vue").PropType<"vertical" | "horizontal">;
3281
4213
  default: string;
3282
4214
  };
3283
4215
  linebarTextDirection: {
3284
- type: import("vue").PropType<"horizontal" | "vertical">;
4216
+ type: import("vue").PropType<"vertical" | "horizontal">;
3285
4217
  default: string;
3286
4218
  };
3287
4219
  linebarWidth: {
@@ -3306,19 +4238,19 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3306
4238
  lazyRender: BooleanConstructor;
3307
4239
  linebreaksToTitle: BooleanConstructor;
3308
4240
  dialogFn: {};
3309
- }>> & {
4241
+ }>> & Readonly<{
3310
4242
  onFormChange?: ((...args: any[]) => any) | undefined;
3311
4243
  onScroll?: ((...args: any[]) => any) | undefined;
3312
4244
  onAnnotationChange?: ((...args: any[]) => any) | undefined;
3313
4245
  "onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
3314
4246
  onLinebarChange?: ((...args: any[]) => any) | undefined;
3315
4247
  onReady?: ((...args: any[]) => any) | undefined;
3316
- }>>;
4248
+ }> & {}>;
3317
4249
  emit: (event: "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", ...args: any[]) => void;
3318
4250
  cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
3319
4251
  nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
3320
- formRenderRef: import("vue").Ref<HTMLElement | undefined>;
3321
- formWidth: import("vue").Ref<number>;
4252
+ formRenderRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
4253
+ formWidth: import("vue").Ref<number, number>;
3322
4254
  formHeight: import("vue").ComputedRef<string>;
3323
4255
  SchemaField: import("vue").DefineComponent<import("@formily/vue").ISchemaFieldProps>;
3324
4256
  businessCollector: import("..").BusinessCollector;
@@ -3331,13 +4263,21 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3331
4263
  formUUID: string;
3332
4264
  anchorBarRef: import("vue").Ref<{
3333
4265
  syncBarPosition: import("../../shared/types").AnyFn;
4266
+ } | undefined, {
4267
+ syncBarPosition: import("../../shared/types").AnyFn;
3334
4268
  } | undefined>;
3335
- currentAnchor: import("vue").WritableComputedRef<string>;
4269
+ currentAnchor: import("vue").WritableComputedRef<string, string>;
3336
4270
  updateAnchorList: (field: import("@formily/core").GeneralField) => void;
3337
4271
  anchorIdList: import("vue").Ref<{
3338
4272
  name: string;
3339
4273
  title: string;
3340
4274
  index: number;
4275
+ }[], (Record<"name" | "title", string> & {
4276
+ index: number;
4277
+ })[] | {
4278
+ name: string;
4279
+ title: string;
4280
+ index: number;
3341
4281
  }[]>;
3342
4282
  onScroll: (scrollEvent: Event) => void;
3343
4283
  generateAnchorList: (formModel: import("@formily/core").Form<any>) => Promise<void>;
@@ -3364,7 +4304,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3364
4304
  setGraph: (field: import("@formily/core").GeneralField) => void;
3365
4305
  removeGraph: (field: import("@formily/core").GeneralField) => void;
3366
4306
  lowCodeEventTrigger: (field: import("@formily/core").GeneralField) => void;
3367
- emitFormChange: import("vue").Ref<boolean>;
4307
+ emitFormChange: import("vue").Ref<boolean, boolean>;
3368
4308
  formModel: import("@formily/core").Form<{
3369
4309
  [x: string]: any;
3370
4310
  }>;
@@ -3441,7 +4381,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3441
4381
  "x-read-pretty"?: boolean | undefined;
3442
4382
  "x-compile-omitted"?: string[] | undefined;
3443
4383
  }>;
3444
- components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
4384
+ components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
3445
4385
  scope: import("../../shared/types").AnyObject;
3446
4386
  annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
3447
4387
  annotationShortcuts: (string | {
@@ -3476,8 +4416,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3476
4416
  selectMode: boolean;
3477
4417
  selectedFields: string[];
3478
4418
  linebarWidth: string | number;
3479
- linebarDirection: "horizontal" | "vertical";
3480
- linebarTextDirection: "horizontal" | "vertical";
4419
+ linebarDirection: "vertical" | "horizontal";
4420
+ linebarTextDirection: "vertical" | "horizontal";
3481
4421
  autoWidth: number | boolean;
3482
4422
  feedbackType: "default" | "tooltip";
3483
4423
  fixMemoLeak: boolean;
@@ -3660,16 +4600,16 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3660
4600
  onKeydown: (event: KeyboardEvent) => Promise<void>;
3661
4601
  clearSpan: (uuid: string) => void;
3662
4602
  exposeEvent: Omit<import("..").FormRenderExpose, "updateAnchor" | "getFieldList" | "optionInited" | "formModel" | "reload">;
3663
- useVersion: typeof import("../../shared/hooks").useVersion;
3664
- 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<{}>>, {}>;
3665
- 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>>>, {
3666
4606
  form: any;
3667
- }>;
3668
- NConfigProvider: any;
3669
- NForm: any;
3670
- NTabPane: any;
3671
- NTabs: any;
3672
- }, 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<{
3673
4613
  fieldList: {
3674
4614
  type: import("vue").PropType<import("..").FieldItem[]>;
3675
4615
  };
@@ -3763,7 +4703,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3763
4703
  }>>;
3764
4704
  };
3765
4705
  components: {
3766
- 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, {}>>>;
3767
4707
  default: () => {};
3768
4708
  };
3769
4709
  scope: {
@@ -3848,11 +4788,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3848
4788
  type: import("vue").PropType<string[]>;
3849
4789
  };
3850
4790
  linebarDirection: {
3851
- type: import("vue").PropType<"horizontal" | "vertical">;
4791
+ type: import("vue").PropType<"vertical" | "horizontal">;
3852
4792
  default: string;
3853
4793
  };
3854
4794
  linebarTextDirection: {
3855
- type: import("vue").PropType<"horizontal" | "vertical">;
4795
+ type: import("vue").PropType<"vertical" | "horizontal">;
3856
4796
  default: string;
3857
4797
  };
3858
4798
  linebarWidth: {
@@ -3877,18 +4817,18 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3877
4817
  lazyRender: BooleanConstructor;
3878
4818
  linebreaksToTitle: BooleanConstructor;
3879
4819
  dialogFn: {};
3880
- }>> & {
4820
+ }>> & Readonly<{
3881
4821
  onFormChange?: ((...args: any[]) => any) | undefined;
3882
4822
  onScroll?: ((...args: any[]) => any) | undefined;
3883
4823
  onAnnotationChange?: ((...args: any[]) => any) | undefined;
3884
4824
  "onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
3885
4825
  onLinebarChange?: ((...args: any[]) => any) | undefined;
3886
4826
  onReady?: ((...args: any[]) => any) | undefined;
3887
- }, {
4827
+ }>, {
4828
+ maxHeight: string | number;
3888
4829
  anchor: boolean;
3889
4830
  column: number;
3890
- maxHeight: string | number;
3891
- components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
4831
+ components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
3892
4832
  initialData: import("../../shared/types").AnyObject;
3893
4833
  parallelism: number;
3894
4834
  scope: import("../../shared/types").AnyObject;
@@ -3904,8 +4844,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3904
4844
  wordSplitFilter: boolean;
3905
4845
  selectMode: boolean;
3906
4846
  linebarWidth: string | number;
3907
- linebarDirection: "horizontal" | "vertical";
3908
- linebarTextDirection: "horizontal" | "vertical";
4847
+ linebarDirection: "vertical" | "horizontal";
4848
+ linebarTextDirection: "vertical" | "horizontal";
3909
4849
  autoWidth: number | boolean;
3910
4850
  feedbackType: "default" | "tooltip";
3911
4851
  fixMemoLeak: boolean;
@@ -3914,9 +4854,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3914
4854
  nominalAge: boolean;
3915
4855
  operationalFormInit: boolean;
3916
4856
  incrementalRender: boolean;
3917
- }>;
3918
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
3919
- }, 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<{
3920
4860
  uuid: {
3921
4861
  type: StringConstructor;
3922
4862
  required: true;
@@ -3990,7 +4930,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3990
4930
  "x-read-pretty"?: boolean | undefined;
3991
4931
  "x-compile-omitted"?: string[] | undefined;
3992
4932
  }>;
3993
- components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
4933
+ components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
3994
4934
  scope: import("../../shared/types").AnyObject;
3995
4935
  annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
3996
4936
  annotationShortcuts: (string | {
@@ -4025,8 +4965,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4025
4965
  selectMode: boolean;
4026
4966
  selectedFields: string[];
4027
4967
  linebarWidth: string | number;
4028
- linebarDirection: "horizontal" | "vertical";
4029
- linebarTextDirection: "horizontal" | "vertical";
4968
+ linebarDirection: "vertical" | "horizontal";
4969
+ linebarTextDirection: "vertical" | "horizontal";
4030
4970
  autoWidth: number | boolean;
4031
4971
  feedbackType: "default" | "tooltip";
4032
4972
  fixMemoLeak: boolean;
@@ -4035,8 +4975,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4035
4975
  dialogFn: any;
4036
4976
  }>>>;
4037
4977
  };
4038
- }>>, {}>;
4039
- FormConfigEventSetting: import("vue").DefineComponent<{
4978
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4979
+ FormConfigEventSetting: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4040
4980
  modelValue: {
4041
4981
  type: ArrayConstructor;
4042
4982
  required: true;
@@ -4046,11 +4986,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4046
4986
  type: null;
4047
4987
  required: true;
4048
4988
  };
4049
- }, {
4050
- props: {
4051
- modelValue: import("../../shared/types").LowCodeTypes.reactionConfig[];
4052
- bindFormRenderRef: import("..").FormRenderExpose;
4053
- };
4989
+ }>, {
4990
+ props: any;
4054
4991
  emit: (event: "update:modelValue" | "validateFailure", ...args: any[]) => void;
4055
4992
  cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
4056
4993
  valueRef: import("vue").Ref<{
@@ -4085,8 +5022,40 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4085
5022
  }[] | undefined;
4086
5023
  __oppositeBindField?: any | undefined;
4087
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;
4088
5057
  }[]>;
4089
- expandedName: import("vue").Ref<string>;
5058
+ expandedName: import("vue").Ref<string, string>;
4090
5059
  addConnection: () => void;
4091
5060
  removeConnection: (index: number) => void;
4092
5061
  getOppositeBtnText: (item: import("../../shared/types").LowCodeTypes.reactionConfig) => string | undefined;
@@ -4100,14 +5069,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4100
5069
  addCondition: (config: import("../../shared/types").LowCodeTypes.reactionConfig) => void;
4101
5070
  removeCondition: (config: import("../../shared/types").LowCodeTypes.reactionConfig, index: number) => void;
4102
5071
  onUpdateConditionType: (condition: import("../../shared/types").LowCodeTypes.reactionsConObj, type: import("../../shared/types").LowCodeTypes.VALUE_RELATION) => void;
4103
- showRef: import("vue").Ref<boolean>;
5072
+ showRef: import("vue").Ref<boolean, boolean>;
4104
5073
  addSetValueField: (item: import("../../shared/types").LowCodeTypes.reactionConfig) => void;
4105
- fieldListRef: import("vue").Ref<import("./src/types").FormConfigItem[]>;
5074
+ fieldListRef: import("vue").Ref<import("./src/types").FormConfigItem[], import("./src/types").FormConfigItem[]>;
4106
5075
  fieldOptions: import("vue").ComputedRef<import("./src/types").FormConfigItem[]>;
4107
5076
  setValueTypes: string[];
4108
5077
  setValueFieldOptions: import("vue").ComputedRef<import("./src/types").FormConfigItem[]>;
4109
- currentTypeList: string[];
4110
- dialog: import("naive-ui").DialogApi;
5078
+ currentTypeList: import("vue").Reactive<string[]>;
5079
+ dialog: import("naive-ui/es/dialog").DialogApi;
4111
5080
  onNegativeClick: () => Promise<void>;
4112
5081
  onPositiveClick: () => Promise<void>;
4113
5082
  configValidate: () => Promise<void>;
@@ -4118,7 +5087,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4118
5087
  decoratorProps: {
4119
5088
  showFeedback: boolean;
4120
5089
  };
4121
- 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";
4122
5091
  annotation?: boolean | undefined;
4123
5092
  val_key_unit?: string | undefined;
4124
5093
  is_edit?: import("..").FormCommonState | undefined;
@@ -4133,7 +5102,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4133
5102
  placeholder?: string | undefined;
4134
5103
  validate?: Partial<{
4135
5104
  [key: string]: any;
4136
- 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";
4137
5106
  vali_obj: string;
4138
5107
  max_value: string | number;
4139
5108
  min_value: string | number;
@@ -4204,8 +5173,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4204
5173
  editor_title?: string | undefined;
4205
5174
  editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
4206
5175
  linebarWidth?: string | undefined;
4207
- linebarDirection?: "horizontal" | "vertical" | undefined;
4208
- linebarTextDirection?: "horizontal" | "vertical" | undefined;
5176
+ linebarDirection?: "vertical" | "horizontal" | undefined;
5177
+ linebarTextDirection?: "vertical" | "horizontal" | undefined;
4209
5178
  labelColor?: string | undefined;
4210
5179
  fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
4211
5180
  confirmBeforeValueChange?: boolean | undefined;
@@ -4219,10 +5188,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4219
5188
  updateOriginValue: boolean;
4220
5189
  } | undefined;
4221
5190
  selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
4222
- unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
5191
+ unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
4223
5192
  condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
4224
- max_date_unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
4225
- 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;
4226
5195
  max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
4227
5196
  min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
4228
5197
  fieldTitleColor?: string | undefined;
@@ -4242,7 +5211,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4242
5211
  slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
4243
5212
  wrapperStyle?: Record<string, string | number> | undefined;
4244
5213
  childFieldStrategy?: "checked" | "all" | undefined;
4245
- childWidthMode?: "inner" | "outer" | undefined;
5214
+ childWidthMode?: "outer" | "inner" | undefined;
4246
5215
  validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
4247
5216
  field: import("@formily/core").Field<any, any, any, any>;
4248
5217
  form: import("@formily/core").Form<any>;
@@ -4256,36 +5225,36 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4256
5225
  field: string;
4257
5226
  value: string;
4258
5227
  }) => void;
4259
- 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<{}>>, {}>;
4260
- NButton: any;
4261
- NCollapse: any;
4262
- NCollapseItem: any;
4263
- NEllipsis: any;
4264
- NEmpty: any;
4265
- NIcon: any;
4266
- NInput: any;
4267
- NInputGroup: any;
4268
- NModal: any;
4269
- NScrollbar: any;
4270
- NSelect: any;
4271
- NSpace: any;
4272
- NThing: any;
4273
- NTooltip: any;
4274
- 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: {
4275
5244
  value: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
4276
5245
  label: string;
4277
5246
  }[];
4278
- connectionTypeOptions: {
5247
+ readonly connectionTypeOptions: {
4279
5248
  value: string;
4280
5249
  label: string;
4281
5250
  }[];
4282
- CForm: SFCWithInstall<import("vue").DefineComponent<{}, {
4283
- formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined>;
4284
- 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>;
4285
5254
  reload: () => Promise<void>;
4286
5255
  formRenderExposeKeyList: readonly ["validate", "getFormValues", "setFormValues", "setFieldState", "resetFields", "queryWidget", "getFieldList", "applySelectedSetting", "getTextFormValues", "optionInited", "updateAnchor"];
4287
5256
  exposed: Partial<import("..").FormRenderExpose>;
4288
- FormRender: import("vue").DefineComponent<{
5257
+ FormRender: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4289
5258
  fieldList: {
4290
5259
  type: import("vue").PropType<import("..").FieldItem[]>;
4291
5260
  };
@@ -4379,7 +5348,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4379
5348
  }>>;
4380
5349
  };
4381
5350
  components: {
4382
- 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, {}>>>;
4383
5352
  default: () => {};
4384
5353
  };
4385
5354
  scope: {
@@ -4464,11 +5433,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4464
5433
  type: import("vue").PropType<string[]>;
4465
5434
  };
4466
5435
  linebarDirection: {
4467
- type: import("vue").PropType<"horizontal" | "vertical">;
5436
+ type: import("vue").PropType<"vertical" | "horizontal">;
4468
5437
  default: string;
4469
5438
  };
4470
5439
  linebarTextDirection: {
4471
- type: import("vue").PropType<"horizontal" | "vertical">;
5440
+ type: import("vue").PropType<"vertical" | "horizontal">;
4472
5441
  default: string;
4473
5442
  };
4474
5443
  linebarWidth: {
@@ -4493,8 +5462,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4493
5462
  lazyRender: BooleanConstructor;
4494
5463
  linebreaksToTitle: BooleanConstructor;
4495
5464
  dialogFn: {};
4496
- }, {
4497
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
5465
+ }>, {
5466
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
4498
5467
  fieldList: {
4499
5468
  type: import("vue").PropType<import("..").FieldItem[]>;
4500
5469
  };
@@ -4588,7 +5557,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4588
5557
  }>>;
4589
5558
  };
4590
5559
  components: {
4591
- 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, {}>>>;
4592
5561
  default: () => {};
4593
5562
  };
4594
5563
  scope: {
@@ -4673,11 +5642,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4673
5642
  type: import("vue").PropType<string[]>;
4674
5643
  };
4675
5644
  linebarDirection: {
4676
- type: import("vue").PropType<"horizontal" | "vertical">;
5645
+ type: import("vue").PropType<"vertical" | "horizontal">;
4677
5646
  default: string;
4678
5647
  };
4679
5648
  linebarTextDirection: {
4680
- type: import("vue").PropType<"horizontal" | "vertical">;
5649
+ type: import("vue").PropType<"vertical" | "horizontal">;
4681
5650
  default: string;
4682
5651
  };
4683
5652
  linebarWidth: {
@@ -4702,19 +5671,19 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4702
5671
  lazyRender: BooleanConstructor;
4703
5672
  linebreaksToTitle: BooleanConstructor;
4704
5673
  dialogFn: {};
4705
- }>> & {
5674
+ }>> & Readonly<{
4706
5675
  onFormChange?: ((...args: any[]) => any) | undefined;
4707
5676
  onScroll?: ((...args: any[]) => any) | undefined;
4708
5677
  onAnnotationChange?: ((...args: any[]) => any) | undefined;
4709
5678
  "onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
4710
5679
  onLinebarChange?: ((...args: any[]) => any) | undefined;
4711
5680
  onReady?: ((...args: any[]) => any) | undefined;
4712
- }>>;
5681
+ }> & {}>;
4713
5682
  emit: (event: "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", ...args: any[]) => void;
4714
5683
  cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
4715
5684
  nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
4716
- formRenderRef: import("vue").Ref<HTMLElement | undefined>;
4717
- formWidth: import("vue").Ref<number>;
5685
+ formRenderRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
5686
+ formWidth: import("vue").Ref<number, number>;
4718
5687
  formHeight: import("vue").ComputedRef<string>;
4719
5688
  SchemaField: import("vue").DefineComponent<import("@formily/vue").ISchemaFieldProps>;
4720
5689
  businessCollector: import("..").BusinessCollector;
@@ -4727,13 +5696,21 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4727
5696
  formUUID: string;
4728
5697
  anchorBarRef: import("vue").Ref<{
4729
5698
  syncBarPosition: import("../../shared/types").AnyFn;
5699
+ } | undefined, {
5700
+ syncBarPosition: import("../../shared/types").AnyFn;
4730
5701
  } | undefined>;
4731
- currentAnchor: import("vue").WritableComputedRef<string>;
5702
+ currentAnchor: import("vue").WritableComputedRef<string, string>;
4732
5703
  updateAnchorList: (field: import("@formily/core").GeneralField) => void;
4733
5704
  anchorIdList: import("vue").Ref<{
4734
5705
  name: string;
4735
5706
  title: string;
4736
5707
  index: number;
5708
+ }[], (Record<"name" | "title", string> & {
5709
+ index: number;
5710
+ })[] | {
5711
+ name: string;
5712
+ title: string;
5713
+ index: number;
4737
5714
  }[]>;
4738
5715
  onScroll: (scrollEvent: Event) => void;
4739
5716
  generateAnchorList: (formModel: import("@formily/core").Form<any>) => Promise<void>;
@@ -4760,7 +5737,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4760
5737
  setGraph: (field: import("@formily/core").GeneralField) => void;
4761
5738
  removeGraph: (field: import("@formily/core").GeneralField) => void;
4762
5739
  lowCodeEventTrigger: (field: import("@formily/core").GeneralField) => void;
4763
- emitFormChange: import("vue").Ref<boolean>;
5740
+ emitFormChange: import("vue").Ref<boolean, boolean>;
4764
5741
  formModel: import("@formily/core").Form<{
4765
5742
  [x: string]: any;
4766
5743
  }>;
@@ -4837,7 +5814,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4837
5814
  "x-read-pretty"?: boolean | undefined;
4838
5815
  "x-compile-omitted"?: string[] | undefined;
4839
5816
  }>;
4840
- components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
5817
+ components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
4841
5818
  scope: import("../../shared/types").AnyObject;
4842
5819
  annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
4843
5820
  annotationShortcuts: (string | {
@@ -4872,8 +5849,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4872
5849
  selectMode: boolean;
4873
5850
  selectedFields: string[];
4874
5851
  linebarWidth: string | number;
4875
- linebarDirection: "horizontal" | "vertical";
4876
- linebarTextDirection: "horizontal" | "vertical";
5852
+ linebarDirection: "vertical" | "horizontal";
5853
+ linebarTextDirection: "vertical" | "horizontal";
4877
5854
  autoWidth: number | boolean;
4878
5855
  feedbackType: "default" | "tooltip";
4879
5856
  fixMemoLeak: boolean;
@@ -5056,16 +6033,16 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5056
6033
  onKeydown: (event: KeyboardEvent) => Promise<void>;
5057
6034
  clearSpan: (uuid: string) => void;
5058
6035
  exposeEvent: Omit<import("..").FormRenderExpose, "updateAnchor" | "getFieldList" | "optionInited" | "formModel" | "reload">;
5059
- useVersion: typeof import("../../shared/hooks").useVersion;
5060
- 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<{}>>, {}>;
5061
- 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>>>, {
5062
6039
  form: any;
5063
- }>;
5064
- NConfigProvider: any;
5065
- NForm: any;
5066
- NTabPane: any;
5067
- NTabs: any;
5068
- }, 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<{
5069
6046
  fieldList: {
5070
6047
  type: import("vue").PropType<import("..").FieldItem[]>;
5071
6048
  };
@@ -5159,7 +6136,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5159
6136
  }>>;
5160
6137
  };
5161
6138
  components: {
5162
- 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, {}>>>;
5163
6140
  default: () => {};
5164
6141
  };
5165
6142
  scope: {
@@ -5244,11 +6221,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5244
6221
  type: import("vue").PropType<string[]>;
5245
6222
  };
5246
6223
  linebarDirection: {
5247
- type: import("vue").PropType<"horizontal" | "vertical">;
6224
+ type: import("vue").PropType<"vertical" | "horizontal">;
5248
6225
  default: string;
5249
6226
  };
5250
6227
  linebarTextDirection: {
5251
- type: import("vue").PropType<"horizontal" | "vertical">;
6228
+ type: import("vue").PropType<"vertical" | "horizontal">;
5252
6229
  default: string;
5253
6230
  };
5254
6231
  linebarWidth: {
@@ -5273,18 +6250,18 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5273
6250
  lazyRender: BooleanConstructor;
5274
6251
  linebreaksToTitle: BooleanConstructor;
5275
6252
  dialogFn: {};
5276
- }>> & {
6253
+ }>> & Readonly<{
5277
6254
  onFormChange?: ((...args: any[]) => any) | undefined;
5278
6255
  onScroll?: ((...args: any[]) => any) | undefined;
5279
6256
  onAnnotationChange?: ((...args: any[]) => any) | undefined;
5280
6257
  "onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
5281
6258
  onLinebarChange?: ((...args: any[]) => any) | undefined;
5282
6259
  onReady?: ((...args: any[]) => any) | undefined;
5283
- }, {
6260
+ }>, {
6261
+ maxHeight: string | number;
5284
6262
  anchor: boolean;
5285
6263
  column: number;
5286
- maxHeight: string | number;
5287
- components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
6264
+ components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
5288
6265
  initialData: import("../../shared/types").AnyObject;
5289
6266
  parallelism: number;
5290
6267
  scope: import("../../shared/types").AnyObject;
@@ -5300,8 +6277,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5300
6277
  wordSplitFilter: boolean;
5301
6278
  selectMode: boolean;
5302
6279
  linebarWidth: string | number;
5303
- linebarDirection: "horizontal" | "vertical";
5304
- linebarTextDirection: "horizontal" | "vertical";
6280
+ linebarDirection: "vertical" | "horizontal";
6281
+ linebarTextDirection: "vertical" | "horizontal";
5305
6282
  autoWidth: number | boolean;
5306
6283
  feedbackType: "default" | "tooltip";
5307
6284
  fixMemoLeak: boolean;
@@ -5310,9 +6287,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5310
6287
  nominalAge: boolean;
5311
6288
  operationalFormInit: boolean;
5312
6289
  incrementalRender: boolean;
5313
- }>;
5314
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
5315
- }, 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<{
5316
6293
  modelValue: {
5317
6294
  type: ArrayConstructor;
5318
6295
  required: true;
@@ -5322,13 +6299,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5322
6299
  type: null;
5323
6300
  required: true;
5324
6301
  };
5325
- }>> & {
6302
+ }>> & Readonly<{
5326
6303
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
5327
6304
  onValidateFailure?: ((...args: any[]) => any) | undefined;
5328
- }, {
6305
+ }>, {
5329
6306
  modelValue: unknown[];
5330
- }>;
5331
- FormConfigMaterialItem: import("vue").DefineComponent<{
6307
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6308
+ readonly FormConfigMaterialItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
5332
6309
  formConfigItem: {
5333
6310
  type: import("vue").PropType<import("./src/types").FormConfigItem>;
5334
6311
  required: true;
@@ -5341,7 +6318,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5341
6318
  type: import("vue").PropType<import("./src/types").FormConfigItem[]>;
5342
6319
  default: () => never[];
5343
6320
  };
5344
- }, () => 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<{
5345
6322
  formConfigItem: {
5346
6323
  type: import("vue").PropType<import("./src/types").FormConfigItem>;
5347
6324
  required: true;
@@ -5354,13 +6331,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5354
6331
  type: import("vue").PropType<import("./src/types").FormConfigItem[]>;
5355
6332
  default: () => never[];
5356
6333
  };
5357
- }>>, {
6334
+ }>> & Readonly<{}>, {
5358
6335
  materialList: import("./src/types").FormConfigItem[];
5359
- }>;
5360
- FORM_CONFIG_GROUP: string;
5361
- NSelect: any;
5362
- NSpace: any;
5363
- }, 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<{
5364
6341
  maxHeight: {
5365
6342
  type: StringConstructor;
5366
6343
  };
@@ -5442,7 +6419,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5442
6419
  "x-read-pretty"?: boolean | undefined;
5443
6420
  "x-compile-omitted"?: string[] | undefined;
5444
6421
  }>;
5445
- components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
6422
+ components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
5446
6423
  scope: import("../../shared/types").AnyObject;
5447
6424
  annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
5448
6425
  annotationShortcuts: (string | {
@@ -5477,8 +6454,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5477
6454
  selectMode: boolean;
5478
6455
  selectedFields: string[];
5479
6456
  linebarWidth: string | number;
5480
- linebarDirection: "horizontal" | "vertical";
5481
- linebarTextDirection: "horizontal" | "vertical";
6457
+ linebarDirection: "vertical" | "horizontal";
6458
+ linebarTextDirection: "vertical" | "horizontal";
5482
6459
  autoWidth: number | boolean;
5483
6460
  feedbackType: "default" | "tooltip";
5484
6461
  fixMemoLeak: boolean;
@@ -5491,11 +6468,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5491
6468
  type: import("vue").PropType<((payload: import("./src/types").FormConfigBeforeMovePayload) => boolean | void) | undefined>;
5492
6469
  };
5493
6470
  showLowCodeReactions: BooleanConstructor;
5494
- }>> & {
6471
+ }>> & Readonly<{
5495
6472
  onAddItem?: ((...args: any[]) => any) | undefined;
5496
6473
  onRemoveItem?: ((...args: any[]) => any) | undefined;
5497
6474
  onReactionsValidateFailure?: ((...args: any[]) => any) | undefined;
5498
- }, {
6475
+ }>, {
5499
6476
  showLowCodeReactions: boolean;
5500
- }>>;
6477
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
5501
6478
  export default FormConfig;