cnhis-design-vue 3.4.0-beta.7 → 3.4.0-beta.71

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 (658) hide show
  1. package/README.md +87 -87
  2. package/es/_virtual/_virtual_i18n-methods.js +5 -1
  3. package/es/components/annotation-edit/index.d.ts +5 -5
  4. package/es/components/annotation-edit/src/AnnotationEdit.d.ts +5 -5
  5. package/es/components/audio-sdk/index.d.ts +57 -55
  6. package/es/components/audio-sdk/src/Index.vue.d.ts +57 -55
  7. package/es/components/audio-sdk/src/Index.vue2.js +8 -7
  8. package/es/components/audio-sdk/src/audioSDK.d.ts +1 -1
  9. package/es/components/audio-sdk/src/components/form.vue.d.ts +16 -16
  10. package/es/components/audio-sdk/src/components/readyCountdown.vue.d.ts +10 -10
  11. package/es/components/audio-sdk/src/components/readyCountdown.vue2.js +5 -6
  12. package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +52 -50
  13. package/es/components/audio-sdk/src/components/recording.vue.d.ts +44 -42
  14. package/es/components/audio-sdk/src/components/recording.vue2.js +36 -41
  15. package/es/components/audio-sdk/src/hooks/useChartAudioContext.d.ts +5 -5
  16. package/es/components/audio-sdk/src/svgs/Close.vue.js +6 -8
  17. package/es/components/audio-sdk/src/svgs/Continue.vue.js +3 -5
  18. package/es/components/audio-sdk/src/svgs/Enlarge.vue.js +3 -5
  19. package/es/components/audio-sdk/src/svgs/Pause.vue.js +3 -5
  20. package/es/components/audio-sdk/src/svgs/WaveView.vue.js +3 -5
  21. package/es/components/audio-sdk/src/svgs/Zoom.vue.js +6 -8
  22. package/es/components/audio-sdk/src/utils/index.d.ts +1 -1
  23. package/es/components/audio-sdk/src/utils/recordingModal.d.ts +2 -2
  24. package/es/components/base-search/index.d.ts +95 -19
  25. package/es/components/base-search/src/index.vue.d.ts +95 -19
  26. package/es/components/base-search/src/index.vue2.js +39 -32
  27. package/es/components/big-table/index.d.ts +67 -43
  28. package/es/components/big-table/src/BigTable.vue.d.ts +67 -43
  29. package/es/components/big-table/src/BigTable.vue2.js +18 -18
  30. package/es/components/big-table/src/components/NoData.vue.d.ts +7 -7
  31. package/es/components/big-table/src/components/NoData.vue2.js +4 -4
  32. package/es/components/big-table/src/components/edit-form/edit-date.d.ts +7 -5
  33. package/es/components/big-table/src/components/edit-form/edit-input.d.ts +8 -5
  34. package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +12 -5
  35. package/es/components/big-table/src/components/edit-form/edit-select.d.ts +7 -5
  36. package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +47 -23
  37. package/es/components/big-table/src/components/edit-form/edit-separate.vue2.js +2 -1
  38. package/es/components/big-table/src/components/edit-form/edit-time.d.ts +7 -5
  39. package/es/components/big-table/src/components/edit-form/useCommon.d.ts +2 -2
  40. package/es/components/big-table/src/components/input-button.vue.d.ts +5 -5
  41. package/es/components/big-table/src/components/input-button.vue2.js +4 -3
  42. package/es/components/big-table/src/components/separate.vue.d.ts +31 -7
  43. package/es/components/big-table/src/components/separate.vue2.js +3 -4
  44. package/es/components/big-table/src/hooks/useAnnotation.d.ts +1 -1
  45. package/es/components/big-table/src/hooks/useEdit.d.ts +84 -48
  46. package/es/components/big-table/src/hooks/useSeparateRow.d.ts +50 -2
  47. package/es/components/body-select/index.d.ts +17 -17
  48. package/es/components/body-select/src/index.vue.d.ts +17 -17
  49. package/es/components/body-select/src/index.vue2.js +8 -10
  50. package/es/components/bpmn-workflow/index.d.ts +9 -9
  51. package/es/components/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +9 -9
  52. package/es/components/bpmn-workflow/src/BpmnWorkflow.vue2.js +1 -1
  53. package/es/components/branch-notice/index.d.ts +72 -49
  54. package/es/components/branch-notice/src/BranchNotice.vue.d.ts +70 -47
  55. package/es/components/branch-notice/src/BranchNotice.vue2.js +6 -5
  56. package/es/components/branch-notice/src/components/NoticeItem.vue.d.ts +57 -34
  57. package/es/components/branch-notice/src/components/NoticeItem.vue2.js +4 -4
  58. package/es/components/branch-notice/src/components/NoticeItemAside.vue.d.ts +12 -12
  59. package/es/components/branch-notice/src/components/NoticeItemAside.vue2.js +1 -2
  60. package/es/components/branch-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
  61. package/es/components/button-print/index.d.ts +233 -145
  62. package/es/components/button-print/src/ButtonPrint.vue.d.ts +233 -145
  63. package/es/components/button-print/src/ButtonPrint.vue2.js +12 -7
  64. package/es/components/button-print/src/components/EditFormat.vue.d.ts +48 -18
  65. package/es/components/button-print/src/components/EditFormat.vue2.js +8 -8
  66. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +72 -43
  67. package/es/components/button-print/src/components/IdentityVerification.vue2.js +12 -11
  68. package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +105 -75
  69. package/es/components/button-print/src/components/NewPrintComponent.vue2.js +156 -125
  70. package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +99 -58
  71. package/es/components/button-print/src/components/OldPrintComponent.vue2.js +41 -6
  72. package/es/components/button-print/src/components/Preview.vue.d.ts +13 -13
  73. package/es/components/button-print/src/components/Preview.vue2.js +3 -2
  74. package/es/components/button-print/src/utils/print.d.ts +2 -1
  75. package/es/components/button-print/src/utils/print.js +13 -8
  76. package/es/components/calendar/index.d.ts +32 -277
  77. package/es/components/calendar/src/Calendar.vue.d.ts +31 -276
  78. package/es/components/calendar/src/Calendar.vue2.js +5 -4
  79. package/es/components/callback/index.d.ts +11 -11
  80. package/es/components/callback/src/components/dialog/drawer.vue.d.ts +20 -21
  81. package/es/components/callback/src/components/dialog/drawer.vue2.js +2 -1
  82. package/es/components/callback/src/components/dialog/modal.vue.d.ts +22 -22
  83. package/es/components/callback/src/components/dialog/modal.vue2.js +2 -1
  84. package/es/components/callback/src/components/popup/index.vue.d.ts +6 -6
  85. package/es/components/callback/src/components/render/drawerIframe/index.vue.d.ts +12 -12
  86. package/es/components/callback/src/components/render/drawerIframe/index.vue2.js +1 -1
  87. package/es/components/callback/src/components/render/index.vue.d.ts +6 -6
  88. package/es/components/callback/src/components/render/popupMaps.d.ts +3240 -1792
  89. package/es/components/callback/src/index.vue.d.ts +11 -11
  90. package/es/components/callback/src/index.vue2.js +2 -1
  91. package/es/components/card-reader-sdk/src/components/readCardDialog.vue.d.ts +12 -15
  92. package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +7 -6
  93. package/es/components/card-render/index.d.ts +10 -10
  94. package/es/components/card-render/src/CardRender.vue.d.ts +10 -10
  95. package/es/components/card-render/src/CardRender.vue2.js +8 -5
  96. package/es/components/card-render/src/components/Box.vue.d.ts +8 -8
  97. package/es/components/card-render/src/components/Box.vue2.js +4 -4
  98. package/es/components/card-render/src/components/Button.vue.d.ts +8 -8
  99. package/es/components/card-render/src/components/Button.vue2.js +5 -5
  100. package/es/components/card-render/src/components/Divider.vue.d.ts +8 -8
  101. package/es/components/card-render/src/components/Divider.vue2.js +1 -1
  102. package/es/components/card-render/src/components/Field.vue.d.ts +8 -8
  103. package/es/components/card-render/src/components/Field.vue2.js +21 -21
  104. package/es/components/card-render/src/components/FieldGroup.vue.d.ts +8 -8
  105. package/es/components/card-render/src/components/FieldGroup.vue2.js +12 -12
  106. package/es/components/card-render/src/components/Image.vue.d.ts +8 -8
  107. package/es/components/card-render/src/components/Image.vue2.js +2 -2
  108. package/es/components/card-render/src/components/Label.vue.d.ts +8 -8
  109. package/es/components/card-render/src/components/Label.vue2.js +3 -3
  110. package/es/components/card-render/src/components/Row.vue.d.ts +8 -8
  111. package/es/components/card-render/src/components/Row.vue2.js +5 -5
  112. package/es/components/card-render/src/components/ScaleView.vue.d.ts +8 -8
  113. package/es/components/card-render/src/components/ScaleView.vue2.js +2 -2
  114. package/es/components/card-render/src/components/Slot.d.ts +5 -5
  115. package/es/components/card-render/src/components/Table.vue.d.ts +16 -16
  116. package/es/components/card-render/src/components/Table.vue2.js +4 -4
  117. package/es/components/card-render/src/components/Text.vue.d.ts +7 -7
  118. package/es/components/card-render/src/components/Text.vue2.js +4 -4
  119. package/es/components/card-render/src/components/index.d.ts +113 -113
  120. package/es/components/classification/index.d.ts +632 -432
  121. package/es/components/classification/src/components/search-filter/index.vue.d.ts +493 -358
  122. package/es/components/classification/src/components/search-filter/index.vue2.js +6 -5
  123. package/es/components/classification/src/components/set-classification/index.vue.d.ts +537 -402
  124. package/es/components/classification/src/components/set-classification/index.vue2.js +3 -2
  125. package/es/components/classification/src/components/table-modal/index.vue.d.ts +27 -27
  126. package/es/components/classification/src/components/table-modal/index.vue2.js +65 -66
  127. package/es/components/classification/src/index.vue.d.ts +632 -432
  128. package/es/components/classification/src/index.vue2.js +68 -63
  129. package/es/components/config-provider/index.d.ts +7 -5
  130. package/es/components/config-provider/src/ConfigProvider.d.ts +7 -5
  131. package/es/components/date-picker/index.d.ts +56 -15
  132. package/es/components/date-picker/src/DatePicker.vue.d.ts +56 -15
  133. package/es/components/date-picker/src/DatePicker.vue2.js +42 -11
  134. package/es/components/default-page/index.d.ts +11 -11
  135. package/es/components/default-page/src/index.vue.d.ts +11 -11
  136. package/es/components/default-page/src/index.vue2.js +14 -15
  137. package/es/components/editor/index.d.ts +77 -7
  138. package/es/components/editor/src/Editor.d.ts +78 -7
  139. package/es/components/expand-field/index.d.ts +509 -303
  140. package/es/components/expand-field/src/components/FormBatchOptionsModal.vue.d.ts +14 -14
  141. package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +7 -7
  142. package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +335 -225
  143. package/es/components/expand-field/src/components/FormItemPerson.vue2.js +4 -3
  144. package/es/components/expand-field/src/components/PersonModal.vue.d.ts +315 -205
  145. package/es/components/expand-field/src/components/PersonModal.vue2.js +4 -3
  146. package/es/components/expand-field/src/components/form.vue.d.ts +489 -285
  147. package/es/components/expand-field/src/components/form.vue2.js +65 -73
  148. package/es/components/expand-field/src/index.vue.d.ts +510 -304
  149. package/es/components/expand-field/src/index.vue2.js +26 -26
  150. package/es/components/fabric-chart/index.d.ts +32 -32
  151. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +32 -32
  152. package/es/components/fabric-chart/src/FabricChart.vue2.js +7 -5
  153. package/es/components/fabric-chart/src/components/PopupMenu.d.ts +10 -10
  154. package/es/components/fabric-chart/src/components/PopupMenu.js +57 -39
  155. package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +7 -7
  156. package/es/components/fabric-chart/src/constants/index.d.ts +19 -5
  157. package/es/components/fabric-chart/src/constants/index.js +26 -11
  158. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.d.ts +4 -3
  159. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +119 -193
  160. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +9 -9
  161. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +69 -117
  162. package/es/components/fabric-chart/src/hooks/electrocardiogram/hooks/useDetailEvent.js +18 -12
  163. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.d.ts +1 -1
  164. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.js +60 -32
  165. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +11 -11
  166. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +86 -120
  167. package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.d.ts +1 -1
  168. package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.js +1 -0
  169. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.d.ts +1 -1
  170. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.js +65 -113
  171. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.d.ts +4 -3
  172. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +63 -37
  173. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useLeft.js +31 -14
  174. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.d.ts +4 -3
  175. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +21 -14
  176. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +9 -9
  177. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +152 -208
  178. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.d.ts +4 -3
  179. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +8 -9
  180. package/es/components/fabric-chart/src/hooks/temperature/useBottom.js +1 -0
  181. package/es/components/fabric-chart/src/hooks/temperature/useCenter.d.ts +4 -3
  182. package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +138 -229
  183. package/es/components/fabric-chart/src/hooks/temperature/useOther.js +12 -12
  184. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +9 -9
  185. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +195 -273
  186. package/es/components/fabric-chart/src/hooks/temperature/useTop.js +1 -0
  187. package/es/components/fabric-chart/src/interface.d.ts +15 -1
  188. package/es/components/fabric-chart/src/utils/eventBus.d.ts +2 -0
  189. package/es/components/fabric-chart/src/utils/eventBus.js +5 -0
  190. package/es/components/fabric-chart/src/utils/index.d.ts +1 -1
  191. package/es/components/fabric-chart/src/utils/index.js +2 -10
  192. package/es/components/fabric-chart/style/index.css +1 -1
  193. package/es/components/field-editor/index.d.ts +51 -42
  194. package/es/components/field-editor/src/FieldEditor.vue.d.ts +51 -42
  195. package/es/components/field-editor/src/FieldEditor.vue2.js +5 -5
  196. package/es/components/field-set/index.d.ts +13 -13
  197. package/es/components/field-set/src/FieldColor.vue.d.ts +298 -154
  198. package/es/components/field-set/src/FieldColor.vue2.js +9 -7
  199. package/es/components/field-set/src/FieldFilter.vue.d.ts +77 -51
  200. package/es/components/field-set/src/FieldFilter.vue2.js +10 -8
  201. package/es/components/field-set/src/FieldSet.vue.d.ts +79 -65
  202. package/es/components/field-set/src/FieldSet.vue2.js +28 -24
  203. package/es/components/field-set/src/Index.vue.d.ts +13 -13
  204. package/es/components/field-set/src/Index.vue2.js +16 -13
  205. package/es/components/field-set/src/TableStyle.vue.d.ts +21 -13
  206. package/es/components/field-set/src/TableStyle.vue2.js +23 -23
  207. package/es/components/field-set/src/components/condition.vue.d.ts +88 -32
  208. package/es/components/field-set/src/components/condition.vue2.js +8 -11
  209. package/es/components/field-set/src/components/edit-dialog.vue.d.ts +231 -102
  210. package/es/components/field-set/src/components/edit-dialog.vue2.js +4 -3
  211. package/es/components/field-set/src/components/edit-filter.vue.d.ts +108 -43
  212. package/es/components/field-set/src/components/edit-filter.vue2.js +2 -1
  213. package/es/components/field-set/src/components/table-row.vue.d.ts +33 -33
  214. package/es/components/field-set/src/components/table-row.vue2.js +17 -14
  215. package/es/components/form-config/index.d.ts +1419 -418
  216. package/es/components/form-config/src/FormConfig.vue.d.ts +1419 -418
  217. package/es/components/form-config/src/FormConfig.vue2.js +24 -25
  218. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +58 -49
  219. package/es/components/form-config/src/components/FormConfigCreator.vue2.js +4 -3
  220. package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +9 -9
  221. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +1119 -202
  222. package/es/components/form-config/src/components/FormConfigEdit.vue2.js +52 -29
  223. package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +119 -81
  224. package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +29 -29
  225. package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +4 -4
  226. package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +11 -11
  227. package/es/components/form-config/src/components/renderer/CloseButton.vue2.js +1 -1
  228. package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +29 -29
  229. package/es/components/form-config/src/components/renderer/ComplexNode.vue2.js +4 -5
  230. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +21 -21
  231. package/es/components/form-config/src/components/renderer/DefaultNode.vue2.js +5 -5
  232. package/es/components/form-config/src/constants/index.d.ts +2 -0
  233. package/es/components/form-config/src/constants/index.js +2 -0
  234. package/es/components/form-config/src/hooks/useConfigurationField.js +20 -3
  235. package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +1 -1
  236. package/es/components/form-render/index.d.ts +49 -40
  237. package/es/components/form-render/src/FormRender.vue.d.ts +46 -37
  238. package/es/components/form-render/src/FormRender.vue2.js +5 -4
  239. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +49 -40
  240. package/es/components/form-render/src/FormRenderWrapper.vue2.js +2 -2
  241. package/es/components/form-render/src/components/renderer/combination/combination.d.ts +6 -6
  242. package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.d.ts +4 -4
  243. package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.js +1 -1
  244. package/es/components/form-render/src/components/renderer/combination/jsonCombination.d.ts +6 -6
  245. package/es/components/form-render/src/components/renderer/combination/jsonCombination.js +1 -0
  246. package/es/components/form-render/src/components/renderer/combination/tableCombination.d.ts +6 -6
  247. package/es/components/form-render/src/components/renderer/complex.d.ts +4 -4
  248. package/es/components/form-render/src/components/renderer/date.d.ts +7 -9
  249. package/es/components/form-render/src/components/renderer/formItem.d.ts +5 -5
  250. package/es/components/form-render/src/components/renderer/input.d.ts +5 -5
  251. package/es/components/form-render/src/components/renderer/inputNumber.d.ts +7 -7
  252. package/es/components/form-render/src/components/renderer/levelSearchCascader/index.d.ts +5 -5
  253. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +32 -31
  254. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue2.js +6 -6
  255. package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +32 -31
  256. package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +18 -18
  257. package/es/components/form-render/src/components/renderer/radio_checkbox.js +3 -2
  258. package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +5 -5
  259. package/es/components/form-render/src/components/renderer/searchCascade.d.ts +5 -5
  260. package/es/components/form-render/src/components/renderer/select.d.ts +5 -5
  261. package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +2 -2
  262. package/es/components/form-render/src/components/renderer/slider.d.ts +4 -4
  263. package/es/components/form-render/src/components/renderer/switch.d.ts +5 -5
  264. package/es/components/form-render/src/components/renderer/text.d.ts +3 -3
  265. package/es/components/form-render/src/components/renderer/textarea.d.ts +7 -7
  266. package/es/components/form-render/src/components/renderer/textarea.js +1 -1
  267. package/es/components/form-render/src/components/renderer/time.d.ts +3 -3
  268. package/es/components/form-render/src/components/tooltipMessage.vue.d.ts +9 -9
  269. package/es/components/form-render/src/components/tooltipMessage.vue2.js +1 -1
  270. package/es/components/form-render/src/hooks/useAnchor.d.ts +9 -1
  271. package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -1
  272. package/es/components/form-render/src/hooks/useComplexOptions.d.ts +3 -3
  273. package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +8 -6
  274. package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
  275. package/es/components/form-render/src/hooks/useFormField.d.ts +1 -1
  276. package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +12 -12
  277. package/es/components/form-render/src/hooks/useNewLowCodeReactions.js +8 -0
  278. package/es/components/form-render/src/types/index.d.ts +1 -0
  279. package/es/components/form-render/src/utils/index.d.ts +4 -4
  280. package/es/components/form-render/src/utils/index.js +5 -2
  281. package/es/components/grid/index.d.ts +1 -1
  282. package/es/components/grid/src/Grid.d.ts +1 -1
  283. package/es/components/guide/src/renderer.d.ts +5 -5
  284. package/es/components/iho-chat/index.d.ts +914 -760
  285. package/es/components/iho-chat/src/Index.vue.d.ts +914 -760
  286. package/es/components/iho-chat/src/Index.vue2.js +4 -3
  287. package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +42 -42
  288. package/es/components/iho-chat/src/components/ChatAdd.vue2.js +41 -41
  289. package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +122 -88
  290. package/es/components/iho-chat/src/components/ChatFile.vue2.js +5 -5
  291. package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +64 -64
  292. package/es/components/iho-chat/src/components/ChatFooter.vue2.js +76 -70
  293. package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +347 -272
  294. package/es/components/iho-chat/src/components/ChatHeader.vue2.js +8 -8
  295. package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +191 -177
  296. package/es/components/iho-chat/src/components/ChatMain.vue2.js +32 -14
  297. package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +102 -61
  298. package/es/components/iho-chat/src/components/ChatRecord.vue2.js +57 -63
  299. package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +34 -34
  300. package/es/components/iho-chat/src/components/ChatSearch.vue2.js +33 -36
  301. package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +65 -65
  302. package/es/components/iho-chat/src/components/ChatSet.vue2.js +56 -66
  303. package/es/components/iho-chat/src/components/ContextMenu.d.ts +5 -5
  304. package/es/components/iho-chat/src/components/ContextMenu.js +40 -15
  305. package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +40 -22
  306. package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +24 -21
  307. package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +9 -9
  308. package/es/components/iho-chat/src/components/MessageEvent.vue2.js +11 -13
  309. package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +32 -32
  310. package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +2 -2
  311. package/es/components/iho-chat/src/components/MessageTemplate.vue.d.ts +18 -22
  312. package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +33 -35
  313. package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +82 -64
  314. package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +41 -46
  315. package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +13 -13
  316. package/es/components/iho-chat/src/components/PersonProfile.vue2.js +3 -3
  317. package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +15 -15
  318. package/es/components/iho-chat/src/components/SelectLabel.vue2.js +3 -2
  319. package/es/components/iho-chat/src/components/SiderList.vue.d.ts +110 -63
  320. package/es/components/iho-chat/src/components/SiderList.vue2.js +2 -2
  321. package/es/components/iho-chat/src/components/Video.vue.d.ts +13 -13
  322. package/es/components/iho-chat/src/components/Video.vue2.js +8 -12
  323. package/es/components/iho-chat/src/components/userItemRender.d.ts +5 -5
  324. package/es/components/iho-chat/src/hooks/useData.d.ts +6 -6
  325. package/es/components/iho-chat/src/hooks/useData.js +1 -1
  326. package/es/components/iho-chat/src/hooks/useDraggable.d.ts +8 -2
  327. package/es/components/iho-chat/src/hooks/useSearchPatientList.d.ts +1 -1
  328. package/es/components/iho-chat/src/hooks/useSearchUserList.d.ts +1 -1
  329. package/es/components/iho-chat/src/hooks/useVideo.d.ts +11 -6
  330. package/es/components/iho-chat/src/utils/index.d.ts +1 -1
  331. package/es/components/iho-table/index.d.ts +3179 -1740
  332. package/es/components/iho-table/src/IhoTable.vue.d.ts +3180 -1741
  333. package/es/components/iho-table/src/IhoTable.vue2.js +31 -21
  334. package/es/components/iho-table/src/constants/index.d.ts +3 -3
  335. package/es/components/iho-table/src/constants/index.js +0 -21
  336. package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +39 -60
  337. package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +1 -1
  338. package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
  339. package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +1 -1
  340. package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +1 -1
  341. package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.js +1 -1
  342. package/es/components/iho-table/src/hooks/useTableContext.d.ts +3 -3
  343. package/es/components/iho-table/src/plugins/anchorPlugin/tableAnchor.d.ts +1 -1
  344. package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +6 -2
  345. package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue.d.ts +477 -207
  346. package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +12 -11
  347. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +64 -25
  348. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue2.js +22 -8
  349. package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue.d.ts +21 -21
  350. package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue2.js +14 -11
  351. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +31 -31
  352. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +26 -23
  353. package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue.d.ts +11 -11
  354. package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +3 -3
  355. package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue.d.ts +8 -8
  356. package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue2.js +1 -1
  357. package/es/components/iho-table/src/plugins/highLightSetPlugin.js +7 -2
  358. package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin.js +1 -1
  359. package/es/components/iho-table/src/plugins/pagerScrollPlugin/utils.d.ts +9 -9
  360. package/es/components/iho-table/src/plugins/pluginHooks/useFilter.d.ts +2 -2
  361. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +67 -26
  362. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +7 -6
  363. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.js +1 -1
  364. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.js +25 -0
  365. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +1 -1
  366. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.js +1 -1
  367. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/index.js +1 -1
  368. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +52 -49
  369. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue2.js +2 -1
  370. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +1 -1
  371. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +6 -6
  372. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
  373. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +17 -15
  374. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue2.js +4 -4
  375. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -1
  376. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +39 -39
  377. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +8 -7
  378. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.js +1 -1
  379. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.d.ts +1 -1
  380. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.js +8 -2
  381. package/es/components/iho-table/src/types/index.d.ts +3 -1
  382. package/es/components/iho-table/src/utils/index.d.ts +2 -2
  383. package/es/components/iho-table/src/utils/separateMap.d.ts +14 -1
  384. package/es/components/index.css +1 -1
  385. package/es/components/info-header/index.d.ts +239 -355
  386. package/es/components/info-header/src/InfoHeader.vue.d.ts +239 -355
  387. package/es/components/info-header/src/InfoHeader.vue2.js +5 -4
  388. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +76 -46
  389. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +26 -25
  390. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +83 -63
  391. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue2.js +11 -11
  392. package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.d.ts +34 -15
  393. package/es/components/info-header/src/components/infoDescription/HiddenContent.vue2.js +4 -4
  394. package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.d.ts +26 -7
  395. package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue2.js +9 -6
  396. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +149 -129
  397. package/es/components/info-header/src/components/infoDescription/index.vue2.js +9 -9
  398. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +66 -68
  399. package/es/components/info-header/src/components/patientInfo/index.vue2.js +14 -12
  400. package/es/components/keyboard/index.d.ts +77 -65
  401. package/es/components/keyboard/src/Keyboard.vue.d.ts +77 -65
  402. package/es/components/keyboard/src/Keyboard.vue2.js +16 -16
  403. package/es/components/keyboard/src/components/InputNumber.vue.d.ts +16 -16
  404. package/es/components/keyboard/src/components/InputNumber.vue2.js +3 -2
  405. package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +46 -40
  406. package/es/components/keyboard/src/components/NumberPanel.vue2.js +12 -12
  407. package/es/components/map/index.d.ts +12 -12
  408. package/es/components/map/src/Map.vue.d.ts +12 -12
  409. package/es/components/map/src/Map.vue2.js +11 -11
  410. package/es/components/picture-clipper/index.d.ts +11 -11
  411. package/es/components/picture-clipper/src/PictureClipper.vue.d.ts +11 -11
  412. package/es/components/picture-clipper/src/PictureClipper.vue2.js +7 -6
  413. package/es/components/quick-search/index.d.ts +73 -32
  414. package/es/components/quick-search/src/index.vue.d.ts +73 -32
  415. package/es/components/quick-search/src/index.vue2.js +15 -15
  416. package/es/components/recommend-search/index.d.ts +79 -79
  417. package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +79 -79
  418. package/es/components/recommend-search/src/RecommendSearch.vue2.js +5 -4
  419. package/es/components/recommend-search/src/components/BaseSearch.d.ts +7 -7
  420. package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +34 -34
  421. package/es/components/recommend-search/src/components/RecommendInput.vue2.js +13 -14
  422. package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +9 -9
  423. package/es/components/recommend-search/src/components/RecommendMenu.vue2.js +13 -13
  424. package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +29 -29
  425. package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +8 -8
  426. package/es/components/scale-view/index.d.ts +108 -88
  427. package/es/components/scale-view/src/ScaleView.vue.d.ts +67 -64
  428. package/es/components/scale-view/src/ScaleView.vue2.js +24 -16
  429. package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +7 -7
  430. package/es/components/scale-view/src/components/AnswerParse.vue2.js +8 -8
  431. package/es/components/scale-view/src/components/DescribeContent.vue.d.ts +7 -7
  432. package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +12 -12
  433. package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +23 -23
  434. package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -10
  435. package/es/components/scale-view/src/components/EvaluatePage.vue2.js +6 -5
  436. package/es/components/scale-view/src/components/LoadingCom.vue.js +3 -5
  437. package/es/components/scale-view/src/components/NoData.vue.d.ts +7 -7
  438. package/es/components/scale-view/src/components/NoData.vue2.js +4 -4
  439. package/es/components/scale-view/src/components/ScaleScore.d.ts +5 -5
  440. package/es/components/scale-view/src/components/formitem/r-address.d.ts +9 -6
  441. package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +10 -6
  442. package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +11 -6
  443. package/es/components/scale-view/src/components/formitem/r-collection.d.ts +8 -5
  444. package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +9 -6
  445. package/es/components/scale-view/src/components/formitem/r-input.d.ts +8 -6
  446. package/es/components/scale-view/src/components/formitem/r-map.d.ts +70 -6
  447. package/es/components/scale-view/src/components/formitem/r-radio.d.ts +11 -6
  448. package/es/components/scale-view/src/components/formitem/r-select.d.ts +10 -6
  449. package/es/components/scale-view/src/components/formitem/r-sign.d.ts +155 -6
  450. package/es/components/scale-view/src/components/formitem/r-upload.d.ts +11 -6
  451. package/es/components/scale-view/src/components/formitem/sign-com.d.ts +6 -6
  452. package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +9 -5
  453. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +9 -17
  454. package/es/components/scale-view/src/hooks/use-event.js +56 -22
  455. package/es/components/search-cascader/index.d.ts +27 -27
  456. package/es/components/search-cascader/src/SearchCascader.vue.d.ts +27 -27
  457. package/es/components/search-cascader/src/SearchCascader.vue2.js +9 -8
  458. package/es/components/search-cascader/src/components/ClearIcon.vue.js +15 -17
  459. package/es/components/search-cascader/src/components/SearchMenu.d.ts +5 -5
  460. package/es/components/select-label/index.d.ts +119 -155
  461. package/es/components/select-label/src/LabelFormContent.vue.d.ts +26 -48
  462. package/es/components/select-label/src/LabelFormContent.vue2.js +23 -25
  463. package/es/components/select-label/src/SelectLabel.vue.d.ts +42 -64
  464. package/es/components/select-label/src/SelectLabel.vue2.js +11 -12
  465. package/es/components/select-label/src/components/label-classify.vue.d.ts +14 -24
  466. package/es/components/select-label/src/components/label-classify.vue2.js +26 -29
  467. package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +29 -21
  468. package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +14 -16
  469. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +45 -37
  470. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +6 -6
  471. package/es/components/select-label/src/ihoLabel/iho-label-classify.vue.d.ts +17 -9
  472. package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +10 -13
  473. package/es/components/select-label/src/index.vue.d.ts +93 -107
  474. package/es/components/select-label/src/index.vue2.js +2 -1
  475. package/es/components/select-person/index.d.ts +288 -190
  476. package/es/components/select-person/src/SelectPerson.vue.d.ts +138 -87
  477. package/es/components/select-person/src/SelectPerson.vue2.js +55 -22
  478. package/es/components/select-person/src/SelectPersonRole.vue.d.ts +80 -66
  479. package/es/components/select-person/src/SelectPersonRole.vue2.js +13 -13
  480. package/es/components/select-person/src/SelectPersonType.vue.d.ts +41 -31
  481. package/es/components/select-person/src/SelectPersonType.vue2.js +6 -6
  482. package/es/components/select-person/src/components/GroupItem.vue.d.ts +5 -5
  483. package/es/components/select-person/src/components/GroupItem.vue2.js +2 -1
  484. package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +39 -39
  485. package/es/components/select-person/src/components/SearchGroupList.vue2.js +4 -3
  486. package/es/components/select-person/src/components/SearchMultiple.vue.d.ts +17 -18
  487. package/es/components/select-person/src/components/SearchMultiple.vue2.js +3 -2
  488. package/es/components/select-person/src/components/SearchOrgAndStaff.vue.d.ts +19 -20
  489. package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +7 -6
  490. package/es/components/select-person/src/components/TagItem.vue.d.ts +11 -11
  491. package/es/components/select-person/src/components/TagItem.vue2.js +2 -1
  492. package/es/components/select-person/src/index.vue.d.ts +338 -240
  493. package/es/components/select-person/src/index.vue2.js +12 -7
  494. package/es/components/select-person/src/utils/index.d.ts +1 -1
  495. package/es/components/select-person/src/utils/index.js +11 -9
  496. package/es/components/shortcut-provider/index.d.ts +9 -9
  497. package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +9 -9
  498. package/es/components/shortcut-provider/src/hooks/useShortcutSignature.d.ts +1 -1
  499. package/es/components/shortcut-provider/src/hooks/useShortcuts.d.ts +3 -0
  500. package/es/components/shortcut-provider/src/hooks/useShortcuts.js +9 -3
  501. package/es/components/shortcut-setter/index.d.ts +289 -81
  502. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +289 -81
  503. package/es/components/shortcut-setter/src/ShortcutSetter.vue2.js +3 -2
  504. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +13 -23
  505. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue2.js +11 -10
  506. package/es/components/slider-tree/index.d.ts +22 -22
  507. package/es/components/slider-tree/src/index.vue.d.ts +22 -22
  508. package/es/components/slider-tree/src/index.vue2.js +6 -5
  509. package/es/components/step-notice/index.d.ts +58 -58
  510. package/es/components/step-notice/src/StepNotice.vue.d.ts +57 -57
  511. package/es/components/step-notice/src/StepNotice.vue2.js +5 -4
  512. package/es/components/step-notice/src/components/NoticeConnection.vue.d.ts +12 -12
  513. package/es/components/step-notice/src/components/NoticeConnection.vue2.js +3 -3
  514. package/es/components/step-notice/src/components/NoticeItem.vue.d.ts +40 -40
  515. package/es/components/step-notice/src/components/NoticeItem.vue2.js +4 -4
  516. package/es/components/step-notice/src/components/NoticeItemAside.vue.d.ts +9 -9
  517. package/es/components/step-notice/src/components/NoticeItemAside.vue2.js +1 -2
  518. package/es/components/step-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
  519. package/es/components/steps-wheel/index.d.ts +17 -17
  520. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +17 -17
  521. package/es/components/steps-wheel/src/StepsWheel.vue2.js +3 -3
  522. package/es/components/table-export-field/index.d.ts +88 -66
  523. package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +33 -27
  524. package/es/components/table-export-field/src/components/ExportModal.vue2.js +11 -9
  525. package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +25 -23
  526. package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +53 -21
  527. package/es/components/table-export-field/src/index.vue.d.ts +88 -66
  528. package/es/components/table-export-field/src/index.vue2.js +5 -4
  529. package/es/components/table-export-field/src/types/index.d.ts +1 -0
  530. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +112 -71
  531. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +18 -17
  532. package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +66 -25
  533. package/es/components/table-filter/src/components/bi-filter/components/Date.vue2.js +7 -6
  534. package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.d.ts +11 -11
  535. package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue2.js +5 -4
  536. package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.d.ts +11 -11
  537. package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue2.js +5 -4
  538. package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +12 -12
  539. package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue2.js +7 -6
  540. package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +100 -59
  541. package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +135 -94
  542. package/es/components/table-filter/src/components/bi-filter/index.vue2.js +33 -38
  543. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +312 -224
  544. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +41 -40
  545. package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.d.ts +15 -15
  546. package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue2.js +10 -9
  547. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +85 -44
  548. package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +19 -18
  549. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +88 -47
  550. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +27 -26
  551. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue.d.ts +19 -13
  552. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +8 -7
  553. package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue.d.ts +11 -11
  554. package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue2.js +5 -4
  555. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue.d.ts +13 -13
  556. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +5 -5
  557. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +43 -43
  558. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +10 -9
  559. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +12 -12
  560. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue2.js +7 -6
  561. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +14 -14
  562. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +7 -6
  563. package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue.d.ts +14 -14
  564. package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue2.js +7 -6
  565. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +298 -210
  566. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +335 -247
  567. package/es/components/table-filter/src/components/classify-filter/index.vue2.js +31 -34
  568. package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +12 -12
  569. package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue2.js +3 -2
  570. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +80 -39
  571. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +10 -9
  572. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +70 -27
  573. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +12 -3
  574. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +10 -10
  575. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +2 -1
  576. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +80 -39
  577. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +14 -14
  578. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +70 -27
  579. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +12 -3
  580. package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue.d.ts +13 -13
  581. package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +10 -9
  582. package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue.d.ts +13 -13
  583. package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +5 -5
  584. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +18 -18
  585. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +8 -9
  586. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +14 -14
  587. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +7 -6
  588. package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +11 -11
  589. package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +5 -4
  590. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +49 -43
  591. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +10 -9
  592. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +24 -24
  593. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +8 -7
  594. package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue.d.ts +11 -11
  595. package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue2.js +7 -6
  596. package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue.d.ts +13 -13
  597. package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue2.js +6 -5
  598. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +453 -279
  599. package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +9 -9
  600. package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +5 -5
  601. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +440 -266
  602. package/es/components/table-filter/src/constants/index.d.ts +1 -0
  603. package/es/components/table-filter/src/constants/index.js +4 -1
  604. package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
  605. package/es/components/time-line/index.d.ts +11 -11
  606. package/es/components/time-line/src/TimeLine.vue.d.ts +11 -11
  607. package/es/components/time-picker/index.d.ts +19 -19
  608. package/es/components/time-picker/src/TimePicker.vue.d.ts +19 -19
  609. package/es/components/time-picker/src/TimePicker.vue2.js +5 -4
  610. package/es/components/tooth-bitmap/index.d.ts +14 -14
  611. package/es/components/tooth-bitmap/src/ToothBitmap.vue.d.ts +12 -12
  612. package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +8 -7
  613. package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +19 -22
  614. package/es/components/vertify/src/components/IdentityVerification.vue2.js +10 -9
  615. package/es/components/vod-chunk-upload/index.d.ts +248 -28
  616. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +18 -18
  617. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +24 -25
  618. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +248 -28
  619. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +32 -33
  620. package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +207 -5
  621. package/es/env.d.ts +25 -25
  622. package/es/shared/components/AbbrText/AbbrText.d.ts +3 -3
  623. package/es/shared/components/ArrowIcon/ArrowIcon.vue.js +6 -8
  624. package/es/shared/components/CancelRadio/CancelRadio.d.ts +6 -6
  625. package/es/shared/components/CancelRadio/CancelRadio.js +3 -1
  626. package/es/shared/components/DateIcon/DateIcon.vue.js +11 -13
  627. package/es/shared/components/Ellipsis/Ellipsis.d.ts +12 -0
  628. package/es/shared/components/Ellipsis/Ellipsis.js +86 -0
  629. package/es/shared/components/Ellipsis/index.d.ts +2 -0
  630. package/es/shared/components/Ellipsis/index.js +2 -0
  631. package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +20 -5
  632. package/es/shared/components/InputNumberSlash/InputNumberSlash.js +24 -10
  633. package/es/shared/components/JSONTree/JSONTree.vue.d.ts +8 -8
  634. package/es/shared/components/JSONTree/JSONTree.vue2.js +1 -1
  635. package/es/shared/components/SelectPage/SelectPage.vue.d.ts +10 -10
  636. package/es/shared/components/SelectPage/SelectPage.vue2.js +2 -2
  637. package/es/shared/components/SlotRender/SlotRender.d.ts +3 -3
  638. package/es/shared/components/SvgIcon/SvgIcon.vue.d.ts +6 -10
  639. package/es/shared/components/SvgIcon/SvgIcon.vue2.js +5 -5
  640. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +9 -17
  641. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue2.js +9 -9
  642. package/es/shared/components/no-data/NoData.vue.d.ts +7 -7
  643. package/es/shared/components/no-data/NoData.vue2.js +5 -5
  644. package/es/shared/components/player-vod/index.vue.d.ts +1 -1
  645. package/es/shared/components/player-vod/player.d.ts +4 -4
  646. package/es/shared/components/player-vod/video-list.d.ts +77 -4
  647. package/es/shared/components/player-vod/video-modal.d.ts +23 -5
  648. package/es/shared/hooks/selectHooks/useOptionFiltered.d.ts +2 -2
  649. package/es/shared/hooks/selectHooks/useSearchContent.d.ts +1 -1
  650. package/es/shared/hooks/selectHooks/useSelectRenders.d.ts +4 -4
  651. package/es/shared/hooks/useLevelSearchCascader.d.ts +7 -4
  652. package/es/shared/package.json.js +1 -1
  653. package/es/shared/types/business.d.ts +3 -2
  654. package/es/shared/utils/business.js +16 -0
  655. package/es/shared/utils/ho-edge.d.ts +12 -0
  656. package/es/shared/utils/ho-edge.js +58 -0
  657. package/es/shared/utils/index.d.ts +1 -1
  658. package/package.json +2 -2
@@ -1,7 +1,7 @@
1
- import { ref, PropType } from 'vue';
1
+ import { PropType } from 'vue';
2
2
  import { AnyObject } from '../../../shared/types';
3
3
  import { IExpandFieldItemType } from './types';
4
- declare const _default: import("vue").DefineComponent<{
4
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
5
5
  id: {
6
6
  type: StringConstructor;
7
7
  default: string;
@@ -17,9 +17,9 @@ declare const _default: import("vue").DefineComponent<{
17
17
  type: StringConstructor;
18
18
  default: string;
19
19
  };
20
- }, {
21
- $message: import("naive-ui").MessageApi;
22
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
20
+ }>, {
21
+ $message: import("naive-ui/es/message").MessageApi;
22
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
23
23
  id: {
24
24
  type: StringConstructor;
25
25
  default: string;
@@ -35,32 +35,32 @@ declare const _default: import("vue").DefineComponent<{
35
35
  type: StringConstructor;
36
36
  default: string;
37
37
  };
38
- }>> & {
38
+ }>> & Readonly<{
39
39
  onCloseModal?: ((...args: any[]) => any) | undefined;
40
- }>>;
40
+ }> & {}>;
41
41
  deleteExtendFieldById: (params: any, filterApiConfig: any) => Promise<any>;
42
42
  filedList: {
43
43
  title: string;
44
44
  columnName: string;
45
45
  span: number;
46
46
  }[];
47
- formVisible: import("vue").Ref<boolean>;
48
- formOntype: import("vue").Ref<string>;
49
- formItemData: import("vue").Ref<{}>;
47
+ formVisible: import("vue").Ref<boolean, boolean>;
48
+ formOntype: import("vue").Ref<string, string>;
49
+ formItemData: import("vue").Ref<{}, {}>;
50
50
  emits: (event: "closeModal", ...args: any[]) => void;
51
51
  closeModal: () => void;
52
52
  addField: () => void;
53
53
  cancelModal: () => void;
54
54
  handleEditItem: (row: any) => void;
55
55
  handleDelItem: (row: any) => Promise<void>;
56
- NButton: any;
57
- NGrid: any;
58
- NGridItem: any;
59
- NTooltip: any;
60
- NPopconfirm: any;
61
- NIcon: any;
62
- Brush: 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<{}>>, {}>;
63
- ExpandFieldForm: import("vue").DefineComponent<{
56
+ readonly NButton: any;
57
+ readonly NGrid: any;
58
+ readonly NGridItem: any;
59
+ readonly NTooltip: any;
60
+ readonly NPopconfirm: any;
61
+ readonly NIcon: any;
62
+ readonly Brush: 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>;
63
+ ExpandFieldForm: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
64
64
  visible: {
65
65
  type: BooleanConstructor;
66
66
  default: boolean;
@@ -89,10 +89,10 @@ declare const _default: import("vue").DefineComponent<{
89
89
  type: ArrayConstructor;
90
90
  default: () => never[];
91
91
  };
92
- }, {
93
- $message: import("naive-ui").MessageApi;
92
+ }>, {
93
+ $message: import("naive-ui/es/message").MessageApi;
94
94
  defaultPlaceholder: string;
95
- rules: import("naive-ui").FormRules;
95
+ rules: import("naive-ui/es/form").FormRules;
96
96
  dateList: {
97
97
  value: string;
98
98
  label: string;
@@ -101,7 +101,7 @@ declare const _default: import("vue").DefineComponent<{
101
101
  value: string;
102
102
  label: string;
103
103
  }[];
104
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
104
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
105
105
  visible: {
106
106
  type: BooleanConstructor;
107
107
  default: boolean;
@@ -130,19 +130,25 @@ declare const _default: import("vue").DefineComponent<{
130
130
  type: ArrayConstructor;
131
131
  default: () => never[];
132
132
  };
133
- }>> & {
133
+ }>> & Readonly<{
134
134
  onCancelModal?: ((...args: any[]) => any) | undefined;
135
- }>>;
135
+ }> & {}>;
136
136
  emits: (event: "cancelModal", ...args: any[]) => void;
137
- isChangeWindow: import("vue").Ref<boolean>;
138
- modalWidth: import("vue").Ref<string>;
137
+ isChangeWindow: import("vue").Ref<boolean, boolean>;
138
+ modalWidth: import("vue").Ref<string, string>;
139
139
  bodyStyle: import("vue").Ref<{
140
140
  maxHeight: string;
141
141
  height: string;
142
+ }, {
143
+ maxHeight: string;
144
+ height: string;
145
+ } | {
146
+ maxHeight: string;
147
+ height: string;
142
148
  }>;
143
149
  saveOrUpdateExtendField: (params: any, filterApiConfig: any) => Promise<any>;
144
150
  expandFieldApiConfig: AnyObject;
145
- formRef: import("vue").Ref<null>;
151
+ formRef: import("vue").Ref<null, null>;
146
152
  defaultData: import("vue").Ref<{
147
153
  name: undefined;
148
154
  remark: undefined;
@@ -160,12 +166,52 @@ declare const _default: import("vue").DefineComponent<{
160
166
  isMultiSelect: string;
161
167
  decimal_length: undefined;
162
168
  date_format: string;
169
+ }, {
170
+ name: undefined;
171
+ remark: undefined;
172
+ is_edit: string;
173
+ is_null: string;
174
+ is_show: string;
175
+ key: string;
176
+ val_key: undefined;
177
+ validate: {};
178
+ html_type: string;
179
+ name_i18n: undefined;
180
+ elem_width: string;
181
+ default_val: undefined;
182
+ label_type: undefined;
183
+ isMultiSelect: string;
184
+ decimal_length: undefined;
185
+ date_format: string;
186
+ } | {
187
+ name: undefined;
188
+ remark: undefined;
189
+ is_edit: string;
190
+ is_null: string;
191
+ is_show: string;
192
+ key: string;
193
+ val_key: undefined;
194
+ validate: {};
195
+ html_type: string;
196
+ name_i18n: undefined;
197
+ elem_width: string;
198
+ default_val: undefined;
199
+ label_type: undefined;
200
+ isMultiSelect: string;
201
+ decimal_length: undefined;
202
+ date_format: string;
163
203
  }>;
164
204
  optionList: import("vue").Ref<{
165
205
  text: undefined;
166
206
  value: undefined;
207
+ }[], {
208
+ text: undefined;
209
+ value: undefined;
210
+ }[] | {
211
+ text: undefined;
212
+ value: undefined;
167
213
  }[]>;
168
- dateInfo: any;
214
+ dateInfo: import("vue").Ref<any, any>;
169
215
  validate: import("vue").Ref<{
170
216
  obj_type: string;
171
217
  vali_obj: string;
@@ -174,6 +220,22 @@ declare const _default: import("vue").DefineComponent<{
174
220
  min_length: string;
175
221
  min_value: string;
176
222
  max_value: string;
223
+ }, {
224
+ obj_type: string;
225
+ vali_obj: string;
226
+ event_obj: string;
227
+ max_length: string;
228
+ min_length: string;
229
+ min_value: string;
230
+ max_value: string;
231
+ } | {
232
+ obj_type: string;
233
+ vali_obj: string;
234
+ event_obj: string;
235
+ max_length: string;
236
+ min_length: string;
237
+ min_value: string;
238
+ max_value: string;
177
239
  }>;
178
240
  wordbook: import("vue").Ref<{
179
241
  value_key: string;
@@ -192,15 +254,49 @@ declare const _default: import("vue").DefineComponent<{
192
254
  setting: {
193
255
  cascading: never[];
194
256
  };
257
+ }, {
258
+ value_key: string;
259
+ levelSetting: never[];
260
+ search_key: never[];
261
+ level_num: undefined;
262
+ render_key: never[];
263
+ name: string;
264
+ level_key: string;
265
+ id: string;
266
+ type: string;
267
+ primary_key: string;
268
+ sqlExpression: string;
269
+ conObj: string;
270
+ add_btn: string;
271
+ setting: {
272
+ cascading: never[];
273
+ };
274
+ } | {
275
+ value_key: string;
276
+ levelSetting: never[];
277
+ search_key: never[];
278
+ level_num: undefined;
279
+ render_key: never[];
280
+ name: string;
281
+ level_key: string;
282
+ id: string;
283
+ type: string;
284
+ primary_key: string;
285
+ sqlExpression: string;
286
+ conObj: string;
287
+ add_btn: string;
288
+ setting: {
289
+ cascading: never[];
290
+ };
195
291
  }>;
196
- isNull: import("vue").Ref<boolean>;
197
- isMultiSelect: import("vue").Ref<boolean>;
198
- curPrecision: import("vue").Ref<undefined>;
199
- isOpErr: import("vue").Ref<boolean>;
200
- loading: import("vue").Ref<boolean>;
201
- isDatePopup: import("vue").Ref<boolean>;
202
- formBatchVisible: import("vue").Ref<boolean>;
203
- selectPersonStr: import("vue").Ref<string>;
292
+ isNull: import("vue").Ref<boolean, boolean>;
293
+ isMultiSelect: import("vue").Ref<boolean, boolean>;
294
+ curPrecision: import("vue").Ref<undefined, undefined>;
295
+ isOpErr: import("vue").Ref<boolean, boolean>;
296
+ loading: import("vue").Ref<boolean, boolean>;
297
+ isDatePopup: import("vue").Ref<boolean, boolean>;
298
+ formBatchVisible: import("vue").Ref<boolean, boolean>;
299
+ selectPersonStr: import("vue").Ref<string, string>;
204
300
  isDis: import("vue").ComputedRef<boolean>;
205
301
  currentType: import("vue").ComputedRef<string>;
206
302
  defMax: import("vue").ComputedRef<1000 | 255>;
@@ -249,32 +345,32 @@ declare const _default: import("vue").DefineComponent<{
249
345
  setCandidateError: (saveOjb: any, message: string) => void;
250
346
  validateCandidate: (saveOjb: any) => boolean;
251
347
  handleSubmit: (params?: {}) => Promise<void>;
252
- NModal: any;
253
- NCard: any;
254
- NButton: any;
255
- NForm: any;
256
- NFormItem: any;
257
- NInput: any;
258
- NSelect: any;
259
- NSwitch: any;
260
- NInputNumber: any;
261
- NPopover: any;
262
- NDatePicker: any;
263
- NTimePicker: any;
264
- NGrid: any;
265
- NGridItem: any;
266
- NIcon: any;
267
- NTooltip: any;
268
- isTextarea: typeof import("./utils").isTextarea;
269
- isNumber: typeof import("./utils").isNumber;
270
- isDate: typeof import("./utils").isDate;
271
- isShowOptions: typeof import("./utils").isShowOptions;
272
- isCandidate: typeof import("./utils").isCandidate;
273
- HtmlTypeList: {
348
+ readonly NModal: any;
349
+ readonly NCard: any;
350
+ readonly NButton: any;
351
+ readonly NForm: any;
352
+ readonly NFormItem: any;
353
+ readonly NInput: any;
354
+ readonly NSelect: any;
355
+ readonly NSwitch: any;
356
+ readonly NInputNumber: any;
357
+ readonly NPopover: any;
358
+ readonly NDatePicker: any;
359
+ readonly NTimePicker: any;
360
+ readonly NGrid: any;
361
+ readonly NGridItem: any;
362
+ readonly NIcon: any;
363
+ readonly NTooltip: any;
364
+ readonly isTextarea: typeof import("./utils").isTextarea;
365
+ readonly isNumber: typeof import("./utils").isNumber;
366
+ readonly isDate: typeof import("./utils").isDate;
367
+ readonly isShowOptions: typeof import("./utils").isShowOptions;
368
+ readonly isCandidate: typeof import("./utils").isCandidate;
369
+ readonly HtmlTypeList: {
274
370
  value: string;
275
371
  label: string;
276
372
  }[];
277
- FormBatchOptionsModal: import("vue").DefineComponent<{
373
+ FormBatchOptionsModal: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
278
374
  visible: {
279
375
  type: BooleanConstructor;
280
376
  default: boolean;
@@ -283,9 +379,9 @@ declare const _default: import("vue").DefineComponent<{
283
379
  type: ArrayConstructor;
284
380
  default: () => never[];
285
381
  };
286
- }, {
382
+ }>, {
287
383
  placeholder: string;
288
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
384
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
289
385
  visible: {
290
386
  type: BooleanConstructor;
291
387
  default: boolean;
@@ -294,12 +390,12 @@ declare const _default: import("vue").DefineComponent<{
294
390
  type: ArrayConstructor;
295
391
  default: () => never[];
296
392
  };
297
- }>> & {
393
+ }>> & Readonly<{
298
394
  onHandleSaveBatch?: ((...args: any[]) => any) | undefined;
299
395
  onTriggerBatch?: ((...args: any[]) => any) | undefined;
300
- }>>;
396
+ }> & {}>;
301
397
  emits: (event: "handleSaveBatch" | "triggerBatch", ...args: any[]) => void;
302
- editOptionstr: import("vue").Ref<string>;
398
+ editOptionstr: import("vue").Ref<string, string>;
303
399
  init: () => void;
304
400
  getSaveParams: () => {
305
401
  value: any;
@@ -307,11 +403,11 @@ declare const _default: import("vue").DefineComponent<{
307
403
  }[];
308
404
  handleSave: () => void;
309
405
  cancelEdit: () => void;
310
- NModal: any;
311
- NCard: any;
312
- NButton: any;
313
- NInput: any;
314
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("handleSaveBatch" | "triggerBatch")[], "handleSaveBatch" | "triggerBatch", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
406
+ readonly NModal: any;
407
+ readonly NCard: any;
408
+ readonly NButton: any;
409
+ readonly NInput: any;
410
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("handleSaveBatch" | "triggerBatch")[], "handleSaveBatch" | "triggerBatch", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
315
411
  visible: {
316
412
  type: BooleanConstructor;
317
413
  default: boolean;
@@ -320,14 +416,14 @@ declare const _default: import("vue").DefineComponent<{
320
416
  type: ArrayConstructor;
321
417
  default: () => never[];
322
418
  };
323
- }>> & {
419
+ }>> & Readonly<{
324
420
  onHandleSaveBatch?: ((...args: any[]) => any) | undefined;
325
421
  onTriggerBatch?: ((...args: any[]) => any) | undefined;
326
- }, {
422
+ }>, {
327
423
  options: unknown[];
328
424
  visible: boolean;
329
- }>;
330
- FormItemPerson: import("vue").DefineComponent<{
425
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
426
+ FormItemPerson: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
331
427
  defaultValue: {
332
428
  type: (ArrayConstructor | StringConstructor)[];
333
429
  };
@@ -335,10 +431,10 @@ declare const _default: import("vue").DefineComponent<{
335
431
  type: StringConstructor;
336
432
  default: string;
337
433
  };
338
- }, {
434
+ }>, {
339
435
  findAllDeptEmpByOrg: (params: any, filterApiConfig: any) => Promise<any>;
340
436
  expandFieldApiConfig: AnyObject;
341
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
437
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
342
438
  defaultValue: {
343
439
  type: (ArrayConstructor | StringConstructor)[];
344
440
  };
@@ -346,16 +442,16 @@ declare const _default: import("vue").DefineComponent<{
346
442
  type: StringConstructor;
347
443
  default: string;
348
444
  };
349
- }>> & {
445
+ }>> & Readonly<{
350
446
  onCheckPerson?: ((...args: any[]) => any) | undefined;
351
- }>>;
447
+ }> & {}>;
352
448
  emits: (event: "checkPerson", ...args: any[]) => void;
353
- personSelect: import("vue").Ref<any[]>;
354
- personDefaultList: import("vue").Ref<any[]>;
355
- treeData: import("vue").Ref<any[]>;
356
- personStr: import("vue").Ref<any>;
357
- personModalRef: import("vue").Ref<null>;
358
- personModalVisible: import("vue").Ref<boolean>;
449
+ personSelect: import("vue").Ref<any[], any[]>;
450
+ personDefaultList: import("vue").Ref<any[], any[]>;
451
+ treeData: import("vue").Ref<any[], any[]>;
452
+ personStr: import("vue").Ref<any, any>;
453
+ personModalRef: import("vue").Ref<null, null>;
454
+ personModalVisible: import("vue").Ref<boolean, boolean>;
359
455
  inputChange: (value: string) => void;
360
456
  openChoice: () => void;
361
457
  clearAllTags: () => void;
@@ -364,12 +460,12 @@ declare const _default: import("vue").DefineComponent<{
364
460
  findAllDeptEmpByOrgFunc: () => Promise<void>;
365
461
  handleInit: () => never[] | undefined;
366
462
  init: () => Promise<void>;
367
- NInputGroup: any;
368
- NButton: any;
369
- NInput: any;
370
- NTooltip: any;
371
- NTag: any;
372
- PersonModal: import("vue").DefineComponent<{
463
+ readonly NInputGroup: any;
464
+ readonly NButton: any;
465
+ readonly NInput: any;
466
+ readonly NTooltip: any;
467
+ readonly NTag: any;
468
+ PersonModal: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
373
469
  visible: {
374
470
  type: BooleanConstructor;
375
471
  default: boolean;
@@ -382,8 +478,8 @@ declare const _default: import("vue").DefineComponent<{
382
478
  type: PropType<AnyObject[]>;
383
479
  default: () => never[];
384
480
  };
385
- }, {
386
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
481
+ }>, {
482
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
387
483
  visible: {
388
484
  type: BooleanConstructor;
389
485
  default: boolean;
@@ -396,10 +492,10 @@ declare const _default: import("vue").DefineComponent<{
396
492
  type: PropType<AnyObject[]>;
397
493
  default: () => never[];
398
494
  };
399
- }>> & {
495
+ }>> & Readonly<{
400
496
  onCheck?: ((...args: any[]) => any) | undefined;
401
497
  onChangeModalVisible?: ((...args: any[]) => any) | undefined;
402
- }>>;
498
+ }> & {}>;
403
499
  emits: (event: "check" | "changeModalVisible", ...args: any[]) => void;
404
500
  wordbook: import("vue").Ref<{
405
501
  parent_id_obj: string;
@@ -407,6 +503,18 @@ declare const _default: import("vue").DefineComponent<{
407
503
  parent_name_obj: string;
408
504
  parent_name_obj_key: string;
409
505
  user_count_obj: string;
506
+ }, {
507
+ parent_id_obj: string;
508
+ parent_id_obj_key: string;
509
+ parent_name_obj: string;
510
+ parent_name_obj_key: string;
511
+ user_count_obj: string;
512
+ } | {
513
+ parent_id_obj: string;
514
+ parent_id_obj_key: string;
515
+ parent_name_obj: string;
516
+ parent_name_obj_key: string;
517
+ user_count_obj: string;
410
518
  }>;
411
519
  wordbookChild: {
412
520
  user_id_obj: string;
@@ -414,15 +522,15 @@ declare const _default: import("vue").DefineComponent<{
414
522
  user_name_obj: string;
415
523
  user_name_obj_key: string;
416
524
  };
417
- personList: import("vue").Ref<never[]>;
418
- checkedTreeItem: import("vue").Ref<any[]>;
525
+ personList: import("vue").Ref<never[], never[]>;
526
+ checkedTreeItem: import("vue").Ref<any[], any[]>;
419
527
  modalSave: () => void;
420
528
  modalCancel: () => void;
421
529
  checkWithLevel: (checkedItem: any[]) => void;
422
- NModal: any;
423
- NCard: any;
424
- NButton: any;
425
- CSelectPerson: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
530
+ readonly NModal: any;
531
+ readonly NCard: any;
532
+ readonly NButton: any;
533
+ readonly CSelectPerson: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
426
534
  defaultList: {
427
535
  type: PropType<((string | number) | {
428
536
  [key: string]: any;
@@ -537,6 +645,10 @@ declare const _default: import("vue").DefineComponent<{
537
645
  type: BooleanConstructor;
538
646
  default: boolean;
539
647
  };
648
+ onlyCheckChildNode: {
649
+ type: BooleanConstructor;
650
+ default: boolean;
651
+ };
540
652
  itemKey: {
541
653
  type: PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number>;
542
654
  default: undefined;
@@ -545,11 +657,11 @@ declare const _default: import("vue").DefineComponent<{
545
657
  type: BooleanConstructor;
546
658
  default: boolean;
547
659
  };
548
- }, {
660
+ }>, {
549
661
  $attrs: {
550
662
  [x: string]: unknown;
551
663
  };
552
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
664
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
553
665
  defaultList: {
554
666
  type: PropType<((string | number) | {
555
667
  [key: string]: any;
@@ -664,6 +776,10 @@ declare const _default: import("vue").DefineComponent<{
664
776
  type: BooleanConstructor;
665
777
  default: boolean;
666
778
  };
779
+ onlyCheckChildNode: {
780
+ type: BooleanConstructor;
781
+ default: boolean;
782
+ };
667
783
  itemKey: {
668
784
  type: PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number>;
669
785
  default: undefined;
@@ -672,13 +788,13 @@ declare const _default: import("vue").DefineComponent<{
672
788
  type: BooleanConstructor;
673
789
  default: boolean;
674
790
  };
675
- }>> & {
791
+ }>> & Readonly<{
676
792
  onCheck?: ((...args: any[]) => any) | undefined;
677
793
  onCheckWithLevel?: ((...args: any[]) => any) | undefined;
678
- }>>;
794
+ }> & {}>;
679
795
  __emits: (event: "check" | "checkWithLevel", ...args: any[]) => void;
680
- selectPersonRef: import("vue").Ref<any>;
681
- isComponent: import("vue").ComputedRef<import("vue").DefineComponent<{
796
+ selectPersonRef: import("vue").Ref<any, any>;
797
+ isComponent: import("vue").ComputedRef<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
682
798
  defaultList: {
683
799
  type: PropType<((string | number) | {
684
800
  [key: string]: any;
@@ -763,8 +879,8 @@ declare const _default: import("vue").DefineComponent<{
763
879
  forceShowSelectAll: {
764
880
  type: BooleanConstructor;
765
881
  };
766
- }, {
767
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
882
+ }>, {
883
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
768
884
  defaultList: {
769
885
  type: PropType<((string | number) | {
770
886
  [key: string]: any;
@@ -849,12 +965,12 @@ declare const _default: import("vue").DefineComponent<{
849
965
  forceShowSelectAll: {
850
966
  type: BooleanConstructor;
851
967
  };
852
- }>> & {}>>;
968
+ }>> & Readonly<{}> & {}>;
853
969
  emit: any;
854
- keyword: import("vue").Ref<string>;
855
- checkedAll: import("vue").Ref<boolean>;
856
- checkedKeys: import("vue").Ref<(string | number)[]>;
857
- expandedKeys: import("vue").Ref<(string | number)[]>;
970
+ keyword: import("vue").Ref<string, string>;
971
+ checkedAll: import("vue").Ref<boolean, boolean>;
972
+ checkedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
973
+ expandedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
858
974
  treeData: import("vue").Ref<{
859
975
  [x: string]: unknown;
860
976
  key?: import("naive-ui/es/tree/src/interface").Key | undefined;
@@ -865,12 +981,22 @@ declare const _default: import("vue").DefineComponent<{
865
981
  children?: any[] | undefined;
866
982
  prefix?: (() => import("vue").VNodeChild) | undefined;
867
983
  suffix?: (() => import("vue").VNodeChild) | undefined;
984
+ }[], import("naive-ui").TreeOption[] | {
985
+ [x: string]: unknown;
986
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
987
+ label?: string | undefined;
988
+ checkboxDisabled?: boolean | undefined;
989
+ disabled?: boolean | undefined;
990
+ isLeaf?: boolean | undefined;
991
+ children?: any[] | undefined;
992
+ prefix?: (() => import("vue").VNodeChild) | undefined;
993
+ suffix?: (() => import("vue").VNodeChild) | undefined;
868
994
  }[]>;
869
- isSearch: import("vue").Ref<boolean>;
870
- allCheckedTreeKeys: import("vue").Ref<(string | number)[]>;
871
- curSelectKey: any;
872
- treeDataMiddle: any;
873
- checkedTagsMiddle: import("vue").Ref<any[]>;
995
+ isSearch: import("vue").Ref<boolean, boolean>;
996
+ allCheckedTreeKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
997
+ curSelectKey: import("vue").Ref<any, any>;
998
+ treeDataMiddle: import("vue").Ref<any, any>;
999
+ checkedTagsMiddle: import("vue").Ref<any[], any[]>;
874
1000
  allCheckedKeysMiddle: any;
875
1001
  isSearchFilter: import("vue").ComputedRef<boolean>;
876
1002
  keyStr: import("vue").ComputedRef<string | number>;
@@ -885,7 +1011,7 @@ declare const _default: import("vue").DefineComponent<{
885
1011
  setDisabled: (data: import("naive-ui").TreeOption) => void;
886
1012
  renderLabel: ({ option }: {
887
1013
  option: import("naive-ui").TreeOption;
888
- }) => JSX.Element;
1014
+ }) => any;
889
1015
  getLabelName: (curProps: any, option: import("naive-ui").TreeOption) => {};
890
1016
  loopTrees: (treeObjs: any) => any;
891
1017
  transformData: (key: string, trees: import("naive-ui").TreeOption[], parentNode: import("naive-ui").TreeOption | null, cb?: any) => import("naive-ui").TreeOption[];
@@ -905,19 +1031,19 @@ declare const _default: import("vue").DefineComponent<{
905
1031
  }) => void;
906
1032
  notifySearchClear: () => void;
907
1033
  getCheckWithLevel: () => any[];
908
- NButton: any;
909
- NInput: any;
910
- NInputGroup: any;
911
- NCheckbox: any;
912
- NTree: any;
913
- NTag: any;
914
- NIcon: any;
915
- NSpace: any;
916
- NGrid: any;
917
- NGi: any;
918
- NEmpty: any;
919
- CloseCircleSharp: 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<{}>>, {}>;
920
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1034
+ readonly NButton: any;
1035
+ readonly NInput: any;
1036
+ readonly NInputGroup: any;
1037
+ readonly NCheckbox: any;
1038
+ readonly NTree: any;
1039
+ readonly NTag: any;
1040
+ readonly NIcon: any;
1041
+ readonly NSpace: any;
1042
+ readonly NGrid: any;
1043
+ readonly NGi: any;
1044
+ readonly NEmpty: any;
1045
+ readonly CloseCircleSharp: 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>;
1046
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
921
1047
  defaultList: {
922
1048
  type: PropType<((string | number) | {
923
1049
  [key: string]: any;
@@ -1002,7 +1128,7 @@ declare const _default: import("vue").DefineComponent<{
1002
1128
  forceShowSelectAll: {
1003
1129
  type: BooleanConstructor;
1004
1130
  };
1005
- }>>, {
1131
+ }>> & Readonly<{}>, {
1006
1132
  data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[];
1007
1133
  defaultList: ((string | number) | {
1008
1134
  [key: string]: any;
@@ -1034,7 +1160,7 @@ declare const _default: import("vue").DefineComponent<{
1034
1160
  switchTypeData: AnyObject;
1035
1161
  tagProps: AnyObject;
1036
1162
  forceShowSelectAll: boolean;
1037
- }> | import("vue").DefineComponent<{
1163
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any> | import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1038
1164
  defaultList: {
1039
1165
  type: PropType<((string | number) | {
1040
1166
  [key: string]: any;
@@ -1129,7 +1255,7 @@ declare const _default: import("vue").DefineComponent<{
1129
1255
  onlyForwardCascade: {
1130
1256
  type: BooleanConstructor;
1131
1257
  };
1132
- }, {
1258
+ }>, {
1133
1259
  searchFilterBase: {
1134
1260
  isOpen: boolean;
1135
1261
  multiple: boolean;
@@ -1141,7 +1267,7 @@ declare const _default: import("vue").DefineComponent<{
1141
1267
  label: string;
1142
1268
  }[];
1143
1269
  labelListName: any;
1144
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1270
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1145
1271
  defaultList: {
1146
1272
  type: PropType<((string | number) | {
1147
1273
  [key: string]: any;
@@ -1236,12 +1362,12 @@ declare const _default: import("vue").DefineComponent<{
1236
1362
  onlyForwardCascade: {
1237
1363
  type: BooleanConstructor;
1238
1364
  };
1239
- }>> & {}>>;
1365
+ }>> & Readonly<{}> & {}>;
1240
1366
  emit: any;
1241
- keyword: import("vue").Ref<string>;
1242
- checkedAll: import("vue").Ref<boolean>;
1243
- checkedKeys: import("vue").Ref<(string | number)[]>;
1244
- expandedKeys: import("vue").Ref<(string | number)[]>;
1367
+ keyword: import("vue").Ref<string, string>;
1368
+ checkedAll: import("vue").Ref<boolean, boolean>;
1369
+ checkedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
1370
+ expandedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
1245
1371
  treeData: import("vue").Ref<{
1246
1372
  [x: string]: unknown;
1247
1373
  key?: import("naive-ui/es/tree/src/interface").Key | undefined;
@@ -1252,21 +1378,43 @@ declare const _default: import("vue").DefineComponent<{
1252
1378
  children?: any[] | undefined;
1253
1379
  prefix?: (() => import("vue").VNodeChild) | undefined;
1254
1380
  suffix?: (() => import("vue").VNodeChild) | undefined;
1381
+ }[], import("naive-ui").TreeOption[] | {
1382
+ [x: string]: unknown;
1383
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
1384
+ label?: string | undefined;
1385
+ checkboxDisabled?: boolean | undefined;
1386
+ disabled?: boolean | undefined;
1387
+ isLeaf?: boolean | undefined;
1388
+ children?: any[] | undefined;
1389
+ prefix?: (() => import("vue").VNodeChild) | undefined;
1390
+ suffix?: (() => import("vue").VNodeChild) | undefined;
1255
1391
  }[]>;
1256
1392
  tagData: import("vue").Ref<{
1257
1393
  [x: string]: any;
1258
1394
  key: string | number;
1395
+ }[], {
1396
+ [key: string]: any;
1397
+ key: string | number;
1398
+ }[] | {
1399
+ [x: string]: any;
1400
+ key: string | number;
1259
1401
  }[]>;
1260
1402
  initTagData: import("vue").Ref<{
1261
1403
  [x: string]: any;
1262
1404
  key: string | number;
1405
+ }[], {
1406
+ [key: string]: any;
1407
+ key: string | number;
1408
+ }[] | {
1409
+ [x: string]: any;
1410
+ key: string | number;
1263
1411
  }[]>;
1264
- isSearch: import("vue").Ref<boolean>;
1265
- allCheckedTreeKeys: import("vue").Ref<(string | number)[]>;
1412
+ isSearch: import("vue").Ref<boolean, boolean>;
1413
+ allCheckedTreeKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
1266
1414
  isRemote: import("vue").ComputedRef<boolean>;
1267
1415
  checkStrategyResult: import("vue").ComputedRef<any>;
1268
1416
  isSearchFilter: import("vue").ComputedRef<boolean>;
1269
- curSelectKey: import("vue").Ref<string>;
1417
+ curSelectKey: import("vue").Ref<string, string>;
1270
1418
  mergeSearchFilter: import("vue").ComputedRef<{
1271
1419
  isOpen: boolean;
1272
1420
  multiple: boolean;
@@ -1300,7 +1448,7 @@ declare const _default: import("vue").DefineComponent<{
1300
1448
  setDisabled: (data: import("naive-ui").TreeOption) => void;
1301
1449
  renderLabel: ({ option }: {
1302
1450
  option: import("naive-ui").TreeOption;
1303
- }) => JSX.Element;
1451
+ }) => any;
1304
1452
  getLabelName: (option: import("naive-ui").TreeOption) => {};
1305
1453
  transformData: (trees: import("naive-ui").TreeOption[]) => import("naive-ui").TreeOption[];
1306
1454
  calculateRootItems: (trees: import("naive-ui").TreeOption[], items: import("naive-ui").TreeOption[]) => import("naive-ui").TreeOption[];
@@ -1335,19 +1483,19 @@ declare const _default: import("vue").DefineComponent<{
1335
1483
  notifySearchClear: () => void;
1336
1484
  getCheckWithLevel: () => any;
1337
1485
  resetParams: () => void;
1338
- NButton: any;
1339
- NInput: any;
1340
- NInputGroup: any;
1341
- NCheckbox: any;
1342
- NTree: any;
1343
- NTag: any;
1344
- NIcon: any;
1345
- NSpace: any;
1346
- NGrid: any;
1347
- NGi: any;
1348
- NEmpty: any;
1349
- CloseCircleSharp: 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<{}>>, {}>;
1350
- SearchMultiple: import("vue").DefineComponent<{
1486
+ readonly NButton: any;
1487
+ readonly NInput: any;
1488
+ readonly NInputGroup: any;
1489
+ readonly NCheckbox: any;
1490
+ readonly NTree: any;
1491
+ readonly NTag: any;
1492
+ readonly NIcon: any;
1493
+ readonly NSpace: any;
1494
+ readonly NGrid: any;
1495
+ readonly NGi: any;
1496
+ readonly NEmpty: any;
1497
+ readonly CloseCircleSharp: 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>;
1498
+ SearchMultiple: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1351
1499
  treeData: {
1352
1500
  type: PropType<any[]>;
1353
1501
  default: () => never[];
@@ -1356,8 +1504,8 @@ declare const _default: import("vue").DefineComponent<{
1356
1504
  type: PropType<(string | number)[]>;
1357
1505
  default: () => never[];
1358
1506
  };
1359
- }, {
1360
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1507
+ }>, {
1508
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1361
1509
  treeData: {
1362
1510
  type: PropType<any[]>;
1363
1511
  default: () => never[];
@@ -1366,14 +1514,14 @@ declare const _default: import("vue").DefineComponent<{
1366
1514
  type: PropType<(string | number)[]>;
1367
1515
  default: () => never[];
1368
1516
  };
1369
- }>> & {
1517
+ }>> & Readonly<{
1370
1518
  onNotifyCheck?: ((...args: any[]) => any) | undefined;
1371
- }>>;
1519
+ }> & {}>;
1372
1520
  emit: (event: "notifyCheck", ...args: any[]) => void;
1373
1521
  optionsRef: import("vue").ComputedRef<any[]>;
1374
- list: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[]>;
1522
+ list: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[], import("@vueuse/core").UseVirtualListItem<any>[]>;
1375
1523
  containerProps: {
1376
- ref: import("vue").Ref<any>;
1524
+ ref: import("vue").Ref<any, any>;
1377
1525
  onScroll: () => void;
1378
1526
  style: Partial<CSSStyleDeclaration>;
1379
1527
  };
@@ -1385,8 +1533,8 @@ declare const _default: import("vue").DefineComponent<{
1385
1533
  };
1386
1534
  }>;
1387
1535
  containerStyleWithHeight: import("vue").ComputedRef<import("vue").CSSProperties>;
1388
- searchCheckKeys: import("vue").Ref<(string | number)[]>;
1389
- showSelectKeys: import("vue").Ref<(string | number)[]>;
1536
+ searchCheckKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
1537
+ showSelectKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
1390
1538
  checkedChange: (checkList: (string | number)[], meta: {
1391
1539
  actionType: "check" | "uncheck";
1392
1540
  value: string | number;
@@ -1421,10 +1569,9 @@ declare const _default: import("vue").DefineComponent<{
1421
1569
  children: any[];
1422
1570
  parentNode: any;
1423
1571
  }, baseKey: string | number) => false | undefined;
1424
- ref: typeof ref;
1425
- NCheckboxGroup: any;
1426
- NCheckbox: any;
1427
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "notifyCheck"[], "notifyCheck", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1572
+ readonly NCheckboxGroup: any;
1573
+ readonly NCheckbox: any;
1574
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "notifyCheck"[], "notifyCheck", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1428
1575
  treeData: {
1429
1576
  type: PropType<any[]>;
1430
1577
  default: () => never[];
@@ -1433,13 +1580,13 @@ declare const _default: import("vue").DefineComponent<{
1433
1580
  type: PropType<(string | number)[]>;
1434
1581
  default: () => never[];
1435
1582
  };
1436
- }>> & {
1583
+ }>> & Readonly<{
1437
1584
  onNotifyCheck?: ((...args: any[]) => any) | undefined;
1438
- }, {
1439
- treeData: any[];
1585
+ }>, {
1440
1586
  checkedKeys: (string | number)[];
1441
- }>;
1442
- SearchOrgAndStaff: import("vue").DefineComponent<{
1587
+ treeData: any[];
1588
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1589
+ SearchOrgAndStaff: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1443
1590
  treeData: {
1444
1591
  type: PropType<any[]>;
1445
1592
  default: () => never[];
@@ -1456,10 +1603,10 @@ declare const _default: import("vue").DefineComponent<{
1456
1603
  type: BooleanConstructor;
1457
1604
  default: boolean;
1458
1605
  };
1459
- }, {
1460
- $message: import("naive-ui").MessageApi;
1606
+ }>, {
1607
+ $message: import("naive-ui/es/message").MessageApi;
1461
1608
  virtualItemHeight: number;
1462
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1609
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1463
1610
  treeData: {
1464
1611
  type: PropType<any[]>;
1465
1612
  default: () => never[];
@@ -1476,17 +1623,17 @@ declare const _default: import("vue").DefineComponent<{
1476
1623
  type: BooleanConstructor;
1477
1624
  default: boolean;
1478
1625
  };
1479
- }>> & {
1626
+ }>> & Readonly<{
1480
1627
  onNotifyCheck?: ((...args: any[]) => any) | undefined;
1481
1628
  onNotifyClear?: ((...args: any[]) => any) | undefined;
1482
- }>>;
1629
+ }> & {}>;
1483
1630
  emit: (event: "notifyCheck" | "notifyClear", ...args: any[]) => void;
1484
1631
  moduleHeight: import("vue").ComputedRef<any>;
1485
1632
  showNums: import("vue").ComputedRef<number>;
1486
1633
  staffDataRef: import("vue").ComputedRef<any[]>;
1487
- staffList: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[]>;
1634
+ staffList: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[], import("@vueuse/core").UseVirtualListItem<any>[]>;
1488
1635
  staffContainerProps: {
1489
- ref: import("vue").Ref<any>;
1636
+ ref: import("vue").Ref<any, any>;
1490
1637
  onScroll: () => void;
1491
1638
  style: Partial<CSSStyleDeclaration>;
1492
1639
  };
@@ -1499,9 +1646,9 @@ declare const _default: import("vue").DefineComponent<{
1499
1646
  }>;
1500
1647
  staffContainerStyleWithHeight: import("vue").ComputedRef<import("vue").CSSProperties>;
1501
1648
  orgDataRef: import("vue").ComputedRef<any[]>;
1502
- orgList: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[]>;
1649
+ orgList: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[], import("@vueuse/core").UseVirtualListItem<any>[]>;
1503
1650
  orgContainerProps: {
1504
- ref: import("vue").Ref<any>;
1651
+ ref: import("vue").Ref<any, any>;
1505
1652
  onScroll: () => void;
1506
1653
  style: Partial<CSSStyleDeclaration>;
1507
1654
  };
@@ -1513,8 +1660,8 @@ declare const _default: import("vue").DefineComponent<{
1513
1660
  };
1514
1661
  }>;
1515
1662
  orgContainerStyleWithHeight: import("vue").ComputedRef<import("vue").CSSProperties>;
1516
- searchCheckKeys: import("vue").Ref<(string | number)[]>;
1517
- showSelectKeys: import("vue").Ref<(string | number)[]>;
1663
+ searchCheckKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
1664
+ showSelectKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
1518
1665
  handleClick: (tree: any) => void;
1519
1666
  handleStaffClick: (baseKeys: (string | number)[], currentTree: {
1520
1667
  [key: string]: any;
@@ -1546,9 +1693,8 @@ declare const _default: import("vue").DefineComponent<{
1546
1693
  children: any[];
1547
1694
  parentNode: any;
1548
1695
  }, baseKey: string | number) => false | undefined;
1549
- ref: typeof ref;
1550
- NEmpty: any;
1551
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("notifyCheck" | "notifyClear")[], "notifyCheck" | "notifyClear", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1696
+ readonly NEmpty: any;
1697
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("notifyCheck" | "notifyClear")[], "notifyCheck" | "notifyClear", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1552
1698
  treeData: {
1553
1699
  type: PropType<any[]>;
1554
1700
  default: () => never[];
@@ -1565,16 +1711,16 @@ declare const _default: import("vue").DefineComponent<{
1565
1711
  type: BooleanConstructor;
1566
1712
  default: boolean;
1567
1713
  };
1568
- }>> & {
1714
+ }>> & Readonly<{
1569
1715
  onNotifyCheck?: ((...args: any[]) => any) | undefined;
1570
1716
  onNotifyClear?: ((...args: any[]) => any) | undefined;
1571
- }, {
1717
+ }>, {
1572
1718
  searchFilter: Record<string, any>;
1573
- treeData: any[];
1574
1719
  checkedKeys: (string | number)[];
1720
+ treeData: any[];
1575
1721
  isMultiple: boolean;
1576
- }>;
1577
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1722
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1723
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1578
1724
  defaultList: {
1579
1725
  type: PropType<((string | number) | {
1580
1726
  [key: string]: any;
@@ -1669,7 +1815,7 @@ declare const _default: import("vue").DefineComponent<{
1669
1815
  onlyForwardCascade: {
1670
1816
  type: BooleanConstructor;
1671
1817
  };
1672
- }>>, {
1818
+ }>> & Readonly<{}>, {
1673
1819
  data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[];
1674
1820
  defaultList: ((string | number) | {
1675
1821
  [key: string]: any;
@@ -1702,7 +1848,7 @@ declare const _default: import("vue").DefineComponent<{
1702
1848
  roleFields: Record<string, any>;
1703
1849
  forceShowSelectAll: boolean;
1704
1850
  onlyForwardCascade: boolean;
1705
- }> | import("vue").DefineComponent<{
1851
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any> | import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1706
1852
  defaultList: {
1707
1853
  type: PropType<((string | number) | {
1708
1854
  [key: string]: any;
@@ -1778,6 +1924,9 @@ declare const _default: import("vue").DefineComponent<{
1778
1924
  type: BooleanConstructor;
1779
1925
  default: boolean;
1780
1926
  };
1927
+ onlyCheckChildNode: {
1928
+ type: BooleanConstructor;
1929
+ };
1781
1930
  itemKey: {
1782
1931
  type: PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number>;
1783
1932
  default: undefined;
@@ -1786,9 +1935,9 @@ declare const _default: import("vue").DefineComponent<{
1786
1935
  type: BooleanConstructor;
1787
1936
  default: boolean;
1788
1937
  };
1789
- }, {
1790
- $message: import("naive-ui").MessageApi;
1791
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1938
+ }>, {
1939
+ $message: import("naive-ui/es/message").MessageApi;
1940
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1792
1941
  defaultList: {
1793
1942
  type: PropType<((string | number) | {
1794
1943
  [key: string]: any;
@@ -1864,6 +2013,9 @@ declare const _default: import("vue").DefineComponent<{
1864
2013
  type: BooleanConstructor;
1865
2014
  default: boolean;
1866
2015
  };
2016
+ onlyCheckChildNode: {
2017
+ type: BooleanConstructor;
2018
+ };
1867
2019
  itemKey: {
1868
2020
  type: PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number>;
1869
2021
  default: undefined;
@@ -1872,13 +2024,13 @@ declare const _default: import("vue").DefineComponent<{
1872
2024
  type: BooleanConstructor;
1873
2025
  default: boolean;
1874
2026
  };
1875
- }>> & {}>>;
2027
+ }>> & Readonly<{}> & {}>;
1876
2028
  emit: any;
1877
- keyword: import("vue").Ref<string>;
1878
- checkedAll: import("vue").Ref<boolean>;
1879
- checkedKeys: import("vue").Ref<(string | number)[]>;
1880
- expandedKeys: import("vue").Ref<(string | number)[]>;
1881
- treeData: import("vue").ShallowRef<import("../../select-person/src/types").PTreeOption[]>;
2029
+ keyword: import("vue").Ref<string, string>;
2030
+ checkedAll: import("vue").Ref<boolean, boolean>;
2031
+ checkedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
2032
+ expandedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
2033
+ treeData: import("vue").ShallowRef<import("../../select-person/src/types").PTreeOption[], import("../../select-person/src/types").PTreeOption[]>;
1882
2034
  treeAsyncData: import("vue").Ref<{
1883
2035
  [x: string]: any;
1884
2036
  key: string | number;
@@ -1913,15 +2065,52 @@ declare const _default: import("vue").DefineComponent<{
1913
2065
  };
1914
2066
  disabled?: boolean | undefined;
1915
2067
  count?: number | undefined;
2068
+ }[], import("../../select-person/src/types").PTreeOption[] | {
2069
+ [x: string]: any;
2070
+ key: string | number;
2071
+ label: string;
2072
+ name: string;
2073
+ labelExpand: string;
2074
+ parentKey?: (string | number) | undefined;
2075
+ parentName: string;
2076
+ innerItemsNum: number;
2077
+ children: any[] | undefined;
2078
+ leaf: boolean;
2079
+ originItem: {
2080
+ [x: string]: any;
2081
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
2082
+ label?: string | undefined;
2083
+ checkboxDisabled?: boolean | undefined;
2084
+ disabled?: boolean | undefined;
2085
+ isLeaf?: boolean | undefined;
2086
+ children?: {
2087
+ [x: string]: unknown;
2088
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
2089
+ label?: string | undefined;
2090
+ checkboxDisabled?: boolean | undefined;
2091
+ disabled?: boolean | undefined;
2092
+ isLeaf?: boolean | undefined;
2093
+ children?: any[] | undefined;
2094
+ prefix?: (() => import("vue").VNodeChild) | undefined;
2095
+ suffix?: (() => import("vue").VNodeChild) | undefined;
2096
+ }[] | undefined;
2097
+ prefix?: (() => import("vue").VNodeChild) | undefined;
2098
+ suffix?: (() => import("vue").VNodeChild) | undefined;
2099
+ };
2100
+ disabled?: boolean | undefined;
2101
+ count?: number | undefined;
1916
2102
  }[]>;
1917
- searchTreeData: import("vue").ShallowRef<import("../../select-person/src/types").PTreeOption[]>;
2103
+ searchTreeData: import("vue").ShallowRef<import("../../select-person/src/types").PTreeOption[], import("../../select-person/src/types").PTreeOption[]>;
1918
2104
  searchData: import("vue").ShallowRef<{
1919
2105
  title: string;
1920
2106
  data: import("../../select-person/src/types").PTreeOption[];
2107
+ }[], {
2108
+ title: string;
2109
+ data: import("../../select-person/src/types").PTreeOption[];
1921
2110
  }[]>;
1922
2111
  treeMap: Map<string | number, import("../../select-person/src/types").PTreeOption>;
1923
- isSearch: import("vue").Ref<boolean>;
1924
- remoteDefaultList: import("vue").Ref<AnyObject[]>;
2112
+ isSearch: import("vue").Ref<boolean, boolean>;
2113
+ remoteDefaultList: import("vue").Ref<AnyObject[], AnyObject[]>;
1925
2114
  isRemote: import("vue").ComputedRef<boolean>;
1926
2115
  checkStrategyResult: import("vue").ComputedRef<any>;
1927
2116
  isSearchFilter: import("vue").ComputedRef<boolean>;
@@ -1967,7 +2156,7 @@ declare const _default: import("vue").DefineComponent<{
1967
2156
  queryLoadChildNode: (node: import("../../select-person/src/types").PTreeOption) => Promise<AnyObject>;
1968
2157
  renderLabel: ({ option }: {
1969
2158
  option: import("naive-ui").TreeOption;
1970
- }) => JSX.Element;
2159
+ }) => any;
1971
2160
  getChildren: (tag: import("../../select-person/src/types").PTreeOption) => AnyObject[];
1972
2161
  transformData: (trees: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[], parentNode: import("../../select-person/src/types").PTreeOption | null, visitor?: Partial<Record<"enter" | "leave", (node: import("../../select-person/src/types").PTreeOption) => unknown>> | undefined) => {
1973
2162
  treeItems: import("../../select-person/src/types").PTreeOption[];
@@ -1983,6 +2172,10 @@ declare const _default: import("vue").DefineComponent<{
1983
2172
  node: import("naive-ui").TreeOption | null;
1984
2173
  action: "check" | "uncheck";
1985
2174
  }) => void;
2175
+ updateTreeSelected: (keys: (string | number)[], _: any, meta: {
2176
+ node: import("naive-ui").TreeOption | null;
2177
+ action: "check" | "uncheck";
2178
+ }) => void;
1986
2179
  clearAll: () => void;
1987
2180
  updateChecked: (key: string | number, checked: boolean) => void;
1988
2181
  notifyCheck: (key: string | number, isChecked?: boolean) => void;
@@ -2003,16 +2196,16 @@ declare const _default: import("vue").DefineComponent<{
2003
2196
  count?: number | undefined;
2004
2197
  }[];
2005
2198
  resetParams: () => void;
2006
- NButton: any;
2007
- NInput: any;
2008
- NInputGroup: any;
2009
- NCheckbox: any;
2010
- NTree: any;
2011
- NSpace: any;
2012
- NGrid: any;
2013
- NGi: any;
2014
- NPopover: any;
2015
- SearchGroupList: import("vue").DefineComponent<{
2199
+ readonly NButton: any;
2200
+ readonly NInput: any;
2201
+ readonly NInputGroup: any;
2202
+ readonly NCheckbox: any;
2203
+ readonly NTree: any;
2204
+ readonly NSpace: any;
2205
+ readonly NGrid: any;
2206
+ readonly NGi: any;
2207
+ readonly NPopover: any;
2208
+ SearchGroupList: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2016
2209
  data: {
2017
2210
  type: PropType<{
2018
2211
  title: string;
@@ -2037,9 +2230,9 @@ declare const _default: import("vue").DefineComponent<{
2037
2230
  type: StringConstructor;
2038
2231
  default: string;
2039
2232
  };
2040
- }, {
2233
+ }>, {
2041
2234
  emit: (event: "checked", ...args: any[]) => void;
2042
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2235
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2043
2236
  data: {
2044
2237
  type: PropType<{
2045
2238
  title: string;
@@ -2064,9 +2257,9 @@ declare const _default: import("vue").DefineComponent<{
2064
2257
  type: StringConstructor;
2065
2258
  default: string;
2066
2259
  };
2067
- }>> & {
2260
+ }>> & Readonly<{
2068
2261
  onChecked?: ((...args: any[]) => any) | undefined;
2069
- }>>;
2262
+ }> & {}>;
2070
2263
  renderData: import("vue").ComputedRef<{
2071
2264
  title: string;
2072
2265
  data: {
@@ -2078,10 +2271,10 @@ declare const _default: import("vue").DefineComponent<{
2078
2271
  }[]>;
2079
2272
  handleClick: (item: AnyObject) => void;
2080
2273
  handleChange: (item: AnyObject, checked: boolean) => void;
2081
- NVirtualList: any;
2082
- NCheckbox: any;
2083
- NPopover: any;
2084
- CDefaultPage: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
2274
+ readonly NVirtualList: any;
2275
+ readonly NCheckbox: any;
2276
+ readonly NPopover: any;
2277
+ readonly CDefaultPage: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2085
2278
  type: {
2086
2279
  type: StringConstructor;
2087
2280
  default: string;
@@ -2093,8 +2286,8 @@ declare const _default: import("vue").DefineComponent<{
2093
2286
  content: string;
2094
2287
  };
2095
2288
  };
2096
- }, {
2097
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2289
+ }>, {
2290
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2098
2291
  type: {
2099
2292
  type: StringConstructor;
2100
2293
  default: string;
@@ -2106,9 +2299,9 @@ declare const _default: import("vue").DefineComponent<{
2106
2299
  content: string;
2107
2300
  };
2108
2301
  };
2109
- }>> & {
2302
+ }>> & Readonly<{
2110
2303
  onReloadPage?: ((...args: any[]) => any) | undefined;
2111
- }>>;
2304
+ }> & {}>;
2112
2305
  emit: (event: "reloadPage", ...args: any[]) => void;
2113
2306
  configResult: import("vue").ComputedRef<{
2114
2307
  title: string;
@@ -2116,9 +2309,9 @@ declare const _default: import("vue").DefineComponent<{
2116
2309
  img: string;
2117
2310
  }>;
2118
2311
  reloadPage: () => void;
2119
- NIcon: any;
2120
- Refresh: 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<{}>>, {}>;
2121
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2312
+ readonly NIcon: any;
2313
+ readonly Refresh: 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>;
2314
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2122
2315
  type: {
2123
2316
  type: StringConstructor;
2124
2317
  default: string;
@@ -2130,29 +2323,29 @@ declare const _default: import("vue").DefineComponent<{
2130
2323
  content: string;
2131
2324
  };
2132
2325
  };
2133
- }>> & {
2326
+ }>> & Readonly<{
2134
2327
  onReloadPage?: ((...args: any[]) => any) | undefined;
2135
- }, {
2328
+ }>, {
2136
2329
  type: string;
2137
2330
  config: AnyObject;
2138
- }>>;
2139
- GroupItem: import("vue").DefineComponent<{
2331
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
2332
+ GroupItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2140
2333
  item: {
2141
2334
  type: PropType<AnyObject>;
2142
2335
  required: true;
2143
2336
  };
2144
- }, {
2337
+ }>, {
2145
2338
  emit: (event: "checked", ...args: any[]) => void;
2146
2339
  handleClick: (item: AnyObject) => void;
2147
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checked"[], "checked", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2340
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checked"[], "checked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2148
2341
  item: {
2149
2342
  type: PropType<AnyObject>;
2150
2343
  required: true;
2151
2344
  };
2152
- }>> & {
2345
+ }>> & Readonly<{
2153
2346
  onChecked?: ((...args: any[]) => any) | undefined;
2154
- }, {}>;
2155
- TagItem: import("vue").DefineComponent<{
2347
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2348
+ TagItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2156
2349
  tag: {
2157
2350
  type: PropType<AnyObject>;
2158
2351
  required: true;
@@ -2161,8 +2354,8 @@ declare const _default: import("vue").DefineComponent<{
2161
2354
  type: BooleanConstructor;
2162
2355
  default: boolean;
2163
2356
  };
2164
- }, {
2165
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2357
+ }>, {
2358
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2166
2359
  tag: {
2167
2360
  type: PropType<AnyObject>;
2168
2361
  required: true;
@@ -2171,14 +2364,14 @@ declare const _default: import("vue").DefineComponent<{
2171
2364
  type: BooleanConstructor;
2172
2365
  default: boolean;
2173
2366
  };
2174
- }>> & {
2367
+ }>> & Readonly<{
2175
2368
  onUnchecked?: ((...args: any[]) => any) | undefined;
2176
- }>>;
2369
+ }> & {}>;
2177
2370
  emit: (event: "unchecked", ...args: any[]) => void;
2178
2371
  updateChecked: (key: string, checked: boolean) => void;
2179
- NIcon: any;
2180
- CloseCircleSharp: 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<{}>>, {}>;
2181
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "unchecked"[], "unchecked", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2372
+ readonly NIcon: any;
2373
+ readonly CloseCircleSharp: 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>;
2374
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "unchecked"[], "unchecked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2182
2375
  tag: {
2183
2376
  type: PropType<AnyObject>;
2184
2377
  required: true;
@@ -2187,12 +2380,12 @@ declare const _default: import("vue").DefineComponent<{
2187
2380
  type: BooleanConstructor;
2188
2381
  default: boolean;
2189
2382
  };
2190
- }>> & {
2383
+ }>> & Readonly<{
2191
2384
  onUnchecked?: ((...args: any[]) => any) | undefined;
2192
- }, {
2385
+ }>, {
2193
2386
  showClose: boolean;
2194
- }>;
2195
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checked"[], "checked", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2387
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2388
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checked"[], "checked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2196
2389
  data: {
2197
2390
  type: PropType<{
2198
2391
  title: string;
@@ -2217,13 +2410,13 @@ declare const _default: import("vue").DefineComponent<{
2217
2410
  type: StringConstructor;
2218
2411
  default: string;
2219
2412
  };
2220
- }>> & {
2413
+ }>> & Readonly<{
2221
2414
  onChecked?: ((...args: any[]) => any) | undefined;
2222
- }, {
2415
+ }>, {
2223
2416
  type: string;
2224
2417
  showTagHover: boolean;
2225
- }>;
2226
- TagItem: import("vue").DefineComponent<{
2418
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2419
+ TagItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2227
2420
  tag: {
2228
2421
  type: PropType<AnyObject>;
2229
2422
  required: true;
@@ -2232,8 +2425,8 @@ declare const _default: import("vue").DefineComponent<{
2232
2425
  type: BooleanConstructor;
2233
2426
  default: boolean;
2234
2427
  };
2235
- }, {
2236
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2428
+ }>, {
2429
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2237
2430
  tag: {
2238
2431
  type: PropType<AnyObject>;
2239
2432
  required: true;
@@ -2242,14 +2435,14 @@ declare const _default: import("vue").DefineComponent<{
2242
2435
  type: BooleanConstructor;
2243
2436
  default: boolean;
2244
2437
  };
2245
- }>> & {
2438
+ }>> & Readonly<{
2246
2439
  onUnchecked?: ((...args: any[]) => any) | undefined;
2247
- }>>;
2440
+ }> & {}>;
2248
2441
  emit: (event: "unchecked", ...args: any[]) => void;
2249
2442
  updateChecked: (key: string, checked: boolean) => void;
2250
- NIcon: any;
2251
- CloseCircleSharp: 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<{}>>, {}>;
2252
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "unchecked"[], "unchecked", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2443
+ readonly NIcon: any;
2444
+ readonly CloseCircleSharp: 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>;
2445
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "unchecked"[], "unchecked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2253
2446
  tag: {
2254
2447
  type: PropType<AnyObject>;
2255
2448
  required: true;
@@ -2258,12 +2451,12 @@ declare const _default: import("vue").DefineComponent<{
2258
2451
  type: BooleanConstructor;
2259
2452
  default: boolean;
2260
2453
  };
2261
- }>> & {
2454
+ }>> & Readonly<{
2262
2455
  onUnchecked?: ((...args: any[]) => any) | undefined;
2263
- }, {
2456
+ }>, {
2264
2457
  showClose: boolean;
2265
- }>;
2266
- CDefaultPage: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
2458
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2459
+ readonly CDefaultPage: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2267
2460
  type: {
2268
2461
  type: StringConstructor;
2269
2462
  default: string;
@@ -2275,8 +2468,8 @@ declare const _default: import("vue").DefineComponent<{
2275
2468
  content: string;
2276
2469
  };
2277
2470
  };
2278
- }, {
2279
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2471
+ }>, {
2472
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2280
2473
  type: {
2281
2474
  type: StringConstructor;
2282
2475
  default: string;
@@ -2288,9 +2481,9 @@ declare const _default: import("vue").DefineComponent<{
2288
2481
  content: string;
2289
2482
  };
2290
2483
  };
2291
- }>> & {
2484
+ }>> & Readonly<{
2292
2485
  onReloadPage?: ((...args: any[]) => any) | undefined;
2293
- }>>;
2486
+ }> & {}>;
2294
2487
  emit: (event: "reloadPage", ...args: any[]) => void;
2295
2488
  configResult: import("vue").ComputedRef<{
2296
2489
  title: string;
@@ -2298,9 +2491,9 @@ declare const _default: import("vue").DefineComponent<{
2298
2491
  img: string;
2299
2492
  }>;
2300
2493
  reloadPage: () => void;
2301
- NIcon: any;
2302
- Refresh: 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<{}>>, {}>;
2303
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2494
+ readonly NIcon: any;
2495
+ readonly Refresh: 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>;
2496
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2304
2497
  type: {
2305
2498
  type: StringConstructor;
2306
2499
  default: string;
@@ -2312,13 +2505,13 @@ declare const _default: import("vue").DefineComponent<{
2312
2505
  content: string;
2313
2506
  };
2314
2507
  };
2315
- }>> & {
2508
+ }>> & Readonly<{
2316
2509
  onReloadPage?: ((...args: any[]) => any) | undefined;
2317
- }, {
2510
+ }>, {
2318
2511
  type: string;
2319
2512
  config: AnyObject;
2320
- }>>;
2321
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2513
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
2514
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2322
2515
  defaultList: {
2323
2516
  type: PropType<((string | number) | {
2324
2517
  [key: string]: any;
@@ -2394,6 +2587,9 @@ declare const _default: import("vue").DefineComponent<{
2394
2587
  type: BooleanConstructor;
2395
2588
  default: boolean;
2396
2589
  };
2590
+ onlyCheckChildNode: {
2591
+ type: BooleanConstructor;
2592
+ };
2397
2593
  itemKey: {
2398
2594
  type: PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number>;
2399
2595
  default: undefined;
@@ -2402,7 +2598,7 @@ declare const _default: import("vue").DefineComponent<{
2402
2598
  type: BooleanConstructor;
2403
2599
  default: boolean;
2404
2600
  };
2405
- }>>, {
2601
+ }>> & Readonly<{}>, {
2406
2602
  data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[];
2407
2603
  defaultList: ((string | number) | {
2408
2604
  [key: string]: any;
@@ -2423,10 +2619,11 @@ declare const _default: import("vue").DefineComponent<{
2423
2619
  forceShowSelectAll: boolean;
2424
2620
  onlyForwardCascade: boolean;
2425
2621
  hideLeaf: boolean;
2622
+ onlyCheckChildNode: boolean;
2426
2623
  itemKey: (node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number;
2427
2624
  showTagHover: boolean;
2428
- }>>;
2429
- getProps: import("vue").ComputedRef<Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2625
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
2626
+ getProps: import("vue").ComputedRef<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2430
2627
  defaultList: {
2431
2628
  type: PropType<((string | number) | {
2432
2629
  [key: string]: any;
@@ -2541,6 +2738,10 @@ declare const _default: import("vue").DefineComponent<{
2541
2738
  type: BooleanConstructor;
2542
2739
  default: boolean;
2543
2740
  };
2741
+ onlyCheckChildNode: {
2742
+ type: BooleanConstructor;
2743
+ default: boolean;
2744
+ };
2544
2745
  itemKey: {
2545
2746
  type: PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number>;
2546
2747
  default: undefined;
@@ -2549,15 +2750,15 @@ declare const _default: import("vue").DefineComponent<{
2549
2750
  type: BooleanConstructor;
2550
2751
  default: boolean;
2551
2752
  };
2552
- }>> & {
2753
+ }>> & Readonly<{
2553
2754
  onCheck?: ((...args: any[]) => any) | undefined;
2554
2755
  onCheckWithLevel?: ((...args: any[]) => any) | undefined;
2555
- }>> & {
2756
+ }> & {}> & {
2556
2757
  [x: string]: unknown;
2557
2758
  }>;
2558
2759
  emits: (event: "check" | "checkWithLevel", ...args: any[]) => void;
2559
2760
  getCheckWithLevel: (strategy?: import("../../select-person/src/types").Strategy | undefined, hideLeaf?: boolean | undefined) => any;
2560
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("check" | "checkWithLevel")[], "check" | "checkWithLevel", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2761
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("check" | "checkWithLevel")[], "check" | "checkWithLevel", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2561
2762
  defaultList: {
2562
2763
  type: PropType<((string | number) | {
2563
2764
  [key: string]: any;
@@ -2672,6 +2873,10 @@ declare const _default: import("vue").DefineComponent<{
2672
2873
  type: BooleanConstructor;
2673
2874
  default: boolean;
2674
2875
  };
2876
+ onlyCheckChildNode: {
2877
+ type: BooleanConstructor;
2878
+ default: boolean;
2879
+ };
2675
2880
  itemKey: {
2676
2881
  type: PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number>;
2677
2882
  default: undefined;
@@ -2680,10 +2885,10 @@ declare const _default: import("vue").DefineComponent<{
2680
2885
  type: BooleanConstructor;
2681
2886
  default: boolean;
2682
2887
  };
2683
- }>> & {
2888
+ }>> & Readonly<{
2684
2889
  onCheck?: ((...args: any[]) => any) | undefined;
2685
2890
  onCheckWithLevel?: ((...args: any[]) => any) | undefined;
2686
- }, {
2891
+ }>, {
2687
2892
  data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[];
2688
2893
  height: string;
2689
2894
  defaultList: ((string | number) | {
@@ -2721,10 +2926,11 @@ declare const _default: import("vue").DefineComponent<{
2721
2926
  forceShowSelectAll: boolean;
2722
2927
  onlyForwardCascade: boolean;
2723
2928
  hideLeaf: boolean;
2929
+ onlyCheckChildNode: boolean;
2724
2930
  itemKey: (node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number;
2725
2931
  showTagHover: boolean;
2726
- }>>;
2727
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("check" | "changeModalVisible")[], "check" | "changeModalVisible", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2932
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
2933
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("check" | "changeModalVisible")[], "check" | "changeModalVisible", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2728
2934
  visible: {
2729
2935
  type: BooleanConstructor;
2730
2936
  default: boolean;
@@ -2737,15 +2943,15 @@ declare const _default: import("vue").DefineComponent<{
2737
2943
  type: PropType<AnyObject[]>;
2738
2944
  default: () => never[];
2739
2945
  };
2740
- }>> & {
2946
+ }>> & Readonly<{
2741
2947
  onCheck?: ((...args: any[]) => any) | undefined;
2742
2948
  onChangeModalVisible?: ((...args: any[]) => any) | undefined;
2743
- }, {
2949
+ }>, {
2744
2950
  visible: boolean;
2745
2951
  defaultList: string[];
2746
2952
  treeData: AnyObject[];
2747
- }>;
2748
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checkPerson"[], "checkPerson", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2953
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2954
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checkPerson"[], "checkPerson", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2749
2955
  defaultValue: {
2750
2956
  type: (ArrayConstructor | StringConstructor)[];
2751
2957
  };
@@ -2753,12 +2959,12 @@ declare const _default: import("vue").DefineComponent<{
2753
2959
  type: StringConstructor;
2754
2960
  default: string;
2755
2961
  };
2756
- }>> & {
2962
+ }>> & Readonly<{
2757
2963
  onCheckPerson?: ((...args: any[]) => any) | undefined;
2758
- }, {
2964
+ }>, {
2759
2965
  orgId: string;
2760
- }>;
2761
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancelModal"[], "cancelModal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2966
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2967
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancelModal"[], "cancelModal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2762
2968
  visible: {
2763
2969
  type: BooleanConstructor;
2764
2970
  default: boolean;
@@ -2787,9 +2993,9 @@ declare const _default: import("vue").DefineComponent<{
2787
2993
  type: ArrayConstructor;
2788
2994
  default: () => never[];
2789
2995
  };
2790
- }>> & {
2996
+ }>> & Readonly<{
2791
2997
  onCancelModal?: ((...args: any[]) => any) | undefined;
2792
- }, {
2998
+ }>, {
2793
2999
  id: string;
2794
3000
  visible: boolean;
2795
3001
  searchFieldList: unknown[];
@@ -2797,8 +3003,8 @@ declare const _default: import("vue").DefineComponent<{
2797
3003
  orgId: string;
2798
3004
  formOntype: string;
2799
3005
  formItemData: Record<string, any>;
2800
- }>;
2801
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "closeModal"[], "closeModal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3006
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3007
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "closeModal"[], "closeModal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2802
3008
  id: {
2803
3009
  type: StringConstructor;
2804
3010
  default: string;
@@ -2814,11 +3020,11 @@ declare const _default: import("vue").DefineComponent<{
2814
3020
  type: StringConstructor;
2815
3021
  default: string;
2816
3022
  };
2817
- }>> & {
3023
+ }>> & Readonly<{
2818
3024
  onCloseModal?: ((...args: any[]) => any) | undefined;
2819
- }, {
3025
+ }>, {
2820
3026
  id: string;
2821
3027
  tableData: IExpandFieldItemType[];
2822
3028
  orgId: string;
2823
- }>;
3029
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2824
3030
  export default _default;