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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (583) hide show
  1. package/README.md +87 -87
  2. package/es/components/annotation-edit/index.d.ts +5 -5
  3. package/es/components/annotation-edit/src/AnnotationEdit.d.ts +5 -5
  4. package/es/components/audio-sdk/index.d.ts +54 -52
  5. package/es/components/audio-sdk/src/Index.vue.d.ts +54 -52
  6. package/es/components/audio-sdk/src/Index.vue2.js +9 -8
  7. package/es/components/audio-sdk/src/audioSDK.d.ts +1 -1
  8. package/es/components/audio-sdk/src/components/form.vue.d.ts +16 -16
  9. package/es/components/audio-sdk/src/components/readyCountdown.vue.d.ts +10 -10
  10. package/es/components/audio-sdk/src/components/readyCountdown.vue2.js +5 -6
  11. package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +49 -47
  12. package/es/components/audio-sdk/src/components/recording.vue.d.ts +41 -39
  13. package/es/components/audio-sdk/src/components/recording.vue2.js +52 -57
  14. package/es/components/audio-sdk/src/hooks/useChartAudioContext.d.ts +5 -5
  15. package/es/components/audio-sdk/src/svgs/Close.vue.js +4 -6
  16. package/es/components/audio-sdk/src/svgs/Continue.vue.js +1 -3
  17. package/es/components/audio-sdk/src/svgs/Enlarge.vue.js +1 -3
  18. package/es/components/audio-sdk/src/svgs/Pause.vue.js +1 -3
  19. package/es/components/audio-sdk/src/svgs/WaveView.vue.js +1 -3
  20. package/es/components/audio-sdk/src/svgs/Zoom.vue.js +4 -6
  21. package/es/components/audio-sdk/src/utils/index.d.ts +1 -1
  22. package/es/components/audio-sdk/src/utils/recordingModal.d.ts +2 -2
  23. package/es/components/base-search/index.d.ts +61 -19
  24. package/es/components/base-search/src/index.vue.d.ts +61 -19
  25. package/es/components/base-search/src/index.vue2.js +33 -34
  26. package/es/components/big-table/index.d.ts +67 -43
  27. package/es/components/big-table/src/BigTable.vue.d.ts +67 -43
  28. package/es/components/big-table/src/BigTable.vue2.js +18 -18
  29. package/es/components/big-table/src/components/NoData.vue.d.ts +7 -7
  30. package/es/components/big-table/src/components/NoData.vue2.js +4 -4
  31. package/es/components/big-table/src/components/edit-form/edit-date.d.ts +7 -5
  32. package/es/components/big-table/src/components/edit-form/edit-input.d.ts +8 -5
  33. package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +12 -5
  34. package/es/components/big-table/src/components/edit-form/edit-select.d.ts +7 -5
  35. package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +47 -23
  36. package/es/components/big-table/src/components/edit-form/edit-separate.vue2.js +2 -1
  37. package/es/components/big-table/src/components/edit-form/edit-time.d.ts +7 -5
  38. package/es/components/big-table/src/components/edit-form/useCommon.d.ts +2 -2
  39. package/es/components/big-table/src/components/input-button.vue.d.ts +5 -5
  40. package/es/components/big-table/src/components/input-button.vue2.js +5 -4
  41. package/es/components/big-table/src/components/separate.vue.d.ts +31 -7
  42. package/es/components/big-table/src/components/separate.vue2.js +4 -5
  43. package/es/components/big-table/src/hooks/useAnnotation.d.ts +1 -1
  44. package/es/components/big-table/src/hooks/useEdit.d.ts +84 -48
  45. package/es/components/big-table/src/hooks/useSeparateRow.d.ts +50 -2
  46. package/es/components/body-select/index.d.ts +17 -17
  47. package/es/components/body-select/src/index.vue.d.ts +17 -17
  48. package/es/components/body-select/src/index.vue2.js +29 -31
  49. package/es/components/bpmn-workflow/index.d.ts +9 -9
  50. package/es/components/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +9 -9
  51. package/es/components/bpmn-workflow/src/BpmnWorkflow.vue2.js +1 -1
  52. package/es/components/branch-notice/index.d.ts +72 -49
  53. package/es/components/branch-notice/src/BranchNotice.vue.d.ts +70 -47
  54. package/es/components/branch-notice/src/BranchNotice.vue2.js +6 -5
  55. package/es/components/branch-notice/src/components/NoticeItem.vue.d.ts +57 -34
  56. package/es/components/branch-notice/src/components/NoticeItem.vue2.js +4 -4
  57. package/es/components/branch-notice/src/components/NoticeItemAside.vue.d.ts +12 -12
  58. package/es/components/branch-notice/src/components/NoticeItemAside.vue2.js +3 -4
  59. package/es/components/branch-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
  60. package/es/components/button-print/index.d.ts +203 -141
  61. package/es/components/button-print/src/ButtonPrint.vue.d.ts +203 -141
  62. package/es/components/button-print/src/ButtonPrint.vue2.js +8 -7
  63. package/es/components/button-print/src/components/EditFormat.vue.d.ts +48 -18
  64. package/es/components/button-print/src/components/EditFormat.vue2.js +10 -10
  65. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +72 -43
  66. package/es/components/button-print/src/components/IdentityVerification.vue2.js +13 -12
  67. package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +103 -71
  68. package/es/components/button-print/src/components/NewPrintComponent.vue2.js +125 -91
  69. package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +88 -58
  70. package/es/components/button-print/src/components/OldPrintComponent.vue2.js +6 -6
  71. package/es/components/button-print/src/components/Preview.vue.d.ts +13 -13
  72. package/es/components/button-print/src/components/Preview.vue2.js +3 -2
  73. package/es/components/calendar/index.d.ts +32 -277
  74. package/es/components/calendar/src/Calendar.vue.d.ts +31 -276
  75. package/es/components/calendar/src/Calendar.vue2.js +5 -4
  76. package/es/components/callback/index.d.ts +11 -11
  77. package/es/components/callback/src/components/dialog/drawer.vue.d.ts +20 -21
  78. package/es/components/callback/src/components/dialog/drawer.vue2.js +2 -1
  79. package/es/components/callback/src/components/dialog/modal.vue.d.ts +22 -22
  80. package/es/components/callback/src/components/dialog/modal.vue2.js +2 -1
  81. package/es/components/callback/src/components/popup/index.vue.d.ts +6 -6
  82. package/es/components/callback/src/components/render/drawerIframe/index.vue.d.ts +12 -12
  83. package/es/components/callback/src/components/render/drawerIframe/index.vue2.js +1 -1
  84. package/es/components/callback/src/components/render/index.vue.d.ts +6 -6
  85. package/es/components/callback/src/components/render/popupMaps.d.ts +3162 -1602
  86. package/es/components/callback/src/index.vue.d.ts +11 -11
  87. package/es/components/callback/src/index.vue2.js +2 -1
  88. package/es/components/card-reader-sdk/src/components/readCardDialog.vue.d.ts +12 -15
  89. package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +7 -6
  90. package/es/components/card-render/index.d.ts +10 -10
  91. package/es/components/card-render/src/CardRender.vue.d.ts +10 -10
  92. package/es/components/card-render/src/CardRender.vue2.js +8 -5
  93. package/es/components/card-render/src/components/Box.vue.d.ts +8 -8
  94. package/es/components/card-render/src/components/Box.vue2.js +6 -4
  95. package/es/components/card-render/src/components/Button.vue.d.ts +8 -8
  96. package/es/components/card-render/src/components/Button.vue2.js +6 -4
  97. package/es/components/card-render/src/components/Divider.vue.d.ts +8 -8
  98. package/es/components/card-render/src/components/Divider.vue2.js +1 -1
  99. package/es/components/card-render/src/components/Field.vue.d.ts +8 -8
  100. package/es/components/card-render/src/components/Field.vue2.js +18 -18
  101. package/es/components/card-render/src/components/FieldGroup.vue.d.ts +8 -8
  102. package/es/components/card-render/src/components/FieldGroup.vue2.js +12 -12
  103. package/es/components/card-render/src/components/Image.vue.d.ts +8 -8
  104. package/es/components/card-render/src/components/Image.vue2.js +2 -2
  105. package/es/components/card-render/src/components/Label.vue.d.ts +8 -8
  106. package/es/components/card-render/src/components/Label.vue2.js +3 -3
  107. package/es/components/card-render/src/components/Row.vue.d.ts +8 -8
  108. package/es/components/card-render/src/components/Row.vue2.js +7 -5
  109. package/es/components/card-render/src/components/ScaleView.vue.d.ts +8 -8
  110. package/es/components/card-render/src/components/ScaleView.vue2.js +2 -2
  111. package/es/components/card-render/src/components/Slot.d.ts +5 -5
  112. package/es/components/card-render/src/components/Table.vue.d.ts +16 -16
  113. package/es/components/card-render/src/components/Table.vue2.js +4 -4
  114. package/es/components/card-render/src/components/Text.vue.d.ts +7 -7
  115. package/es/components/card-render/src/components/Text.vue2.js +4 -4
  116. package/es/components/card-render/src/components/index.d.ts +113 -113
  117. package/es/components/classification/index.d.ts +509 -432
  118. package/es/components/classification/src/components/search-filter/index.vue.d.ts +370 -358
  119. package/es/components/classification/src/components/search-filter/index.vue2.js +8 -7
  120. package/es/components/classification/src/components/set-classification/index.vue.d.ts +414 -402
  121. package/es/components/classification/src/components/set-classification/index.vue2.js +4 -3
  122. package/es/components/classification/src/components/table-modal/index.vue.d.ts +27 -27
  123. package/es/components/classification/src/components/table-modal/index.vue2.js +143 -144
  124. package/es/components/classification/src/index.vue.d.ts +509 -432
  125. package/es/components/classification/src/index.vue2.js +71 -73
  126. package/es/components/config-provider/index.d.ts +7 -5
  127. package/es/components/config-provider/src/ConfigProvider.d.ts +7 -5
  128. package/es/components/date-picker/index.d.ts +15 -15
  129. package/es/components/date-picker/src/DatePicker.vue.d.ts +15 -15
  130. package/es/components/date-picker/src/DatePicker.vue2.js +9 -8
  131. package/es/components/default-page/index.d.ts +11 -11
  132. package/es/components/default-page/src/index.vue.d.ts +11 -11
  133. package/es/components/default-page/src/index.vue2.js +21 -22
  134. package/es/components/editor/index.d.ts +77 -7
  135. package/es/components/editor/src/Editor.d.ts +78 -7
  136. package/es/components/expand-field/index.d.ts +478 -303
  137. package/es/components/expand-field/src/components/FormBatchOptionsModal.vue.d.ts +14 -14
  138. package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +19 -19
  139. package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +304 -225
  140. package/es/components/expand-field/src/components/FormItemPerson.vue2.js +5 -4
  141. package/es/components/expand-field/src/components/PersonModal.vue.d.ts +284 -205
  142. package/es/components/expand-field/src/components/PersonModal.vue2.js +6 -5
  143. package/es/components/expand-field/src/components/form.vue.d.ts +458 -285
  144. package/es/components/expand-field/src/components/form.vue2.js +114 -122
  145. package/es/components/expand-field/src/index.vue.d.ts +479 -304
  146. package/es/components/expand-field/src/index.vue2.js +29 -29
  147. package/es/components/fabric-chart/index.d.ts +29 -29
  148. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +29 -29
  149. package/es/components/fabric-chart/src/FabricChart.vue2.js +7 -6
  150. package/es/components/fabric-chart/src/components/PopupMenu.d.ts +6 -6
  151. package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +7 -7
  152. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +9 -9
  153. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +9 -9
  154. package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.d.ts +1 -1
  155. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.d.ts +1 -1
  156. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +9 -9
  157. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +9 -9
  158. package/es/components/field-editor/index.d.ts +50 -42
  159. package/es/components/field-editor/src/FieldEditor.vue.d.ts +50 -42
  160. package/es/components/field-editor/src/FieldEditor.vue2.js +5 -5
  161. package/es/components/field-set/index.d.ts +13 -13
  162. package/es/components/field-set/src/FieldColor.vue.d.ts +215 -153
  163. package/es/components/field-set/src/FieldColor.vue2.js +10 -9
  164. package/es/components/field-set/src/FieldFilter.vue.d.ts +76 -50
  165. package/es/components/field-set/src/FieldFilter.vue2.js +12 -11
  166. package/es/components/field-set/src/FieldSet.vue.d.ts +77 -63
  167. package/es/components/field-set/src/FieldSet.vue2.js +35 -34
  168. package/es/components/field-set/src/Index.vue.d.ts +13 -13
  169. package/es/components/field-set/src/Index.vue2.js +16 -13
  170. package/es/components/field-set/src/TableStyle.vue.d.ts +21 -13
  171. package/es/components/field-set/src/TableStyle.vue2.js +25 -25
  172. package/es/components/field-set/src/components/condition.vue.d.ts +47 -32
  173. package/es/components/field-set/src/components/condition.vue2.js +16 -19
  174. package/es/components/field-set/src/components/edit-dialog.vue.d.ts +149 -102
  175. package/es/components/field-set/src/components/edit-dialog.vue2.js +4 -3
  176. package/es/components/field-set/src/components/edit-filter.vue.d.ts +67 -43
  177. package/es/components/field-set/src/components/edit-filter.vue2.js +2 -1
  178. package/es/components/field-set/src/components/table-row.vue.d.ts +32 -32
  179. package/es/components/field-set/src/components/table-row.vue2.js +28 -26
  180. package/es/components/form-config/index.d.ts +1408 -426
  181. package/es/components/form-config/src/FormConfig.vue.d.ts +1408 -426
  182. package/es/components/form-config/src/FormConfig.vue2.js +13 -12
  183. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +58 -50
  184. package/es/components/form-config/src/components/FormConfigCreator.vue2.js +2 -1
  185. package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +9 -9
  186. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +1105 -203
  187. package/es/components/form-config/src/components/FormConfigEdit.vue2.js +3 -3
  188. package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +119 -81
  189. package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +41 -41
  190. package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +4 -4
  191. package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +11 -11
  192. package/es/components/form-config/src/components/renderer/CloseButton.vue2.js +1 -1
  193. package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +29 -29
  194. package/es/components/form-config/src/components/renderer/ComplexNode.vue2.js +4 -5
  195. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +21 -21
  196. package/es/components/form-config/src/components/renderer/DefaultNode.vue2.js +5 -5
  197. package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +1 -1
  198. package/es/components/form-render/index.d.ts +48 -40
  199. package/es/components/form-render/src/FormRender.vue.d.ts +45 -37
  200. package/es/components/form-render/src/FormRender.vue2.js +6 -5
  201. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +48 -40
  202. package/es/components/form-render/src/FormRenderWrapper.vue2.js +2 -2
  203. package/es/components/form-render/src/components/renderer/combination/combination.d.ts +6 -6
  204. package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.d.ts +4 -4
  205. package/es/components/form-render/src/components/renderer/combination/jsonCombination.d.ts +6 -6
  206. package/es/components/form-render/src/components/renderer/combination/tableCombination.d.ts +6 -6
  207. package/es/components/form-render/src/components/renderer/complex.d.ts +4 -4
  208. package/es/components/form-render/src/components/renderer/date.d.ts +7 -9
  209. package/es/components/form-render/src/components/renderer/formItem.d.ts +5 -5
  210. package/es/components/form-render/src/components/renderer/formItem.js +6 -1
  211. package/es/components/form-render/src/components/renderer/input.d.ts +5 -5
  212. package/es/components/form-render/src/components/renderer/inputNumber.d.ts +7 -7
  213. package/es/components/form-render/src/components/renderer/levelSearchCascader/index.d.ts +5 -5
  214. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +31 -31
  215. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue2.js +6 -6
  216. package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +31 -31
  217. package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +18 -18
  218. package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +5 -5
  219. package/es/components/form-render/src/components/renderer/searchCascade.d.ts +5 -5
  220. package/es/components/form-render/src/components/renderer/select.d.ts +5 -5
  221. package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +2 -2
  222. package/es/components/form-render/src/components/renderer/slider.d.ts +4 -4
  223. package/es/components/form-render/src/components/renderer/switch.d.ts +5 -5
  224. package/es/components/form-render/src/components/renderer/text.d.ts +3 -3
  225. package/es/components/form-render/src/components/renderer/textarea.d.ts +5 -5
  226. package/es/components/form-render/src/components/renderer/time.d.ts +3 -3
  227. package/es/components/form-render/src/components/tooltipMessage.vue.d.ts +9 -9
  228. package/es/components/form-render/src/components/tooltipMessage.vue2.js +1 -1
  229. package/es/components/form-render/src/hooks/useAnchor.d.ts +9 -1
  230. package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -1
  231. package/es/components/form-render/src/hooks/useComplexOptions.d.ts +3 -3
  232. package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +6 -6
  233. package/es/components/form-render/src/hooks/useFormField.d.ts +1 -1
  234. package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +12 -12
  235. package/es/components/form-render/src/types/fieldItem.d.ts +1 -0
  236. package/es/components/form-render/src/utils/index.d.ts +3 -3
  237. package/es/components/grid/index.d.ts +1 -1
  238. package/es/components/grid/src/Grid.d.ts +1 -1
  239. package/es/components/guide/src/renderer.d.ts +5 -5
  240. package/es/components/iho-chat/index.d.ts +834 -760
  241. package/es/components/iho-chat/src/Index.vue.d.ts +834 -760
  242. package/es/components/iho-chat/src/Index.vue2.js +4 -3
  243. package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +42 -42
  244. package/es/components/iho-chat/src/components/ChatAdd.vue2.js +51 -51
  245. package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +122 -88
  246. package/es/components/iho-chat/src/components/ChatFile.vue2.js +7 -7
  247. package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +66 -64
  248. package/es/components/iho-chat/src/components/ChatFooter.vue2.js +101 -103
  249. package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +306 -272
  250. package/es/components/iho-chat/src/components/ChatHeader.vue2.js +13 -13
  251. package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +191 -177
  252. package/es/components/iho-chat/src/components/ChatMain.vue2.js +6 -6
  253. package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +61 -61
  254. package/es/components/iho-chat/src/components/ChatRecord.vue2.js +71 -77
  255. package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +34 -34
  256. package/es/components/iho-chat/src/components/ChatSearch.vue2.js +42 -45
  257. package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +65 -65
  258. package/es/components/iho-chat/src/components/ChatSet.vue2.js +128 -138
  259. package/es/components/iho-chat/src/components/ContextMenu.d.ts +5 -5
  260. package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +40 -22
  261. package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +20 -21
  262. package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +9 -9
  263. package/es/components/iho-chat/src/components/MessageEvent.vue2.js +11 -13
  264. package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +32 -32
  265. package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +2 -2
  266. package/es/components/iho-chat/src/components/MessageTemplate.vue.d.ts +18 -22
  267. package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +34 -36
  268. package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +82 -64
  269. package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +84 -90
  270. package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +13 -13
  271. package/es/components/iho-chat/src/components/PersonProfile.vue2.js +3 -3
  272. package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +15 -15
  273. package/es/components/iho-chat/src/components/SelectLabel.vue2.js +3 -2
  274. package/es/components/iho-chat/src/components/SiderList.vue.d.ts +69 -63
  275. package/es/components/iho-chat/src/components/SiderList.vue2.js +2 -2
  276. package/es/components/iho-chat/src/components/Video.vue.d.ts +13 -13
  277. package/es/components/iho-chat/src/components/Video.vue2.js +36 -40
  278. package/es/components/iho-chat/src/components/userItemRender.d.ts +5 -5
  279. package/es/components/iho-chat/src/hooks/useData.d.ts +6 -6
  280. package/es/components/iho-chat/src/hooks/useDraggable.d.ts +8 -2
  281. package/es/components/iho-chat/src/hooks/useSearchPatientList.d.ts +1 -1
  282. package/es/components/iho-chat/src/hooks/useSearchUserList.d.ts +1 -1
  283. package/es/components/iho-chat/src/hooks/useVideo.d.ts +11 -6
  284. package/es/components/iho-chat/src/utils/index.d.ts +1 -1
  285. package/es/components/iho-table/index.d.ts +3102 -1550
  286. package/es/components/iho-table/src/IhoTable.vue.d.ts +3103 -1551
  287. package/es/components/iho-table/src/IhoTable.vue2.js +9 -8
  288. package/es/components/iho-table/src/constants/index.d.ts +2 -2
  289. package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +2 -2
  290. package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +1 -1
  291. package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
  292. package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +1 -1
  293. package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +1 -1
  294. package/es/components/iho-table/src/hooks/useTableContext.d.ts +3 -3
  295. package/es/components/iho-table/src/plugins/anchorPlugin/tableAnchor.d.ts +1 -1
  296. package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +6 -2
  297. package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue.d.ts +477 -207
  298. package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +17 -16
  299. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +21 -21
  300. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue2.js +1 -1
  301. package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue.d.ts +21 -21
  302. package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue2.js +19 -16
  303. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +31 -31
  304. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +32 -29
  305. package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue.d.ts +11 -11
  306. package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +5 -5
  307. package/es/components/iho-table/src/plugins/headerPlugin/index.js +5 -9
  308. package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue.d.ts +8 -8
  309. package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue2.js +1 -1
  310. package/es/components/iho-table/src/plugins/pagerScrollPlugin/utils.d.ts +9 -9
  311. package/es/components/iho-table/src/plugins/pluginHooks/useFilter.d.ts +2 -2
  312. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +26 -26
  313. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +7 -6
  314. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +1 -1
  315. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +50 -47
  316. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue2.js +2 -1
  317. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +6 -6
  318. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +15 -13
  319. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue2.js +4 -4
  320. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +39 -39
  321. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +8 -7
  322. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.d.ts +1 -1
  323. package/es/components/iho-table/src/types/index.d.ts +1 -0
  324. package/es/components/iho-table/src/utils/index.d.ts +2 -2
  325. package/es/components/iho-table/src/utils/separateMap.d.ts +14 -1
  326. package/es/components/info-header/index.d.ts +195 -355
  327. package/es/components/info-header/src/InfoHeader.vue.d.ts +195 -355
  328. package/es/components/info-header/src/InfoHeader.vue2.js +6 -5
  329. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +37 -46
  330. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +23 -23
  331. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +44 -63
  332. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue2.js +11 -11
  333. package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.d.ts +15 -15
  334. package/es/components/info-header/src/components/infoDescription/HiddenContent.vue2.js +4 -4
  335. package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.d.ts +7 -7
  336. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +109 -129
  337. package/es/components/info-header/src/components/infoDescription/index.vue2.js +9 -9
  338. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +65 -68
  339. package/es/components/info-header/src/components/patientInfo/index.vue2.js +16 -14
  340. package/es/components/keyboard/index.d.ts +77 -65
  341. package/es/components/keyboard/src/Keyboard.vue.d.ts +77 -65
  342. package/es/components/keyboard/src/Keyboard.vue2.js +23 -23
  343. package/es/components/keyboard/src/components/InputNumber.vue.d.ts +16 -16
  344. package/es/components/keyboard/src/components/InputNumber.vue2.js +4 -3
  345. package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +46 -40
  346. package/es/components/keyboard/src/components/NumberPanel.vue2.js +12 -12
  347. package/es/components/map/index.d.ts +12 -12
  348. package/es/components/map/src/Map.vue.d.ts +12 -12
  349. package/es/components/map/src/Map.vue2.js +12 -12
  350. package/es/components/picture-clipper/index.d.ts +11 -11
  351. package/es/components/picture-clipper/src/PictureClipper.vue.d.ts +11 -11
  352. package/es/components/picture-clipper/src/PictureClipper.vue2.js +9 -8
  353. package/es/components/quick-search/index.d.ts +73 -32
  354. package/es/components/quick-search/src/index.vue.d.ts +73 -32
  355. package/es/components/quick-search/src/index.vue2.js +17 -17
  356. package/es/components/recommend-search/index.d.ts +79 -79
  357. package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +79 -79
  358. package/es/components/recommend-search/src/RecommendSearch.vue2.js +6 -5
  359. package/es/components/recommend-search/src/components/BaseSearch.d.ts +7 -7
  360. package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +34 -34
  361. package/es/components/recommend-search/src/components/RecommendInput.vue2.js +27 -28
  362. package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +9 -9
  363. package/es/components/recommend-search/src/components/RecommendMenu.vue2.js +8 -8
  364. package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +29 -29
  365. package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +15 -15
  366. package/es/components/scale-view/index.d.ts +107 -87
  367. package/es/components/scale-view/src/ScaleView.vue.d.ts +66 -63
  368. package/es/components/scale-view/src/ScaleView.vue2.js +18 -16
  369. package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +7 -7
  370. package/es/components/scale-view/src/components/AnswerParse.vue2.js +36 -36
  371. package/es/components/scale-view/src/components/DescribeContent.vue.d.ts +7 -7
  372. package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +12 -12
  373. package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +44 -44
  374. package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -10
  375. package/es/components/scale-view/src/components/EvaluatePage.vue2.js +27 -26
  376. package/es/components/scale-view/src/components/LoadingCom.vue.js +1 -3
  377. package/es/components/scale-view/src/components/NoData.vue.d.ts +7 -7
  378. package/es/components/scale-view/src/components/NoData.vue2.js +4 -4
  379. package/es/components/scale-view/src/components/ScaleScore.d.ts +5 -5
  380. package/es/components/scale-view/src/components/formitem/r-address.d.ts +9 -6
  381. package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +10 -6
  382. package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +11 -6
  383. package/es/components/scale-view/src/components/formitem/r-collection.d.ts +8 -5
  384. package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +9 -6
  385. package/es/components/scale-view/src/components/formitem/r-input.d.ts +8 -6
  386. package/es/components/scale-view/src/components/formitem/r-map.d.ts +70 -6
  387. package/es/components/scale-view/src/components/formitem/r-radio.d.ts +11 -6
  388. package/es/components/scale-view/src/components/formitem/r-select.d.ts +10 -6
  389. package/es/components/scale-view/src/components/formitem/r-sign.d.ts +155 -6
  390. package/es/components/scale-view/src/components/formitem/r-upload.d.ts +11 -6
  391. package/es/components/scale-view/src/components/formitem/sign-com.d.ts +6 -6
  392. package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +9 -5
  393. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +9 -17
  394. package/es/components/search-cascader/index.d.ts +27 -27
  395. package/es/components/search-cascader/src/SearchCascader.vue.d.ts +27 -27
  396. package/es/components/search-cascader/src/SearchCascader.vue2.js +9 -8
  397. package/es/components/search-cascader/src/components/ClearIcon.vue.js +11 -13
  398. package/es/components/search-cascader/src/components/SearchMenu.d.ts +5 -5
  399. package/es/components/select-label/index.d.ts +119 -155
  400. package/es/components/select-label/src/LabelFormContent.vue.d.ts +26 -48
  401. package/es/components/select-label/src/LabelFormContent.vue2.js +38 -40
  402. package/es/components/select-label/src/SelectLabel.vue.d.ts +42 -64
  403. package/es/components/select-label/src/SelectLabel.vue2.js +26 -27
  404. package/es/components/select-label/src/components/label-classify.vue.d.ts +14 -24
  405. package/es/components/select-label/src/components/label-classify.vue2.js +41 -44
  406. package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +29 -21
  407. package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +28 -30
  408. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +45 -37
  409. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +14 -14
  410. package/es/components/select-label/src/ihoLabel/iho-label-classify.vue.d.ts +17 -9
  411. package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +24 -27
  412. package/es/components/select-label/src/index.vue.d.ts +93 -107
  413. package/es/components/select-label/src/index.vue2.js +2 -1
  414. package/es/components/select-person/index.d.ts +257 -190
  415. package/es/components/select-person/src/SelectPerson.vue.d.ts +124 -87
  416. package/es/components/select-person/src/SelectPerson.vue2.js +23 -19
  417. package/es/components/select-person/src/SelectPersonRole.vue.d.ts +80 -66
  418. package/es/components/select-person/src/SelectPersonRole.vue2.js +14 -14
  419. package/es/components/select-person/src/SelectPersonType.vue.d.ts +41 -31
  420. package/es/components/select-person/src/SelectPersonType.vue2.js +7 -7
  421. package/es/components/select-person/src/components/GroupItem.vue.d.ts +5 -5
  422. package/es/components/select-person/src/components/GroupItem.vue2.js +2 -1
  423. package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +39 -39
  424. package/es/components/select-person/src/components/SearchGroupList.vue2.js +4 -3
  425. package/es/components/select-person/src/components/SearchMultiple.vue.d.ts +17 -18
  426. package/es/components/select-person/src/components/SearchMultiple.vue2.js +3 -2
  427. package/es/components/select-person/src/components/SearchOrgAndStaff.vue.d.ts +19 -20
  428. package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +7 -6
  429. package/es/components/select-person/src/components/TagItem.vue.d.ts +11 -11
  430. package/es/components/select-person/src/components/TagItem.vue2.js +2 -1
  431. package/es/components/select-person/src/index.vue.d.ts +307 -240
  432. package/es/components/select-person/src/index.vue2.js +8 -7
  433. package/es/components/select-person/src/utils/index.d.ts +1 -1
  434. package/es/components/shortcut-provider/index.d.ts +9 -9
  435. package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +9 -9
  436. package/es/components/shortcut-provider/src/hooks/useShortcutSignature.d.ts +1 -1
  437. package/es/components/shortcut-setter/index.d.ts +288 -81
  438. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +288 -81
  439. package/es/components/shortcut-setter/src/ShortcutSetter.vue2.js +4 -3
  440. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +13 -23
  441. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue2.js +11 -10
  442. package/es/components/slider-tree/index.d.ts +22 -22
  443. package/es/components/slider-tree/src/index.vue.d.ts +22 -22
  444. package/es/components/slider-tree/src/index.vue2.js +6 -5
  445. package/es/components/step-notice/index.d.ts +58 -58
  446. package/es/components/step-notice/src/StepNotice.vue.d.ts +57 -57
  447. package/es/components/step-notice/src/StepNotice.vue2.js +6 -5
  448. package/es/components/step-notice/src/components/NoticeConnection.vue.d.ts +12 -12
  449. package/es/components/step-notice/src/components/NoticeConnection.vue2.js +3 -3
  450. package/es/components/step-notice/src/components/NoticeItem.vue.d.ts +40 -40
  451. package/es/components/step-notice/src/components/NoticeItem.vue2.js +4 -4
  452. package/es/components/step-notice/src/components/NoticeItemAside.vue.d.ts +9 -9
  453. package/es/components/step-notice/src/components/NoticeItemAside.vue2.js +3 -4
  454. package/es/components/step-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
  455. package/es/components/steps-wheel/index.d.ts +17 -17
  456. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +17 -17
  457. package/es/components/steps-wheel/src/StepsWheel.vue2.js +4 -4
  458. package/es/components/table-export-field/index.d.ts +82 -66
  459. package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +33 -27
  460. package/es/components/table-export-field/src/components/ExportModal.vue2.js +13 -12
  461. package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +23 -23
  462. package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +8 -7
  463. package/es/components/table-export-field/src/index.vue.d.ts +82 -66
  464. package/es/components/table-export-field/src/index.vue2.js +6 -5
  465. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +71 -71
  466. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +18 -17
  467. package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +25 -25
  468. package/es/components/table-filter/src/components/bi-filter/components/Date.vue2.js +7 -6
  469. package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.d.ts +11 -11
  470. package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue2.js +5 -4
  471. package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.d.ts +11 -11
  472. package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue2.js +5 -4
  473. package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +12 -12
  474. package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue2.js +7 -6
  475. package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +59 -59
  476. package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +94 -94
  477. package/es/components/table-filter/src/components/bi-filter/index.vue2.js +49 -54
  478. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +230 -224
  479. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +41 -40
  480. package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.d.ts +15 -15
  481. package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue2.js +10 -9
  482. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +44 -44
  483. package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +19 -18
  484. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +47 -47
  485. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +27 -26
  486. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue.d.ts +19 -13
  487. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +8 -7
  488. package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue.d.ts +11 -11
  489. package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue2.js +5 -4
  490. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue.d.ts +13 -13
  491. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +5 -5
  492. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +43 -43
  493. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +10 -9
  494. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +12 -12
  495. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue2.js +7 -6
  496. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +14 -14
  497. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +7 -6
  498. package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue.d.ts +14 -14
  499. package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue2.js +7 -6
  500. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +216 -210
  501. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +253 -247
  502. package/es/components/table-filter/src/components/classify-filter/index.vue2.js +40 -43
  503. package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +12 -12
  504. package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue2.js +3 -2
  505. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +39 -39
  506. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +10 -9
  507. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +27 -27
  508. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +2 -1
  509. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +10 -10
  510. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +2 -1
  511. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +39 -39
  512. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +14 -14
  513. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +27 -27
  514. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +2 -1
  515. package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue.d.ts +13 -13
  516. package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +11 -10
  517. package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue.d.ts +13 -13
  518. package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +5 -5
  519. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +18 -18
  520. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +22 -23
  521. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +14 -14
  522. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +7 -6
  523. package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +11 -11
  524. package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +5 -4
  525. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +49 -43
  526. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +10 -9
  527. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +24 -24
  528. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +10 -9
  529. package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue.d.ts +11 -11
  530. package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue2.js +7 -6
  531. package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue.d.ts +13 -13
  532. package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue2.js +6 -5
  533. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +285 -279
  534. package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +5 -5
  535. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +272 -266
  536. package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
  537. package/es/components/time-line/index.d.ts +11 -11
  538. package/es/components/time-line/src/TimeLine.vue.d.ts +11 -11
  539. package/es/components/time-picker/index.d.ts +19 -19
  540. package/es/components/time-picker/src/TimePicker.vue.d.ts +19 -19
  541. package/es/components/time-picker/src/TimePicker.vue2.js +6 -5
  542. package/es/components/tooth-bitmap/index.d.ts +14 -14
  543. package/es/components/tooth-bitmap/src/ToothBitmap.vue.d.ts +12 -12
  544. package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +12 -11
  545. package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +19 -22
  546. package/es/components/vertify/src/components/IdentityVerification.vue2.js +12 -11
  547. package/es/components/vod-chunk-upload/index.d.ts +248 -28
  548. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +18 -18
  549. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +39 -40
  550. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +248 -28
  551. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +63 -64
  552. package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +207 -5
  553. package/es/env.d.ts +25 -25
  554. package/es/shared/components/AbbrText/AbbrText.d.ts +8 -0
  555. package/es/shared/components/AbbrText/AbbrText.js +27 -0
  556. package/es/shared/components/AbbrText/index.d.ts +2 -0
  557. package/es/shared/components/AbbrText/index.js +2 -0
  558. package/es/shared/components/ArrowIcon/ArrowIcon.vue.js +6 -8
  559. package/es/shared/components/CancelRadio/CancelRadio.d.ts +6 -6
  560. package/es/shared/components/DateIcon/DateIcon.vue.js +11 -13
  561. package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +5 -5
  562. package/es/shared/components/JSONTree/JSONTree.vue.d.ts +8 -8
  563. package/es/shared/components/JSONTree/JSONTree.vue2.js +1 -1
  564. package/es/shared/components/SelectPage/SelectPage.vue.d.ts +10 -10
  565. package/es/shared/components/SelectPage/SelectPage.vue2.js +2 -2
  566. package/es/shared/components/SlotRender/SlotRender.d.ts +3 -3
  567. package/es/shared/components/SvgIcon/SvgIcon.vue.d.ts +6 -10
  568. package/es/shared/components/SvgIcon/SvgIcon.vue2.js +5 -5
  569. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +9 -17
  570. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue2.js +9 -9
  571. package/es/shared/components/no-data/NoData.vue.d.ts +7 -7
  572. package/es/shared/components/no-data/NoData.vue2.js +5 -5
  573. package/es/shared/components/player-vod/index.vue.d.ts +1 -1
  574. package/es/shared/components/player-vod/player.d.ts +4 -4
  575. package/es/shared/components/player-vod/video-list.d.ts +77 -4
  576. package/es/shared/components/player-vod/video-modal.d.ts +23 -5
  577. package/es/shared/hooks/selectHooks/useOptionFiltered.d.ts +2 -2
  578. package/es/shared/hooks/selectHooks/useSearchContent.d.ts +1 -1
  579. package/es/shared/hooks/selectHooks/useSelectRenders.d.ts +4 -4
  580. package/es/shared/hooks/useLevelSearchCascader.d.ts +7 -4
  581. package/es/shared/package.json.js +1 -1
  582. package/es/shared/utils/index.d.ts +1 -1
  583. package/package.json +2 -2
@@ -1,6 +1,7 @@
1
+ /// <reference types="node" />
1
2
  import { type PropType } from 'vue';
2
3
  import { AnyObject } from '../../../shared/types';
3
- declare const _default: import("vue").DefineComponent<{
4
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
5
  token: {
5
6
  type: StringConstructor;
6
7
  required: true;
@@ -53,8 +54,8 @@ declare const _default: import("vue").DefineComponent<{
53
54
  type: PropType<string | Element>;
54
55
  default: string;
55
56
  };
56
- }, {
57
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
57
+ }>, {
58
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
58
59
  token: {
59
60
  type: StringConstructor;
60
61
  required: true;
@@ -107,19 +108,19 @@ declare const _default: import("vue").DefineComponent<{
107
108
  type: PropType<string | Element>;
108
109
  default: string;
109
110
  };
110
- }>> & {
111
+ }>> & Readonly<{
111
112
  "onTemplate-click"?: ((...args: any[]) => any) | undefined;
112
113
  "onUnread-message-update"?: ((...args: any[]) => any) | undefined;
113
114
  "onSession-change"?: ((...args: any[]) => any) | undefined;
114
115
  "onSession-close"?: ((...args: any[]) => any) | undefined;
115
- }>>;
116
+ }> & {}>;
116
117
  emit: (event: "template-click" | "unread-message-update" | "session-change" | "session-close", ...args: any[]) => void;
117
- loading: import("vue").Ref<boolean>;
118
+ loading: import("vue").Ref<boolean, boolean>;
118
119
  data: {
119
- filterable: import("vue").Ref<any>;
120
- trtcProxy: import("vue").Ref<any>;
120
+ filterable: import("vue").Ref<any, any>;
121
+ trtcProxy: import("vue").Ref<any, any>;
121
122
  cssVars: import("vue").ComputedRef<AnyObject>;
122
- stompClient: import("vue").Ref<import("./utils/chatSock").ChatSock | undefined>;
123
+ stompClient: import("vue").Ref<import("./utils/chatSock").ChatSock | undefined, import("./utils/chatSock").ChatSock | undefined>;
123
124
  state: {
124
125
  orgId: string | number;
125
126
  currentSessionItem: AnyObject;
@@ -259,10 +260,10 @@ declare const _default: import("vue").DefineComponent<{
259
260
  getCurrentSession: () => AnyObject | null;
260
261
  isEnded: import("vue").ComputedRef<boolean>;
261
262
  getUnreadData: () => AnyObject[];
262
- NLayout: any;
263
- NLayoutContent: any;
264
- NSpin: any;
265
- NConfigProvider: any;
263
+ readonly NLayout: any;
264
+ readonly NLayoutContent: any;
265
+ readonly NSpin: any;
266
+ readonly NConfigProvider: any;
266
267
  SiderList: import("vue").DefineComponent<{}, {
267
268
  filterKey: {
268
269
  all: string;
@@ -270,23 +271,29 @@ declare const _default: import("vue").DefineComponent<{
270
271
  ended: string;
271
272
  };
272
273
  unreadSessionKeys: string[];
273
- flexWidth: import("vue").Ref<number>;
274
- listBoxRef: import("vue").Ref<HTMLElement | undefined>;
274
+ flexWidth: import("vue").Ref<number, number>;
275
+ listBoxRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
275
276
  filterListByTag: import("vue").Ref<{
276
277
  label: string;
277
278
  key: string;
279
+ }[], {
280
+ label: string;
281
+ key: string;
282
+ }[] | {
283
+ label: string;
284
+ key: string;
278
285
  }[]>;
279
- contextmenuRef: import("vue").Ref<any>;
280
- showMenu: import("vue").Ref<boolean>;
281
- menuPosition: any;
282
- sessionId: import("vue").Ref<any>;
283
- currentFilterKey: import("vue").Ref<string>;
284
- datePickerRef: import("vue").Ref<any>;
285
- inputRef: import("vue").Ref<any>;
286
- dateRange: import("vue").Ref<any>;
287
- keyword: import("vue").Ref<string>;
288
- showSearch: import("vue").Ref<boolean>;
289
- filterList: import("vue").Ref<AnyObject[]>;
286
+ contextmenuRef: import("vue").Ref<any, any>;
287
+ showMenu: import("vue").Ref<boolean, boolean>;
288
+ menuPosition: import("vue").Ref<any, any>;
289
+ sessionId: import("vue").Ref<any, any>;
290
+ currentFilterKey: import("vue").Ref<string, string>;
291
+ datePickerRef: import("vue").Ref<any, any>;
292
+ inputRef: import("vue").Ref<any, any>;
293
+ dateRange: import("vue").Ref<any, any>;
294
+ keyword: import("vue").Ref<string, string>;
295
+ showSearch: import("vue").Ref<boolean, boolean>;
296
+ filterList: import("vue").Ref<AnyObject[], AnyObject[]>;
290
297
  handleInput: () => void;
291
298
  state: {
292
299
  orgId: string | number;
@@ -341,7 +348,7 @@ declare const _default: import("vue").DefineComponent<{
341
348
  isForward: boolean;
342
349
  };
343
350
  unreadTotal: import("vue").ComputedRef<number>;
344
- filterable: import("vue").Ref<any>;
351
+ filterable: import("vue").Ref<any, any>;
345
352
  openSession: (session: string | AnyObject) => Promise<void>;
346
353
  setUpdateSessionItem: (item: AnyObject) => void;
347
354
  setCurrentSessionItem: (item: AnyObject) => void;
@@ -357,13 +364,13 @@ declare const _default: import("vue").DefineComponent<{
357
364
  handleClickoutside: (e: Event) => void;
358
365
  handleUpdateDate: (value: string[]) => void;
359
366
  handleSearch: () => void;
360
- NBadge: any;
361
- NAvatar: any;
362
- NInput: any;
363
- NTag: any;
364
- NIcon: any;
365
- NPopover: any;
366
- ContextMenu: import("vue").DefineComponent<{
367
+ readonly NBadge: any;
368
+ readonly NAvatar: any;
369
+ readonly NInput: any;
370
+ readonly NTag: any;
371
+ readonly NIcon: any;
372
+ readonly NPopover: any;
373
+ readonly ContextMenu: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
367
374
  type: {
368
375
  type: StringConstructor;
369
376
  default: string;
@@ -378,7 +385,7 @@ declare const _default: import("vue").DefineComponent<{
378
385
  id: {
379
386
  type: StringConstructor;
380
387
  };
381
- }, () => JSX.Element | null, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "update:show")[], "select" | "update:show", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
388
+ }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "update:show")[], "select" | "update:show", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
382
389
  type: {
383
390
  type: StringConstructor;
384
391
  default: string;
@@ -393,22 +400,22 @@ declare const _default: import("vue").DefineComponent<{
393
400
  id: {
394
401
  type: StringConstructor;
395
402
  };
396
- }>> & {
403
+ }>> & Readonly<{
397
404
  onSelect?: ((...args: any[]) => any) | undefined;
398
405
  "onUpdate:show"?: ((...args: any[]) => any) | undefined;
399
- }, {
406
+ }>, {
400
407
  type: string;
401
408
  show: boolean;
402
- }>;
403
- vFlexibleResize: {
409
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
410
+ readonly vFlexibleResize: {
404
411
  mounted(el: any, { value }: any): void;
405
412
  beforeUnmount(el: any): void;
406
413
  };
407
- formatTime: typeof import("./utils").formatTime;
408
- isDoctorRole: typeof import("./utils").isDoctorRole;
409
- getRoleName: typeof import("./utils").getRoleName;
410
- STATUS: typeof import("./constants").STATUS;
411
- CDatePicker: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
414
+ readonly formatTime: typeof import("./utils").formatTime;
415
+ readonly isDoctorRole: typeof import("./utils").isDoctorRole;
416
+ readonly getRoleName: typeof import("./utils").getRoleName;
417
+ readonly STATUS: typeof import("./constants").STATUS;
418
+ readonly CDatePicker: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
412
419
  updateUnchangedValue: {
413
420
  type: BooleanConstructor;
414
421
  };
@@ -439,11 +446,11 @@ declare const _default: import("vue").DefineComponent<{
439
446
  isDateDisabled: {
440
447
  type: PropType<(current: number, ...arg: any[]) => boolean>;
441
448
  };
442
- }, {
449
+ }>, {
443
450
  attrs: {
444
451
  [x: string]: unknown;
445
452
  };
446
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
453
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
447
454
  updateUnchangedValue: {
448
455
  type: BooleanConstructor;
449
456
  };
@@ -474,15 +481,15 @@ declare const _default: import("vue").DefineComponent<{
474
481
  isDateDisabled: {
475
482
  type: PropType<(current: number, ...arg: any[]) => boolean>;
476
483
  };
477
- }>> & {
484
+ }>> & Readonly<{
478
485
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
479
- }>>;
486
+ }> & {}>;
480
487
  emit: (event: "update:formatted-value", ...args: any[]) => void;
481
- datePickerRef: import("vue").Ref<AnyObject | null>;
482
- panelInstRef: import("vue").Ref<null>;
483
- placeholderRef: import("vue").Ref<any>;
484
- oldValue: string;
485
- currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
488
+ datePickerRef: import("vue").Ref<AnyObject | null, AnyObject | null>;
489
+ panelInstRef: import("vue").Ref<null, null>;
490
+ placeholderRef: import("vue").Ref<any, any>;
491
+ oldValue: (string | [string, string]) | null | undefined;
492
+ currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
486
493
  isDateTime: import("vue").ComputedRef<boolean>;
487
494
  formatRef: import("vue").ComputedRef<string>;
488
495
  panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
@@ -497,8 +504,8 @@ declare const _default: import("vue").DefineComponent<{
497
504
  onConfirm: (...args: any[]) => Promise<void>;
498
505
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
499
506
  setShortcutValue: (type: "month" | "week") => Promise<void>;
500
- NDatePicker: any;
501
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
507
+ readonly NDatePicker: any;
508
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
502
509
  updateUnchangedValue: {
503
510
  type: BooleanConstructor;
504
511
  };
@@ -529,31 +536,31 @@ declare const _default: import("vue").DefineComponent<{
529
536
  isDateDisabled: {
530
537
  type: PropType<(current: number, ...arg: any[]) => boolean>;
531
538
  };
532
- }>> & {
539
+ }>> & Readonly<{
533
540
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
534
- }, {
541
+ }>, {
535
542
  type: string;
536
543
  updateUnchangedValue: boolean;
537
544
  to: string | false | HTMLElement;
538
545
  holidays: Date[];
539
- }>>;
540
- SearchOutline: 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<{}>>, {}>;
541
- userItemRender: import("vue").DefineComponent<{
546
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
547
+ readonly SearchOutline: 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>;
548
+ readonly userItemRender: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
542
549
  item: {
543
550
  type: PropType<AnyObject>;
544
551
  default: () => {};
545
552
  };
546
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "item-click"[], "item-click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
553
+ }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "item-click"[], "item-click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
547
554
  item: {
548
555
  type: PropType<AnyObject>;
549
556
  default: () => {};
550
557
  };
551
- }>> & {
558
+ }>> & Readonly<{
552
559
  "onItem-click"?: ((...args: any[]) => any) | undefined;
553
- }, {
560
+ }>, {
554
561
  item: AnyObject;
555
- }>;
556
- DefaultPage: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
562
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
563
+ readonly DefaultPage: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
557
564
  type: {
558
565
  type: StringConstructor;
559
566
  default: string;
@@ -565,8 +572,8 @@ declare const _default: import("vue").DefineComponent<{
565
572
  content: string;
566
573
  };
567
574
  };
568
- }, {
569
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
575
+ }>, {
576
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
570
577
  type: {
571
578
  type: StringConstructor;
572
579
  default: string;
@@ -578,9 +585,9 @@ declare const _default: import("vue").DefineComponent<{
578
585
  content: string;
579
586
  };
580
587
  };
581
- }>> & {
588
+ }>> & Readonly<{
582
589
  onReloadPage?: ((...args: any[]) => any) | undefined;
583
- }>>;
590
+ }> & {}>;
584
591
  emit: (event: "reloadPage", ...args: any[]) => void;
585
592
  configResult: import("vue").ComputedRef<{
586
593
  title: string;
@@ -588,9 +595,9 @@ declare const _default: import("vue").DefineComponent<{
588
595
  img: string;
589
596
  }>;
590
597
  reloadPage: () => void;
591
- NIcon: any;
592
- 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<{}>>, {}>;
593
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
598
+ readonly NIcon: any;
599
+ 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>;
600
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
594
601
  type: {
595
602
  type: StringConstructor;
596
603
  default: string;
@@ -602,13 +609,13 @@ declare const _default: import("vue").DefineComponent<{
602
609
  content: string;
603
610
  };
604
611
  };
605
- }>> & {
612
+ }>> & Readonly<{
606
613
  onReloadPage?: ((...args: any[]) => any) | undefined;
607
- }, {
614
+ }>, {
608
615
  type: string;
609
616
  config: AnyObject;
610
- }>>;
611
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
617
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
618
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
612
619
  ChatHeader: import("vue").DefineComponent<{}, {
613
620
  state: {
614
621
  orgId: string | number;
@@ -668,10 +675,10 @@ declare const _default: import("vue").DefineComponent<{
668
675
  setCurrentSessionItem: (item: AnyObject) => void;
669
676
  emit: (event: "template-click" | "unread-message-update" | "session-change" | "session-close", ...args: any[]) => void;
670
677
  setUserDetail: (event: MouseEvent, userDetail: AnyObject) => void;
671
- showChatSet: import("vue").Ref<boolean>;
672
- showChatFile: import("vue").Ref<boolean>;
673
- chatFileType: import("vue").Ref<string>;
674
- showChatRecord: import("vue").Ref<boolean>;
678
+ showChatSet: import("vue").Ref<boolean, boolean>;
679
+ showChatFile: import("vue").Ref<boolean, boolean>;
680
+ chatFileType: import("vue").Ref<string, string>;
681
+ showChatRecord: import("vue").Ref<boolean, boolean>;
675
682
  chatAddProps: import("vue").ComputedRef<{
676
683
  mode: string;
677
684
  disabledIds: any[];
@@ -685,11 +692,11 @@ declare const _default: import("vue").DefineComponent<{
685
692
  }>;
686
693
  handleOpenChatFile: (type: string) => void;
687
694
  handleClose: () => Promise<void>;
688
- NAvatar: any;
689
- NIcon: any;
690
- NButton: any;
691
- NTooltip: any;
692
- NPopconfirm: any;
695
+ readonly NAvatar: any;
696
+ readonly NIcon: any;
697
+ readonly NButton: any;
698
+ readonly NTooltip: any;
699
+ readonly NPopconfirm: any;
693
700
  ChatSet: import("vue").DefineComponent<{}, {
694
701
  attrs: {
695
702
  [x: string]: unknown;
@@ -750,10 +757,10 @@ declare const _default: import("vue").DefineComponent<{
750
757
  setUserDetail: (event: MouseEvent, userDetail: AnyObject) => void;
751
758
  isGroupChat: import("vue").ComputedRef<boolean>;
752
759
  isGroupLeader: import("vue").ComputedRef<boolean>;
753
- inputRef: import("vue").Ref<any>;
754
- groupNameEditing: import("vue").Ref<boolean>;
755
- groupName: import("vue").Ref<string>;
756
- showGroupDetail: import("vue").Ref<boolean>;
760
+ inputRef: import("vue").Ref<any, any>;
761
+ groupNameEditing: import("vue").Ref<boolean, boolean>;
762
+ groupName: import("vue").Ref<string, string>;
763
+ showGroupDetail: import("vue").Ref<boolean, boolean>;
757
764
  currentGroupUserIds: import("vue").ComputedRef<any[]>;
758
765
  currentGroupUser: import("vue").ComputedRef<AnyObject[]>;
759
766
  handleTopping: (value: boolean) => Promise<void>;
@@ -763,23 +770,23 @@ declare const _default: import("vue").DefineComponent<{
763
770
  handleGroupName: () => Promise<void>;
764
771
  handleAvatar: (options: import("./types").FileOptions) => Promise<void>;
765
772
  closeChatSet: () => void;
766
- NDrawer: any;
767
- NDrawerContent: any;
768
- NAvatar: any;
769
- NIcon: any;
770
- NSwitch: any;
771
- NInput: any;
772
- NSpace: any;
773
- NButton: any;
774
- NUploadTrigger: any;
775
- NUpload: any;
776
- NPopconfirm: any;
777
- ChevronForwardOutline: 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<{}>>, {}>;
778
- Pencil: 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<{}>>, {}>;
779
- AddOutline: 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<{}>>, {}>;
780
- RemoveOutline: 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<{}>>, {}>;
781
- ChevronBackOutline: 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<{}>>, {}>;
782
- ChatAdd: import("vue").DefineComponent<{
773
+ readonly NDrawer: any;
774
+ readonly NDrawerContent: any;
775
+ readonly NAvatar: any;
776
+ readonly NIcon: any;
777
+ readonly NSwitch: any;
778
+ readonly NInput: any;
779
+ readonly NSpace: any;
780
+ readonly NButton: any;
781
+ readonly NUploadTrigger: any;
782
+ readonly NUpload: any;
783
+ readonly NPopconfirm: any;
784
+ readonly ChevronForwardOutline: 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>;
785
+ readonly Pencil: 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>;
786
+ readonly AddOutline: 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>;
787
+ readonly RemoveOutline: 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>;
788
+ readonly ChevronBackOutline: 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>;
789
+ ChatAdd: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
783
790
  title: {
784
791
  type: StringConstructor;
785
792
  default: string;
@@ -803,14 +810,14 @@ declare const _default: import("vue").DefineComponent<{
803
810
  type: BooleanConstructor;
804
811
  default: boolean;
805
812
  };
806
- }, {
813
+ }>, {
807
814
  initialOptions: AnyObject[];
808
815
  tabList: {
809
816
  key: string;
810
817
  label: string;
811
818
  }[];
812
819
  orgList: AnyObject[];
813
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
820
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
814
821
  title: {
815
822
  type: StringConstructor;
816
823
  default: string;
@@ -834,9 +841,9 @@ declare const _default: import("vue").DefineComponent<{
834
841
  type: BooleanConstructor;
835
842
  default: boolean;
836
843
  };
837
- }>> & {
844
+ }>> & Readonly<{
838
845
  onComfirm?: ((...args: any[]) => any) | undefined;
839
- }>>;
846
+ }> & {}>;
840
847
  emit: (event: "comfirm", ...args: any[]) => void;
841
848
  state: {
842
849
  orgId: string | number;
@@ -891,16 +898,16 @@ declare const _default: import("vue").DefineComponent<{
891
898
  isForward: boolean;
892
899
  };
893
900
  setCurrentSessionItem: (item: AnyObject) => void;
894
- listRef: import("vue").Ref<any>;
895
- keyword: import("vue").Ref<string>;
896
- showModal: import("vue").Ref<boolean>;
897
- checkedOptions: import("vue").Ref<AnyObject[]>;
898
- groupName: import("vue").Ref<string>;
899
- remark: import("vue").Ref<string>;
900
- currentTab: import("vue").Ref<AnyObject[]>;
901
- breadcrumbList: import("vue").Ref<AnyObject[]>;
902
- breadcrumbRef: import("vue").Ref<any>;
903
- userList: import("vue").Ref<AnyObject[]>;
901
+ listRef: import("vue").Ref<any, any>;
902
+ keyword: import("vue").Ref<string, string>;
903
+ showModal: import("vue").Ref<boolean, boolean>;
904
+ checkedOptions: import("vue").Ref<AnyObject[], AnyObject[]>;
905
+ groupName: import("vue").Ref<string, string>;
906
+ remark: import("vue").Ref<string, string>;
907
+ currentTab: import("vue").Ref<AnyObject[], AnyObject[]>;
908
+ breadcrumbList: import("vue").Ref<AnyObject[], AnyObject[]>;
909
+ breadcrumbRef: import("vue").Ref<any, any>;
910
+ userList: import("vue").Ref<AnyObject[], AnyObject[]>;
904
911
  handleInput: () => void;
905
912
  _disabledIds: import("vue").ComputedRef<any[]>;
906
913
  sessionList: import("vue").ComputedRef<{
@@ -926,8 +933,8 @@ declare const _default: import("vue").DefineComponent<{
926
933
  }[]>;
927
934
  checkedIds: import("vue").ComputedRef<any[]>;
928
935
  btnDisabled: import("vue").ComputedRef<boolean>;
929
- allChecked: import("vue").WritableComputedRef<boolean>;
930
- checkedSourceIds: import("vue").WritableComputedRef<any[]>;
936
+ allChecked: import("vue").WritableComputedRef<boolean, boolean>;
937
+ checkedSourceIds: import("vue").WritableComputedRef<any[], any[]>;
931
938
  currentTabKey: import("vue").ComputedRef<any>;
932
939
  showAllCheckbox: import("vue").ComputedRef<boolean>;
933
940
  getOrgList: () => Promise<void>;
@@ -942,28 +949,28 @@ declare const _default: import("vue").DefineComponent<{
942
949
  getAllUser: (tree: AnyObject[]) => AnyObject[];
943
950
  handlePositiveClick: () => Promise<void>;
944
951
  closeTag: (id: string) => void;
945
- NModal: any;
946
- NButton: any;
947
- NSpace: any;
948
- NAvatar: any;
949
- NIcon: any;
950
- NTag: any;
951
- NInput: any;
952
- NCheckbox: any;
953
- NCheckboxGroup: any;
954
- NTooltip: any;
955
- NBreadcrumb: any;
956
- NBreadcrumbItem: any;
957
- SearchOutline: 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<{}>>, {}>;
958
- AddOutline: 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<{}>>, {}>;
959
- PersonOutline: 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<{}>>, {}>;
960
- PeopleOutline: 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<{}>>, {}>;
961
- ChevronBackOutline: 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<{}>>, {}>;
962
- ChevronForwardOutline: 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<{}>>, {}>;
963
- last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
964
- isDoctorRole: typeof import("./utils").isDoctorRole;
965
- getRoleName: typeof import("./utils").getRoleName;
966
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
952
+ readonly NModal: any;
953
+ readonly NButton: any;
954
+ readonly NSpace: any;
955
+ readonly NAvatar: any;
956
+ readonly NIcon: any;
957
+ readonly NTag: any;
958
+ readonly NInput: any;
959
+ readonly NCheckbox: any;
960
+ readonly NCheckboxGroup: any;
961
+ readonly NTooltip: any;
962
+ readonly NBreadcrumb: any;
963
+ readonly NBreadcrumbItem: any;
964
+ readonly SearchOutline: 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>;
965
+ readonly AddOutline: 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>;
966
+ readonly PersonOutline: 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>;
967
+ readonly PeopleOutline: 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>;
968
+ readonly ChevronBackOutline: 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>;
969
+ readonly ChevronForwardOutline: 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>;
970
+ readonly last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
971
+ readonly isDoctorRole: typeof import("./utils").isDoctorRole;
972
+ readonly getRoleName: typeof import("./utils").getRoleName;
973
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
967
974
  title: {
968
975
  type: StringConstructor;
969
976
  default: string;
@@ -987,19 +994,19 @@ declare const _default: import("vue").DefineComponent<{
987
994
  type: BooleanConstructor;
988
995
  default: boolean;
989
996
  };
990
- }>> & {
997
+ }>> & Readonly<{
991
998
  onComfirm?: ((...args: any[]) => any) | undefined;
992
- }, {
999
+ }>, {
993
1000
  title: string;
994
1001
  defaultValue: AnyObject[];
995
1002
  disabled: boolean;
996
1003
  mode: string;
997
1004
  disabledIds: string[];
998
- }>;
999
- isDoctorRole: typeof import("./utils").isDoctorRole;
1000
- getRoleName: typeof import("./utils").getRoleName;
1001
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1002
- ChatFile: import("vue").DefineComponent<{
1005
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1006
+ readonly isDoctorRole: typeof import("./utils").isDoctorRole;
1007
+ readonly getRoleName: typeof import("./utils").getRoleName;
1008
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1009
+ ChatFile: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1003
1010
  type: {
1004
1011
  type: StringConstructor;
1005
1012
  default: string;
@@ -1007,8 +1014,8 @@ declare const _default: import("vue").DefineComponent<{
1007
1014
  visible: {
1008
1015
  type: BooleanConstructor;
1009
1016
  };
1010
- }, {
1011
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1017
+ }>, {
1018
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1012
1019
  type: {
1013
1020
  type: StringConstructor;
1014
1021
  default: string;
@@ -1016,7 +1023,7 @@ declare const _default: import("vue").DefineComponent<{
1016
1023
  visible: {
1017
1024
  type: BooleanConstructor;
1018
1025
  };
1019
- }>> & {}>>;
1026
+ }>> & Readonly<{}> & {}>;
1020
1027
  cssVars: import("vue").ComputedRef<AnyObject>;
1021
1028
  state: {
1022
1029
  orgId: string | number;
@@ -1088,13 +1095,29 @@ declare const _default: import("vue").DefineComponent<{
1088
1095
  width?: number | undefined;
1089
1096
  height?: number | undefined;
1090
1097
  }[];
1098
+ }[], {
1099
+ label: string;
1100
+ list: import("./types").ImageItem[];
1101
+ }[] | {
1102
+ label: string;
1103
+ list: {
1104
+ [x: string]: any;
1105
+ id: string;
1106
+ fileUrl: string;
1107
+ senderName: string;
1108
+ fileSize: string;
1109
+ sendTime: string;
1110
+ fileName: string;
1111
+ width?: number | undefined;
1112
+ height?: number | undefined;
1113
+ }[];
1091
1114
  }[]>;
1092
- fileList: import("vue").Ref<AnyObject[]>;
1093
- imageRef: import("vue").Ref<any>;
1094
- fileRef: import("vue").Ref<any>;
1095
- keyword: import("vue").Ref<any>;
1096
- currentImgId: import("vue").Ref<string | undefined>;
1097
- showLightbox: import("vue").Ref<boolean>;
1115
+ fileList: import("vue").Ref<AnyObject[], AnyObject[]>;
1116
+ imageRef: import("vue").Ref<any, any>;
1117
+ fileRef: import("vue").Ref<any, any>;
1118
+ keyword: import("vue").Ref<any, any>;
1119
+ currentImgId: import("vue").Ref<string | undefined, string | undefined>;
1120
+ showLightbox: import("vue").Ref<boolean, boolean>;
1098
1121
  handleInput: () => void;
1099
1122
  pageInfo: {
1100
1123
  page: number;
@@ -1120,18 +1143,18 @@ declare const _default: import("vue").DefineComponent<{
1120
1143
  width?: number | undefined;
1121
1144
  height?: number | undefined;
1122
1145
  }[]>;
1123
- NModal: any;
1124
- NInput: any;
1125
- NIcon: any;
1126
- NTooltip: any;
1127
- SearchOutline: 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<{}>>, {}>;
1128
- OpenOutline: 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<{}>>, {}>;
1129
- DownloadOutline: 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<{}>>, {}>;
1130
- downloadFile: typeof import("./utils").downloadFile;
1131
- formatJsonstr: typeof import("./utils").formatJsonstr;
1132
- getFileType: typeof import("./utils").getFileType;
1133
- getDetail: typeof import("./utils").getDetail;
1134
- ChatAdd: import("vue").DefineComponent<{
1146
+ readonly NModal: any;
1147
+ readonly NInput: any;
1148
+ readonly NIcon: any;
1149
+ readonly NTooltip: any;
1150
+ readonly SearchOutline: 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>;
1151
+ readonly OpenOutline: 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>;
1152
+ readonly DownloadOutline: 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>;
1153
+ readonly downloadFile: typeof import("./utils").downloadFile;
1154
+ readonly formatJsonstr: typeof import("./utils").formatJsonstr;
1155
+ readonly getFileType: typeof import("./utils").getFileType;
1156
+ readonly getDetail: typeof import("./utils").getDetail;
1157
+ ChatAdd: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1135
1158
  title: {
1136
1159
  type: StringConstructor;
1137
1160
  default: string;
@@ -1155,14 +1178,14 @@ declare const _default: import("vue").DefineComponent<{
1155
1178
  type: BooleanConstructor;
1156
1179
  default: boolean;
1157
1180
  };
1158
- }, {
1181
+ }>, {
1159
1182
  initialOptions: AnyObject[];
1160
1183
  tabList: {
1161
1184
  key: string;
1162
1185
  label: string;
1163
1186
  }[];
1164
1187
  orgList: AnyObject[];
1165
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1188
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1166
1189
  title: {
1167
1190
  type: StringConstructor;
1168
1191
  default: string;
@@ -1186,9 +1209,9 @@ declare const _default: import("vue").DefineComponent<{
1186
1209
  type: BooleanConstructor;
1187
1210
  default: boolean;
1188
1211
  };
1189
- }>> & {
1212
+ }>> & Readonly<{
1190
1213
  onComfirm?: ((...args: any[]) => any) | undefined;
1191
- }>>;
1214
+ }> & {}>;
1192
1215
  emit: (event: "comfirm", ...args: any[]) => void;
1193
1216
  state: {
1194
1217
  orgId: string | number;
@@ -1243,16 +1266,16 @@ declare const _default: import("vue").DefineComponent<{
1243
1266
  isForward: boolean;
1244
1267
  };
1245
1268
  setCurrentSessionItem: (item: AnyObject) => void;
1246
- listRef: import("vue").Ref<any>;
1247
- keyword: import("vue").Ref<string>;
1248
- showModal: import("vue").Ref<boolean>;
1249
- checkedOptions: import("vue").Ref<AnyObject[]>;
1250
- groupName: import("vue").Ref<string>;
1251
- remark: import("vue").Ref<string>;
1252
- currentTab: import("vue").Ref<AnyObject[]>;
1253
- breadcrumbList: import("vue").Ref<AnyObject[]>;
1254
- breadcrumbRef: import("vue").Ref<any>;
1255
- userList: import("vue").Ref<AnyObject[]>;
1269
+ listRef: import("vue").Ref<any, any>;
1270
+ keyword: import("vue").Ref<string, string>;
1271
+ showModal: import("vue").Ref<boolean, boolean>;
1272
+ checkedOptions: import("vue").Ref<AnyObject[], AnyObject[]>;
1273
+ groupName: import("vue").Ref<string, string>;
1274
+ remark: import("vue").Ref<string, string>;
1275
+ currentTab: import("vue").Ref<AnyObject[], AnyObject[]>;
1276
+ breadcrumbList: import("vue").Ref<AnyObject[], AnyObject[]>;
1277
+ breadcrumbRef: import("vue").Ref<any, any>;
1278
+ userList: import("vue").Ref<AnyObject[], AnyObject[]>;
1256
1279
  handleInput: () => void;
1257
1280
  _disabledIds: import("vue").ComputedRef<any[]>;
1258
1281
  sessionList: import("vue").ComputedRef<{
@@ -1278,8 +1301,8 @@ declare const _default: import("vue").DefineComponent<{
1278
1301
  }[]>;
1279
1302
  checkedIds: import("vue").ComputedRef<any[]>;
1280
1303
  btnDisabled: import("vue").ComputedRef<boolean>;
1281
- allChecked: import("vue").WritableComputedRef<boolean>;
1282
- checkedSourceIds: import("vue").WritableComputedRef<any[]>;
1304
+ allChecked: import("vue").WritableComputedRef<boolean, boolean>;
1305
+ checkedSourceIds: import("vue").WritableComputedRef<any[], any[]>;
1283
1306
  currentTabKey: import("vue").ComputedRef<any>;
1284
1307
  showAllCheckbox: import("vue").ComputedRef<boolean>;
1285
1308
  getOrgList: () => Promise<void>;
@@ -1294,28 +1317,28 @@ declare const _default: import("vue").DefineComponent<{
1294
1317
  getAllUser: (tree: AnyObject[]) => AnyObject[];
1295
1318
  handlePositiveClick: () => Promise<void>;
1296
1319
  closeTag: (id: string) => void;
1297
- NModal: any;
1298
- NButton: any;
1299
- NSpace: any;
1300
- NAvatar: any;
1301
- NIcon: any;
1302
- NTag: any;
1303
- NInput: any;
1304
- NCheckbox: any;
1305
- NCheckboxGroup: any;
1306
- NTooltip: any;
1307
- NBreadcrumb: any;
1308
- NBreadcrumbItem: any;
1309
- SearchOutline: 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<{}>>, {}>;
1310
- AddOutline: 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<{}>>, {}>;
1311
- PersonOutline: 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<{}>>, {}>;
1312
- PeopleOutline: 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<{}>>, {}>;
1313
- ChevronBackOutline: 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<{}>>, {}>;
1314
- ChevronForwardOutline: 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<{}>>, {}>;
1315
- last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
1316
- isDoctorRole: typeof import("./utils").isDoctorRole;
1317
- getRoleName: typeof import("./utils").getRoleName;
1318
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1320
+ readonly NModal: any;
1321
+ readonly NButton: any;
1322
+ readonly NSpace: any;
1323
+ readonly NAvatar: any;
1324
+ readonly NIcon: any;
1325
+ readonly NTag: any;
1326
+ readonly NInput: any;
1327
+ readonly NCheckbox: any;
1328
+ readonly NCheckboxGroup: any;
1329
+ readonly NTooltip: any;
1330
+ readonly NBreadcrumb: any;
1331
+ readonly NBreadcrumbItem: any;
1332
+ readonly SearchOutline: 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>;
1333
+ readonly AddOutline: 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>;
1334
+ readonly PersonOutline: 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>;
1335
+ readonly PeopleOutline: 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>;
1336
+ readonly ChevronBackOutline: 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>;
1337
+ readonly ChevronForwardOutline: 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>;
1338
+ readonly last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
1339
+ readonly isDoctorRole: typeof import("./utils").isDoctorRole;
1340
+ readonly getRoleName: typeof import("./utils").getRoleName;
1341
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1319
1342
  title: {
1320
1343
  type: StringConstructor;
1321
1344
  default: string;
@@ -1339,16 +1362,16 @@ declare const _default: import("vue").DefineComponent<{
1339
1362
  type: BooleanConstructor;
1340
1363
  default: boolean;
1341
1364
  };
1342
- }>> & {
1365
+ }>> & Readonly<{
1343
1366
  onComfirm?: ((...args: any[]) => any) | undefined;
1344
- }, {
1367
+ }>, {
1345
1368
  title: string;
1346
1369
  defaultValue: AnyObject[];
1347
1370
  disabled: boolean;
1348
1371
  mode: string;
1349
1372
  disabledIds: string[];
1350
- }>;
1351
- ImageLightbox: import("vue").DefineComponent<{
1373
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1374
+ ImageLightbox: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1352
1375
  images: {
1353
1376
  type: PropType<import("./types").ImageItem[]>;
1354
1377
  default: () => never[];
@@ -1360,8 +1383,8 @@ declare const _default: import("vue").DefineComponent<{
1360
1383
  type: StringConstructor;
1361
1384
  default: string;
1362
1385
  };
1363
- }, {
1364
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1386
+ }>, {
1387
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1365
1388
  images: {
1366
1389
  type: PropType<import("./types").ImageItem[]>;
1367
1390
  default: () => never[];
@@ -1373,26 +1396,44 @@ declare const _default: import("vue").DefineComponent<{
1373
1396
  type: StringConstructor;
1374
1397
  default: string;
1375
1398
  };
1376
- }>> & {
1399
+ }>> & Readonly<{
1377
1400
  "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
1378
1401
  "onUpdate:currentId"?: ((...args: any[]) => any) | undefined;
1379
- }>>;
1402
+ }> & {}>;
1380
1403
  emit: (event: "update:visible" | "update:currentId", ...args: any[]) => void;
1381
- imageEl: import("vue").Ref<HTMLImageElement | null>;
1404
+ imageEl: import("vue").Ref<HTMLImageElement | null, HTMLImageElement | null>;
1382
1405
  naturalSize: import("vue").Ref<{
1383
1406
  width: number;
1384
1407
  height: number;
1408
+ }, {
1409
+ width: number;
1410
+ height: number;
1411
+ } | {
1412
+ width: number;
1413
+ height: number;
1385
1414
  }>;
1386
- scale: import("vue").Ref<number>;
1387
- rotation: import("vue").Ref<number>;
1388
- isDragging: import("vue").Ref<boolean>;
1415
+ scale: import("vue").Ref<number, number>;
1416
+ rotation: import("vue").Ref<number, number>;
1417
+ isDragging: import("vue").Ref<boolean, boolean>;
1389
1418
  offset: import("vue").Ref<{
1390
1419
  x: number;
1391
1420
  y: number;
1421
+ }, {
1422
+ x: number;
1423
+ y: number;
1424
+ } | {
1425
+ x: number;
1426
+ y: number;
1392
1427
  }>;
1393
1428
  lastMouse: import("vue").Ref<{
1394
1429
  x: number;
1395
1430
  y: number;
1431
+ }, {
1432
+ x: number;
1433
+ y: number;
1434
+ } | {
1435
+ x: number;
1436
+ y: number;
1396
1437
  }>;
1397
1438
  idToIndexMap: import("vue").ComputedRef<Map<string, number>>;
1398
1439
  currentIndex: import("vue").ComputedRef<number>;
@@ -1420,16 +1461,16 @@ declare const _default: import("vue").DefineComponent<{
1420
1461
  handleWheel: (e: WheelEvent) => void;
1421
1462
  handleImageLoad: () => void;
1422
1463
  download: () => void;
1423
- Close: 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<{}>>, {}>;
1424
- PlaySkipBackOutline: 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<{}>>, {}>;
1425
- PlaySkipForwardOutline: 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<{}>>, {}>;
1426
- DownloadOutline: 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<{}>>, {}>;
1427
- RefreshOutline: 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<{}>>, {}>;
1428
- AddOutline: 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<{}>>, {}>;
1429
- RemoveSharp: 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<{}>>, {}>;
1430
- NButton: any;
1431
- NIcon: any;
1432
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:visible" | "update:currentId")[], "update:visible" | "update:currentId", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1464
+ readonly Close: 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>;
1465
+ readonly PlaySkipBackOutline: 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>;
1466
+ readonly PlaySkipForwardOutline: 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>;
1467
+ readonly DownloadOutline: 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>;
1468
+ readonly RefreshOutline: 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>;
1469
+ readonly AddOutline: 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>;
1470
+ readonly RemoveSharp: 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>;
1471
+ readonly NButton: any;
1472
+ readonly NIcon: any;
1473
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:visible" | "update:currentId")[], "update:visible" | "update:currentId", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1433
1474
  images: {
1434
1475
  type: PropType<import("./types").ImageItem[]>;
1435
1476
  default: () => never[];
@@ -1441,15 +1482,15 @@ declare const _default: import("vue").DefineComponent<{
1441
1482
  type: StringConstructor;
1442
1483
  default: string;
1443
1484
  };
1444
- }>> & {
1485
+ }>> & Readonly<{
1445
1486
  "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
1446
1487
  "onUpdate:currentId"?: ((...args: any[]) => any) | undefined;
1447
- }, {
1488
+ }>, {
1448
1489
  visible: boolean;
1449
1490
  images: import("./types").ImageItem[];
1450
1491
  currentId: string;
1451
- }>;
1452
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1492
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1493
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1453
1494
  type: {
1454
1495
  type: StringConstructor;
1455
1496
  default: string;
@@ -1457,24 +1498,24 @@ declare const _default: import("vue").DefineComponent<{
1457
1498
  visible: {
1458
1499
  type: BooleanConstructor;
1459
1500
  };
1460
- }>>, {
1501
+ }>> & Readonly<{}>, {
1461
1502
  type: string;
1462
1503
  visible: boolean;
1463
- }>;
1464
- ChatRecord: import("vue").DefineComponent<{
1504
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1505
+ ChatRecord: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1465
1506
  visible: {
1466
1507
  type: BooleanConstructor;
1467
1508
  };
1468
- }, {
1509
+ }>, {
1469
1510
  tagColor: {
1470
1511
  color: string;
1471
1512
  textColor: string;
1472
1513
  };
1473
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1514
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1474
1515
  visible: {
1475
1516
  type: BooleanConstructor;
1476
1517
  };
1477
- }>> & {}>>;
1518
+ }>> & Readonly<{}> & {}>;
1478
1519
  state: {
1479
1520
  orgId: string | number;
1480
1521
  currentSessionItem: AnyObject;
@@ -1528,12 +1569,12 @@ declare const _default: import("vue").DefineComponent<{
1528
1569
  isForward: boolean;
1529
1570
  };
1530
1571
  cssVars: import("vue").ComputedRef<AnyObject>;
1531
- recordRef: import("vue").Ref<any>;
1532
- recordList: import("vue").Ref<AnyObject[]>;
1533
- keyword: import("vue").Ref<any>;
1534
- memberList: import("vue").Ref<never[]>;
1535
- startTime: import("vue").Ref<any>;
1536
- endTime: import("vue").Ref<any>;
1572
+ recordRef: import("vue").Ref<any, any>;
1573
+ recordList: import("vue").Ref<AnyObject[], AnyObject[]>;
1574
+ keyword: import("vue").Ref<any, any>;
1575
+ memberList: import("vue").Ref<never[], never[]>;
1576
+ startTime: import("vue").Ref<any, any>;
1577
+ endTime: import("vue").Ref<any, any>;
1537
1578
  handleInput: () => void;
1538
1579
  pageInfo: {
1539
1580
  page: number;
@@ -1547,19 +1588,19 @@ declare const _default: import("vue").DefineComponent<{
1547
1588
  resetInfo: () => void;
1548
1589
  formatEndTime: () => string;
1549
1590
  handleCloseTag: (type: "start" | "end" | "member") => void;
1550
- getPrefixCondition: () => (JSX.Element | null)[];
1551
- renderLabel: (option: AnyObject) => JSX.Element;
1552
- NModal: any;
1553
- NTag: any;
1554
- NInput: any;
1555
- NIcon: any;
1556
- NSelect: any;
1557
- NAvatar: any;
1558
- NPopover: any;
1559
- NInputGroup: any;
1560
- CallOutline: 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<{}>>, {}>;
1561
- VideocamOutline: 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<{}>>, {}>;
1562
- DatePicker: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
1591
+ getPrefixCondition: () => any[];
1592
+ renderLabel: (option: AnyObject) => any;
1593
+ readonly NModal: any;
1594
+ readonly NTag: any;
1595
+ readonly NInput: any;
1596
+ readonly NIcon: any;
1597
+ readonly NSelect: any;
1598
+ readonly NAvatar: any;
1599
+ readonly NPopover: any;
1600
+ readonly NInputGroup: any;
1601
+ readonly CallOutline: 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>;
1602
+ readonly VideocamOutline: 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>;
1603
+ readonly DatePicker: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1563
1604
  updateUnchangedValue: {
1564
1605
  type: BooleanConstructor;
1565
1606
  };
@@ -1590,11 +1631,11 @@ declare const _default: import("vue").DefineComponent<{
1590
1631
  isDateDisabled: {
1591
1632
  type: PropType<(current: number, ...arg: any[]) => boolean>;
1592
1633
  };
1593
- }, {
1634
+ }>, {
1594
1635
  attrs: {
1595
1636
  [x: string]: unknown;
1596
1637
  };
1597
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1638
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1598
1639
  updateUnchangedValue: {
1599
1640
  type: BooleanConstructor;
1600
1641
  };
@@ -1625,15 +1666,15 @@ declare const _default: import("vue").DefineComponent<{
1625
1666
  isDateDisabled: {
1626
1667
  type: PropType<(current: number, ...arg: any[]) => boolean>;
1627
1668
  };
1628
- }>> & {
1669
+ }>> & Readonly<{
1629
1670
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1630
- }>>;
1671
+ }> & {}>;
1631
1672
  emit: (event: "update:formatted-value", ...args: any[]) => void;
1632
- datePickerRef: import("vue").Ref<AnyObject | null>;
1633
- panelInstRef: import("vue").Ref<null>;
1634
- placeholderRef: import("vue").Ref<any>;
1635
- oldValue: string;
1636
- currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
1673
+ datePickerRef: import("vue").Ref<AnyObject | null, AnyObject | null>;
1674
+ panelInstRef: import("vue").Ref<null, null>;
1675
+ placeholderRef: import("vue").Ref<any, any>;
1676
+ oldValue: (string | [string, string]) | null | undefined;
1677
+ currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
1637
1678
  isDateTime: import("vue").ComputedRef<boolean>;
1638
1679
  formatRef: import("vue").ComputedRef<string>;
1639
1680
  panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
@@ -1648,8 +1689,8 @@ declare const _default: import("vue").DefineComponent<{
1648
1689
  onConfirm: (...args: any[]) => Promise<void>;
1649
1690
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
1650
1691
  setShortcutValue: (type: "month" | "week") => Promise<void>;
1651
- NDatePicker: any;
1652
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1692
+ readonly NDatePicker: any;
1693
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1653
1694
  updateUnchangedValue: {
1654
1695
  type: BooleanConstructor;
1655
1696
  };
@@ -1680,44 +1721,44 @@ declare const _default: import("vue").DefineComponent<{
1680
1721
  isDateDisabled: {
1681
1722
  type: PropType<(current: number, ...arg: any[]) => boolean>;
1682
1723
  };
1683
- }>> & {
1724
+ }>> & Readonly<{
1684
1725
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1685
- }, {
1726
+ }>, {
1686
1727
  type: string;
1687
1728
  updateUnchangedValue: boolean;
1688
1729
  to: string | false | HTMLElement;
1689
1730
  holidays: Date[];
1690
- }>>;
1691
- isArray: {
1731
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
1732
+ readonly isArray: {
1692
1733
  (value?: any): value is any[];
1693
1734
  <T_1>(value?: any): value is any[];
1694
1735
  };
1695
- formatTime: typeof import("./utils").formatTime;
1696
- isDoctorRole: typeof import("./utils").isDoctorRole;
1697
- getRoleName: typeof import("./utils").getRoleName;
1698
- formatJsonstr: typeof import("./utils").formatJsonstr;
1699
- getFileType: typeof import("./utils").getFileType;
1700
- getDetail: typeof import("./utils").getDetail;
1701
- showAudioAndVideoRecord: typeof import("./utils").showAudioAndVideoRecord;
1702
- getForwardTitle: typeof import("./utils").getForwardTitle;
1703
- simplifyMessage: typeof import("./utils").simplifyMessage;
1704
- MESSAGE_TYPE: typeof import("./constants").MESSAGE_TYPE;
1705
- emojis: {
1736
+ readonly formatTime: typeof import("./utils").formatTime;
1737
+ readonly isDoctorRole: typeof import("./utils").isDoctorRole;
1738
+ readonly getRoleName: typeof import("./utils").getRoleName;
1739
+ readonly formatJsonstr: typeof import("./utils").formatJsonstr;
1740
+ readonly getFileType: typeof import("./utils").getFileType;
1741
+ readonly getDetail: typeof import("./utils").getDetail;
1742
+ readonly showAudioAndVideoRecord: typeof import("./utils").showAudioAndVideoRecord;
1743
+ readonly getForwardTitle: typeof import("./utils").getForwardTitle;
1744
+ readonly simplifyMessage: typeof import("./utils").simplifyMessage;
1745
+ readonly MESSAGE_TYPE: typeof import("./constants").MESSAGE_TYPE;
1746
+ readonly emojis: {
1706
1747
  default: string[][];
1707
1748
  findEmoji(name: string): string | undefined;
1708
1749
  };
1709
- MessageEvent: import("vue").DefineComponent<{
1750
+ MessageEvent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1710
1751
  data: {
1711
1752
  type: PropType<AnyObject>;
1712
1753
  required: true;
1713
1754
  };
1714
- }, {
1715
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1755
+ }>, {
1756
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1716
1757
  data: {
1717
1758
  type: PropType<AnyObject>;
1718
1759
  required: true;
1719
1760
  };
1720
- }>> & {}>>;
1761
+ }>> & Readonly<{}> & {}>;
1721
1762
  state: {
1722
1763
  orgId: string | number;
1723
1764
  currentSessionItem: AnyObject;
@@ -1771,26 +1812,26 @@ declare const _default: import("vue").DefineComponent<{
1771
1812
  isForward: boolean;
1772
1813
  };
1773
1814
  setUserDetail: (event: MouseEvent, userDetail: AnyObject) => void;
1774
- inviter: import("vue").Ref<any>;
1775
- invitee: import("vue").Ref<any[]>;
1815
+ inviter: import("vue").Ref<any, any>;
1816
+ invitee: import("vue").Ref<any[], any[]>;
1776
1817
  isValidJSON: (str: string) => boolean;
1777
1818
  getTask: (_id: string | number, arrRes: AnyObject[]) => () => Promise<unknown>;
1778
1819
  getEventContent: (data: AnyObject) => Promise<void>;
1779
- NButton: any;
1780
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1820
+ readonly NButton: any;
1821
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1781
1822
  data: {
1782
1823
  type: PropType<AnyObject>;
1783
1824
  required: true;
1784
1825
  };
1785
- }>>, {}>;
1786
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1826
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1827
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1787
1828
  visible: {
1788
1829
  type: BooleanConstructor;
1789
1830
  };
1790
- }>>, {
1831
+ }>> & Readonly<{}>, {
1791
1832
  visible: boolean;
1792
- }>;
1793
- ChatAdd: import("vue").DefineComponent<{
1833
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1834
+ ChatAdd: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1794
1835
  title: {
1795
1836
  type: StringConstructor;
1796
1837
  default: string;
@@ -1814,14 +1855,14 @@ declare const _default: import("vue").DefineComponent<{
1814
1855
  type: BooleanConstructor;
1815
1856
  default: boolean;
1816
1857
  };
1817
- }, {
1858
+ }>, {
1818
1859
  initialOptions: AnyObject[];
1819
1860
  tabList: {
1820
1861
  key: string;
1821
1862
  label: string;
1822
1863
  }[];
1823
1864
  orgList: AnyObject[];
1824
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1865
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1825
1866
  title: {
1826
1867
  type: StringConstructor;
1827
1868
  default: string;
@@ -1845,9 +1886,9 @@ declare const _default: import("vue").DefineComponent<{
1845
1886
  type: BooleanConstructor;
1846
1887
  default: boolean;
1847
1888
  };
1848
- }>> & {
1889
+ }>> & Readonly<{
1849
1890
  onComfirm?: ((...args: any[]) => any) | undefined;
1850
- }>>;
1891
+ }> & {}>;
1851
1892
  emit: (event: "comfirm", ...args: any[]) => void;
1852
1893
  state: {
1853
1894
  orgId: string | number;
@@ -1902,16 +1943,16 @@ declare const _default: import("vue").DefineComponent<{
1902
1943
  isForward: boolean;
1903
1944
  };
1904
1945
  setCurrentSessionItem: (item: AnyObject) => void;
1905
- listRef: import("vue").Ref<any>;
1906
- keyword: import("vue").Ref<string>;
1907
- showModal: import("vue").Ref<boolean>;
1908
- checkedOptions: import("vue").Ref<AnyObject[]>;
1909
- groupName: import("vue").Ref<string>;
1910
- remark: import("vue").Ref<string>;
1911
- currentTab: import("vue").Ref<AnyObject[]>;
1912
- breadcrumbList: import("vue").Ref<AnyObject[]>;
1913
- breadcrumbRef: import("vue").Ref<any>;
1914
- userList: import("vue").Ref<AnyObject[]>;
1946
+ listRef: import("vue").Ref<any, any>;
1947
+ keyword: import("vue").Ref<string, string>;
1948
+ showModal: import("vue").Ref<boolean, boolean>;
1949
+ checkedOptions: import("vue").Ref<AnyObject[], AnyObject[]>;
1950
+ groupName: import("vue").Ref<string, string>;
1951
+ remark: import("vue").Ref<string, string>;
1952
+ currentTab: import("vue").Ref<AnyObject[], AnyObject[]>;
1953
+ breadcrumbList: import("vue").Ref<AnyObject[], AnyObject[]>;
1954
+ breadcrumbRef: import("vue").Ref<any, any>;
1955
+ userList: import("vue").Ref<AnyObject[], AnyObject[]>;
1915
1956
  handleInput: () => void;
1916
1957
  _disabledIds: import("vue").ComputedRef<any[]>;
1917
1958
  sessionList: import("vue").ComputedRef<{
@@ -1937,8 +1978,8 @@ declare const _default: import("vue").DefineComponent<{
1937
1978
  }[]>;
1938
1979
  checkedIds: import("vue").ComputedRef<any[]>;
1939
1980
  btnDisabled: import("vue").ComputedRef<boolean>;
1940
- allChecked: import("vue").WritableComputedRef<boolean>;
1941
- checkedSourceIds: import("vue").WritableComputedRef<any[]>;
1981
+ allChecked: import("vue").WritableComputedRef<boolean, boolean>;
1982
+ checkedSourceIds: import("vue").WritableComputedRef<any[], any[]>;
1942
1983
  currentTabKey: import("vue").ComputedRef<any>;
1943
1984
  showAllCheckbox: import("vue").ComputedRef<boolean>;
1944
1985
  getOrgList: () => Promise<void>;
@@ -1953,28 +1994,28 @@ declare const _default: import("vue").DefineComponent<{
1953
1994
  getAllUser: (tree: AnyObject[]) => AnyObject[];
1954
1995
  handlePositiveClick: () => Promise<void>;
1955
1996
  closeTag: (id: string) => void;
1956
- NModal: any;
1957
- NButton: any;
1958
- NSpace: any;
1959
- NAvatar: any;
1960
- NIcon: any;
1961
- NTag: any;
1962
- NInput: any;
1963
- NCheckbox: any;
1964
- NCheckboxGroup: any;
1965
- NTooltip: any;
1966
- NBreadcrumb: any;
1967
- NBreadcrumbItem: any;
1968
- SearchOutline: 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<{}>>, {}>;
1969
- AddOutline: 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<{}>>, {}>;
1970
- PersonOutline: 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<{}>>, {}>;
1971
- PeopleOutline: 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<{}>>, {}>;
1972
- ChevronBackOutline: 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<{}>>, {}>;
1973
- ChevronForwardOutline: 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<{}>>, {}>;
1974
- last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
1975
- isDoctorRole: typeof import("./utils").isDoctorRole;
1976
- getRoleName: typeof import("./utils").getRoleName;
1977
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1997
+ readonly NModal: any;
1998
+ readonly NButton: any;
1999
+ readonly NSpace: any;
2000
+ readonly NAvatar: any;
2001
+ readonly NIcon: any;
2002
+ readonly NTag: any;
2003
+ readonly NInput: any;
2004
+ readonly NCheckbox: any;
2005
+ readonly NCheckboxGroup: any;
2006
+ readonly NTooltip: any;
2007
+ readonly NBreadcrumb: any;
2008
+ readonly NBreadcrumbItem: any;
2009
+ readonly SearchOutline: 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>;
2010
+ readonly AddOutline: 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>;
2011
+ readonly PersonOutline: 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>;
2012
+ readonly PeopleOutline: 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>;
2013
+ readonly ChevronBackOutline: 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>;
2014
+ readonly ChevronForwardOutline: 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>;
2015
+ readonly last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
2016
+ readonly isDoctorRole: typeof import("./utils").isDoctorRole;
2017
+ readonly getRoleName: typeof import("./utils").getRoleName;
2018
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1978
2019
  title: {
1979
2020
  type: StringConstructor;
1980
2021
  default: string;
@@ -1998,24 +2039,24 @@ declare const _default: import("vue").DefineComponent<{
1998
2039
  type: BooleanConstructor;
1999
2040
  default: boolean;
2000
2041
  };
2001
- }>> & {
2042
+ }>> & Readonly<{
2002
2043
  onComfirm?: ((...args: any[]) => any) | undefined;
2003
- }, {
2044
+ }>, {
2004
2045
  title: string;
2005
2046
  defaultValue: AnyObject[];
2006
2047
  disabled: boolean;
2007
2048
  mode: string;
2008
2049
  disabledIds: string[];
2009
- }>;
2010
- PersonAddOutline: 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<{}>>, {}>;
2011
- CloseOutline: 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<{}>>, {}>;
2012
- FolderOutline: 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<{}>>, {}>;
2013
- ImageOutline: 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<{}>>, {}>;
2014
- SettingsOutline: 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<{}>>, {}>;
2015
- SearchLocate: 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<{}>>, {}>;
2016
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
2050
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2051
+ readonly PersonAddOutline: 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>;
2052
+ readonly CloseOutline: 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>;
2053
+ readonly FolderOutline: 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>;
2054
+ readonly ImageOutline: 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>;
2055
+ readonly SettingsOutline: 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>;
2056
+ readonly SearchLocate: 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>;
2057
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2017
2058
  ChatMain: import("vue").DefineComponent<{}, {
2018
- chatMainRef: import("vue").Ref<HTMLElement | undefined>;
2059
+ chatMainRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
2019
2060
  state: {
2020
2061
  orgId: string | number;
2021
2062
  currentSessionItem: AnyObject;
@@ -2082,19 +2123,19 @@ declare const _default: import("vue").DefineComponent<{
2082
2123
  }) => void;
2083
2124
  setUserDetail: (event: MouseEvent, userDetail: AnyObject) => void;
2084
2125
  isGroupChat: import("vue").ComputedRef<boolean>;
2085
- contextmenuRef: import("vue").Ref<any>;
2086
- showMenu: import("vue").Ref<boolean>;
2087
- menuPosition: any;
2088
- menuMsgId: import("vue").Ref<any>;
2089
- relayTriggerRef: import("vue").Ref<any>;
2090
- showLabel: import("vue").Ref<boolean>;
2126
+ contextmenuRef: import("vue").Ref<any, any>;
2127
+ showMenu: import("vue").Ref<boolean, boolean>;
2128
+ menuPosition: import("vue").Ref<any, any>;
2129
+ menuMsgId: import("vue").Ref<any, any>;
2130
+ relayTriggerRef: import("vue").Ref<any, any>;
2131
+ showLabel: import("vue").Ref<boolean, boolean>;
2091
2132
  labelPosition: {
2092
2133
  x: number;
2093
2134
  y: number;
2094
2135
  };
2095
- showForwardDetail: import("vue").Ref<boolean>;
2096
- currentImgId: import("vue").Ref<string | undefined>;
2097
- showLightbox: import("vue").Ref<boolean>;
2136
+ showForwardDetail: import("vue").Ref<boolean, boolean>;
2137
+ currentImgId: import("vue").Ref<string | undefined, string | undefined>;
2138
+ showLightbox: import("vue").Ref<boolean, boolean>;
2098
2139
  pageInfo: {
2099
2140
  page: number;
2100
2141
  hasMore: boolean;
@@ -2128,30 +2169,30 @@ declare const _default: import("vue").DefineComponent<{
2128
2169
  }) => void;
2129
2170
  reEdit: (item: AnyObject) => void;
2130
2171
  clickMergeMsg: (item: AnyObject) => void;
2131
- NAvatar: any;
2132
- NIcon: any;
2133
- NButtonGroup: any;
2134
- NButton: any;
2135
- NSpace: any;
2136
- NCheckbox: any;
2137
- isArray: {
2172
+ readonly NAvatar: any;
2173
+ readonly NIcon: any;
2174
+ readonly NButtonGroup: any;
2175
+ readonly NButton: any;
2176
+ readonly NSpace: any;
2177
+ readonly NCheckbox: any;
2178
+ readonly isArray: {
2138
2179
  (value?: any): value is any[];
2139
2180
  <T_1>(value?: any): value is any[];
2140
2181
  };
2141
- MessageTemplate: import("vue").DefineComponent<{
2182
+ MessageTemplate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2142
2183
  data: {
2143
2184
  type: PropType<AnyObject>;
2144
2185
  required: true;
2145
2186
  };
2146
- }, {
2147
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2187
+ }>, {
2188
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2148
2189
  data: {
2149
2190
  type: PropType<AnyObject>;
2150
2191
  required: true;
2151
2192
  };
2152
- }>> & {}>>;
2153
- describeBodyRef: import("vue").Ref<any>;
2154
- showMore: import("vue").Ref<boolean>;
2193
+ }>> & Readonly<{}> & {}>;
2194
+ describeBodyRef: import("vue").Ref<any, any>;
2195
+ showMore: import("vue").Ref<boolean, boolean>;
2155
2196
  emit: (event: "template-click" | "unread-message-update" | "session-change" | "session-close", ...args: any[]) => void;
2156
2197
  isOverflow: import("vue").ComputedRef<boolean>;
2157
2198
  setting: import("vue").ComputedRef<any>;
@@ -2164,11 +2205,11 @@ declare const _default: import("vue").DefineComponent<{
2164
2205
  messageTemplateData: import("vue").ComputedRef<any>;
2165
2206
  getSystemMsgContent: () => any;
2166
2207
  handleTemplateClick: (data: AnyObject) => void;
2167
- NButton: any;
2168
- NIcon: any;
2169
- ChevronForwardOutline: 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<{}>>, {}>;
2170
- AlertCircleSharp: 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<{}>>, {}>;
2171
- SvgIcon: import("vue").DefineComponent<{
2208
+ readonly NButton: any;
2209
+ readonly NIcon: any;
2210
+ readonly ChevronForwardOutline: 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>;
2211
+ readonly AlertCircleSharp: 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>;
2212
+ readonly SvgIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2172
2213
  iconClass: {
2173
2214
  type: StringConstructor;
2174
2215
  required: true;
@@ -2183,15 +2224,11 @@ declare const _default: import("vue").DefineComponent<{
2183
2224
  type: StringConstructor;
2184
2225
  required: false;
2185
2226
  };
2186
- }, {
2187
- props: {
2188
- iconClass: string;
2189
- title: string;
2190
- className?: string | undefined;
2191
- };
2227
+ }>, {
2228
+ props: any;
2192
2229
  iconName: import("vue").ComputedRef<string>;
2193
2230
  svgClass: import("vue").ComputedRef<string>;
2194
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2231
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2195
2232
  iconClass: {
2196
2233
  type: StringConstructor;
2197
2234
  required: true;
@@ -2206,28 +2243,28 @@ declare const _default: import("vue").DefineComponent<{
2206
2243
  type: StringConstructor;
2207
2244
  required: false;
2208
2245
  };
2209
- }>>, {
2246
+ }>> & Readonly<{}>, {
2210
2247
  title: string;
2211
2248
  iconClass: string;
2212
- }>;
2213
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2249
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2250
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2214
2251
  data: {
2215
2252
  type: PropType<AnyObject>;
2216
2253
  required: true;
2217
2254
  };
2218
- }>>, {}>;
2219
- MessageEvent: import("vue").DefineComponent<{
2255
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2256
+ MessageEvent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2220
2257
  data: {
2221
2258
  type: PropType<AnyObject>;
2222
2259
  required: true;
2223
2260
  };
2224
- }, {
2225
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2261
+ }>, {
2262
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2226
2263
  data: {
2227
2264
  type: PropType<AnyObject>;
2228
2265
  required: true;
2229
2266
  };
2230
- }>> & {}>>;
2267
+ }>> & Readonly<{}> & {}>;
2231
2268
  state: {
2232
2269
  orgId: string | number;
2233
2270
  currentSessionItem: AnyObject;
@@ -2281,28 +2318,28 @@ declare const _default: import("vue").DefineComponent<{
2281
2318
  isForward: boolean;
2282
2319
  };
2283
2320
  setUserDetail: (event: MouseEvent, userDetail: AnyObject) => void;
2284
- inviter: import("vue").Ref<any>;
2285
- invitee: import("vue").Ref<any[]>;
2321
+ inviter: import("vue").Ref<any, any>;
2322
+ invitee: import("vue").Ref<any[], any[]>;
2286
2323
  isValidJSON: (str: string) => boolean;
2287
2324
  getTask: (_id: string | number, arrRes: AnyObject[]) => () => Promise<unknown>;
2288
2325
  getEventContent: (data: AnyObject) => Promise<void>;
2289
- NButton: any;
2290
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2326
+ readonly NButton: any;
2327
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2291
2328
  data: {
2292
2329
  type: PropType<AnyObject>;
2293
2330
  required: true;
2294
2331
  };
2295
- }>>, {}>;
2296
- MessageMergeForward: import("vue").DefineComponent<{
2332
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2333
+ MessageMergeForward: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2297
2334
  id: {
2298
2335
  type: StringConstructor;
2299
2336
  };
2300
- }, {
2301
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2337
+ }>, {
2338
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2302
2339
  id: {
2303
2340
  type: StringConstructor;
2304
2341
  };
2305
- }>> & {}>>;
2342
+ }>> & Readonly<{}> & {}>;
2306
2343
  state: {
2307
2344
  orgId: string | number;
2308
2345
  currentSessionItem: AnyObject;
@@ -2358,39 +2395,39 @@ declare const _default: import("vue").DefineComponent<{
2358
2395
  cssVars: import("vue").ComputedRef<AnyObject>;
2359
2396
  msgItem: import("vue").ComputedRef<AnyObject | import("./types").MsgListItem>;
2360
2397
  msgList: import("vue").ComputedRef<any>;
2361
- NModal: any;
2362
- NAvatar: any;
2363
- NIcon: any;
2364
- isArray: {
2398
+ readonly NModal: any;
2399
+ readonly NAvatar: any;
2400
+ readonly NIcon: any;
2401
+ readonly isArray: {
2365
2402
  (value?: any): value is any[];
2366
2403
  <T_1>(value?: any): value is any[];
2367
2404
  };
2368
- formatTime: typeof import("./utils").formatTime;
2369
- getForwardTitle: typeof import("./utils").getForwardTitle;
2370
- isDoctorRole: typeof import("./utils").isDoctorRole;
2371
- getRoleName: typeof import("./utils").getRoleName;
2372
- formatJsonstr: typeof import("./utils").formatJsonstr;
2373
- getFileType: typeof import("./utils").getFileType;
2374
- getDetail: typeof import("./utils").getDetail;
2375
- showAudioAndVideoRecord: typeof import("./utils").showAudioAndVideoRecord;
2376
- simplifyMessage: typeof import("./utils").simplifyMessage;
2377
- MESSAGE_TYPE: typeof import("./constants").MESSAGE_TYPE;
2378
- emojis: {
2405
+ readonly formatTime: typeof import("./utils").formatTime;
2406
+ readonly getForwardTitle: typeof import("./utils").getForwardTitle;
2407
+ readonly isDoctorRole: typeof import("./utils").isDoctorRole;
2408
+ readonly getRoleName: typeof import("./utils").getRoleName;
2409
+ readonly formatJsonstr: typeof import("./utils").formatJsonstr;
2410
+ readonly getFileType: typeof import("./utils").getFileType;
2411
+ readonly getDetail: typeof import("./utils").getDetail;
2412
+ readonly showAudioAndVideoRecord: typeof import("./utils").showAudioAndVideoRecord;
2413
+ readonly simplifyMessage: typeof import("./utils").simplifyMessage;
2414
+ readonly MESSAGE_TYPE: typeof import("./constants").MESSAGE_TYPE;
2415
+ readonly emojis: {
2379
2416
  default: string[][];
2380
2417
  findEmoji(name: string): string | undefined;
2381
2418
  };
2382
- MessageEvent: import("vue").DefineComponent<{
2419
+ MessageEvent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2383
2420
  data: {
2384
2421
  type: PropType<AnyObject>;
2385
2422
  required: true;
2386
2423
  };
2387
- }, {
2388
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2424
+ }>, {
2425
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2389
2426
  data: {
2390
2427
  type: PropType<AnyObject>;
2391
2428
  required: true;
2392
2429
  };
2393
- }>> & {}>>;
2430
+ }>> & Readonly<{}> & {}>;
2394
2431
  state: {
2395
2432
  orgId: string | number;
2396
2433
  currentSessionItem: AnyObject;
@@ -2444,26 +2481,26 @@ declare const _default: import("vue").DefineComponent<{
2444
2481
  isForward: boolean;
2445
2482
  };
2446
2483
  setUserDetail: (event: MouseEvent, userDetail: AnyObject) => void;
2447
- inviter: import("vue").Ref<any>;
2448
- invitee: import("vue").Ref<any[]>;
2484
+ inviter: import("vue").Ref<any, any>;
2485
+ invitee: import("vue").Ref<any[], any[]>;
2449
2486
  isValidJSON: (str: string) => boolean;
2450
2487
  getTask: (_id: string | number, arrRes: AnyObject[]) => () => Promise<unknown>;
2451
2488
  getEventContent: (data: AnyObject) => Promise<void>;
2452
- NButton: any;
2453
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2489
+ readonly NButton: any;
2490
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2454
2491
  data: {
2455
2492
  type: PropType<AnyObject>;
2456
2493
  required: true;
2457
2494
  };
2458
- }>>, {}>;
2459
- CallOutline: 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<{}>>, {}>;
2460
- VideocamOutline: 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<{}>>, {}>;
2461
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2495
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2496
+ readonly CallOutline: 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>;
2497
+ readonly VideocamOutline: 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>;
2498
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2462
2499
  id: {
2463
2500
  type: StringConstructor;
2464
2501
  };
2465
- }>>, {}>;
2466
- SelectLabel: import("vue").DefineComponent<{
2502
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2503
+ SelectLabel: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2467
2504
  id: {
2468
2505
  type: StringConstructor;
2469
2506
  required: true;
@@ -2471,12 +2508,12 @@ declare const _default: import("vue").DefineComponent<{
2471
2508
  show: {
2472
2509
  type: BooleanConstructor;
2473
2510
  };
2474
- }, {
2511
+ }>, {
2475
2512
  labelList: {
2476
2513
  type: string;
2477
2514
  label: string;
2478
2515
  }[];
2479
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2516
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2480
2517
  id: {
2481
2518
  type: StringConstructor;
2482
2519
  required: true;
@@ -2484,9 +2521,9 @@ declare const _default: import("vue").DefineComponent<{
2484
2521
  show: {
2485
2522
  type: BooleanConstructor;
2486
2523
  };
2487
- }>> & {
2524
+ }>> & Readonly<{
2488
2525
  "onUpdate:show"?: ((...args: any[]) => any) | undefined;
2489
- }>>;
2526
+ }> & {}>;
2490
2527
  emit: (event: "update:show", ...args: any[]) => void;
2491
2528
  setMessageLabel: (params: {
2492
2529
  type: "text" | "emoji";
@@ -2494,16 +2531,16 @@ declare const _default: import("vue").DefineComponent<{
2494
2531
  msgId: string;
2495
2532
  }) => void;
2496
2533
  handleMessageLabel: (type: "text" | "emoji", item: any) => void;
2497
- NButton: any;
2498
- NPopover: any;
2499
- NTabs: any;
2500
- NTabPane: any;
2501
- NTooltip: any;
2502
- emojis: {
2534
+ readonly NButton: any;
2535
+ readonly NPopover: any;
2536
+ readonly NTabs: any;
2537
+ readonly NTabPane: any;
2538
+ readonly NTooltip: any;
2539
+ readonly emojis: {
2503
2540
  default: string[][];
2504
2541
  findEmoji(name: string): string | undefined;
2505
2542
  };
2506
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:show"[], "update:show", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2543
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:show"[], "update:show", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2507
2544
  id: {
2508
2545
  type: StringConstructor;
2509
2546
  required: true;
@@ -2511,16 +2548,16 @@ declare const _default: import("vue").DefineComponent<{
2511
2548
  show: {
2512
2549
  type: BooleanConstructor;
2513
2550
  };
2514
- }>> & {
2551
+ }>> & Readonly<{
2515
2552
  "onUpdate:show"?: ((...args: any[]) => any) | undefined;
2516
- }, {
2553
+ }>, {
2517
2554
  show: boolean;
2518
- }>;
2519
- emojis: {
2555
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2556
+ readonly emojis: {
2520
2557
  default: string[][];
2521
2558
  findEmoji(name: string): string | undefined;
2522
2559
  };
2523
- ContextMenu: import("vue").DefineComponent<{
2560
+ readonly ContextMenu: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2524
2561
  type: {
2525
2562
  type: StringConstructor;
2526
2563
  default: string;
@@ -2535,7 +2572,7 @@ declare const _default: import("vue").DefineComponent<{
2535
2572
  id: {
2536
2573
  type: StringConstructor;
2537
2574
  };
2538
- }, () => JSX.Element | null, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "update:show")[], "select" | "update:show", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2575
+ }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "update:show")[], "select" | "update:show", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2539
2576
  type: {
2540
2577
  type: StringConstructor;
2541
2578
  default: string;
@@ -2550,14 +2587,14 @@ declare const _default: import("vue").DefineComponent<{
2550
2587
  id: {
2551
2588
  type: StringConstructor;
2552
2589
  };
2553
- }>> & {
2590
+ }>> & Readonly<{
2554
2591
  onSelect?: ((...args: any[]) => any) | undefined;
2555
2592
  "onUpdate:show"?: ((...args: any[]) => any) | undefined;
2556
- }, {
2593
+ }>, {
2557
2594
  type: string;
2558
2595
  show: boolean;
2559
- }>;
2560
- ChatAdd: import("vue").DefineComponent<{
2596
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2597
+ ChatAdd: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2561
2598
  title: {
2562
2599
  type: StringConstructor;
2563
2600
  default: string;
@@ -2581,14 +2618,14 @@ declare const _default: import("vue").DefineComponent<{
2581
2618
  type: BooleanConstructor;
2582
2619
  default: boolean;
2583
2620
  };
2584
- }, {
2621
+ }>, {
2585
2622
  initialOptions: AnyObject[];
2586
2623
  tabList: {
2587
2624
  key: string;
2588
2625
  label: string;
2589
2626
  }[];
2590
2627
  orgList: AnyObject[];
2591
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2628
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2592
2629
  title: {
2593
2630
  type: StringConstructor;
2594
2631
  default: string;
@@ -2612,9 +2649,9 @@ declare const _default: import("vue").DefineComponent<{
2612
2649
  type: BooleanConstructor;
2613
2650
  default: boolean;
2614
2651
  };
2615
- }>> & {
2652
+ }>> & Readonly<{
2616
2653
  onComfirm?: ((...args: any[]) => any) | undefined;
2617
- }>>;
2654
+ }> & {}>;
2618
2655
  emit: (event: "comfirm", ...args: any[]) => void;
2619
2656
  state: {
2620
2657
  orgId: string | number;
@@ -2669,16 +2706,16 @@ declare const _default: import("vue").DefineComponent<{
2669
2706
  isForward: boolean;
2670
2707
  };
2671
2708
  setCurrentSessionItem: (item: AnyObject) => void;
2672
- listRef: import("vue").Ref<any>;
2673
- keyword: import("vue").Ref<string>;
2674
- showModal: import("vue").Ref<boolean>;
2675
- checkedOptions: import("vue").Ref<AnyObject[]>;
2676
- groupName: import("vue").Ref<string>;
2677
- remark: import("vue").Ref<string>;
2678
- currentTab: import("vue").Ref<AnyObject[]>;
2679
- breadcrumbList: import("vue").Ref<AnyObject[]>;
2680
- breadcrumbRef: import("vue").Ref<any>;
2681
- userList: import("vue").Ref<AnyObject[]>;
2709
+ listRef: import("vue").Ref<any, any>;
2710
+ keyword: import("vue").Ref<string, string>;
2711
+ showModal: import("vue").Ref<boolean, boolean>;
2712
+ checkedOptions: import("vue").Ref<AnyObject[], AnyObject[]>;
2713
+ groupName: import("vue").Ref<string, string>;
2714
+ remark: import("vue").Ref<string, string>;
2715
+ currentTab: import("vue").Ref<AnyObject[], AnyObject[]>;
2716
+ breadcrumbList: import("vue").Ref<AnyObject[], AnyObject[]>;
2717
+ breadcrumbRef: import("vue").Ref<any, any>;
2718
+ userList: import("vue").Ref<AnyObject[], AnyObject[]>;
2682
2719
  handleInput: () => void;
2683
2720
  _disabledIds: import("vue").ComputedRef<any[]>;
2684
2721
  sessionList: import("vue").ComputedRef<{
@@ -2704,8 +2741,8 @@ declare const _default: import("vue").DefineComponent<{
2704
2741
  }[]>;
2705
2742
  checkedIds: import("vue").ComputedRef<any[]>;
2706
2743
  btnDisabled: import("vue").ComputedRef<boolean>;
2707
- allChecked: import("vue").WritableComputedRef<boolean>;
2708
- checkedSourceIds: import("vue").WritableComputedRef<any[]>;
2744
+ allChecked: import("vue").WritableComputedRef<boolean, boolean>;
2745
+ checkedSourceIds: import("vue").WritableComputedRef<any[], any[]>;
2709
2746
  currentTabKey: import("vue").ComputedRef<any>;
2710
2747
  showAllCheckbox: import("vue").ComputedRef<boolean>;
2711
2748
  getOrgList: () => Promise<void>;
@@ -2720,28 +2757,28 @@ declare const _default: import("vue").DefineComponent<{
2720
2757
  getAllUser: (tree: AnyObject[]) => AnyObject[];
2721
2758
  handlePositiveClick: () => Promise<void>;
2722
2759
  closeTag: (id: string) => void;
2723
- NModal: any;
2724
- NButton: any;
2725
- NSpace: any;
2726
- NAvatar: any;
2727
- NIcon: any;
2728
- NTag: any;
2729
- NInput: any;
2730
- NCheckbox: any;
2731
- NCheckboxGroup: any;
2732
- NTooltip: any;
2733
- NBreadcrumb: any;
2734
- NBreadcrumbItem: any;
2735
- SearchOutline: 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<{}>>, {}>;
2736
- AddOutline: 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<{}>>, {}>;
2737
- PersonOutline: 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<{}>>, {}>;
2738
- PeopleOutline: 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<{}>>, {}>;
2739
- ChevronBackOutline: 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<{}>>, {}>;
2740
- ChevronForwardOutline: 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<{}>>, {}>;
2741
- last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
2742
- isDoctorRole: typeof import("./utils").isDoctorRole;
2743
- getRoleName: typeof import("./utils").getRoleName;
2744
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2760
+ readonly NModal: any;
2761
+ readonly NButton: any;
2762
+ readonly NSpace: any;
2763
+ readonly NAvatar: any;
2764
+ readonly NIcon: any;
2765
+ readonly NTag: any;
2766
+ readonly NInput: any;
2767
+ readonly NCheckbox: any;
2768
+ readonly NCheckboxGroup: any;
2769
+ readonly NTooltip: any;
2770
+ readonly NBreadcrumb: any;
2771
+ readonly NBreadcrumbItem: any;
2772
+ readonly SearchOutline: 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>;
2773
+ readonly AddOutline: 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>;
2774
+ readonly PersonOutline: 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>;
2775
+ readonly PeopleOutline: 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>;
2776
+ readonly ChevronBackOutline: 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>;
2777
+ readonly ChevronForwardOutline: 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>;
2778
+ readonly last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
2779
+ readonly isDoctorRole: typeof import("./utils").isDoctorRole;
2780
+ readonly getRoleName: typeof import("./utils").getRoleName;
2781
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2745
2782
  title: {
2746
2783
  type: StringConstructor;
2747
2784
  default: string;
@@ -2765,27 +2802,27 @@ declare const _default: import("vue").DefineComponent<{
2765
2802
  type: BooleanConstructor;
2766
2803
  default: boolean;
2767
2804
  };
2768
- }>> & {
2805
+ }>> & Readonly<{
2769
2806
  onComfirm?: ((...args: any[]) => any) | undefined;
2770
- }, {
2807
+ }>, {
2771
2808
  title: string;
2772
2809
  defaultValue: AnyObject[];
2773
2810
  disabled: boolean;
2774
2811
  mode: string;
2775
2812
  disabledIds: string[];
2776
- }>;
2777
- simplifyMessage: typeof import("./utils").simplifyMessage;
2778
- isAudioOrVideoMessage: typeof import("./utils").isAudioOrVideoMessage;
2779
- getAVTime: typeof import("./utils").getAVTime;
2780
- getForwardTitle: typeof import("./utils").getForwardTitle;
2781
- formatJsonstr: typeof import("./utils").formatJsonstr;
2782
- MESSAGE_TYPE: typeof import("./constants").MESSAGE_TYPE;
2783
- ChatbubbleEllipsesOutline: 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<{}>>, {}>;
2784
- EllipsisHorizontal: 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<{}>>, {}>;
2785
- CallOutline: 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<{}>>, {}>;
2786
- VideocamOutline: 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<{}>>, {}>;
2787
- DocumentSharp: 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<{}>>, {}>;
2788
- ImageLightbox: import("vue").DefineComponent<{
2813
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2814
+ readonly simplifyMessage: typeof import("./utils").simplifyMessage;
2815
+ readonly isAudioOrVideoMessage: typeof import("./utils").isAudioOrVideoMessage;
2816
+ readonly getAVTime: typeof import("./utils").getAVTime;
2817
+ readonly getForwardTitle: typeof import("./utils").getForwardTitle;
2818
+ readonly formatJsonstr: typeof import("./utils").formatJsonstr;
2819
+ readonly MESSAGE_TYPE: typeof import("./constants").MESSAGE_TYPE;
2820
+ readonly ChatbubbleEllipsesOutline: 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>;
2821
+ readonly EllipsisHorizontal: 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>;
2822
+ readonly CallOutline: 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>;
2823
+ readonly VideocamOutline: 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>;
2824
+ readonly DocumentSharp: 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>;
2825
+ ImageLightbox: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2789
2826
  images: {
2790
2827
  type: PropType<import("./types").ImageItem[]>;
2791
2828
  default: () => never[];
@@ -2797,8 +2834,8 @@ declare const _default: import("vue").DefineComponent<{
2797
2834
  type: StringConstructor;
2798
2835
  default: string;
2799
2836
  };
2800
- }, {
2801
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2837
+ }>, {
2838
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2802
2839
  images: {
2803
2840
  type: PropType<import("./types").ImageItem[]>;
2804
2841
  default: () => never[];
@@ -2810,26 +2847,44 @@ declare const _default: import("vue").DefineComponent<{
2810
2847
  type: StringConstructor;
2811
2848
  default: string;
2812
2849
  };
2813
- }>> & {
2850
+ }>> & Readonly<{
2814
2851
  "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
2815
2852
  "onUpdate:currentId"?: ((...args: any[]) => any) | undefined;
2816
- }>>;
2853
+ }> & {}>;
2817
2854
  emit: (event: "update:visible" | "update:currentId", ...args: any[]) => void;
2818
- imageEl: import("vue").Ref<HTMLImageElement | null>;
2855
+ imageEl: import("vue").Ref<HTMLImageElement | null, HTMLImageElement | null>;
2819
2856
  naturalSize: import("vue").Ref<{
2820
2857
  width: number;
2821
2858
  height: number;
2859
+ }, {
2860
+ width: number;
2861
+ height: number;
2862
+ } | {
2863
+ width: number;
2864
+ height: number;
2822
2865
  }>;
2823
- scale: import("vue").Ref<number>;
2824
- rotation: import("vue").Ref<number>;
2825
- isDragging: import("vue").Ref<boolean>;
2866
+ scale: import("vue").Ref<number, number>;
2867
+ rotation: import("vue").Ref<number, number>;
2868
+ isDragging: import("vue").Ref<boolean, boolean>;
2826
2869
  offset: import("vue").Ref<{
2827
2870
  x: number;
2828
2871
  y: number;
2872
+ }, {
2873
+ x: number;
2874
+ y: number;
2875
+ } | {
2876
+ x: number;
2877
+ y: number;
2829
2878
  }>;
2830
2879
  lastMouse: import("vue").Ref<{
2831
2880
  x: number;
2832
2881
  y: number;
2882
+ }, {
2883
+ x: number;
2884
+ y: number;
2885
+ } | {
2886
+ x: number;
2887
+ y: number;
2833
2888
  }>;
2834
2889
  idToIndexMap: import("vue").ComputedRef<Map<string, number>>;
2835
2890
  currentIndex: import("vue").ComputedRef<number>;
@@ -2857,16 +2912,16 @@ declare const _default: import("vue").DefineComponent<{
2857
2912
  handleWheel: (e: WheelEvent) => void;
2858
2913
  handleImageLoad: () => void;
2859
2914
  download: () => void;
2860
- Close: 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<{}>>, {}>;
2861
- PlaySkipBackOutline: 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<{}>>, {}>;
2862
- PlaySkipForwardOutline: 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<{}>>, {}>;
2863
- DownloadOutline: 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<{}>>, {}>;
2864
- RefreshOutline: 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<{}>>, {}>;
2865
- AddOutline: 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<{}>>, {}>;
2866
- RemoveSharp: 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<{}>>, {}>;
2867
- NButton: any;
2868
- NIcon: any;
2869
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:visible" | "update:currentId")[], "update:visible" | "update:currentId", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2915
+ readonly Close: 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>;
2916
+ readonly PlaySkipBackOutline: 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>;
2917
+ readonly PlaySkipForwardOutline: 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>;
2918
+ readonly DownloadOutline: 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>;
2919
+ readonly RefreshOutline: 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>;
2920
+ readonly AddOutline: 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>;
2921
+ readonly RemoveSharp: 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>;
2922
+ readonly NButton: any;
2923
+ readonly NIcon: any;
2924
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:visible" | "update:currentId")[], "update:visible" | "update:currentId", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2870
2925
  images: {
2871
2926
  type: PropType<import("./types").ImageItem[]>;
2872
2927
  default: () => never[];
@@ -2878,18 +2933,18 @@ declare const _default: import("vue").DefineComponent<{
2878
2933
  type: StringConstructor;
2879
2934
  default: string;
2880
2935
  };
2881
- }>> & {
2936
+ }>> & Readonly<{
2882
2937
  "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
2883
2938
  "onUpdate:currentId"?: ((...args: any[]) => any) | undefined;
2884
- }, {
2939
+ }>, {
2885
2940
  visible: boolean;
2886
2941
  images: import("./types").ImageItem[];
2887
2942
  currentId: string;
2888
- }>;
2889
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
2943
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2944
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2890
2945
  ChatFooter: import("vue").DefineComponent<{}, {
2891
2946
  SPACE_PLACEHOLDER: string;
2892
- inputRef: import("vue").Ref<HTMLDivElement | undefined>;
2947
+ inputRef: import("vue").Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
2893
2948
  state: {
2894
2949
  orgId: string | number;
2895
2950
  currentSessionItem: AnyObject;
@@ -2954,9 +3009,9 @@ declare const _default: import("vue").DefineComponent<{
2954
3009
  remark: string;
2955
3010
  contents: AnyObject[];
2956
3011
  }) => Promise<void>;
2957
- showEmoji: import("vue").Ref<boolean>;
2958
- content: import("vue").Ref<string>;
2959
- commonEmoticons: import("vue").Ref<string[]>;
3012
+ showEmoji: import("vue").Ref<boolean, boolean>;
3013
+ content: import("vue").Ref<string, string>;
3014
+ commonEmoticons: import("vue").Ref<string[], string[]>;
2960
3015
  chatAddProps: import("vue").ComputedRef<{
2961
3016
  options: AnyObject[];
2962
3017
  defaultValue: AnyObject[];
@@ -2968,6 +3023,7 @@ declare const _default: import("vue").DefineComponent<{
2968
3023
  handleKeyDown: (event: KeyboardEvent) => void;
2969
3024
  isWrap: (event: KeyboardEvent) => boolean;
2970
3025
  handleInput: () => void;
3026
+ insertHTMLAtCursor: (html: string) => void;
2971
3027
  selectEmoji: (name: string) => void;
2972
3028
  insertSpace: () => void;
2973
3029
  doUpdateFile: (file: File) => Promise<any>;
@@ -2986,14 +3042,15 @@ declare const _default: import("vue").DefineComponent<{
2986
3042
  remark: string;
2987
3043
  }, type?: string) => void;
2988
3044
  handlecancelForward: () => void;
3045
+ insertImageFromFile: (file: File) => void;
2989
3046
  handleFilePaste: (event: ClipboardEvent) => void;
2990
- NButton: any;
2991
- NPopover: any;
2992
- NTooltip: any;
2993
- NUpload: any;
2994
- NUploadTrigger: any;
2995
- NIcon: any;
2996
- ChatAdd: import("vue").DefineComponent<{
3047
+ readonly NButton: any;
3048
+ readonly NPopover: any;
3049
+ readonly NTooltip: any;
3050
+ readonly NUpload: any;
3051
+ readonly NUploadTrigger: any;
3052
+ readonly NIcon: any;
3053
+ ChatAdd: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2997
3054
  title: {
2998
3055
  type: StringConstructor;
2999
3056
  default: string;
@@ -3017,14 +3074,14 @@ declare const _default: import("vue").DefineComponent<{
3017
3074
  type: BooleanConstructor;
3018
3075
  default: boolean;
3019
3076
  };
3020
- }, {
3077
+ }>, {
3021
3078
  initialOptions: AnyObject[];
3022
3079
  tabList: {
3023
3080
  key: string;
3024
3081
  label: string;
3025
3082
  }[];
3026
3083
  orgList: AnyObject[];
3027
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
3084
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
3028
3085
  title: {
3029
3086
  type: StringConstructor;
3030
3087
  default: string;
@@ -3048,9 +3105,9 @@ declare const _default: import("vue").DefineComponent<{
3048
3105
  type: BooleanConstructor;
3049
3106
  default: boolean;
3050
3107
  };
3051
- }>> & {
3108
+ }>> & Readonly<{
3052
3109
  onComfirm?: ((...args: any[]) => any) | undefined;
3053
- }>>;
3110
+ }> & {}>;
3054
3111
  emit: (event: "comfirm", ...args: any[]) => void;
3055
3112
  state: {
3056
3113
  orgId: string | number;
@@ -3105,16 +3162,16 @@ declare const _default: import("vue").DefineComponent<{
3105
3162
  isForward: boolean;
3106
3163
  };
3107
3164
  setCurrentSessionItem: (item: AnyObject) => void;
3108
- listRef: import("vue").Ref<any>;
3109
- keyword: import("vue").Ref<string>;
3110
- showModal: import("vue").Ref<boolean>;
3111
- checkedOptions: import("vue").Ref<AnyObject[]>;
3112
- groupName: import("vue").Ref<string>;
3113
- remark: import("vue").Ref<string>;
3114
- currentTab: import("vue").Ref<AnyObject[]>;
3115
- breadcrumbList: import("vue").Ref<AnyObject[]>;
3116
- breadcrumbRef: import("vue").Ref<any>;
3117
- userList: import("vue").Ref<AnyObject[]>;
3165
+ listRef: import("vue").Ref<any, any>;
3166
+ keyword: import("vue").Ref<string, string>;
3167
+ showModal: import("vue").Ref<boolean, boolean>;
3168
+ checkedOptions: import("vue").Ref<AnyObject[], AnyObject[]>;
3169
+ groupName: import("vue").Ref<string, string>;
3170
+ remark: import("vue").Ref<string, string>;
3171
+ currentTab: import("vue").Ref<AnyObject[], AnyObject[]>;
3172
+ breadcrumbList: import("vue").Ref<AnyObject[], AnyObject[]>;
3173
+ breadcrumbRef: import("vue").Ref<any, any>;
3174
+ userList: import("vue").Ref<AnyObject[], AnyObject[]>;
3118
3175
  handleInput: () => void;
3119
3176
  _disabledIds: import("vue").ComputedRef<any[]>;
3120
3177
  sessionList: import("vue").ComputedRef<{
@@ -3140,8 +3197,8 @@ declare const _default: import("vue").DefineComponent<{
3140
3197
  }[]>;
3141
3198
  checkedIds: import("vue").ComputedRef<any[]>;
3142
3199
  btnDisabled: import("vue").ComputedRef<boolean>;
3143
- allChecked: import("vue").WritableComputedRef<boolean>;
3144
- checkedSourceIds: import("vue").WritableComputedRef<any[]>;
3200
+ allChecked: import("vue").WritableComputedRef<boolean, boolean>;
3201
+ checkedSourceIds: import("vue").WritableComputedRef<any[], any[]>;
3145
3202
  currentTabKey: import("vue").ComputedRef<any>;
3146
3203
  showAllCheckbox: import("vue").ComputedRef<boolean>;
3147
3204
  getOrgList: () => Promise<void>;
@@ -3156,28 +3213,28 @@ declare const _default: import("vue").DefineComponent<{
3156
3213
  getAllUser: (tree: AnyObject[]) => AnyObject[];
3157
3214
  handlePositiveClick: () => Promise<void>;
3158
3215
  closeTag: (id: string) => void;
3159
- NModal: any;
3160
- NButton: any;
3161
- NSpace: any;
3162
- NAvatar: any;
3163
- NIcon: any;
3164
- NTag: any;
3165
- NInput: any;
3166
- NCheckbox: any;
3167
- NCheckboxGroup: any;
3168
- NTooltip: any;
3169
- NBreadcrumb: any;
3170
- NBreadcrumbItem: any;
3171
- SearchOutline: 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<{}>>, {}>;
3172
- AddOutline: 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<{}>>, {}>;
3173
- PersonOutline: 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<{}>>, {}>;
3174
- PeopleOutline: 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<{}>>, {}>;
3175
- ChevronBackOutline: 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<{}>>, {}>;
3176
- ChevronForwardOutline: 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<{}>>, {}>;
3177
- last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
3178
- isDoctorRole: typeof import("./utils").isDoctorRole;
3179
- getRoleName: typeof import("./utils").getRoleName;
3180
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3216
+ readonly NModal: any;
3217
+ readonly NButton: any;
3218
+ readonly NSpace: any;
3219
+ readonly NAvatar: any;
3220
+ readonly NIcon: any;
3221
+ readonly NTag: any;
3222
+ readonly NInput: any;
3223
+ readonly NCheckbox: any;
3224
+ readonly NCheckboxGroup: any;
3225
+ readonly NTooltip: any;
3226
+ readonly NBreadcrumb: any;
3227
+ readonly NBreadcrumbItem: any;
3228
+ readonly SearchOutline: 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>;
3229
+ readonly AddOutline: 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>;
3230
+ readonly PersonOutline: 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>;
3231
+ readonly PeopleOutline: 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>;
3232
+ readonly ChevronBackOutline: 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>;
3233
+ readonly ChevronForwardOutline: 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>;
3234
+ readonly last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
3235
+ readonly isDoctorRole: typeof import("./utils").isDoctorRole;
3236
+ readonly getRoleName: typeof import("./utils").getRoleName;
3237
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
3181
3238
  title: {
3182
3239
  type: StringConstructor;
3183
3240
  default: string;
@@ -3201,36 +3258,36 @@ declare const _default: import("vue").DefineComponent<{
3201
3258
  type: BooleanConstructor;
3202
3259
  default: boolean;
3203
3260
  };
3204
- }>> & {
3261
+ }>> & Readonly<{
3205
3262
  onComfirm?: ((...args: any[]) => any) | undefined;
3206
- }, {
3263
+ }>, {
3207
3264
  title: string;
3208
3265
  defaultValue: AnyObject[];
3209
3266
  disabled: boolean;
3210
3267
  mode: string;
3211
3268
  disabledIds: string[];
3212
- }>;
3213
- emojis: {
3269
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3270
+ readonly emojis: {
3214
3271
  default: string[][];
3215
3272
  findEmoji(name: string): string | undefined;
3216
3273
  };
3217
- MESSAGE_TYPE: typeof import("./constants").MESSAGE_TYPE;
3218
- CloseCircleOutline: 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<{}>>, {}>;
3219
- CallOutline: 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<{}>>, {}>;
3220
- VideocamOutline: 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<{}>>, {}>;
3221
- CloseOutline: 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<{}>>, {}>;
3222
- FolderOutline: 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<{}>>, {}>;
3223
- ImageOutline: 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<{}>>, {}>;
3224
- HappyOutline: 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<{}>>, {}>;
3225
- ThumbsUp: 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<{}>>, {}>;
3226
- simplifyMessage: typeof import("./utils").simplifyMessage;
3227
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
3274
+ readonly MESSAGE_TYPE: typeof import("./constants").MESSAGE_TYPE;
3275
+ readonly CloseCircleOutline: 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>;
3276
+ readonly CallOutline: 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>;
3277
+ readonly VideocamOutline: 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>;
3278
+ readonly CloseOutline: 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>;
3279
+ readonly FolderOutline: 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>;
3280
+ readonly ImageOutline: 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>;
3281
+ readonly HappyOutline: 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>;
3282
+ readonly ThumbsUp: 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>;
3283
+ readonly simplifyMessage: typeof import("./utils").simplifyMessage;
3284
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3228
3285
  ChatSearch: import("vue").DefineComponent<{}, {
3229
- userListRef: import("vue").Ref<any>;
3230
- patientListRef: import("vue").Ref<any>;
3231
- inputRef: import("vue").Ref<any>;
3232
- showSearch: import("vue").Ref<boolean>;
3233
- keyword: import("vue").Ref<string>;
3286
+ userListRef: import("vue").Ref<any, any>;
3287
+ patientListRef: import("vue").Ref<any, any>;
3288
+ inputRef: import("vue").Ref<any, any>;
3289
+ showSearch: import("vue").Ref<boolean, boolean>;
3290
+ keyword: import("vue").Ref<string, string>;
3234
3291
  cssVars: import("vue").ComputedRef<AnyObject>;
3235
3292
  state: {
3236
3293
  orgId: string | number;
@@ -3285,12 +3342,12 @@ declare const _default: import("vue").DefineComponent<{
3285
3342
  isForward: boolean;
3286
3343
  };
3287
3344
  openSession: (session: string | AnyObject) => Promise<void>;
3288
- userList: import("vue").Ref<AnyObject[]>;
3345
+ userList: import("vue").Ref<AnyObject[], AnyObject[]>;
3289
3346
  handleInput: () => void;
3290
- patientList: import("vue").Ref<AnyObject[]>;
3347
+ patientList: import("vue").Ref<AnyObject[], AnyObject[]>;
3291
3348
  handlePatientInput: () => void;
3292
- currentTabValue: import("vue").Ref<string>;
3293
- currentIndex: import("vue").Ref<number>;
3349
+ currentTabValue: import("vue").Ref<string, string>;
3350
+ currentIndex: import("vue").Ref<number, number>;
3294
3351
  groupList: import("vue").ComputedRef<AnyObject[]>;
3295
3352
  showNoUserData: import("vue").ComputedRef<boolean>;
3296
3353
  showNoPatientData: import("vue").ComputedRef<boolean>;
@@ -3304,15 +3361,15 @@ declare const _default: import("vue").DefineComponent<{
3304
3361
  addSession: (id: string) => Promise<void>;
3305
3362
  handleTabChange: () => void;
3306
3363
  handleClose: () => void;
3307
- NPopover: any;
3308
- NButton: any;
3309
- NInput: any;
3310
- NIcon: any;
3311
- NTabs: any;
3312
- NTabPane: any;
3313
- NDivider: any;
3314
- SearchOutline: 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<{}>>, {}>;
3315
- DefaultPage: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
3364
+ readonly NPopover: any;
3365
+ readonly NButton: any;
3366
+ readonly NInput: any;
3367
+ readonly NIcon: any;
3368
+ readonly NTabs: any;
3369
+ readonly NTabPane: any;
3370
+ readonly NDivider: any;
3371
+ readonly SearchOutline: 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>;
3372
+ readonly DefaultPage: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3316
3373
  type: {
3317
3374
  type: StringConstructor;
3318
3375
  default: string;
@@ -3324,8 +3381,8 @@ declare const _default: import("vue").DefineComponent<{
3324
3381
  content: string;
3325
3382
  };
3326
3383
  };
3327
- }, {
3328
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
3384
+ }>, {
3385
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
3329
3386
  type: {
3330
3387
  type: StringConstructor;
3331
3388
  default: string;
@@ -3337,9 +3394,9 @@ declare const _default: import("vue").DefineComponent<{
3337
3394
  content: string;
3338
3395
  };
3339
3396
  };
3340
- }>> & {
3397
+ }>> & Readonly<{
3341
3398
  onReloadPage?: ((...args: any[]) => any) | undefined;
3342
- }>>;
3399
+ }> & {}>;
3343
3400
  emit: (event: "reloadPage", ...args: any[]) => void;
3344
3401
  configResult: import("vue").ComputedRef<{
3345
3402
  title: string;
@@ -3347,9 +3404,9 @@ declare const _default: import("vue").DefineComponent<{
3347
3404
  img: string;
3348
3405
  }>;
3349
3406
  reloadPage: () => void;
3350
- NIcon: any;
3351
- 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<{}>>, {}>;
3352
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3407
+ readonly NIcon: any;
3408
+ 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>;
3409
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
3353
3410
  type: {
3354
3411
  type: StringConstructor;
3355
3412
  default: string;
@@ -3361,29 +3418,29 @@ declare const _default: import("vue").DefineComponent<{
3361
3418
  content: string;
3362
3419
  };
3363
3420
  };
3364
- }>> & {
3421
+ }>> & Readonly<{
3365
3422
  onReloadPage?: ((...args: any[]) => any) | undefined;
3366
- }, {
3423
+ }>, {
3367
3424
  type: string;
3368
3425
  config: AnyObject;
3369
- }>>;
3370
- userItemRender: import("vue").DefineComponent<{
3426
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
3427
+ readonly userItemRender: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3371
3428
  item: {
3372
3429
  type: PropType<AnyObject>;
3373
3430
  default: () => {};
3374
3431
  };
3375
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "item-click"[], "item-click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3432
+ }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "item-click"[], "item-click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
3376
3433
  item: {
3377
3434
  type: PropType<AnyObject>;
3378
3435
  default: () => {};
3379
3436
  };
3380
- }>> & {
3437
+ }>> & Readonly<{
3381
3438
  "onItem-click"?: ((...args: any[]) => any) | undefined;
3382
- }, {
3439
+ }>, {
3383
3440
  item: AnyObject;
3384
- }>;
3385
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
3386
- ChatAdd: import("vue").DefineComponent<{
3441
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3442
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3443
+ ChatAdd: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3387
3444
  title: {
3388
3445
  type: StringConstructor;
3389
3446
  default: string;
@@ -3407,14 +3464,14 @@ declare const _default: import("vue").DefineComponent<{
3407
3464
  type: BooleanConstructor;
3408
3465
  default: boolean;
3409
3466
  };
3410
- }, {
3467
+ }>, {
3411
3468
  initialOptions: AnyObject[];
3412
3469
  tabList: {
3413
3470
  key: string;
3414
3471
  label: string;
3415
3472
  }[];
3416
3473
  orgList: AnyObject[];
3417
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
3474
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
3418
3475
  title: {
3419
3476
  type: StringConstructor;
3420
3477
  default: string;
@@ -3438,9 +3495,9 @@ declare const _default: import("vue").DefineComponent<{
3438
3495
  type: BooleanConstructor;
3439
3496
  default: boolean;
3440
3497
  };
3441
- }>> & {
3498
+ }>> & Readonly<{
3442
3499
  onComfirm?: ((...args: any[]) => any) | undefined;
3443
- }>>;
3500
+ }> & {}>;
3444
3501
  emit: (event: "comfirm", ...args: any[]) => void;
3445
3502
  state: {
3446
3503
  orgId: string | number;
@@ -3495,16 +3552,16 @@ declare const _default: import("vue").DefineComponent<{
3495
3552
  isForward: boolean;
3496
3553
  };
3497
3554
  setCurrentSessionItem: (item: AnyObject) => void;
3498
- listRef: import("vue").Ref<any>;
3499
- keyword: import("vue").Ref<string>;
3500
- showModal: import("vue").Ref<boolean>;
3501
- checkedOptions: import("vue").Ref<AnyObject[]>;
3502
- groupName: import("vue").Ref<string>;
3503
- remark: import("vue").Ref<string>;
3504
- currentTab: import("vue").Ref<AnyObject[]>;
3505
- breadcrumbList: import("vue").Ref<AnyObject[]>;
3506
- breadcrumbRef: import("vue").Ref<any>;
3507
- userList: import("vue").Ref<AnyObject[]>;
3555
+ listRef: import("vue").Ref<any, any>;
3556
+ keyword: import("vue").Ref<string, string>;
3557
+ showModal: import("vue").Ref<boolean, boolean>;
3558
+ checkedOptions: import("vue").Ref<AnyObject[], AnyObject[]>;
3559
+ groupName: import("vue").Ref<string, string>;
3560
+ remark: import("vue").Ref<string, string>;
3561
+ currentTab: import("vue").Ref<AnyObject[], AnyObject[]>;
3562
+ breadcrumbList: import("vue").Ref<AnyObject[], AnyObject[]>;
3563
+ breadcrumbRef: import("vue").Ref<any, any>;
3564
+ userList: import("vue").Ref<AnyObject[], AnyObject[]>;
3508
3565
  handleInput: () => void;
3509
3566
  _disabledIds: import("vue").ComputedRef<any[]>;
3510
3567
  sessionList: import("vue").ComputedRef<{
@@ -3530,8 +3587,8 @@ declare const _default: import("vue").DefineComponent<{
3530
3587
  }[]>;
3531
3588
  checkedIds: import("vue").ComputedRef<any[]>;
3532
3589
  btnDisabled: import("vue").ComputedRef<boolean>;
3533
- allChecked: import("vue").WritableComputedRef<boolean>;
3534
- checkedSourceIds: import("vue").WritableComputedRef<any[]>;
3590
+ allChecked: import("vue").WritableComputedRef<boolean, boolean>;
3591
+ checkedSourceIds: import("vue").WritableComputedRef<any[], any[]>;
3535
3592
  currentTabKey: import("vue").ComputedRef<any>;
3536
3593
  showAllCheckbox: import("vue").ComputedRef<boolean>;
3537
3594
  getOrgList: () => Promise<void>;
@@ -3546,28 +3603,28 @@ declare const _default: import("vue").DefineComponent<{
3546
3603
  getAllUser: (tree: AnyObject[]) => AnyObject[];
3547
3604
  handlePositiveClick: () => Promise<void>;
3548
3605
  closeTag: (id: string) => void;
3549
- NModal: any;
3550
- NButton: any;
3551
- NSpace: any;
3552
- NAvatar: any;
3553
- NIcon: any;
3554
- NTag: any;
3555
- NInput: any;
3556
- NCheckbox: any;
3557
- NCheckboxGroup: any;
3558
- NTooltip: any;
3559
- NBreadcrumb: any;
3560
- NBreadcrumbItem: any;
3561
- SearchOutline: 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<{}>>, {}>;
3562
- AddOutline: 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<{}>>, {}>;
3563
- PersonOutline: 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<{}>>, {}>;
3564
- PeopleOutline: 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<{}>>, {}>;
3565
- ChevronBackOutline: 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<{}>>, {}>;
3566
- ChevronForwardOutline: 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<{}>>, {}>;
3567
- last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
3568
- isDoctorRole: typeof import("./utils").isDoctorRole;
3569
- getRoleName: typeof import("./utils").getRoleName;
3570
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3606
+ readonly NModal: any;
3607
+ readonly NButton: any;
3608
+ readonly NSpace: any;
3609
+ readonly NAvatar: any;
3610
+ readonly NIcon: any;
3611
+ readonly NTag: any;
3612
+ readonly NInput: any;
3613
+ readonly NCheckbox: any;
3614
+ readonly NCheckboxGroup: any;
3615
+ readonly NTooltip: any;
3616
+ readonly NBreadcrumb: any;
3617
+ readonly NBreadcrumbItem: any;
3618
+ readonly SearchOutline: 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>;
3619
+ readonly AddOutline: 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>;
3620
+ readonly PersonOutline: 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>;
3621
+ readonly PeopleOutline: 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>;
3622
+ readonly ChevronBackOutline: 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>;
3623
+ readonly ChevronForwardOutline: 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>;
3624
+ readonly last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
3625
+ readonly isDoctorRole: typeof import("./utils").isDoctorRole;
3626
+ readonly getRoleName: typeof import("./utils").getRoleName;
3627
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
3571
3628
  title: {
3572
3629
  type: StringConstructor;
3573
3630
  default: string;
@@ -3591,15 +3648,15 @@ declare const _default: import("vue").DefineComponent<{
3591
3648
  type: BooleanConstructor;
3592
3649
  default: boolean;
3593
3650
  };
3594
- }>> & {
3651
+ }>> & Readonly<{
3595
3652
  onComfirm?: ((...args: any[]) => any) | undefined;
3596
- }, {
3653
+ }>, {
3597
3654
  title: string;
3598
3655
  defaultValue: AnyObject[];
3599
3656
  disabled: boolean;
3600
3657
  mode: string;
3601
3658
  disabledIds: string[];
3602
- }>;
3659
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3603
3660
  Video: import("vue").DefineComponent<{}, {
3604
3661
  sendMessage: (message: {
3605
3662
  chatType?: string | undefined;
@@ -3659,8 +3716,8 @@ declare const _default: import("vue").DefineComponent<{
3659
3716
  isForward: boolean;
3660
3717
  };
3661
3718
  trtc: import("trtc-sdk-v5").TRTC;
3662
- timing: import("vue").Ref<string>;
3663
- voiceClose: import("vue").Ref<boolean>;
3719
+ timing: import("vue").Ref<string, string>;
3720
+ voiceClose: import("vue").Ref<boolean, boolean>;
3664
3721
  isAudio: import("vue").ComputedRef<boolean>;
3665
3722
  isCall: import("vue").ComputedRef<boolean>;
3666
3723
  startTimer: () => void;
@@ -3676,9 +3733,9 @@ declare const _default: import("vue").DefineComponent<{
3676
3733
  exitRoom: () => Promise<void>;
3677
3734
  startLocalMedia: (selfVideoRef?: HTMLElement | undefined) => Promise<void>;
3678
3735
  MAIN_STREAM_TYPE: any;
3679
- videoRef: import("vue").Ref<HTMLElement | undefined>;
3680
- selfVideoRef: import("vue").Ref<HTMLElement | undefined>;
3681
- isConnect: import("vue").Ref<boolean>;
3736
+ videoRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
3737
+ selfVideoRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
3738
+ isConnect: import("vue").Ref<boolean, boolean>;
3682
3739
  timeout: any;
3683
3740
  info: import("vue").ComputedRef<{
3684
3741
  avatar: any;
@@ -3702,16 +3759,16 @@ declare const _default: import("vue").DefineComponent<{
3702
3759
  readonly NO_RESPONSE: () => void;
3703
3760
  readonly REJECTED: () => void;
3704
3761
  };
3705
- NButton: any;
3706
- NAvatar: any;
3707
- NIcon: any;
3708
- Call: 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<{}>>, {}>;
3709
- MicOffCircle: 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<{}>>, {}>;
3710
- Mic: 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<{}>>, {}>;
3711
- AV_STATUS: typeof import("./constants").AV_STATUS;
3712
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
3762
+ readonly NButton: any;
3763
+ readonly NAvatar: any;
3764
+ readonly NIcon: any;
3765
+ readonly Call: 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>;
3766
+ readonly MicOffCircle: 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>;
3767
+ readonly Mic: 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>;
3768
+ readonly AV_STATUS: typeof import("./constants").AV_STATUS;
3769
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3713
3770
  MultipleVideo: import("vue").DefineComponent<{}, {
3714
- selfVideoRef: import("vue").Ref<HTMLElement | undefined>;
3771
+ selfVideoRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
3715
3772
  state: {
3716
3773
  orgId: string | number;
3717
3774
  currentSessionItem: AnyObject;
@@ -3769,23 +3826,28 @@ declare const _default: import("vue").DefineComponent<{
3769
3826
  content: AnyObject;
3770
3827
  receiver?: string | undefined;
3771
3828
  }) => Promise<void>;
3772
- voiceClose: import("vue").Ref<boolean>;
3829
+ voiceClose: import("vue").Ref<boolean, boolean>;
3773
3830
  isAudio: import("vue").ComputedRef<boolean>;
3774
3831
  isCall: import("vue").ComputedRef<boolean>;
3775
3832
  startTimer: () => void;
3776
3833
  toggleAudio: () => Promise<void>;
3777
3834
  messageTypeText: import("vue").ComputedRef<"语音" | "视频">;
3778
- timing: import("vue").Ref<string>;
3835
+ timing: import("vue").Ref<string, string>;
3779
3836
  toggleVideo: () => Promise<void>;
3780
- videocamClose: import("vue").Ref<boolean>;
3837
+ videocamClose: import("vue").Ref<boolean, boolean>;
3781
3838
  installEventHandlers: (handlers: import("./hooks").VideoEventHandlers) => void;
3782
3839
  uninstallEventHandlers: (handlers: import("./hooks").VideoEventHandlers) => void;
3783
- isConnect: import("vue").Ref<boolean>;
3840
+ isConnect: import("vue").Ref<boolean, boolean>;
3784
3841
  remoteUsers: import("vue").Ref<{
3785
3842
  id: string;
3786
3843
  name: string;
3787
3844
  hasVideo?: boolean | undefined;
3788
3845
  hasAudio?: boolean | undefined;
3846
+ }[], import("./hooks").RemoteUser[] | {
3847
+ id: string;
3848
+ name: string;
3849
+ hasVideo?: boolean | undefined;
3850
+ hasAudio?: boolean | undefined;
3789
3851
  }[]>;
3790
3852
  enterRoom: () => Promise<boolean>;
3791
3853
  exitRoom: () => Promise<void>;
@@ -3798,20 +3860,32 @@ declare const _default: import("vue").DefineComponent<{
3798
3860
  setVideoRef: (userId: string, el: HTMLElement | null) => void;
3799
3861
  checkAndRenderAllVideos: () => void;
3800
3862
  MAIN_STREAM_TYPE: any;
3801
- wrapperRef: import("vue").Ref<HTMLElement | null>;
3802
- handleRef: import("vue").Ref<HTMLElement | null>;
3803
- isMaxSize: import("vue").Ref<boolean>;
3804
- miniWrapperRef: import("vue").Ref<HTMLElement | null>;
3863
+ wrapperRef: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
3864
+ handleRef: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
3865
+ isMaxSize: import("vue").Ref<boolean, boolean>;
3866
+ miniWrapperRef: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
3805
3867
  callUser: import("vue").ComputedRef<any>;
3806
3868
  title: import("vue").ComputedRef<string>;
3807
3869
  style: import("vue").Ref<{
3808
3870
  left: string;
3809
3871
  top: string;
3872
+ }, {
3873
+ left: string;
3874
+ top: string;
3875
+ } | {
3876
+ left: string;
3877
+ top: string;
3810
3878
  }>;
3811
3879
  changePosition: (position?: ("center" | "top-right") | undefined) => void;
3812
3880
  miniStyle: import("vue").Ref<{
3813
3881
  left: string;
3814
3882
  top: string;
3883
+ }, {
3884
+ left: string;
3885
+ top: string;
3886
+ } | {
3887
+ left: string;
3888
+ top: string;
3815
3889
  }>;
3816
3890
  changeMiniPosition: (position?: ("center" | "top-right") | undefined) => void;
3817
3891
  handleAddPerson: ({ checkedIds, checkedOptions }: {
@@ -3828,11 +3902,11 @@ declare const _default: import("vue").DefineComponent<{
3828
3902
  handleRemoteUserEnter: (event: import("./hooks").TRTCEvent) => Promise<void>;
3829
3903
  getUserName: (userId: string) => Promise<string>;
3830
3904
  handleRemoteUserExit: (event: import("./hooks").TRTCEvent) => void;
3831
- periodicCheckInterval: null;
3832
- NButton: any;
3833
- NAvatar: any;
3834
- NIcon: any;
3835
- ChatAdd: import("vue").DefineComponent<{
3905
+ periodicCheckInterval: NodeJS.Timeout | null;
3906
+ readonly NButton: any;
3907
+ readonly NAvatar: any;
3908
+ readonly NIcon: any;
3909
+ ChatAdd: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3836
3910
  title: {
3837
3911
  type: StringConstructor;
3838
3912
  default: string;
@@ -3856,14 +3930,14 @@ declare const _default: import("vue").DefineComponent<{
3856
3930
  type: BooleanConstructor;
3857
3931
  default: boolean;
3858
3932
  };
3859
- }, {
3933
+ }>, {
3860
3934
  initialOptions: AnyObject[];
3861
3935
  tabList: {
3862
3936
  key: string;
3863
3937
  label: string;
3864
3938
  }[];
3865
3939
  orgList: AnyObject[];
3866
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
3940
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
3867
3941
  title: {
3868
3942
  type: StringConstructor;
3869
3943
  default: string;
@@ -3887,9 +3961,9 @@ declare const _default: import("vue").DefineComponent<{
3887
3961
  type: BooleanConstructor;
3888
3962
  default: boolean;
3889
3963
  };
3890
- }>> & {
3964
+ }>> & Readonly<{
3891
3965
  onComfirm?: ((...args: any[]) => any) | undefined;
3892
- }>>;
3966
+ }> & {}>;
3893
3967
  emit: (event: "comfirm", ...args: any[]) => void;
3894
3968
  state: {
3895
3969
  orgId: string | number;
@@ -3944,16 +4018,16 @@ declare const _default: import("vue").DefineComponent<{
3944
4018
  isForward: boolean;
3945
4019
  };
3946
4020
  setCurrentSessionItem: (item: AnyObject) => void;
3947
- listRef: import("vue").Ref<any>;
3948
- keyword: import("vue").Ref<string>;
3949
- showModal: import("vue").Ref<boolean>;
3950
- checkedOptions: import("vue").Ref<AnyObject[]>;
3951
- groupName: import("vue").Ref<string>;
3952
- remark: import("vue").Ref<string>;
3953
- currentTab: import("vue").Ref<AnyObject[]>;
3954
- breadcrumbList: import("vue").Ref<AnyObject[]>;
3955
- breadcrumbRef: import("vue").Ref<any>;
3956
- userList: import("vue").Ref<AnyObject[]>;
4021
+ listRef: import("vue").Ref<any, any>;
4022
+ keyword: import("vue").Ref<string, string>;
4023
+ showModal: import("vue").Ref<boolean, boolean>;
4024
+ checkedOptions: import("vue").Ref<AnyObject[], AnyObject[]>;
4025
+ groupName: import("vue").Ref<string, string>;
4026
+ remark: import("vue").Ref<string, string>;
4027
+ currentTab: import("vue").Ref<AnyObject[], AnyObject[]>;
4028
+ breadcrumbList: import("vue").Ref<AnyObject[], AnyObject[]>;
4029
+ breadcrumbRef: import("vue").Ref<any, any>;
4030
+ userList: import("vue").Ref<AnyObject[], AnyObject[]>;
3957
4031
  handleInput: () => void;
3958
4032
  _disabledIds: import("vue").ComputedRef<any[]>;
3959
4033
  sessionList: import("vue").ComputedRef<{
@@ -3979,8 +4053,8 @@ declare const _default: import("vue").DefineComponent<{
3979
4053
  }[]>;
3980
4054
  checkedIds: import("vue").ComputedRef<any[]>;
3981
4055
  btnDisabled: import("vue").ComputedRef<boolean>;
3982
- allChecked: import("vue").WritableComputedRef<boolean>;
3983
- checkedSourceIds: import("vue").WritableComputedRef<any[]>;
4056
+ allChecked: import("vue").WritableComputedRef<boolean, boolean>;
4057
+ checkedSourceIds: import("vue").WritableComputedRef<any[], any[]>;
3984
4058
  currentTabKey: import("vue").ComputedRef<any>;
3985
4059
  showAllCheckbox: import("vue").ComputedRef<boolean>;
3986
4060
  getOrgList: () => Promise<void>;
@@ -3995,28 +4069,28 @@ declare const _default: import("vue").DefineComponent<{
3995
4069
  getAllUser: (tree: AnyObject[]) => AnyObject[];
3996
4070
  handlePositiveClick: () => Promise<void>;
3997
4071
  closeTag: (id: string) => void;
3998
- NModal: any;
3999
- NButton: any;
4000
- NSpace: any;
4001
- NAvatar: any;
4002
- NIcon: any;
4003
- NTag: any;
4004
- NInput: any;
4005
- NCheckbox: any;
4006
- NCheckboxGroup: any;
4007
- NTooltip: any;
4008
- NBreadcrumb: any;
4009
- NBreadcrumbItem: any;
4010
- SearchOutline: 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<{}>>, {}>;
4011
- AddOutline: 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<{}>>, {}>;
4012
- PersonOutline: 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<{}>>, {}>;
4013
- PeopleOutline: 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<{}>>, {}>;
4014
- ChevronBackOutline: 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<{}>>, {}>;
4015
- ChevronForwardOutline: 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<{}>>, {}>;
4016
- last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
4017
- isDoctorRole: typeof import("./utils").isDoctorRole;
4018
- getRoleName: typeof import("./utils").getRoleName;
4019
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
4072
+ readonly NModal: any;
4073
+ readonly NButton: any;
4074
+ readonly NSpace: any;
4075
+ readonly NAvatar: any;
4076
+ readonly NIcon: any;
4077
+ readonly NTag: any;
4078
+ readonly NInput: any;
4079
+ readonly NCheckbox: any;
4080
+ readonly NCheckboxGroup: any;
4081
+ readonly NTooltip: any;
4082
+ readonly NBreadcrumb: any;
4083
+ readonly NBreadcrumbItem: any;
4084
+ readonly SearchOutline: 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>;
4085
+ readonly AddOutline: 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>;
4086
+ readonly PersonOutline: 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>;
4087
+ readonly PeopleOutline: 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>;
4088
+ readonly ChevronBackOutline: 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>;
4089
+ readonly ChevronForwardOutline: 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>;
4090
+ readonly last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
4091
+ readonly isDoctorRole: typeof import("./utils").isDoctorRole;
4092
+ readonly getRoleName: typeof import("./utils").getRoleName;
4093
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
4020
4094
  title: {
4021
4095
  type: StringConstructor;
4022
4096
  default: string;
@@ -4040,24 +4114,24 @@ declare const _default: import("vue").DefineComponent<{
4040
4114
  type: BooleanConstructor;
4041
4115
  default: boolean;
4042
4116
  };
4043
- }>> & {
4117
+ }>> & Readonly<{
4044
4118
  onComfirm?: ((...args: any[]) => any) | undefined;
4045
- }, {
4119
+ }>, {
4046
4120
  title: string;
4047
4121
  defaultValue: AnyObject[];
4048
4122
  disabled: boolean;
4049
4123
  mode: string;
4050
4124
  disabledIds: string[];
4051
- }>;
4052
- Call: 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<{}>>, {}>;
4053
- Videocam: 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<{}>>, {}>;
4054
- VideocamOff: 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<{}>>, {}>;
4055
- Mic: 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<{}>>, {}>;
4056
- PersonAdd: 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<{}>>, {}>;
4057
- MicOff: 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<{}>>, {}>;
4058
- Close: 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<{}>>, {}>;
4059
- ResizeOutline: 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<{}>>, {}>;
4060
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
4125
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4126
+ readonly Call: 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>;
4127
+ readonly Videocam: 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>;
4128
+ readonly VideocamOff: 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>;
4129
+ readonly Mic: 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>;
4130
+ readonly PersonAdd: 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>;
4131
+ readonly MicOff: 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>;
4132
+ readonly Close: 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>;
4133
+ readonly ResizeOutline: 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>;
4134
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4061
4135
  PersonProfile: import("vue").DefineComponent<{}, {
4062
4136
  state: {
4063
4137
  orgId: string | number;
@@ -4112,8 +4186,8 @@ declare const _default: import("vue").DefineComponent<{
4112
4186
  isForward: boolean;
4113
4187
  };
4114
4188
  openSession: (session: string | AnyObject) => Promise<void>;
4115
- showLargeAvatar: import("vue").Ref<boolean>;
4116
- showPhone: import("vue").Ref<boolean>;
4189
+ showLargeAvatar: import("vue").Ref<boolean, boolean>;
4190
+ showPhone: import("vue").Ref<boolean, boolean>;
4117
4191
  userDetail: AnyObject;
4118
4192
  info: {
4119
4193
  label: string;
@@ -4131,18 +4205,18 @@ declare const _default: import("vue").DefineComponent<{
4131
4205
  onChange: (options: {
4132
4206
  file: import("naive-ui/es/upload").UploadFileInfo;
4133
4207
  }) => Promise<void>;
4134
- NAvatar: any;
4135
- NPopover: any;
4136
- NButton: any;
4137
- NIcon: any;
4138
- ChatbubbleEllipses: 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<{}>>, {}>;
4139
- Close: 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<{}>>, {}>;
4140
- EyeOutline: 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<{}>>, {}>;
4141
- EyeOffOutline: 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<{}>>, {}>;
4142
- isDoctorRole: typeof import("./utils").isDoctorRole;
4143
- getRoleName: typeof import("./utils").getRoleName;
4144
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
4145
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("template-click" | "unread-message-update" | "session-change" | "session-close")[], "template-click" | "unread-message-update" | "session-change" | "session-close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
4208
+ readonly NAvatar: any;
4209
+ readonly NPopover: any;
4210
+ readonly NButton: any;
4211
+ readonly NIcon: any;
4212
+ readonly ChatbubbleEllipses: 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>;
4213
+ readonly Close: 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>;
4214
+ readonly EyeOutline: 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>;
4215
+ readonly EyeOffOutline: 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>;
4216
+ readonly isDoctorRole: typeof import("./utils").isDoctorRole;
4217
+ readonly getRoleName: typeof import("./utils").getRoleName;
4218
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4219
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("template-click" | "unread-message-update" | "session-change" | "session-close")[], "template-click" | "unread-message-update" | "session-change" | "session-close", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
4146
4220
  token: {
4147
4221
  type: StringConstructor;
4148
4222
  required: true;
@@ -4195,17 +4269,17 @@ declare const _default: import("vue").DefineComponent<{
4195
4269
  type: PropType<string | Element>;
4196
4270
  default: string;
4197
4271
  };
4198
- }>> & {
4272
+ }>> & Readonly<{
4199
4273
  "onTemplate-click"?: ((...args: any[]) => any) | undefined;
4200
4274
  "onUnread-message-update"?: ((...args: any[]) => any) | undefined;
4201
4275
  "onSession-change"?: ((...args: any[]) => any) | undefined;
4202
4276
  "onSession-close"?: ((...args: any[]) => any) | undefined;
4203
- }, {
4204
- show: boolean;
4277
+ }>, {
4205
4278
  showHeader: boolean;
4279
+ show: boolean;
4206
4280
  baseURL: string;
4207
4281
  extraParams: AnyObject;
4208
4282
  filterable: boolean;
4209
4283
  videoTeleportTo: string | Element;
4210
- }>;
4284
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4211
4285
  export default _default;