cnhis-design-vue 3.4.0-beta.8 → 3.4.0-beta.9

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 (577) 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 +8 -7
  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 +36 -41
  14. package/es/components/audio-sdk/src/hooks/useChartAudioContext.d.ts +5 -5
  15. package/es/components/audio-sdk/src/svgs/Close.vue.js +6 -8
  16. package/es/components/audio-sdk/src/svgs/Continue.vue.js +3 -5
  17. package/es/components/audio-sdk/src/svgs/Enlarge.vue.js +3 -5
  18. package/es/components/audio-sdk/src/svgs/Pause.vue.js +3 -5
  19. package/es/components/audio-sdk/src/svgs/WaveView.vue.js +3 -5
  20. package/es/components/audio-sdk/src/svgs/Zoom.vue.js +6 -8
  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 +30 -31
  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 +4 -3
  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 +3 -4
  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 +8 -10
  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 +1 -2
  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 +8 -8
  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 +12 -11
  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 +71 -70
  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 +4 -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 +5 -5
  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 +21 -21
  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 +5 -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 +6 -5
  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 +3 -2
  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 +65 -66
  124. package/es/components/classification/src/index.vue.d.ts +509 -432
  125. package/es/components/classification/src/index.vue2.js +61 -63
  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 +14 -15
  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 +7 -7
  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 +4 -3
  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 +4 -3
  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 +65 -73
  145. package/es/components/expand-field/src/index.vue.d.ts +479 -304
  146. package/es/components/expand-field/src/index.vue2.js +26 -26
  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 +6 -5
  150. package/es/components/fabric-chart/src/components/PopupMenu.d.ts +6 -6
  151. package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +7 -7
  152. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +9 -9
  153. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +9 -9
  154. package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.d.ts +1 -1
  155. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.d.ts +1 -1
  156. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +9 -9
  157. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +9 -9
  158. package/es/components/field-editor/index.d.ts +50 -42
  159. package/es/components/field-editor/src/FieldEditor.vue.d.ts +50 -42
  160. package/es/components/field-editor/src/FieldEditor.vue2.js +5 -5
  161. package/es/components/field-set/index.d.ts +13 -13
  162. package/es/components/field-set/src/FieldColor.vue.d.ts +215 -153
  163. package/es/components/field-set/src/FieldColor.vue2.js +7 -6
  164. package/es/components/field-set/src/FieldFilter.vue.d.ts +76 -50
  165. package/es/components/field-set/src/FieldFilter.vue2.js +8 -7
  166. package/es/components/field-set/src/FieldSet.vue.d.ts +77 -63
  167. package/es/components/field-set/src/FieldSet.vue2.js +24 -23
  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 +23 -23
  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 +8 -11
  174. package/es/components/field-set/src/components/edit-dialog.vue.d.ts +149 -102
  175. package/es/components/field-set/src/components/edit-dialog.vue2.js +4 -3
  176. package/es/components/field-set/src/components/edit-filter.vue.d.ts +67 -43
  177. package/es/components/field-set/src/components/edit-filter.vue2.js +2 -1
  178. package/es/components/field-set/src/components/table-row.vue.d.ts +32 -32
  179. package/es/components/field-set/src/components/table-row.vue2.js +16 -14
  180. package/es/components/form-config/index.d.ts +1399 -422
  181. package/es/components/form-config/src/FormConfig.vue.d.ts +1399 -422
  182. package/es/components/form-config/src/FormConfig.vue2.js +24 -25
  183. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +57 -49
  184. package/es/components/form-config/src/components/FormConfigCreator.vue2.js +4 -3
  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 +1100 -202
  187. package/es/components/form-config/src/components/FormConfigEdit.vue2.js +5 -6
  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 +29 -29
  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 +5 -4
  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 +832 -760
  239. package/es/components/iho-chat/src/Index.vue.d.ts +832 -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 +41 -41
  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 +5 -5
  245. package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +64 -64
  246. package/es/components/iho-chat/src/components/ChatFooter.vue2.js +72 -69
  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 +8 -8
  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 +5 -5
  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 +57 -63
  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 +33 -36
  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 +56 -66
  257. package/es/components/iho-chat/src/components/ContextMenu.d.ts +5 -5
  258. package/es/components/iho-chat/src/components/ContextMenu.js +40 -15
  259. package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +40 -22
  260. package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +19 -20
  261. package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +9 -9
  262. package/es/components/iho-chat/src/components/MessageEvent.vue2.js +11 -13
  263. package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +32 -32
  264. package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +2 -2
  265. package/es/components/iho-chat/src/components/MessageTemplate.vue.d.ts +18 -22
  266. package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +33 -35
  267. package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +82 -64
  268. package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +39 -45
  269. package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +13 -13
  270. package/es/components/iho-chat/src/components/PersonProfile.vue2.js +3 -3
  271. package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +15 -15
  272. package/es/components/iho-chat/src/components/SelectLabel.vue2.js +3 -2
  273. package/es/components/iho-chat/src/components/SiderList.vue.d.ts +69 -63
  274. package/es/components/iho-chat/src/components/SiderList.vue2.js +2 -2
  275. package/es/components/iho-chat/src/components/Video.vue.d.ts +13 -13
  276. package/es/components/iho-chat/src/components/Video.vue2.js +8 -12
  277. package/es/components/iho-chat/src/components/userItemRender.d.ts +5 -5
  278. package/es/components/iho-chat/src/hooks/useData.d.ts +6 -6
  279. package/es/components/iho-chat/src/hooks/useDraggable.d.ts +8 -2
  280. package/es/components/iho-chat/src/hooks/useSearchPatientList.d.ts +1 -1
  281. package/es/components/iho-chat/src/hooks/useSearchUserList.d.ts +1 -1
  282. package/es/components/iho-chat/src/hooks/useVideo.d.ts +11 -6
  283. package/es/components/iho-chat/src/utils/index.d.ts +1 -1
  284. package/es/components/iho-table/index.d.ts +3102 -1550
  285. package/es/components/iho-table/src/IhoTable.vue.d.ts +3103 -1551
  286. package/es/components/iho-table/src/IhoTable.vue2.js +8 -7
  287. package/es/components/iho-table/src/constants/index.d.ts +2 -2
  288. package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +2 -2
  289. package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +1 -1
  290. package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
  291. package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +1 -1
  292. package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +1 -1
  293. package/es/components/iho-table/src/hooks/useTableContext.d.ts +3 -3
  294. package/es/components/iho-table/src/plugins/anchorPlugin/tableAnchor.d.ts +1 -1
  295. package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +6 -2
  296. package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue.d.ts +477 -207
  297. package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +12 -11
  298. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +21 -21
  299. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue2.js +1 -1
  300. package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue.d.ts +21 -21
  301. package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue2.js +14 -11
  302. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +31 -31
  303. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +26 -23
  304. package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue.d.ts +11 -11
  305. package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +3 -3
  306. package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue.d.ts +8 -8
  307. package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue2.js +1 -1
  308. package/es/components/iho-table/src/plugins/pagerScrollPlugin/utils.d.ts +9 -9
  309. package/es/components/iho-table/src/plugins/pluginHooks/useFilter.d.ts +2 -2
  310. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +26 -26
  311. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +7 -6
  312. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +1 -1
  313. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +50 -47
  314. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue2.js +2 -1
  315. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +6 -6
  316. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +15 -13
  317. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue2.js +4 -4
  318. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +39 -39
  319. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +8 -7
  320. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.d.ts +1 -1
  321. package/es/components/iho-table/src/utils/index.d.ts +2 -2
  322. package/es/components/iho-table/src/utils/separateMap.d.ts +14 -1
  323. package/es/components/info-header/index.d.ts +195 -355
  324. package/es/components/info-header/src/InfoHeader.vue.d.ts +195 -355
  325. package/es/components/info-header/src/InfoHeader.vue2.js +5 -4
  326. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +37 -46
  327. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +24 -24
  328. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +44 -63
  329. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue2.js +11 -11
  330. package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.d.ts +15 -15
  331. package/es/components/info-header/src/components/infoDescription/HiddenContent.vue2.js +4 -4
  332. package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.d.ts +7 -7
  333. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +109 -129
  334. package/es/components/info-header/src/components/infoDescription/index.vue2.js +8 -8
  335. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +65 -68
  336. package/es/components/info-header/src/components/patientInfo/index.vue2.js +14 -12
  337. package/es/components/keyboard/index.d.ts +77 -65
  338. package/es/components/keyboard/src/Keyboard.vue.d.ts +77 -65
  339. package/es/components/keyboard/src/Keyboard.vue2.js +16 -16
  340. package/es/components/keyboard/src/components/InputNumber.vue.d.ts +16 -16
  341. package/es/components/keyboard/src/components/InputNumber.vue2.js +3 -2
  342. package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +46 -40
  343. package/es/components/keyboard/src/components/NumberPanel.vue2.js +12 -12
  344. package/es/components/map/index.d.ts +12 -12
  345. package/es/components/map/src/Map.vue.d.ts +12 -12
  346. package/es/components/map/src/Map.vue2.js +11 -11
  347. package/es/components/picture-clipper/index.d.ts +11 -11
  348. package/es/components/picture-clipper/src/PictureClipper.vue.d.ts +11 -11
  349. package/es/components/picture-clipper/src/PictureClipper.vue2.js +7 -6
  350. package/es/components/quick-search/index.d.ts +73 -32
  351. package/es/components/quick-search/src/index.vue.d.ts +73 -32
  352. package/es/components/quick-search/src/index.vue2.js +15 -15
  353. package/es/components/recommend-search/index.d.ts +79 -79
  354. package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +79 -79
  355. package/es/components/recommend-search/src/RecommendSearch.vue2.js +5 -4
  356. package/es/components/recommend-search/src/components/BaseSearch.d.ts +7 -7
  357. package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +34 -34
  358. package/es/components/recommend-search/src/components/RecommendInput.vue2.js +13 -14
  359. package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +9 -9
  360. package/es/components/recommend-search/src/components/RecommendMenu.vue2.js +13 -13
  361. package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +29 -29
  362. package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +8 -8
  363. package/es/components/scale-view/index.d.ts +107 -87
  364. package/es/components/scale-view/src/ScaleView.vue.d.ts +66 -63
  365. package/es/components/scale-view/src/ScaleView.vue2.js +15 -13
  366. package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +7 -7
  367. package/es/components/scale-view/src/components/AnswerParse.vue2.js +8 -8
  368. package/es/components/scale-view/src/components/DescribeContent.vue.d.ts +7 -7
  369. package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +12 -12
  370. package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +23 -23
  371. package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -10
  372. package/es/components/scale-view/src/components/EvaluatePage.vue2.js +6 -5
  373. package/es/components/scale-view/src/components/LoadingCom.vue.js +3 -5
  374. package/es/components/scale-view/src/components/NoData.vue.d.ts +7 -7
  375. package/es/components/scale-view/src/components/NoData.vue2.js +4 -4
  376. package/es/components/scale-view/src/components/ScaleScore.d.ts +5 -5
  377. package/es/components/scale-view/src/components/formitem/r-address.d.ts +9 -6
  378. package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +10 -6
  379. package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +11 -6
  380. package/es/components/scale-view/src/components/formitem/r-collection.d.ts +8 -5
  381. package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +9 -6
  382. package/es/components/scale-view/src/components/formitem/r-input.d.ts +8 -6
  383. package/es/components/scale-view/src/components/formitem/r-map.d.ts +70 -6
  384. package/es/components/scale-view/src/components/formitem/r-radio.d.ts +11 -6
  385. package/es/components/scale-view/src/components/formitem/r-select.d.ts +10 -6
  386. package/es/components/scale-view/src/components/formitem/r-sign.d.ts +155 -6
  387. package/es/components/scale-view/src/components/formitem/r-upload.d.ts +11 -6
  388. package/es/components/scale-view/src/components/formitem/sign-com.d.ts +6 -6
  389. package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +9 -5
  390. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +9 -17
  391. package/es/components/search-cascader/index.d.ts +27 -27
  392. package/es/components/search-cascader/src/SearchCascader.vue.d.ts +27 -27
  393. package/es/components/search-cascader/src/SearchCascader.vue2.js +9 -8
  394. package/es/components/search-cascader/src/components/ClearIcon.vue.js +15 -17
  395. package/es/components/search-cascader/src/components/SearchMenu.d.ts +5 -5
  396. package/es/components/select-label/index.d.ts +119 -155
  397. package/es/components/select-label/src/LabelFormContent.vue.d.ts +26 -48
  398. package/es/components/select-label/src/LabelFormContent.vue2.js +23 -25
  399. package/es/components/select-label/src/SelectLabel.vue.d.ts +42 -64
  400. package/es/components/select-label/src/SelectLabel.vue2.js +11 -12
  401. package/es/components/select-label/src/components/label-classify.vue.d.ts +14 -24
  402. package/es/components/select-label/src/components/label-classify.vue2.js +26 -29
  403. package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +29 -21
  404. package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +14 -16
  405. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +45 -37
  406. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +6 -6
  407. package/es/components/select-label/src/ihoLabel/iho-label-classify.vue.d.ts +17 -9
  408. package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +10 -13
  409. package/es/components/select-label/src/index.vue.d.ts +93 -107
  410. package/es/components/select-label/src/index.vue2.js +2 -1
  411. package/es/components/select-person/index.d.ts +257 -190
  412. package/es/components/select-person/src/SelectPerson.vue.d.ts +124 -87
  413. package/es/components/select-person/src/SelectPerson.vue2.js +21 -17
  414. package/es/components/select-person/src/SelectPersonRole.vue.d.ts +80 -66
  415. package/es/components/select-person/src/SelectPersonRole.vue2.js +13 -13
  416. package/es/components/select-person/src/SelectPersonType.vue.d.ts +41 -31
  417. package/es/components/select-person/src/SelectPersonType.vue2.js +6 -6
  418. package/es/components/select-person/src/components/GroupItem.vue.d.ts +5 -5
  419. package/es/components/select-person/src/components/GroupItem.vue2.js +2 -1
  420. package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +39 -39
  421. package/es/components/select-person/src/components/SearchGroupList.vue2.js +4 -3
  422. package/es/components/select-person/src/components/SearchMultiple.vue.d.ts +17 -18
  423. package/es/components/select-person/src/components/SearchMultiple.vue2.js +3 -2
  424. package/es/components/select-person/src/components/SearchOrgAndStaff.vue.d.ts +19 -20
  425. package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +7 -6
  426. package/es/components/select-person/src/components/TagItem.vue.d.ts +11 -11
  427. package/es/components/select-person/src/components/TagItem.vue2.js +2 -1
  428. package/es/components/select-person/src/index.vue.d.ts +307 -240
  429. package/es/components/select-person/src/index.vue2.js +8 -7
  430. package/es/components/select-person/src/utils/index.d.ts +1 -1
  431. package/es/components/shortcut-provider/index.d.ts +9 -9
  432. package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +9 -9
  433. package/es/components/shortcut-provider/src/hooks/useShortcutSignature.d.ts +1 -1
  434. package/es/components/shortcut-setter/index.d.ts +287 -81
  435. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +287 -81
  436. package/es/components/shortcut-setter/src/ShortcutSetter.vue2.js +3 -2
  437. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +13 -23
  438. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue2.js +11 -10
  439. package/es/components/slider-tree/index.d.ts +22 -22
  440. package/es/components/slider-tree/src/index.vue.d.ts +22 -22
  441. package/es/components/slider-tree/src/index.vue2.js +6 -5
  442. package/es/components/step-notice/index.d.ts +58 -58
  443. package/es/components/step-notice/src/StepNotice.vue.d.ts +57 -57
  444. package/es/components/step-notice/src/StepNotice.vue2.js +5 -4
  445. package/es/components/step-notice/src/components/NoticeConnection.vue.d.ts +12 -12
  446. package/es/components/step-notice/src/components/NoticeConnection.vue2.js +3 -3
  447. package/es/components/step-notice/src/components/NoticeItem.vue.d.ts +40 -40
  448. package/es/components/step-notice/src/components/NoticeItem.vue2.js +4 -4
  449. package/es/components/step-notice/src/components/NoticeItemAside.vue.d.ts +9 -9
  450. package/es/components/step-notice/src/components/NoticeItemAside.vue2.js +1 -2
  451. package/es/components/step-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
  452. package/es/components/steps-wheel/index.d.ts +17 -17
  453. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +17 -17
  454. package/es/components/steps-wheel/src/StepsWheel.vue2.js +3 -3
  455. package/es/components/table-export-field/index.d.ts +82 -66
  456. package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +33 -27
  457. package/es/components/table-export-field/src/components/ExportModal.vue2.js +10 -9
  458. package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +23 -23
  459. package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +6 -5
  460. package/es/components/table-export-field/src/index.vue.d.ts +82 -66
  461. package/es/components/table-export-field/src/index.vue2.js +5 -4
  462. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +71 -71
  463. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +18 -17
  464. package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +25 -25
  465. package/es/components/table-filter/src/components/bi-filter/components/Date.vue2.js +7 -6
  466. package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.d.ts +11 -11
  467. package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue2.js +5 -4
  468. package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.d.ts +11 -11
  469. package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue2.js +5 -4
  470. package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +12 -12
  471. package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue2.js +7 -6
  472. package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +59 -59
  473. package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +94 -94
  474. package/es/components/table-filter/src/components/bi-filter/index.vue2.js +33 -38
  475. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +230 -224
  476. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +41 -40
  477. package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.d.ts +15 -15
  478. package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue2.js +10 -9
  479. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +44 -44
  480. package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +19 -18
  481. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +47 -47
  482. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +27 -26
  483. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue.d.ts +19 -13
  484. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +8 -7
  485. package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue.d.ts +11 -11
  486. package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue2.js +5 -4
  487. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue.d.ts +13 -13
  488. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +5 -5
  489. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +43 -43
  490. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +10 -9
  491. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +12 -12
  492. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue2.js +7 -6
  493. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +14 -14
  494. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +7 -6
  495. package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue.d.ts +14 -14
  496. package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue2.js +7 -6
  497. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +216 -210
  498. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +253 -247
  499. package/es/components/table-filter/src/components/classify-filter/index.vue2.js +31 -34
  500. package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +12 -12
  501. package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue2.js +3 -2
  502. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +39 -39
  503. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +10 -9
  504. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +27 -27
  505. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +2 -1
  506. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +10 -10
  507. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +2 -1
  508. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +39 -39
  509. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +14 -14
  510. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +27 -27
  511. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +2 -1
  512. package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue.d.ts +13 -13
  513. package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +10 -9
  514. package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue.d.ts +13 -13
  515. package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +5 -5
  516. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +18 -18
  517. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +8 -9
  518. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +14 -14
  519. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +7 -6
  520. package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +11 -11
  521. package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +5 -4
  522. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +49 -43
  523. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +10 -9
  524. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +24 -24
  525. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +8 -7
  526. package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue.d.ts +11 -11
  527. package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue2.js +7 -6
  528. package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue.d.ts +13 -13
  529. package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue2.js +6 -5
  530. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +285 -279
  531. package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +5 -5
  532. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +272 -266
  533. package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
  534. package/es/components/time-line/index.d.ts +11 -11
  535. package/es/components/time-line/src/TimeLine.vue.d.ts +11 -11
  536. package/es/components/time-picker/index.d.ts +19 -19
  537. package/es/components/time-picker/src/TimePicker.vue.d.ts +19 -19
  538. package/es/components/time-picker/src/TimePicker.vue2.js +5 -4
  539. package/es/components/tooth-bitmap/index.d.ts +14 -14
  540. package/es/components/tooth-bitmap/src/ToothBitmap.vue.d.ts +12 -12
  541. package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +8 -7
  542. package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +19 -22
  543. package/es/components/vertify/src/components/IdentityVerification.vue2.js +10 -9
  544. package/es/components/vod-chunk-upload/index.d.ts +248 -28
  545. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +18 -18
  546. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +24 -25
  547. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +248 -28
  548. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +32 -33
  549. package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +207 -5
  550. package/es/env.d.ts +25 -25
  551. package/es/shared/components/AbbrText/AbbrText.d.ts +3 -3
  552. package/es/shared/components/ArrowIcon/ArrowIcon.vue.js +6 -8
  553. package/es/shared/components/CancelRadio/CancelRadio.d.ts +6 -6
  554. package/es/shared/components/DateIcon/DateIcon.vue.js +11 -13
  555. package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +5 -5
  556. package/es/shared/components/JSONTree/JSONTree.vue.d.ts +8 -8
  557. package/es/shared/components/JSONTree/JSONTree.vue2.js +1 -1
  558. package/es/shared/components/SelectPage/SelectPage.vue.d.ts +10 -10
  559. package/es/shared/components/SelectPage/SelectPage.vue2.js +2 -2
  560. package/es/shared/components/SlotRender/SlotRender.d.ts +3 -3
  561. package/es/shared/components/SvgIcon/SvgIcon.vue.d.ts +6 -10
  562. package/es/shared/components/SvgIcon/SvgIcon.vue2.js +5 -5
  563. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +9 -17
  564. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue2.js +9 -9
  565. package/es/shared/components/no-data/NoData.vue.d.ts +7 -7
  566. package/es/shared/components/no-data/NoData.vue2.js +5 -5
  567. package/es/shared/components/player-vod/index.vue.d.ts +1 -1
  568. package/es/shared/components/player-vod/player.d.ts +4 -4
  569. package/es/shared/components/player-vod/video-list.d.ts +77 -4
  570. package/es/shared/components/player-vod/video-modal.d.ts +23 -5
  571. package/es/shared/hooks/selectHooks/useOptionFiltered.d.ts +2 -2
  572. package/es/shared/hooks/selectHooks/useSearchContent.d.ts +1 -1
  573. package/es/shared/hooks/selectHooks/useSelectRenders.d.ts +4 -4
  574. package/es/shared/hooks/useLevelSearchCascader.d.ts +7 -4
  575. package/es/shared/package.json.js +1 -1
  576. package/es/shared/utils/index.d.ts +1 -1
  577. package/package.json +2 -2
@@ -1,6 +1,6 @@
1
1
  import { SFCWithInstall } from '../../shared/types';
2
2
  export * from './src/types';
3
- declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3
+ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  maxHeight: {
5
5
  type: StringConstructor;
6
6
  };
@@ -82,7 +82,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
82
82
  "x-read-pretty"?: boolean | undefined;
83
83
  "x-compile-omitted"?: string[] | undefined;
84
84
  }>;
85
- components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
85
+ components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
86
86
  scope: import("../../shared/types").AnyObject;
87
87
  annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
88
88
  annotationShortcuts: (string | {
@@ -117,8 +117,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
117
117
  selectMode: boolean;
118
118
  selectedFields: string[];
119
119
  linebarWidth: string | number;
120
- linebarDirection: "horizontal" | "vertical";
121
- linebarTextDirection: "horizontal" | "vertical";
120
+ linebarDirection: "vertical" | "horizontal";
121
+ linebarTextDirection: "vertical" | "horizontal";
122
122
  autoWidth: number | boolean;
123
123
  feedbackType: "default" | "tooltip";
124
124
  fixMemoLeak: boolean;
@@ -131,8 +131,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
131
131
  type: import("vue").PropType<((payload: import("./src/types").FormConfigBeforeMovePayload) => boolean | void) | undefined>;
132
132
  };
133
133
  showLowCodeReactions: BooleanConstructor;
134
- }, {
135
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
134
+ }>, {
135
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
136
136
  maxHeight: {
137
137
  type: StringConstructor;
138
138
  };
@@ -214,7 +214,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
214
214
  "x-read-pretty"?: boolean | undefined;
215
215
  "x-compile-omitted"?: string[] | undefined;
216
216
  }>;
217
- components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
217
+ components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
218
218
  scope: import("../../shared/types").AnyObject;
219
219
  annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
220
220
  annotationShortcuts: (string | {
@@ -249,8 +249,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
249
249
  selectMode: boolean;
250
250
  selectedFields: string[];
251
251
  linebarWidth: string | number;
252
- linebarDirection: "horizontal" | "vertical";
253
- linebarTextDirection: "horizontal" | "vertical";
252
+ linebarDirection: "vertical" | "horizontal";
253
+ linebarTextDirection: "vertical" | "horizontal";
254
254
  autoWidth: number | boolean;
255
255
  feedbackType: "default" | "tooltip";
256
256
  fixMemoLeak: boolean;
@@ -263,16 +263,16 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
263
263
  type: import("vue").PropType<((payload: import("./src/types").FormConfigBeforeMovePayload) => boolean | void) | undefined>;
264
264
  };
265
265
  showLowCodeReactions: BooleanConstructor;
266
- }>> & {
266
+ }>> & Readonly<{
267
267
  onAddItem?: ((...args: any[]) => any) | undefined;
268
268
  onRemoveItem?: ((...args: any[]) => any) | undefined;
269
269
  onReactionsValidateFailure?: ((...args: any[]) => any) | undefined;
270
- }>>;
270
+ }> & {}>;
271
271
  emit: (event: "addItem" | "removeItem" | "reactionsValidateFailure", ...args: any[]) => void;
272
272
  uuid: string;
273
273
  cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
274
- fieldListRef: import("vue").Ref<import("./src/types").FormConfigItem[]>;
275
- materialListRef: import("vue").Ref<import("./src/types").FormConfigItem[]>;
274
+ fieldListRef: import("vue").Ref<import("./src/types").FormConfigItem[], import("./src/types").FormConfigItem[]>;
275
+ materialListRef: import("vue").Ref<import("./src/types").FormConfigItem[], import("./src/types").FormConfigItem[]>;
276
276
  lowCodeReactionsRef: import("vue").Ref<{
277
277
  conObj: {
278
278
  con: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
@@ -305,6 +305,38 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
305
305
  }[] | undefined;
306
306
  __oppositeBindField?: any | undefined;
307
307
  __oppositeTargetField?: any | undefined;
308
+ }[], import("../../shared/types").LowCodeTypes.reactionConfig[] | {
309
+ conObj: {
310
+ con: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
311
+ field_key: string;
312
+ value: unknown;
313
+ }[];
314
+ compareMap?: {
315
+ NULL?: ((v1: any, v2: any) => boolean) | undefined;
316
+ EQ?: ((v1: any, v2: any) => boolean) | undefined;
317
+ BIG?: ((v1: any, v2: any) => boolean) | undefined;
318
+ LESS?: ((v1: any, v2: any) => boolean) | undefined;
319
+ BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
320
+ LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
321
+ CL?: ((v1: any, v2: any) => boolean) | undefined;
322
+ NC?: ((v1: any, v2: any) => boolean) | undefined;
323
+ NEQ?: ((v1: any, v2: any) => boolean) | undefined;
324
+ NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
325
+ } | undefined;
326
+ isRestoreDefault?: boolean | undefined;
327
+ sqlExpression?: string | undefined;
328
+ showField?: string[] | undefined;
329
+ hideField?: string[] | undefined;
330
+ requiredField?: string[] | undefined;
331
+ notRequiredField?: string[] | undefined;
332
+ enabledField?: string[] | undefined;
333
+ disabledField?: string[] | undefined;
334
+ setValueField?: {
335
+ field?: string | undefined;
336
+ value?: unknown;
337
+ }[] | undefined;
338
+ __oppositeBindField?: any | undefined;
339
+ __oppositeTargetField?: any | undefined;
308
340
  }[]>;
309
341
  getSortOption: () => {
310
342
  move: ({ to, from, dragged }: import("sortablejs").MoveEvent) => false | undefined;
@@ -318,18 +350,20 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
318
350
  };
319
351
  addItem: (formConfigItem: import("./src/types").FormConfigItem) => void;
320
352
  parsedTextFormatter: import("./src/types").FormConfigTextFormatter;
321
- currentEditField: import("vue").Ref<import("./src/types").FormConfigItem | undefined>;
353
+ currentEditField: import("vue").Ref<import("./src/types").FormConfigItem | undefined, import("./src/types").FormConfigItem | undefined>;
322
354
  formConfigEditRef: import("vue").Ref<{
323
355
  validate: import("../../shared/types").AnyFn;
356
+ } | undefined, {
357
+ validate: import("../../shared/types").AnyFn;
324
358
  } | undefined>;
325
359
  transform: (fieldList: import("./src/types").FormConfigItem[]) => import("./src/types").FormConfigItem[];
326
360
  inverseTransform: (fieldList: import("./src/types").FormConfigItem[], withOriginalSetting: boolean, otherConfig?: Partial<import("./src/types").FormConfigItem> | undefined) => import("./src/types").FormConfigItem[];
327
- extraValueRef: import("vue").WritableComputedRef<any>;
328
- _extraOptions: import("vue").Ref<import("./src/types").FormConfigItem[]>;
361
+ extraValueRef: import("vue").WritableComputedRef<any, any>;
362
+ _extraOptions: import("vue").Ref<import("./src/types").FormConfigItem[], import("./src/types").FormConfigItem[]>;
329
363
  extraOptions: import("vue").ComputedRef<import("./src/types").FormConfigItem[]>;
330
364
  onFocus: () => Promise<void>;
331
- useVersion: typeof import("../../shared/hooks").useVersion;
332
- Draggable: import("vue").DefineComponent<{
365
+ readonly useVersion: typeof import("../../shared/hooks").useVersion;
366
+ readonly Draggable: import("vue").DefineComponent<{
333
367
  list: {
334
368
  type: ArrayConstructor;
335
369
  required: boolean;
@@ -401,28 +435,28 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
401
435
  list: unknown[];
402
436
  modelValue: unknown[];
403
437
  componentData: Record<string, any>;
404
- }>;
438
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
405
439
  FormConfigCreator: import("vue").DefineComponent<{}, {
406
440
  linebarField: import("..").FieldItem[];
407
- linebarFormRef: import("vue").Ref<import("..").FormRenderExpose | undefined>;
408
- lineBreakFormRef: import("vue").Ref<import("..").FormRenderExpose | undefined>;
441
+ linebarFormRef: import("vue").Ref<import("..").FormRenderExpose | undefined, import("..").FormRenderExpose | undefined>;
442
+ lineBreakFormRef: import("vue").Ref<import("..").FormRenderExpose | undefined, import("..").FormRenderExpose | undefined>;
409
443
  initialData: Partial<import("./src/types").FormConfigItem>;
410
444
  emit: (event: "submit", payload: import("./src/types").FormConfigItem) => void;
411
445
  submit: (type: string, props?: import("../../shared/types").AnyObject | undefined, formRef?: import("..").FormRenderExpose | undefined) => Promise<void>;
412
- pick: {
446
+ readonly pick: {
413
447
  <T extends object, U extends keyof T>(object: T, ...props: import("lodash").Many<U>[]): Pick<T, U>;
414
448
  <T_1>(object: T_1 | null | undefined, ...props: import("lodash").Many<import("lodash").PropertyPath>[]): Partial<T_1>;
415
449
  };
416
- NButton: any;
417
- NButtonGroup: any;
418
- NPopconfirm: any;
419
- CFormRender: SFCWithInstall<import("vue").DefineComponent<{}, {
420
- formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined>;
421
- key: import("vue").Ref<number>;
450
+ readonly NButton: any;
451
+ readonly NButtonGroup: any;
452
+ readonly NPopconfirm: any;
453
+ readonly CFormRender: SFCWithInstall<import("vue").DefineComponent<{}, {
454
+ formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined, import("..").FormRenderExpose | undefined>;
455
+ key: import("vue").Ref<number, number>;
422
456
  reload: () => Promise<void>;
423
457
  formRenderExposeKeyList: readonly ["validate", "getFormValues", "setFormValues", "setFieldState", "resetFields", "queryWidget", "getFieldList", "applySelectedSetting", "getTextFormValues", "optionInited", "updateAnchor"];
424
458
  exposed: Partial<import("..").FormRenderExpose>;
425
- FormRender: import("vue").DefineComponent<{
459
+ FormRender: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
426
460
  fieldList: {
427
461
  type: import("vue").PropType<import("..").FieldItem[]>;
428
462
  };
@@ -516,7 +550,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
516
550
  }>>;
517
551
  };
518
552
  components: {
519
- type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
553
+ type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
520
554
  default: () => {};
521
555
  };
522
556
  scope: {
@@ -601,11 +635,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
601
635
  type: import("vue").PropType<string[]>;
602
636
  };
603
637
  linebarDirection: {
604
- type: import("vue").PropType<"horizontal" | "vertical">;
638
+ type: import("vue").PropType<"vertical" | "horizontal">;
605
639
  default: string;
606
640
  };
607
641
  linebarTextDirection: {
608
- type: import("vue").PropType<"horizontal" | "vertical">;
642
+ type: import("vue").PropType<"vertical" | "horizontal">;
609
643
  default: string;
610
644
  };
611
645
  linebarWidth: {
@@ -630,8 +664,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
630
664
  lazyRender: BooleanConstructor;
631
665
  linebreaksToTitle: BooleanConstructor;
632
666
  dialogFn: {};
633
- }, {
634
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
667
+ }>, {
668
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
635
669
  fieldList: {
636
670
  type: import("vue").PropType<import("..").FieldItem[]>;
637
671
  };
@@ -725,7 +759,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
725
759
  }>>;
726
760
  };
727
761
  components: {
728
- type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
762
+ type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
729
763
  default: () => {};
730
764
  };
731
765
  scope: {
@@ -810,11 +844,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
810
844
  type: import("vue").PropType<string[]>;
811
845
  };
812
846
  linebarDirection: {
813
- type: import("vue").PropType<"horizontal" | "vertical">;
847
+ type: import("vue").PropType<"vertical" | "horizontal">;
814
848
  default: string;
815
849
  };
816
850
  linebarTextDirection: {
817
- type: import("vue").PropType<"horizontal" | "vertical">;
851
+ type: import("vue").PropType<"vertical" | "horizontal">;
818
852
  default: string;
819
853
  };
820
854
  linebarWidth: {
@@ -839,19 +873,19 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
839
873
  lazyRender: BooleanConstructor;
840
874
  linebreaksToTitle: BooleanConstructor;
841
875
  dialogFn: {};
842
- }>> & {
876
+ }>> & Readonly<{
843
877
  onFormChange?: ((...args: any[]) => any) | undefined;
844
878
  onScroll?: ((...args: any[]) => any) | undefined;
845
879
  onAnnotationChange?: ((...args: any[]) => any) | undefined;
846
880
  "onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
847
881
  onLinebarChange?: ((...args: any[]) => any) | undefined;
848
882
  onReady?: ((...args: any[]) => any) | undefined;
849
- }>>;
883
+ }> & {}>;
850
884
  emit: (event: "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", ...args: any[]) => void;
851
885
  cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
852
886
  nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
853
- formRenderRef: import("vue").Ref<HTMLElement | undefined>;
854
- formWidth: import("vue").Ref<number>;
887
+ formRenderRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
888
+ formWidth: import("vue").Ref<number, number>;
855
889
  formHeight: import("vue").ComputedRef<string>;
856
890
  SchemaField: import("vue").DefineComponent<import("@formily/vue").ISchemaFieldProps>;
857
891
  businessCollector: import("..").BusinessCollector;
@@ -864,13 +898,21 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
864
898
  formUUID: string;
865
899
  anchorBarRef: import("vue").Ref<{
866
900
  syncBarPosition: import("../../shared/types").AnyFn;
901
+ } | undefined, {
902
+ syncBarPosition: import("../../shared/types").AnyFn;
867
903
  } | undefined>;
868
- currentAnchor: import("vue").WritableComputedRef<string>;
904
+ currentAnchor: import("vue").WritableComputedRef<string, string>;
869
905
  updateAnchorList: (field: import("@formily/core").GeneralField) => void;
870
906
  anchorIdList: import("vue").Ref<{
871
907
  name: string;
872
908
  title: string;
873
909
  index: number;
910
+ }[], (Record<"name" | "title", string> & {
911
+ index: number;
912
+ })[] | {
913
+ name: string;
914
+ title: string;
915
+ index: number;
874
916
  }[]>;
875
917
  onScroll: (scrollEvent: Event) => void;
876
918
  generateAnchorList: (formModel: import("@formily/core").Form<any>) => Promise<void>;
@@ -897,7 +939,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
897
939
  setGraph: (field: import("@formily/core").GeneralField) => void;
898
940
  removeGraph: (field: import("@formily/core").GeneralField) => void;
899
941
  lowCodeEventTrigger: (field: import("@formily/core").GeneralField) => void;
900
- emitFormChange: import("vue").Ref<boolean>;
942
+ emitFormChange: import("vue").Ref<boolean, boolean>;
901
943
  formModel: import("@formily/core").Form<{
902
944
  [x: string]: any;
903
945
  }>;
@@ -974,7 +1016,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
974
1016
  "x-read-pretty"?: boolean | undefined;
975
1017
  "x-compile-omitted"?: string[] | undefined;
976
1018
  }>;
977
- components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
1019
+ components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
978
1020
  scope: import("../../shared/types").AnyObject;
979
1021
  annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
980
1022
  annotationShortcuts: (string | {
@@ -1009,8 +1051,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1009
1051
  selectMode: boolean;
1010
1052
  selectedFields: string[];
1011
1053
  linebarWidth: string | number;
1012
- linebarDirection: "horizontal" | "vertical";
1013
- linebarTextDirection: "horizontal" | "vertical";
1054
+ linebarDirection: "vertical" | "horizontal";
1055
+ linebarTextDirection: "vertical" | "horizontal";
1014
1056
  autoWidth: number | boolean;
1015
1057
  feedbackType: "default" | "tooltip";
1016
1058
  fixMemoLeak: boolean;
@@ -1193,16 +1235,16 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1193
1235
  onKeydown: (event: KeyboardEvent) => Promise<void>;
1194
1236
  clearSpan: (uuid: string) => void;
1195
1237
  exposeEvent: Omit<import("..").FormRenderExpose, "updateAnchor" | "getFieldList" | "optionInited" | "formModel" | "reload">;
1196
- useVersion: typeof import("../../shared/hooks").useVersion;
1197
- 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<{}>>, {}>;
1198
- 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>>>, {
1238
+ readonly useVersion: typeof import("../../shared/hooks").useVersion;
1239
+ 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>;
1240
+ 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>>>, {
1199
1241
  form: any;
1200
- }>;
1201
- NConfigProvider: any;
1202
- NForm: any;
1203
- NTabPane: any;
1204
- NTabs: any;
1205
- }, 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<{
1242
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1243
+ readonly NConfigProvider: any;
1244
+ readonly NForm: any;
1245
+ readonly NTabPane: any;
1246
+ readonly NTabs: any;
1247
+ }, {}, {}, {}, 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<{
1206
1248
  fieldList: {
1207
1249
  type: import("vue").PropType<import("..").FieldItem[]>;
1208
1250
  };
@@ -1296,7 +1338,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1296
1338
  }>>;
1297
1339
  };
1298
1340
  components: {
1299
- type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
1341
+ type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
1300
1342
  default: () => {};
1301
1343
  };
1302
1344
  scope: {
@@ -1381,11 +1423,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1381
1423
  type: import("vue").PropType<string[]>;
1382
1424
  };
1383
1425
  linebarDirection: {
1384
- type: import("vue").PropType<"horizontal" | "vertical">;
1426
+ type: import("vue").PropType<"vertical" | "horizontal">;
1385
1427
  default: string;
1386
1428
  };
1387
1429
  linebarTextDirection: {
1388
- type: import("vue").PropType<"horizontal" | "vertical">;
1430
+ type: import("vue").PropType<"vertical" | "horizontal">;
1389
1431
  default: string;
1390
1432
  };
1391
1433
  linebarWidth: {
@@ -1410,18 +1452,18 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1410
1452
  lazyRender: BooleanConstructor;
1411
1453
  linebreaksToTitle: BooleanConstructor;
1412
1454
  dialogFn: {};
1413
- }>> & {
1455
+ }>> & Readonly<{
1414
1456
  onFormChange?: ((...args: any[]) => any) | undefined;
1415
1457
  onScroll?: ((...args: any[]) => any) | undefined;
1416
1458
  onAnnotationChange?: ((...args: any[]) => any) | undefined;
1417
1459
  "onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
1418
1460
  onLinebarChange?: ((...args: any[]) => any) | undefined;
1419
1461
  onReady?: ((...args: any[]) => any) | undefined;
1420
- }, {
1462
+ }>, {
1463
+ maxHeight: string | number;
1421
1464
  anchor: boolean;
1422
1465
  column: number;
1423
- maxHeight: string | number;
1424
- components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
1466
+ components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
1425
1467
  initialData: import("../../shared/types").AnyObject;
1426
1468
  parallelism: number;
1427
1469
  scope: import("../../shared/types").AnyObject;
@@ -1437,8 +1479,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1437
1479
  wordSplitFilter: boolean;
1438
1480
  selectMode: boolean;
1439
1481
  linebarWidth: string | number;
1440
- linebarDirection: "horizontal" | "vertical";
1441
- linebarTextDirection: "horizontal" | "vertical";
1482
+ linebarDirection: "vertical" | "horizontal";
1483
+ linebarTextDirection: "vertical" | "horizontal";
1442
1484
  autoWidth: number | boolean;
1443
1485
  feedbackType: "default" | "tooltip";
1444
1486
  fixMemoLeak: boolean;
@@ -1447,14 +1489,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1447
1489
  nominalAge: boolean;
1448
1490
  operationalFormInit: boolean;
1449
1491
  incrementalRender: boolean;
1450
- }>;
1451
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
1492
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1493
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
1452
1494
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1453
1495
  submit: (payload: import("./src/types").FormConfigItem) => import("./src/types").FormConfigItem;
1454
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
1496
+ }, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
1455
1497
  onSubmit?: ((payload: import("./src/types").FormConfigItem) => any) | undefined;
1456
- }, {}>;
1457
- FormConfigDragDisplay: import("vue").DefineComponent<{
1498
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1499
+ FormConfigDragDisplay: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1458
1500
  formConfigItem: {
1459
1501
  type: import("vue").PropType<import("./src/types").FormConfigItem>;
1460
1502
  };
@@ -1462,13 +1504,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1462
1504
  type: import("vue").PropType<import("./src/types").FormConfigTextFormatter>;
1463
1505
  required: true;
1464
1506
  };
1465
- }, {
1507
+ }>, {
1466
1508
  globProps: import("../../shared/types").AnyObject | undefined;
1467
1509
  getItemColumnStyle: (formConfigItem?: import("./src/types").FormConfigItem | undefined) => {
1468
1510
  '--item-column': number;
1469
1511
  };
1470
- fieldList: import("vue").Ref<import("./src/types").FormConfigItem[]> | undefined;
1471
- materialList: import("vue").Ref<import("./src/types").FormConfigItem[]> | undefined;
1512
+ fieldList: import("vue").Ref<import("./src/types").FormConfigItem[], import("./src/types").FormConfigItem[]> | undefined;
1513
+ materialList: import("vue").Ref<import("./src/types").FormConfigItem[], import("./src/types").FormConfigItem[]> | undefined;
1472
1514
  getSortOption: (formConfigItem?: import("./src/types").FormConfigItem | undefined) => {
1473
1515
  move: ({ to, from, dragged }: import("sortablejs").MoveEvent) => false | undefined;
1474
1516
  onChoose: ({ target, item }: import("sortablejs").SortableEvent) => void;
@@ -1479,8 +1521,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1479
1521
  'item-key': string;
1480
1522
  group: string;
1481
1523
  };
1482
- getRenderer: (formConfigItem: import("./src/types").FormConfigItem) => import("vue").Component | import("vue").FunctionalComponent<{}, {}>;
1483
- Draggable: import("vue").DefineComponent<{
1524
+ getRenderer: (formConfigItem: import("./src/types").FormConfigItem) => import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>;
1525
+ readonly Draggable: import("vue").DefineComponent<{
1484
1526
  list: {
1485
1527
  type: ArrayConstructor;
1486
1528
  required: boolean;
@@ -1552,8 +1594,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1552
1594
  list: unknown[];
1553
1595
  modelValue: unknown[];
1554
1596
  componentData: Record<string, any>;
1555
- }>;
1556
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1597
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1598
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1557
1599
  formConfigItem: {
1558
1600
  type: import("vue").PropType<import("./src/types").FormConfigItem>;
1559
1601
  };
@@ -1561,8 +1603,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1561
1603
  type: import("vue").PropType<import("./src/types").FormConfigTextFormatter>;
1562
1604
  required: true;
1563
1605
  };
1564
- }>>, {}>;
1565
- FormConfigEdit: import("vue").DefineComponent<{
1606
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1607
+ FormConfigEdit: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1566
1608
  uuid: {
1567
1609
  type: StringConstructor;
1568
1610
  required: true;
@@ -1636,7 +1678,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1636
1678
  "x-read-pretty"?: boolean | undefined;
1637
1679
  "x-compile-omitted"?: string[] | undefined;
1638
1680
  }>;
1639
- components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
1681
+ components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
1640
1682
  scope: import("../../shared/types").AnyObject;
1641
1683
  annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
1642
1684
  annotationShortcuts: (string | {
@@ -1671,8 +1713,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1671
1713
  selectMode: boolean;
1672
1714
  selectedFields: string[];
1673
1715
  linebarWidth: string | number;
1674
- linebarDirection: "horizontal" | "vertical";
1675
- linebarTextDirection: "horizontal" | "vertical";
1716
+ linebarDirection: "vertical" | "horizontal";
1717
+ linebarTextDirection: "vertical" | "horizontal";
1676
1718
  autoWidth: number | boolean;
1677
1719
  feedbackType: "default" | "tooltip";
1678
1720
  fixMemoLeak: boolean;
@@ -1681,8 +1723,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1681
1723
  dialogFn: any;
1682
1724
  }>>>;
1683
1725
  };
1684
- }, {
1685
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1726
+ }>, {
1727
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1686
1728
  uuid: {
1687
1729
  type: StringConstructor;
1688
1730
  required: true;
@@ -1756,7 +1798,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1756
1798
  "x-read-pretty"?: boolean | undefined;
1757
1799
  "x-compile-omitted"?: string[] | undefined;
1758
1800
  }>;
1759
- components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
1801
+ components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
1760
1802
  scope: import("../../shared/types").AnyObject;
1761
1803
  annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
1762
1804
  annotationShortcuts: (string | {
@@ -1791,8 +1833,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1791
1833
  selectMode: boolean;
1792
1834
  selectedFields: string[];
1793
1835
  linebarWidth: string | number;
1794
- linebarDirection: "horizontal" | "vertical";
1795
- linebarTextDirection: "horizontal" | "vertical";
1836
+ linebarDirection: "vertical" | "horizontal";
1837
+ linebarTextDirection: "vertical" | "horizontal";
1796
1838
  autoWidth: number | boolean;
1797
1839
  feedbackType: "default" | "tooltip";
1798
1840
  fixMemoLeak: boolean;
@@ -1801,14 +1843,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1801
1843
  dialogFn: any;
1802
1844
  }>>>;
1803
1845
  };
1804
- }>> & {}>>;
1846
+ }>> & Readonly<{}> & {}>;
1805
1847
  wrapperSelector: import("vue").ComputedRef<string>;
1806
- formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined>;
1807
- currentActiveField: import("vue").Ref<import("../../shared/types").UndefinedAble<import("./src/types").FormConfigItem>>;
1848
+ formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined, import("..").FormRenderExpose | undefined>;
1849
+ currentActiveField: import("vue").Ref<import("../../shared/types").UndefinedAble<import("./src/types").FormConfigItem>, import("../../shared/types").UndefinedAble<import("./src/types").FormConfigItem>>;
1808
1850
  fieldList: import("vue").Ref<{
1809
1851
  [x: string]: any;
1810
1852
  val_key: string;
1811
- 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";
1853
+ 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";
1812
1854
  annotation?: boolean | undefined;
1813
1855
  val_key_unit?: string | undefined;
1814
1856
  is_edit?: import("..").FormCommonState | undefined;
@@ -1824,7 +1866,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1824
1866
  placeholder?: string | undefined;
1825
1867
  validate?: {
1826
1868
  [x: string]: any;
1827
- obj_type?: ("password" | "sex" | "age" | "email" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
1869
+ obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
1828
1870
  vali_obj?: string | undefined;
1829
1871
  max_value?: string | number | undefined;
1830
1872
  min_value?: string | number | undefined;
@@ -1833,28 +1875,226 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1833
1875
  min_length?: string | number | undefined;
1834
1876
  max_length?: string | number | undefined;
1835
1877
  decimal_length?: string | number | undefined;
1836
- regular_expression?: string | {
1837
- exec: (string: string) => RegExpExecArray | null;
1838
- test: (string: string) => boolean;
1839
- readonly source: string;
1840
- readonly global: boolean;
1841
- readonly ignoreCase: boolean;
1842
- readonly multiline: boolean;
1843
- lastIndex: number;
1844
- compile: (pattern: string, flags?: string | undefined) => RegExp;
1845
- readonly flags: string;
1846
- readonly sticky: boolean;
1847
- readonly unicode: boolean;
1848
- readonly dotAll: boolean;
1849
- [Symbol.match]: (string: string) => RegExpMatchArray | null;
1850
- [Symbol.replace]: {
1851
- (string: string, replaceValue: string): string;
1852
- (string: string, replacer: (substring: string, ...args: any[]) => string): string;
1853
- };
1854
- [Symbol.search]: (string: string) => number;
1855
- [Symbol.split]: (string: string, limit?: number | undefined) => string[];
1856
- [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
1878
+ regular_expression?: string | RegExp | undefined;
1879
+ regular_error_tip?: string | undefined;
1880
+ message?: string | undefined;
1881
+ } | undefined;
1882
+ option?: {
1883
+ [x: string]: any;
1884
+ keyword?: string | undefined;
1885
+ disabled?: boolean | undefined;
1886
+ children?: any[] | undefined;
1887
+ childrenFields?: any[] | undefined;
1888
+ }[] | undefined;
1889
+ multi_select?: import("..").FormCommonState | undefined;
1890
+ multi_select_value?: string | number | undefined;
1891
+ wordbook?: {
1892
+ level_num?: number | undefined;
1893
+ id?: string | undefined;
1894
+ name?: string | undefined;
1895
+ render_key?: string[] | undefined;
1896
+ search_key?: string[] | undefined;
1897
+ value_key?: string | undefined;
1898
+ queryParams?: string[] | undefined;
1899
+ primary_key?: string | undefined;
1900
+ type?: string | undefined;
1901
+ level_key?: string | undefined;
1902
+ link_key?: string | undefined;
1903
+ link_key_split?: string | undefined;
1904
+ show_key?: string | string[] | undefined;
1905
+ conObj?: import("../../shared/types").AnyObject[] | undefined;
1906
+ conObjFirstLevel?: import("../../shared/types").AnyObject[] | undefined;
1907
+ setting?: {
1908
+ cascading?: {
1909
+ 'form.name': string;
1910
+ value: string;
1911
+ }[] | undefined;
1912
+ } | undefined;
1913
+ } | undefined;
1914
+ open?: {
1915
+ value?: any;
1916
+ describe?: string | undefined;
1917
+ } | undefined;
1918
+ close?: {
1919
+ value?: any;
1920
+ describe?: string | undefined;
1921
+ } | undefined;
1922
+ requiredReminderContent?: string | undefined;
1923
+ date_format?: string | undefined;
1924
+ step_length?: string | number | undefined;
1925
+ urlConfig?: {
1926
+ [x: string]: any;
1927
+ url: string;
1928
+ method?: import("../../shared/hooks").FormRequestDefine.RequestType | undefined;
1929
+ nameKey?: string | undefined;
1930
+ valueKey?: string | undefined;
1931
+ showKey?: string | undefined;
1932
+ searchKey?: string[] | undefined;
1933
+ params?: import("../../shared/types").AnyObject | undefined;
1934
+ dependKey?: string | Record<string, string> | (string | {
1935
+ paramName: string;
1936
+ paramValue?: string | undefined;
1937
+ required?: boolean | undefined;
1938
+ keepValue?: boolean | undefined;
1939
+ })[] | undefined;
1940
+ } | undefined;
1941
+ suffixConfig?: any | any[] | undefined;
1942
+ prefixConfig?: any | any[] | undefined;
1943
+ autograph?: string | undefined;
1944
+ defined_error_msg?: string | undefined;
1945
+ extendKey?: string | undefined;
1946
+ is_not_fold?: string | undefined;
1947
+ remark?: string | undefined;
1948
+ remarkTo?: string | HTMLElement | undefined;
1949
+ free_entry?: import("..").FormCommonState | undefined;
1950
+ save_free_entry?: import("..").FormCommonState | undefined;
1951
+ initialize_high?: number | undefined;
1952
+ bindEventSetting?: {
1953
+ [x: string]: unknown;
1954
+ event_type: import("../../shared/types").LowCodeTypes.EVENT_TYPE;
1955
+ event_field?: string | undefined;
1956
+ params?: {
1957
+ p_value?: string | undefined;
1958
+ p_name: string;
1959
+ p_select: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
1960
+ }[] | undefined;
1961
+ results?: {
1962
+ p_value: string;
1963
+ p_name: string;
1964
+ }[] | undefined;
1965
+ compareMap?: {
1966
+ NULL?: ((v1: any, v2: any) => boolean) | undefined;
1967
+ EQ?: ((v1: any, v2: any) => boolean) | undefined;
1968
+ BIG?: ((v1: any, v2: any) => boolean) | undefined;
1969
+ LESS?: ((v1: any, v2: any) => boolean) | undefined;
1970
+ BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
1971
+ LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
1972
+ CL?: ((v1: any, v2: any) => boolean) | undefined;
1973
+ NC?: ((v1: any, v2: any) => boolean) | undefined;
1974
+ NEQ?: ((v1: any, v2: any) => boolean) | undefined;
1975
+ NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
1976
+ } | undefined;
1977
+ }[] | undefined;
1978
+ show_mode?: import("../../shared/types").LowCodeTypes.showModeType | undefined;
1979
+ is_allow_check_mid?: import("..").FormCommonState | undefined;
1980
+ allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
1981
+ prefix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
1982
+ suffix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
1983
+ allowSlash?: string | boolean | undefined;
1984
+ allowModify?: import("..").FormCommonState | undefined;
1985
+ show_key?: string | undefined;
1986
+ whiteList?: string[] | undefined;
1987
+ bordered?: string | boolean | undefined;
1988
+ displayMode?: "form" | "table" | undefined;
1989
+ editor_title?: string | undefined;
1990
+ editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
1991
+ linebarWidth?: string | undefined;
1992
+ linebarDirection?: "vertical" | "horizontal" | undefined;
1993
+ linebarTextDirection?: "vertical" | "horizontal" | undefined;
1994
+ labelColor?: string | undefined;
1995
+ fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
1996
+ confirmBeforeValueChange?: boolean | undefined;
1997
+ confirmBeforeValueChangeProps?: {
1998
+ [x: string]: any;
1999
+ content: string | ((params: {
2000
+ fieldName: string;
2001
+ newValue: any;
2002
+ oldValue: any;
2003
+ }) => any);
2004
+ updateOriginValue: boolean;
2005
+ } | undefined;
2006
+ selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
2007
+ unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
2008
+ condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
2009
+ max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
2010
+ min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
2011
+ max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
2012
+ min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
2013
+ fieldTitleColor?: string | undefined;
2014
+ fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
2015
+ content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
2016
+ lazyRequest?: boolean | undefined;
2017
+ requestCache?: boolean | undefined;
2018
+ maxGroupNum?: number | undefined;
2019
+ minGroupNum?: number | undefined;
2020
+ jsonCombination?: boolean | undefined;
2021
+ combinationItemDeletable?: boolean | import("..").CombinationItemDeletableFn | undefined;
2022
+ children?: any[] | undefined;
2023
+ properties?: any[] | undefined;
2024
+ componentProps?: import("../../shared/types").AnyObject | undefined;
2025
+ decoratorProps?: import("../../shared/types").AnyObject | undefined;
2026
+ noDecorator?: {
2027
+ valueOf: () => boolean;
2028
+ } | undefined;
2029
+ display?: "flex" | "grid" | undefined;
2030
+ slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
2031
+ wrapperStyle?: Record<string, string | number> | undefined;
2032
+ childFieldStrategy?: "checked" | "all" | undefined;
2033
+ childWidthMode?: "outer" | "inner" | undefined;
2034
+ validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
2035
+ field: import("@formily/core").Field<any, any, any, any>;
2036
+ form: import("@formily/core").Form<any>;
2037
+ value: unknown;
2038
+ validator: import("../../shared/types").AnyFn;
2039
+ }) => string | void) | undefined;
2040
+ reactions?: {
2041
+ [x: string]: any;
2042
+ dependencies?: string[] | undefined;
2043
+ target?: string | undefined;
2044
+ effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
2045
+ when?: string | boolean | undefined;
2046
+ fulfill?: {
2047
+ state?: import("../../shared/types").AnyObject | undefined;
2048
+ run?: string | undefined;
2049
+ } | undefined;
2050
+ otherwise?: {
2051
+ state?: import("../../shared/types").AnyObject | undefined;
2052
+ run?: string | undefined;
2053
+ } | undefined;
2054
+ } | {
2055
+ [x: string]: any;
2056
+ dependencies?: string[] | undefined;
2057
+ target?: string | undefined;
2058
+ effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
2059
+ when?: string | boolean | undefined;
2060
+ fulfill?: {
2061
+ state?: import("../../shared/types").AnyObject | undefined;
2062
+ run?: string | undefined;
2063
+ } | undefined;
2064
+ otherwise?: {
2065
+ state?: import("../../shared/types").AnyObject | undefined;
2066
+ run?: string | undefined;
1857
2067
  } | undefined;
2068
+ }[] | undefined;
2069
+ }[], import("..").FieldItem[] | {
2070
+ [x: string]: any;
2071
+ val_key: string;
2072
+ 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";
2073
+ annotation?: boolean | undefined;
2074
+ val_key_unit?: string | undefined;
2075
+ is_edit?: import("..").FormCommonState | undefined;
2076
+ elem_width?: string | number | undefined;
2077
+ is_show?: import("..").FormCommonState | undefined;
2078
+ is_null?: import("..").FormCommonState | undefined;
2079
+ name?: string | undefined;
2080
+ nameAbbr?: string | undefined;
2081
+ alias?: string | undefined;
2082
+ default_val?: any;
2083
+ is_empty?: import("..").FormCommonState | undefined;
2084
+ hide_title?: import("..").FormCommonState | undefined;
2085
+ placeholder?: string | undefined;
2086
+ validate?: {
2087
+ [x: string]: any;
2088
+ obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
2089
+ vali_obj?: string | undefined;
2090
+ max_value?: string | number | undefined;
2091
+ min_value?: string | number | undefined;
2092
+ min_date?: string | undefined;
2093
+ max_date?: string | undefined;
2094
+ min_length?: string | number | undefined;
2095
+ max_length?: string | number | undefined;
2096
+ decimal_length?: string | number | undefined;
2097
+ regular_expression?: string | RegExp | undefined;
1858
2098
  regular_error_tip?: string | undefined;
1859
2099
  message?: string | undefined;
1860
2100
  } | undefined;
@@ -1968,8 +2208,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1968
2208
  editor_title?: string | undefined;
1969
2209
  editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
1970
2210
  linebarWidth?: string | undefined;
1971
- linebarDirection?: "horizontal" | "vertical" | undefined;
1972
- linebarTextDirection?: "horizontal" | "vertical" | undefined;
2211
+ linebarDirection?: "vertical" | "horizontal" | undefined;
2212
+ linebarTextDirection?: "vertical" | "horizontal" | undefined;
1973
2213
  labelColor?: string | undefined;
1974
2214
  fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
1975
2215
  confirmBeforeValueChange?: boolean | undefined;
@@ -1983,10 +2223,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1983
2223
  updateOriginValue: boolean;
1984
2224
  } | undefined;
1985
2225
  selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
1986
- unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
2226
+ unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
1987
2227
  condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
1988
- max_date_unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
1989
- min_date_unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
2228
+ max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
2229
+ min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
1990
2230
  max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
1991
2231
  min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
1992
2232
  fieldTitleColor?: string | undefined;
@@ -2009,7 +2249,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2009
2249
  slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
2010
2250
  wrapperStyle?: Record<string, string | number> | undefined;
2011
2251
  childFieldStrategy?: "checked" | "all" | undefined;
2012
- childWidthMode?: "inner" | "outer" | undefined;
2252
+ childWidthMode?: "outer" | "inner" | undefined;
2013
2253
  validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
2014
2254
  field: import("@formily/core").Field<any, any, any, any>;
2015
2255
  form: import("@formily/core").Form<any>;
@@ -2088,7 +2328,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2088
2328
  originalSetting?: {
2089
2329
  [x: string]: any;
2090
2330
  val_key: string;
2091
- 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";
2331
+ 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";
2092
2332
  annotation?: boolean | undefined;
2093
2333
  val_key_unit?: string | undefined;
2094
2334
  is_edit?: import("..").FormCommonState | undefined;
@@ -2104,7 +2344,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2104
2344
  placeholder?: string | undefined;
2105
2345
  validate?: {
2106
2346
  [x: string]: any;
2107
- obj_type?: ("password" | "sex" | "age" | "email" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
2347
+ obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
2108
2348
  vali_obj?: string | undefined;
2109
2349
  max_value?: string | number | undefined;
2110
2350
  min_value?: string | number | undefined;
@@ -2113,28 +2353,543 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2113
2353
  min_length?: string | number | undefined;
2114
2354
  max_length?: string | number | undefined;
2115
2355
  decimal_length?: string | number | undefined;
2116
- regular_expression?: string | {
2117
- exec: (string: string) => RegExpExecArray | null;
2118
- test: (string: string) => boolean;
2119
- readonly source: string;
2120
- readonly global: boolean;
2121
- readonly ignoreCase: boolean;
2122
- readonly multiline: boolean;
2123
- lastIndex: number;
2124
- compile: (pattern: string, flags?: string | undefined) => RegExp;
2125
- readonly flags: string;
2126
- readonly sticky: boolean;
2127
- readonly unicode: boolean;
2128
- readonly dotAll: boolean;
2129
- [Symbol.match]: (string: string) => RegExpMatchArray | null;
2130
- [Symbol.replace]: {
2131
- (string: string, replaceValue: string): string;
2132
- (string: string, replacer: (substring: string, ...args: any[]) => string): string;
2133
- };
2134
- [Symbol.search]: (string: string) => number;
2135
- [Symbol.split]: (string: string, limit?: number | undefined) => string[];
2136
- [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
2356
+ regular_expression?: string | RegExp | undefined;
2357
+ regular_error_tip?: string | undefined;
2358
+ message?: string | undefined;
2359
+ } | undefined;
2360
+ option?: {
2361
+ [x: string]: any;
2362
+ keyword?: string | undefined;
2363
+ disabled?: boolean | undefined;
2364
+ children?: any[] | undefined;
2365
+ childrenFields?: any[] | undefined;
2366
+ }[] | undefined;
2367
+ multi_select?: import("..").FormCommonState | undefined;
2368
+ multi_select_value?: string | number | undefined;
2369
+ wordbook?: {
2370
+ level_num?: number | undefined;
2371
+ id?: string | undefined;
2372
+ name?: string | undefined;
2373
+ render_key?: string[] | undefined;
2374
+ search_key?: string[] | undefined;
2375
+ value_key?: string | undefined;
2376
+ queryParams?: string[] | undefined;
2377
+ primary_key?: string | undefined;
2378
+ type?: string | undefined;
2379
+ level_key?: string | undefined;
2380
+ link_key?: string | undefined;
2381
+ link_key_split?: string | undefined;
2382
+ show_key?: string | string[] | undefined;
2383
+ conObj?: import("../../shared/types").AnyObject[] | undefined;
2384
+ conObjFirstLevel?: import("../../shared/types").AnyObject[] | undefined;
2385
+ setting?: {
2386
+ cascading?: {
2387
+ 'form.name': string;
2388
+ value: string;
2389
+ }[] | undefined;
2137
2390
  } | undefined;
2391
+ } | undefined;
2392
+ open?: {
2393
+ value?: any;
2394
+ describe?: string | undefined;
2395
+ } | undefined;
2396
+ close?: {
2397
+ value?: any;
2398
+ describe?: string | undefined;
2399
+ } | undefined;
2400
+ requiredReminderContent?: string | undefined;
2401
+ date_format?: string | undefined;
2402
+ step_length?: string | number | undefined;
2403
+ urlConfig?: {
2404
+ [x: string]: any;
2405
+ url: string;
2406
+ method?: import("../../shared/hooks").FormRequestDefine.RequestType | undefined;
2407
+ nameKey?: string | undefined;
2408
+ valueKey?: string | undefined;
2409
+ showKey?: string | undefined;
2410
+ searchKey?: string[] | undefined;
2411
+ params?: import("../../shared/types").AnyObject | undefined;
2412
+ dependKey?: string | Record<string, string> | (string | {
2413
+ paramName: string;
2414
+ paramValue?: string | undefined;
2415
+ required?: boolean | undefined;
2416
+ keepValue?: boolean | undefined;
2417
+ })[] | undefined;
2418
+ } | undefined;
2419
+ suffixConfig?: any | any[] | undefined;
2420
+ prefixConfig?: any | any[] | undefined;
2421
+ autograph?: string | undefined;
2422
+ defined_error_msg?: string | undefined;
2423
+ extendKey?: string | undefined;
2424
+ is_not_fold?: string | undefined;
2425
+ remark?: string | undefined;
2426
+ remarkTo?: string | HTMLElement | undefined;
2427
+ free_entry?: import("..").FormCommonState | undefined;
2428
+ save_free_entry?: import("..").FormCommonState | undefined;
2429
+ initialize_high?: number | undefined;
2430
+ bindEventSetting?: {
2431
+ [x: string]: unknown;
2432
+ event_type: import("../../shared/types").LowCodeTypes.EVENT_TYPE;
2433
+ event_field?: string | undefined;
2434
+ params?: {
2435
+ p_value?: string | undefined;
2436
+ p_name: string;
2437
+ p_select: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
2438
+ }[] | undefined;
2439
+ results?: {
2440
+ p_value: string;
2441
+ p_name: string;
2442
+ }[] | undefined;
2443
+ compareMap?: {
2444
+ NULL?: ((v1: any, v2: any) => boolean) | undefined;
2445
+ EQ?: ((v1: any, v2: any) => boolean) | undefined;
2446
+ BIG?: ((v1: any, v2: any) => boolean) | undefined;
2447
+ LESS?: ((v1: any, v2: any) => boolean) | undefined;
2448
+ BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
2449
+ LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
2450
+ CL?: ((v1: any, v2: any) => boolean) | undefined;
2451
+ NC?: ((v1: any, v2: any) => boolean) | undefined;
2452
+ NEQ?: ((v1: any, v2: any) => boolean) | undefined;
2453
+ NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
2454
+ } | undefined;
2455
+ }[] | undefined;
2456
+ show_mode?: import("../../shared/types").LowCodeTypes.showModeType | undefined;
2457
+ is_allow_check_mid?: import("..").FormCommonState | undefined;
2458
+ allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
2459
+ prefix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
2460
+ suffix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
2461
+ allowSlash?: string | boolean | undefined;
2462
+ allowModify?: import("..").FormCommonState | undefined;
2463
+ show_key?: string | undefined;
2464
+ whiteList?: string[] | undefined;
2465
+ bordered?: string | boolean | undefined;
2466
+ displayMode?: "form" | "table" | undefined;
2467
+ editor_title?: string | undefined;
2468
+ editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
2469
+ linebarWidth?: string | undefined;
2470
+ linebarDirection?: "vertical" | "horizontal" | undefined;
2471
+ linebarTextDirection?: "vertical" | "horizontal" | undefined;
2472
+ labelColor?: string | undefined;
2473
+ fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
2474
+ confirmBeforeValueChange?: boolean | undefined;
2475
+ confirmBeforeValueChangeProps?: {
2476
+ [x: string]: any;
2477
+ content: string | ((params: {
2478
+ fieldName: string;
2479
+ newValue: any;
2480
+ oldValue: any;
2481
+ }) => any);
2482
+ updateOriginValue: boolean;
2483
+ } | undefined;
2484
+ selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
2485
+ unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
2486
+ condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
2487
+ max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
2488
+ min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
2489
+ max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
2490
+ min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
2491
+ fieldTitleColor?: string | undefined;
2492
+ fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
2493
+ content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
2494
+ lazyRequest?: boolean | undefined;
2495
+ requestCache?: boolean | undefined;
2496
+ maxGroupNum?: number | undefined;
2497
+ minGroupNum?: number | undefined;
2498
+ jsonCombination?: boolean | undefined;
2499
+ combinationItemDeletable?: boolean | import("..").CombinationItemDeletableFn | undefined;
2500
+ children?: any[] | undefined;
2501
+ properties?: any[] | undefined;
2502
+ componentProps?: import("../../shared/types").AnyObject | undefined;
2503
+ decoratorProps?: import("../../shared/types").AnyObject | undefined;
2504
+ noDecorator?: {
2505
+ valueOf: () => boolean;
2506
+ } | undefined;
2507
+ display?: "flex" | "grid" | undefined;
2508
+ slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
2509
+ wrapperStyle?: Record<string, string | number> | undefined;
2510
+ childFieldStrategy?: "checked" | "all" | undefined;
2511
+ childWidthMode?: "outer" | "inner" | undefined;
2512
+ validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
2513
+ field: import("@formily/core").Field<any, any, any, any>;
2514
+ form: import("@formily/core").Form<any>;
2515
+ value: unknown;
2516
+ validator: import("../../shared/types").AnyFn;
2517
+ }) => string | void) | undefined;
2518
+ reactions?: {
2519
+ [x: string]: any;
2520
+ dependencies?: string[] | undefined;
2521
+ target?: string | undefined;
2522
+ effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
2523
+ when?: string | boolean | undefined;
2524
+ fulfill?: {
2525
+ state?: import("../../shared/types").AnyObject | undefined;
2526
+ run?: string | undefined;
2527
+ } | undefined;
2528
+ otherwise?: {
2529
+ state?: import("../../shared/types").AnyObject | undefined;
2530
+ run?: string | undefined;
2531
+ } | undefined;
2532
+ } | {
2533
+ [x: string]: any;
2534
+ dependencies?: string[] | undefined;
2535
+ target?: string | undefined;
2536
+ effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
2537
+ when?: string | boolean | undefined;
2538
+ fulfill?: {
2539
+ state?: import("../../shared/types").AnyObject | undefined;
2540
+ run?: string | undefined;
2541
+ } | undefined;
2542
+ otherwise?: {
2543
+ state?: import("../../shared/types").AnyObject | undefined;
2544
+ run?: string | undefined;
2545
+ } | undefined;
2546
+ }[] | undefined;
2547
+ } | undefined;
2548
+ optionAliasList?: {
2549
+ text: string;
2550
+ value: string;
2551
+ }[] | undefined;
2552
+ elementExtraSetting?: {
2553
+ allowPartial?: boolean | undefined;
2554
+ partialLevel?: number | undefined;
2555
+ maxLevel?: number | undefined;
2556
+ dateFormat?: string | undefined;
2557
+ defaultValue?: {
2558
+ condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
2559
+ unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
2560
+ value: string;
2561
+ } | undefined;
2562
+ minValue?: {
2563
+ condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
2564
+ unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
2565
+ value: string;
2566
+ } | undefined;
2567
+ maxValue?: {
2568
+ condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
2569
+ unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
2570
+ value: string;
2571
+ } | undefined;
2572
+ } | undefined;
2573
+ __new?: boolean | undefined;
2574
+ __isCombinationChild?: boolean | undefined;
2575
+ __extra?: boolean | undefined;
2576
+ }[] | undefined;
2577
+ originalSetting?: {
2578
+ [x: string]: any;
2579
+ val_key: string;
2580
+ 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";
2581
+ annotation?: boolean | undefined;
2582
+ val_key_unit?: string | undefined;
2583
+ is_edit?: import("..").FormCommonState | undefined;
2584
+ elem_width?: string | number | undefined;
2585
+ is_show?: import("..").FormCommonState | undefined;
2586
+ is_null?: import("..").FormCommonState | undefined;
2587
+ name?: string | undefined;
2588
+ nameAbbr?: string | undefined;
2589
+ alias?: string | undefined;
2590
+ default_val?: any;
2591
+ is_empty?: import("..").FormCommonState | undefined;
2592
+ hide_title?: import("..").FormCommonState | undefined;
2593
+ placeholder?: string | undefined;
2594
+ validate?: {
2595
+ [x: string]: any;
2596
+ obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
2597
+ vali_obj?: string | undefined;
2598
+ max_value?: string | number | undefined;
2599
+ min_value?: string | number | undefined;
2600
+ min_date?: string | undefined;
2601
+ max_date?: string | undefined;
2602
+ min_length?: string | number | undefined;
2603
+ max_length?: string | number | undefined;
2604
+ decimal_length?: string | number | undefined;
2605
+ regular_expression?: string | RegExp | undefined;
2606
+ regular_error_tip?: string | undefined;
2607
+ message?: string | undefined;
2608
+ } | undefined;
2609
+ option?: {
2610
+ [x: string]: any;
2611
+ keyword?: string | undefined;
2612
+ disabled?: boolean | undefined;
2613
+ children?: any[] | undefined;
2614
+ childrenFields?: any[] | undefined;
2615
+ }[] | undefined;
2616
+ multi_select?: import("..").FormCommonState | undefined;
2617
+ multi_select_value?: string | number | undefined;
2618
+ wordbook?: {
2619
+ level_num?: number | undefined;
2620
+ id?: string | undefined;
2621
+ name?: string | undefined;
2622
+ render_key?: string[] | undefined;
2623
+ search_key?: string[] | undefined;
2624
+ value_key?: string | undefined;
2625
+ queryParams?: string[] | undefined;
2626
+ primary_key?: string | undefined;
2627
+ type?: string | undefined;
2628
+ level_key?: string | undefined;
2629
+ link_key?: string | undefined;
2630
+ link_key_split?: string | undefined;
2631
+ show_key?: string | string[] | undefined;
2632
+ conObj?: import("../../shared/types").AnyObject[] | undefined;
2633
+ conObjFirstLevel?: import("../../shared/types").AnyObject[] | undefined;
2634
+ setting?: {
2635
+ cascading?: {
2636
+ 'form.name': string;
2637
+ value: string;
2638
+ }[] | undefined;
2639
+ } | undefined;
2640
+ } | undefined;
2641
+ open?: {
2642
+ value?: any;
2643
+ describe?: string | undefined;
2644
+ } | undefined;
2645
+ close?: {
2646
+ value?: any;
2647
+ describe?: string | undefined;
2648
+ } | undefined;
2649
+ requiredReminderContent?: string | undefined;
2650
+ date_format?: string | undefined;
2651
+ step_length?: string | number | undefined;
2652
+ urlConfig?: {
2653
+ [x: string]: any;
2654
+ url: string;
2655
+ method?: import("../../shared/hooks").FormRequestDefine.RequestType | undefined;
2656
+ nameKey?: string | undefined;
2657
+ valueKey?: string | undefined;
2658
+ showKey?: string | undefined;
2659
+ searchKey?: string[] | undefined;
2660
+ params?: import("../../shared/types").AnyObject | undefined;
2661
+ dependKey?: string | Record<string, string> | (string | {
2662
+ paramName: string;
2663
+ paramValue?: string | undefined;
2664
+ required?: boolean | undefined;
2665
+ keepValue?: boolean | undefined;
2666
+ })[] | undefined;
2667
+ } | undefined;
2668
+ suffixConfig?: any | any[] | undefined;
2669
+ prefixConfig?: any | any[] | undefined;
2670
+ autograph?: string | undefined;
2671
+ defined_error_msg?: string | undefined;
2672
+ extendKey?: string | undefined;
2673
+ is_not_fold?: string | undefined;
2674
+ remark?: string | undefined;
2675
+ remarkTo?: string | HTMLElement | undefined;
2676
+ free_entry?: import("..").FormCommonState | undefined;
2677
+ save_free_entry?: import("..").FormCommonState | undefined;
2678
+ initialize_high?: number | undefined;
2679
+ bindEventSetting?: {
2680
+ [x: string]: unknown;
2681
+ event_type: import("../../shared/types").LowCodeTypes.EVENT_TYPE;
2682
+ event_field?: string | undefined;
2683
+ params?: {
2684
+ p_value?: string | undefined;
2685
+ p_name: string;
2686
+ p_select: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
2687
+ }[] | undefined;
2688
+ results?: {
2689
+ p_value: string;
2690
+ p_name: string;
2691
+ }[] | undefined;
2692
+ compareMap?: {
2693
+ NULL?: ((v1: any, v2: any) => boolean) | undefined;
2694
+ EQ?: ((v1: any, v2: any) => boolean) | undefined;
2695
+ BIG?: ((v1: any, v2: any) => boolean) | undefined;
2696
+ LESS?: ((v1: any, v2: any) => boolean) | undefined;
2697
+ BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
2698
+ LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
2699
+ CL?: ((v1: any, v2: any) => boolean) | undefined;
2700
+ NC?: ((v1: any, v2: any) => boolean) | undefined;
2701
+ NEQ?: ((v1: any, v2: any) => boolean) | undefined;
2702
+ NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
2703
+ } | undefined;
2704
+ }[] | undefined;
2705
+ show_mode?: import("../../shared/types").LowCodeTypes.showModeType | undefined;
2706
+ is_allow_check_mid?: import("..").FormCommonState | undefined;
2707
+ allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
2708
+ prefix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
2709
+ suffix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
2710
+ allowSlash?: string | boolean | undefined;
2711
+ allowModify?: import("..").FormCommonState | undefined;
2712
+ show_key?: string | undefined;
2713
+ whiteList?: string[] | undefined;
2714
+ bordered?: string | boolean | undefined;
2715
+ displayMode?: "form" | "table" | undefined;
2716
+ editor_title?: string | undefined;
2717
+ editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
2718
+ linebarWidth?: string | undefined;
2719
+ linebarDirection?: "vertical" | "horizontal" | undefined;
2720
+ linebarTextDirection?: "vertical" | "horizontal" | undefined;
2721
+ labelColor?: string | undefined;
2722
+ fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
2723
+ confirmBeforeValueChange?: boolean | undefined;
2724
+ confirmBeforeValueChangeProps?: {
2725
+ [x: string]: any;
2726
+ content: string | ((params: {
2727
+ fieldName: string;
2728
+ newValue: any;
2729
+ oldValue: any;
2730
+ }) => any);
2731
+ updateOriginValue: boolean;
2732
+ } | undefined;
2733
+ selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
2734
+ unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
2735
+ condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
2736
+ max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
2737
+ min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
2738
+ max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
2739
+ min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
2740
+ fieldTitleColor?: string | undefined;
2741
+ fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
2742
+ content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
2743
+ lazyRequest?: boolean | undefined;
2744
+ requestCache?: boolean | undefined;
2745
+ maxGroupNum?: number | undefined;
2746
+ minGroupNum?: number | undefined;
2747
+ jsonCombination?: boolean | undefined;
2748
+ combinationItemDeletable?: boolean | import("..").CombinationItemDeletableFn | undefined;
2749
+ children?: any[] | undefined;
2750
+ properties?: any[] | undefined;
2751
+ componentProps?: import("../../shared/types").AnyObject | undefined;
2752
+ decoratorProps?: import("../../shared/types").AnyObject | undefined;
2753
+ noDecorator?: {
2754
+ valueOf: () => boolean;
2755
+ } | undefined;
2756
+ display?: "flex" | "grid" | undefined;
2757
+ slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
2758
+ wrapperStyle?: Record<string, string | number> | undefined;
2759
+ childFieldStrategy?: "checked" | "all" | undefined;
2760
+ childWidthMode?: "outer" | "inner" | undefined;
2761
+ validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
2762
+ field: import("@formily/core").Field<any, any, any, any>;
2763
+ form: import("@formily/core").Form<any>;
2764
+ value: unknown;
2765
+ validator: import("../../shared/types").AnyFn;
2766
+ }) => string | void) | undefined;
2767
+ reactions?: {
2768
+ [x: string]: any;
2769
+ dependencies?: string[] | undefined;
2770
+ target?: string | undefined;
2771
+ effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
2772
+ when?: string | boolean | undefined;
2773
+ fulfill?: {
2774
+ state?: import("../../shared/types").AnyObject | undefined;
2775
+ run?: string | undefined;
2776
+ } | undefined;
2777
+ otherwise?: {
2778
+ state?: import("../../shared/types").AnyObject | undefined;
2779
+ run?: string | undefined;
2780
+ } | undefined;
2781
+ } | {
2782
+ [x: string]: any;
2783
+ dependencies?: string[] | undefined;
2784
+ target?: string | undefined;
2785
+ effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
2786
+ when?: string | boolean | undefined;
2787
+ fulfill?: {
2788
+ state?: import("../../shared/types").AnyObject | undefined;
2789
+ run?: string | undefined;
2790
+ } | undefined;
2791
+ otherwise?: {
2792
+ state?: import("../../shared/types").AnyObject | undefined;
2793
+ run?: string | undefined;
2794
+ } | undefined;
2795
+ }[] | undefined;
2796
+ } | undefined;
2797
+ optionAliasList?: {
2798
+ text: string;
2799
+ value: string;
2800
+ }[] | undefined;
2801
+ elementExtraSetting?: {
2802
+ allowPartial?: boolean | undefined;
2803
+ partialLevel?: number | undefined;
2804
+ maxLevel?: number | undefined;
2805
+ dateFormat?: string | undefined;
2806
+ defaultValue?: {
2807
+ condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
2808
+ unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
2809
+ value: string;
2810
+ } | undefined;
2811
+ minValue?: {
2812
+ condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
2813
+ unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
2814
+ value: string;
2815
+ } | undefined;
2816
+ maxValue?: {
2817
+ condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
2818
+ unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
2819
+ value: string;
2820
+ } | undefined;
2821
+ } | undefined;
2822
+ __new?: boolean | undefined;
2823
+ __isCombinationChild?: boolean | undefined;
2824
+ __extra?: boolean | undefined;
2825
+ }, Partial<import("./src/types").FormConfigItem> | {
2826
+ key?: string | undefined;
2827
+ layoutWidthEnum?: import("./src/types").FormConfigWidth | undefined;
2828
+ type?: string | undefined;
2829
+ name?: string | undefined;
2830
+ alias?: string | undefined;
2831
+ show?: boolean | undefined;
2832
+ defaultValue?: any;
2833
+ defaultExpand?: boolean | undefined;
2834
+ fold?: boolean | undefined;
2835
+ required?: boolean | undefined;
2836
+ requiredDisabled?: boolean | undefined;
2837
+ requiredReminderContent?: string | undefined;
2838
+ editableDisabled?: boolean | undefined;
2839
+ editable?: boolean | undefined;
2840
+ confirmBeforeValueChange?: boolean | undefined;
2841
+ fieldTitleRed?: boolean | undefined;
2842
+ notes?: string | undefined;
2843
+ desc?: string | undefined;
2844
+ children?: {
2845
+ key: string;
2846
+ layoutWidthEnum: import("./src/types").FormConfigWidth;
2847
+ type: string;
2848
+ name: string;
2849
+ alias?: string | undefined;
2850
+ show?: boolean | undefined;
2851
+ defaultValue?: any;
2852
+ defaultExpand?: boolean | undefined;
2853
+ fold?: boolean | undefined;
2854
+ required?: boolean | undefined;
2855
+ requiredDisabled?: boolean | undefined;
2856
+ requiredReminderContent?: string | undefined;
2857
+ editableDisabled?: boolean | undefined;
2858
+ editable?: boolean | undefined;
2859
+ confirmBeforeValueChange?: boolean | undefined;
2860
+ fieldTitleRed?: boolean | undefined;
2861
+ notes?: string | undefined;
2862
+ desc?: string | undefined;
2863
+ children?: any[] | undefined;
2864
+ originalSetting?: {
2865
+ [x: string]: any;
2866
+ val_key: string;
2867
+ 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";
2868
+ annotation?: boolean | undefined;
2869
+ val_key_unit?: string | undefined;
2870
+ is_edit?: import("..").FormCommonState | undefined;
2871
+ elem_width?: string | number | undefined;
2872
+ is_show?: import("..").FormCommonState | undefined;
2873
+ is_null?: import("..").FormCommonState | undefined;
2874
+ name?: string | undefined;
2875
+ nameAbbr?: string | undefined;
2876
+ alias?: string | undefined;
2877
+ default_val?: any;
2878
+ is_empty?: import("..").FormCommonState | undefined;
2879
+ hide_title?: import("..").FormCommonState | undefined;
2880
+ placeholder?: string | undefined;
2881
+ validate?: {
2882
+ [x: string]: any;
2883
+ obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
2884
+ vali_obj?: string | undefined;
2885
+ max_value?: string | number | undefined;
2886
+ min_value?: string | number | undefined;
2887
+ min_date?: string | undefined;
2888
+ max_date?: string | undefined;
2889
+ min_length?: string | number | undefined;
2890
+ max_length?: string | number | undefined;
2891
+ decimal_length?: string | number | undefined;
2892
+ regular_expression?: string | RegExp | undefined;
2138
2893
  regular_error_tip?: string | undefined;
2139
2894
  message?: string | undefined;
2140
2895
  } | undefined;
@@ -2248,8 +3003,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2248
3003
  editor_title?: string | undefined;
2249
3004
  editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
2250
3005
  linebarWidth?: string | undefined;
2251
- linebarDirection?: "horizontal" | "vertical" | undefined;
2252
- linebarTextDirection?: "horizontal" | "vertical" | undefined;
3006
+ linebarDirection?: "vertical" | "horizontal" | undefined;
3007
+ linebarTextDirection?: "vertical" | "horizontal" | undefined;
2253
3008
  labelColor?: string | undefined;
2254
3009
  fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
2255
3010
  confirmBeforeValueChange?: boolean | undefined;
@@ -2263,10 +3018,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2263
3018
  updateOriginValue: boolean;
2264
3019
  } | undefined;
2265
3020
  selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
2266
- unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
3021
+ unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
2267
3022
  condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
2268
- max_date_unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
2269
- min_date_unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
3023
+ max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
3024
+ min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
2270
3025
  max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
2271
3026
  min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
2272
3027
  fieldTitleColor?: string | undefined;
@@ -2289,7 +3044,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2289
3044
  slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
2290
3045
  wrapperStyle?: Record<string, string | number> | undefined;
2291
3046
  childFieldStrategy?: "checked" | "all" | undefined;
2292
- childWidthMode?: "inner" | "outer" | undefined;
3047
+ childWidthMode?: "outer" | "inner" | undefined;
2293
3048
  validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
2294
3049
  field: import("@formily/core").Field<any, any, any, any>;
2295
3050
  form: import("@formily/core").Form<any>;
@@ -2325,40 +3080,303 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2325
3080
  run?: string | undefined;
2326
3081
  } | undefined;
2327
3082
  }[] | undefined;
2328
- } | undefined;
2329
- optionAliasList?: {
2330
- text: string;
2331
- value: string;
3083
+ } | undefined;
3084
+ optionAliasList?: {
3085
+ text: string;
3086
+ value: string;
3087
+ }[] | undefined;
3088
+ elementExtraSetting?: {
3089
+ allowPartial?: boolean | undefined;
3090
+ partialLevel?: number | undefined;
3091
+ maxLevel?: number | undefined;
3092
+ dateFormat?: string | undefined;
3093
+ defaultValue?: {
3094
+ condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
3095
+ unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
3096
+ value: string;
3097
+ } | undefined;
3098
+ minValue?: {
3099
+ condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
3100
+ unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
3101
+ value: string;
3102
+ } | undefined;
3103
+ maxValue?: {
3104
+ condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
3105
+ unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
3106
+ value: string;
3107
+ } | undefined;
3108
+ } | undefined;
3109
+ __new?: boolean | undefined;
3110
+ __isCombinationChild?: boolean | undefined;
3111
+ __extra?: boolean | undefined;
3112
+ }[] | undefined;
3113
+ originalSetting?: {
3114
+ [x: string]: any;
3115
+ val_key: string;
3116
+ 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";
3117
+ annotation?: boolean | undefined;
3118
+ val_key_unit?: string | undefined;
3119
+ is_edit?: import("..").FormCommonState | undefined;
3120
+ elem_width?: string | number | undefined;
3121
+ is_show?: import("..").FormCommonState | undefined;
3122
+ is_null?: import("..").FormCommonState | undefined;
3123
+ name?: string | undefined;
3124
+ nameAbbr?: string | undefined;
3125
+ alias?: string | undefined;
3126
+ default_val?: any;
3127
+ is_empty?: import("..").FormCommonState | undefined;
3128
+ hide_title?: import("..").FormCommonState | undefined;
3129
+ placeholder?: string | undefined;
3130
+ validate?: {
3131
+ [x: string]: any;
3132
+ obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
3133
+ vali_obj?: string | undefined;
3134
+ max_value?: string | number | undefined;
3135
+ min_value?: string | number | undefined;
3136
+ min_date?: string | undefined;
3137
+ max_date?: string | undefined;
3138
+ min_length?: string | number | undefined;
3139
+ max_length?: string | number | undefined;
3140
+ decimal_length?: string | number | undefined;
3141
+ regular_expression?: string | RegExp | undefined;
3142
+ regular_error_tip?: string | undefined;
3143
+ message?: string | undefined;
3144
+ } | undefined;
3145
+ option?: {
3146
+ [x: string]: any;
3147
+ keyword?: string | undefined;
3148
+ disabled?: boolean | undefined;
3149
+ children?: any[] | undefined;
3150
+ childrenFields?: any[] | undefined;
3151
+ }[] | undefined;
3152
+ multi_select?: import("..").FormCommonState | undefined;
3153
+ multi_select_value?: string | number | undefined;
3154
+ wordbook?: {
3155
+ level_num?: number | undefined;
3156
+ id?: string | undefined;
3157
+ name?: string | undefined;
3158
+ render_key?: string[] | undefined;
3159
+ search_key?: string[] | undefined;
3160
+ value_key?: string | undefined;
3161
+ queryParams?: string[] | undefined;
3162
+ primary_key?: string | undefined;
3163
+ type?: string | undefined;
3164
+ level_key?: string | undefined;
3165
+ link_key?: string | undefined;
3166
+ link_key_split?: string | undefined;
3167
+ show_key?: string | string[] | undefined;
3168
+ conObj?: import("../../shared/types").AnyObject[] | undefined;
3169
+ conObjFirstLevel?: import("../../shared/types").AnyObject[] | undefined;
3170
+ setting?: {
3171
+ cascading?: {
3172
+ 'form.name': string;
3173
+ value: string;
3174
+ }[] | undefined;
3175
+ } | undefined;
3176
+ } | undefined;
3177
+ open?: {
3178
+ value?: any;
3179
+ describe?: string | undefined;
3180
+ } | undefined;
3181
+ close?: {
3182
+ value?: any;
3183
+ describe?: string | undefined;
3184
+ } | undefined;
3185
+ requiredReminderContent?: string | undefined;
3186
+ date_format?: string | undefined;
3187
+ step_length?: string | number | undefined;
3188
+ urlConfig?: {
3189
+ [x: string]: any;
3190
+ url: string;
3191
+ method?: import("../../shared/hooks").FormRequestDefine.RequestType | undefined;
3192
+ nameKey?: string | undefined;
3193
+ valueKey?: string | undefined;
3194
+ showKey?: string | undefined;
3195
+ searchKey?: string[] | undefined;
3196
+ params?: import("../../shared/types").AnyObject | undefined;
3197
+ dependKey?: string | Record<string, string> | (string | {
3198
+ paramName: string;
3199
+ paramValue?: string | undefined;
3200
+ required?: boolean | undefined;
3201
+ keepValue?: boolean | undefined;
3202
+ })[] | undefined;
3203
+ } | undefined;
3204
+ suffixConfig?: any | any[] | undefined;
3205
+ prefixConfig?: any | any[] | undefined;
3206
+ autograph?: string | undefined;
3207
+ defined_error_msg?: string | undefined;
3208
+ extendKey?: string | undefined;
3209
+ is_not_fold?: string | undefined;
3210
+ remark?: string | undefined;
3211
+ remarkTo?: string | HTMLElement | undefined;
3212
+ free_entry?: import("..").FormCommonState | undefined;
3213
+ save_free_entry?: import("..").FormCommonState | undefined;
3214
+ initialize_high?: number | undefined;
3215
+ bindEventSetting?: {
3216
+ [x: string]: unknown;
3217
+ event_type: import("../../shared/types").LowCodeTypes.EVENT_TYPE;
3218
+ event_field?: string | undefined;
3219
+ params?: {
3220
+ p_value?: string | undefined;
3221
+ p_name: string;
3222
+ p_select: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
3223
+ }[] | undefined;
3224
+ results?: {
3225
+ p_value: string;
3226
+ p_name: string;
3227
+ }[] | undefined;
3228
+ compareMap?: {
3229
+ NULL?: ((v1: any, v2: any) => boolean) | undefined;
3230
+ EQ?: ((v1: any, v2: any) => boolean) | undefined;
3231
+ BIG?: ((v1: any, v2: any) => boolean) | undefined;
3232
+ LESS?: ((v1: any, v2: any) => boolean) | undefined;
3233
+ BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
3234
+ LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
3235
+ CL?: ((v1: any, v2: any) => boolean) | undefined;
3236
+ NC?: ((v1: any, v2: any) => boolean) | undefined;
3237
+ NEQ?: ((v1: any, v2: any) => boolean) | undefined;
3238
+ NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
3239
+ } | undefined;
2332
3240
  }[] | undefined;
2333
- elementExtraSetting?: {
2334
- allowPartial?: boolean | undefined;
2335
- partialLevel?: number | undefined;
2336
- maxLevel?: number | undefined;
2337
- dateFormat?: string | undefined;
2338
- defaultValue?: {
2339
- condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
2340
- unit: "" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR";
2341
- value: string;
3241
+ show_mode?: import("../../shared/types").LowCodeTypes.showModeType | undefined;
3242
+ is_allow_check_mid?: import("..").FormCommonState | undefined;
3243
+ allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
3244
+ prefix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
3245
+ suffix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
3246
+ allowSlash?: string | boolean | undefined;
3247
+ allowModify?: import("..").FormCommonState | undefined;
3248
+ show_key?: string | undefined;
3249
+ whiteList?: string[] | undefined;
3250
+ bordered?: string | boolean | undefined;
3251
+ displayMode?: "form" | "table" | undefined;
3252
+ editor_title?: string | undefined;
3253
+ editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
3254
+ linebarWidth?: string | undefined;
3255
+ linebarDirection?: "vertical" | "horizontal" | undefined;
3256
+ linebarTextDirection?: "vertical" | "horizontal" | undefined;
3257
+ labelColor?: string | undefined;
3258
+ fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
3259
+ confirmBeforeValueChange?: boolean | undefined;
3260
+ confirmBeforeValueChangeProps?: {
3261
+ [x: string]: any;
3262
+ content: string | ((params: {
3263
+ fieldName: string;
3264
+ newValue: any;
3265
+ oldValue: any;
3266
+ }) => any);
3267
+ updateOriginValue: boolean;
3268
+ } | undefined;
3269
+ selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
3270
+ unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
3271
+ condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
3272
+ max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
3273
+ min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
3274
+ max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
3275
+ min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
3276
+ fieldTitleColor?: string | undefined;
3277
+ fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
3278
+ content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
3279
+ lazyRequest?: boolean | undefined;
3280
+ requestCache?: boolean | undefined;
3281
+ maxGroupNum?: number | undefined;
3282
+ minGroupNum?: number | undefined;
3283
+ jsonCombination?: boolean | undefined;
3284
+ combinationItemDeletable?: boolean | import("..").CombinationItemDeletableFn | undefined;
3285
+ children?: any[] | undefined;
3286
+ properties?: any[] | undefined;
3287
+ componentProps?: import("../../shared/types").AnyObject | undefined;
3288
+ decoratorProps?: import("../../shared/types").AnyObject | undefined;
3289
+ noDecorator?: {
3290
+ valueOf: () => boolean;
3291
+ } | undefined;
3292
+ display?: "flex" | "grid" | undefined;
3293
+ slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
3294
+ wrapperStyle?: Record<string, string | number> | undefined;
3295
+ childFieldStrategy?: "checked" | "all" | undefined;
3296
+ childWidthMode?: "outer" | "inner" | undefined;
3297
+ validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
3298
+ field: import("@formily/core").Field<any, any, any, any>;
3299
+ form: import("@formily/core").Form<any>;
3300
+ value: unknown;
3301
+ validator: import("../../shared/types").AnyFn;
3302
+ }) => string | void) | undefined;
3303
+ reactions?: {
3304
+ [x: string]: any;
3305
+ dependencies?: string[] | undefined;
3306
+ target?: string | undefined;
3307
+ effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
3308
+ when?: string | boolean | undefined;
3309
+ fulfill?: {
3310
+ state?: import("../../shared/types").AnyObject | undefined;
3311
+ run?: string | undefined;
2342
3312
  } | undefined;
2343
- minValue?: {
2344
- condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
2345
- unit: "" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR";
2346
- value: string;
3313
+ otherwise?: {
3314
+ state?: import("../../shared/types").AnyObject | undefined;
3315
+ run?: string | undefined;
2347
3316
  } | undefined;
2348
- maxValue?: {
2349
- condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
2350
- unit: "" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR";
2351
- value: string;
3317
+ } | {
3318
+ [x: string]: any;
3319
+ dependencies?: string[] | undefined;
3320
+ target?: string | undefined;
3321
+ effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
3322
+ when?: string | boolean | undefined;
3323
+ fulfill?: {
3324
+ state?: import("../../shared/types").AnyObject | undefined;
3325
+ run?: string | undefined;
2352
3326
  } | undefined;
2353
- } | undefined;
2354
- __new?: boolean | undefined;
2355
- __isCombinationChild?: boolean | undefined;
2356
- __extra?: boolean | undefined;
3327
+ otherwise?: {
3328
+ state?: import("../../shared/types").AnyObject | undefined;
3329
+ run?: string | undefined;
3330
+ } | undefined;
3331
+ }[] | undefined;
3332
+ } | undefined;
3333
+ optionAliasList?: {
3334
+ text: string;
3335
+ value: string;
2357
3336
  }[] | undefined;
2358
- originalSetting?: {
3337
+ elementExtraSetting?: {
3338
+ allowPartial?: boolean | undefined;
3339
+ partialLevel?: number | undefined;
3340
+ maxLevel?: number | undefined;
3341
+ dateFormat?: string | undefined;
3342
+ defaultValue?: {
3343
+ condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
3344
+ unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
3345
+ value: string;
3346
+ } | undefined;
3347
+ minValue?: {
3348
+ condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
3349
+ unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
3350
+ value: string;
3351
+ } | undefined;
3352
+ maxValue?: {
3353
+ condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
3354
+ unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
3355
+ value: string;
3356
+ } | undefined;
3357
+ } | undefined;
3358
+ __new?: boolean | undefined;
3359
+ __isCombinationChild?: boolean | undefined;
3360
+ __extra?: boolean | undefined;
3361
+ }>;
3362
+ generateFieldListByFormConfigItem: (formConfigItem: import("./src/types").FormConfigItem, fieldItem?: import("..").FieldItem | undefined) => import("..").FieldItem[];
3363
+ prevOldField: import("../../shared/types").Nullable<import("./src/types").FormConfigItem>;
3364
+ onFormChange: ({ fieldKey, value }: import("..").FormChangePayload) => void;
3365
+ createLabelRender: (originOptions?: import("../../shared/types").AnyObject[] | undefined) => (label: string) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
3366
+ [key: string]: any;
3367
+ }>;
3368
+ applyOptionAlias: (options?: import("../../shared/types").AnyObject[] | undefined) => import("../../shared/types").AnyObject[] | undefined;
3369
+ visitor: import("..").FieldVisitor;
3370
+ showOptionModal: import("vue").Ref<boolean, boolean>;
3371
+ editOptions: import("vue").Ref<{
3372
+ [x: string]: any;
3373
+ keyword?: string | undefined;
3374
+ disabled?: boolean | undefined;
3375
+ children?: any[] | undefined;
3376
+ childrenFields?: {
2359
3377
  [x: string]: any;
2360
3378
  val_key: string;
2361
- 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";
3379
+ 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";
2362
3380
  annotation?: boolean | undefined;
2363
3381
  val_key_unit?: string | undefined;
2364
3382
  is_edit?: import("..").FormCommonState | undefined;
@@ -2374,7 +3392,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2374
3392
  placeholder?: string | undefined;
2375
3393
  validate?: {
2376
3394
  [x: string]: any;
2377
- obj_type?: ("password" | "sex" | "age" | "email" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
3395
+ obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
2378
3396
  vali_obj?: string | undefined;
2379
3397
  max_value?: string | number | undefined;
2380
3398
  min_value?: string | number | undefined;
@@ -2383,38 +3401,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2383
3401
  min_length?: string | number | undefined;
2384
3402
  max_length?: string | number | undefined;
2385
3403
  decimal_length?: string | number | undefined;
2386
- regular_expression?: string | {
2387
- exec: (string: string) => RegExpExecArray | null;
2388
- test: (string: string) => boolean;
2389
- readonly source: string;
2390
- readonly global: boolean;
2391
- readonly ignoreCase: boolean;
2392
- readonly multiline: boolean;
2393
- lastIndex: number;
2394
- compile: (pattern: string, flags?: string | undefined) => RegExp;
2395
- readonly flags: string;
2396
- readonly sticky: boolean;
2397
- readonly unicode: boolean;
2398
- readonly dotAll: boolean;
2399
- [Symbol.match]: (string: string) => RegExpMatchArray | null;
2400
- [Symbol.replace]: {
2401
- (string: string, replaceValue: string): string;
2402
- (string: string, replacer: (substring: string, ...args: any[]) => string): string;
2403
- };
2404
- [Symbol.search]: (string: string) => number;
2405
- [Symbol.split]: (string: string, limit?: number | undefined) => string[];
2406
- [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
2407
- } | undefined;
3404
+ regular_expression?: string | RegExp | undefined;
2408
3405
  regular_error_tip?: string | undefined;
2409
3406
  message?: string | undefined;
2410
3407
  } | undefined;
2411
- option?: {
2412
- [x: string]: any;
2413
- keyword?: string | undefined;
2414
- disabled?: boolean | undefined;
2415
- children?: any[] | undefined;
2416
- childrenFields?: any[] | undefined;
2417
- }[] | undefined;
3408
+ option?: any[] | undefined;
2418
3409
  multi_select?: import("..").FormCommonState | undefined;
2419
3410
  multi_select_value?: string | number | undefined;
2420
3411
  wordbook?: {
@@ -2518,8 +3509,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2518
3509
  editor_title?: string | undefined;
2519
3510
  editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
2520
3511
  linebarWidth?: string | undefined;
2521
- linebarDirection?: "horizontal" | "vertical" | undefined;
2522
- linebarTextDirection?: "horizontal" | "vertical" | undefined;
3512
+ linebarDirection?: "vertical" | "horizontal" | undefined;
3513
+ linebarTextDirection?: "vertical" | "horizontal" | undefined;
2523
3514
  labelColor?: string | undefined;
2524
3515
  fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
2525
3516
  confirmBeforeValueChange?: boolean | undefined;
@@ -2533,10 +3524,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2533
3524
  updateOriginValue: boolean;
2534
3525
  } | undefined;
2535
3526
  selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
2536
- unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
3527
+ unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
2537
3528
  condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
2538
- max_date_unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
2539
- min_date_unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
3529
+ max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
3530
+ min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
2540
3531
  max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
2541
3532
  min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
2542
3533
  fieldTitleColor?: string | undefined;
@@ -2559,7 +3550,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2559
3550
  slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
2560
3551
  wrapperStyle?: Record<string, string | number> | undefined;
2561
3552
  childFieldStrategy?: "checked" | "all" | undefined;
2562
- childWidthMode?: "inner" | "outer" | undefined;
3553
+ childWidthMode?: "outer" | "inner" | undefined;
2563
3554
  validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
2564
3555
  field: import("@formily/core").Field<any, any, any, any>;
2565
3556
  form: import("@formily/core").Form<any>;
@@ -2595,46 +3586,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2595
3586
  run?: string | undefined;
2596
3587
  } | undefined;
2597
3588
  }[] | undefined;
2598
- } | undefined;
2599
- optionAliasList?: {
2600
- text: string;
2601
- value: string;
2602
3589
  }[] | undefined;
2603
- elementExtraSetting?: {
2604
- allowPartial?: boolean | undefined;
2605
- partialLevel?: number | undefined;
2606
- maxLevel?: number | undefined;
2607
- dateFormat?: string | undefined;
2608
- defaultValue?: {
2609
- condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
2610
- unit: "" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR";
2611
- value: string;
2612
- } | undefined;
2613
- minValue?: {
2614
- condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
2615
- unit: "" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR";
2616
- value: string;
2617
- } | undefined;
2618
- maxValue?: {
2619
- condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
2620
- unit: "" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR";
2621
- value: string;
2622
- } | undefined;
2623
- } | undefined;
2624
- __new?: boolean | undefined;
2625
- __isCombinationChild?: boolean | undefined;
2626
- __extra?: boolean | undefined;
2627
- }>;
2628
- generateFieldListByFormConfigItem: (formConfigItem: import("./src/types").FormConfigItem, fieldItem?: import("..").FieldItem | undefined) => import("..").FieldItem[];
2629
- prevOldField: null;
2630
- onFormChange: ({ fieldKey, value }: import("..").FormChangePayload) => void;
2631
- createLabelRender: (originOptions?: import("../../shared/types").AnyObject[] | undefined) => (label: string) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2632
- [key: string]: any;
2633
- }>;
2634
- applyOptionAlias: (options?: import("../../shared/types").AnyObject[] | undefined) => import("../../shared/types").AnyObject[] | undefined;
2635
- visitor: import("..").FieldVisitor;
2636
- showOptionModal: import("vue").Ref<boolean>;
2637
- editOptions: import("vue").Ref<{
3590
+ }[], import("..").FormOptionItem[] | {
2638
3591
  [x: string]: any;
2639
3592
  keyword?: string | undefined;
2640
3593
  disabled?: boolean | undefined;
@@ -2642,7 +3595,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2642
3595
  childrenFields?: {
2643
3596
  [x: string]: any;
2644
3597
  val_key: string;
2645
- html_type: "LINEBAR" | ({} & string) | "INPUT" | "TEXTAREA" | "SELECT" | "LINE_BREAKS" | "INPUT_NUMBER" | "REMOTE_SEARCH" | "DATE" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "SEARCH" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "DIGITAL" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
3598
+ html_type: "LINEBAR" | "SELECT" | "DATE" | ({} & string) | "INPUT" | "SEARCH" | "REMOTE_SEARCH" | "DIGITAL" | "TEXTAREA" | "LINE_BREAKS" | "INPUT_NUMBER" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
2646
3599
  annotation?: boolean | undefined;
2647
3600
  val_key_unit?: string | undefined;
2648
3601
  is_edit?: import("..").FormCommonState | undefined;
@@ -2658,7 +3611,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2658
3611
  placeholder?: string | undefined;
2659
3612
  validate?: {
2660
3613
  [x: string]: any;
2661
- obj_type?: ("password" | "sex" | "age" | "email" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
3614
+ obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
2662
3615
  vali_obj?: string | undefined;
2663
3616
  max_value?: string | number | undefined;
2664
3617
  min_value?: string | number | undefined;
@@ -2667,28 +3620,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2667
3620
  min_length?: string | number | undefined;
2668
3621
  max_length?: string | number | undefined;
2669
3622
  decimal_length?: string | number | undefined;
2670
- regular_expression?: string | {
2671
- exec: (string: string) => RegExpExecArray | null;
2672
- test: (string: string) => boolean;
2673
- readonly source: string;
2674
- readonly global: boolean;
2675
- readonly ignoreCase: boolean;
2676
- readonly multiline: boolean;
2677
- lastIndex: number;
2678
- compile: (pattern: string, flags?: string | undefined) => RegExp;
2679
- readonly flags: string;
2680
- readonly sticky: boolean;
2681
- readonly unicode: boolean;
2682
- readonly dotAll: boolean;
2683
- [Symbol.match]: (string: string) => RegExpMatchArray | null;
2684
- [Symbol.replace]: {
2685
- (string: string, replaceValue: string): string;
2686
- (string: string, replacer: (substring: string, ...args: any[]) => string): string;
2687
- };
2688
- [Symbol.search]: (string: string) => number;
2689
- [Symbol.split]: (string: string, limit?: number | undefined) => string[];
2690
- [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
2691
- } | undefined;
3623
+ regular_expression?: string | RegExp | undefined;
2692
3624
  regular_error_tip?: string | undefined;
2693
3625
  message?: string | undefined;
2694
3626
  } | undefined;
@@ -2796,8 +3728,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2796
3728
  editor_title?: string | undefined;
2797
3729
  editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
2798
3730
  linebarWidth?: string | undefined;
2799
- linebarDirection?: "horizontal" | "vertical" | undefined;
2800
- linebarTextDirection?: "horizontal" | "vertical" | undefined;
3731
+ linebarDirection?: "vertical" | "horizontal" | undefined;
3732
+ linebarTextDirection?: "vertical" | "horizontal" | undefined;
2801
3733
  labelColor?: string | undefined;
2802
3734
  fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
2803
3735
  confirmBeforeValueChange?: boolean | undefined;
@@ -2811,10 +3743,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2811
3743
  updateOriginValue: boolean;
2812
3744
  } | undefined;
2813
3745
  selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
2814
- unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
3746
+ unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
2815
3747
  condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
2816
- max_date_unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
2817
- min_date_unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
3748
+ max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
3749
+ min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
2818
3750
  max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
2819
3751
  min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
2820
3752
  fieldTitleColor?: string | undefined;
@@ -2837,7 +3769,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2837
3769
  slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
2838
3770
  wrapperStyle?: Record<string, string | number> | undefined;
2839
3771
  childFieldStrategy?: "checked" | "all" | undefined;
2840
- childWidthMode?: "inner" | "outer" | undefined;
3772
+ childWidthMode?: "outer" | "inner" | undefined;
2841
3773
  validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
2842
3774
  field: import("@formily/core").Field<any, any, any, any>;
2843
3775
  form: import("@formily/core").Form<any>;
@@ -2877,15 +3809,15 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2877
3809
  }[]>;
2878
3810
  onOptionModalCancel: () => void;
2879
3811
  onOptionModalConfirm: () => void;
2880
- NModal: any;
2881
- NInput: any;
2882
- CFormRender: SFCWithInstall<import("vue").DefineComponent<{}, {
2883
- formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined>;
2884
- key: import("vue").Ref<number>;
3812
+ readonly NModal: any;
3813
+ readonly NInput: any;
3814
+ readonly CFormRender: SFCWithInstall<import("vue").DefineComponent<{}, {
3815
+ formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined, import("..").FormRenderExpose | undefined>;
3816
+ key: import("vue").Ref<number, number>;
2885
3817
  reload: () => Promise<void>;
2886
3818
  formRenderExposeKeyList: readonly ["validate", "getFormValues", "setFormValues", "setFieldState", "resetFields", "queryWidget", "getFieldList", "applySelectedSetting", "getTextFormValues", "optionInited", "updateAnchor"];
2887
3819
  exposed: Partial<import("..").FormRenderExpose>;
2888
- FormRender: import("vue").DefineComponent<{
3820
+ FormRender: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2889
3821
  fieldList: {
2890
3822
  type: import("vue").PropType<import("..").FieldItem[]>;
2891
3823
  };
@@ -2979,7 +3911,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2979
3911
  }>>;
2980
3912
  };
2981
3913
  components: {
2982
- type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
3914
+ type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
2983
3915
  default: () => {};
2984
3916
  };
2985
3917
  scope: {
@@ -3064,11 +3996,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3064
3996
  type: import("vue").PropType<string[]>;
3065
3997
  };
3066
3998
  linebarDirection: {
3067
- type: import("vue").PropType<"horizontal" | "vertical">;
3999
+ type: import("vue").PropType<"vertical" | "horizontal">;
3068
4000
  default: string;
3069
4001
  };
3070
4002
  linebarTextDirection: {
3071
- type: import("vue").PropType<"horizontal" | "vertical">;
4003
+ type: import("vue").PropType<"vertical" | "horizontal">;
3072
4004
  default: string;
3073
4005
  };
3074
4006
  linebarWidth: {
@@ -3093,8 +4025,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3093
4025
  lazyRender: BooleanConstructor;
3094
4026
  linebreaksToTitle: BooleanConstructor;
3095
4027
  dialogFn: {};
3096
- }, {
3097
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
4028
+ }>, {
4029
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
3098
4030
  fieldList: {
3099
4031
  type: import("vue").PropType<import("..").FieldItem[]>;
3100
4032
  };
@@ -3188,7 +4120,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3188
4120
  }>>;
3189
4121
  };
3190
4122
  components: {
3191
- type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
4123
+ type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
3192
4124
  default: () => {};
3193
4125
  };
3194
4126
  scope: {
@@ -3273,11 +4205,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3273
4205
  type: import("vue").PropType<string[]>;
3274
4206
  };
3275
4207
  linebarDirection: {
3276
- type: import("vue").PropType<"horizontal" | "vertical">;
4208
+ type: import("vue").PropType<"vertical" | "horizontal">;
3277
4209
  default: string;
3278
4210
  };
3279
4211
  linebarTextDirection: {
3280
- type: import("vue").PropType<"horizontal" | "vertical">;
4212
+ type: import("vue").PropType<"vertical" | "horizontal">;
3281
4213
  default: string;
3282
4214
  };
3283
4215
  linebarWidth: {
@@ -3302,19 +4234,19 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3302
4234
  lazyRender: BooleanConstructor;
3303
4235
  linebreaksToTitle: BooleanConstructor;
3304
4236
  dialogFn: {};
3305
- }>> & {
4237
+ }>> & Readonly<{
3306
4238
  onFormChange?: ((...args: any[]) => any) | undefined;
3307
4239
  onScroll?: ((...args: any[]) => any) | undefined;
3308
4240
  onAnnotationChange?: ((...args: any[]) => any) | undefined;
3309
4241
  "onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
3310
4242
  onLinebarChange?: ((...args: any[]) => any) | undefined;
3311
4243
  onReady?: ((...args: any[]) => any) | undefined;
3312
- }>>;
4244
+ }> & {}>;
3313
4245
  emit: (event: "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", ...args: any[]) => void;
3314
4246
  cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
3315
4247
  nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
3316
- formRenderRef: import("vue").Ref<HTMLElement | undefined>;
3317
- formWidth: import("vue").Ref<number>;
4248
+ formRenderRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
4249
+ formWidth: import("vue").Ref<number, number>;
3318
4250
  formHeight: import("vue").ComputedRef<string>;
3319
4251
  SchemaField: import("vue").DefineComponent<import("@formily/vue").ISchemaFieldProps>;
3320
4252
  businessCollector: import("..").BusinessCollector;
@@ -3327,13 +4259,21 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3327
4259
  formUUID: string;
3328
4260
  anchorBarRef: import("vue").Ref<{
3329
4261
  syncBarPosition: import("../../shared/types").AnyFn;
4262
+ } | undefined, {
4263
+ syncBarPosition: import("../../shared/types").AnyFn;
3330
4264
  } | undefined>;
3331
- currentAnchor: import("vue").WritableComputedRef<string>;
4265
+ currentAnchor: import("vue").WritableComputedRef<string, string>;
3332
4266
  updateAnchorList: (field: import("@formily/core").GeneralField) => void;
3333
4267
  anchorIdList: import("vue").Ref<{
3334
4268
  name: string;
3335
4269
  title: string;
3336
4270
  index: number;
4271
+ }[], (Record<"name" | "title", string> & {
4272
+ index: number;
4273
+ })[] | {
4274
+ name: string;
4275
+ title: string;
4276
+ index: number;
3337
4277
  }[]>;
3338
4278
  onScroll: (scrollEvent: Event) => void;
3339
4279
  generateAnchorList: (formModel: import("@formily/core").Form<any>) => Promise<void>;
@@ -3360,7 +4300,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3360
4300
  setGraph: (field: import("@formily/core").GeneralField) => void;
3361
4301
  removeGraph: (field: import("@formily/core").GeneralField) => void;
3362
4302
  lowCodeEventTrigger: (field: import("@formily/core").GeneralField) => void;
3363
- emitFormChange: import("vue").Ref<boolean>;
4303
+ emitFormChange: import("vue").Ref<boolean, boolean>;
3364
4304
  formModel: import("@formily/core").Form<{
3365
4305
  [x: string]: any;
3366
4306
  }>;
@@ -3437,7 +4377,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3437
4377
  "x-read-pretty"?: boolean | undefined;
3438
4378
  "x-compile-omitted"?: string[] | undefined;
3439
4379
  }>;
3440
- components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
4380
+ components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
3441
4381
  scope: import("../../shared/types").AnyObject;
3442
4382
  annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
3443
4383
  annotationShortcuts: (string | {
@@ -3472,8 +4412,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3472
4412
  selectMode: boolean;
3473
4413
  selectedFields: string[];
3474
4414
  linebarWidth: string | number;
3475
- linebarDirection: "horizontal" | "vertical";
3476
- linebarTextDirection: "horizontal" | "vertical";
4415
+ linebarDirection: "vertical" | "horizontal";
4416
+ linebarTextDirection: "vertical" | "horizontal";
3477
4417
  autoWidth: number | boolean;
3478
4418
  feedbackType: "default" | "tooltip";
3479
4419
  fixMemoLeak: boolean;
@@ -3656,16 +4596,16 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3656
4596
  onKeydown: (event: KeyboardEvent) => Promise<void>;
3657
4597
  clearSpan: (uuid: string) => void;
3658
4598
  exposeEvent: Omit<import("..").FormRenderExpose, "updateAnchor" | "getFieldList" | "optionInited" | "formModel" | "reload">;
3659
- useVersion: typeof import("../../shared/hooks").useVersion;
3660
- FormConsumer: import("vue").DefineComponent<{}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
3661
- FormProvider: import("vue").DefineComponent<Record<"form", any>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Record<"form", any>>>, {
4599
+ readonly useVersion: typeof import("../../shared/hooks").useVersion;
4600
+ 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>;
4601
+ readonly FormProvider: import("vue").DefineComponent<Record<"form", any>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Record<"form", any>>>, {
3662
4602
  form: any;
3663
- }>;
3664
- NConfigProvider: any;
3665
- NForm: any;
3666
- NTabPane: any;
3667
- NTabs: any;
3668
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready")[], "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
4603
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4604
+ readonly NConfigProvider: any;
4605
+ readonly NForm: any;
4606
+ readonly NTabPane: any;
4607
+ readonly NTabs: any;
4608
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready")[], "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
3669
4609
  fieldList: {
3670
4610
  type: import("vue").PropType<import("..").FieldItem[]>;
3671
4611
  };
@@ -3759,7 +4699,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3759
4699
  }>>;
3760
4700
  };
3761
4701
  components: {
3762
- type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
4702
+ type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
3763
4703
  default: () => {};
3764
4704
  };
3765
4705
  scope: {
@@ -3844,11 +4784,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3844
4784
  type: import("vue").PropType<string[]>;
3845
4785
  };
3846
4786
  linebarDirection: {
3847
- type: import("vue").PropType<"horizontal" | "vertical">;
4787
+ type: import("vue").PropType<"vertical" | "horizontal">;
3848
4788
  default: string;
3849
4789
  };
3850
4790
  linebarTextDirection: {
3851
- type: import("vue").PropType<"horizontal" | "vertical">;
4791
+ type: import("vue").PropType<"vertical" | "horizontal">;
3852
4792
  default: string;
3853
4793
  };
3854
4794
  linebarWidth: {
@@ -3873,18 +4813,18 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3873
4813
  lazyRender: BooleanConstructor;
3874
4814
  linebreaksToTitle: BooleanConstructor;
3875
4815
  dialogFn: {};
3876
- }>> & {
4816
+ }>> & Readonly<{
3877
4817
  onFormChange?: ((...args: any[]) => any) | undefined;
3878
4818
  onScroll?: ((...args: any[]) => any) | undefined;
3879
4819
  onAnnotationChange?: ((...args: any[]) => any) | undefined;
3880
4820
  "onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
3881
4821
  onLinebarChange?: ((...args: any[]) => any) | undefined;
3882
4822
  onReady?: ((...args: any[]) => any) | undefined;
3883
- }, {
4823
+ }>, {
4824
+ maxHeight: string | number;
3884
4825
  anchor: boolean;
3885
4826
  column: number;
3886
- maxHeight: string | number;
3887
- components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
4827
+ components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
3888
4828
  initialData: import("../../shared/types").AnyObject;
3889
4829
  parallelism: number;
3890
4830
  scope: import("../../shared/types").AnyObject;
@@ -3900,8 +4840,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3900
4840
  wordSplitFilter: boolean;
3901
4841
  selectMode: boolean;
3902
4842
  linebarWidth: string | number;
3903
- linebarDirection: "horizontal" | "vertical";
3904
- linebarTextDirection: "horizontal" | "vertical";
4843
+ linebarDirection: "vertical" | "horizontal";
4844
+ linebarTextDirection: "vertical" | "horizontal";
3905
4845
  autoWidth: number | boolean;
3906
4846
  feedbackType: "default" | "tooltip";
3907
4847
  fixMemoLeak: boolean;
@@ -3910,9 +4850,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3910
4850
  nominalAge: boolean;
3911
4851
  operationalFormInit: boolean;
3912
4852
  incrementalRender: boolean;
3913
- }>;
3914
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
3915
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
4853
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4854
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
4855
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
3916
4856
  uuid: {
3917
4857
  type: StringConstructor;
3918
4858
  required: true;
@@ -3986,7 +4926,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3986
4926
  "x-read-pretty"?: boolean | undefined;
3987
4927
  "x-compile-omitted"?: string[] | undefined;
3988
4928
  }>;
3989
- components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
4929
+ components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
3990
4930
  scope: import("../../shared/types").AnyObject;
3991
4931
  annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
3992
4932
  annotationShortcuts: (string | {
@@ -4021,8 +4961,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4021
4961
  selectMode: boolean;
4022
4962
  selectedFields: string[];
4023
4963
  linebarWidth: string | number;
4024
- linebarDirection: "horizontal" | "vertical";
4025
- linebarTextDirection: "horizontal" | "vertical";
4964
+ linebarDirection: "vertical" | "horizontal";
4965
+ linebarTextDirection: "vertical" | "horizontal";
4026
4966
  autoWidth: number | boolean;
4027
4967
  feedbackType: "default" | "tooltip";
4028
4968
  fixMemoLeak: boolean;
@@ -4031,8 +4971,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4031
4971
  dialogFn: any;
4032
4972
  }>>>;
4033
4973
  };
4034
- }>>, {}>;
4035
- FormConfigEventSetting: import("vue").DefineComponent<{
4974
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4975
+ FormConfigEventSetting: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4036
4976
  modelValue: {
4037
4977
  type: ArrayConstructor;
4038
4978
  required: true;
@@ -4042,11 +4982,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4042
4982
  type: null;
4043
4983
  required: false;
4044
4984
  };
4045
- }, {
4046
- props: {
4047
- modelValue: import("../../shared/types").LowCodeTypes.reactionConfig[];
4048
- bindFormRenderRef?: import("..").FormRenderExpose | undefined;
4049
- };
4985
+ }>, {
4986
+ props: any;
4050
4987
  emit: (event: "update:modelValue" | "validateFailure", ...args: any[]) => void;
4051
4988
  cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
4052
4989
  valueRef: import("vue").Ref<{
@@ -4081,8 +5018,40 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4081
5018
  }[] | undefined;
4082
5019
  __oppositeBindField?: any | undefined;
4083
5020
  __oppositeTargetField?: any | undefined;
5021
+ }[], import("../../shared/types").LowCodeTypes.reactionConfig[] | {
5022
+ conObj: {
5023
+ con: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
5024
+ field_key: string;
5025
+ value: unknown;
5026
+ }[];
5027
+ compareMap?: {
5028
+ NULL?: ((v1: any, v2: any) => boolean) | undefined;
5029
+ EQ?: ((v1: any, v2: any) => boolean) | undefined;
5030
+ BIG?: ((v1: any, v2: any) => boolean) | undefined;
5031
+ LESS?: ((v1: any, v2: any) => boolean) | undefined;
5032
+ BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
5033
+ LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
5034
+ CL?: ((v1: any, v2: any) => boolean) | undefined;
5035
+ NC?: ((v1: any, v2: any) => boolean) | undefined;
5036
+ NEQ?: ((v1: any, v2: any) => boolean) | undefined;
5037
+ NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
5038
+ } | undefined;
5039
+ isRestoreDefault?: boolean | undefined;
5040
+ sqlExpression?: string | undefined;
5041
+ showField?: string[] | undefined;
5042
+ hideField?: string[] | undefined;
5043
+ requiredField?: string[] | undefined;
5044
+ notRequiredField?: string[] | undefined;
5045
+ enabledField?: string[] | undefined;
5046
+ disabledField?: string[] | undefined;
5047
+ setValueField?: {
5048
+ field?: string | undefined;
5049
+ value?: unknown;
5050
+ }[] | undefined;
5051
+ __oppositeBindField?: any | undefined;
5052
+ __oppositeTargetField?: any | undefined;
4084
5053
  }[]>;
4085
- expandedName: import("vue").Ref<string>;
5054
+ expandedName: import("vue").Ref<string, string>;
4086
5055
  addConnection: () => void;
4087
5056
  removeConnection: (index: number) => void;
4088
5057
  getOppositeBtnText: (item: import("../../shared/types").LowCodeTypes.reactionConfig) => string | undefined;
@@ -4096,14 +5065,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4096
5065
  addCondition: (config: import("../../shared/types").LowCodeTypes.reactionConfig) => void;
4097
5066
  removeCondition: (config: import("../../shared/types").LowCodeTypes.reactionConfig, index: number) => void;
4098
5067
  onUpdateConditionType: (condition: import("../../shared/types").LowCodeTypes.reactionsConObj, type: import("../../shared/types").LowCodeTypes.VALUE_RELATION) => void;
4099
- showRef: import("vue").Ref<boolean>;
5068
+ showRef: import("vue").Ref<boolean, boolean>;
4100
5069
  addSetValueField: (item: import("../../shared/types").LowCodeTypes.reactionConfig) => void;
4101
- fieldListRef: import("vue").Ref<import("./src/types").FormConfigItem[]>;
5070
+ fieldListRef: import("vue").Ref<import("./src/types").FormConfigItem[], import("./src/types").FormConfigItem[]>;
4102
5071
  fieldOptions: import("vue").ComputedRef<import("./src/types").FormConfigItem[]>;
4103
5072
  setValueTypes: string[];
4104
5073
  setValueFieldOptions: import("vue").ComputedRef<import("./src/types").FormConfigItem[]>;
4105
- currentTypeList: string[];
4106
- dialog: import("naive-ui").DialogApi;
5074
+ currentTypeList: import("vue").Reactive<string[]>;
5075
+ dialog: import("naive-ui/es/dialog").DialogApi;
4107
5076
  onNegativeClick: () => Promise<void>;
4108
5077
  onPositiveClick: () => Promise<void>;
4109
5078
  configValidate: () => Promise<void>;
@@ -4114,7 +5083,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4114
5083
  decoratorProps: {
4115
5084
  showFeedback: boolean;
4116
5085
  };
4117
- html_type: "LINEBAR" | ({} & string) | "INPUT" | "TEXTAREA" | "SELECT" | "LINE_BREAKS" | "INPUT_NUMBER" | "REMOTE_SEARCH" | "DATE" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "SEARCH" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "DIGITAL" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
5086
+ html_type: "LINEBAR" | "SELECT" | "DATE" | ({} & string) | "INPUT" | "SEARCH" | "REMOTE_SEARCH" | "DIGITAL" | "TEXTAREA" | "LINE_BREAKS" | "INPUT_NUMBER" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
4118
5087
  annotation?: boolean | undefined;
4119
5088
  val_key_unit?: string | undefined;
4120
5089
  is_edit?: import("..").FormCommonState | undefined;
@@ -4129,7 +5098,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4129
5098
  placeholder?: string | undefined;
4130
5099
  validate?: Partial<{
4131
5100
  [key: string]: any;
4132
- obj_type: "password" | "sex" | "age" | "email" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name";
5101
+ obj_type: "sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name";
4133
5102
  vali_obj: string;
4134
5103
  max_value: string | number;
4135
5104
  min_value: string | number;
@@ -4200,8 +5169,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4200
5169
  editor_title?: string | undefined;
4201
5170
  editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
4202
5171
  linebarWidth?: string | undefined;
4203
- linebarDirection?: "horizontal" | "vertical" | undefined;
4204
- linebarTextDirection?: "horizontal" | "vertical" | undefined;
5172
+ linebarDirection?: "vertical" | "horizontal" | undefined;
5173
+ linebarTextDirection?: "vertical" | "horizontal" | undefined;
4205
5174
  labelColor?: string | undefined;
4206
5175
  fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
4207
5176
  confirmBeforeValueChange?: boolean | undefined;
@@ -4215,10 +5184,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4215
5184
  updateOriginValue: boolean;
4216
5185
  } | undefined;
4217
5186
  selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
4218
- unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
5187
+ unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
4219
5188
  condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
4220
- max_date_unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
4221
- min_date_unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
5189
+ max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
5190
+ min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
4222
5191
  max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
4223
5192
  min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
4224
5193
  fieldTitleColor?: string | undefined;
@@ -4238,7 +5207,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4238
5207
  slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
4239
5208
  wrapperStyle?: Record<string, string | number> | undefined;
4240
5209
  childFieldStrategy?: "checked" | "all" | undefined;
4241
- childWidthMode?: "inner" | "outer" | undefined;
5210
+ childWidthMode?: "outer" | "inner" | undefined;
4242
5211
  validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
4243
5212
  field: import("@formily/core").Field<any, any, any, any>;
4244
5213
  form: import("@formily/core").Form<any>;
@@ -4252,36 +5221,36 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4252
5221
  field: string;
4253
5222
  value: unknown;
4254
5223
  }>) => void;
4255
- 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<{}>>, {}>;
4256
- NButton: any;
4257
- NCollapse: any;
4258
- NCollapseItem: any;
4259
- NEllipsis: any;
4260
- NEmpty: any;
4261
- NIcon: any;
4262
- NInput: any;
4263
- NInputGroup: any;
4264
- NModal: any;
4265
- NScrollbar: any;
4266
- NSelect: any;
4267
- NSpace: any;
4268
- NThing: any;
4269
- NTooltip: any;
4270
- conditionTypeOptions: {
5224
+ 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>;
5225
+ readonly NButton: any;
5226
+ readonly NCollapse: any;
5227
+ readonly NCollapseItem: any;
5228
+ readonly NEllipsis: any;
5229
+ readonly NEmpty: any;
5230
+ readonly NIcon: any;
5231
+ readonly NInput: any;
5232
+ readonly NInputGroup: any;
5233
+ readonly NModal: any;
5234
+ readonly NScrollbar: any;
5235
+ readonly NSelect: any;
5236
+ readonly NSpace: any;
5237
+ readonly NThing: any;
5238
+ readonly NTooltip: any;
5239
+ readonly conditionTypeOptions: {
4271
5240
  value: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
4272
5241
  label: string;
4273
5242
  }[];
4274
- connectionTypeOptions: {
5243
+ readonly connectionTypeOptions: {
4275
5244
  value: string;
4276
5245
  label: string;
4277
5246
  }[];
4278
- CForm: SFCWithInstall<import("vue").DefineComponent<{}, {
4279
- formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined>;
4280
- key: import("vue").Ref<number>;
5247
+ readonly CForm: SFCWithInstall<import("vue").DefineComponent<{}, {
5248
+ formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined, import("..").FormRenderExpose | undefined>;
5249
+ key: import("vue").Ref<number, number>;
4281
5250
  reload: () => Promise<void>;
4282
5251
  formRenderExposeKeyList: readonly ["validate", "getFormValues", "setFormValues", "setFieldState", "resetFields", "queryWidget", "getFieldList", "applySelectedSetting", "getTextFormValues", "optionInited", "updateAnchor"];
4283
5252
  exposed: Partial<import("..").FormRenderExpose>;
4284
- FormRender: import("vue").DefineComponent<{
5253
+ FormRender: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4285
5254
  fieldList: {
4286
5255
  type: import("vue").PropType<import("..").FieldItem[]>;
4287
5256
  };
@@ -4375,7 +5344,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4375
5344
  }>>;
4376
5345
  };
4377
5346
  components: {
4378
- type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
5347
+ type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
4379
5348
  default: () => {};
4380
5349
  };
4381
5350
  scope: {
@@ -4460,11 +5429,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4460
5429
  type: import("vue").PropType<string[]>;
4461
5430
  };
4462
5431
  linebarDirection: {
4463
- type: import("vue").PropType<"horizontal" | "vertical">;
5432
+ type: import("vue").PropType<"vertical" | "horizontal">;
4464
5433
  default: string;
4465
5434
  };
4466
5435
  linebarTextDirection: {
4467
- type: import("vue").PropType<"horizontal" | "vertical">;
5436
+ type: import("vue").PropType<"vertical" | "horizontal">;
4468
5437
  default: string;
4469
5438
  };
4470
5439
  linebarWidth: {
@@ -4489,8 +5458,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4489
5458
  lazyRender: BooleanConstructor;
4490
5459
  linebreaksToTitle: BooleanConstructor;
4491
5460
  dialogFn: {};
4492
- }, {
4493
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
5461
+ }>, {
5462
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
4494
5463
  fieldList: {
4495
5464
  type: import("vue").PropType<import("..").FieldItem[]>;
4496
5465
  };
@@ -4584,7 +5553,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4584
5553
  }>>;
4585
5554
  };
4586
5555
  components: {
4587
- type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
5556
+ type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
4588
5557
  default: () => {};
4589
5558
  };
4590
5559
  scope: {
@@ -4669,11 +5638,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4669
5638
  type: import("vue").PropType<string[]>;
4670
5639
  };
4671
5640
  linebarDirection: {
4672
- type: import("vue").PropType<"horizontal" | "vertical">;
5641
+ type: import("vue").PropType<"vertical" | "horizontal">;
4673
5642
  default: string;
4674
5643
  };
4675
5644
  linebarTextDirection: {
4676
- type: import("vue").PropType<"horizontal" | "vertical">;
5645
+ type: import("vue").PropType<"vertical" | "horizontal">;
4677
5646
  default: string;
4678
5647
  };
4679
5648
  linebarWidth: {
@@ -4698,19 +5667,19 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4698
5667
  lazyRender: BooleanConstructor;
4699
5668
  linebreaksToTitle: BooleanConstructor;
4700
5669
  dialogFn: {};
4701
- }>> & {
5670
+ }>> & Readonly<{
4702
5671
  onFormChange?: ((...args: any[]) => any) | undefined;
4703
5672
  onScroll?: ((...args: any[]) => any) | undefined;
4704
5673
  onAnnotationChange?: ((...args: any[]) => any) | undefined;
4705
5674
  "onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
4706
5675
  onLinebarChange?: ((...args: any[]) => any) | undefined;
4707
5676
  onReady?: ((...args: any[]) => any) | undefined;
4708
- }>>;
5677
+ }> & {}>;
4709
5678
  emit: (event: "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", ...args: any[]) => void;
4710
5679
  cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
4711
5680
  nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
4712
- formRenderRef: import("vue").Ref<HTMLElement | undefined>;
4713
- formWidth: import("vue").Ref<number>;
5681
+ formRenderRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
5682
+ formWidth: import("vue").Ref<number, number>;
4714
5683
  formHeight: import("vue").ComputedRef<string>;
4715
5684
  SchemaField: import("vue").DefineComponent<import("@formily/vue").ISchemaFieldProps>;
4716
5685
  businessCollector: import("..").BusinessCollector;
@@ -4723,13 +5692,21 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4723
5692
  formUUID: string;
4724
5693
  anchorBarRef: import("vue").Ref<{
4725
5694
  syncBarPosition: import("../../shared/types").AnyFn;
5695
+ } | undefined, {
5696
+ syncBarPosition: import("../../shared/types").AnyFn;
4726
5697
  } | undefined>;
4727
- currentAnchor: import("vue").WritableComputedRef<string>;
5698
+ currentAnchor: import("vue").WritableComputedRef<string, string>;
4728
5699
  updateAnchorList: (field: import("@formily/core").GeneralField) => void;
4729
5700
  anchorIdList: import("vue").Ref<{
4730
5701
  name: string;
4731
5702
  title: string;
4732
5703
  index: number;
5704
+ }[], (Record<"name" | "title", string> & {
5705
+ index: number;
5706
+ })[] | {
5707
+ name: string;
5708
+ title: string;
5709
+ index: number;
4733
5710
  }[]>;
4734
5711
  onScroll: (scrollEvent: Event) => void;
4735
5712
  generateAnchorList: (formModel: import("@formily/core").Form<any>) => Promise<void>;
@@ -4756,7 +5733,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4756
5733
  setGraph: (field: import("@formily/core").GeneralField) => void;
4757
5734
  removeGraph: (field: import("@formily/core").GeneralField) => void;
4758
5735
  lowCodeEventTrigger: (field: import("@formily/core").GeneralField) => void;
4759
- emitFormChange: import("vue").Ref<boolean>;
5736
+ emitFormChange: import("vue").Ref<boolean, boolean>;
4760
5737
  formModel: import("@formily/core").Form<{
4761
5738
  [x: string]: any;
4762
5739
  }>;
@@ -4833,7 +5810,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4833
5810
  "x-read-pretty"?: boolean | undefined;
4834
5811
  "x-compile-omitted"?: string[] | undefined;
4835
5812
  }>;
4836
- components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
5813
+ components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
4837
5814
  scope: import("../../shared/types").AnyObject;
4838
5815
  annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
4839
5816
  annotationShortcuts: (string | {
@@ -4868,8 +5845,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4868
5845
  selectMode: boolean;
4869
5846
  selectedFields: string[];
4870
5847
  linebarWidth: string | number;
4871
- linebarDirection: "horizontal" | "vertical";
4872
- linebarTextDirection: "horizontal" | "vertical";
5848
+ linebarDirection: "vertical" | "horizontal";
5849
+ linebarTextDirection: "vertical" | "horizontal";
4873
5850
  autoWidth: number | boolean;
4874
5851
  feedbackType: "default" | "tooltip";
4875
5852
  fixMemoLeak: boolean;
@@ -5052,16 +6029,16 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5052
6029
  onKeydown: (event: KeyboardEvent) => Promise<void>;
5053
6030
  clearSpan: (uuid: string) => void;
5054
6031
  exposeEvent: Omit<import("..").FormRenderExpose, "updateAnchor" | "getFieldList" | "optionInited" | "formModel" | "reload">;
5055
- useVersion: typeof import("../../shared/hooks").useVersion;
5056
- 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<{}>>, {}>;
5057
- 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>>>, {
6032
+ readonly useVersion: typeof import("../../shared/hooks").useVersion;
6033
+ 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>;
6034
+ 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>>>, {
5058
6035
  form: any;
5059
- }>;
5060
- NConfigProvider: any;
5061
- NForm: any;
5062
- NTabPane: any;
5063
- NTabs: any;
5064
- }, 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<{
6036
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6037
+ readonly NConfigProvider: any;
6038
+ readonly NForm: any;
6039
+ readonly NTabPane: any;
6040
+ readonly NTabs: any;
6041
+ }, {}, {}, {}, 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<{
5065
6042
  fieldList: {
5066
6043
  type: import("vue").PropType<import("..").FieldItem[]>;
5067
6044
  };
@@ -5155,7 +6132,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5155
6132
  }>>;
5156
6133
  };
5157
6134
  components: {
5158
- type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
6135
+ type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
5159
6136
  default: () => {};
5160
6137
  };
5161
6138
  scope: {
@@ -5240,11 +6217,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5240
6217
  type: import("vue").PropType<string[]>;
5241
6218
  };
5242
6219
  linebarDirection: {
5243
- type: import("vue").PropType<"horizontal" | "vertical">;
6220
+ type: import("vue").PropType<"vertical" | "horizontal">;
5244
6221
  default: string;
5245
6222
  };
5246
6223
  linebarTextDirection: {
5247
- type: import("vue").PropType<"horizontal" | "vertical">;
6224
+ type: import("vue").PropType<"vertical" | "horizontal">;
5248
6225
  default: string;
5249
6226
  };
5250
6227
  linebarWidth: {
@@ -5269,18 +6246,18 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5269
6246
  lazyRender: BooleanConstructor;
5270
6247
  linebreaksToTitle: BooleanConstructor;
5271
6248
  dialogFn: {};
5272
- }>> & {
6249
+ }>> & Readonly<{
5273
6250
  onFormChange?: ((...args: any[]) => any) | undefined;
5274
6251
  onScroll?: ((...args: any[]) => any) | undefined;
5275
6252
  onAnnotationChange?: ((...args: any[]) => any) | undefined;
5276
6253
  "onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
5277
6254
  onLinebarChange?: ((...args: any[]) => any) | undefined;
5278
6255
  onReady?: ((...args: any[]) => any) | undefined;
5279
- }, {
6256
+ }>, {
6257
+ maxHeight: string | number;
5280
6258
  anchor: boolean;
5281
6259
  column: number;
5282
- maxHeight: string | number;
5283
- components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
6260
+ components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
5284
6261
  initialData: import("../../shared/types").AnyObject;
5285
6262
  parallelism: number;
5286
6263
  scope: import("../../shared/types").AnyObject;
@@ -5296,8 +6273,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5296
6273
  wordSplitFilter: boolean;
5297
6274
  selectMode: boolean;
5298
6275
  linebarWidth: string | number;
5299
- linebarDirection: "horizontal" | "vertical";
5300
- linebarTextDirection: "horizontal" | "vertical";
6276
+ linebarDirection: "vertical" | "horizontal";
6277
+ linebarTextDirection: "vertical" | "horizontal";
5301
6278
  autoWidth: number | boolean;
5302
6279
  feedbackType: "default" | "tooltip";
5303
6280
  fixMemoLeak: boolean;
@@ -5306,9 +6283,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5306
6283
  nominalAge: boolean;
5307
6284
  operationalFormInit: boolean;
5308
6285
  incrementalRender: boolean;
5309
- }>;
5310
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
5311
- }, 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<{
6286
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6287
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
6288
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "validateFailure")[], "update:modelValue" | "validateFailure", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
5312
6289
  modelValue: {
5313
6290
  type: ArrayConstructor;
5314
6291
  required: true;
@@ -5318,13 +6295,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5318
6295
  type: null;
5319
6296
  required: false;
5320
6297
  };
5321
- }>> & {
6298
+ }>> & Readonly<{
5322
6299
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
5323
6300
  onValidateFailure?: ((...args: any[]) => any) | undefined;
5324
- }, {
6301
+ }>, {
5325
6302
  modelValue: unknown[];
5326
- }>;
5327
- FormConfigMaterialItem: import("vue").DefineComponent<{
6303
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6304
+ readonly FormConfigMaterialItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
5328
6305
  formConfigItem: {
5329
6306
  type: import("vue").PropType<import("./src/types").FormConfigItem>;
5330
6307
  required: true;
@@ -5337,7 +6314,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5337
6314
  type: import("vue").PropType<import("./src/types").FormConfigItem[]>;
5338
6315
  default: () => never[];
5339
6316
  };
5340
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
6317
+ }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
5341
6318
  formConfigItem: {
5342
6319
  type: import("vue").PropType<import("./src/types").FormConfigItem>;
5343
6320
  required: true;
@@ -5350,13 +6327,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5350
6327
  type: import("vue").PropType<import("./src/types").FormConfigItem[]>;
5351
6328
  default: () => never[];
5352
6329
  };
5353
- }>>, {
6330
+ }>> & Readonly<{}>, {
5354
6331
  materialList: import("./src/types").FormConfigItem[];
5355
- }>;
5356
- FORM_CONFIG_GROUP: string;
5357
- NSelect: any;
5358
- NSpace: any;
5359
- }, 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<{
6332
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6333
+ readonly FORM_CONFIG_GROUP: string;
6334
+ readonly NSelect: any;
6335
+ readonly NSpace: any;
6336
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("addItem" | "removeItem" | "reactionsValidateFailure")[], "addItem" | "removeItem" | "reactionsValidateFailure", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
5360
6337
  maxHeight: {
5361
6338
  type: StringConstructor;
5362
6339
  };
@@ -5438,7 +6415,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5438
6415
  "x-read-pretty"?: boolean | undefined;
5439
6416
  "x-compile-omitted"?: string[] | undefined;
5440
6417
  }>;
5441
- components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
6418
+ components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
5442
6419
  scope: import("../../shared/types").AnyObject;
5443
6420
  annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
5444
6421
  annotationShortcuts: (string | {
@@ -5473,8 +6450,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5473
6450
  selectMode: boolean;
5474
6451
  selectedFields: string[];
5475
6452
  linebarWidth: string | number;
5476
- linebarDirection: "horizontal" | "vertical";
5477
- linebarTextDirection: "horizontal" | "vertical";
6453
+ linebarDirection: "vertical" | "horizontal";
6454
+ linebarTextDirection: "vertical" | "horizontal";
5478
6455
  autoWidth: number | boolean;
5479
6456
  feedbackType: "default" | "tooltip";
5480
6457
  fixMemoLeak: boolean;
@@ -5487,11 +6464,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5487
6464
  type: import("vue").PropType<((payload: import("./src/types").FormConfigBeforeMovePayload) => boolean | void) | undefined>;
5488
6465
  };
5489
6466
  showLowCodeReactions: BooleanConstructor;
5490
- }>> & {
6467
+ }>> & Readonly<{
5491
6468
  onAddItem?: ((...args: any[]) => any) | undefined;
5492
6469
  onRemoveItem?: ((...args: any[]) => any) | undefined;
5493
6470
  onReactionsValidateFailure?: ((...args: any[]) => any) | undefined;
5494
- }, {
6471
+ }>, {
5495
6472
  showLowCodeReactions: boolean;
5496
- }>>;
6473
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
5497
6474
  export default FormConfig;