cnhis-design-vue 3.1.57-beta.3 → 3.1.57-beta.32

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 (259) hide show
  1. package/README.md +87 -87
  2. package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  3. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +1 -0
  4. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +1 -0
  5. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +1 -0
  6. package/es/components/button-print/index.d.ts +8 -8
  7. package/es/components/button-print/src/ButtonPrint.vue.d.ts +8 -8
  8. package/es/components/button-print/src/ButtonPrint.vue2.js +1 -1
  9. package/es/components/button-print/src/components/EditFormat.vue.d.ts +3 -3
  10. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +7 -7
  11. package/es/components/button-print/style/index.css +1 -1
  12. package/es/components/calendar/index.d.ts +277 -0
  13. package/es/components/calendar/index.js +1 -0
  14. package/es/components/calendar/src/Calendar.vue.d.ts +266 -0
  15. package/es/components/calendar/src/Calendar.vue.js +1 -0
  16. package/es/components/calendar/src/Calendar.vue2.js +1 -0
  17. package/es/components/calendar/src/types/index.d.ts +6 -0
  18. package/es/components/calendar/src/types/index.js +1 -0
  19. package/es/components/calendar/style/index.css +1 -0
  20. package/es/components/callback/src/components/render/popupMaps.d.ts +259 -224
  21. package/es/components/classification/index.d.ts +3 -3
  22. package/es/components/classification/src/components/search-filter/index.vue.d.ts +3 -3
  23. package/es/components/classification/src/components/set-classification/index.vue.d.ts +3 -3
  24. package/es/components/classification/src/index.vue.d.ts +6 -3
  25. package/es/components/date-picker/index.d.ts +1 -1
  26. package/es/components/date-picker/src/DatePicker.vue.d.ts +1 -1
  27. package/es/components/date-picker/src/DatePicker.vue2.js +1 -1
  28. package/es/components/drag-scroll/index.d.ts +2 -0
  29. package/es/components/drag-scroll/index.js +1 -0
  30. package/es/components/drag-scroll/src/index.d.ts +4 -0
  31. package/es/components/drag-scroll/src/index.js +1 -0
  32. package/es/components/drag-scroll/src/types.d.ts +19 -0
  33. package/es/components/drag-scroll/src/types.js +1 -0
  34. package/es/components/expand-field/index.d.ts +3 -3
  35. package/es/components/expand-field/src/components/form.vue.d.ts +3 -3
  36. package/es/components/expand-field/src/components/form.vue2.js +1 -1
  37. package/es/components/expand-field/src/index.vue.d.ts +3 -3
  38. package/es/components/fabric-chart/index.d.ts +4 -2
  39. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +4 -2
  40. package/es/components/fabric-chart/src/FabricChart.vue2.js +1 -1
  41. package/es/components/fabric-chart/src/components/PopupMenu.js +1 -1
  42. package/es/components/fabric-chart/src/constants/index.d.ts +2 -1
  43. package/es/components/fabric-chart/src/constants/index.js +1 -1
  44. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
  45. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.js +1 -1
  46. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +1 -1
  47. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +1 -1
  48. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useLeft.js +1 -1
  49. package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
  50. package/es/components/fabric-chart/src/hooks/temperature/useOther.d.ts +1 -1
  51. package/es/components/fabric-chart/src/hooks/temperature/useOther.js +1 -1
  52. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
  53. package/es/components/fabric-chart/src/interface.d.ts +4 -3
  54. package/es/components/field-set/index.d.ts +107 -616
  55. package/es/components/field-set/index.js +1 -1
  56. package/es/components/field-set/src/FieldColor.vue.d.ts +1680 -0
  57. package/es/components/field-set/src/FieldColor.vue.js +1 -0
  58. package/es/components/field-set/src/FieldColor.vue2.js +1 -0
  59. package/es/components/field-set/src/FieldSet.vue.d.ts +58 -16
  60. package/es/components/field-set/src/FieldSet.vue2.js +1 -1
  61. package/es/components/field-set/src/Index.vue.d.ts +141 -0
  62. package/es/components/field-set/src/Index.vue.js +1 -0
  63. package/es/components/field-set/src/Index.vue2.js +1 -0
  64. package/es/components/field-set/src/components/Row.vue.d.ts +50 -9
  65. package/es/components/field-set/src/components/Row.vue2.js +1 -1
  66. package/es/components/field-set/src/components/condition.vue.d.ts +172 -0
  67. package/es/components/field-set/src/components/condition.vue.js +1 -0
  68. package/es/components/field-set/src/components/condition.vue2.js +1 -0
  69. package/es/components/field-set/src/components/edit-dialog.vue.d.ts +1194 -0
  70. package/es/components/field-set/src/components/edit-dialog.vue.js +1 -0
  71. package/es/components/field-set/src/components/edit-dialog.vue2.js +1 -0
  72. package/es/components/field-set/src/components/edit-filter.vue.d.ts +286 -0
  73. package/es/components/field-set/src/components/edit-filter.vue.js +1 -0
  74. package/es/components/field-set/src/components/edit-filter.vue2.js +1 -0
  75. package/es/components/field-set/src/constants/index.d.ts +55 -0
  76. package/es/components/field-set/src/constants/index.js +1 -0
  77. package/es/components/field-set/src/types/index.d.ts +31 -1
  78. package/es/components/field-set/src/utils/index.d.ts +2 -1
  79. package/es/components/field-set/src/utils/index.js +1 -1
  80. package/es/components/field-set/style/index.css +1 -1
  81. package/es/components/form-config/index.d.ts +89 -30
  82. package/es/components/form-config/src/FormConfig.vue.d.ts +89 -30
  83. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +31 -8
  84. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +40 -11
  85. package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +8 -8
  86. package/es/components/form-config/src/constants/index.d.ts +1 -1
  87. package/es/components/form-config/src/types/index.d.ts +2 -2
  88. package/es/components/form-render/index.d.ts +31 -8
  89. package/es/components/form-render/index.js +1 -1
  90. package/es/components/form-render/src/FormRender.vue.d.ts +31 -8
  91. package/es/components/form-render/src/FormRender.vue2.js +1 -1
  92. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +31 -8
  93. package/es/components/form-render/src/components/renderer/combination/combination.d.ts +12 -0
  94. package/es/components/form-render/src/components/renderer/combination/combination.js +1 -1
  95. package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.d.ts +1 -1
  96. package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.js +1 -1
  97. package/es/components/form-render/src/components/renderer/combination/jsonCombination.d.ts +12 -0
  98. package/es/components/form-render/src/components/renderer/combination/jsonCombination.js +1 -1
  99. package/es/components/form-render/src/components/renderer/select.d.ts +2 -0
  100. package/es/components/form-render/src/components/renderer/select.js +1 -1
  101. package/es/components/form-render/src/components/renderer/switch.js +1 -1
  102. package/es/components/form-render/src/hooks/index.d.ts +1 -0
  103. package/es/components/form-render/src/hooks/index.js +1 -1
  104. package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
  105. package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +4 -2
  106. package/es/components/form-render/src/hooks/useFormRenderOptions.js +1 -1
  107. package/es/components/form-render/src/hooks/useLowCodeReactions.d.ts +1 -1
  108. package/es/components/form-render/src/hooks/useNewLowCodeReactions.d.ts +6 -0
  109. package/es/components/form-render/src/hooks/useNewLowCodeReactions.js +1 -0
  110. package/es/components/form-render/src/types/fieldItem.d.ts +1 -0
  111. package/es/components/form-render/src/types/index.d.ts +2 -1
  112. package/es/components/guide/src/renderer.d.ts +2 -2
  113. package/es/components/iho-table/index.d.ts +228 -216
  114. package/es/components/iho-table/src/IhoTable.vue.d.ts +228 -216
  115. package/es/components/iho-table/src/IhoTable.vue2.js +1 -1
  116. package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +1 -5
  117. package/es/components/iho-table/src/hooks/tapHooks/index.js +1 -1
  118. package/es/components/iho-table/src/hooks/tapHooks/useDataHooks.d.ts +2 -1
  119. package/es/components/iho-table/src/hooks/tapHooks/useDataHooks.js +1 -1
  120. package/es/components/iho-table/src/plugins/{bindEventSettingPlugin/index.d.ts → bindEventSettingPlugin.d.ts} +1 -1
  121. package/es/components/iho-table/src/plugins/bindEventSettingPlugin.js +1 -0
  122. package/es/components/iho-table/src/plugins/{defaultConfigPlugin/index.d.ts → defaultConfigPlugin.d.ts} +1 -1
  123. package/es/components/iho-table/src/plugins/defaultConfigPlugin.js +1 -0
  124. package/es/components/iho-table/src/plugins/dragScrollPlugin.d.ts +1 -0
  125. package/es/components/iho-table/src/plugins/dragScrollPlugin.js +1 -0
  126. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +1 -1
  127. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +4 -2
  128. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +1 -1
  129. package/es/components/iho-table/src/plugins/headerPlugin.js +1 -1
  130. package/es/components/iho-table/src/plugins/index.js +1 -1
  131. package/es/components/iho-table/src/plugins/{keyboardEventPlugin/index.d.ts → keyboardEventPlugin.d.ts} +1 -1
  132. package/es/components/iho-table/src/plugins/keyboardEventPlugin.js +1 -0
  133. package/es/components/iho-table/src/plugins/{lowCodeFieldAdaptorPlugin/index.d.ts → lowCodeFieldAdaptorPlugin.d.ts} +1 -1
  134. package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin.js +1 -0
  135. package/es/components/iho-table/src/plugins/{operationalFormPlugin/index.d.ts → operationalFormPlugin.d.ts} +1 -1
  136. package/es/components/iho-table/src/plugins/operationalFormPlugin.js +1 -0
  137. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +32 -2
  138. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +1 -1
  139. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.js +1 -1
  140. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/index.js +1 -1
  141. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +1 -1
  142. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
  143. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -1
  144. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +1 -1
  145. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +1 -1
  146. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.js +1 -1
  147. package/es/components/iho-table/src/plugins/rowClickPlugin.d.ts +1 -0
  148. package/es/components/iho-table/src/plugins/rowClickPlugin.js +1 -0
  149. package/es/components/iho-table/src/plugins/rowDragPlugin.d.ts +1 -0
  150. package/es/components/iho-table/src/plugins/rowDragPlugin.js +1 -0
  151. package/es/components/iho-table/src/plugins/{varialbleHeightPlugin/index.d.ts → varialbleHeightPlugin.d.ts} +1 -1
  152. package/es/components/iho-table/src/plugins/varialbleHeightPlugin.js +1 -0
  153. package/es/components/iho-table/src/plugins/verticalTablePlugin/constants.d.ts +1 -0
  154. package/es/components/iho-table/src/plugins/verticalTablePlugin/constants.js +1 -0
  155. package/es/components/iho-table/src/plugins/verticalTablePlugin/index.d.ts +1 -0
  156. package/es/components/iho-table/src/plugins/verticalTablePlugin/index.js +1 -0
  157. package/es/components/iho-table/src/plugins/verticalTablePlugin/renderer.d.ts +3 -0
  158. package/es/components/iho-table/src/plugins/verticalTablePlugin/renderer.js +1 -0
  159. package/es/components/iho-table/src/plugins/verticalTablePlugin/types.d.ts +8 -0
  160. package/es/components/iho-table/src/plugins/verticalTablePlugin/types.js +1 -0
  161. package/es/components/iho-table/src/plugins/verticalTablePlugin/utils.d.ts +15 -0
  162. package/es/components/iho-table/src/plugins/verticalTablePlugin/utils.js +1 -0
  163. package/es/components/iho-table/src/plugins/{virtualTreePlugin/index.d.ts → virtualTreePlugin.d.ts} +1 -1
  164. package/es/components/iho-table/src/plugins/virtualTreePlugin.js +1 -0
  165. package/es/components/iho-table/src/types/index.d.ts +10 -1
  166. package/es/components/iho-table/src/types/pluginType.d.ts +3 -1
  167. package/es/components/iho-table/src/utils/index.d.ts +4 -7
  168. package/es/components/iho-table/src/utils/index.js +1 -1
  169. package/es/components/index.css +1 -1
  170. package/es/components/index.d.ts +3 -1
  171. package/es/components/index.js +1 -1
  172. package/es/components/info-header/index.d.ts +74 -23
  173. package/es/components/info-header/src/InfoHeader.vue.d.ts +74 -23
  174. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +2 -1
  175. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +2 -1
  176. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +33 -9
  177. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +31 -8
  178. package/es/components/keyboard/index.d.ts +1 -1
  179. package/es/components/keyboard/src/Keyboard.vue.d.ts +1 -1
  180. package/es/components/quick-search/index.d.ts +3 -3
  181. package/es/components/quick-search/src/index.vue.d.ts +3 -3
  182. package/es/components/recommend-search/index.d.ts +6 -6
  183. package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +6 -6
  184. package/es/components/recommend-search/src/components/BaseSearch.d.ts +1 -1
  185. package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +1 -1
  186. package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +1 -1
  187. package/es/components/scale-view/index.d.ts +3 -3
  188. package/es/components/scale-view/src/ScaleView.vue.d.ts +3 -3
  189. package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
  190. package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +1 -1
  191. package/es/components/scale-view/src/hooks/use-component.d.ts +1 -1
  192. package/es/components/select-label/index.d.ts +2 -2
  193. package/es/components/select-label/src/LabelFormContent.vue.d.ts +1 -1
  194. package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
  195. package/es/components/select-label/src/SelectLabel.vue.d.ts +1 -1
  196. package/es/components/select-label/src/index.vue.d.ts +1 -1
  197. package/es/components/select-person/src/SearchMultiple.vue.d.ts +0 -6
  198. package/es/components/select-person/src/SelectPerson.vue2.js +1 -1
  199. package/es/components/shortcut-provider/src/hooks/useShortcuts.js +1 -1
  200. package/es/components/shortcut-setter/index.d.ts +32 -8
  201. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +32 -8
  202. package/es/components/table-export-field/index.d.ts +3 -3
  203. package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +3 -0
  204. package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +3 -3
  205. package/es/components/table-export-field/src/index.vue.d.ts +3 -3
  206. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +1 -1
  207. package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +1 -1
  208. package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +1 -1
  209. package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +1 -1
  210. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +2 -2
  211. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +1 -1
  212. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +1 -1
  213. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +2 -2
  214. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +2 -2
  215. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +1 -1
  216. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +1 -1
  217. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +1 -1
  218. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +1 -1
  219. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +4 -4
  220. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +4 -4
  221. package/es/components/time-line/index.d.ts +7 -7
  222. package/es/components/time-line/src/TimeLine.vue.d.ts +3 -3
  223. package/es/env.d.ts +25 -25
  224. package/es/shared/assets/img/failure.png.js +1 -1
  225. package/es/shared/assets/img/no-permission.png.js +1 -1
  226. package/es/shared/assets/img/nodata.png.js +1 -1
  227. package/es/shared/assets/img/notfound.png.js +1 -1
  228. package/es/shared/assets/img/qr.png.js +1 -1
  229. package/es/shared/assets/img/success.png.js +1 -1
  230. package/es/shared/assets/img/video.png.js +1 -1
  231. package/es/shared/assets/img/video_default_cover.png.js +1 -1
  232. package/es/shared/assets/img/xb_big.png.js +1 -1
  233. package/es/shared/assets/img/xb_small.png.js +1 -1
  234. package/es/shared/components/InputNumberSlash/InputNumberSlash.js +1 -1
  235. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +86 -0
  236. package/es/shared/hooks/selectHooks/useOptionFiltered.d.ts +3 -1
  237. package/es/shared/hooks/selectHooks/useOptionFiltered.js +1 -1
  238. package/es/shared/hooks/selectHooks/useSearchContent.d.ts +1 -1
  239. package/es/shared/hooks/selectHooks/useSearchContent.js +1 -1
  240. package/es/shared/package.json.js +1 -1
  241. package/es/shared/types/business.d.ts +23 -3
  242. package/es/shared/utils/business.d.ts +2 -1
  243. package/es/shared/utils/business.js +1 -1
  244. package/es/shared/utils/fabricjs/index.d.ts +6823 -0
  245. package/es/shared/utils/index.d.ts +2 -1
  246. package/es/shared/utils/index.js +1 -1
  247. package/es/shared/utils/tapable/index.d.ts +139 -0
  248. package/package.json +8 -2
  249. package/es/components/iho-table/src/plugins/bindEventSettingPlugin/index.js +0 -1
  250. package/es/components/iho-table/src/plugins/defaultConfigPlugin/index.js +0 -1
  251. package/es/components/iho-table/src/plugins/keyboardEventPlugin/index.js +0 -1
  252. package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin/index.js +0 -1
  253. package/es/components/iho-table/src/plugins/operationalFormPlugin/index.js +0 -1
  254. package/es/components/iho-table/src/plugins/rowClickPlugin/index.d.ts +0 -1
  255. package/es/components/iho-table/src/plugins/rowClickPlugin/index.js +0 -1
  256. package/es/components/iho-table/src/plugins/rowDragPlugin/index.d.ts +0 -1
  257. package/es/components/iho-table/src/plugins/rowDragPlugin/index.js +0 -1
  258. package/es/components/iho-table/src/plugins/varialbleHeightPlugin/index.js +0 -1
  259. package/es/components/iho-table/src/plugins/virtualTreePlugin/index.js +0 -1
@@ -109,13 +109,14 @@ declare const _default: import("vue").DefineComponent<{
109
109
  businessFormatter: import("../../../components/form-render").FormBusinessFormatter;
110
110
  requestInstance: import("../../../shared/hooks").FormRequestDefine.RequestInstance;
111
111
  enterToNextWidget: boolean | ((fieldItem: import("../../../components/form-render").FieldItem) => boolean | void);
112
- lowCodeReactions: LowCodeTypes.reactionsConfig[];
112
+ lowCodeReactions: LowCodeTypes.reactionConfig[];
113
113
  linebarAutoHidden: boolean;
114
114
  bordered: string | boolean;
115
115
  uniqueCacheData: boolean;
116
116
  operationalForm: LowCodeTypes.operationalConfig[];
117
117
  outBordered: boolean;
118
118
  forceClearable: boolean;
119
+ wordSplitFilter: boolean;
119
120
  }>>>;
120
121
  };
121
122
  beforeMove: {
@@ -227,13 +228,14 @@ declare const _default: import("vue").DefineComponent<{
227
228
  businessFormatter: import("../../../components/form-render").FormBusinessFormatter;
228
229
  requestInstance: import("../../../shared/hooks").FormRequestDefine.RequestInstance;
229
230
  enterToNextWidget: boolean | ((fieldItem: import("../../../components/form-render").FieldItem) => boolean | void);
230
- lowCodeReactions: LowCodeTypes.reactionsConfig[];
231
+ lowCodeReactions: LowCodeTypes.reactionConfig[];
231
232
  linebarAutoHidden: boolean;
232
233
  bordered: string | boolean;
233
234
  uniqueCacheData: boolean;
234
235
  operationalForm: LowCodeTypes.operationalConfig[];
235
236
  outBordered: boolean;
236
237
  forceClearable: boolean;
238
+ wordSplitFilter: boolean;
237
239
  }>>>;
238
240
  };
239
241
  beforeMove: {
@@ -425,6 +427,7 @@ declare const _default: import("vue").DefineComponent<{
425
427
  lazyRequest?: boolean | undefined;
426
428
  requestCache?: boolean | undefined;
427
429
  maxGroupNum?: number | undefined;
430
+ minGroupNum?: number | undefined;
428
431
  jsonCombination?: boolean | undefined;
429
432
  combinationItemDeletable?: boolean | import("../../../components/form-render").CombinationItemDeletableFn | undefined;
430
433
  children?: any[] | undefined;
@@ -2175,6 +2178,7 @@ declare const _default: import("vue").DefineComponent<{
2175
2178
  lazyRequest?: boolean | undefined;
2176
2179
  requestCache?: boolean | undefined;
2177
2180
  maxGroupNum?: number | undefined;
2181
+ minGroupNum?: number | undefined;
2178
2182
  jsonCombination?: boolean | undefined;
2179
2183
  combinationItemDeletable?: boolean | import("../../../components/form-render").CombinationItemDeletableFn | undefined;
2180
2184
  children?: any[] | undefined;
@@ -3973,6 +3977,7 @@ declare const _default: import("vue").DefineComponent<{
3973
3977
  lazyRequest?: boolean | undefined;
3974
3978
  requestCache?: boolean | undefined;
3975
3979
  maxGroupNum?: number | undefined;
3980
+ minGroupNum?: number | undefined;
3976
3981
  jsonCombination?: boolean | undefined;
3977
3982
  combinationItemDeletable?: boolean | import("../../../components/form-render").CombinationItemDeletableFn | undefined;
3978
3983
  children?: any[] | undefined;
@@ -5723,6 +5728,7 @@ declare const _default: import("vue").DefineComponent<{
5723
5728
  lazyRequest?: boolean | undefined;
5724
5729
  requestCache?: boolean | undefined;
5725
5730
  maxGroupNum?: number | undefined;
5731
+ minGroupNum?: number | undefined;
5726
5732
  jsonCombination?: boolean | undefined;
5727
5733
  combinationItemDeletable?: boolean | import("../../../components/form-render").CombinationItemDeletableFn | undefined;
5728
5734
  children?: any[] | undefined;
@@ -7523,7 +7529,10 @@ declare const _default: import("vue").DefineComponent<{
7523
7529
  default: boolean;
7524
7530
  };
7525
7531
  lowCodeReactions: {
7526
- type: PropType<LowCodeTypes.reactionsConfig[]>;
7532
+ type: PropType<LowCodeTypes.reactionConfig[]>;
7533
+ };
7534
+ newLowCodeReactions: {
7535
+ type: PropType<LowCodeTypes.newReactionConfig[]>;
7527
7536
  };
7528
7537
  operationalForm: {
7529
7538
  type: PropType<LowCodeTypes.operationalConfig[]>;
@@ -7551,6 +7560,10 @@ declare const _default: import("vue").DefineComponent<{
7551
7560
  default: boolean;
7552
7561
  };
7553
7562
  forceClearable: BooleanConstructor;
7563
+ wordSplitFilter: {
7564
+ type: BooleanConstructor;
7565
+ default: boolean;
7566
+ };
7554
7567
  }, {
7555
7568
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
7556
7569
  fieldList: {
@@ -7685,7 +7698,10 @@ declare const _default: import("vue").DefineComponent<{
7685
7698
  default: boolean;
7686
7699
  };
7687
7700
  lowCodeReactions: {
7688
- type: PropType<LowCodeTypes.reactionsConfig[]>;
7701
+ type: PropType<LowCodeTypes.reactionConfig[]>;
7702
+ };
7703
+ newLowCodeReactions: {
7704
+ type: PropType<LowCodeTypes.newReactionConfig[]>;
7689
7705
  };
7690
7706
  operationalForm: {
7691
7707
  type: PropType<LowCodeTypes.operationalConfig[]>;
@@ -7713,12 +7729,16 @@ declare const _default: import("vue").DefineComponent<{
7713
7729
  default: boolean;
7714
7730
  };
7715
7731
  forceClearable: BooleanConstructor;
7732
+ wordSplitFilter: {
7733
+ type: BooleanConstructor;
7734
+ default: boolean;
7735
+ };
7716
7736
  }>> & {
7717
7737
  onFormChange?: ((...args: any[]) => any) | undefined;
7718
7738
  onScroll?: ((...args: any[]) => any) | undefined;
7719
7739
  onAnnotationChange?: ((...args: any[]) => any) | undefined;
7720
7740
  }>>;
7721
- emit: (event: "formChange" | "scroll" | "annotationChange", ...args: any[]) => void;
7741
+ emit: (event: "scroll" | "formChange" | "annotationChange", ...args: any[]) => void;
7722
7742
  cssVars: import("vue").ComputedRef<import("vue").CSSProperties>;
7723
7743
  nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
7724
7744
  formRenderRef: import("vue").Ref<HTMLElement | undefined>;
@@ -7776,7 +7796,7 @@ declare const _default: import("vue").DefineComponent<{
7776
7796
  [x: string]: any;
7777
7797
  }>;
7778
7798
  lowCodeReactionsHandler: (field: string) => void;
7779
- triggerAllReactionsHandler: () => void;
7799
+ newLowCodeReactionsHandler: (field: string) => void;
7780
7800
  operationalFormHandler: {
7781
7801
  trigger(fieldKey: string): void;
7782
7802
  triggerAll(): void;
@@ -7870,13 +7890,14 @@ declare const _default: import("vue").DefineComponent<{
7870
7890
  businessFormatter: import("../../../components/form-render").FormBusinessFormatter;
7871
7891
  requestInstance: import("../../../shared/hooks").FormRequestDefine.RequestInstance;
7872
7892
  enterToNextWidget: boolean | ((fieldItem: import("../../../components/form-render").FieldItem) => boolean | void);
7873
- lowCodeReactions: LowCodeTypes.reactionsConfig[];
7893
+ lowCodeReactions: LowCodeTypes.reactionConfig[];
7874
7894
  linebarAutoHidden: boolean;
7875
7895
  bordered: string | boolean;
7876
7896
  uniqueCacheData: boolean;
7877
7897
  operationalForm: LowCodeTypes.operationalConfig[];
7878
7898
  outBordered: boolean;
7879
7899
  forceClearable: boolean;
7900
+ wordSplitFilter: boolean;
7880
7901
  }>) => Record<string, import("@formily/json-schema").Stringify<{
7881
7902
  [key: symbol]: any;
7882
7903
  [key: `x-${string}`]: any;
@@ -8054,7 +8075,7 @@ declare const _default: import("vue").DefineComponent<{
8054
8075
  readonly displayDirective: "if" | "show" | "show:lazy";
8055
8076
  }>;
8056
8077
  NTabs: any;
8057
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("formChange" | "scroll" | "annotationChange")[], "scroll" | "formChange" | "annotationChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
8078
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "formChange" | "annotationChange")[], "scroll" | "formChange" | "annotationChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
8058
8079
  fieldList: {
8059
8080
  type: PropType<import("../../../components/form-render").FieldItem[]>;
8060
8081
  };
@@ -8187,7 +8208,10 @@ declare const _default: import("vue").DefineComponent<{
8187
8208
  default: boolean;
8188
8209
  };
8189
8210
  lowCodeReactions: {
8190
- type: PropType<LowCodeTypes.reactionsConfig[]>;
8211
+ type: PropType<LowCodeTypes.reactionConfig[]>;
8212
+ };
8213
+ newLowCodeReactions: {
8214
+ type: PropType<LowCodeTypes.newReactionConfig[]>;
8191
8215
  };
8192
8216
  operationalForm: {
8193
8217
  type: PropType<LowCodeTypes.operationalConfig[]>;
@@ -8215,6 +8239,10 @@ declare const _default: import("vue").DefineComponent<{
8215
8239
  default: boolean;
8216
8240
  };
8217
8241
  forceClearable: BooleanConstructor;
8242
+ wordSplitFilter: {
8243
+ type: BooleanConstructor;
8244
+ default: boolean;
8245
+ };
8218
8246
  }>> & {
8219
8247
  onFormChange?: ((...args: any[]) => any) | undefined;
8220
8248
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -8223,7 +8251,6 @@ declare const _default: import("vue").DefineComponent<{
8223
8251
  anchor: boolean;
8224
8252
  maxHeight: string | number;
8225
8253
  column: number;
8226
- forceClearable: boolean;
8227
8254
  components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
8228
8255
  initialData: import("../../../shared/types").AnyObject;
8229
8256
  parallelism: number;
@@ -8234,6 +8261,8 @@ declare const _default: import("vue").DefineComponent<{
8234
8261
  bordered: string | boolean;
8235
8262
  uniqueCacheData: boolean;
8236
8263
  outBordered: boolean;
8264
+ forceClearable: boolean;
8265
+ wordSplitFilter: boolean;
8237
8266
  operationalFormInit: boolean;
8238
8267
  }>;
8239
8268
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
@@ -8446,13 +8475,14 @@ declare const _default: import("vue").DefineComponent<{
8446
8475
  businessFormatter: import("../../../components/form-render").FormBusinessFormatter;
8447
8476
  requestInstance: import("../../../shared/hooks").FormRequestDefine.RequestInstance;
8448
8477
  enterToNextWidget: boolean | ((fieldItem: import("../../../components/form-render").FieldItem) => boolean | void);
8449
- lowCodeReactions: LowCodeTypes.reactionsConfig[];
8478
+ lowCodeReactions: LowCodeTypes.reactionConfig[];
8450
8479
  linebarAutoHidden: boolean;
8451
8480
  bordered: string | boolean;
8452
8481
  uniqueCacheData: boolean;
8453
8482
  operationalForm: LowCodeTypes.operationalConfig[];
8454
8483
  outBordered: boolean;
8455
8484
  forceClearable: boolean;
8485
+ wordSplitFilter: boolean;
8456
8486
  }>>>;
8457
8487
  };
8458
8488
  }, {
@@ -8552,13 +8582,14 @@ declare const _default: import("vue").DefineComponent<{
8552
8582
  businessFormatter: import("../../../components/form-render").FormBusinessFormatter;
8553
8583
  requestInstance: import("../../../shared/hooks").FormRequestDefine.RequestInstance;
8554
8584
  enterToNextWidget: boolean | ((fieldItem: import("../../../components/form-render").FieldItem) => boolean | void);
8555
- lowCodeReactions: LowCodeTypes.reactionsConfig[];
8585
+ lowCodeReactions: LowCodeTypes.reactionConfig[];
8556
8586
  linebarAutoHidden: boolean;
8557
8587
  bordered: string | boolean;
8558
8588
  uniqueCacheData: boolean;
8559
8589
  operationalForm: LowCodeTypes.operationalConfig[];
8560
8590
  outBordered: boolean;
8561
8591
  forceClearable: boolean;
8592
+ wordSplitFilter: boolean;
8562
8593
  }>>>;
8563
8594
  };
8564
8595
  }>> & {}>>;
@@ -8727,6 +8758,7 @@ declare const _default: import("vue").DefineComponent<{
8727
8758
  lazyRequest?: boolean | undefined;
8728
8759
  requestCache?: boolean | undefined;
8729
8760
  maxGroupNum?: number | undefined;
8761
+ minGroupNum?: number | undefined;
8730
8762
  jsonCombination?: boolean | undefined;
8731
8763
  combinationItemDeletable?: boolean | import("../../../components/form-render").CombinationItemDeletableFn | undefined;
8732
8764
  children?: any[] | undefined;
@@ -10488,6 +10520,7 @@ declare const _default: import("vue").DefineComponent<{
10488
10520
  lazyRequest?: boolean | undefined;
10489
10521
  requestCache?: boolean | undefined;
10490
10522
  maxGroupNum?: number | undefined;
10523
+ minGroupNum?: number | undefined;
10491
10524
  jsonCombination?: boolean | undefined;
10492
10525
  combinationItemDeletable?: boolean | import("../../../components/form-render").CombinationItemDeletableFn | undefined;
10493
10526
  children?: any[] | undefined;
@@ -12222,6 +12255,7 @@ declare const _default: import("vue").DefineComponent<{
12222
12255
  lazyRequest?: boolean | undefined;
12223
12256
  requestCache?: boolean | undefined;
12224
12257
  maxGroupNum?: number | undefined;
12258
+ minGroupNum?: number | undefined;
12225
12259
  jsonCombination?: boolean | undefined;
12226
12260
  combinationItemDeletable?: boolean | import("../../../components/form-render").CombinationItemDeletableFn | undefined;
12227
12261
  children?: any[] | undefined;
@@ -13939,7 +13973,10 @@ declare const _default: import("vue").DefineComponent<{
13939
13973
  default: boolean;
13940
13974
  };
13941
13975
  lowCodeReactions: {
13942
- type: PropType<LowCodeTypes.reactionsConfig[]>;
13976
+ type: PropType<LowCodeTypes.reactionConfig[]>;
13977
+ };
13978
+ newLowCodeReactions: {
13979
+ type: PropType<LowCodeTypes.newReactionConfig[]>;
13943
13980
  };
13944
13981
  operationalForm: {
13945
13982
  type: PropType<LowCodeTypes.operationalConfig[]>;
@@ -13967,6 +14004,10 @@ declare const _default: import("vue").DefineComponent<{
13967
14004
  default: boolean;
13968
14005
  };
13969
14006
  forceClearable: BooleanConstructor;
14007
+ wordSplitFilter: {
14008
+ type: BooleanConstructor;
14009
+ default: boolean;
14010
+ };
13970
14011
  }, {
13971
14012
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
13972
14013
  fieldList: {
@@ -14101,7 +14142,10 @@ declare const _default: import("vue").DefineComponent<{
14101
14142
  default: boolean;
14102
14143
  };
14103
14144
  lowCodeReactions: {
14104
- type: PropType<LowCodeTypes.reactionsConfig[]>;
14145
+ type: PropType<LowCodeTypes.reactionConfig[]>;
14146
+ };
14147
+ newLowCodeReactions: {
14148
+ type: PropType<LowCodeTypes.newReactionConfig[]>;
14105
14149
  };
14106
14150
  operationalForm: {
14107
14151
  type: PropType<LowCodeTypes.operationalConfig[]>;
@@ -14129,12 +14173,16 @@ declare const _default: import("vue").DefineComponent<{
14129
14173
  default: boolean;
14130
14174
  };
14131
14175
  forceClearable: BooleanConstructor;
14176
+ wordSplitFilter: {
14177
+ type: BooleanConstructor;
14178
+ default: boolean;
14179
+ };
14132
14180
  }>> & {
14133
14181
  onFormChange?: ((...args: any[]) => any) | undefined;
14134
14182
  onScroll?: ((...args: any[]) => any) | undefined;
14135
14183
  onAnnotationChange?: ((...args: any[]) => any) | undefined;
14136
14184
  }>>;
14137
- emit: (event: "formChange" | "scroll" | "annotationChange", ...args: any[]) => void;
14185
+ emit: (event: "scroll" | "formChange" | "annotationChange", ...args: any[]) => void;
14138
14186
  cssVars: import("vue").ComputedRef<import("vue").CSSProperties>;
14139
14187
  nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
14140
14188
  formRenderRef: import("vue").Ref<HTMLElement | undefined>;
@@ -14192,7 +14240,7 @@ declare const _default: import("vue").DefineComponent<{
14192
14240
  [x: string]: any;
14193
14241
  }>;
14194
14242
  lowCodeReactionsHandler: (field: string) => void;
14195
- triggerAllReactionsHandler: () => void;
14243
+ newLowCodeReactionsHandler: (field: string) => void;
14196
14244
  operationalFormHandler: {
14197
14245
  trigger(fieldKey: string): void;
14198
14246
  triggerAll(): void;
@@ -14286,13 +14334,14 @@ declare const _default: import("vue").DefineComponent<{
14286
14334
  businessFormatter: import("../../../components/form-render").FormBusinessFormatter;
14287
14335
  requestInstance: import("../../../shared/hooks").FormRequestDefine.RequestInstance;
14288
14336
  enterToNextWidget: boolean | ((fieldItem: import("../../../components/form-render").FieldItem) => boolean | void);
14289
- lowCodeReactions: LowCodeTypes.reactionsConfig[];
14337
+ lowCodeReactions: LowCodeTypes.reactionConfig[];
14290
14338
  linebarAutoHidden: boolean;
14291
14339
  bordered: string | boolean;
14292
14340
  uniqueCacheData: boolean;
14293
14341
  operationalForm: LowCodeTypes.operationalConfig[];
14294
14342
  outBordered: boolean;
14295
14343
  forceClearable: boolean;
14344
+ wordSplitFilter: boolean;
14296
14345
  }>) => Record<string, import("@formily/json-schema").Stringify<{
14297
14346
  [key: symbol]: any;
14298
14347
  [key: `x-${string}`]: any;
@@ -14470,7 +14519,7 @@ declare const _default: import("vue").DefineComponent<{
14470
14519
  readonly displayDirective: "if" | "show" | "show:lazy";
14471
14520
  }>;
14472
14521
  NTabs: any;
14473
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("formChange" | "scroll" | "annotationChange")[], "scroll" | "formChange" | "annotationChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
14522
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "formChange" | "annotationChange")[], "scroll" | "formChange" | "annotationChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
14474
14523
  fieldList: {
14475
14524
  type: PropType<import("../../../components/form-render").FieldItem[]>;
14476
14525
  };
@@ -14603,7 +14652,10 @@ declare const _default: import("vue").DefineComponent<{
14603
14652
  default: boolean;
14604
14653
  };
14605
14654
  lowCodeReactions: {
14606
- type: PropType<LowCodeTypes.reactionsConfig[]>;
14655
+ type: PropType<LowCodeTypes.reactionConfig[]>;
14656
+ };
14657
+ newLowCodeReactions: {
14658
+ type: PropType<LowCodeTypes.newReactionConfig[]>;
14607
14659
  };
14608
14660
  operationalForm: {
14609
14661
  type: PropType<LowCodeTypes.operationalConfig[]>;
@@ -14631,6 +14683,10 @@ declare const _default: import("vue").DefineComponent<{
14631
14683
  default: boolean;
14632
14684
  };
14633
14685
  forceClearable: BooleanConstructor;
14686
+ wordSplitFilter: {
14687
+ type: BooleanConstructor;
14688
+ default: boolean;
14689
+ };
14634
14690
  }>> & {
14635
14691
  onFormChange?: ((...args: any[]) => any) | undefined;
14636
14692
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -14639,7 +14695,6 @@ declare const _default: import("vue").DefineComponent<{
14639
14695
  anchor: boolean;
14640
14696
  maxHeight: string | number;
14641
14697
  column: number;
14642
- forceClearable: boolean;
14643
14698
  components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
14644
14699
  initialData: import("../../../shared/types").AnyObject;
14645
14700
  parallelism: number;
@@ -14650,6 +14705,8 @@ declare const _default: import("vue").DefineComponent<{
14650
14705
  bordered: string | boolean;
14651
14706
  uniqueCacheData: boolean;
14652
14707
  outBordered: boolean;
14708
+ forceClearable: boolean;
14709
+ wordSplitFilter: boolean;
14653
14710
  operationalFormInit: boolean;
14654
14711
  }>;
14655
14712
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
@@ -14749,13 +14806,14 @@ declare const _default: import("vue").DefineComponent<{
14749
14806
  businessFormatter: import("../../../components/form-render").FormBusinessFormatter;
14750
14807
  requestInstance: import("../../../shared/hooks").FormRequestDefine.RequestInstance;
14751
14808
  enterToNextWidget: boolean | ((fieldItem: import("../../../components/form-render").FieldItem) => boolean | void);
14752
- lowCodeReactions: LowCodeTypes.reactionsConfig[];
14809
+ lowCodeReactions: LowCodeTypes.reactionConfig[];
14753
14810
  linebarAutoHidden: boolean;
14754
14811
  bordered: string | boolean;
14755
14812
  uniqueCacheData: boolean;
14756
14813
  operationalForm: LowCodeTypes.operationalConfig[];
14757
14814
  outBordered: boolean;
14758
14815
  forceClearable: boolean;
14816
+ wordSplitFilter: boolean;
14759
14817
  }>>>;
14760
14818
  };
14761
14819
  }>>, {}>;
@@ -14767,7 +14825,7 @@ declare const _default: import("vue").DefineComponent<{
14767
14825
  };
14768
14826
  }, {
14769
14827
  props: {
14770
- modelValue: LowCodeTypes.reactionsConfig[];
14828
+ modelValue: LowCodeTypes.reactionConfig[];
14771
14829
  };
14772
14830
  emit: (event: "update:modelValue" | "validateFailure", ...args: any[]) => void;
14773
14831
  cssVars: import("vue").ComputedRef<import("vue").CSSProperties>;
@@ -14803,16 +14861,16 @@ declare const _default: import("vue").DefineComponent<{
14803
14861
  expandedName: import("vue").Ref<string>;
14804
14862
  addConnection: () => void;
14805
14863
  removeConnection: (index: number) => void;
14806
- getOppositeBtnText: (item: LowCodeTypes.reactionsConfig) => string | undefined;
14807
- unBindOpposite: (item: LowCodeTypes.reactionsConfig) => void;
14808
- addOppositeCondition: (item: LowCodeTypes.reactionsConfig) => void;
14864
+ getOppositeBtnText: (item: LowCodeTypes.reactionConfig) => string | undefined;
14865
+ unBindOpposite: (item: LowCodeTypes.reactionConfig) => void;
14866
+ addOppositeCondition: (item: LowCodeTypes.reactionConfig) => void;
14809
14867
  getOppositeSqlExpression: (expression?: string | undefined) => string | undefined;
14810
- createOppositeCondition: (config: LowCodeTypes.reactionsConfig) => LowCodeTypes.reactionsConfig;
14811
- isOppositeConfig: (c1: LowCodeTypes.reactionsConfig, c2: LowCodeTypes.reactionsConfig) => boolean;
14868
+ createOppositeCondition: (config: LowCodeTypes.reactionConfig) => LowCodeTypes.reactionConfig;
14869
+ isOppositeConfig: (c1: LowCodeTypes.reactionConfig, c2: LowCodeTypes.reactionConfig) => boolean;
14812
14870
  onUpdateExpandedNames: (value: string[]) => void;
14813
14871
  getBinderFieldDesc: (index: number) => string;
14814
- addCondition: (config: LowCodeTypes.reactionsConfig) => void;
14815
- removeCondition: (config: LowCodeTypes.reactionsConfig, index: number) => void;
14872
+ addCondition: (config: LowCodeTypes.reactionConfig) => void;
14873
+ removeCondition: (config: LowCodeTypes.reactionConfig, index: number) => void;
14816
14874
  onUpdateConditionType: (condition: LowCodeTypes.reactionsConObj, type: LowCodeTypes.VALUE_RELATION) => void;
14817
14875
  showRef: import("vue").Ref<boolean>;
14818
14876
  fieldListRef: import("vue").Ref<FormConfigItem[]>;
@@ -15027,13 +15085,14 @@ declare const _default: import("vue").DefineComponent<{
15027
15085
  businessFormatter: import("../../../components/form-render").FormBusinessFormatter;
15028
15086
  requestInstance: import("../../../shared/hooks").FormRequestDefine.RequestInstance;
15029
15087
  enterToNextWidget: boolean | ((fieldItem: import("../../../components/form-render").FieldItem) => boolean | void);
15030
- lowCodeReactions: LowCodeTypes.reactionsConfig[];
15088
+ lowCodeReactions: LowCodeTypes.reactionConfig[];
15031
15089
  linebarAutoHidden: boolean;
15032
15090
  bordered: string | boolean;
15033
15091
  uniqueCacheData: boolean;
15034
15092
  operationalForm: LowCodeTypes.operationalConfig[];
15035
15093
  outBordered: boolean;
15036
15094
  forceClearable: boolean;
15095
+ wordSplitFilter: boolean;
15037
15096
  }>>>;
15038
15097
  };
15039
15098
  beforeMove: {
@@ -154,7 +154,10 @@ declare const _default: import("vue").DefineComponent<{}, {
154
154
  default: boolean;
155
155
  };
156
156
  lowCodeReactions: {
157
- type: import("vue").PropType<import("../../..").LowCodeTypes.reactionsConfig[]>;
157
+ type: import("vue").PropType<import("../../..").LowCodeTypes.reactionConfig[]>;
158
+ };
159
+ newLowCodeReactions: {
160
+ type: import("vue").PropType<import("../../..").LowCodeTypes.newReactionConfig[]>;
158
161
  };
159
162
  operationalForm: {
160
163
  type: import("vue").PropType<import("../../..").LowCodeTypes.operationalConfig[]>;
@@ -182,6 +185,10 @@ declare const _default: import("vue").DefineComponent<{}, {
182
185
  default: boolean;
183
186
  };
184
187
  forceClearable: BooleanConstructor;
188
+ wordSplitFilter: {
189
+ type: BooleanConstructor;
190
+ default: boolean;
191
+ };
185
192
  }, {
186
193
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
187
194
  fieldList: {
@@ -316,7 +323,10 @@ declare const _default: import("vue").DefineComponent<{}, {
316
323
  default: boolean;
317
324
  };
318
325
  lowCodeReactions: {
319
- type: import("vue").PropType<import("../../..").LowCodeTypes.reactionsConfig[]>;
326
+ type: import("vue").PropType<import("../../..").LowCodeTypes.reactionConfig[]>;
327
+ };
328
+ newLowCodeReactions: {
329
+ type: import("vue").PropType<import("../../..").LowCodeTypes.newReactionConfig[]>;
320
330
  };
321
331
  operationalForm: {
322
332
  type: import("vue").PropType<import("../../..").LowCodeTypes.operationalConfig[]>;
@@ -344,12 +354,16 @@ declare const _default: import("vue").DefineComponent<{}, {
344
354
  default: boolean;
345
355
  };
346
356
  forceClearable: BooleanConstructor;
357
+ wordSplitFilter: {
358
+ type: BooleanConstructor;
359
+ default: boolean;
360
+ };
347
361
  }>> & {
348
362
  onFormChange?: ((...args: any[]) => any) | undefined;
349
363
  onScroll?: ((...args: any[]) => any) | undefined;
350
364
  onAnnotationChange?: ((...args: any[]) => any) | undefined;
351
365
  }>>;
352
- emit: (event: "formChange" | "scroll" | "annotationChange", ...args: any[]) => void;
366
+ emit: (event: "scroll" | "formChange" | "annotationChange", ...args: any[]) => void;
353
367
  cssVars: import("vue").ComputedRef<import("vue").CSSProperties>;
354
368
  nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
355
369
  formRenderRef: import("vue").Ref<HTMLElement | undefined>;
@@ -407,7 +421,7 @@ declare const _default: import("vue").DefineComponent<{}, {
407
421
  [x: string]: any;
408
422
  }>;
409
423
  lowCodeReactionsHandler: (field: string) => void;
410
- triggerAllReactionsHandler: () => void;
424
+ newLowCodeReactionsHandler: (field: string) => void;
411
425
  operationalFormHandler: {
412
426
  trigger(fieldKey: string): void;
413
427
  triggerAll(): void;
@@ -501,13 +515,14 @@ declare const _default: import("vue").DefineComponent<{}, {
501
515
  businessFormatter: import("../../../../components/form-render").FormBusinessFormatter;
502
516
  requestInstance: import("../../..").FormRequestDefine.RequestInstance;
503
517
  enterToNextWidget: boolean | ((fieldItem: FieldItem) => boolean | void);
504
- lowCodeReactions: import("../../..").LowCodeTypes.reactionsConfig[];
518
+ lowCodeReactions: import("../../..").LowCodeTypes.reactionConfig[];
505
519
  linebarAutoHidden: boolean;
506
520
  bordered: string | boolean;
507
521
  uniqueCacheData: boolean;
508
522
  operationalForm: import("../../..").LowCodeTypes.operationalConfig[];
509
523
  outBordered: boolean;
510
524
  forceClearable: boolean;
525
+ wordSplitFilter: boolean;
511
526
  }>) => Record<string, import("@formily/json-schema").Stringify<{
512
527
  [key: symbol]: any;
513
528
  [key: `x-${string}`]: any;
@@ -685,7 +700,7 @@ declare const _default: import("vue").DefineComponent<{}, {
685
700
  readonly displayDirective: "if" | "show" | "show:lazy";
686
701
  }>;
687
702
  NTabs: any;
688
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("formChange" | "scroll" | "annotationChange")[], "scroll" | "formChange" | "annotationChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
703
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "formChange" | "annotationChange")[], "scroll" | "formChange" | "annotationChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
689
704
  fieldList: {
690
705
  type: import("vue").PropType<FieldItem[]>;
691
706
  };
@@ -818,7 +833,10 @@ declare const _default: import("vue").DefineComponent<{}, {
818
833
  default: boolean;
819
834
  };
820
835
  lowCodeReactions: {
821
- type: import("vue").PropType<import("../../..").LowCodeTypes.reactionsConfig[]>;
836
+ type: import("vue").PropType<import("../../..").LowCodeTypes.reactionConfig[]>;
837
+ };
838
+ newLowCodeReactions: {
839
+ type: import("vue").PropType<import("../../..").LowCodeTypes.newReactionConfig[]>;
822
840
  };
823
841
  operationalForm: {
824
842
  type: import("vue").PropType<import("../../..").LowCodeTypes.operationalConfig[]>;
@@ -846,6 +864,10 @@ declare const _default: import("vue").DefineComponent<{}, {
846
864
  default: boolean;
847
865
  };
848
866
  forceClearable: BooleanConstructor;
867
+ wordSplitFilter: {
868
+ type: BooleanConstructor;
869
+ default: boolean;
870
+ };
849
871
  }>> & {
850
872
  onFormChange?: ((...args: any[]) => any) | undefined;
851
873
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -854,7 +876,6 @@ declare const _default: import("vue").DefineComponent<{}, {
854
876
  anchor: boolean;
855
877
  maxHeight: string | number;
856
878
  column: number;
857
- forceClearable: boolean;
858
879
  components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
859
880
  initialData: AnyObject;
860
881
  parallelism: number;
@@ -865,6 +886,8 @@ declare const _default: import("vue").DefineComponent<{}, {
865
886
  bordered: string | boolean;
866
887
  uniqueCacheData: boolean;
867
888
  outBordered: boolean;
889
+ forceClearable: boolean;
890
+ wordSplitFilter: boolean;
868
891
  operationalFormInit: boolean;
869
892
  }>;
870
893
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;