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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (583) hide show
  1. package/README.md +87 -87
  2. package/es/components/annotation-edit/index.d.ts +5 -5
  3. package/es/components/annotation-edit/src/AnnotationEdit.d.ts +5 -5
  4. package/es/components/audio-sdk/index.d.ts +54 -52
  5. package/es/components/audio-sdk/src/Index.vue.d.ts +54 -52
  6. package/es/components/audio-sdk/src/Index.vue2.js +9 -8
  7. package/es/components/audio-sdk/src/audioSDK.d.ts +1 -1
  8. package/es/components/audio-sdk/src/components/form.vue.d.ts +16 -16
  9. package/es/components/audio-sdk/src/components/readyCountdown.vue.d.ts +10 -10
  10. package/es/components/audio-sdk/src/components/readyCountdown.vue2.js +5 -6
  11. package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +49 -47
  12. package/es/components/audio-sdk/src/components/recording.vue.d.ts +41 -39
  13. package/es/components/audio-sdk/src/components/recording.vue2.js +52 -57
  14. package/es/components/audio-sdk/src/hooks/useChartAudioContext.d.ts +5 -5
  15. package/es/components/audio-sdk/src/svgs/Close.vue.js +4 -6
  16. package/es/components/audio-sdk/src/svgs/Continue.vue.js +1 -3
  17. package/es/components/audio-sdk/src/svgs/Enlarge.vue.js +1 -3
  18. package/es/components/audio-sdk/src/svgs/Pause.vue.js +1 -3
  19. package/es/components/audio-sdk/src/svgs/WaveView.vue.js +1 -3
  20. package/es/components/audio-sdk/src/svgs/Zoom.vue.js +4 -6
  21. package/es/components/audio-sdk/src/utils/index.d.ts +1 -1
  22. package/es/components/audio-sdk/src/utils/recordingModal.d.ts +2 -2
  23. package/es/components/base-search/index.d.ts +61 -19
  24. package/es/components/base-search/src/index.vue.d.ts +61 -19
  25. package/es/components/base-search/src/index.vue2.js +33 -34
  26. package/es/components/big-table/index.d.ts +67 -43
  27. package/es/components/big-table/src/BigTable.vue.d.ts +67 -43
  28. package/es/components/big-table/src/BigTable.vue2.js +18 -18
  29. package/es/components/big-table/src/components/NoData.vue.d.ts +7 -7
  30. package/es/components/big-table/src/components/NoData.vue2.js +4 -4
  31. package/es/components/big-table/src/components/edit-form/edit-date.d.ts +7 -5
  32. package/es/components/big-table/src/components/edit-form/edit-input.d.ts +8 -5
  33. package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +12 -5
  34. package/es/components/big-table/src/components/edit-form/edit-select.d.ts +7 -5
  35. package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +47 -23
  36. package/es/components/big-table/src/components/edit-form/edit-separate.vue2.js +2 -1
  37. package/es/components/big-table/src/components/edit-form/edit-time.d.ts +7 -5
  38. package/es/components/big-table/src/components/edit-form/useCommon.d.ts +2 -2
  39. package/es/components/big-table/src/components/input-button.vue.d.ts +5 -5
  40. package/es/components/big-table/src/components/input-button.vue2.js +5 -4
  41. package/es/components/big-table/src/components/separate.vue.d.ts +31 -7
  42. package/es/components/big-table/src/components/separate.vue2.js +4 -5
  43. package/es/components/big-table/src/hooks/useAnnotation.d.ts +1 -1
  44. package/es/components/big-table/src/hooks/useEdit.d.ts +84 -48
  45. package/es/components/big-table/src/hooks/useSeparateRow.d.ts +50 -2
  46. package/es/components/body-select/index.d.ts +17 -17
  47. package/es/components/body-select/src/index.vue.d.ts +17 -17
  48. package/es/components/body-select/src/index.vue2.js +29 -31
  49. package/es/components/bpmn-workflow/index.d.ts +9 -9
  50. package/es/components/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +9 -9
  51. package/es/components/bpmn-workflow/src/BpmnWorkflow.vue2.js +1 -1
  52. package/es/components/branch-notice/index.d.ts +72 -49
  53. package/es/components/branch-notice/src/BranchNotice.vue.d.ts +70 -47
  54. package/es/components/branch-notice/src/BranchNotice.vue2.js +6 -5
  55. package/es/components/branch-notice/src/components/NoticeItem.vue.d.ts +57 -34
  56. package/es/components/branch-notice/src/components/NoticeItem.vue2.js +4 -4
  57. package/es/components/branch-notice/src/components/NoticeItemAside.vue.d.ts +12 -12
  58. package/es/components/branch-notice/src/components/NoticeItemAside.vue2.js +3 -4
  59. package/es/components/branch-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
  60. package/es/components/button-print/index.d.ts +203 -141
  61. package/es/components/button-print/src/ButtonPrint.vue.d.ts +203 -141
  62. package/es/components/button-print/src/ButtonPrint.vue2.js +8 -7
  63. package/es/components/button-print/src/components/EditFormat.vue.d.ts +48 -18
  64. package/es/components/button-print/src/components/EditFormat.vue2.js +10 -10
  65. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +72 -43
  66. package/es/components/button-print/src/components/IdentityVerification.vue2.js +13 -12
  67. package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +103 -71
  68. package/es/components/button-print/src/components/NewPrintComponent.vue2.js +125 -91
  69. package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +88 -58
  70. package/es/components/button-print/src/components/OldPrintComponent.vue2.js +6 -6
  71. package/es/components/button-print/src/components/Preview.vue.d.ts +13 -13
  72. package/es/components/button-print/src/components/Preview.vue2.js +3 -2
  73. package/es/components/calendar/index.d.ts +32 -277
  74. package/es/components/calendar/src/Calendar.vue.d.ts +31 -276
  75. package/es/components/calendar/src/Calendar.vue2.js +5 -4
  76. package/es/components/callback/index.d.ts +11 -11
  77. package/es/components/callback/src/components/dialog/drawer.vue.d.ts +20 -21
  78. package/es/components/callback/src/components/dialog/drawer.vue2.js +2 -1
  79. package/es/components/callback/src/components/dialog/modal.vue.d.ts +22 -22
  80. package/es/components/callback/src/components/dialog/modal.vue2.js +2 -1
  81. package/es/components/callback/src/components/popup/index.vue.d.ts +6 -6
  82. package/es/components/callback/src/components/render/drawerIframe/index.vue.d.ts +12 -12
  83. package/es/components/callback/src/components/render/drawerIframe/index.vue2.js +1 -1
  84. package/es/components/callback/src/components/render/index.vue.d.ts +6 -6
  85. package/es/components/callback/src/components/render/popupMaps.d.ts +3162 -1602
  86. package/es/components/callback/src/index.vue.d.ts +11 -11
  87. package/es/components/callback/src/index.vue2.js +2 -1
  88. package/es/components/card-reader-sdk/src/components/readCardDialog.vue.d.ts +12 -15
  89. package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +7 -6
  90. package/es/components/card-render/index.d.ts +10 -10
  91. package/es/components/card-render/src/CardRender.vue.d.ts +10 -10
  92. package/es/components/card-render/src/CardRender.vue2.js +8 -5
  93. package/es/components/card-render/src/components/Box.vue.d.ts +8 -8
  94. package/es/components/card-render/src/components/Box.vue2.js +6 -4
  95. package/es/components/card-render/src/components/Button.vue.d.ts +8 -8
  96. package/es/components/card-render/src/components/Button.vue2.js +6 -4
  97. package/es/components/card-render/src/components/Divider.vue.d.ts +8 -8
  98. package/es/components/card-render/src/components/Divider.vue2.js +1 -1
  99. package/es/components/card-render/src/components/Field.vue.d.ts +8 -8
  100. package/es/components/card-render/src/components/Field.vue2.js +18 -18
  101. package/es/components/card-render/src/components/FieldGroup.vue.d.ts +8 -8
  102. package/es/components/card-render/src/components/FieldGroup.vue2.js +12 -12
  103. package/es/components/card-render/src/components/Image.vue.d.ts +8 -8
  104. package/es/components/card-render/src/components/Image.vue2.js +2 -2
  105. package/es/components/card-render/src/components/Label.vue.d.ts +8 -8
  106. package/es/components/card-render/src/components/Label.vue2.js +3 -3
  107. package/es/components/card-render/src/components/Row.vue.d.ts +8 -8
  108. package/es/components/card-render/src/components/Row.vue2.js +7 -5
  109. package/es/components/card-render/src/components/ScaleView.vue.d.ts +8 -8
  110. package/es/components/card-render/src/components/ScaleView.vue2.js +2 -2
  111. package/es/components/card-render/src/components/Slot.d.ts +5 -5
  112. package/es/components/card-render/src/components/Table.vue.d.ts +16 -16
  113. package/es/components/card-render/src/components/Table.vue2.js +4 -4
  114. package/es/components/card-render/src/components/Text.vue.d.ts +7 -7
  115. package/es/components/card-render/src/components/Text.vue2.js +4 -4
  116. package/es/components/card-render/src/components/index.d.ts +113 -113
  117. package/es/components/classification/index.d.ts +509 -432
  118. package/es/components/classification/src/components/search-filter/index.vue.d.ts +370 -358
  119. package/es/components/classification/src/components/search-filter/index.vue2.js +8 -7
  120. package/es/components/classification/src/components/set-classification/index.vue.d.ts +414 -402
  121. package/es/components/classification/src/components/set-classification/index.vue2.js +4 -3
  122. package/es/components/classification/src/components/table-modal/index.vue.d.ts +27 -27
  123. package/es/components/classification/src/components/table-modal/index.vue2.js +143 -144
  124. package/es/components/classification/src/index.vue.d.ts +509 -432
  125. package/es/components/classification/src/index.vue2.js +71 -73
  126. package/es/components/config-provider/index.d.ts +7 -5
  127. package/es/components/config-provider/src/ConfigProvider.d.ts +7 -5
  128. package/es/components/date-picker/index.d.ts +15 -15
  129. package/es/components/date-picker/src/DatePicker.vue.d.ts +15 -15
  130. package/es/components/date-picker/src/DatePicker.vue2.js +9 -8
  131. package/es/components/default-page/index.d.ts +11 -11
  132. package/es/components/default-page/src/index.vue.d.ts +11 -11
  133. package/es/components/default-page/src/index.vue2.js +21 -22
  134. package/es/components/editor/index.d.ts +77 -7
  135. package/es/components/editor/src/Editor.d.ts +78 -7
  136. package/es/components/expand-field/index.d.ts +478 -303
  137. package/es/components/expand-field/src/components/FormBatchOptionsModal.vue.d.ts +14 -14
  138. package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +19 -19
  139. package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +304 -225
  140. package/es/components/expand-field/src/components/FormItemPerson.vue2.js +5 -4
  141. package/es/components/expand-field/src/components/PersonModal.vue.d.ts +284 -205
  142. package/es/components/expand-field/src/components/PersonModal.vue2.js +6 -5
  143. package/es/components/expand-field/src/components/form.vue.d.ts +458 -285
  144. package/es/components/expand-field/src/components/form.vue2.js +114 -122
  145. package/es/components/expand-field/src/index.vue.d.ts +479 -304
  146. package/es/components/expand-field/src/index.vue2.js +29 -29
  147. package/es/components/fabric-chart/index.d.ts +29 -29
  148. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +29 -29
  149. package/es/components/fabric-chart/src/FabricChart.vue2.js +7 -6
  150. package/es/components/fabric-chart/src/components/PopupMenu.d.ts +6 -6
  151. package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +7 -7
  152. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +9 -9
  153. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +9 -9
  154. package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.d.ts +1 -1
  155. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.d.ts +1 -1
  156. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +9 -9
  157. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +9 -9
  158. package/es/components/field-editor/index.d.ts +50 -42
  159. package/es/components/field-editor/src/FieldEditor.vue.d.ts +50 -42
  160. package/es/components/field-editor/src/FieldEditor.vue2.js +5 -5
  161. package/es/components/field-set/index.d.ts +13 -13
  162. package/es/components/field-set/src/FieldColor.vue.d.ts +215 -153
  163. package/es/components/field-set/src/FieldColor.vue2.js +10 -9
  164. package/es/components/field-set/src/FieldFilter.vue.d.ts +76 -50
  165. package/es/components/field-set/src/FieldFilter.vue2.js +12 -11
  166. package/es/components/field-set/src/FieldSet.vue.d.ts +77 -63
  167. package/es/components/field-set/src/FieldSet.vue2.js +35 -34
  168. package/es/components/field-set/src/Index.vue.d.ts +13 -13
  169. package/es/components/field-set/src/Index.vue2.js +16 -13
  170. package/es/components/field-set/src/TableStyle.vue.d.ts +21 -13
  171. package/es/components/field-set/src/TableStyle.vue2.js +25 -25
  172. package/es/components/field-set/src/components/condition.vue.d.ts +47 -32
  173. package/es/components/field-set/src/components/condition.vue2.js +16 -19
  174. package/es/components/field-set/src/components/edit-dialog.vue.d.ts +149 -102
  175. package/es/components/field-set/src/components/edit-dialog.vue2.js +4 -3
  176. package/es/components/field-set/src/components/edit-filter.vue.d.ts +67 -43
  177. package/es/components/field-set/src/components/edit-filter.vue2.js +2 -1
  178. package/es/components/field-set/src/components/table-row.vue.d.ts +32 -32
  179. package/es/components/field-set/src/components/table-row.vue2.js +28 -26
  180. package/es/components/form-config/index.d.ts +1408 -426
  181. package/es/components/form-config/src/FormConfig.vue.d.ts +1408 -426
  182. package/es/components/form-config/src/FormConfig.vue2.js +13 -12
  183. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +58 -50
  184. package/es/components/form-config/src/components/FormConfigCreator.vue2.js +2 -1
  185. package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +9 -9
  186. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +1105 -203
  187. package/es/components/form-config/src/components/FormConfigEdit.vue2.js +3 -3
  188. package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +119 -81
  189. package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +41 -41
  190. package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +4 -4
  191. package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +11 -11
  192. package/es/components/form-config/src/components/renderer/CloseButton.vue2.js +1 -1
  193. package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +29 -29
  194. package/es/components/form-config/src/components/renderer/ComplexNode.vue2.js +4 -5
  195. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +21 -21
  196. package/es/components/form-config/src/components/renderer/DefaultNode.vue2.js +5 -5
  197. package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +1 -1
  198. package/es/components/form-render/index.d.ts +48 -40
  199. package/es/components/form-render/src/FormRender.vue.d.ts +45 -37
  200. package/es/components/form-render/src/FormRender.vue2.js +6 -5
  201. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +48 -40
  202. package/es/components/form-render/src/FormRenderWrapper.vue2.js +2 -2
  203. package/es/components/form-render/src/components/renderer/combination/combination.d.ts +6 -6
  204. package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.d.ts +4 -4
  205. package/es/components/form-render/src/components/renderer/combination/jsonCombination.d.ts +6 -6
  206. package/es/components/form-render/src/components/renderer/combination/tableCombination.d.ts +6 -6
  207. package/es/components/form-render/src/components/renderer/complex.d.ts +4 -4
  208. package/es/components/form-render/src/components/renderer/date.d.ts +7 -9
  209. package/es/components/form-render/src/components/renderer/formItem.d.ts +5 -5
  210. package/es/components/form-render/src/components/renderer/formItem.js +6 -1
  211. package/es/components/form-render/src/components/renderer/input.d.ts +5 -5
  212. package/es/components/form-render/src/components/renderer/inputNumber.d.ts +7 -7
  213. package/es/components/form-render/src/components/renderer/levelSearchCascader/index.d.ts +5 -5
  214. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +31 -31
  215. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue2.js +6 -6
  216. package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +31 -31
  217. package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +18 -18
  218. package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +5 -5
  219. package/es/components/form-render/src/components/renderer/searchCascade.d.ts +5 -5
  220. package/es/components/form-render/src/components/renderer/select.d.ts +5 -5
  221. package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +2 -2
  222. package/es/components/form-render/src/components/renderer/slider.d.ts +4 -4
  223. package/es/components/form-render/src/components/renderer/switch.d.ts +5 -5
  224. package/es/components/form-render/src/components/renderer/text.d.ts +3 -3
  225. package/es/components/form-render/src/components/renderer/textarea.d.ts +5 -5
  226. package/es/components/form-render/src/components/renderer/time.d.ts +3 -3
  227. package/es/components/form-render/src/components/tooltipMessage.vue.d.ts +9 -9
  228. package/es/components/form-render/src/components/tooltipMessage.vue2.js +1 -1
  229. package/es/components/form-render/src/hooks/useAnchor.d.ts +9 -1
  230. package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -1
  231. package/es/components/form-render/src/hooks/useComplexOptions.d.ts +3 -3
  232. package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +6 -6
  233. package/es/components/form-render/src/hooks/useFormField.d.ts +1 -1
  234. package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +12 -12
  235. package/es/components/form-render/src/types/fieldItem.d.ts +1 -0
  236. package/es/components/form-render/src/utils/index.d.ts +3 -3
  237. package/es/components/grid/index.d.ts +1 -1
  238. package/es/components/grid/src/Grid.d.ts +1 -1
  239. package/es/components/guide/src/renderer.d.ts +5 -5
  240. package/es/components/iho-chat/index.d.ts +834 -760
  241. package/es/components/iho-chat/src/Index.vue.d.ts +834 -760
  242. package/es/components/iho-chat/src/Index.vue2.js +4 -3
  243. package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +42 -42
  244. package/es/components/iho-chat/src/components/ChatAdd.vue2.js +51 -51
  245. package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +122 -88
  246. package/es/components/iho-chat/src/components/ChatFile.vue2.js +7 -7
  247. package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +66 -64
  248. package/es/components/iho-chat/src/components/ChatFooter.vue2.js +101 -103
  249. package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +306 -272
  250. package/es/components/iho-chat/src/components/ChatHeader.vue2.js +13 -13
  251. package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +191 -177
  252. package/es/components/iho-chat/src/components/ChatMain.vue2.js +6 -6
  253. package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +61 -61
  254. package/es/components/iho-chat/src/components/ChatRecord.vue2.js +71 -77
  255. package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +34 -34
  256. package/es/components/iho-chat/src/components/ChatSearch.vue2.js +42 -45
  257. package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +65 -65
  258. package/es/components/iho-chat/src/components/ChatSet.vue2.js +128 -138
  259. package/es/components/iho-chat/src/components/ContextMenu.d.ts +5 -5
  260. package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +40 -22
  261. package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +20 -21
  262. package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +9 -9
  263. package/es/components/iho-chat/src/components/MessageEvent.vue2.js +11 -13
  264. package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +32 -32
  265. package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +2 -2
  266. package/es/components/iho-chat/src/components/MessageTemplate.vue.d.ts +18 -22
  267. package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +34 -36
  268. package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +82 -64
  269. package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +84 -90
  270. package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +13 -13
  271. package/es/components/iho-chat/src/components/PersonProfile.vue2.js +3 -3
  272. package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +15 -15
  273. package/es/components/iho-chat/src/components/SelectLabel.vue2.js +3 -2
  274. package/es/components/iho-chat/src/components/SiderList.vue.d.ts +69 -63
  275. package/es/components/iho-chat/src/components/SiderList.vue2.js +2 -2
  276. package/es/components/iho-chat/src/components/Video.vue.d.ts +13 -13
  277. package/es/components/iho-chat/src/components/Video.vue2.js +36 -40
  278. package/es/components/iho-chat/src/components/userItemRender.d.ts +5 -5
  279. package/es/components/iho-chat/src/hooks/useData.d.ts +6 -6
  280. package/es/components/iho-chat/src/hooks/useDraggable.d.ts +8 -2
  281. package/es/components/iho-chat/src/hooks/useSearchPatientList.d.ts +1 -1
  282. package/es/components/iho-chat/src/hooks/useSearchUserList.d.ts +1 -1
  283. package/es/components/iho-chat/src/hooks/useVideo.d.ts +11 -6
  284. package/es/components/iho-chat/src/utils/index.d.ts +1 -1
  285. package/es/components/iho-table/index.d.ts +3102 -1550
  286. package/es/components/iho-table/src/IhoTable.vue.d.ts +3103 -1551
  287. package/es/components/iho-table/src/IhoTable.vue2.js +9 -8
  288. package/es/components/iho-table/src/constants/index.d.ts +2 -2
  289. package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +2 -2
  290. package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +1 -1
  291. package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
  292. package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +1 -1
  293. package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +1 -1
  294. package/es/components/iho-table/src/hooks/useTableContext.d.ts +3 -3
  295. package/es/components/iho-table/src/plugins/anchorPlugin/tableAnchor.d.ts +1 -1
  296. package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +6 -2
  297. package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue.d.ts +477 -207
  298. package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +17 -16
  299. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +21 -21
  300. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue2.js +1 -1
  301. package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue.d.ts +21 -21
  302. package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue2.js +19 -16
  303. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +31 -31
  304. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +32 -29
  305. package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue.d.ts +11 -11
  306. package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +5 -5
  307. package/es/components/iho-table/src/plugins/headerPlugin/index.js +5 -9
  308. package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue.d.ts +8 -8
  309. package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue2.js +1 -1
  310. package/es/components/iho-table/src/plugins/pagerScrollPlugin/utils.d.ts +9 -9
  311. package/es/components/iho-table/src/plugins/pluginHooks/useFilter.d.ts +2 -2
  312. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +26 -26
  313. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +7 -6
  314. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +1 -1
  315. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +50 -47
  316. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue2.js +2 -1
  317. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +6 -6
  318. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +15 -13
  319. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue2.js +4 -4
  320. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +39 -39
  321. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +8 -7
  322. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.d.ts +1 -1
  323. package/es/components/iho-table/src/types/index.d.ts +1 -0
  324. package/es/components/iho-table/src/utils/index.d.ts +2 -2
  325. package/es/components/iho-table/src/utils/separateMap.d.ts +14 -1
  326. package/es/components/info-header/index.d.ts +195 -355
  327. package/es/components/info-header/src/InfoHeader.vue.d.ts +195 -355
  328. package/es/components/info-header/src/InfoHeader.vue2.js +6 -5
  329. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +37 -46
  330. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +23 -23
  331. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +44 -63
  332. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue2.js +11 -11
  333. package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.d.ts +15 -15
  334. package/es/components/info-header/src/components/infoDescription/HiddenContent.vue2.js +4 -4
  335. package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.d.ts +7 -7
  336. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +109 -129
  337. package/es/components/info-header/src/components/infoDescription/index.vue2.js +9 -9
  338. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +65 -68
  339. package/es/components/info-header/src/components/patientInfo/index.vue2.js +16 -14
  340. package/es/components/keyboard/index.d.ts +77 -65
  341. package/es/components/keyboard/src/Keyboard.vue.d.ts +77 -65
  342. package/es/components/keyboard/src/Keyboard.vue2.js +23 -23
  343. package/es/components/keyboard/src/components/InputNumber.vue.d.ts +16 -16
  344. package/es/components/keyboard/src/components/InputNumber.vue2.js +4 -3
  345. package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +46 -40
  346. package/es/components/keyboard/src/components/NumberPanel.vue2.js +12 -12
  347. package/es/components/map/index.d.ts +12 -12
  348. package/es/components/map/src/Map.vue.d.ts +12 -12
  349. package/es/components/map/src/Map.vue2.js +12 -12
  350. package/es/components/picture-clipper/index.d.ts +11 -11
  351. package/es/components/picture-clipper/src/PictureClipper.vue.d.ts +11 -11
  352. package/es/components/picture-clipper/src/PictureClipper.vue2.js +9 -8
  353. package/es/components/quick-search/index.d.ts +73 -32
  354. package/es/components/quick-search/src/index.vue.d.ts +73 -32
  355. package/es/components/quick-search/src/index.vue2.js +17 -17
  356. package/es/components/recommend-search/index.d.ts +79 -79
  357. package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +79 -79
  358. package/es/components/recommend-search/src/RecommendSearch.vue2.js +6 -5
  359. package/es/components/recommend-search/src/components/BaseSearch.d.ts +7 -7
  360. package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +34 -34
  361. package/es/components/recommend-search/src/components/RecommendInput.vue2.js +27 -28
  362. package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +9 -9
  363. package/es/components/recommend-search/src/components/RecommendMenu.vue2.js +8 -8
  364. package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +29 -29
  365. package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +15 -15
  366. package/es/components/scale-view/index.d.ts +107 -87
  367. package/es/components/scale-view/src/ScaleView.vue.d.ts +66 -63
  368. package/es/components/scale-view/src/ScaleView.vue2.js +18 -16
  369. package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +7 -7
  370. package/es/components/scale-view/src/components/AnswerParse.vue2.js +36 -36
  371. package/es/components/scale-view/src/components/DescribeContent.vue.d.ts +7 -7
  372. package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +12 -12
  373. package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +44 -44
  374. package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -10
  375. package/es/components/scale-view/src/components/EvaluatePage.vue2.js +27 -26
  376. package/es/components/scale-view/src/components/LoadingCom.vue.js +1 -3
  377. package/es/components/scale-view/src/components/NoData.vue.d.ts +7 -7
  378. package/es/components/scale-view/src/components/NoData.vue2.js +4 -4
  379. package/es/components/scale-view/src/components/ScaleScore.d.ts +5 -5
  380. package/es/components/scale-view/src/components/formitem/r-address.d.ts +9 -6
  381. package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +10 -6
  382. package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +11 -6
  383. package/es/components/scale-view/src/components/formitem/r-collection.d.ts +8 -5
  384. package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +9 -6
  385. package/es/components/scale-view/src/components/formitem/r-input.d.ts +8 -6
  386. package/es/components/scale-view/src/components/formitem/r-map.d.ts +70 -6
  387. package/es/components/scale-view/src/components/formitem/r-radio.d.ts +11 -6
  388. package/es/components/scale-view/src/components/formitem/r-select.d.ts +10 -6
  389. package/es/components/scale-view/src/components/formitem/r-sign.d.ts +155 -6
  390. package/es/components/scale-view/src/components/formitem/r-upload.d.ts +11 -6
  391. package/es/components/scale-view/src/components/formitem/sign-com.d.ts +6 -6
  392. package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +9 -5
  393. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +9 -17
  394. package/es/components/search-cascader/index.d.ts +27 -27
  395. package/es/components/search-cascader/src/SearchCascader.vue.d.ts +27 -27
  396. package/es/components/search-cascader/src/SearchCascader.vue2.js +9 -8
  397. package/es/components/search-cascader/src/components/ClearIcon.vue.js +11 -13
  398. package/es/components/search-cascader/src/components/SearchMenu.d.ts +5 -5
  399. package/es/components/select-label/index.d.ts +119 -155
  400. package/es/components/select-label/src/LabelFormContent.vue.d.ts +26 -48
  401. package/es/components/select-label/src/LabelFormContent.vue2.js +38 -40
  402. package/es/components/select-label/src/SelectLabel.vue.d.ts +42 -64
  403. package/es/components/select-label/src/SelectLabel.vue2.js +26 -27
  404. package/es/components/select-label/src/components/label-classify.vue.d.ts +14 -24
  405. package/es/components/select-label/src/components/label-classify.vue2.js +41 -44
  406. package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +29 -21
  407. package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +28 -30
  408. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +45 -37
  409. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +14 -14
  410. package/es/components/select-label/src/ihoLabel/iho-label-classify.vue.d.ts +17 -9
  411. package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +24 -27
  412. package/es/components/select-label/src/index.vue.d.ts +93 -107
  413. package/es/components/select-label/src/index.vue2.js +2 -1
  414. package/es/components/select-person/index.d.ts +257 -190
  415. package/es/components/select-person/src/SelectPerson.vue.d.ts +124 -87
  416. package/es/components/select-person/src/SelectPerson.vue2.js +23 -19
  417. package/es/components/select-person/src/SelectPersonRole.vue.d.ts +80 -66
  418. package/es/components/select-person/src/SelectPersonRole.vue2.js +14 -14
  419. package/es/components/select-person/src/SelectPersonType.vue.d.ts +41 -31
  420. package/es/components/select-person/src/SelectPersonType.vue2.js +7 -7
  421. package/es/components/select-person/src/components/GroupItem.vue.d.ts +5 -5
  422. package/es/components/select-person/src/components/GroupItem.vue2.js +2 -1
  423. package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +39 -39
  424. package/es/components/select-person/src/components/SearchGroupList.vue2.js +4 -3
  425. package/es/components/select-person/src/components/SearchMultiple.vue.d.ts +17 -18
  426. package/es/components/select-person/src/components/SearchMultiple.vue2.js +3 -2
  427. package/es/components/select-person/src/components/SearchOrgAndStaff.vue.d.ts +19 -20
  428. package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +7 -6
  429. package/es/components/select-person/src/components/TagItem.vue.d.ts +11 -11
  430. package/es/components/select-person/src/components/TagItem.vue2.js +2 -1
  431. package/es/components/select-person/src/index.vue.d.ts +307 -240
  432. package/es/components/select-person/src/index.vue2.js +8 -7
  433. package/es/components/select-person/src/utils/index.d.ts +1 -1
  434. package/es/components/shortcut-provider/index.d.ts +9 -9
  435. package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +9 -9
  436. package/es/components/shortcut-provider/src/hooks/useShortcutSignature.d.ts +1 -1
  437. package/es/components/shortcut-setter/index.d.ts +288 -81
  438. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +288 -81
  439. package/es/components/shortcut-setter/src/ShortcutSetter.vue2.js +4 -3
  440. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +13 -23
  441. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue2.js +11 -10
  442. package/es/components/slider-tree/index.d.ts +22 -22
  443. package/es/components/slider-tree/src/index.vue.d.ts +22 -22
  444. package/es/components/slider-tree/src/index.vue2.js +6 -5
  445. package/es/components/step-notice/index.d.ts +58 -58
  446. package/es/components/step-notice/src/StepNotice.vue.d.ts +57 -57
  447. package/es/components/step-notice/src/StepNotice.vue2.js +6 -5
  448. package/es/components/step-notice/src/components/NoticeConnection.vue.d.ts +12 -12
  449. package/es/components/step-notice/src/components/NoticeConnection.vue2.js +3 -3
  450. package/es/components/step-notice/src/components/NoticeItem.vue.d.ts +40 -40
  451. package/es/components/step-notice/src/components/NoticeItem.vue2.js +4 -4
  452. package/es/components/step-notice/src/components/NoticeItemAside.vue.d.ts +9 -9
  453. package/es/components/step-notice/src/components/NoticeItemAside.vue2.js +3 -4
  454. package/es/components/step-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
  455. package/es/components/steps-wheel/index.d.ts +17 -17
  456. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +17 -17
  457. package/es/components/steps-wheel/src/StepsWheel.vue2.js +4 -4
  458. package/es/components/table-export-field/index.d.ts +82 -66
  459. package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +33 -27
  460. package/es/components/table-export-field/src/components/ExportModal.vue2.js +13 -12
  461. package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +23 -23
  462. package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +8 -7
  463. package/es/components/table-export-field/src/index.vue.d.ts +82 -66
  464. package/es/components/table-export-field/src/index.vue2.js +6 -5
  465. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +71 -71
  466. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +18 -17
  467. package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +25 -25
  468. package/es/components/table-filter/src/components/bi-filter/components/Date.vue2.js +7 -6
  469. package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.d.ts +11 -11
  470. package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue2.js +5 -4
  471. package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.d.ts +11 -11
  472. package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue2.js +5 -4
  473. package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +12 -12
  474. package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue2.js +7 -6
  475. package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +59 -59
  476. package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +94 -94
  477. package/es/components/table-filter/src/components/bi-filter/index.vue2.js +49 -54
  478. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +230 -224
  479. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +41 -40
  480. package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.d.ts +15 -15
  481. package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue2.js +10 -9
  482. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +44 -44
  483. package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +19 -18
  484. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +47 -47
  485. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +27 -26
  486. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue.d.ts +19 -13
  487. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +8 -7
  488. package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue.d.ts +11 -11
  489. package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue2.js +5 -4
  490. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue.d.ts +13 -13
  491. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +5 -5
  492. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +43 -43
  493. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +10 -9
  494. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +12 -12
  495. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue2.js +7 -6
  496. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +14 -14
  497. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +7 -6
  498. package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue.d.ts +14 -14
  499. package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue2.js +7 -6
  500. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +216 -210
  501. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +253 -247
  502. package/es/components/table-filter/src/components/classify-filter/index.vue2.js +40 -43
  503. package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +12 -12
  504. package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue2.js +3 -2
  505. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +39 -39
  506. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +10 -9
  507. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +27 -27
  508. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +2 -1
  509. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +10 -10
  510. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +2 -1
  511. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +39 -39
  512. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +14 -14
  513. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +27 -27
  514. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +2 -1
  515. package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue.d.ts +13 -13
  516. package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +11 -10
  517. package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue.d.ts +13 -13
  518. package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +5 -5
  519. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +18 -18
  520. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +22 -23
  521. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +14 -14
  522. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +7 -6
  523. package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +11 -11
  524. package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +5 -4
  525. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +49 -43
  526. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +10 -9
  527. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +24 -24
  528. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +10 -9
  529. package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue.d.ts +11 -11
  530. package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue2.js +7 -6
  531. package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue.d.ts +13 -13
  532. package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue2.js +6 -5
  533. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +285 -279
  534. package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +5 -5
  535. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +272 -266
  536. package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
  537. package/es/components/time-line/index.d.ts +11 -11
  538. package/es/components/time-line/src/TimeLine.vue.d.ts +11 -11
  539. package/es/components/time-picker/index.d.ts +19 -19
  540. package/es/components/time-picker/src/TimePicker.vue.d.ts +19 -19
  541. package/es/components/time-picker/src/TimePicker.vue2.js +6 -5
  542. package/es/components/tooth-bitmap/index.d.ts +14 -14
  543. package/es/components/tooth-bitmap/src/ToothBitmap.vue.d.ts +12 -12
  544. package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +12 -11
  545. package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +19 -22
  546. package/es/components/vertify/src/components/IdentityVerification.vue2.js +12 -11
  547. package/es/components/vod-chunk-upload/index.d.ts +248 -28
  548. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +18 -18
  549. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +39 -40
  550. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +248 -28
  551. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +63 -64
  552. package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +207 -5
  553. package/es/env.d.ts +25 -25
  554. package/es/shared/components/AbbrText/AbbrText.d.ts +8 -0
  555. package/es/shared/components/AbbrText/AbbrText.js +27 -0
  556. package/es/shared/components/AbbrText/index.d.ts +2 -0
  557. package/es/shared/components/AbbrText/index.js +2 -0
  558. package/es/shared/components/ArrowIcon/ArrowIcon.vue.js +6 -8
  559. package/es/shared/components/CancelRadio/CancelRadio.d.ts +6 -6
  560. package/es/shared/components/DateIcon/DateIcon.vue.js +11 -13
  561. package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +5 -5
  562. package/es/shared/components/JSONTree/JSONTree.vue.d.ts +8 -8
  563. package/es/shared/components/JSONTree/JSONTree.vue2.js +1 -1
  564. package/es/shared/components/SelectPage/SelectPage.vue.d.ts +10 -10
  565. package/es/shared/components/SelectPage/SelectPage.vue2.js +2 -2
  566. package/es/shared/components/SlotRender/SlotRender.d.ts +3 -3
  567. package/es/shared/components/SvgIcon/SvgIcon.vue.d.ts +6 -10
  568. package/es/shared/components/SvgIcon/SvgIcon.vue2.js +5 -5
  569. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +9 -17
  570. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue2.js +9 -9
  571. package/es/shared/components/no-data/NoData.vue.d.ts +7 -7
  572. package/es/shared/components/no-data/NoData.vue2.js +5 -5
  573. package/es/shared/components/player-vod/index.vue.d.ts +1 -1
  574. package/es/shared/components/player-vod/player.d.ts +4 -4
  575. package/es/shared/components/player-vod/video-list.d.ts +77 -4
  576. package/es/shared/components/player-vod/video-modal.d.ts +23 -5
  577. package/es/shared/hooks/selectHooks/useOptionFiltered.d.ts +2 -2
  578. package/es/shared/hooks/selectHooks/useSearchContent.d.ts +1 -1
  579. package/es/shared/hooks/selectHooks/useSelectRenders.d.ts +4 -4
  580. package/es/shared/hooks/useLevelSearchCascader.d.ts +7 -4
  581. package/es/shared/package.json.js +1 -1
  582. package/es/shared/utils/index.d.ts +1 -1
  583. package/package.json +2 -2
@@ -1,8 +1,6 @@
1
- import { ref } from 'vue';
2
- import { FormRules } from 'naive-ui';
3
1
  import { isTextarea, isNumber, isDate, isShowOptions, isCandidate } from '../utils';
4
2
  import { AnyObject } from '../../../../shared/types';
5
- declare const _default: import("vue").DefineComponent<{
3
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
6
4
  visible: {
7
5
  type: BooleanConstructor;
8
6
  default: boolean;
@@ -31,10 +29,10 @@ declare const _default: import("vue").DefineComponent<{
31
29
  type: ArrayConstructor;
32
30
  default: () => never[];
33
31
  };
34
- }, {
35
- $message: import("naive-ui").MessageApi;
32
+ }>, {
33
+ $message: import("naive-ui/es/message").MessageApi;
36
34
  defaultPlaceholder: string;
37
- rules: FormRules;
35
+ rules: import("naive-ui/es/form").FormRules;
38
36
  dateList: {
39
37
  value: string;
40
38
  label: string;
@@ -43,7 +41,7 @@ declare const _default: import("vue").DefineComponent<{
43
41
  value: string;
44
42
  label: string;
45
43
  }[];
46
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
44
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
47
45
  visible: {
48
46
  type: BooleanConstructor;
49
47
  default: boolean;
@@ -72,19 +70,25 @@ declare const _default: import("vue").DefineComponent<{
72
70
  type: ArrayConstructor;
73
71
  default: () => never[];
74
72
  };
75
- }>> & {
73
+ }>> & Readonly<{
76
74
  onCancelModal?: ((...args: any[]) => any) | undefined;
77
- }>>;
75
+ }> & {}>;
78
76
  emits: (event: "cancelModal", ...args: any[]) => void;
79
- isChangeWindow: import("vue").Ref<boolean>;
80
- modalWidth: import("vue").Ref<string>;
77
+ isChangeWindow: import("vue").Ref<boolean, boolean>;
78
+ modalWidth: import("vue").Ref<string, string>;
81
79
  bodyStyle: import("vue").Ref<{
82
80
  maxHeight: string;
83
81
  height: string;
82
+ }, {
83
+ maxHeight: string;
84
+ height: string;
85
+ } | {
86
+ maxHeight: string;
87
+ height: string;
84
88
  }>;
85
89
  saveOrUpdateExtendField: (params: any, filterApiConfig: any) => Promise<any>;
86
90
  expandFieldApiConfig: AnyObject;
87
- formRef: import("vue").Ref<null>;
91
+ formRef: import("vue").Ref<null, null>;
88
92
  defaultData: import("vue").Ref<{
89
93
  name: undefined;
90
94
  remark: undefined;
@@ -102,12 +106,52 @@ declare const _default: import("vue").DefineComponent<{
102
106
  isMultiSelect: string;
103
107
  decimal_length: undefined;
104
108
  date_format: string;
109
+ }, {
110
+ name: undefined;
111
+ remark: undefined;
112
+ is_edit: string;
113
+ is_null: string;
114
+ is_show: string;
115
+ key: string;
116
+ val_key: undefined;
117
+ validate: {};
118
+ html_type: string;
119
+ name_i18n: undefined;
120
+ elem_width: string;
121
+ default_val: undefined;
122
+ label_type: undefined;
123
+ isMultiSelect: string;
124
+ decimal_length: undefined;
125
+ date_format: string;
126
+ } | {
127
+ name: undefined;
128
+ remark: undefined;
129
+ is_edit: string;
130
+ is_null: string;
131
+ is_show: string;
132
+ key: string;
133
+ val_key: undefined;
134
+ validate: {};
135
+ html_type: string;
136
+ name_i18n: undefined;
137
+ elem_width: string;
138
+ default_val: undefined;
139
+ label_type: undefined;
140
+ isMultiSelect: string;
141
+ decimal_length: undefined;
142
+ date_format: string;
105
143
  }>;
106
144
  optionList: import("vue").Ref<{
107
145
  text: undefined;
108
146
  value: undefined;
147
+ }[], {
148
+ text: undefined;
149
+ value: undefined;
150
+ }[] | {
151
+ text: undefined;
152
+ value: undefined;
109
153
  }[]>;
110
- dateInfo: any;
154
+ dateInfo: import("vue").Ref<any, any>;
111
155
  validate: import("vue").Ref<{
112
156
  obj_type: string;
113
157
  vali_obj: string;
@@ -116,6 +160,22 @@ declare const _default: import("vue").DefineComponent<{
116
160
  min_length: string;
117
161
  min_value: string;
118
162
  max_value: string;
163
+ }, {
164
+ obj_type: string;
165
+ vali_obj: string;
166
+ event_obj: string;
167
+ max_length: string;
168
+ min_length: string;
169
+ min_value: string;
170
+ max_value: string;
171
+ } | {
172
+ obj_type: string;
173
+ vali_obj: string;
174
+ event_obj: string;
175
+ max_length: string;
176
+ min_length: string;
177
+ min_value: string;
178
+ max_value: string;
119
179
  }>;
120
180
  wordbook: import("vue").Ref<{
121
181
  value_key: string;
@@ -134,15 +194,49 @@ declare const _default: import("vue").DefineComponent<{
134
194
  setting: {
135
195
  cascading: never[];
136
196
  };
197
+ }, {
198
+ value_key: string;
199
+ levelSetting: never[];
200
+ search_key: never[];
201
+ level_num: undefined;
202
+ render_key: never[];
203
+ name: string;
204
+ level_key: string;
205
+ id: string;
206
+ type: string;
207
+ primary_key: string;
208
+ sqlExpression: string;
209
+ conObj: string;
210
+ add_btn: string;
211
+ setting: {
212
+ cascading: never[];
213
+ };
214
+ } | {
215
+ value_key: string;
216
+ levelSetting: never[];
217
+ search_key: never[];
218
+ level_num: undefined;
219
+ render_key: never[];
220
+ name: string;
221
+ level_key: string;
222
+ id: string;
223
+ type: string;
224
+ primary_key: string;
225
+ sqlExpression: string;
226
+ conObj: string;
227
+ add_btn: string;
228
+ setting: {
229
+ cascading: never[];
230
+ };
137
231
  }>;
138
- isNull: import("vue").Ref<boolean>;
139
- isMultiSelect: import("vue").Ref<boolean>;
140
- curPrecision: import("vue").Ref<undefined>;
141
- isOpErr: import("vue").Ref<boolean>;
142
- loading: import("vue").Ref<boolean>;
143
- isDatePopup: import("vue").Ref<boolean>;
144
- formBatchVisible: import("vue").Ref<boolean>;
145
- selectPersonStr: import("vue").Ref<string>;
232
+ isNull: import("vue").Ref<boolean, boolean>;
233
+ isMultiSelect: import("vue").Ref<boolean, boolean>;
234
+ curPrecision: import("vue").Ref<undefined, undefined>;
235
+ isOpErr: import("vue").Ref<boolean, boolean>;
236
+ loading: import("vue").Ref<boolean, boolean>;
237
+ isDatePopup: import("vue").Ref<boolean, boolean>;
238
+ formBatchVisible: import("vue").Ref<boolean, boolean>;
239
+ selectPersonStr: import("vue").Ref<string, string>;
146
240
  isDis: import("vue").ComputedRef<boolean>;
147
241
  currentType: import("vue").ComputedRef<string>;
148
242
  defMax: import("vue").ComputedRef<1000 | 255>;
@@ -191,32 +285,32 @@ declare const _default: import("vue").DefineComponent<{
191
285
  setCandidateError: (saveOjb: any, message: string) => void;
192
286
  validateCandidate: (saveOjb: any) => boolean;
193
287
  handleSubmit: (params?: {}) => Promise<void>;
194
- NModal: any;
195
- NCard: any;
196
- NButton: any;
197
- NForm: any;
198
- NFormItem: any;
199
- NInput: any;
200
- NSelect: any;
201
- NSwitch: any;
202
- NInputNumber: any;
203
- NPopover: any;
204
- NDatePicker: any;
205
- NTimePicker: any;
206
- NGrid: any;
207
- NGridItem: any;
208
- NIcon: any;
209
- NTooltip: any;
210
- isTextarea: typeof isTextarea;
211
- isNumber: typeof isNumber;
212
- isDate: typeof isDate;
213
- isShowOptions: typeof isShowOptions;
214
- isCandidate: typeof isCandidate;
215
- HtmlTypeList: {
288
+ readonly NModal: any;
289
+ readonly NCard: any;
290
+ readonly NButton: any;
291
+ readonly NForm: any;
292
+ readonly NFormItem: any;
293
+ readonly NInput: any;
294
+ readonly NSelect: any;
295
+ readonly NSwitch: any;
296
+ readonly NInputNumber: any;
297
+ readonly NPopover: any;
298
+ readonly NDatePicker: any;
299
+ readonly NTimePicker: any;
300
+ readonly NGrid: any;
301
+ readonly NGridItem: any;
302
+ readonly NIcon: any;
303
+ readonly NTooltip: any;
304
+ readonly isTextarea: typeof isTextarea;
305
+ readonly isNumber: typeof isNumber;
306
+ readonly isDate: typeof isDate;
307
+ readonly isShowOptions: typeof isShowOptions;
308
+ readonly isCandidate: typeof isCandidate;
309
+ readonly HtmlTypeList: {
216
310
  value: string;
217
311
  label: string;
218
312
  }[];
219
- FormBatchOptionsModal: import("vue").DefineComponent<{
313
+ FormBatchOptionsModal: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
220
314
  visible: {
221
315
  type: BooleanConstructor;
222
316
  default: boolean;
@@ -225,9 +319,9 @@ declare const _default: import("vue").DefineComponent<{
225
319
  type: ArrayConstructor;
226
320
  default: () => never[];
227
321
  };
228
- }, {
322
+ }>, {
229
323
  placeholder: string;
230
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
324
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
231
325
  visible: {
232
326
  type: BooleanConstructor;
233
327
  default: boolean;
@@ -236,12 +330,12 @@ declare const _default: import("vue").DefineComponent<{
236
330
  type: ArrayConstructor;
237
331
  default: () => never[];
238
332
  };
239
- }>> & {
333
+ }>> & Readonly<{
240
334
  onHandleSaveBatch?: ((...args: any[]) => any) | undefined;
241
335
  onTriggerBatch?: ((...args: any[]) => any) | undefined;
242
- }>>;
336
+ }> & {}>;
243
337
  emits: (event: "handleSaveBatch" | "triggerBatch", ...args: any[]) => void;
244
- editOptionstr: import("vue").Ref<string>;
338
+ editOptionstr: import("vue").Ref<string, string>;
245
339
  init: () => void;
246
340
  getSaveParams: () => {
247
341
  value: any;
@@ -249,11 +343,11 @@ declare const _default: import("vue").DefineComponent<{
249
343
  }[];
250
344
  handleSave: () => void;
251
345
  cancelEdit: () => void;
252
- NModal: any;
253
- NCard: any;
254
- NButton: any;
255
- NInput: any;
256
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("handleSaveBatch" | "triggerBatch")[], "handleSaveBatch" | "triggerBatch", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
346
+ readonly NModal: any;
347
+ readonly NCard: any;
348
+ readonly NButton: any;
349
+ readonly NInput: any;
350
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("handleSaveBatch" | "triggerBatch")[], "handleSaveBatch" | "triggerBatch", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
257
351
  visible: {
258
352
  type: BooleanConstructor;
259
353
  default: boolean;
@@ -262,14 +356,14 @@ declare const _default: import("vue").DefineComponent<{
262
356
  type: ArrayConstructor;
263
357
  default: () => never[];
264
358
  };
265
- }>> & {
359
+ }>> & Readonly<{
266
360
  onHandleSaveBatch?: ((...args: any[]) => any) | undefined;
267
361
  onTriggerBatch?: ((...args: any[]) => any) | undefined;
268
- }, {
362
+ }>, {
269
363
  options: unknown[];
270
364
  visible: boolean;
271
- }>;
272
- FormItemPerson: import("vue").DefineComponent<{
365
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
366
+ FormItemPerson: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
273
367
  defaultValue: {
274
368
  type: (ArrayConstructor | StringConstructor)[];
275
369
  };
@@ -277,10 +371,10 @@ declare const _default: import("vue").DefineComponent<{
277
371
  type: StringConstructor;
278
372
  default: string;
279
373
  };
280
- }, {
374
+ }>, {
281
375
  findAllDeptEmpByOrg: (params: any, filterApiConfig: any) => Promise<any>;
282
376
  expandFieldApiConfig: AnyObject;
283
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
377
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
284
378
  defaultValue: {
285
379
  type: (ArrayConstructor | StringConstructor)[];
286
380
  };
@@ -288,16 +382,16 @@ declare const _default: import("vue").DefineComponent<{
288
382
  type: StringConstructor;
289
383
  default: string;
290
384
  };
291
- }>> & {
385
+ }>> & Readonly<{
292
386
  onCheckPerson?: ((...args: any[]) => any) | undefined;
293
- }>>;
387
+ }> & {}>;
294
388
  emits: (event: "checkPerson", ...args: any[]) => void;
295
- personSelect: import("vue").Ref<any[]>;
296
- personDefaultList: import("vue").Ref<any[]>;
297
- treeData: import("vue").Ref<any[]>;
298
- personStr: import("vue").Ref<any>;
299
- personModalRef: import("vue").Ref<null>;
300
- personModalVisible: import("vue").Ref<boolean>;
389
+ personSelect: import("vue").Ref<any[], any[]>;
390
+ personDefaultList: import("vue").Ref<any[], any[]>;
391
+ treeData: import("vue").Ref<any[], any[]>;
392
+ personStr: import("vue").Ref<any, any>;
393
+ personModalRef: import("vue").Ref<null, null>;
394
+ personModalVisible: import("vue").Ref<boolean, boolean>;
301
395
  inputChange: (value: string) => void;
302
396
  openChoice: () => void;
303
397
  clearAllTags: () => void;
@@ -306,12 +400,12 @@ declare const _default: import("vue").DefineComponent<{
306
400
  findAllDeptEmpByOrgFunc: () => Promise<void>;
307
401
  handleInit: () => never[] | undefined;
308
402
  init: () => Promise<void>;
309
- NInputGroup: any;
310
- NButton: any;
311
- NInput: any;
312
- NTooltip: any;
313
- NTag: any;
314
- PersonModal: import("vue").DefineComponent<{
403
+ readonly NInputGroup: any;
404
+ readonly NButton: any;
405
+ readonly NInput: any;
406
+ readonly NTooltip: any;
407
+ readonly NTag: any;
408
+ PersonModal: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
315
409
  visible: {
316
410
  type: BooleanConstructor;
317
411
  default: boolean;
@@ -324,8 +418,8 @@ declare const _default: import("vue").DefineComponent<{
324
418
  type: import("vue").PropType<AnyObject[]>;
325
419
  default: () => never[];
326
420
  };
327
- }, {
328
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
421
+ }>, {
422
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
329
423
  visible: {
330
424
  type: BooleanConstructor;
331
425
  default: boolean;
@@ -338,10 +432,10 @@ declare const _default: import("vue").DefineComponent<{
338
432
  type: import("vue").PropType<AnyObject[]>;
339
433
  default: () => never[];
340
434
  };
341
- }>> & {
435
+ }>> & Readonly<{
342
436
  onCheck?: ((...args: any[]) => any) | undefined;
343
437
  onChangeModalVisible?: ((...args: any[]) => any) | undefined;
344
- }>>;
438
+ }> & {}>;
345
439
  emits: (event: "check" | "changeModalVisible", ...args: any[]) => void;
346
440
  wordbook: import("vue").Ref<{
347
441
  parent_id_obj: string;
@@ -349,6 +443,18 @@ declare const _default: import("vue").DefineComponent<{
349
443
  parent_name_obj: string;
350
444
  parent_name_obj_key: string;
351
445
  user_count_obj: string;
446
+ }, {
447
+ parent_id_obj: string;
448
+ parent_id_obj_key: string;
449
+ parent_name_obj: string;
450
+ parent_name_obj_key: string;
451
+ user_count_obj: string;
452
+ } | {
453
+ parent_id_obj: string;
454
+ parent_id_obj_key: string;
455
+ parent_name_obj: string;
456
+ parent_name_obj_key: string;
457
+ user_count_obj: string;
352
458
  }>;
353
459
  wordbookChild: {
354
460
  user_id_obj: string;
@@ -356,15 +462,15 @@ declare const _default: import("vue").DefineComponent<{
356
462
  user_name_obj: string;
357
463
  user_name_obj_key: string;
358
464
  };
359
- personList: import("vue").Ref<never[]>;
360
- checkedTreeItem: import("vue").Ref<any[]>;
465
+ personList: import("vue").Ref<never[], never[]>;
466
+ checkedTreeItem: import("vue").Ref<any[], any[]>;
361
467
  modalSave: () => void;
362
468
  modalCancel: () => void;
363
469
  checkWithLevel: (checkedItem: any[]) => void;
364
- NModal: any;
365
- NCard: any;
366
- NButton: any;
367
- CSelectPerson: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
470
+ readonly NModal: any;
471
+ readonly NCard: any;
472
+ readonly NButton: any;
473
+ readonly CSelectPerson: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
368
474
  defaultList: {
369
475
  type: import("vue").PropType<((string | number) | {
370
476
  [key: string]: any;
@@ -487,11 +593,11 @@ declare const _default: import("vue").DefineComponent<{
487
593
  type: BooleanConstructor;
488
594
  default: boolean;
489
595
  };
490
- }, {
596
+ }>, {
491
597
  $attrs: {
492
598
  [x: string]: unknown;
493
599
  };
494
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
600
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
495
601
  defaultList: {
496
602
  type: import("vue").PropType<((string | number) | {
497
603
  [key: string]: any;
@@ -614,13 +720,13 @@ declare const _default: import("vue").DefineComponent<{
614
720
  type: BooleanConstructor;
615
721
  default: boolean;
616
722
  };
617
- }>> & {
723
+ }>> & Readonly<{
618
724
  onCheck?: ((...args: any[]) => any) | undefined;
619
725
  onCheckWithLevel?: ((...args: any[]) => any) | undefined;
620
- }>>;
726
+ }> & {}>;
621
727
  __emits: (event: "check" | "checkWithLevel", ...args: any[]) => void;
622
- selectPersonRef: import("vue").Ref<any>;
623
- isComponent: import("vue").ComputedRef<import("vue").DefineComponent<{
728
+ selectPersonRef: import("vue").Ref<any, any>;
729
+ isComponent: import("vue").ComputedRef<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
624
730
  defaultList: {
625
731
  type: import("vue").PropType<((string | number) | {
626
732
  [key: string]: any;
@@ -705,8 +811,8 @@ declare const _default: import("vue").DefineComponent<{
705
811
  forceShowSelectAll: {
706
812
  type: BooleanConstructor;
707
813
  };
708
- }, {
709
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
814
+ }>, {
815
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
710
816
  defaultList: {
711
817
  type: import("vue").PropType<((string | number) | {
712
818
  [key: string]: any;
@@ -791,12 +897,12 @@ declare const _default: import("vue").DefineComponent<{
791
897
  forceShowSelectAll: {
792
898
  type: BooleanConstructor;
793
899
  };
794
- }>> & {}>>;
900
+ }>> & Readonly<{}> & {}>;
795
901
  emit: any;
796
- keyword: import("vue").Ref<string>;
797
- checkedAll: import("vue").Ref<boolean>;
798
- checkedKeys: import("vue").Ref<(string | number)[]>;
799
- expandedKeys: import("vue").Ref<(string | number)[]>;
902
+ keyword: import("vue").Ref<string, string>;
903
+ checkedAll: import("vue").Ref<boolean, boolean>;
904
+ checkedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
905
+ expandedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
800
906
  treeData: import("vue").Ref<{
801
907
  [x: string]: unknown;
802
908
  key?: import("naive-ui/es/tree/src/interface").Key | undefined;
@@ -807,12 +913,22 @@ declare const _default: import("vue").DefineComponent<{
807
913
  children?: any[] | undefined;
808
914
  prefix?: (() => import("vue").VNodeChild) | undefined;
809
915
  suffix?: (() => import("vue").VNodeChild) | undefined;
916
+ }[], import("naive-ui").TreeOption[] | {
917
+ [x: string]: unknown;
918
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
919
+ label?: string | undefined;
920
+ checkboxDisabled?: boolean | undefined;
921
+ disabled?: boolean | undefined;
922
+ isLeaf?: boolean | undefined;
923
+ children?: any[] | undefined;
924
+ prefix?: (() => import("vue").VNodeChild) | undefined;
925
+ suffix?: (() => import("vue").VNodeChild) | undefined;
810
926
  }[]>;
811
- isSearch: import("vue").Ref<boolean>;
812
- allCheckedTreeKeys: import("vue").Ref<(string | number)[]>;
813
- curSelectKey: any;
814
- treeDataMiddle: any;
815
- checkedTagsMiddle: import("vue").Ref<any[]>;
927
+ isSearch: import("vue").Ref<boolean, boolean>;
928
+ allCheckedTreeKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
929
+ curSelectKey: import("vue").Ref<any, any>;
930
+ treeDataMiddle: import("vue").Ref<any, any>;
931
+ checkedTagsMiddle: import("vue").Ref<any[], any[]>;
816
932
  allCheckedKeysMiddle: any;
817
933
  isSearchFilter: import("vue").ComputedRef<boolean>;
818
934
  keyStr: import("vue").ComputedRef<string | number>;
@@ -827,7 +943,7 @@ declare const _default: import("vue").DefineComponent<{
827
943
  setDisabled: (data: import("naive-ui").TreeOption) => void;
828
944
  renderLabel: ({ option }: {
829
945
  option: import("naive-ui").TreeOption;
830
- }) => JSX.Element;
946
+ }) => any;
831
947
  getLabelName: (curProps: any, option: import("naive-ui").TreeOption) => {};
832
948
  loopTrees: (treeObjs: any) => any;
833
949
  transformData: (key: string, trees: import("naive-ui").TreeOption[], parentNode: import("naive-ui").TreeOption | null, cb?: any) => import("naive-ui").TreeOption[];
@@ -847,19 +963,19 @@ declare const _default: import("vue").DefineComponent<{
847
963
  }) => void;
848
964
  notifySearchClear: () => void;
849
965
  getCheckWithLevel: () => any[];
850
- NButton: any;
851
- NInput: any;
852
- NInputGroup: any;
853
- NCheckbox: any;
854
- NTree: any;
855
- NTag: any;
856
- NIcon: any;
857
- NSpace: any;
858
- NGrid: any;
859
- NGi: any;
860
- NEmpty: any;
861
- 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<{}>>, {}>;
862
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
966
+ readonly NButton: any;
967
+ readonly NInput: any;
968
+ readonly NInputGroup: any;
969
+ readonly NCheckbox: any;
970
+ readonly NTree: any;
971
+ readonly NTag: any;
972
+ readonly NIcon: any;
973
+ readonly NSpace: any;
974
+ readonly NGrid: any;
975
+ readonly NGi: any;
976
+ readonly NEmpty: any;
977
+ 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>;
978
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
863
979
  defaultList: {
864
980
  type: import("vue").PropType<((string | number) | {
865
981
  [key: string]: any;
@@ -944,7 +1060,7 @@ declare const _default: import("vue").DefineComponent<{
944
1060
  forceShowSelectAll: {
945
1061
  type: BooleanConstructor;
946
1062
  };
947
- }>>, {
1063
+ }>> & Readonly<{}>, {
948
1064
  data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[];
949
1065
  defaultList: ((string | number) | {
950
1066
  [key: string]: any;
@@ -976,7 +1092,7 @@ declare const _default: import("vue").DefineComponent<{
976
1092
  switchTypeData: AnyObject;
977
1093
  tagProps: AnyObject;
978
1094
  forceShowSelectAll: boolean;
979
- }> | import("vue").DefineComponent<{
1095
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any> | import("vue").DefineComponent<import("vue").ExtractPropTypes<{
980
1096
  defaultList: {
981
1097
  type: import("vue").PropType<((string | number) | {
982
1098
  [key: string]: any;
@@ -1071,7 +1187,7 @@ declare const _default: import("vue").DefineComponent<{
1071
1187
  onlyForwardCascade: {
1072
1188
  type: BooleanConstructor;
1073
1189
  };
1074
- }, {
1190
+ }>, {
1075
1191
  searchFilterBase: {
1076
1192
  isOpen: boolean;
1077
1193
  multiple: boolean;
@@ -1083,7 +1199,7 @@ declare const _default: import("vue").DefineComponent<{
1083
1199
  label: string;
1084
1200
  }[];
1085
1201
  labelListName: any;
1086
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1202
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1087
1203
  defaultList: {
1088
1204
  type: import("vue").PropType<((string | number) | {
1089
1205
  [key: string]: any;
@@ -1178,12 +1294,12 @@ declare const _default: import("vue").DefineComponent<{
1178
1294
  onlyForwardCascade: {
1179
1295
  type: BooleanConstructor;
1180
1296
  };
1181
- }>> & {}>>;
1297
+ }>> & Readonly<{}> & {}>;
1182
1298
  emit: any;
1183
- keyword: import("vue").Ref<string>;
1184
- checkedAll: import("vue").Ref<boolean>;
1185
- checkedKeys: import("vue").Ref<(string | number)[]>;
1186
- expandedKeys: import("vue").Ref<(string | number)[]>;
1299
+ keyword: import("vue").Ref<string, string>;
1300
+ checkedAll: import("vue").Ref<boolean, boolean>;
1301
+ checkedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
1302
+ expandedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
1187
1303
  treeData: import("vue").Ref<{
1188
1304
  [x: string]: unknown;
1189
1305
  key?: import("naive-ui/es/tree/src/interface").Key | undefined;
@@ -1194,21 +1310,43 @@ declare const _default: import("vue").DefineComponent<{
1194
1310
  children?: any[] | undefined;
1195
1311
  prefix?: (() => import("vue").VNodeChild) | undefined;
1196
1312
  suffix?: (() => import("vue").VNodeChild) | undefined;
1313
+ }[], import("naive-ui").TreeOption[] | {
1314
+ [x: string]: unknown;
1315
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
1316
+ label?: string | undefined;
1317
+ checkboxDisabled?: boolean | undefined;
1318
+ disabled?: boolean | undefined;
1319
+ isLeaf?: boolean | undefined;
1320
+ children?: any[] | undefined;
1321
+ prefix?: (() => import("vue").VNodeChild) | undefined;
1322
+ suffix?: (() => import("vue").VNodeChild) | undefined;
1197
1323
  }[]>;
1198
1324
  tagData: import("vue").Ref<{
1199
1325
  [x: string]: any;
1200
1326
  key: string | number;
1327
+ }[], {
1328
+ [key: string]: any;
1329
+ key: string | number;
1330
+ }[] | {
1331
+ [x: string]: any;
1332
+ key: string | number;
1201
1333
  }[]>;
1202
1334
  initTagData: import("vue").Ref<{
1203
1335
  [x: string]: any;
1204
1336
  key: string | number;
1337
+ }[], {
1338
+ [key: string]: any;
1339
+ key: string | number;
1340
+ }[] | {
1341
+ [x: string]: any;
1342
+ key: string | number;
1205
1343
  }[]>;
1206
- isSearch: import("vue").Ref<boolean>;
1207
- allCheckedTreeKeys: import("vue").Ref<(string | number)[]>;
1344
+ isSearch: import("vue").Ref<boolean, boolean>;
1345
+ allCheckedTreeKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
1208
1346
  isRemote: import("vue").ComputedRef<boolean>;
1209
1347
  checkStrategyResult: import("vue").ComputedRef<any>;
1210
1348
  isSearchFilter: import("vue").ComputedRef<boolean>;
1211
- curSelectKey: import("vue").Ref<string>;
1349
+ curSelectKey: import("vue").Ref<string, string>;
1212
1350
  mergeSearchFilter: import("vue").ComputedRef<{
1213
1351
  isOpen: boolean;
1214
1352
  multiple: boolean;
@@ -1242,7 +1380,7 @@ declare const _default: import("vue").DefineComponent<{
1242
1380
  setDisabled: (data: import("naive-ui").TreeOption) => void;
1243
1381
  renderLabel: ({ option }: {
1244
1382
  option: import("naive-ui").TreeOption;
1245
- }) => JSX.Element;
1383
+ }) => any;
1246
1384
  getLabelName: (option: import("naive-ui").TreeOption) => {};
1247
1385
  transformData: (trees: import("naive-ui").TreeOption[]) => import("naive-ui").TreeOption[];
1248
1386
  calculateRootItems: (trees: import("naive-ui").TreeOption[], items: import("naive-ui").TreeOption[]) => import("naive-ui").TreeOption[];
@@ -1277,19 +1415,19 @@ declare const _default: import("vue").DefineComponent<{
1277
1415
  notifySearchClear: () => void;
1278
1416
  getCheckWithLevel: () => any;
1279
1417
  resetParams: () => void;
1280
- NButton: any;
1281
- NInput: any;
1282
- NInputGroup: any;
1283
- NCheckbox: any;
1284
- NTree: any;
1285
- NTag: any;
1286
- NIcon: any;
1287
- NSpace: any;
1288
- NGrid: any;
1289
- NGi: any;
1290
- NEmpty: any;
1291
- 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<{}>>, {}>;
1292
- SearchMultiple: import("vue").DefineComponent<{
1418
+ readonly NButton: any;
1419
+ readonly NInput: any;
1420
+ readonly NInputGroup: any;
1421
+ readonly NCheckbox: any;
1422
+ readonly NTree: any;
1423
+ readonly NTag: any;
1424
+ readonly NIcon: any;
1425
+ readonly NSpace: any;
1426
+ readonly NGrid: any;
1427
+ readonly NGi: any;
1428
+ readonly NEmpty: any;
1429
+ 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>;
1430
+ SearchMultiple: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1293
1431
  treeData: {
1294
1432
  type: import("vue").PropType<any[]>;
1295
1433
  default: () => never[];
@@ -1298,8 +1436,8 @@ declare const _default: import("vue").DefineComponent<{
1298
1436
  type: import("vue").PropType<(string | number)[]>;
1299
1437
  default: () => never[];
1300
1438
  };
1301
- }, {
1302
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1439
+ }>, {
1440
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1303
1441
  treeData: {
1304
1442
  type: import("vue").PropType<any[]>;
1305
1443
  default: () => never[];
@@ -1308,14 +1446,14 @@ declare const _default: import("vue").DefineComponent<{
1308
1446
  type: import("vue").PropType<(string | number)[]>;
1309
1447
  default: () => never[];
1310
1448
  };
1311
- }>> & {
1449
+ }>> & Readonly<{
1312
1450
  onNotifyCheck?: ((...args: any[]) => any) | undefined;
1313
- }>>;
1451
+ }> & {}>;
1314
1452
  emit: (event: "notifyCheck", ...args: any[]) => void;
1315
1453
  optionsRef: import("vue").ComputedRef<any[]>;
1316
- list: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[]>;
1454
+ list: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[], import("@vueuse/core").UseVirtualListItem<any>[]>;
1317
1455
  containerProps: {
1318
- ref: import("vue").Ref<any>;
1456
+ ref: import("vue").Ref<any, any>;
1319
1457
  onScroll: () => void;
1320
1458
  style: Partial<CSSStyleDeclaration>;
1321
1459
  };
@@ -1327,8 +1465,8 @@ declare const _default: import("vue").DefineComponent<{
1327
1465
  };
1328
1466
  }>;
1329
1467
  containerStyleWithHeight: import("vue").ComputedRef<import("vue").CSSProperties>;
1330
- searchCheckKeys: import("vue").Ref<(string | number)[]>;
1331
- showSelectKeys: import("vue").Ref<(string | number)[]>;
1468
+ searchCheckKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
1469
+ showSelectKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
1332
1470
  checkedChange: (checkList: (string | number)[], meta: {
1333
1471
  actionType: "check" | "uncheck";
1334
1472
  value: string | number;
@@ -1363,10 +1501,9 @@ declare const _default: import("vue").DefineComponent<{
1363
1501
  children: any[];
1364
1502
  parentNode: any;
1365
1503
  }, baseKey: string | number) => false | undefined;
1366
- ref: typeof ref;
1367
- NCheckboxGroup: any;
1368
- NCheckbox: any;
1369
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "notifyCheck"[], "notifyCheck", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1504
+ readonly NCheckboxGroup: any;
1505
+ readonly NCheckbox: any;
1506
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "notifyCheck"[], "notifyCheck", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1370
1507
  treeData: {
1371
1508
  type: import("vue").PropType<any[]>;
1372
1509
  default: () => never[];
@@ -1375,13 +1512,13 @@ declare const _default: import("vue").DefineComponent<{
1375
1512
  type: import("vue").PropType<(string | number)[]>;
1376
1513
  default: () => never[];
1377
1514
  };
1378
- }>> & {
1515
+ }>> & Readonly<{
1379
1516
  onNotifyCheck?: ((...args: any[]) => any) | undefined;
1380
- }, {
1381
- treeData: any[];
1517
+ }>, {
1382
1518
  checkedKeys: (string | number)[];
1383
- }>;
1384
- SearchOrgAndStaff: import("vue").DefineComponent<{
1519
+ treeData: any[];
1520
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1521
+ SearchOrgAndStaff: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1385
1522
  treeData: {
1386
1523
  type: import("vue").PropType<any[]>;
1387
1524
  default: () => never[];
@@ -1398,10 +1535,10 @@ declare const _default: import("vue").DefineComponent<{
1398
1535
  type: BooleanConstructor;
1399
1536
  default: boolean;
1400
1537
  };
1401
- }, {
1402
- $message: import("naive-ui").MessageApi;
1538
+ }>, {
1539
+ $message: import("naive-ui/es/message").MessageApi;
1403
1540
  virtualItemHeight: number;
1404
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1541
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1405
1542
  treeData: {
1406
1543
  type: import("vue").PropType<any[]>;
1407
1544
  default: () => never[];
@@ -1418,17 +1555,17 @@ declare const _default: import("vue").DefineComponent<{
1418
1555
  type: BooleanConstructor;
1419
1556
  default: boolean;
1420
1557
  };
1421
- }>> & {
1558
+ }>> & Readonly<{
1422
1559
  onNotifyCheck?: ((...args: any[]) => any) | undefined;
1423
1560
  onNotifyClear?: ((...args: any[]) => any) | undefined;
1424
- }>>;
1561
+ }> & {}>;
1425
1562
  emit: (event: "notifyCheck" | "notifyClear", ...args: any[]) => void;
1426
1563
  moduleHeight: import("vue").ComputedRef<any>;
1427
1564
  showNums: import("vue").ComputedRef<number>;
1428
1565
  staffDataRef: import("vue").ComputedRef<any[]>;
1429
- staffList: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[]>;
1566
+ staffList: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[], import("@vueuse/core").UseVirtualListItem<any>[]>;
1430
1567
  staffContainerProps: {
1431
- ref: import("vue").Ref<any>;
1568
+ ref: import("vue").Ref<any, any>;
1432
1569
  onScroll: () => void;
1433
1570
  style: Partial<CSSStyleDeclaration>;
1434
1571
  };
@@ -1441,9 +1578,9 @@ declare const _default: import("vue").DefineComponent<{
1441
1578
  }>;
1442
1579
  staffContainerStyleWithHeight: import("vue").ComputedRef<import("vue").CSSProperties>;
1443
1580
  orgDataRef: import("vue").ComputedRef<any[]>;
1444
- orgList: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[]>;
1581
+ orgList: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[], import("@vueuse/core").UseVirtualListItem<any>[]>;
1445
1582
  orgContainerProps: {
1446
- ref: import("vue").Ref<any>;
1583
+ ref: import("vue").Ref<any, any>;
1447
1584
  onScroll: () => void;
1448
1585
  style: Partial<CSSStyleDeclaration>;
1449
1586
  };
@@ -1455,8 +1592,8 @@ declare const _default: import("vue").DefineComponent<{
1455
1592
  };
1456
1593
  }>;
1457
1594
  orgContainerStyleWithHeight: import("vue").ComputedRef<import("vue").CSSProperties>;
1458
- searchCheckKeys: import("vue").Ref<(string | number)[]>;
1459
- showSelectKeys: import("vue").Ref<(string | number)[]>;
1595
+ searchCheckKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
1596
+ showSelectKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
1460
1597
  handleClick: (tree: any) => void;
1461
1598
  handleStaffClick: (baseKeys: (string | number)[], currentTree: {
1462
1599
  [key: string]: any;
@@ -1488,9 +1625,8 @@ declare const _default: import("vue").DefineComponent<{
1488
1625
  children: any[];
1489
1626
  parentNode: any;
1490
1627
  }, baseKey: string | number) => false | undefined;
1491
- ref: typeof ref;
1492
- NEmpty: any;
1493
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("notifyCheck" | "notifyClear")[], "notifyCheck" | "notifyClear", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1628
+ readonly NEmpty: any;
1629
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("notifyCheck" | "notifyClear")[], "notifyCheck" | "notifyClear", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1494
1630
  treeData: {
1495
1631
  type: import("vue").PropType<any[]>;
1496
1632
  default: () => never[];
@@ -1507,16 +1643,16 @@ declare const _default: import("vue").DefineComponent<{
1507
1643
  type: BooleanConstructor;
1508
1644
  default: boolean;
1509
1645
  };
1510
- }>> & {
1646
+ }>> & Readonly<{
1511
1647
  onNotifyCheck?: ((...args: any[]) => any) | undefined;
1512
1648
  onNotifyClear?: ((...args: any[]) => any) | undefined;
1513
- }, {
1649
+ }>, {
1514
1650
  searchFilter: Record<string, any>;
1515
- treeData: any[];
1516
1651
  checkedKeys: (string | number)[];
1652
+ treeData: any[];
1517
1653
  isMultiple: boolean;
1518
- }>;
1519
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1654
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1655
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1520
1656
  defaultList: {
1521
1657
  type: import("vue").PropType<((string | number) | {
1522
1658
  [key: string]: any;
@@ -1611,7 +1747,7 @@ declare const _default: import("vue").DefineComponent<{
1611
1747
  onlyForwardCascade: {
1612
1748
  type: BooleanConstructor;
1613
1749
  };
1614
- }>>, {
1750
+ }>> & Readonly<{}>, {
1615
1751
  data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[];
1616
1752
  defaultList: ((string | number) | {
1617
1753
  [key: string]: any;
@@ -1644,7 +1780,7 @@ declare const _default: import("vue").DefineComponent<{
1644
1780
  roleFields: Record<string, any>;
1645
1781
  forceShowSelectAll: boolean;
1646
1782
  onlyForwardCascade: boolean;
1647
- }> | import("vue").DefineComponent<{
1783
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any> | import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1648
1784
  defaultList: {
1649
1785
  type: import("vue").PropType<((string | number) | {
1650
1786
  [key: string]: any;
@@ -1728,9 +1864,9 @@ declare const _default: import("vue").DefineComponent<{
1728
1864
  type: BooleanConstructor;
1729
1865
  default: boolean;
1730
1866
  };
1731
- }, {
1732
- $message: import("naive-ui").MessageApi;
1733
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1867
+ }>, {
1868
+ $message: import("naive-ui/es/message").MessageApi;
1869
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1734
1870
  defaultList: {
1735
1871
  type: import("vue").PropType<((string | number) | {
1736
1872
  [key: string]: any;
@@ -1814,13 +1950,13 @@ declare const _default: import("vue").DefineComponent<{
1814
1950
  type: BooleanConstructor;
1815
1951
  default: boolean;
1816
1952
  };
1817
- }>> & {}>>;
1953
+ }>> & Readonly<{}> & {}>;
1818
1954
  emit: any;
1819
- keyword: import("vue").Ref<string>;
1820
- checkedAll: import("vue").Ref<boolean>;
1821
- checkedKeys: import("vue").Ref<(string | number)[]>;
1822
- expandedKeys: import("vue").Ref<(string | number)[]>;
1823
- treeData: import("vue").ShallowRef<import("../../../select-person/src/types").PTreeOption[]>;
1955
+ keyword: import("vue").Ref<string, string>;
1956
+ checkedAll: import("vue").Ref<boolean, boolean>;
1957
+ checkedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
1958
+ expandedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
1959
+ treeData: import("vue").ShallowRef<import("../../../select-person/src/types").PTreeOption[], import("../../../select-person/src/types").PTreeOption[]>;
1824
1960
  treeAsyncData: import("vue").Ref<{
1825
1961
  [x: string]: any;
1826
1962
  key: string | number;
@@ -1855,15 +1991,52 @@ declare const _default: import("vue").DefineComponent<{
1855
1991
  };
1856
1992
  disabled?: boolean | undefined;
1857
1993
  count?: number | undefined;
1994
+ }[], import("../../../select-person/src/types").PTreeOption[] | {
1995
+ [x: string]: any;
1996
+ key: string | number;
1997
+ label: string;
1998
+ name: string;
1999
+ labelExpand: string;
2000
+ parentKey?: (string | number) | undefined;
2001
+ parentName: string;
2002
+ innerItemsNum: number;
2003
+ children: any[] | undefined;
2004
+ leaf: boolean;
2005
+ originItem: {
2006
+ [x: string]: any;
2007
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
2008
+ label?: string | undefined;
2009
+ checkboxDisabled?: boolean | undefined;
2010
+ disabled?: boolean | undefined;
2011
+ isLeaf?: boolean | undefined;
2012
+ children?: {
2013
+ [x: string]: unknown;
2014
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
2015
+ label?: string | undefined;
2016
+ checkboxDisabled?: boolean | undefined;
2017
+ disabled?: boolean | undefined;
2018
+ isLeaf?: boolean | undefined;
2019
+ children?: any[] | undefined;
2020
+ prefix?: (() => import("vue").VNodeChild) | undefined;
2021
+ suffix?: (() => import("vue").VNodeChild) | undefined;
2022
+ }[] | undefined;
2023
+ prefix?: (() => import("vue").VNodeChild) | undefined;
2024
+ suffix?: (() => import("vue").VNodeChild) | undefined;
2025
+ };
2026
+ disabled?: boolean | undefined;
2027
+ count?: number | undefined;
1858
2028
  }[]>;
1859
- searchTreeData: import("vue").ShallowRef<import("../../../select-person/src/types").PTreeOption[]>;
2029
+ searchTreeData: import("vue").ShallowRef<import("../../../select-person/src/types").PTreeOption[], import("../../../select-person/src/types").PTreeOption[]>;
1860
2030
  searchData: import("vue").ShallowRef<{
1861
2031
  title: string;
1862
2032
  data: import("../../../select-person/src/types").PTreeOption[];
2033
+ }[], {
2034
+ title: string;
2035
+ data: import("../../../select-person/src/types").PTreeOption[];
1863
2036
  }[]>;
1864
2037
  treeMap: Map<string | number, import("../../../select-person/src/types").PTreeOption>;
1865
- isSearch: import("vue").Ref<boolean>;
1866
- remoteDefaultList: import("vue").Ref<AnyObject[]>;
2038
+ isSearch: import("vue").Ref<boolean, boolean>;
2039
+ remoteDefaultList: import("vue").Ref<AnyObject[], AnyObject[]>;
1867
2040
  isRemote: import("vue").ComputedRef<boolean>;
1868
2041
  checkStrategyResult: import("vue").ComputedRef<any>;
1869
2042
  isSearchFilter: import("vue").ComputedRef<boolean>;
@@ -1909,7 +2082,7 @@ declare const _default: import("vue").DefineComponent<{
1909
2082
  queryLoadChildNode: (node: import("../../../select-person/src/types").PTreeOption) => Promise<AnyObject>;
1910
2083
  renderLabel: ({ option }: {
1911
2084
  option: import("naive-ui").TreeOption;
1912
- }) => JSX.Element;
2085
+ }) => any;
1913
2086
  getChildren: (tag: import("../../../select-person/src/types").PTreeOption) => AnyObject[];
1914
2087
  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) => {
1915
2088
  treeItems: import("../../../select-person/src/types").PTreeOption[];
@@ -1945,16 +2118,16 @@ declare const _default: import("vue").DefineComponent<{
1945
2118
  count?: number | undefined;
1946
2119
  }[];
1947
2120
  resetParams: () => void;
1948
- NButton: any;
1949
- NInput: any;
1950
- NInputGroup: any;
1951
- NCheckbox: any;
1952
- NTree: any;
1953
- NSpace: any;
1954
- NGrid: any;
1955
- NGi: any;
1956
- NPopover: any;
1957
- SearchGroupList: import("vue").DefineComponent<{
2121
+ readonly NButton: any;
2122
+ readonly NInput: any;
2123
+ readonly NInputGroup: any;
2124
+ readonly NCheckbox: any;
2125
+ readonly NTree: any;
2126
+ readonly NSpace: any;
2127
+ readonly NGrid: any;
2128
+ readonly NGi: any;
2129
+ readonly NPopover: any;
2130
+ SearchGroupList: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1958
2131
  data: {
1959
2132
  type: import("vue").PropType<{
1960
2133
  title: string;
@@ -1979,9 +2152,9 @@ declare const _default: import("vue").DefineComponent<{
1979
2152
  type: StringConstructor;
1980
2153
  default: string;
1981
2154
  };
1982
- }, {
2155
+ }>, {
1983
2156
  emit: (event: "checked", ...args: any[]) => void;
1984
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2157
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1985
2158
  data: {
1986
2159
  type: import("vue").PropType<{
1987
2160
  title: string;
@@ -2006,9 +2179,9 @@ declare const _default: import("vue").DefineComponent<{
2006
2179
  type: StringConstructor;
2007
2180
  default: string;
2008
2181
  };
2009
- }>> & {
2182
+ }>> & Readonly<{
2010
2183
  onChecked?: ((...args: any[]) => any) | undefined;
2011
- }>>;
2184
+ }> & {}>;
2012
2185
  renderData: import("vue").ComputedRef<{
2013
2186
  title: string;
2014
2187
  data: {
@@ -2020,10 +2193,10 @@ declare const _default: import("vue").DefineComponent<{
2020
2193
  }[]>;
2021
2194
  handleClick: (item: AnyObject) => void;
2022
2195
  handleChange: (item: AnyObject, checked: boolean) => void;
2023
- NVirtualList: any;
2024
- NCheckbox: any;
2025
- NPopover: any;
2026
- CDefaultPage: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
2196
+ readonly NVirtualList: any;
2197
+ readonly NCheckbox: any;
2198
+ readonly NPopover: any;
2199
+ readonly CDefaultPage: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2027
2200
  type: {
2028
2201
  type: StringConstructor;
2029
2202
  default: string;
@@ -2035,8 +2208,8 @@ declare const _default: import("vue").DefineComponent<{
2035
2208
  content: string;
2036
2209
  };
2037
2210
  };
2038
- }, {
2039
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2211
+ }>, {
2212
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2040
2213
  type: {
2041
2214
  type: StringConstructor;
2042
2215
  default: string;
@@ -2048,9 +2221,9 @@ declare const _default: import("vue").DefineComponent<{
2048
2221
  content: string;
2049
2222
  };
2050
2223
  };
2051
- }>> & {
2224
+ }>> & Readonly<{
2052
2225
  onReloadPage?: ((...args: any[]) => any) | undefined;
2053
- }>>;
2226
+ }> & {}>;
2054
2227
  emit: (event: "reloadPage", ...args: any[]) => void;
2055
2228
  configResult: import("vue").ComputedRef<{
2056
2229
  title: string;
@@ -2058,9 +2231,9 @@ declare const _default: import("vue").DefineComponent<{
2058
2231
  img: string;
2059
2232
  }>;
2060
2233
  reloadPage: () => void;
2061
- NIcon: any;
2062
- 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<{}>>, {}>;
2063
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2234
+ readonly NIcon: any;
2235
+ 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>;
2236
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2064
2237
  type: {
2065
2238
  type: StringConstructor;
2066
2239
  default: string;
@@ -2072,29 +2245,29 @@ declare const _default: import("vue").DefineComponent<{
2072
2245
  content: string;
2073
2246
  };
2074
2247
  };
2075
- }>> & {
2248
+ }>> & Readonly<{
2076
2249
  onReloadPage?: ((...args: any[]) => any) | undefined;
2077
- }, {
2250
+ }>, {
2078
2251
  type: string;
2079
2252
  config: AnyObject;
2080
- }>>;
2081
- GroupItem: import("vue").DefineComponent<{
2253
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
2254
+ GroupItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2082
2255
  item: {
2083
2256
  type: import("vue").PropType<AnyObject>;
2084
2257
  required: true;
2085
2258
  };
2086
- }, {
2259
+ }>, {
2087
2260
  emit: (event: "checked", ...args: any[]) => void;
2088
2261
  handleClick: (item: AnyObject) => void;
2089
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checked"[], "checked", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2262
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checked"[], "checked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2090
2263
  item: {
2091
2264
  type: import("vue").PropType<AnyObject>;
2092
2265
  required: true;
2093
2266
  };
2094
- }>> & {
2267
+ }>> & Readonly<{
2095
2268
  onChecked?: ((...args: any[]) => any) | undefined;
2096
- }, {}>;
2097
- TagItem: import("vue").DefineComponent<{
2269
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2270
+ TagItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2098
2271
  tag: {
2099
2272
  type: import("vue").PropType<AnyObject>;
2100
2273
  required: true;
@@ -2103,8 +2276,8 @@ declare const _default: import("vue").DefineComponent<{
2103
2276
  type: BooleanConstructor;
2104
2277
  default: boolean;
2105
2278
  };
2106
- }, {
2107
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2279
+ }>, {
2280
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2108
2281
  tag: {
2109
2282
  type: import("vue").PropType<AnyObject>;
2110
2283
  required: true;
@@ -2113,14 +2286,14 @@ declare const _default: import("vue").DefineComponent<{
2113
2286
  type: BooleanConstructor;
2114
2287
  default: boolean;
2115
2288
  };
2116
- }>> & {
2289
+ }>> & Readonly<{
2117
2290
  onUnchecked?: ((...args: any[]) => any) | undefined;
2118
- }>>;
2291
+ }> & {}>;
2119
2292
  emit: (event: "unchecked", ...args: any[]) => void;
2120
2293
  updateChecked: (key: string, checked: boolean) => void;
2121
- NIcon: any;
2122
- 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<{}>>, {}>;
2123
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "unchecked"[], "unchecked", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2294
+ readonly NIcon: any;
2295
+ 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>;
2296
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "unchecked"[], "unchecked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2124
2297
  tag: {
2125
2298
  type: import("vue").PropType<AnyObject>;
2126
2299
  required: true;
@@ -2129,12 +2302,12 @@ declare const _default: import("vue").DefineComponent<{
2129
2302
  type: BooleanConstructor;
2130
2303
  default: boolean;
2131
2304
  };
2132
- }>> & {
2305
+ }>> & Readonly<{
2133
2306
  onUnchecked?: ((...args: any[]) => any) | undefined;
2134
- }, {
2307
+ }>, {
2135
2308
  showClose: boolean;
2136
- }>;
2137
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checked"[], "checked", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2309
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2310
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checked"[], "checked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2138
2311
  data: {
2139
2312
  type: import("vue").PropType<{
2140
2313
  title: string;
@@ -2159,13 +2332,13 @@ declare const _default: import("vue").DefineComponent<{
2159
2332
  type: StringConstructor;
2160
2333
  default: string;
2161
2334
  };
2162
- }>> & {
2335
+ }>> & Readonly<{
2163
2336
  onChecked?: ((...args: any[]) => any) | undefined;
2164
- }, {
2337
+ }>, {
2165
2338
  type: string;
2166
2339
  showTagHover: boolean;
2167
- }>;
2168
- TagItem: import("vue").DefineComponent<{
2340
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2341
+ TagItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2169
2342
  tag: {
2170
2343
  type: import("vue").PropType<AnyObject>;
2171
2344
  required: true;
@@ -2174,8 +2347,8 @@ declare const _default: import("vue").DefineComponent<{
2174
2347
  type: BooleanConstructor;
2175
2348
  default: boolean;
2176
2349
  };
2177
- }, {
2178
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2350
+ }>, {
2351
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2179
2352
  tag: {
2180
2353
  type: import("vue").PropType<AnyObject>;
2181
2354
  required: true;
@@ -2184,14 +2357,14 @@ declare const _default: import("vue").DefineComponent<{
2184
2357
  type: BooleanConstructor;
2185
2358
  default: boolean;
2186
2359
  };
2187
- }>> & {
2360
+ }>> & Readonly<{
2188
2361
  onUnchecked?: ((...args: any[]) => any) | undefined;
2189
- }>>;
2362
+ }> & {}>;
2190
2363
  emit: (event: "unchecked", ...args: any[]) => void;
2191
2364
  updateChecked: (key: string, checked: boolean) => void;
2192
- NIcon: any;
2193
- 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<{}>>, {}>;
2194
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "unchecked"[], "unchecked", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2365
+ readonly NIcon: any;
2366
+ 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>;
2367
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "unchecked"[], "unchecked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2195
2368
  tag: {
2196
2369
  type: import("vue").PropType<AnyObject>;
2197
2370
  required: true;
@@ -2200,12 +2373,12 @@ declare const _default: import("vue").DefineComponent<{
2200
2373
  type: BooleanConstructor;
2201
2374
  default: boolean;
2202
2375
  };
2203
- }>> & {
2376
+ }>> & Readonly<{
2204
2377
  onUnchecked?: ((...args: any[]) => any) | undefined;
2205
- }, {
2378
+ }>, {
2206
2379
  showClose: boolean;
2207
- }>;
2208
- CDefaultPage: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
2380
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2381
+ readonly CDefaultPage: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2209
2382
  type: {
2210
2383
  type: StringConstructor;
2211
2384
  default: string;
@@ -2217,8 +2390,8 @@ declare const _default: import("vue").DefineComponent<{
2217
2390
  content: string;
2218
2391
  };
2219
2392
  };
2220
- }, {
2221
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2393
+ }>, {
2394
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2222
2395
  type: {
2223
2396
  type: StringConstructor;
2224
2397
  default: string;
@@ -2230,9 +2403,9 @@ declare const _default: import("vue").DefineComponent<{
2230
2403
  content: string;
2231
2404
  };
2232
2405
  };
2233
- }>> & {
2406
+ }>> & Readonly<{
2234
2407
  onReloadPage?: ((...args: any[]) => any) | undefined;
2235
- }>>;
2408
+ }> & {}>;
2236
2409
  emit: (event: "reloadPage", ...args: any[]) => void;
2237
2410
  configResult: import("vue").ComputedRef<{
2238
2411
  title: string;
@@ -2240,9 +2413,9 @@ declare const _default: import("vue").DefineComponent<{
2240
2413
  img: string;
2241
2414
  }>;
2242
2415
  reloadPage: () => void;
2243
- NIcon: any;
2244
- 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<{}>>, {}>;
2245
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2416
+ readonly NIcon: any;
2417
+ 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>;
2418
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2246
2419
  type: {
2247
2420
  type: StringConstructor;
2248
2421
  default: string;
@@ -2254,13 +2427,13 @@ declare const _default: import("vue").DefineComponent<{
2254
2427
  content: string;
2255
2428
  };
2256
2429
  };
2257
- }>> & {
2430
+ }>> & Readonly<{
2258
2431
  onReloadPage?: ((...args: any[]) => any) | undefined;
2259
- }, {
2432
+ }>, {
2260
2433
  type: string;
2261
2434
  config: AnyObject;
2262
- }>>;
2263
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2435
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
2436
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2264
2437
  defaultList: {
2265
2438
  type: import("vue").PropType<((string | number) | {
2266
2439
  [key: string]: any;
@@ -2344,7 +2517,7 @@ declare const _default: import("vue").DefineComponent<{
2344
2517
  type: BooleanConstructor;
2345
2518
  default: boolean;
2346
2519
  };
2347
- }>>, {
2520
+ }>> & Readonly<{}>, {
2348
2521
  data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[];
2349
2522
  defaultList: ((string | number) | {
2350
2523
  [key: string]: any;
@@ -2367,8 +2540,8 @@ declare const _default: import("vue").DefineComponent<{
2367
2540
  hideLeaf: boolean;
2368
2541
  itemKey: (node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number;
2369
2542
  showTagHover: boolean;
2370
- }>>;
2371
- getProps: import("vue").ComputedRef<Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2543
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
2544
+ getProps: import("vue").ComputedRef<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2372
2545
  defaultList: {
2373
2546
  type: import("vue").PropType<((string | number) | {
2374
2547
  [key: string]: any;
@@ -2491,15 +2664,15 @@ declare const _default: import("vue").DefineComponent<{
2491
2664
  type: BooleanConstructor;
2492
2665
  default: boolean;
2493
2666
  };
2494
- }>> & {
2667
+ }>> & Readonly<{
2495
2668
  onCheck?: ((...args: any[]) => any) | undefined;
2496
2669
  onCheckWithLevel?: ((...args: any[]) => any) | undefined;
2497
- }>> & {
2670
+ }> & {}> & {
2498
2671
  [x: string]: unknown;
2499
2672
  }>;
2500
2673
  emits: (event: "check" | "checkWithLevel", ...args: any[]) => void;
2501
2674
  getCheckWithLevel: (strategy?: import("../../../select-person/src/types").Strategy | undefined, hideLeaf?: boolean | undefined) => any;
2502
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("check" | "checkWithLevel")[], "check" | "checkWithLevel", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2675
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("check" | "checkWithLevel")[], "check" | "checkWithLevel", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2503
2676
  defaultList: {
2504
2677
  type: import("vue").PropType<((string | number) | {
2505
2678
  [key: string]: any;
@@ -2622,10 +2795,10 @@ declare const _default: import("vue").DefineComponent<{
2622
2795
  type: BooleanConstructor;
2623
2796
  default: boolean;
2624
2797
  };
2625
- }>> & {
2798
+ }>> & Readonly<{
2626
2799
  onCheck?: ((...args: any[]) => any) | undefined;
2627
2800
  onCheckWithLevel?: ((...args: any[]) => any) | undefined;
2628
- }, {
2801
+ }>, {
2629
2802
  data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[];
2630
2803
  height: string;
2631
2804
  defaultList: ((string | number) | {
@@ -2665,8 +2838,8 @@ declare const _default: import("vue").DefineComponent<{
2665
2838
  hideLeaf: boolean;
2666
2839
  itemKey: (node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number;
2667
2840
  showTagHover: boolean;
2668
- }>>;
2669
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("check" | "changeModalVisible")[], "check" | "changeModalVisible", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2841
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
2842
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("check" | "changeModalVisible")[], "check" | "changeModalVisible", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2670
2843
  visible: {
2671
2844
  type: BooleanConstructor;
2672
2845
  default: boolean;
@@ -2679,15 +2852,15 @@ declare const _default: import("vue").DefineComponent<{
2679
2852
  type: import("vue").PropType<AnyObject[]>;
2680
2853
  default: () => never[];
2681
2854
  };
2682
- }>> & {
2855
+ }>> & Readonly<{
2683
2856
  onCheck?: ((...args: any[]) => any) | undefined;
2684
2857
  onChangeModalVisible?: ((...args: any[]) => any) | undefined;
2685
- }, {
2858
+ }>, {
2686
2859
  visible: boolean;
2687
2860
  defaultList: string[];
2688
2861
  treeData: AnyObject[];
2689
- }>;
2690
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checkPerson"[], "checkPerson", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2862
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2863
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checkPerson"[], "checkPerson", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2691
2864
  defaultValue: {
2692
2865
  type: (ArrayConstructor | StringConstructor)[];
2693
2866
  };
@@ -2695,12 +2868,12 @@ declare const _default: import("vue").DefineComponent<{
2695
2868
  type: StringConstructor;
2696
2869
  default: string;
2697
2870
  };
2698
- }>> & {
2871
+ }>> & Readonly<{
2699
2872
  onCheckPerson?: ((...args: any[]) => any) | undefined;
2700
- }, {
2873
+ }>, {
2701
2874
  orgId: string;
2702
- }>;
2703
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancelModal"[], "cancelModal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2875
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2876
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancelModal"[], "cancelModal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2704
2877
  visible: {
2705
2878
  type: BooleanConstructor;
2706
2879
  default: boolean;
@@ -2729,9 +2902,9 @@ declare const _default: import("vue").DefineComponent<{
2729
2902
  type: ArrayConstructor;
2730
2903
  default: () => never[];
2731
2904
  };
2732
- }>> & {
2905
+ }>> & Readonly<{
2733
2906
  onCancelModal?: ((...args: any[]) => any) | undefined;
2734
- }, {
2907
+ }>, {
2735
2908
  id: string;
2736
2909
  visible: boolean;
2737
2910
  searchFieldList: unknown[];
@@ -2739,5 +2912,5 @@ declare const _default: import("vue").DefineComponent<{
2739
2912
  orgId: string;
2740
2913
  formOntype: string;
2741
2914
  formItemData: Record<string, any>;
2742
- }>;
2915
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2743
2916
  export default _default;