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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (577) hide show
  1. package/README.md +87 -87
  2. package/es/components/annotation-edit/index.d.ts +5 -5
  3. package/es/components/annotation-edit/src/AnnotationEdit.d.ts +5 -5
  4. package/es/components/audio-sdk/index.d.ts +54 -52
  5. package/es/components/audio-sdk/src/Index.vue.d.ts +54 -52
  6. package/es/components/audio-sdk/src/Index.vue2.js +8 -7
  7. package/es/components/audio-sdk/src/audioSDK.d.ts +1 -1
  8. package/es/components/audio-sdk/src/components/form.vue.d.ts +16 -16
  9. package/es/components/audio-sdk/src/components/readyCountdown.vue.d.ts +10 -10
  10. package/es/components/audio-sdk/src/components/readyCountdown.vue2.js +5 -6
  11. package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +49 -47
  12. package/es/components/audio-sdk/src/components/recording.vue.d.ts +41 -39
  13. package/es/components/audio-sdk/src/components/recording.vue2.js +36 -41
  14. package/es/components/audio-sdk/src/hooks/useChartAudioContext.d.ts +5 -5
  15. package/es/components/audio-sdk/src/svgs/Close.vue.js +6 -8
  16. package/es/components/audio-sdk/src/svgs/Continue.vue.js +3 -5
  17. package/es/components/audio-sdk/src/svgs/Enlarge.vue.js +3 -5
  18. package/es/components/audio-sdk/src/svgs/Pause.vue.js +3 -5
  19. package/es/components/audio-sdk/src/svgs/WaveView.vue.js +3 -5
  20. package/es/components/audio-sdk/src/svgs/Zoom.vue.js +6 -8
  21. package/es/components/audio-sdk/src/utils/index.d.ts +1 -1
  22. package/es/components/audio-sdk/src/utils/recordingModal.d.ts +2 -2
  23. package/es/components/base-search/index.d.ts +61 -19
  24. package/es/components/base-search/src/index.vue.d.ts +61 -19
  25. package/es/components/base-search/src/index.vue2.js +30 -31
  26. package/es/components/big-table/index.d.ts +67 -43
  27. package/es/components/big-table/src/BigTable.vue.d.ts +67 -43
  28. package/es/components/big-table/src/BigTable.vue2.js +18 -18
  29. package/es/components/big-table/src/components/NoData.vue.d.ts +7 -7
  30. package/es/components/big-table/src/components/NoData.vue2.js +4 -4
  31. package/es/components/big-table/src/components/edit-form/edit-date.d.ts +7 -5
  32. package/es/components/big-table/src/components/edit-form/edit-input.d.ts +8 -5
  33. package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +12 -5
  34. package/es/components/big-table/src/components/edit-form/edit-select.d.ts +7 -5
  35. package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +47 -23
  36. package/es/components/big-table/src/components/edit-form/edit-separate.vue2.js +2 -1
  37. package/es/components/big-table/src/components/edit-form/edit-time.d.ts +7 -5
  38. package/es/components/big-table/src/components/edit-form/useCommon.d.ts +2 -2
  39. package/es/components/big-table/src/components/input-button.vue.d.ts +5 -5
  40. package/es/components/big-table/src/components/input-button.vue2.js +4 -3
  41. package/es/components/big-table/src/components/separate.vue.d.ts +31 -7
  42. package/es/components/big-table/src/components/separate.vue2.js +3 -4
  43. package/es/components/big-table/src/hooks/useAnnotation.d.ts +1 -1
  44. package/es/components/big-table/src/hooks/useEdit.d.ts +84 -48
  45. package/es/components/big-table/src/hooks/useSeparateRow.d.ts +50 -2
  46. package/es/components/body-select/index.d.ts +17 -17
  47. package/es/components/body-select/src/index.vue.d.ts +17 -17
  48. package/es/components/body-select/src/index.vue2.js +8 -10
  49. package/es/components/bpmn-workflow/index.d.ts +9 -9
  50. package/es/components/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +9 -9
  51. package/es/components/bpmn-workflow/src/BpmnWorkflow.vue2.js +1 -1
  52. package/es/components/branch-notice/index.d.ts +72 -49
  53. package/es/components/branch-notice/src/BranchNotice.vue.d.ts +70 -47
  54. package/es/components/branch-notice/src/BranchNotice.vue2.js +6 -5
  55. package/es/components/branch-notice/src/components/NoticeItem.vue.d.ts +57 -34
  56. package/es/components/branch-notice/src/components/NoticeItem.vue2.js +4 -4
  57. package/es/components/branch-notice/src/components/NoticeItemAside.vue.d.ts +12 -12
  58. package/es/components/branch-notice/src/components/NoticeItemAside.vue2.js +1 -2
  59. package/es/components/branch-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
  60. package/es/components/button-print/index.d.ts +205 -145
  61. package/es/components/button-print/src/ButtonPrint.vue.d.ts +205 -145
  62. package/es/components/button-print/src/ButtonPrint.vue2.js +8 -7
  63. package/es/components/button-print/src/components/EditFormat.vue.d.ts +48 -18
  64. package/es/components/button-print/src/components/EditFormat.vue2.js +8 -8
  65. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +72 -43
  66. package/es/components/button-print/src/components/IdentityVerification.vue2.js +12 -11
  67. package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +105 -75
  68. package/es/components/button-print/src/components/NewPrintComponent.vue2.js +135 -124
  69. package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +88 -58
  70. package/es/components/button-print/src/components/OldPrintComponent.vue2.js +6 -6
  71. package/es/components/button-print/src/components/Preview.vue.d.ts +13 -13
  72. package/es/components/button-print/src/components/Preview.vue2.js +3 -2
  73. package/es/components/calendar/index.d.ts +32 -277
  74. package/es/components/calendar/src/Calendar.vue.d.ts +31 -276
  75. package/es/components/calendar/src/Calendar.vue2.js +5 -4
  76. package/es/components/callback/index.d.ts +11 -11
  77. package/es/components/callback/src/components/dialog/drawer.vue.d.ts +20 -21
  78. package/es/components/callback/src/components/dialog/drawer.vue2.js +2 -1
  79. package/es/components/callback/src/components/dialog/modal.vue.d.ts +22 -22
  80. package/es/components/callback/src/components/dialog/modal.vue2.js +2 -1
  81. package/es/components/callback/src/components/popup/index.vue.d.ts +6 -6
  82. package/es/components/callback/src/components/render/drawerIframe/index.vue.d.ts +12 -12
  83. package/es/components/callback/src/components/render/drawerIframe/index.vue2.js +1 -1
  84. package/es/components/callback/src/components/render/index.vue.d.ts +6 -6
  85. package/es/components/callback/src/components/render/popupMaps.d.ts +3162 -1602
  86. package/es/components/callback/src/index.vue.d.ts +11 -11
  87. package/es/components/callback/src/index.vue2.js +2 -1
  88. package/es/components/card-reader-sdk/src/components/readCardDialog.vue.d.ts +12 -15
  89. package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +7 -6
  90. package/es/components/card-render/index.d.ts +10 -10
  91. package/es/components/card-render/src/CardRender.vue.d.ts +10 -10
  92. package/es/components/card-render/src/CardRender.vue2.js +8 -5
  93. package/es/components/card-render/src/components/Box.vue.d.ts +8 -8
  94. package/es/components/card-render/src/components/Box.vue2.js +4 -4
  95. package/es/components/card-render/src/components/Button.vue.d.ts +8 -8
  96. package/es/components/card-render/src/components/Button.vue2.js +5 -5
  97. package/es/components/card-render/src/components/Divider.vue.d.ts +8 -8
  98. package/es/components/card-render/src/components/Divider.vue2.js +1 -1
  99. package/es/components/card-render/src/components/Field.vue.d.ts +8 -8
  100. package/es/components/card-render/src/components/Field.vue2.js +21 -21
  101. package/es/components/card-render/src/components/FieldGroup.vue.d.ts +8 -8
  102. package/es/components/card-render/src/components/FieldGroup.vue2.js +12 -12
  103. package/es/components/card-render/src/components/Image.vue.d.ts +8 -8
  104. package/es/components/card-render/src/components/Image.vue2.js +2 -2
  105. package/es/components/card-render/src/components/Label.vue.d.ts +8 -8
  106. package/es/components/card-render/src/components/Label.vue2.js +3 -3
  107. package/es/components/card-render/src/components/Row.vue.d.ts +8 -8
  108. package/es/components/card-render/src/components/Row.vue2.js +5 -5
  109. package/es/components/card-render/src/components/ScaleView.vue.d.ts +8 -8
  110. package/es/components/card-render/src/components/ScaleView.vue2.js +2 -2
  111. package/es/components/card-render/src/components/Slot.d.ts +5 -5
  112. package/es/components/card-render/src/components/Table.vue.d.ts +16 -16
  113. package/es/components/card-render/src/components/Table.vue2.js +4 -4
  114. package/es/components/card-render/src/components/Text.vue.d.ts +7 -7
  115. package/es/components/card-render/src/components/Text.vue2.js +4 -4
  116. package/es/components/card-render/src/components/index.d.ts +113 -113
  117. package/es/components/classification/index.d.ts +509 -432
  118. package/es/components/classification/src/components/search-filter/index.vue.d.ts +370 -358
  119. package/es/components/classification/src/components/search-filter/index.vue2.js +6 -5
  120. package/es/components/classification/src/components/set-classification/index.vue.d.ts +414 -402
  121. package/es/components/classification/src/components/set-classification/index.vue2.js +3 -2
  122. package/es/components/classification/src/components/table-modal/index.vue.d.ts +27 -27
  123. package/es/components/classification/src/components/table-modal/index.vue2.js +65 -66
  124. package/es/components/classification/src/index.vue.d.ts +509 -432
  125. package/es/components/classification/src/index.vue2.js +61 -63
  126. package/es/components/config-provider/index.d.ts +7 -5
  127. package/es/components/config-provider/src/ConfigProvider.d.ts +7 -5
  128. package/es/components/date-picker/index.d.ts +15 -15
  129. package/es/components/date-picker/src/DatePicker.vue.d.ts +15 -15
  130. package/es/components/date-picker/src/DatePicker.vue2.js +9 -8
  131. package/es/components/default-page/index.d.ts +11 -11
  132. package/es/components/default-page/src/index.vue.d.ts +11 -11
  133. package/es/components/default-page/src/index.vue2.js +14 -15
  134. package/es/components/editor/index.d.ts +77 -7
  135. package/es/components/editor/src/Editor.d.ts +78 -7
  136. package/es/components/expand-field/index.d.ts +478 -303
  137. package/es/components/expand-field/src/components/FormBatchOptionsModal.vue.d.ts +14 -14
  138. package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +7 -7
  139. package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +304 -225
  140. package/es/components/expand-field/src/components/FormItemPerson.vue2.js +4 -3
  141. package/es/components/expand-field/src/components/PersonModal.vue.d.ts +284 -205
  142. package/es/components/expand-field/src/components/PersonModal.vue2.js +4 -3
  143. package/es/components/expand-field/src/components/form.vue.d.ts +458 -285
  144. package/es/components/expand-field/src/components/form.vue2.js +65 -73
  145. package/es/components/expand-field/src/index.vue.d.ts +479 -304
  146. package/es/components/expand-field/src/index.vue2.js +26 -26
  147. package/es/components/fabric-chart/index.d.ts +29 -29
  148. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +29 -29
  149. package/es/components/fabric-chart/src/FabricChart.vue2.js +6 -5
  150. package/es/components/fabric-chart/src/components/PopupMenu.d.ts +6 -6
  151. package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +7 -7
  152. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +9 -9
  153. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +9 -9
  154. package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.d.ts +1 -1
  155. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.d.ts +1 -1
  156. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +9 -9
  157. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +9 -9
  158. package/es/components/field-editor/index.d.ts +50 -42
  159. package/es/components/field-editor/src/FieldEditor.vue.d.ts +50 -42
  160. package/es/components/field-editor/src/FieldEditor.vue2.js +5 -5
  161. package/es/components/field-set/index.d.ts +13 -13
  162. package/es/components/field-set/src/FieldColor.vue.d.ts +215 -153
  163. package/es/components/field-set/src/FieldColor.vue2.js +7 -6
  164. package/es/components/field-set/src/FieldFilter.vue.d.ts +76 -50
  165. package/es/components/field-set/src/FieldFilter.vue2.js +8 -7
  166. package/es/components/field-set/src/FieldSet.vue.d.ts +77 -63
  167. package/es/components/field-set/src/FieldSet.vue2.js +24 -23
  168. package/es/components/field-set/src/Index.vue.d.ts +13 -13
  169. package/es/components/field-set/src/Index.vue2.js +16 -13
  170. package/es/components/field-set/src/TableStyle.vue.d.ts +21 -13
  171. package/es/components/field-set/src/TableStyle.vue2.js +23 -23
  172. package/es/components/field-set/src/components/condition.vue.d.ts +47 -32
  173. package/es/components/field-set/src/components/condition.vue2.js +8 -11
  174. package/es/components/field-set/src/components/edit-dialog.vue.d.ts +149 -102
  175. package/es/components/field-set/src/components/edit-dialog.vue2.js +4 -3
  176. package/es/components/field-set/src/components/edit-filter.vue.d.ts +67 -43
  177. package/es/components/field-set/src/components/edit-filter.vue2.js +2 -1
  178. package/es/components/field-set/src/components/table-row.vue.d.ts +32 -32
  179. package/es/components/field-set/src/components/table-row.vue2.js +16 -14
  180. package/es/components/form-config/index.d.ts +1399 -422
  181. package/es/components/form-config/src/FormConfig.vue.d.ts +1399 -422
  182. package/es/components/form-config/src/FormConfig.vue2.js +24 -25
  183. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +57 -49
  184. package/es/components/form-config/src/components/FormConfigCreator.vue2.js +4 -3
  185. package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +9 -9
  186. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +1100 -202
  187. package/es/components/form-config/src/components/FormConfigEdit.vue2.js +5 -6
  188. package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +118 -81
  189. package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +29 -29
  190. package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +4 -4
  191. package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +11 -11
  192. package/es/components/form-config/src/components/renderer/CloseButton.vue2.js +1 -1
  193. package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +29 -29
  194. package/es/components/form-config/src/components/renderer/ComplexNode.vue2.js +4 -5
  195. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +21 -21
  196. package/es/components/form-config/src/components/renderer/DefaultNode.vue2.js +5 -5
  197. package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +1 -1
  198. package/es/components/form-render/index.d.ts +48 -40
  199. package/es/components/form-render/src/FormRender.vue.d.ts +45 -37
  200. package/es/components/form-render/src/FormRender.vue2.js +5 -4
  201. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +48 -40
  202. package/es/components/form-render/src/FormRenderWrapper.vue2.js +2 -2
  203. package/es/components/form-render/src/components/renderer/combination/combination.d.ts +6 -6
  204. package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.d.ts +4 -4
  205. package/es/components/form-render/src/components/renderer/combination/jsonCombination.d.ts +6 -6
  206. package/es/components/form-render/src/components/renderer/combination/tableCombination.d.ts +6 -6
  207. package/es/components/form-render/src/components/renderer/complex.d.ts +4 -4
  208. package/es/components/form-render/src/components/renderer/date.d.ts +7 -9
  209. package/es/components/form-render/src/components/renderer/formItem.d.ts +5 -5
  210. package/es/components/form-render/src/components/renderer/input.d.ts +5 -5
  211. package/es/components/form-render/src/components/renderer/inputNumber.d.ts +7 -7
  212. package/es/components/form-render/src/components/renderer/levelSearchCascader/index.d.ts +5 -5
  213. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +31 -31
  214. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue2.js +6 -6
  215. package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +31 -31
  216. package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +18 -18
  217. package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +5 -5
  218. package/es/components/form-render/src/components/renderer/searchCascade.d.ts +5 -5
  219. package/es/components/form-render/src/components/renderer/select.d.ts +5 -5
  220. package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +2 -2
  221. package/es/components/form-render/src/components/renderer/slider.d.ts +4 -4
  222. package/es/components/form-render/src/components/renderer/switch.d.ts +5 -5
  223. package/es/components/form-render/src/components/renderer/text.d.ts +3 -3
  224. package/es/components/form-render/src/components/renderer/textarea.d.ts +5 -5
  225. package/es/components/form-render/src/components/renderer/time.d.ts +3 -3
  226. package/es/components/form-render/src/components/tooltipMessage.vue.d.ts +9 -9
  227. package/es/components/form-render/src/components/tooltipMessage.vue2.js +1 -1
  228. package/es/components/form-render/src/hooks/useAnchor.d.ts +9 -1
  229. package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -1
  230. package/es/components/form-render/src/hooks/useComplexOptions.d.ts +3 -3
  231. package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +6 -6
  232. package/es/components/form-render/src/hooks/useFormField.d.ts +1 -1
  233. package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +12 -12
  234. package/es/components/form-render/src/utils/index.d.ts +3 -3
  235. package/es/components/grid/index.d.ts +1 -1
  236. package/es/components/grid/src/Grid.d.ts +1 -1
  237. package/es/components/guide/src/renderer.d.ts +5 -5
  238. package/es/components/iho-chat/index.d.ts +832 -760
  239. package/es/components/iho-chat/src/Index.vue.d.ts +832 -760
  240. package/es/components/iho-chat/src/Index.vue2.js +4 -3
  241. package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +42 -42
  242. package/es/components/iho-chat/src/components/ChatAdd.vue2.js +41 -41
  243. package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +122 -88
  244. package/es/components/iho-chat/src/components/ChatFile.vue2.js +5 -5
  245. package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +64 -64
  246. package/es/components/iho-chat/src/components/ChatFooter.vue2.js +73 -70
  247. package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +306 -272
  248. package/es/components/iho-chat/src/components/ChatHeader.vue2.js +8 -8
  249. package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +191 -177
  250. package/es/components/iho-chat/src/components/ChatMain.vue2.js +32 -14
  251. package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +61 -61
  252. package/es/components/iho-chat/src/components/ChatRecord.vue2.js +57 -63
  253. package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +34 -34
  254. package/es/components/iho-chat/src/components/ChatSearch.vue2.js +33 -36
  255. package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +65 -65
  256. package/es/components/iho-chat/src/components/ChatSet.vue2.js +56 -66
  257. package/es/components/iho-chat/src/components/ContextMenu.d.ts +5 -5
  258. package/es/components/iho-chat/src/components/ContextMenu.js +40 -15
  259. package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +40 -22
  260. package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +24 -21
  261. package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +9 -9
  262. package/es/components/iho-chat/src/components/MessageEvent.vue2.js +11 -13
  263. package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +32 -32
  264. package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +2 -2
  265. package/es/components/iho-chat/src/components/MessageTemplate.vue.d.ts +18 -22
  266. package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +33 -35
  267. package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +82 -64
  268. package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +39 -45
  269. package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +13 -13
  270. package/es/components/iho-chat/src/components/PersonProfile.vue2.js +3 -3
  271. package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +15 -15
  272. package/es/components/iho-chat/src/components/SelectLabel.vue2.js +3 -2
  273. package/es/components/iho-chat/src/components/SiderList.vue.d.ts +69 -63
  274. package/es/components/iho-chat/src/components/SiderList.vue2.js +2 -2
  275. package/es/components/iho-chat/src/components/Video.vue.d.ts +13 -13
  276. package/es/components/iho-chat/src/components/Video.vue2.js +8 -12
  277. package/es/components/iho-chat/src/components/userItemRender.d.ts +5 -5
  278. package/es/components/iho-chat/src/hooks/useData.d.ts +6 -6
  279. package/es/components/iho-chat/src/hooks/useDraggable.d.ts +8 -2
  280. package/es/components/iho-chat/src/hooks/useSearchPatientList.d.ts +1 -1
  281. package/es/components/iho-chat/src/hooks/useSearchUserList.d.ts +1 -1
  282. package/es/components/iho-chat/src/hooks/useVideo.d.ts +11 -6
  283. package/es/components/iho-chat/src/utils/index.d.ts +1 -1
  284. package/es/components/iho-table/index.d.ts +3102 -1550
  285. package/es/components/iho-table/src/IhoTable.vue.d.ts +3103 -1551
  286. package/es/components/iho-table/src/IhoTable.vue2.js +8 -7
  287. package/es/components/iho-table/src/constants/index.d.ts +2 -2
  288. package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +2 -2
  289. package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +1 -1
  290. package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
  291. package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +1 -1
  292. package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +1 -1
  293. package/es/components/iho-table/src/hooks/useTableContext.d.ts +3 -3
  294. package/es/components/iho-table/src/plugins/anchorPlugin/tableAnchor.d.ts +1 -1
  295. package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +6 -2
  296. package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue.d.ts +477 -207
  297. package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +12 -11
  298. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +21 -21
  299. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue2.js +1 -1
  300. package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue.d.ts +21 -21
  301. package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue2.js +14 -11
  302. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +31 -31
  303. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +26 -23
  304. package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue.d.ts +11 -11
  305. package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +3 -3
  306. package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue.d.ts +8 -8
  307. package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue2.js +1 -1
  308. package/es/components/iho-table/src/plugins/pagerScrollPlugin/utils.d.ts +9 -9
  309. package/es/components/iho-table/src/plugins/pluginHooks/useFilter.d.ts +2 -2
  310. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +26 -26
  311. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +7 -6
  312. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +1 -1
  313. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +50 -47
  314. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue2.js +2 -1
  315. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +6 -6
  316. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +15 -13
  317. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue2.js +4 -4
  318. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +39 -39
  319. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +8 -7
  320. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.d.ts +1 -1
  321. package/es/components/iho-table/src/utils/index.d.ts +2 -2
  322. package/es/components/iho-table/src/utils/separateMap.d.ts +14 -1
  323. package/es/components/info-header/index.d.ts +195 -355
  324. package/es/components/info-header/src/InfoHeader.vue.d.ts +195 -355
  325. package/es/components/info-header/src/InfoHeader.vue2.js +5 -4
  326. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +37 -46
  327. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +24 -24
  328. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +44 -63
  329. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue2.js +11 -11
  330. package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.d.ts +15 -15
  331. package/es/components/info-header/src/components/infoDescription/HiddenContent.vue2.js +4 -4
  332. package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.d.ts +7 -7
  333. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +109 -129
  334. package/es/components/info-header/src/components/infoDescription/index.vue2.js +8 -8
  335. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +65 -68
  336. package/es/components/info-header/src/components/patientInfo/index.vue2.js +14 -12
  337. package/es/components/keyboard/index.d.ts +77 -65
  338. package/es/components/keyboard/src/Keyboard.vue.d.ts +77 -65
  339. package/es/components/keyboard/src/Keyboard.vue2.js +16 -16
  340. package/es/components/keyboard/src/components/InputNumber.vue.d.ts +16 -16
  341. package/es/components/keyboard/src/components/InputNumber.vue2.js +3 -2
  342. package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +46 -40
  343. package/es/components/keyboard/src/components/NumberPanel.vue2.js +12 -12
  344. package/es/components/map/index.d.ts +12 -12
  345. package/es/components/map/src/Map.vue.d.ts +12 -12
  346. package/es/components/map/src/Map.vue2.js +11 -11
  347. package/es/components/picture-clipper/index.d.ts +11 -11
  348. package/es/components/picture-clipper/src/PictureClipper.vue.d.ts +11 -11
  349. package/es/components/picture-clipper/src/PictureClipper.vue2.js +7 -6
  350. package/es/components/quick-search/index.d.ts +73 -32
  351. package/es/components/quick-search/src/index.vue.d.ts +73 -32
  352. package/es/components/quick-search/src/index.vue2.js +15 -15
  353. package/es/components/recommend-search/index.d.ts +79 -79
  354. package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +79 -79
  355. package/es/components/recommend-search/src/RecommendSearch.vue2.js +5 -4
  356. package/es/components/recommend-search/src/components/BaseSearch.d.ts +7 -7
  357. package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +34 -34
  358. package/es/components/recommend-search/src/components/RecommendInput.vue2.js +13 -14
  359. package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +9 -9
  360. package/es/components/recommend-search/src/components/RecommendMenu.vue2.js +13 -13
  361. package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +29 -29
  362. package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +8 -8
  363. package/es/components/scale-view/index.d.ts +107 -87
  364. package/es/components/scale-view/src/ScaleView.vue.d.ts +66 -63
  365. package/es/components/scale-view/src/ScaleView.vue2.js +15 -13
  366. package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +7 -7
  367. package/es/components/scale-view/src/components/AnswerParse.vue2.js +8 -8
  368. package/es/components/scale-view/src/components/DescribeContent.vue.d.ts +7 -7
  369. package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +12 -12
  370. package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +23 -23
  371. package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -10
  372. package/es/components/scale-view/src/components/EvaluatePage.vue2.js +6 -5
  373. package/es/components/scale-view/src/components/LoadingCom.vue.js +3 -5
  374. package/es/components/scale-view/src/components/NoData.vue.d.ts +7 -7
  375. package/es/components/scale-view/src/components/NoData.vue2.js +4 -4
  376. package/es/components/scale-view/src/components/ScaleScore.d.ts +5 -5
  377. package/es/components/scale-view/src/components/formitem/r-address.d.ts +9 -6
  378. package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +10 -6
  379. package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +11 -6
  380. package/es/components/scale-view/src/components/formitem/r-collection.d.ts +8 -5
  381. package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +9 -6
  382. package/es/components/scale-view/src/components/formitem/r-input.d.ts +8 -6
  383. package/es/components/scale-view/src/components/formitem/r-map.d.ts +70 -6
  384. package/es/components/scale-view/src/components/formitem/r-radio.d.ts +11 -6
  385. package/es/components/scale-view/src/components/formitem/r-select.d.ts +10 -6
  386. package/es/components/scale-view/src/components/formitem/r-sign.d.ts +155 -6
  387. package/es/components/scale-view/src/components/formitem/r-upload.d.ts +11 -6
  388. package/es/components/scale-view/src/components/formitem/sign-com.d.ts +6 -6
  389. package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +9 -5
  390. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +9 -17
  391. package/es/components/search-cascader/index.d.ts +27 -27
  392. package/es/components/search-cascader/src/SearchCascader.vue.d.ts +27 -27
  393. package/es/components/search-cascader/src/SearchCascader.vue2.js +9 -8
  394. package/es/components/search-cascader/src/components/ClearIcon.vue.js +15 -17
  395. package/es/components/search-cascader/src/components/SearchMenu.d.ts +5 -5
  396. package/es/components/select-label/index.d.ts +119 -155
  397. package/es/components/select-label/src/LabelFormContent.vue.d.ts +26 -48
  398. package/es/components/select-label/src/LabelFormContent.vue2.js +23 -25
  399. package/es/components/select-label/src/SelectLabel.vue.d.ts +42 -64
  400. package/es/components/select-label/src/SelectLabel.vue2.js +11 -12
  401. package/es/components/select-label/src/components/label-classify.vue.d.ts +14 -24
  402. package/es/components/select-label/src/components/label-classify.vue2.js +26 -29
  403. package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +29 -21
  404. package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +14 -16
  405. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +45 -37
  406. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +6 -6
  407. package/es/components/select-label/src/ihoLabel/iho-label-classify.vue.d.ts +17 -9
  408. package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +10 -13
  409. package/es/components/select-label/src/index.vue.d.ts +93 -107
  410. package/es/components/select-label/src/index.vue2.js +2 -1
  411. package/es/components/select-person/index.d.ts +257 -190
  412. package/es/components/select-person/src/SelectPerson.vue.d.ts +124 -87
  413. package/es/components/select-person/src/SelectPerson.vue2.js +21 -17
  414. package/es/components/select-person/src/SelectPersonRole.vue.d.ts +80 -66
  415. package/es/components/select-person/src/SelectPersonRole.vue2.js +13 -13
  416. package/es/components/select-person/src/SelectPersonType.vue.d.ts +41 -31
  417. package/es/components/select-person/src/SelectPersonType.vue2.js +6 -6
  418. package/es/components/select-person/src/components/GroupItem.vue.d.ts +5 -5
  419. package/es/components/select-person/src/components/GroupItem.vue2.js +2 -1
  420. package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +39 -39
  421. package/es/components/select-person/src/components/SearchGroupList.vue2.js +4 -3
  422. package/es/components/select-person/src/components/SearchMultiple.vue.d.ts +17 -18
  423. package/es/components/select-person/src/components/SearchMultiple.vue2.js +3 -2
  424. package/es/components/select-person/src/components/SearchOrgAndStaff.vue.d.ts +19 -20
  425. package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +7 -6
  426. package/es/components/select-person/src/components/TagItem.vue.d.ts +11 -11
  427. package/es/components/select-person/src/components/TagItem.vue2.js +2 -1
  428. package/es/components/select-person/src/index.vue.d.ts +307 -240
  429. package/es/components/select-person/src/index.vue2.js +8 -7
  430. package/es/components/select-person/src/utils/index.d.ts +1 -1
  431. package/es/components/shortcut-provider/index.d.ts +9 -9
  432. package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +9 -9
  433. package/es/components/shortcut-provider/src/hooks/useShortcutSignature.d.ts +1 -1
  434. package/es/components/shortcut-setter/index.d.ts +287 -81
  435. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +287 -81
  436. package/es/components/shortcut-setter/src/ShortcutSetter.vue2.js +3 -2
  437. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +13 -23
  438. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue2.js +11 -10
  439. package/es/components/slider-tree/index.d.ts +22 -22
  440. package/es/components/slider-tree/src/index.vue.d.ts +22 -22
  441. package/es/components/slider-tree/src/index.vue2.js +6 -5
  442. package/es/components/step-notice/index.d.ts +58 -58
  443. package/es/components/step-notice/src/StepNotice.vue.d.ts +57 -57
  444. package/es/components/step-notice/src/StepNotice.vue2.js +5 -4
  445. package/es/components/step-notice/src/components/NoticeConnection.vue.d.ts +12 -12
  446. package/es/components/step-notice/src/components/NoticeConnection.vue2.js +3 -3
  447. package/es/components/step-notice/src/components/NoticeItem.vue.d.ts +40 -40
  448. package/es/components/step-notice/src/components/NoticeItem.vue2.js +4 -4
  449. package/es/components/step-notice/src/components/NoticeItemAside.vue.d.ts +9 -9
  450. package/es/components/step-notice/src/components/NoticeItemAside.vue2.js +1 -2
  451. package/es/components/step-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
  452. package/es/components/steps-wheel/index.d.ts +17 -17
  453. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +17 -17
  454. package/es/components/steps-wheel/src/StepsWheel.vue2.js +3 -3
  455. package/es/components/table-export-field/index.d.ts +82 -66
  456. package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +33 -27
  457. package/es/components/table-export-field/src/components/ExportModal.vue2.js +10 -9
  458. package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +23 -23
  459. package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +6 -5
  460. package/es/components/table-export-field/src/index.vue.d.ts +82 -66
  461. package/es/components/table-export-field/src/index.vue2.js +5 -4
  462. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +71 -71
  463. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +18 -17
  464. package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +25 -25
  465. package/es/components/table-filter/src/components/bi-filter/components/Date.vue2.js +7 -6
  466. package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.d.ts +11 -11
  467. package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue2.js +5 -4
  468. package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.d.ts +11 -11
  469. package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue2.js +5 -4
  470. package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +12 -12
  471. package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue2.js +7 -6
  472. package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +59 -59
  473. package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +94 -94
  474. package/es/components/table-filter/src/components/bi-filter/index.vue2.js +33 -38
  475. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +230 -224
  476. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +41 -40
  477. package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.d.ts +15 -15
  478. package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue2.js +10 -9
  479. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +44 -44
  480. package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +19 -18
  481. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +47 -47
  482. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +27 -26
  483. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue.d.ts +19 -13
  484. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +8 -7
  485. package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue.d.ts +11 -11
  486. package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue2.js +5 -4
  487. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue.d.ts +13 -13
  488. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +5 -5
  489. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +43 -43
  490. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +10 -9
  491. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +12 -12
  492. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue2.js +7 -6
  493. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +14 -14
  494. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +7 -6
  495. package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue.d.ts +14 -14
  496. package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue2.js +7 -6
  497. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +216 -210
  498. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +253 -247
  499. package/es/components/table-filter/src/components/classify-filter/index.vue2.js +31 -34
  500. package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +12 -12
  501. package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue2.js +3 -2
  502. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +39 -39
  503. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +10 -9
  504. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +27 -27
  505. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +2 -1
  506. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +10 -10
  507. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +2 -1
  508. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +39 -39
  509. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +14 -14
  510. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +27 -27
  511. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +2 -1
  512. package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue.d.ts +13 -13
  513. package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +10 -9
  514. package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue.d.ts +13 -13
  515. package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +5 -5
  516. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +18 -18
  517. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +8 -9
  518. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +14 -14
  519. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +7 -6
  520. package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +11 -11
  521. package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +5 -4
  522. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +49 -43
  523. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +10 -9
  524. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +24 -24
  525. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +8 -7
  526. package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue.d.ts +11 -11
  527. package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue2.js +7 -6
  528. package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue.d.ts +13 -13
  529. package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue2.js +6 -5
  530. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +285 -279
  531. package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +5 -5
  532. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +272 -266
  533. package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
  534. package/es/components/time-line/index.d.ts +11 -11
  535. package/es/components/time-line/src/TimeLine.vue.d.ts +11 -11
  536. package/es/components/time-picker/index.d.ts +19 -19
  537. package/es/components/time-picker/src/TimePicker.vue.d.ts +19 -19
  538. package/es/components/time-picker/src/TimePicker.vue2.js +5 -4
  539. package/es/components/tooth-bitmap/index.d.ts +14 -14
  540. package/es/components/tooth-bitmap/src/ToothBitmap.vue.d.ts +12 -12
  541. package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +8 -7
  542. package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +19 -22
  543. package/es/components/vertify/src/components/IdentityVerification.vue2.js +10 -9
  544. package/es/components/vod-chunk-upload/index.d.ts +248 -28
  545. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +18 -18
  546. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +24 -25
  547. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +248 -28
  548. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +32 -33
  549. package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +207 -5
  550. package/es/env.d.ts +25 -25
  551. package/es/shared/components/AbbrText/AbbrText.d.ts +3 -3
  552. package/es/shared/components/ArrowIcon/ArrowIcon.vue.js +6 -8
  553. package/es/shared/components/CancelRadio/CancelRadio.d.ts +6 -6
  554. package/es/shared/components/DateIcon/DateIcon.vue.js +11 -13
  555. package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +5 -5
  556. package/es/shared/components/JSONTree/JSONTree.vue.d.ts +8 -8
  557. package/es/shared/components/JSONTree/JSONTree.vue2.js +1 -1
  558. package/es/shared/components/SelectPage/SelectPage.vue.d.ts +10 -10
  559. package/es/shared/components/SelectPage/SelectPage.vue2.js +2 -2
  560. package/es/shared/components/SlotRender/SlotRender.d.ts +3 -3
  561. package/es/shared/components/SvgIcon/SvgIcon.vue.d.ts +6 -10
  562. package/es/shared/components/SvgIcon/SvgIcon.vue2.js +5 -5
  563. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +9 -17
  564. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue2.js +9 -9
  565. package/es/shared/components/no-data/NoData.vue.d.ts +7 -7
  566. package/es/shared/components/no-data/NoData.vue2.js +5 -5
  567. package/es/shared/components/player-vod/index.vue.d.ts +1 -1
  568. package/es/shared/components/player-vod/player.d.ts +4 -4
  569. package/es/shared/components/player-vod/video-list.d.ts +77 -4
  570. package/es/shared/components/player-vod/video-modal.d.ts +23 -5
  571. package/es/shared/hooks/selectHooks/useOptionFiltered.d.ts +2 -2
  572. package/es/shared/hooks/selectHooks/useSearchContent.d.ts +1 -1
  573. package/es/shared/hooks/selectHooks/useSelectRenders.d.ts +4 -4
  574. package/es/shared/hooks/useLevelSearchCascader.d.ts +7 -4
  575. package/es/shared/package.json.js +1 -1
  576. package/es/shared/utils/index.d.ts +1 -1
  577. package/package.json +2 -2
@@ -1,5 +1,5 @@
1
1
  import { SFCWithInstall } from '../../shared/types';
2
- declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
2
+ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  defaultList: {
4
4
  type: import("vue").PropType<((string | number) | {
5
5
  [key: string]: any;
@@ -122,11 +122,11 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
122
122
  type: BooleanConstructor;
123
123
  default: boolean;
124
124
  };
125
- }, {
125
+ }>, {
126
126
  $attrs: {
127
127
  [x: string]: unknown;
128
128
  };
129
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
129
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
130
130
  defaultList: {
131
131
  type: import("vue").PropType<((string | number) | {
132
132
  [key: string]: any;
@@ -249,13 +249,13 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
249
249
  type: BooleanConstructor;
250
250
  default: boolean;
251
251
  };
252
- }>> & {
252
+ }>> & Readonly<{
253
253
  onCheck?: ((...args: any[]) => any) | undefined;
254
254
  onCheckWithLevel?: ((...args: any[]) => any) | undefined;
255
- }>>;
255
+ }> & {}>;
256
256
  __emits: (event: "check" | "checkWithLevel", ...args: any[]) => void;
257
- selectPersonRef: import("vue").Ref<any>;
258
- isComponent: import("vue").ComputedRef<import("vue").DefineComponent<{
257
+ selectPersonRef: import("vue").Ref<any, any>;
258
+ isComponent: import("vue").ComputedRef<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
259
259
  defaultList: {
260
260
  type: import("vue").PropType<((string | number) | {
261
261
  [key: string]: any;
@@ -340,8 +340,8 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
340
340
  forceShowSelectAll: {
341
341
  type: BooleanConstructor;
342
342
  };
343
- }, {
344
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
343
+ }>, {
344
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
345
345
  defaultList: {
346
346
  type: import("vue").PropType<((string | number) | {
347
347
  [key: string]: any;
@@ -426,12 +426,12 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
426
426
  forceShowSelectAll: {
427
427
  type: BooleanConstructor;
428
428
  };
429
- }>> & {}>>;
429
+ }>> & Readonly<{}> & {}>;
430
430
  emit: any;
431
- keyword: import("vue").Ref<string>;
432
- checkedAll: import("vue").Ref<boolean>;
433
- checkedKeys: import("vue").Ref<(string | number)[]>;
434
- expandedKeys: import("vue").Ref<(string | number)[]>;
431
+ keyword: import("vue").Ref<string, string>;
432
+ checkedAll: import("vue").Ref<boolean, boolean>;
433
+ checkedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
434
+ expandedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
435
435
  treeData: import("vue").Ref<{
436
436
  [x: string]: unknown;
437
437
  key?: import("naive-ui/es/tree/src/interface").Key | undefined;
@@ -442,12 +442,22 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
442
442
  children?: any[] | undefined;
443
443
  prefix?: (() => import("vue").VNodeChild) | undefined;
444
444
  suffix?: (() => import("vue").VNodeChild) | undefined;
445
+ }[], import("naive-ui").TreeOption[] | {
446
+ [x: string]: unknown;
447
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
448
+ label?: string | undefined;
449
+ checkboxDisabled?: boolean | undefined;
450
+ disabled?: boolean | undefined;
451
+ isLeaf?: boolean | undefined;
452
+ children?: any[] | undefined;
453
+ prefix?: (() => import("vue").VNodeChild) | undefined;
454
+ suffix?: (() => import("vue").VNodeChild) | undefined;
445
455
  }[]>;
446
- isSearch: import("vue").Ref<boolean>;
447
- allCheckedTreeKeys: import("vue").Ref<(string | number)[]>;
448
- curSelectKey: any;
449
- treeDataMiddle: any;
450
- checkedTagsMiddle: import("vue").Ref<any[]>;
456
+ isSearch: import("vue").Ref<boolean, boolean>;
457
+ allCheckedTreeKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
458
+ curSelectKey: import("vue").Ref<any, any>;
459
+ treeDataMiddle: import("vue").Ref<any, any>;
460
+ checkedTagsMiddle: import("vue").Ref<any[], any[]>;
451
461
  allCheckedKeysMiddle: any;
452
462
  isSearchFilter: import("vue").ComputedRef<boolean>;
453
463
  keyStr: import("vue").ComputedRef<string | number>;
@@ -462,7 +472,7 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
462
472
  setDisabled: (data: import("naive-ui").TreeOption) => void;
463
473
  renderLabel: ({ option }: {
464
474
  option: import("naive-ui").TreeOption;
465
- }) => JSX.Element;
475
+ }) => any;
466
476
  getLabelName: (curProps: any, option: import("naive-ui").TreeOption) => {};
467
477
  loopTrees: (treeObjs: any) => any;
468
478
  transformData: (key: string, trees: import("naive-ui").TreeOption[], parentNode: import("naive-ui").TreeOption | null, cb?: any) => import("naive-ui").TreeOption[];
@@ -482,19 +492,19 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
482
492
  }) => void;
483
493
  notifySearchClear: () => void;
484
494
  getCheckWithLevel: () => any[];
485
- NButton: any;
486
- NInput: any;
487
- NInputGroup: any;
488
- NCheckbox: any;
489
- NTree: any;
490
- NTag: any;
491
- NIcon: any;
492
- NSpace: any;
493
- NGrid: any;
494
- NGi: any;
495
- NEmpty: any;
496
- 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<{}>>, {}>;
497
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
495
+ readonly NButton: any;
496
+ readonly NInput: any;
497
+ readonly NInputGroup: any;
498
+ readonly NCheckbox: any;
499
+ readonly NTree: any;
500
+ readonly NTag: any;
501
+ readonly NIcon: any;
502
+ readonly NSpace: any;
503
+ readonly NGrid: any;
504
+ readonly NGi: any;
505
+ readonly NEmpty: any;
506
+ 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>;
507
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
498
508
  defaultList: {
499
509
  type: import("vue").PropType<((string | number) | {
500
510
  [key: string]: any;
@@ -579,7 +589,7 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
579
589
  forceShowSelectAll: {
580
590
  type: BooleanConstructor;
581
591
  };
582
- }>>, {
592
+ }>> & Readonly<{}>, {
583
593
  data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject)[];
584
594
  defaultList: ((string | number) | {
585
595
  [key: string]: any;
@@ -611,7 +621,7 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
611
621
  switchTypeData: import("../../shared/types").AnyObject;
612
622
  tagProps: import("../../shared/types").AnyObject;
613
623
  forceShowSelectAll: boolean;
614
- }> | import("vue").DefineComponent<{
624
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any> | import("vue").DefineComponent<import("vue").ExtractPropTypes<{
615
625
  defaultList: {
616
626
  type: import("vue").PropType<((string | number) | {
617
627
  [key: string]: any;
@@ -706,7 +716,7 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
706
716
  onlyForwardCascade: {
707
717
  type: BooleanConstructor;
708
718
  };
709
- }, {
719
+ }>, {
710
720
  searchFilterBase: {
711
721
  isOpen: boolean;
712
722
  multiple: boolean;
@@ -718,7 +728,7 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
718
728
  label: string;
719
729
  }[];
720
730
  labelListName: any;
721
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
731
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
722
732
  defaultList: {
723
733
  type: import("vue").PropType<((string | number) | {
724
734
  [key: string]: any;
@@ -813,12 +823,12 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
813
823
  onlyForwardCascade: {
814
824
  type: BooleanConstructor;
815
825
  };
816
- }>> & {}>>;
826
+ }>> & Readonly<{}> & {}>;
817
827
  emit: any;
818
- keyword: import("vue").Ref<string>;
819
- checkedAll: import("vue").Ref<boolean>;
820
- checkedKeys: import("vue").Ref<(string | number)[]>;
821
- expandedKeys: import("vue").Ref<(string | number)[]>;
828
+ keyword: import("vue").Ref<string, string>;
829
+ checkedAll: import("vue").Ref<boolean, boolean>;
830
+ checkedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
831
+ expandedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
822
832
  treeData: import("vue").Ref<{
823
833
  [x: string]: unknown;
824
834
  key?: import("naive-ui/es/tree/src/interface").Key | undefined;
@@ -829,21 +839,43 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
829
839
  children?: any[] | undefined;
830
840
  prefix?: (() => import("vue").VNodeChild) | undefined;
831
841
  suffix?: (() => import("vue").VNodeChild) | undefined;
842
+ }[], import("naive-ui").TreeOption[] | {
843
+ [x: string]: unknown;
844
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
845
+ label?: string | undefined;
846
+ checkboxDisabled?: boolean | undefined;
847
+ disabled?: boolean | undefined;
848
+ isLeaf?: boolean | undefined;
849
+ children?: any[] | undefined;
850
+ prefix?: (() => import("vue").VNodeChild) | undefined;
851
+ suffix?: (() => import("vue").VNodeChild) | undefined;
832
852
  }[]>;
833
853
  tagData: import("vue").Ref<{
834
854
  [x: string]: any;
835
855
  key: string | number;
856
+ }[], {
857
+ [key: string]: any;
858
+ key: string | number;
859
+ }[] | {
860
+ [x: string]: any;
861
+ key: string | number;
836
862
  }[]>;
837
863
  initTagData: import("vue").Ref<{
838
864
  [x: string]: any;
839
865
  key: string | number;
866
+ }[], {
867
+ [key: string]: any;
868
+ key: string | number;
869
+ }[] | {
870
+ [x: string]: any;
871
+ key: string | number;
840
872
  }[]>;
841
- isSearch: import("vue").Ref<boolean>;
842
- allCheckedTreeKeys: import("vue").Ref<(string | number)[]>;
873
+ isSearch: import("vue").Ref<boolean, boolean>;
874
+ allCheckedTreeKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
843
875
  isRemote: import("vue").ComputedRef<boolean>;
844
876
  checkStrategyResult: import("vue").ComputedRef<any>;
845
877
  isSearchFilter: import("vue").ComputedRef<boolean>;
846
- curSelectKey: import("vue").Ref<string>;
878
+ curSelectKey: import("vue").Ref<string, string>;
847
879
  mergeSearchFilter: import("vue").ComputedRef<{
848
880
  isOpen: boolean;
849
881
  multiple: boolean;
@@ -877,7 +909,7 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
877
909
  setDisabled: (data: import("naive-ui").TreeOption) => void;
878
910
  renderLabel: ({ option }: {
879
911
  option: import("naive-ui").TreeOption;
880
- }) => JSX.Element;
912
+ }) => any;
881
913
  getLabelName: (option: import("naive-ui").TreeOption) => {};
882
914
  transformData: (trees: import("naive-ui").TreeOption[]) => import("naive-ui").TreeOption[];
883
915
  calculateRootItems: (trees: import("naive-ui").TreeOption[], items: import("naive-ui").TreeOption[]) => import("naive-ui").TreeOption[];
@@ -912,19 +944,19 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
912
944
  notifySearchClear: () => void;
913
945
  getCheckWithLevel: () => any;
914
946
  resetParams: () => void;
915
- NButton: any;
916
- NInput: any;
917
- NInputGroup: any;
918
- NCheckbox: any;
919
- NTree: any;
920
- NTag: any;
921
- NIcon: any;
922
- NSpace: any;
923
- NGrid: any;
924
- NGi: any;
925
- NEmpty: any;
926
- 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<{}>>, {}>;
927
- SearchMultiple: import("vue").DefineComponent<{
947
+ readonly NButton: any;
948
+ readonly NInput: any;
949
+ readonly NInputGroup: any;
950
+ readonly NCheckbox: any;
951
+ readonly NTree: any;
952
+ readonly NTag: any;
953
+ readonly NIcon: any;
954
+ readonly NSpace: any;
955
+ readonly NGrid: any;
956
+ readonly NGi: any;
957
+ readonly NEmpty: any;
958
+ 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>;
959
+ SearchMultiple: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
928
960
  treeData: {
929
961
  type: import("vue").PropType<any[]>;
930
962
  default: () => never[];
@@ -933,8 +965,8 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
933
965
  type: import("vue").PropType<(string | number)[]>;
934
966
  default: () => never[];
935
967
  };
936
- }, {
937
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
968
+ }>, {
969
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
938
970
  treeData: {
939
971
  type: import("vue").PropType<any[]>;
940
972
  default: () => never[];
@@ -943,14 +975,14 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
943
975
  type: import("vue").PropType<(string | number)[]>;
944
976
  default: () => never[];
945
977
  };
946
- }>> & {
978
+ }>> & Readonly<{
947
979
  onNotifyCheck?: ((...args: any[]) => any) | undefined;
948
- }>>;
980
+ }> & {}>;
949
981
  emit: (event: "notifyCheck", ...args: any[]) => void;
950
982
  optionsRef: import("vue").ComputedRef<any[]>;
951
- list: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[]>;
983
+ list: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[], import("@vueuse/core").UseVirtualListItem<any>[]>;
952
984
  containerProps: {
953
- ref: import("vue").Ref<any>;
985
+ ref: import("vue").Ref<any, any>;
954
986
  onScroll: () => void;
955
987
  style: Partial<CSSStyleDeclaration>;
956
988
  };
@@ -962,8 +994,8 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
962
994
  };
963
995
  }>;
964
996
  containerStyleWithHeight: import("vue").ComputedRef<import("vue").CSSProperties>;
965
- searchCheckKeys: import("vue").Ref<(string | number)[]>;
966
- showSelectKeys: import("vue").Ref<(string | number)[]>;
997
+ searchCheckKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
998
+ showSelectKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
967
999
  checkedChange: (checkList: (string | number)[], meta: {
968
1000
  actionType: "check" | "uncheck";
969
1001
  value: string | number;
@@ -998,10 +1030,9 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
998
1030
  children: any[];
999
1031
  parentNode: any;
1000
1032
  }, baseKey: string | number) => false | undefined;
1001
- ref: typeof import("vue").ref;
1002
- NCheckboxGroup: any;
1003
- NCheckbox: any;
1004
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "notifyCheck"[], "notifyCheck", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1033
+ readonly NCheckboxGroup: any;
1034
+ readonly NCheckbox: any;
1035
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "notifyCheck"[], "notifyCheck", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1005
1036
  treeData: {
1006
1037
  type: import("vue").PropType<any[]>;
1007
1038
  default: () => never[];
@@ -1010,13 +1041,13 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
1010
1041
  type: import("vue").PropType<(string | number)[]>;
1011
1042
  default: () => never[];
1012
1043
  };
1013
- }>> & {
1044
+ }>> & Readonly<{
1014
1045
  onNotifyCheck?: ((...args: any[]) => any) | undefined;
1015
- }, {
1016
- treeData: any[];
1046
+ }>, {
1017
1047
  checkedKeys: (string | number)[];
1018
- }>;
1019
- SearchOrgAndStaff: import("vue").DefineComponent<{
1048
+ treeData: any[];
1049
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1050
+ SearchOrgAndStaff: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1020
1051
  treeData: {
1021
1052
  type: import("vue").PropType<any[]>;
1022
1053
  default: () => never[];
@@ -1033,10 +1064,10 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
1033
1064
  type: BooleanConstructor;
1034
1065
  default: boolean;
1035
1066
  };
1036
- }, {
1037
- $message: import("naive-ui").MessageApi;
1067
+ }>, {
1068
+ $message: import("naive-ui/es/message").MessageApi;
1038
1069
  virtualItemHeight: number;
1039
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1070
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1040
1071
  treeData: {
1041
1072
  type: import("vue").PropType<any[]>;
1042
1073
  default: () => never[];
@@ -1053,17 +1084,17 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
1053
1084
  type: BooleanConstructor;
1054
1085
  default: boolean;
1055
1086
  };
1056
- }>> & {
1087
+ }>> & Readonly<{
1057
1088
  onNotifyCheck?: ((...args: any[]) => any) | undefined;
1058
1089
  onNotifyClear?: ((...args: any[]) => any) | undefined;
1059
- }>>;
1090
+ }> & {}>;
1060
1091
  emit: (event: "notifyCheck" | "notifyClear", ...args: any[]) => void;
1061
1092
  moduleHeight: import("vue").ComputedRef<any>;
1062
1093
  showNums: import("vue").ComputedRef<number>;
1063
1094
  staffDataRef: import("vue").ComputedRef<any[]>;
1064
- staffList: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[]>;
1095
+ staffList: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[], import("@vueuse/core").UseVirtualListItem<any>[]>;
1065
1096
  staffContainerProps: {
1066
- ref: import("vue").Ref<any>;
1097
+ ref: import("vue").Ref<any, any>;
1067
1098
  onScroll: () => void;
1068
1099
  style: Partial<CSSStyleDeclaration>;
1069
1100
  };
@@ -1076,9 +1107,9 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
1076
1107
  }>;
1077
1108
  staffContainerStyleWithHeight: import("vue").ComputedRef<import("vue").CSSProperties>;
1078
1109
  orgDataRef: import("vue").ComputedRef<any[]>;
1079
- orgList: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[]>;
1110
+ orgList: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[], import("@vueuse/core").UseVirtualListItem<any>[]>;
1080
1111
  orgContainerProps: {
1081
- ref: import("vue").Ref<any>;
1112
+ ref: import("vue").Ref<any, any>;
1082
1113
  onScroll: () => void;
1083
1114
  style: Partial<CSSStyleDeclaration>;
1084
1115
  };
@@ -1090,8 +1121,8 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
1090
1121
  };
1091
1122
  }>;
1092
1123
  orgContainerStyleWithHeight: import("vue").ComputedRef<import("vue").CSSProperties>;
1093
- searchCheckKeys: import("vue").Ref<(string | number)[]>;
1094
- showSelectKeys: import("vue").Ref<(string | number)[]>;
1124
+ searchCheckKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
1125
+ showSelectKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
1095
1126
  handleClick: (tree: any) => void;
1096
1127
  handleStaffClick: (baseKeys: (string | number)[], currentTree: {
1097
1128
  [key: string]: any;
@@ -1123,9 +1154,8 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
1123
1154
  children: any[];
1124
1155
  parentNode: any;
1125
1156
  }, baseKey: string | number) => false | undefined;
1126
- ref: typeof import("vue").ref;
1127
- NEmpty: any;
1128
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("notifyCheck" | "notifyClear")[], "notifyCheck" | "notifyClear", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1157
+ readonly NEmpty: any;
1158
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("notifyCheck" | "notifyClear")[], "notifyCheck" | "notifyClear", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1129
1159
  treeData: {
1130
1160
  type: import("vue").PropType<any[]>;
1131
1161
  default: () => never[];
@@ -1142,16 +1172,16 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
1142
1172
  type: BooleanConstructor;
1143
1173
  default: boolean;
1144
1174
  };
1145
- }>> & {
1175
+ }>> & Readonly<{
1146
1176
  onNotifyCheck?: ((...args: any[]) => any) | undefined;
1147
1177
  onNotifyClear?: ((...args: any[]) => any) | undefined;
1148
- }, {
1178
+ }>, {
1149
1179
  searchFilter: Record<string, any>;
1150
- treeData: any[];
1151
1180
  checkedKeys: (string | number)[];
1181
+ treeData: any[];
1152
1182
  isMultiple: boolean;
1153
- }>;
1154
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1183
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1184
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1155
1185
  defaultList: {
1156
1186
  type: import("vue").PropType<((string | number) | {
1157
1187
  [key: string]: any;
@@ -1246,7 +1276,7 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
1246
1276
  onlyForwardCascade: {
1247
1277
  type: BooleanConstructor;
1248
1278
  };
1249
- }>>, {
1279
+ }>> & Readonly<{}>, {
1250
1280
  data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject)[];
1251
1281
  defaultList: ((string | number) | {
1252
1282
  [key: string]: any;
@@ -1279,7 +1309,7 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
1279
1309
  roleFields: Record<string, any>;
1280
1310
  forceShowSelectAll: boolean;
1281
1311
  onlyForwardCascade: boolean;
1282
- }> | import("vue").DefineComponent<{
1312
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any> | import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1283
1313
  defaultList: {
1284
1314
  type: import("vue").PropType<((string | number) | {
1285
1315
  [key: string]: any;
@@ -1363,9 +1393,9 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
1363
1393
  type: BooleanConstructor;
1364
1394
  default: boolean;
1365
1395
  };
1366
- }, {
1367
- $message: import("naive-ui").MessageApi;
1368
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1396
+ }>, {
1397
+ $message: import("naive-ui/es/message").MessageApi;
1398
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1369
1399
  defaultList: {
1370
1400
  type: import("vue").PropType<((string | number) | {
1371
1401
  [key: string]: any;
@@ -1449,13 +1479,13 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
1449
1479
  type: BooleanConstructor;
1450
1480
  default: boolean;
1451
1481
  };
1452
- }>> & {}>>;
1482
+ }>> & Readonly<{}> & {}>;
1453
1483
  emit: any;
1454
- keyword: import("vue").Ref<string>;
1455
- checkedAll: import("vue").Ref<boolean>;
1456
- checkedKeys: import("vue").Ref<(string | number)[]>;
1457
- expandedKeys: import("vue").Ref<(string | number)[]>;
1458
- treeData: import("vue").ShallowRef<import("./src/types").PTreeOption[]>;
1484
+ keyword: import("vue").Ref<string, string>;
1485
+ checkedAll: import("vue").Ref<boolean, boolean>;
1486
+ checkedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
1487
+ expandedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
1488
+ treeData: import("vue").ShallowRef<import("./src/types").PTreeOption[], import("./src/types").PTreeOption[]>;
1459
1489
  treeAsyncData: import("vue").Ref<{
1460
1490
  [x: string]: any;
1461
1491
  key: string | number;
@@ -1490,15 +1520,52 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
1490
1520
  };
1491
1521
  disabled?: boolean | undefined;
1492
1522
  count?: number | undefined;
1523
+ }[], import("./src/types").PTreeOption[] | {
1524
+ [x: string]: any;
1525
+ key: string | number;
1526
+ label: string;
1527
+ name: string;
1528
+ labelExpand: string;
1529
+ parentKey?: (string | number) | undefined;
1530
+ parentName: string;
1531
+ innerItemsNum: number;
1532
+ children: any[] | undefined;
1533
+ leaf: boolean;
1534
+ originItem: {
1535
+ [x: string]: any;
1536
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
1537
+ label?: string | undefined;
1538
+ checkboxDisabled?: boolean | undefined;
1539
+ disabled?: boolean | undefined;
1540
+ isLeaf?: boolean | undefined;
1541
+ children?: {
1542
+ [x: string]: unknown;
1543
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
1544
+ label?: string | undefined;
1545
+ checkboxDisabled?: boolean | undefined;
1546
+ disabled?: boolean | undefined;
1547
+ isLeaf?: boolean | undefined;
1548
+ children?: any[] | undefined;
1549
+ prefix?: (() => import("vue").VNodeChild) | undefined;
1550
+ suffix?: (() => import("vue").VNodeChild) | undefined;
1551
+ }[] | undefined;
1552
+ prefix?: (() => import("vue").VNodeChild) | undefined;
1553
+ suffix?: (() => import("vue").VNodeChild) | undefined;
1554
+ };
1555
+ disabled?: boolean | undefined;
1556
+ count?: number | undefined;
1493
1557
  }[]>;
1494
- searchTreeData: import("vue").ShallowRef<import("./src/types").PTreeOption[]>;
1558
+ searchTreeData: import("vue").ShallowRef<import("./src/types").PTreeOption[], import("./src/types").PTreeOption[]>;
1495
1559
  searchData: import("vue").ShallowRef<{
1496
1560
  title: string;
1497
1561
  data: import("./src/types").PTreeOption[];
1562
+ }[], {
1563
+ title: string;
1564
+ data: import("./src/types").PTreeOption[];
1498
1565
  }[]>;
1499
1566
  treeMap: Map<string | number, import("./src/types").PTreeOption>;
1500
- isSearch: import("vue").Ref<boolean>;
1501
- remoteDefaultList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
1567
+ isSearch: import("vue").Ref<boolean, boolean>;
1568
+ remoteDefaultList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
1502
1569
  isRemote: import("vue").ComputedRef<boolean>;
1503
1570
  checkStrategyResult: import("vue").ComputedRef<any>;
1504
1571
  isSearchFilter: import("vue").ComputedRef<boolean>;
@@ -1544,7 +1611,7 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
1544
1611
  queryLoadChildNode: (node: import("./src/types").PTreeOption) => Promise<import("../../shared/types").AnyObject>;
1545
1612
  renderLabel: ({ option }: {
1546
1613
  option: import("naive-ui").TreeOption;
1547
- }) => JSX.Element;
1614
+ }) => any;
1548
1615
  getChildren: (tag: import("./src/types").PTreeOption) => import("../../shared/types").AnyObject[];
1549
1616
  transformData: (trees: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject)[], parentNode: import("./src/types").PTreeOption | null, visitor?: Partial<Record<"enter" | "leave", (node: import("./src/types").PTreeOption) => unknown>> | undefined) => {
1550
1617
  treeItems: import("./src/types").PTreeOption[];
@@ -1580,16 +1647,16 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
1580
1647
  count?: number | undefined;
1581
1648
  }[];
1582
1649
  resetParams: () => void;
1583
- NButton: any;
1584
- NInput: any;
1585
- NInputGroup: any;
1586
- NCheckbox: any;
1587
- NTree: any;
1588
- NSpace: any;
1589
- NGrid: any;
1590
- NGi: any;
1591
- NPopover: any;
1592
- SearchGroupList: import("vue").DefineComponent<{
1650
+ readonly NButton: any;
1651
+ readonly NInput: any;
1652
+ readonly NInputGroup: any;
1653
+ readonly NCheckbox: any;
1654
+ readonly NTree: any;
1655
+ readonly NSpace: any;
1656
+ readonly NGrid: any;
1657
+ readonly NGi: any;
1658
+ readonly NPopover: any;
1659
+ SearchGroupList: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1593
1660
  data: {
1594
1661
  type: import("vue").PropType<{
1595
1662
  title: string;
@@ -1614,9 +1681,9 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
1614
1681
  type: StringConstructor;
1615
1682
  default: string;
1616
1683
  };
1617
- }, {
1684
+ }>, {
1618
1685
  emit: (event: "checked", ...args: any[]) => void;
1619
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1686
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1620
1687
  data: {
1621
1688
  type: import("vue").PropType<{
1622
1689
  title: string;
@@ -1641,9 +1708,9 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
1641
1708
  type: StringConstructor;
1642
1709
  default: string;
1643
1710
  };
1644
- }>> & {
1711
+ }>> & Readonly<{
1645
1712
  onChecked?: ((...args: any[]) => any) | undefined;
1646
- }>>;
1713
+ }> & {}>;
1647
1714
  renderData: import("vue").ComputedRef<{
1648
1715
  title: string;
1649
1716
  data: {
@@ -1655,10 +1722,10 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
1655
1722
  }[]>;
1656
1723
  handleClick: (item: import("../../shared/types").AnyObject) => void;
1657
1724
  handleChange: (item: import("../../shared/types").AnyObject, checked: boolean) => void;
1658
- NVirtualList: any;
1659
- NCheckbox: any;
1660
- NPopover: any;
1661
- CDefaultPage: SFCWithInstall<import("vue").DefineComponent<{
1725
+ readonly NVirtualList: any;
1726
+ readonly NCheckbox: any;
1727
+ readonly NPopover: any;
1728
+ readonly CDefaultPage: SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1662
1729
  type: {
1663
1730
  type: StringConstructor;
1664
1731
  default: string;
@@ -1670,8 +1737,8 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
1670
1737
  content: string;
1671
1738
  };
1672
1739
  };
1673
- }, {
1674
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1740
+ }>, {
1741
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1675
1742
  type: {
1676
1743
  type: StringConstructor;
1677
1744
  default: string;
@@ -1683,9 +1750,9 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
1683
1750
  content: string;
1684
1751
  };
1685
1752
  };
1686
- }>> & {
1753
+ }>> & Readonly<{
1687
1754
  onReloadPage?: ((...args: any[]) => any) | undefined;
1688
- }>>;
1755
+ }> & {}>;
1689
1756
  emit: (event: "reloadPage", ...args: any[]) => void;
1690
1757
  configResult: import("vue").ComputedRef<{
1691
1758
  title: string;
@@ -1693,9 +1760,9 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
1693
1760
  img: string;
1694
1761
  }>;
1695
1762
  reloadPage: () => void;
1696
- NIcon: any;
1697
- 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<{}>>, {}>;
1698
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1763
+ readonly NIcon: any;
1764
+ 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>;
1765
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1699
1766
  type: {
1700
1767
  type: StringConstructor;
1701
1768
  default: string;
@@ -1707,29 +1774,29 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
1707
1774
  content: string;
1708
1775
  };
1709
1776
  };
1710
- }>> & {
1777
+ }>> & Readonly<{
1711
1778
  onReloadPage?: ((...args: any[]) => any) | undefined;
1712
- }, {
1779
+ }>, {
1713
1780
  type: string;
1714
1781
  config: import("../../shared/types").AnyObject;
1715
- }>>;
1716
- GroupItem: import("vue").DefineComponent<{
1782
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
1783
+ GroupItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1717
1784
  item: {
1718
1785
  type: import("vue").PropType<import("../../shared/types").AnyObject>;
1719
1786
  required: true;
1720
1787
  };
1721
- }, {
1788
+ }>, {
1722
1789
  emit: (event: "checked", ...args: any[]) => void;
1723
1790
  handleClick: (item: import("../../shared/types").AnyObject) => void;
1724
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checked"[], "checked", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1791
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checked"[], "checked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1725
1792
  item: {
1726
1793
  type: import("vue").PropType<import("../../shared/types").AnyObject>;
1727
1794
  required: true;
1728
1795
  };
1729
- }>> & {
1796
+ }>> & Readonly<{
1730
1797
  onChecked?: ((...args: any[]) => any) | undefined;
1731
- }, {}>;
1732
- TagItem: import("vue").DefineComponent<{
1798
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1799
+ TagItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1733
1800
  tag: {
1734
1801
  type: import("vue").PropType<import("../../shared/types").AnyObject>;
1735
1802
  required: true;
@@ -1738,8 +1805,8 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
1738
1805
  type: BooleanConstructor;
1739
1806
  default: boolean;
1740
1807
  };
1741
- }, {
1742
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1808
+ }>, {
1809
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1743
1810
  tag: {
1744
1811
  type: import("vue").PropType<import("../../shared/types").AnyObject>;
1745
1812
  required: true;
@@ -1748,14 +1815,14 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
1748
1815
  type: BooleanConstructor;
1749
1816
  default: boolean;
1750
1817
  };
1751
- }>> & {
1818
+ }>> & Readonly<{
1752
1819
  onUnchecked?: ((...args: any[]) => any) | undefined;
1753
- }>>;
1820
+ }> & {}>;
1754
1821
  emit: (event: "unchecked", ...args: any[]) => void;
1755
1822
  updateChecked: (key: string, checked: boolean) => void;
1756
- NIcon: any;
1757
- 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<{}>>, {}>;
1758
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "unchecked"[], "unchecked", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1823
+ readonly NIcon: any;
1824
+ 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>;
1825
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "unchecked"[], "unchecked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1759
1826
  tag: {
1760
1827
  type: import("vue").PropType<import("../../shared/types").AnyObject>;
1761
1828
  required: true;
@@ -1764,12 +1831,12 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
1764
1831
  type: BooleanConstructor;
1765
1832
  default: boolean;
1766
1833
  };
1767
- }>> & {
1834
+ }>> & Readonly<{
1768
1835
  onUnchecked?: ((...args: any[]) => any) | undefined;
1769
- }, {
1836
+ }>, {
1770
1837
  showClose: boolean;
1771
- }>;
1772
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checked"[], "checked", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1838
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1839
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checked"[], "checked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1773
1840
  data: {
1774
1841
  type: import("vue").PropType<{
1775
1842
  title: string;
@@ -1794,13 +1861,13 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
1794
1861
  type: StringConstructor;
1795
1862
  default: string;
1796
1863
  };
1797
- }>> & {
1864
+ }>> & Readonly<{
1798
1865
  onChecked?: ((...args: any[]) => any) | undefined;
1799
- }, {
1866
+ }>, {
1800
1867
  type: string;
1801
1868
  showTagHover: boolean;
1802
- }>;
1803
- TagItem: import("vue").DefineComponent<{
1869
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1870
+ TagItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1804
1871
  tag: {
1805
1872
  type: import("vue").PropType<import("../../shared/types").AnyObject>;
1806
1873
  required: true;
@@ -1809,8 +1876,8 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
1809
1876
  type: BooleanConstructor;
1810
1877
  default: boolean;
1811
1878
  };
1812
- }, {
1813
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1879
+ }>, {
1880
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1814
1881
  tag: {
1815
1882
  type: import("vue").PropType<import("../../shared/types").AnyObject>;
1816
1883
  required: true;
@@ -1819,14 +1886,14 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
1819
1886
  type: BooleanConstructor;
1820
1887
  default: boolean;
1821
1888
  };
1822
- }>> & {
1889
+ }>> & Readonly<{
1823
1890
  onUnchecked?: ((...args: any[]) => any) | undefined;
1824
- }>>;
1891
+ }> & {}>;
1825
1892
  emit: (event: "unchecked", ...args: any[]) => void;
1826
1893
  updateChecked: (key: string, checked: boolean) => void;
1827
- NIcon: any;
1828
- 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<{}>>, {}>;
1829
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "unchecked"[], "unchecked", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1894
+ readonly NIcon: any;
1895
+ 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>;
1896
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "unchecked"[], "unchecked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1830
1897
  tag: {
1831
1898
  type: import("vue").PropType<import("../../shared/types").AnyObject>;
1832
1899
  required: true;
@@ -1835,12 +1902,12 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
1835
1902
  type: BooleanConstructor;
1836
1903
  default: boolean;
1837
1904
  };
1838
- }>> & {
1905
+ }>> & Readonly<{
1839
1906
  onUnchecked?: ((...args: any[]) => any) | undefined;
1840
- }, {
1907
+ }>, {
1841
1908
  showClose: boolean;
1842
- }>;
1843
- CDefaultPage: SFCWithInstall<import("vue").DefineComponent<{
1909
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1910
+ readonly CDefaultPage: SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1844
1911
  type: {
1845
1912
  type: StringConstructor;
1846
1913
  default: string;
@@ -1852,8 +1919,8 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
1852
1919
  content: string;
1853
1920
  };
1854
1921
  };
1855
- }, {
1856
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1922
+ }>, {
1923
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1857
1924
  type: {
1858
1925
  type: StringConstructor;
1859
1926
  default: string;
@@ -1865,9 +1932,9 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
1865
1932
  content: string;
1866
1933
  };
1867
1934
  };
1868
- }>> & {
1935
+ }>> & Readonly<{
1869
1936
  onReloadPage?: ((...args: any[]) => any) | undefined;
1870
- }>>;
1937
+ }> & {}>;
1871
1938
  emit: (event: "reloadPage", ...args: any[]) => void;
1872
1939
  configResult: import("vue").ComputedRef<{
1873
1940
  title: string;
@@ -1875,9 +1942,9 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
1875
1942
  img: string;
1876
1943
  }>;
1877
1944
  reloadPage: () => void;
1878
- NIcon: any;
1879
- 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<{}>>, {}>;
1880
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1945
+ readonly NIcon: any;
1946
+ 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>;
1947
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1881
1948
  type: {
1882
1949
  type: StringConstructor;
1883
1950
  default: string;
@@ -1889,13 +1956,13 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
1889
1956
  content: string;
1890
1957
  };
1891
1958
  };
1892
- }>> & {
1959
+ }>> & Readonly<{
1893
1960
  onReloadPage?: ((...args: any[]) => any) | undefined;
1894
- }, {
1961
+ }>, {
1895
1962
  type: string;
1896
1963
  config: import("../../shared/types").AnyObject;
1897
- }>>;
1898
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1964
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
1965
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1899
1966
  defaultList: {
1900
1967
  type: import("vue").PropType<((string | number) | {
1901
1968
  [key: string]: any;
@@ -1979,7 +2046,7 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
1979
2046
  type: BooleanConstructor;
1980
2047
  default: boolean;
1981
2048
  };
1982
- }>>, {
2049
+ }>> & Readonly<{}>, {
1983
2050
  data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject)[];
1984
2051
  defaultList: ((string | number) | {
1985
2052
  [key: string]: any;
@@ -2002,8 +2069,8 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
2002
2069
  hideLeaf: boolean;
2003
2070
  itemKey: (node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject) => string | number;
2004
2071
  showTagHover: boolean;
2005
- }>>;
2006
- getProps: import("vue").ComputedRef<Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2072
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
2073
+ getProps: import("vue").ComputedRef<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2007
2074
  defaultList: {
2008
2075
  type: import("vue").PropType<((string | number) | {
2009
2076
  [key: string]: any;
@@ -2126,15 +2193,15 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
2126
2193
  type: BooleanConstructor;
2127
2194
  default: boolean;
2128
2195
  };
2129
- }>> & {
2196
+ }>> & Readonly<{
2130
2197
  onCheck?: ((...args: any[]) => any) | undefined;
2131
2198
  onCheckWithLevel?: ((...args: any[]) => any) | undefined;
2132
- }>> & {
2199
+ }> & {}> & {
2133
2200
  [x: string]: unknown;
2134
2201
  }>;
2135
2202
  emits: (event: "check" | "checkWithLevel", ...args: any[]) => void;
2136
2203
  getCheckWithLevel: (strategy?: import("./src/types").Strategy | undefined, hideLeaf?: boolean | undefined) => any;
2137
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("check" | "checkWithLevel")[], "check" | "checkWithLevel", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2204
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("check" | "checkWithLevel")[], "check" | "checkWithLevel", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2138
2205
  defaultList: {
2139
2206
  type: import("vue").PropType<((string | number) | {
2140
2207
  [key: string]: any;
@@ -2257,10 +2324,10 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
2257
2324
  type: BooleanConstructor;
2258
2325
  default: boolean;
2259
2326
  };
2260
- }>> & {
2327
+ }>> & Readonly<{
2261
2328
  onCheck?: ((...args: any[]) => any) | undefined;
2262
2329
  onCheckWithLevel?: ((...args: any[]) => any) | undefined;
2263
- }, {
2330
+ }>, {
2264
2331
  data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject)[];
2265
2332
  height: string;
2266
2333
  defaultList: ((string | number) | {
@@ -2300,5 +2367,5 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
2300
2367
  hideLeaf: boolean;
2301
2368
  itemKey: (node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject) => string | number;
2302
2369
  showTagHover: boolean;
2303
- }>>;
2370
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
2304
2371
  export default SelectPerson;