cnhis-design-vue 3.3.1-release.5 → 3.3.2-beta.5

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 (347) hide show
  1. package/README.md +87 -87
  2. package/es/components/audio-sdk/index.d.ts +20 -0
  3. package/es/components/audio-sdk/src/Index.vue.d.ts +20 -0
  4. package/es/components/audio-sdk/src/Index.vue2.js +1 -1
  5. package/es/components/audio-sdk/src/audioSDK.d.ts +1 -0
  6. package/es/components/audio-sdk/src/audioSDK.js +11 -3
  7. package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +10 -0
  8. package/es/components/audio-sdk/src/components/recording.vue.d.ts +10 -0
  9. package/es/components/audio-sdk/src/components/recording.vue2.js +5 -0
  10. package/es/components/audio-sdk/src/constants/index.d.ts +1 -0
  11. package/es/components/audio-sdk/src/constants/index.js +3 -0
  12. package/es/components/audio-sdk/src/utils/recorder/fft.d.ts +4 -0
  13. package/es/components/audio-sdk/src/utils/recorder/mp3-engine.d.ts +4 -0
  14. package/es/components/audio-sdk/src/utils/recorder/mp3.d.ts +4 -0
  15. package/es/components/audio-sdk/src/utils/recorder/recorder.d.ts +4 -0
  16. package/es/components/audio-sdk/src/utils/recorder/wave.d.ts +4 -0
  17. package/es/components/audio-sdk/src/utils/recordingModal.js +13 -2
  18. package/es/components/base-search/src/index.vue2.js +6 -6
  19. package/es/components/big-table/src/BigTable.vue2.js +21 -21
  20. package/es/components/big-table/src/components/NoData.vue2.js +4 -4
  21. package/es/components/big-table/src/components/edit-form/edit-date.js +2 -2
  22. package/es/components/big-table/src/components/edit-form/edit-input.js +2 -2
  23. package/es/components/big-table/src/components/edit-form/edit-select.js +2 -2
  24. package/es/components/big-table/src/components/edit-form/edit-time.js +4 -4
  25. package/es/components/big-table/src/components/input-button.vue2.js +2 -2
  26. package/es/components/big-table/src/hooks/useNestTable.js +4 -4
  27. package/es/components/big-table/src/hooks/useTableParse.js +3 -3
  28. package/es/components/body-select/src/index.vue2.js +4 -4
  29. package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  30. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +1 -0
  31. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +1 -0
  32. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +1 -0
  33. package/es/components/button-print/src/ButtonPrint.vue2.js +7 -7
  34. package/es/components/button-print/src/components/EditFormat.vue2.js +4 -4
  35. package/es/components/button-print/src/components/IdentityVerification.vue2.js +17 -17
  36. package/es/components/button-print/src/components/NewPrintComponent.vue2.js +34 -34
  37. package/es/components/button-print/src/components/OldPrintComponent.vue2.js +11 -11
  38. package/es/components/button-print/src/components/Preview.vue2.js +2 -2
  39. package/es/components/button-print/src/utils/dialog.js +6 -6
  40. package/es/components/button-print/src/utils/print.js +21 -21
  41. package/es/components/callback/src/components/render/popupMaps.d.ts +17 -1
  42. package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +2 -2
  43. package/es/components/card-reader-sdk/src/utils/readHealthCard.js +4 -4
  44. package/es/components/card-reader-sdk-cn/src/henan/index.js +5 -5
  45. package/es/components/card-render/index.d.ts +4 -4
  46. package/es/components/card-render/src/CardRender.vue.d.ts +4 -4
  47. package/es/components/card-render/src/components/index.d.ts +23 -23
  48. package/es/components/classification/src/components/search-filter/index.vue2.js +6 -6
  49. package/es/components/classification/src/components/set-classification/index.vue2.js +5 -5
  50. package/es/components/classification/src/components/table-modal/index.vue.d.ts +0 -3
  51. package/es/components/classification/src/components/table-modal/index.vue2.js +45 -45
  52. package/es/components/classification/src/index.vue2.js +42 -42
  53. package/es/components/default-page/src/constants/index.js +19 -19
  54. package/es/components/default-page/src/index.vue2.js +2 -2
  55. package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +10 -10
  56. package/es/components/expand-field/src/components/FormItemPerson.vue2.js +4 -4
  57. package/es/components/expand-field/src/components/PersonModal.vue2.js +6 -6
  58. package/es/components/expand-field/src/components/form.vue2.js +87 -87
  59. package/es/components/expand-field/src/index.vue2.js +16 -16
  60. package/es/components/expand-field/src/utils/constant.js +12 -12
  61. package/es/components/fabric-chart/src/components/PopupMenu.js +4 -4
  62. package/es/components/fabric-chart/src/constants/index.js +10 -10
  63. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +3 -3
  64. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcess.js +2 -2
  65. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +5 -5
  66. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +2 -2
  67. package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +6 -6
  68. package/es/components/fabric-chart/src/hooks/useCommon.js +4 -4
  69. package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +12 -6
  70. package/es/components/field-editor/index.d.ts +4 -0
  71. package/es/components/field-editor/src/FieldEditor.vue.d.ts +4 -0
  72. package/es/components/field-editor/src/fields.js +30 -30
  73. package/es/components/field-set/src/FieldColor.vue2.js +15 -15
  74. package/es/components/field-set/src/FieldFilter.vue2.js +8 -8
  75. package/es/components/field-set/src/FieldSet.vue2.js +37 -37
  76. package/es/components/field-set/src/Index.vue2.js +6 -6
  77. package/es/components/field-set/src/TableStyle.vue2.js +9 -9
  78. package/es/components/field-set/src/components/condition.vue2.js +8 -8
  79. package/es/components/field-set/src/components/edit-dialog.vue2.js +23 -23
  80. package/es/components/field-set/src/components/edit-filter.vue2.js +4 -4
  81. package/es/components/field-set/src/components/table-row.vue2.js +25 -25
  82. package/es/components/field-set/src/constants/filter.js +42 -42
  83. package/es/components/field-set/src/constants/index.js +64 -64
  84. package/es/components/form-config/index.d.ts +80 -5
  85. package/es/components/form-config/src/FormConfig.vue.d.ts +80 -5
  86. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +4 -0
  87. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +57 -4
  88. package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +16 -1
  89. package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +26 -26
  90. package/es/components/form-config/src/constants/index.d.ts +2 -1
  91. package/es/components/form-config/src/constants/index.js +12 -11
  92. package/es/components/form-config/src/hooks/useConfigurationField.js +19 -1
  93. package/es/components/form-config/src/hooks/useLocale.d.ts +1 -0
  94. package/es/components/form-config/src/hooks/useLocale.js +32 -31
  95. package/es/components/form-config/src/types/index.d.ts +1 -0
  96. package/es/components/form-render/index.d.ts +4 -0
  97. package/es/components/form-render/src/FormRender.vue.d.ts +4 -0
  98. package/es/components/form-render/src/FormRender.vue2.js +3 -2
  99. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +4 -0
  100. package/es/components/form-render/src/components/renderer/combination/combination.js +1 -1
  101. package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.js +2 -2
  102. package/es/components/form-render/src/components/renderer/combination/jsonCombination.js +2 -2
  103. package/es/components/form-render/src/components/renderer/combination/tableCombination.js +2 -2
  104. package/es/components/form-render/src/components/renderer/date.d.ts +2 -2
  105. package/es/components/form-render/src/components/renderer/input.d.ts +16 -4
  106. package/es/components/form-render/src/components/renderer/input.js +39 -7
  107. package/es/components/form-render/src/components/renderer/levelSearchCascader/index.js +3 -0
  108. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +1 -0
  109. package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +1 -0
  110. package/es/components/form-render/src/components/renderer/radio_checkbox.js +11 -10
  111. package/es/components/form-render/src/components/renderer/remoteSearch.js +2 -2
  112. package/es/components/form-render/src/components/renderer/switch.js +4 -4
  113. package/es/components/form-render/src/components/renderer/text.js +1 -1
  114. package/es/components/form-render/src/components/renderer/textarea.d.ts +16 -1
  115. package/es/components/form-render/src/components/renderer/textarea.js +36 -8
  116. package/es/components/form-render/src/hooks/useBusinessBinding.js +1 -0
  117. package/es/components/form-render/src/hooks/useComplexOptions.js +3 -2
  118. package/es/components/form-render/src/hooks/useFieldListAdaptor.d.ts +2 -2
  119. package/es/components/form-render/src/hooks/useFieldListAdaptor.js +4 -3
  120. package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +2 -0
  121. package/es/components/form-render/src/hooks/useFormField.d.ts +2 -0
  122. package/es/components/form-render/src/hooks/useFormField.js +5 -1
  123. package/es/components/form-render/src/hooks/useFormValidator.js +1 -0
  124. package/es/components/form-render/src/hooks/usePresetScope.js +1 -0
  125. package/es/components/form-render/src/types/fieldItem.d.ts +11 -0
  126. package/es/components/form-render/src/types/index.d.ts +1 -0
  127. package/es/components/form-render/src/utils/index.js +1 -0
  128. package/es/components/form-render/src/utils/schema.js +60 -15
  129. package/es/components/guide/src/renderer.d.ts +2 -2
  130. package/es/components/iho-chat/src/Index.vue2.js +2 -2
  131. package/es/components/iho-chat/src/components/ChatAdd.vue2.js +16 -16
  132. package/es/components/iho-chat/src/components/ChatFile.vue2.js +13 -13
  133. package/es/components/iho-chat/src/components/ChatFooter.vue2.js +24 -24
  134. package/es/components/iho-chat/src/components/ChatHeader.vue2.js +10 -10
  135. package/es/components/iho-chat/src/components/ChatMain.vue2.js +10 -10
  136. package/es/components/iho-chat/src/components/ChatRecord.vue2.js +13 -13
  137. package/es/components/iho-chat/src/components/ChatSearch.vue2.js +18 -18
  138. package/es/components/iho-chat/src/components/ChatSet.vue2.js +25 -25
  139. package/es/components/iho-chat/src/components/ContextMenu.js +7 -7
  140. package/es/components/iho-chat/src/components/MessageEvent.vue2.js +4 -4
  141. package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +2 -2
  142. package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +12 -12
  143. package/es/components/iho-chat/src/components/PersonProfile.vue2.js +10 -10
  144. package/es/components/iho-chat/src/components/SelectLabel.vue2.js +2 -2
  145. package/es/components/iho-chat/src/components/SiderList.vue2.js +12 -12
  146. package/es/components/iho-chat/src/components/Video.vue2.js +5 -5
  147. package/es/components/iho-chat/src/hooks/useVideo.js +2 -2
  148. package/es/components/iho-chat/src/utils/index.js +14 -14
  149. package/es/components/iho-table/index.d.ts +13 -1
  150. package/es/components/iho-table/src/IhoTable.vue.d.ts +13 -2
  151. package/es/components/iho-table/src/IhoTable.vue2.js +27 -20
  152. package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.js +2 -2
  153. package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +9 -9
  154. package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue2.js +9 -9
  155. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +6 -0
  156. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +11 -11
  157. package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +4 -4
  158. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +3 -3
  159. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +13 -13
  160. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +9 -9
  161. package/es/components/index.css +1 -1
  162. package/es/components/index.d.ts +1 -2
  163. package/es/components/index.js +0 -3
  164. package/es/components/info-header/index.d.ts +13 -0
  165. package/es/components/info-header/src/InfoHeader.vue.d.ts +13 -0
  166. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +1 -0
  167. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +1 -0
  168. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +5 -0
  169. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +4 -0
  170. package/es/components/info-header/src/components/patientInfo/index.vue2.js +21 -21
  171. package/es/components/keyboard/src/Keyboard.vue2.js +7 -7
  172. package/es/components/keyboard/src/components/NumberPanel.vue2.js +6 -6
  173. package/es/components/map/src/Map.vue2.js +2 -2
  174. package/es/components/picture-clipper/src/PictureClipper.vue2.js +4 -4
  175. package/es/components/quick-search/src/index.vue2.js +21 -21
  176. package/es/components/recommend-search/src/components/BaseSearch.js +2 -2
  177. package/es/components/recommend-search/src/components/RecommendInput.vue2.js +4 -4
  178. package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +3 -3
  179. package/es/components/scale-view/index.d.ts +1 -1
  180. package/es/components/scale-view/src/ScaleView.vue.d.ts +1 -1
  181. package/es/components/scale-view/src/ScaleView.vue2.js +6 -6
  182. package/es/components/scale-view/src/components/NoData.vue2.js +4 -4
  183. package/es/components/scale-view/src/components/formitem/r-cascader.js +2 -2
  184. package/es/components/scale-view/src/components/formitem/r-checkbox.js +6 -6
  185. package/es/components/scale-view/src/components/formitem/r-input.js +2 -2
  186. package/es/components/scale-view/src/components/formitem/r-map.js +2 -2
  187. package/es/components/scale-view/src/components/formitem/r-radio.js +6 -6
  188. package/es/components/scale-view/src/components/formitem/r-select.js +2 -2
  189. package/es/components/scale-view/src/components/formitem/r-sign.js +7 -7
  190. package/es/components/scale-view/src/components/formitem/standard-modal.js +3 -3
  191. package/es/components/scale-view/src/hooks/scaleview-computed.js +5 -5
  192. package/es/components/scale-view/src/hooks/scaleview-init.d.ts +1 -1
  193. package/es/components/scale-view/src/hooks/scaleview-init.js +2 -2
  194. package/es/components/scale-view/src/hooks/scaleview-methods.js +4 -4
  195. package/es/components/scale-view/src/hooks/scaleview-submit.js +3 -3
  196. package/es/components/scale-view/src/hooks/scaleview-validate.js +9 -9
  197. package/es/components/search-cascader/src/SearchCascader.vue2.js +2 -2
  198. package/es/components/select-label/src/LabelFormContent.vue2.js +7 -7
  199. package/es/components/select-label/src/SelectLabel.vue2.js +13 -13
  200. package/es/components/select-label/src/components/label-classify.vue2.js +5 -5
  201. package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +3 -3
  202. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +6 -6
  203. package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +3 -3
  204. package/es/components/select-person/src/SelectPerson.vue2.js +24 -21
  205. package/es/components/select-person/src/SelectPersonType.vue2.js +13 -13
  206. package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +2 -2
  207. package/es/components/select-person/src/index.vue2.js +3 -3
  208. package/es/components/shortcut-setter/index.d.ts +16 -1
  209. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +16 -1
  210. package/es/components/slider-tree/src/index.vue2.js +3 -3
  211. package/es/components/table-export-field/src/components/ExportModal.vue2.js +23 -25
  212. package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +19 -19
  213. package/es/components/table-export-field/src/index.vue2.js +6 -6
  214. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +5 -5
  215. package/es/components/table-filter/src/components/bi-filter/helpers/options.js +34 -34
  216. package/es/components/table-filter/src/components/bi-filter/index.vue2.js +19 -19
  217. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +3 -3
  218. package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +2 -2
  219. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +6 -6
  220. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +5 -5
  221. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +3 -3
  222. package/es/components/table-filter/src/components/classify-filter/helpers/options.js +3 -3
  223. package/es/components/table-filter/src/components/classify-filter/hooks/useDisplayCategory.js +2 -2
  224. package/es/components/table-filter/src/components/classify-filter/index.vue2.js +17 -17
  225. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +5 -5
  226. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +4 -4
  227. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +6 -6
  228. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +3 -3
  229. package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +2 -2
  230. package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +3 -3
  231. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +3 -3
  232. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +6 -6
  233. package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +207 -207
  234. package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +11 -11
  235. package/es/components/table-filter/src/components/render-widget/helpers/selectExtraMap.js +2 -2
  236. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +3 -3
  237. package/es/components/table-filter/src/tool/baseOptions.js +19 -19
  238. package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +8 -8
  239. package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +2 -2
  240. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +2 -2
  241. package/es/components/vod-chunk-upload/src/vod-upload-modal.js +4 -4
  242. package/es/env.d.ts +25 -25
  243. package/es/shared/assets/img/defaultCover/10review_successful.png.js +1 -1
  244. package/es/shared/assets/img/defaultCover/11review_fail.png.js +1 -1
  245. package/es/shared/assets/img/defaultCover/12no_setting.png.js +1 -1
  246. package/es/shared/assets/img/defaultCover/13no_menu_setting.png.js +1 -1
  247. package/es/shared/assets/img/defaultCover/14no_call_setting.png.js +1 -1
  248. package/es/shared/assets/img/defaultCover/15no_use_tag.png.js +1 -1
  249. package/es/shared/assets/img/defaultCover/16no_table_data.png.js +1 -1
  250. package/es/shared/assets/img/defaultCover/1location.png.js +1 -1
  251. package/es/shared/assets/img/defaultCover/2notfound.png.js +1 -1
  252. package/es/shared/assets/img/defaultCover/3loading.png.js +1 -1
  253. package/es/shared/assets/img/defaultCover/4no_permission.png.js +1 -1
  254. package/es/shared/assets/img/defaultCover/5no_data.png.js +1 -1
  255. package/es/shared/assets/img/defaultCover/6no_network.png.js +1 -1
  256. package/es/shared/assets/img/defaultCover/7no_doctor.png.js +1 -1
  257. package/es/shared/assets/img/defaultCover/8system_error.png.js +1 -1
  258. package/es/shared/assets/img/defaultCover/9system_upgrade.png.js +1 -1
  259. package/es/shared/assets/img/failure.png.js +1 -1
  260. package/es/shared/assets/img/no-permission.png.js +1 -1
  261. package/es/shared/assets/img/nodata.png.js +1 -1
  262. package/es/shared/assets/img/notfound.png.js +1 -1
  263. package/es/shared/assets/img/qr.png.js +1 -1
  264. package/es/shared/assets/img/success.png.js +1 -1
  265. package/es/shared/assets/img/table_style_2.png.js +1 -1
  266. package/es/shared/assets/img/video.png.js +1 -1
  267. package/es/shared/assets/img/video_default_cover.png.js +1 -1
  268. package/es/shared/assets/img/xb_big.png.js +1 -1
  269. package/es/shared/assets/img/xb_small.png.js +1 -1
  270. package/es/shared/components/CancelRadio/CancelRadio.d.ts +7 -0
  271. package/es/shared/components/CancelRadio/CancelRadio.js +6 -6
  272. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +86 -0
  273. package/es/shared/package.json.js +1 -1
  274. package/es/shared/utils/fabricjs/index.d.ts +6823 -0
  275. package/es/shared/utils/tapable/index.d.ts +139 -0
  276. package/package.json +76 -77
  277. package/es/components/ai-chat/index.d.ts +0 -680
  278. package/es/components/ai-chat/index.js +0 -10
  279. package/es/components/ai-chat/src/Index.vue.d.ts +0 -682
  280. package/es/components/ai-chat/src/Index.vue.js +0 -6
  281. package/es/components/ai-chat/src/Index.vue2.js +0 -175
  282. package/es/components/ai-chat/src/api/index.d.ts +0 -8
  283. package/es/components/ai-chat/src/api/index.js +0 -87
  284. package/es/components/ai-chat/src/components/ChatAudio.vue.d.ts +0 -38
  285. package/es/components/ai-chat/src/components/ChatAudio.vue.js +0 -6
  286. package/es/components/ai-chat/src/components/ChatAudio.vue2.js +0 -103
  287. package/es/components/ai-chat/src/components/ChatBI.vue.d.ts +0 -101
  288. package/es/components/ai-chat/src/components/ChatBI.vue.js +0 -6
  289. package/es/components/ai-chat/src/components/ChatBI.vue2.js +0 -73
  290. package/es/components/ai-chat/src/components/ChatCard.d.ts +0 -43
  291. package/es/components/ai-chat/src/components/ChatCard.js +0 -403
  292. package/es/components/ai-chat/src/components/ChatFooter.vue.d.ts +0 -203
  293. package/es/components/ai-chat/src/components/ChatFooter.vue.js +0 -6
  294. package/es/components/ai-chat/src/components/ChatFooter.vue2.js +0 -373
  295. package/es/components/ai-chat/src/components/ChatMain.d.ts +0 -2
  296. package/es/components/ai-chat/src/components/ChatMain.js +0 -350
  297. package/es/components/ai-chat/src/components/ChatMainDefault.d.ts +0 -2
  298. package/es/components/ai-chat/src/components/ChatMainDefault.js +0 -278
  299. package/es/components/ai-chat/src/components/ChatPatient.vue.d.ts +0 -59
  300. package/es/components/ai-chat/src/components/ChatPatient.vue.js +0 -6
  301. package/es/components/ai-chat/src/components/ChatPatient.vue2.js +0 -218
  302. package/es/components/ai-chat/src/components/ChatPrompt.vue.d.ts +0 -45
  303. package/es/components/ai-chat/src/components/ChatPrompt.vue.js +0 -6
  304. package/es/components/ai-chat/src/components/ChatPrompt.vue2.js +0 -143
  305. package/es/components/ai-chat/src/components/ChatRight.vue.d.ts +0 -57
  306. package/es/components/ai-chat/src/components/ChatRight.vue.js +0 -6
  307. package/es/components/ai-chat/src/components/ChatRight.vue2.js +0 -190
  308. package/es/components/ai-chat/src/components/card/JsonCard.d.ts +0 -25
  309. package/es/components/ai-chat/src/components/card/JsonCard.js +0 -574
  310. package/es/components/ai-chat/src/components/message-render/CardRender.d.ts +0 -16
  311. package/es/components/ai-chat/src/components/message-render/CardRender.js +0 -80
  312. package/es/components/ai-chat/src/components/message-render/FormRender.d.ts +0 -16
  313. package/es/components/ai-chat/src/components/message-render/FormRender.js +0 -173
  314. package/es/components/ai-chat/src/components/mobile/MobileChatAudio.vue.d.ts +0 -36
  315. package/es/components/ai-chat/src/components/mobile/MobileChatAudio.vue.js +0 -6
  316. package/es/components/ai-chat/src/components/mobile/MobileChatAudio.vue2.js +0 -96
  317. package/es/components/ai-chat/src/components/mobile/MobileChatFooter.vue.d.ts +0 -105
  318. package/es/components/ai-chat/src/components/mobile/MobileChatFooter.vue.js +0 -6
  319. package/es/components/ai-chat/src/components/mobile/MobileChatFooter.vue2.js +0 -260
  320. package/es/components/ai-chat/src/components/svgs/AddIcon.vue.js +0 -18
  321. package/es/components/ai-chat/src/components/svgs/AudioIcon.vue.js +0 -37
  322. package/es/components/ai-chat/src/components/svgs/KeyboardIcon.vue.js +0 -20
  323. package/es/components/ai-chat/src/components/svgs/MicroPhone.vue.js +0 -48
  324. package/es/components/ai-chat/src/hooks/index.d.ts +0 -2
  325. package/es/components/ai-chat/src/hooks/index.js +0 -2
  326. package/es/components/ai-chat/src/hooks/useChartAudioContext.d.ts +0 -18
  327. package/es/components/ai-chat/src/hooks/useChartAudioContext.js +0 -202
  328. package/es/components/ai-chat/src/hooks/useData.d.ts +0 -77
  329. package/es/components/ai-chat/src/hooks/useData.js +0 -289
  330. package/es/components/ai-chat/src/hooks/useFooterContext.d.ts +0 -38
  331. package/es/components/ai-chat/src/hooks/useFooterContext.js +0 -218
  332. package/es/components/ai-chat/src/hooks/useProgram.d.ts +0 -14
  333. package/es/components/ai-chat/src/hooks/useProgram.js +0 -306
  334. package/es/components/ai-chat/src/hooks/useSSE.d.ts +0 -9
  335. package/es/components/ai-chat/src/hooks/useSSE.js +0 -138
  336. package/es/components/ai-chat/src/hooks/useWebsocket.d.ts +0 -4
  337. package/es/components/ai-chat/src/hooks/useWebsocket.js +0 -66
  338. package/es/components/ai-chat/src/types/index.d.ts +0 -45
  339. package/es/components/ai-chat/src/types/index.js +0 -1
  340. package/es/components/ai-chat/src/utils/index.d.ts +0 -7
  341. package/es/components/ai-chat/src/utils/index.js +0 -41
  342. package/es/components/ai-chat/style/index.css +0 -1
  343. package/es/shared/assets/img/ai__avatar.png.js +0 -3
  344. package/es/shared/assets/img/file-emr.png.js +0 -3
  345. package/es/shared/assets/img/file.png.js +0 -3
  346. package/es/shared/assets/img/logo.png.js +0 -3
  347. package/es/shared/assets/img/use.png.js +0 -3
@@ -13,7 +13,7 @@ import { useSearchPatientList } from '../hooks/useSearchPatientList.js';
13
13
  import DefaultPage from '../../../default-page/index.js';
14
14
  import userItemRender from './userItemRender.js';
15
15
 
16
- var _a;
16
+ var _a, _b, _c;
17
17
  const _hoisted_1 = /* @__PURE__ */ createElementVNode("div", {
18
18
  class: "title"
19
19
  }, "\u8054\u7CFB\u4EBA(\u60A3\u8005)", -1);
@@ -22,7 +22,7 @@ const _hoisted_2 = /* @__PURE__ */ createElementVNode("div", {
22
22
  }, "\u8054\u7CFB\u4EBA(\u533B\u62A4)", -1);
23
23
  const _hoisted_3 = /* @__PURE__ */ createElementVNode("div", {
24
24
  class: "title"
25
- }, ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.575")) || "\u6211\u7684\u7FA4\u7EC4", -1);
25
+ }, ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.575")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.575")) || "\u6211\u7684\u7FA4\u7EC4", -1);
26
26
  const _hoisted_4 = {
27
27
  class: "user-list-wrapper"
28
28
  };
@@ -187,8 +187,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
187
187
  color: "#ffffff80"
188
188
  }, null, 8, ["component"])]),
189
189
  default: withCtx(() => {
190
- var _a2;
191
- return [createTextVNode(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.80")) || "\u641C\u7D22\u8054\u7CFB\u4EBA")];
190
+ var _a2, _b2, _c2;
191
+ return [createTextVNode(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.80")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.80")) || "\u641C\u7D22\u8054\u7CFB\u4EBA")];
192
192
  }),
193
193
  _: 1
194
194
  })]),
@@ -214,10 +214,10 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
214
214
  "onUpdate:value": [_cache[7] || (_cache[7] = ($event) => currentTabValue.value = $event), handleTabChange]
215
215
  }, {
216
216
  default: withCtx(() => {
217
- var _a2, _b;
217
+ var _a2, _b2, _c2, _d, _e, _f;
218
218
  return [createVNode(unref(NTabPane), {
219
219
  name: "all",
220
- tab: ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.571")) || "\u7EFC\u5408",
220
+ tab: ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.571")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.571")) || "\u7EFC\u5408",
221
221
  "display-directive": "show",
222
222
  style: {
223
223
  "padding": "0 10px 10px",
@@ -225,7 +225,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
225
225
  }
226
226
  }, {
227
227
  default: withCtx(() => {
228
- var _a3, _b2;
228
+ var _a3, _b3, _c3, _d2, _e2, _f2;
229
229
  return [createCommentVNode(" \u8054\u7CFB\u4EBA(\u60A3\u8005) "), unref(patientList).length > 0 ? (openBlock(), createElementBlock(Fragment, {
230
230
  key: 0
231
231
  }, [_hoisted_1, (openBlock(true), createElementBlock(Fragment, null, renderList(unref(patientList), (patient, index) => {
@@ -290,7 +290,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
290
290
  _: 1
291
291
  })], 34)) : createCommentVNode("v-if", true)], 64)) : createCommentVNode("v-if", true), unref(userList).length && unref(groupList).length ? (openBlock(), createBlock(unref(NDivider), {
292
292
  key: 3
293
- })) : createCommentVNode("v-if", true), createCommentVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.572")) || "\u7FA4\u7EC4"), unref(groupList).length > 0 ? (openBlock(), createElementBlock(Fragment, {
293
+ })) : createCommentVNode("v-if", true), createCommentVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.572")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.572")) || "\u7FA4\u7EC4"), unref(groupList).length > 0 ? (openBlock(), createElementBlock(Fragment, {
294
294
  key: 4
295
295
  }, [_hoisted_3, (openBlock(true), createElementBlock(Fragment, null, renderList(unref(groupList), (group, index) => {
296
296
  return openBlock(), createElementBlock(Fragment, {
@@ -319,14 +319,14 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
319
319
  size: "16"
320
320
  }, null, 8, ["component"])]),
321
321
  default: withCtx(() => {
322
- var _a4;
323
- return [createTextVNode(((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.574")) || "\u67E5\u770B\u66F4\u591A\u7FA4\u7EC4")];
322
+ var _a4, _b4, _c4;
323
+ return [createTextVNode(((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.574")) || ((_c4 = (_b4 = window.top) == null ? void 0 : _b4.getLanguageByCode) == null ? void 0 : _c4.call(_b4, "10010.1.574")) || "\u67E5\u770B\u66F4\u591A\u7FA4\u7EC4")];
324
324
  }),
325
325
  _: 1
326
326
  })], 34)) : createCommentVNode("v-if", true)], 64)) : createCommentVNode("v-if", true), withDirectives(createVNode(unref(DefaultPage), {
327
327
  config: {
328
328
  title: " ",
329
- content: ((_b2 = window.getLanguageByCode) == null ? void 0 : _b2.call(window, "10010.1.81")) || "\u627E\u4E0D\u5230\u76F8\u5173\u7684\u7ED3\u679C"
329
+ content: ((_d2 = window.getLanguageByCode) == null ? void 0 : _d2.call(window, "10010.1.81")) || ((_f2 = (_e2 = window.top) == null ? void 0 : _e2.getLanguageByCode) == null ? void 0 : _f2.call(_e2, "10010.1.81")) || "\u627E\u4E0D\u5230\u76F8\u5173\u7684\u7ED3\u679C"
330
330
  },
331
331
  type: "5"
332
332
  }, null, 512), [[vShow, unref(showAllNoData)]])];
@@ -338,7 +338,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
338
338
  "display-directive": "show"
339
339
  }, {
340
340
  default: withCtx(() => {
341
- var _a3;
341
+ var _a3, _b3, _c3;
342
342
  return [createElementVNode("div", {
343
343
  class: "user-list-wrapper",
344
344
  ref_key: "patientListRef",
@@ -356,7 +356,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
356
356
  }), 128)), withDirectives(createVNode(unref(DefaultPage), {
357
357
  config: {
358
358
  title: " ",
359
- content: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.81")) || "\u627E\u4E0D\u5230\u76F8\u5173\u7684\u7ED3\u679C"
359
+ content: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.81")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.81")) || "\u627E\u4E0D\u5230\u76F8\u5173\u7684\u7ED3\u679C"
360
360
  },
361
361
  type: "5"
362
362
  }, null, 512), [[vShow, unref(showNoPatientData)]])], 512)];
@@ -368,7 +368,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
368
368
  "display-directive": "show"
369
369
  }, {
370
370
  default: withCtx(() => {
371
- var _a3;
371
+ var _a3, _b3, _c3;
372
372
  return [createElementVNode("div", {
373
373
  class: "user-list-wrapper",
374
374
  ref_key: "userListRef",
@@ -386,7 +386,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
386
386
  }), 128)), withDirectives(createVNode(unref(DefaultPage), {
387
387
  config: {
388
388
  title: " ",
389
- content: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.81")) || "\u627E\u4E0D\u5230\u76F8\u5173\u7684\u7ED3\u679C"
389
+ content: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.81")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.81")) || "\u627E\u4E0D\u5230\u76F8\u5173\u7684\u7ED3\u679C"
390
390
  },
391
391
  type: "5"
392
392
  }, null, 512), [[vShow, unref(showNoUserData)]])], 512)];
@@ -394,11 +394,11 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
394
394
  _: 1
395
395
  }), createVNode(unref(NTabPane), {
396
396
  name: "group",
397
- tab: ((_b = window.getLanguageByCode) == null ? void 0 : _b.call(window, "10010.1.572")) || "\u7FA4\u7EC4",
397
+ tab: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.572")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.572")) || "\u7FA4\u7EC4",
398
398
  "display-directive": "show"
399
399
  }, {
400
400
  default: withCtx(() => {
401
- var _a3;
401
+ var _a3, _b3, _c3;
402
402
  return [createElementVNode("div", _hoisted_4, [(openBlock(true), createElementBlock(Fragment, null, renderList(unref(groupList), (group, index) => {
403
403
  return openBlock(), createBlock(unref(userItemRender), {
404
404
  key: group.id,
@@ -412,7 +412,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
412
412
  }), 128)), withDirectives(createVNode(unref(DefaultPage), {
413
413
  config: {
414
414
  title: " ",
415
- content: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.81")) || "\u627E\u4E0D\u5230\u76F8\u5173\u7684\u7ED3\u679C"
415
+ content: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.81")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.81")) || "\u627E\u4E0D\u5230\u76F8\u5173\u7684\u7ED3\u679C"
416
416
  },
417
417
  type: "5"
418
418
  }, null, 512), [[vShow, unref(showGroupNoData)]])])];
@@ -10,7 +10,7 @@ import { trim, isFunction } from 'lodash-es';
10
10
  import 'trtc-sdk-v5';
11
11
  import ChatAdd from './ChatAdd.vue.js';
12
12
 
13
- var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j;
13
+ var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _A, _B, _C, _D;
14
14
  const _hoisted_1 = {
15
15
  key: 0,
16
16
  class: "chat-set-wrapper"
@@ -37,7 +37,7 @@ const _hoisted_7 = {
37
37
  };
38
38
  const _hoisted_8 = /* @__PURE__ */ createElementVNode("span", {
39
39
  class: "label"
40
- }, ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.85")) || "\u7FA4\u6210\u5458", -1);
40
+ }, ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.85")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.85")) || "\u7FA4\u6210\u5458", -1);
41
41
  const _hoisted_9 = {
42
42
  class: "group-box"
43
43
  };
@@ -50,23 +50,23 @@ const _hoisted_12 = {
50
50
  };
51
51
  const _hoisted_13 = /* @__PURE__ */ createElementVNode("span", {
52
52
  class: "name"
53
- }, ((_b = window.getLanguageByCode) == null ? void 0 : _b.call(window, "10010.1.86")) || "\u6DFB\u52A0", -1);
53
+ }, ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.86")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.86")) || "\u6DFB\u52A0", -1);
54
54
  const _hoisted_14 = {
55
55
  class: "group-box__item"
56
56
  };
57
57
  const _hoisted_15 = /* @__PURE__ */ createElementVNode("span", {
58
58
  class: "name"
59
- }, ((_c = window.getLanguageByCode) == null ? void 0 : _c.call(window, "10010.1.88")) || "\u79FB\u9664", -1);
59
+ }, ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.88")) || ((_i = (_h = window.top) == null ? void 0 : _h.getLanguageByCode) == null ? void 0 : _i.call(_h, "10010.1.88")) || "\u79FB\u9664", -1);
60
60
  const _hoisted_16 = ["onClick"];
61
61
  const _hoisted_17 = /* @__PURE__ */ createElementVNode("span", {
62
62
  class: "label"
63
- }, ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.90")) || "\u7FA4\u5934\u50CF", -1);
63
+ }, ((_j = window.getLanguageByCode) == null ? void 0 : _j.call(window, "10010.1.90")) || ((_l = (_k = window.top) == null ? void 0 : _k.getLanguageByCode) == null ? void 0 : _l.call(_k, "10010.1.90")) || "\u7FA4\u5934\u50CF", -1);
64
64
  const _hoisted_18 = {
65
65
  class: "item"
66
66
  };
67
67
  const _hoisted_19 = /* @__PURE__ */ createElementVNode("span", {
68
68
  class: "label"
69
- }, ((_e = window.getLanguageByCode) == null ? void 0 : _e.call(window, "10010.1.91")) || "\u7FA4\u540D\u79F0", -1);
69
+ }, ((_m = window.getLanguageByCode) == null ? void 0 : _m.call(window, "10010.1.91")) || ((_o = (_n = window.top) == null ? void 0 : _n.getLanguageByCode) == null ? void 0 : _o.call(_n, "10010.1.91")) || "\u7FA4\u540D\u79F0", -1);
70
70
  const _hoisted_20 = {
71
71
  class: "item__right"
72
72
  };
@@ -78,29 +78,29 @@ const _hoisted_22 = {
78
78
  };
79
79
  const _hoisted_23 = /* @__PURE__ */ createElementVNode("span", {
80
80
  class: "label"
81
- }, ((_f = window.getLanguageByCode) == null ? void 0 : _f.call(window, "10010.1.92")) || "\u7F6E\u9876\u804A\u5929", -1);
81
+ }, ((_p = window.getLanguageByCode) == null ? void 0 : _p.call(window, "10010.1.92")) || ((_r = (_q = window.top) == null ? void 0 : _q.getLanguageByCode) == null ? void 0 : _r.call(_q, "10010.1.92")) || "\u7F6E\u9876\u804A\u5929", -1);
82
82
  const _hoisted_24 = {
83
83
  class: "item item--red"
84
84
  };
85
85
  const _hoisted_25 = /* @__PURE__ */ createElementVNode("span", {
86
86
  class: "label"
87
- }, ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.93")) || "\u9000\u51FA\u7FA4\u804A", -1);
87
+ }, ((_s = window.getLanguageByCode) == null ? void 0 : _s.call(window, "10010.1.93")) || ((_u = (_t = window.top) == null ? void 0 : _t.getLanguageByCode) == null ? void 0 : _u.call(_t, "10010.1.93")) || "\u9000\u51FA\u7FA4\u804A", -1);
88
88
  const _hoisted_26 = /* @__PURE__ */ createElementVNode("p", {
89
89
  style: {
90
90
  "width": "230px"
91
91
  }
92
- }, ((_h = window.getLanguageByCode) == null ? void 0 : _h.call(window, "10010.1.94")) || "\u662F\u5426\u786E\u8BA4\u9000\u51FA\u7FA4\u804A\uFF1F", -1);
92
+ }, ((_v = window.getLanguageByCode) == null ? void 0 : _v.call(window, "10010.1.94")) || ((_x = (_w = window.top) == null ? void 0 : _w.getLanguageByCode) == null ? void 0 : _x.call(_w, "10010.1.94")) || "\u662F\u5426\u786E\u8BA4\u9000\u51FA\u7FA4\u804A\uFF1F", -1);
93
93
  const _hoisted_27 = {
94
94
  class: "item item--red"
95
95
  };
96
96
  const _hoisted_28 = /* @__PURE__ */ createElementVNode("span", {
97
97
  class: "label"
98
- }, ((_i = window.getLanguageByCode) == null ? void 0 : _i.call(window, "10010.1.95")) || "\u89E3\u6563\u8BE5\u7FA4", -1);
98
+ }, ((_y = window.getLanguageByCode) == null ? void 0 : _y.call(window, "10010.1.95")) || ((_A = (_z = window.top) == null ? void 0 : _z.getLanguageByCode) == null ? void 0 : _A.call(_z, "10010.1.95")) || "\u89E3\u6563\u8BE5\u7FA4", -1);
99
99
  const _hoisted_29 = /* @__PURE__ */ createElementVNode("p", {
100
100
  style: {
101
101
  "width": "230px"
102
102
  }
103
- }, ((_j = window.getLanguageByCode) == null ? void 0 : _j.call(window, "10010.1.96")) || "\u662F\u5426\u786E\u8BA4\u89E3\u6563\u7FA4\u804A\uFF1F", -1);
103
+ }, ((_B = window.getLanguageByCode) == null ? void 0 : _B.call(window, "10010.1.96")) || ((_D = (_C = window.top) == null ? void 0 : _C.getLanguageByCode) == null ? void 0 : _D.call(_C, "10010.1.96")) || "\u662F\u5426\u786E\u8BA4\u89E3\u6563\u7FA4\u804A\uFF1F", -1);
104
104
  var _sfc_main = /* @__PURE__ */ defineComponent({
105
105
  __name: "ChatSet",
106
106
  setup(__props) {
@@ -154,11 +154,11 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
154
154
  }
155
155
  async function submitFormData(o) {
156
156
  const formData = new FormData();
157
- const _o = Object.assign({
157
+ const _o2 = Object.assign({
158
158
  id: state.currentSessionItem.receiver
159
159
  }, o);
160
- for (const k in _o) {
161
- formData.append(k, _o[k]);
160
+ for (const k in _o2) {
161
+ formData.append(k, _o2[k]);
162
162
  }
163
163
  await groupUpdateApi(formData);
164
164
  }
@@ -211,7 +211,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
211
211
  }, {
212
212
  default: withCtx(() => [createVNode(unref(NDrawerContent), null, {
213
213
  header: withCtx(() => {
214
- var _a2, _b2;
214
+ var _a2, _b2, _c2, _d2, _e2, _f2;
215
215
  return [unref(isGroupChat) && showGroupDetail.value ? (openBlock(), createBlock(unref(NButton), {
216
216
  key: 0,
217
217
  text: "",
@@ -226,22 +226,22 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
226
226
  component: unref(ChevronBackOutline)
227
227
  }, null, 8, ["component"])]),
228
228
  default: withCtx(() => {
229
- var _a3;
230
- return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.82")) || "\u8FD4\u56DE")];
229
+ var _a3, _b3, _c3;
230
+ return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.82")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.82")) || "\u8FD4\u56DE")];
231
231
  }),
232
232
  _: 1
233
233
  })) : unref(isGroupChat) ? (openBlock(), createElementBlock(Fragment, {
234
234
  key: 1
235
- }, [createTextVNode(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.83")) || "\u7FA4\u8BBE\u7F6E")], 64)) : (openBlock(), createElementBlock(Fragment, {
235
+ }, [createTextVNode(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.83")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.83")) || "\u7FA4\u8BBE\u7F6E")], 64)) : (openBlock(), createElementBlock(Fragment, {
236
236
  key: 2
237
- }, [createTextVNode(((_b2 = window.getLanguageByCode) == null ? void 0 : _b2.call(window, "10010.1.66")) || "\u804A\u5929\u8BBE\u7F6E")], 64))];
237
+ }, [createTextVNode(((_d2 = window.getLanguageByCode) == null ? void 0 : _d2.call(window, "10010.1.66")) || ((_f2 = (_e2 = window.top) == null ? void 0 : _e2.getLanguageByCode) == null ? void 0 : _f2.call(_e2, "10010.1.66")) || "\u804A\u5929\u8BBE\u7F6E")], 64))];
238
238
  }),
239
239
  default: withCtx(() => {
240
- var _a2;
240
+ var _a2, _b2, _c2;
241
241
  return [unref(state).id ? (openBlock(), createElementBlock("div", _hoisted_1, [unref(isGroupChat) && showGroupDetail.value ? (openBlock(true), createElementBlock(Fragment, {
242
242
  key: 0
243
243
  }, renderList(unref(state).currentGroupUser, (user, index) => {
244
- var _a3;
244
+ var _a3, _b3, _c3;
245
245
  return openBlock(), createElementBlock("div", {
246
246
  key: user.id,
247
247
  class: "item",
@@ -258,7 +258,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
258
258
  style: {
259
259
  "margin-right": "6px"
260
260
  }
261
- }, toDisplayString(unref(getRoleName)(user.roleInfo)), 3), [[vShow, unref(getRoleName)(user.roleInfo)]])]), index === 0 ? (openBlock(), createElementBlock("span", _hoisted_5, ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.84")) || "\u7FA4\u4E3B")) : createCommentVNode("v-if", true)], 8, _hoisted_2);
261
+ }, toDisplayString(unref(getRoleName)(user.roleInfo)), 3), [[vShow, unref(getRoleName)(user.roleInfo)]])]), index === 0 ? (openBlock(), createElementBlock("span", _hoisted_5, ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.84")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.84")) || "\u7FA4\u4E3B")) : createCommentVNode("v-if", true)], 8, _hoisted_2);
262
262
  }), 128)) : (openBlock(), createElementBlock(Fragment, {
263
263
  key: 1
264
264
  }, [createElementVNode("div", {
@@ -315,7 +315,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
315
315
  _: 1
316
316
  }, 8, ["disabledIds"]), unref(isGroupLeader) ? (openBlock(), createBlock(ChatAdd, {
317
317
  key: 0,
318
- title: ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.87")) || "\u79FB\u9664\u6210\u5458",
318
+ title: ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.87")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.87")) || "\u79FB\u9664\u6210\u5458",
319
319
  mode: "remove",
320
320
  options: unref(state).currentGroupUser
321
321
  }, {
@@ -340,8 +340,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
340
340
  component: unref(ChevronForwardOutline)
341
341
  }, null, 8, ["component"])]),
342
342
  default: withCtx(() => {
343
- var _a3;
344
- return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.89")) || "\u67E5\u770B\u5168\u90E8\u7FA4\u6210\u5458")];
343
+ var _a3, _b3, _c3;
344
+ return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.89")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.89")) || "\u67E5\u770B\u5168\u90E8\u7FA4\u6210\u5458")];
345
345
  }),
346
346
  _: 1
347
347
  })]), createVNode(unref(NUpload), {
@@ -41,34 +41,34 @@ var ContextMenu = /* @__PURE__ */ defineComponent({
41
41
  slots,
42
42
  emit
43
43
  }) {
44
- var _a, _b, _c, _d, _e, _f;
44
+ var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r;
45
45
  const {
46
46
  state,
47
47
  setCurrentSessionItem
48
48
  } = useData();
49
49
  const defaultMenuList = [{
50
50
  icon: CopyOutline,
51
- label: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.97")) || "\u590D\u5236",
51
+ label: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.97")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.97")) || "\u590D\u5236",
52
52
  key: "copy"
53
53
  }, {
54
54
  icon: OpenOutline,
55
- label: ((_b = window.getLanguageByCode) == null ? void 0 : _b.call(window, "10010.1.45")) || "\u8F6C\u53D1",
55
+ label: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.45")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.45")) || "\u8F6C\u53D1",
56
56
  key: "relay"
57
57
  }, {
58
58
  icon: ChatbubbleEllipsesOutline,
59
- label: ((_c = window.getLanguageByCode) == null ? void 0 : _c.call(window, "10010.1.99")) || "\u56DE\u590D",
59
+ label: ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.99")) || ((_i = (_h = window.top) == null ? void 0 : _h.getLanguageByCode) == null ? void 0 : _i.call(_h, "10010.1.99")) || "\u56DE\u590D",
60
60
  key: "reply"
61
61
  }, {
62
62
  icon: ReorderFourOutline,
63
- label: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.100")) || "\u591A\u9009",
63
+ label: ((_j = window.getLanguageByCode) == null ? void 0 : _j.call(window, "10010.1.100")) || ((_l = (_k = window.top) == null ? void 0 : _k.getLanguageByCode) == null ? void 0 : _l.call(_k, "10010.1.100")) || "\u591A\u9009",
64
64
  key: "multiSelect"
65
65
  }, {
66
66
  icon: ReturnDownBack,
67
- label: ((_e = window.getLanguageByCode) == null ? void 0 : _e.call(window, "10010.1.101")) || "\u64A4\u56DE",
67
+ label: ((_m = window.getLanguageByCode) == null ? void 0 : _m.call(window, "10010.1.101")) || ((_o = (_n = window.top) == null ? void 0 : _n.getLanguageByCode) == null ? void 0 : _o.call(_n, "10010.1.101")) || "\u64A4\u56DE",
68
68
  key: "withdraw"
69
69
  }, {
70
70
  icon: DownloadOutline,
71
- label: ((_f = window.getLanguageByCode) == null ? void 0 : _f.call(window, "10010.1.102")) || "\u4E0B\u8F7D",
71
+ label: ((_p = window.getLanguageByCode) == null ? void 0 : _p.call(window, "10010.1.102")) || ((_r = (_q = window.top) == null ? void 0 : _q.getLanguageByCode) == null ? void 0 : _r.call(_q, "10010.1.102")) || "\u4E0B\u8F7D",
72
72
  key: "download"
73
73
  }];
74
74
  const defaultSessionMenuList = [{
@@ -102,8 +102,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
102
102
  }
103
103
  }
104
104
  return (_ctx, _cache) => {
105
- var _a;
106
- return inviter.value && invitee.value.length > 0 ? (openBlock(), createElementBlock("p", _hoisted_1, [inviter.value.id == unref(state).userInfo.id ? (openBlock(), createElementBlock("span", _hoisted_2, ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.67")) || "\u4F60")) : (openBlock(), createBlock(unref(NButton), {
105
+ var _a, _b, _c;
106
+ return inviter.value && invitee.value.length > 0 ? (openBlock(), createElementBlock("p", _hoisted_1, [inviter.value.id == unref(state).userInfo.id ? (openBlock(), createElementBlock("span", _hoisted_2, ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.67")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.67")) || "\u4F60")) : (openBlock(), createBlock(unref(NButton), {
107
107
  key: 1,
108
108
  size: "tiny",
109
109
  text: "",
@@ -119,10 +119,10 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
119
119
  default: withCtx(() => [createTextVNode(toDisplayString(inviter.value.name), 1)]),
120
120
  _: 1
121
121
  })), _hoisted_3, (openBlock(true), createElementBlock(Fragment, null, renderList(invitee.value, (user, idx) => {
122
- var _a2;
122
+ var _a2, _b2, _c2;
123
123
  return openBlock(), createElementBlock(Fragment, {
124
124
  key: user.id
125
- }, [user.id == unref(state).userInfo.id ? (openBlock(), createElementBlock("span", _hoisted_4, ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.67")) || "\u4F60")) : (openBlock(), createBlock(unref(NButton), {
125
+ }, [user.id == unref(state).userInfo.id ? (openBlock(), createElementBlock("span", _hoisted_4, ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.67")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.67")) || "\u4F60")) : (openBlock(), createBlock(unref(NButton), {
126
126
  key: 1,
127
127
  size: "tiny",
128
128
  text: "",
@@ -128,7 +128,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
128
128
  emit("template-click", data, props.data);
129
129
  }
130
130
  return (_ctx, _cache) => {
131
- var _a;
131
+ var _a, _b, _c;
132
132
  return openBlock(), createElementBlock(Fragment, null, [unref(setting).style.id == 1 ? (openBlock(), createElementBlock("div", {
133
133
  key: 0,
134
134
  class: "default-msg-template",
@@ -181,7 +181,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
181
181
  key: 0,
182
182
  class: normalizeClass(["describe-msg-template__footer", showMore.value ? "" : "hidden"]),
183
183
  onClick: _cache[3] || (_cache[3] = () => showMore.value = false)
184
- }, [createTextVNode(((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.103")) || "\u5C55\u5F00\u5168\u90E8"), _hoisted_13], 2)) : createCommentVNode("v-if", true)])) : createCommentVNode("v-if", true), unref(setting).style.id == 2 ? (openBlock(), createElementBlock("div", _hoisted_14, [createVNode(unref(NIcon), {
184
+ }, [createTextVNode(((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.103")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.103")) || "\u5C55\u5F00\u5168\u90E8"), _hoisted_13], 2)) : createCommentVNode("v-if", true)])) : createCommentVNode("v-if", true), unref(setting).style.id == 2 ? (openBlock(), createElementBlock("div", _hoisted_14, [createVNode(unref(NIcon), {
185
185
  component: unref(AlertCircleSharp),
186
186
  color: "#ffc200",
187
187
  size: 18
@@ -18,7 +18,7 @@ import 'sockjs-client/dist/sockjs.min.js';
18
18
  import { useVideo } from '../hooks/useVideo.js';
19
19
  import TRTC from 'trtc-sdk-v5';
20
20
 
21
- var _a, _b, _c, _d, _e, _f;
21
+ var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r;
22
22
  const _hoisted_1 = {
23
23
  class: "video-wrapper video-wrapper--multiple"
24
24
  };
@@ -44,22 +44,22 @@ const _hoisted_8 = {
44
44
  };
45
45
  const _hoisted_9 = /* @__PURE__ */ createElementVNode("span", {
46
46
  class: "text"
47
- }, ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.104")) || "\u9759\u97F3", -1);
47
+ }, ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.104")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.104")) || "\u9759\u97F3", -1);
48
48
  const _hoisted_10 = {
49
49
  class: "btn"
50
50
  };
51
51
  const _hoisted_11 = /* @__PURE__ */ createElementVNode("span", {
52
52
  class: "text"
53
- }, ((_b = window.getLanguageByCode) == null ? void 0 : _b.call(window, "10010.1.105")) || "\u6444\u50CF\u5934", -1);
53
+ }, ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.105")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.105")) || "\u6444\u50CF\u5934", -1);
54
54
  const _hoisted_12 = /* @__PURE__ */ createElementVNode("span", {
55
55
  class: "text"
56
- }, ((_c = window.getLanguageByCode) == null ? void 0 : _c.call(window, "10010.1.106")) || "\u7ED3\u675F\u4F1A\u8BCA", -1);
56
+ }, ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.106")) || ((_i = (_h = window.top) == null ? void 0 : _h.getLanguageByCode) == null ? void 0 : _i.call(_h, "10010.1.106")) || "\u7ED3\u675F\u4F1A\u8BCA", -1);
57
57
  const _hoisted_13 = {
58
58
  class: "btn"
59
59
  };
60
60
  const _hoisted_14 = /* @__PURE__ */ createElementVNode("span", {
61
61
  class: "text"
62
- }, ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.107")) || "\u6DFB\u52A0\u53C2\u4F1A\u4EBA", -1);
62
+ }, ((_j = window.getLanguageByCode) == null ? void 0 : _j.call(window, "10010.1.107")) || ((_l = (_k = window.top) == null ? void 0 : _k.getLanguageByCode) == null ? void 0 : _l.call(_k, "10010.1.107")) || "\u6DFB\u52A0\u53C2\u4F1A\u4EBA", -1);
63
63
  const _hoisted_15 = {
64
64
  class: "video-main__right"
65
65
  };
@@ -88,11 +88,11 @@ const _hoisted_22 = {
88
88
  const _hoisted_23 = {
89
89
  class: "btn"
90
90
  };
91
- const _hoisted_24 = /* @__PURE__ */ createElementVNode("span", null, ((_e = window.getLanguageByCode) == null ? void 0 : _e.call(window, "10010.1.113")) || "\u62D2\u63A5", -1);
91
+ const _hoisted_24 = /* @__PURE__ */ createElementVNode("span", null, ((_m = window.getLanguageByCode) == null ? void 0 : _m.call(window, "10010.1.113")) || ((_o = (_n = window.top) == null ? void 0 : _n.getLanguageByCode) == null ? void 0 : _o.call(_n, "10010.1.113")) || "\u62D2\u63A5", -1);
92
92
  const _hoisted_25 = {
93
93
  class: "btn"
94
94
  };
95
- const _hoisted_26 = /* @__PURE__ */ createElementVNode("span", null, ((_f = window.getLanguageByCode) == null ? void 0 : _f.call(window, "10010.1.114")) || "\u63A5\u542C", -1);
95
+ const _hoisted_26 = /* @__PURE__ */ createElementVNode("span", null, ((_p = window.getLanguageByCode) == null ? void 0 : _p.call(window, "10010.1.114")) || ((_r = (_q = window.top) == null ? void 0 : _q.getLanguageByCode) == null ? void 0 : _r.call(_q, "10010.1.114")) || "\u63A5\u542C", -1);
96
96
  var _sfc_main = /* @__PURE__ */ defineComponent({
97
97
  __name: "MultipleVideo",
98
98
  setup(__props) {
@@ -274,7 +274,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
274
274
  handleExit();
275
275
  });
276
276
  return (_ctx, _cache) => {
277
- var _a2, _b2, _c2, _d2, _e2, _f2;
277
+ var _a2, _b2, _c2, _d2, _e2, _f2, _g2, _h2, _i2, _j2, _k2, _l2, _m2, _n2, _o2, _p2, _q2, _r2;
278
278
  return openBlock(), createElementBlock("div", _hoisted_1, [createElementVNode("div", _hoisted_2, [withDirectives(createElementVNode("span", {
279
279
  class: "title"
280
280
  }, toDisplayString(unref(title)), 513), [[vShow, isConnect.value]]), createVNode(unref(NButton), {
@@ -346,7 +346,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
346
346
  }, null, 8, _hoisted_16);
347
347
  }), 128))])])) : (openBlock(), createElementBlock(Fragment, {
348
348
  key: 1
349
- }, [createElementVNode("div", _hoisted_17, [createElementVNode("span", _hoisted_18, toDisplayString(unref(callUser)) + (((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.108")) || "\u53D1\u8D77\u7684") + toDisplayString(unref(messageTypeText)) + (((_b2 = window.getLanguageByCode) == null ? void 0 : _b2.call(window, "10010.1.109")) || "\u4F1A\u8BAE"), 1), !unref(isCall) ? (openBlock(), createElementBlock("span", _hoisted_19, (((_c2 = window.getLanguageByCode) == null ? void 0 : _c2.call(window, "10010.1.110")) || "\u9080\u8BF7\u4F60\u52A0\u5165") + toDisplayString(unref(messageTypeText)) + (((_d2 = window.getLanguageByCode) == null ? void 0 : _d2.call(window, "10010.1.109")) || "\u4F1A\u8BAE"), 1)) : createCommentVNode("v-if", true)]), unref(isCall) ? (openBlock(), createElementBlock("div", _hoisted_20, [createVNode(ChatAdd, {
349
+ }, [createElementVNode("div", _hoisted_17, [createElementVNode("span", _hoisted_18, toDisplayString(unref(callUser)) + (((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.108")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.108")) || "\u53D1\u8D77\u7684") + toDisplayString(unref(messageTypeText)) + (((_d2 = window.getLanguageByCode) == null ? void 0 : _d2.call(window, "10010.1.109")) || ((_f2 = (_e2 = window.top) == null ? void 0 : _e2.getLanguageByCode) == null ? void 0 : _f2.call(_e2, "10010.1.109")) || "\u4F1A\u8BAE"), 1), !unref(isCall) ? (openBlock(), createElementBlock("span", _hoisted_19, (((_g2 = window.getLanguageByCode) == null ? void 0 : _g2.call(window, "10010.1.110")) || ((_i2 = (_h2 = window.top) == null ? void 0 : _h2.getLanguageByCode) == null ? void 0 : _i2.call(_h2, "10010.1.110")) || "\u9080\u8BF7\u4F60\u52A0\u5165") + toDisplayString(unref(messageTypeText)) + (((_j2 = window.getLanguageByCode) == null ? void 0 : _j2.call(window, "10010.1.109")) || ((_l2 = (_k2 = window.top) == null ? void 0 : _k2.getLanguageByCode) == null ? void 0 : _l2.call(_k2, "10010.1.109")) || "\u4F1A\u8BAE"), 1)) : createCommentVNode("v-if", true)]), unref(isCall) ? (openBlock(), createElementBlock("div", _hoisted_20, [createVNode(ChatAdd, {
350
350
  onComfirm: handleAddPerson,
351
351
  disabledIds: unref(state).currentAVMsg.checkedIds
352
352
  }, {
@@ -361,7 +361,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
361
361
  _: 1
362
362
  })]),
363
363
  _: 1
364
- }, 8, ["disabledIds"]), createElementVNode("p", null, (((_e2 = window.getLanguageByCode) == null ? void 0 : _e2.call(window, "10010.1.111")) || "\u5DF2\u9080\u8BF7\u5171") + toDisplayString(unref(state).currentAVMsg.checkedIds.length) + (((_f2 = window.getLanguageByCode) == null ? void 0 : _f2.call(window, "10010.1.40")) || "\u4EBA"), 1), createVNode(unref(NButton), {
364
+ }, 8, ["disabledIds"]), createElementVNode("p", null, (((_m2 = window.getLanguageByCode) == null ? void 0 : _m2.call(window, "10010.1.111")) || ((_o2 = (_n2 = window.top) == null ? void 0 : _n2.getLanguageByCode) == null ? void 0 : _o2.call(_n2, "10010.1.111")) || "\u5DF2\u9080\u8BF7\u5171") + toDisplayString(unref(state).currentAVMsg.checkedIds.length) + (((_p2 = window.getLanguageByCode) == null ? void 0 : _p2.call(window, "10010.1.40")) || ((_r2 = (_q2 = window.top) == null ? void 0 : _q2.getLanguageByCode) == null ? void 0 : _r2.call(_q2, "10010.1.40")) || "\u4EBA"), 1), createVNode(unref(NButton), {
365
365
  size: "large",
366
366
  strong: "",
367
367
  round: "",
@@ -369,8 +369,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
369
369
  onClick: handleCall
370
370
  }, {
371
371
  default: withCtx(() => {
372
- var _a3;
373
- return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.112")) || "\u5F00\u59CB\u4F1A\u8BCA")];
372
+ var _a3, _b3, _c3;
373
+ return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.112")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.112")) || "\u5F00\u59CB\u4F1A\u8BCA")];
374
374
  }),
375
375
  _: 1
376
376
  }), createElementVNode("div", _hoisted_21, [createVNode(unref(NButton), {
@@ -40,7 +40,7 @@ const _hoisted_9 = {
40
40
  var _sfc_main = /* @__PURE__ */ defineComponent({
41
41
  __name: "PersonProfile",
42
42
  setup(__props) {
43
- var _a, _b, _c, _d, _e, _f, _g, _h;
43
+ var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x;
44
44
  const {
45
45
  state,
46
46
  openSession
@@ -49,35 +49,35 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
49
49
  const showPhone = ref(false);
50
50
  const userDetail = reactive({});
51
51
  const info = [{
52
- label: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.115")) || "\u673A\u6784",
52
+ label: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.115")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.115")) || "\u673A\u6784",
53
53
  value: "",
54
54
  key: "orgName"
55
55
  }, {
56
- label: ((_b = window.getLanguageByCode) == null ? void 0 : _b.call(window, "10010.1.116")) || "\u59D3\u540D",
56
+ label: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.116")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.116")) || "\u59D3\u540D",
57
57
  value: "",
58
58
  key: "name"
59
59
  }, {
60
- label: ((_c = window.getLanguageByCode) == null ? void 0 : _c.call(window, "10010.1.117")) || "\u5F52\u5C5E\u79D1\u5BA4",
60
+ label: ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.117")) || ((_i = (_h = window.top) == null ? void 0 : _h.getLanguageByCode) == null ? void 0 : _i.call(_h, "10010.1.117")) || "\u5F52\u5C5E\u79D1\u5BA4",
61
61
  value: "",
62
62
  key: "deptName"
63
63
  }, {
64
- label: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.118")) || "\u4E1A\u52A1\u79D1\u5BA4",
64
+ label: ((_j = window.getLanguageByCode) == null ? void 0 : _j.call(window, "10010.1.118")) || ((_l = (_k = window.top) == null ? void 0 : _k.getLanguageByCode) == null ? void 0 : _l.call(_k, "10010.1.118")) || "\u4E1A\u52A1\u79D1\u5BA4",
65
65
  value: "",
66
66
  key: "businessDeptNames"
67
67
  }, {
68
- label: ((_e = window.getLanguageByCode) == null ? void 0 : _e.call(window, "10010.1.119")) || "\u624B\u673A\u53F7",
68
+ label: ((_m = window.getLanguageByCode) == null ? void 0 : _m.call(window, "10010.1.119")) || ((_o = (_n = window.top) == null ? void 0 : _n.getLanguageByCode) == null ? void 0 : _o.call(_n, "10010.1.119")) || "\u624B\u673A\u53F7",
69
69
  value: "",
70
70
  key: "phone"
71
71
  }, {
72
- label: ((_f = window.getLanguageByCode) == null ? void 0 : _f.call(window, "10010.1.120")) || "\u5C97\u4F4D",
72
+ label: ((_p = window.getLanguageByCode) == null ? void 0 : _p.call(window, "10010.1.120")) || ((_r = (_q = window.top) == null ? void 0 : _q.getLanguageByCode) == null ? void 0 : _r.call(_q, "10010.1.120")) || "\u5C97\u4F4D",
73
73
  value: "",
74
74
  key: "post"
75
75
  }, {
76
- label: ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.121")) || "\u5DE5\u53F7",
76
+ label: ((_s = window.getLanguageByCode) == null ? void 0 : _s.call(window, "10010.1.121")) || ((_u = (_t = window.top) == null ? void 0 : _t.getLanguageByCode) == null ? void 0 : _u.call(_t, "10010.1.121")) || "\u5DE5\u53F7",
77
77
  value: "",
78
78
  key: "jobId"
79
79
  }, {
80
- label: ((_h = window.getLanguageByCode) == null ? void 0 : _h.call(window, "10010.1.122")) || "\u6027\u522B",
80
+ label: ((_v = window.getLanguageByCode) == null ? void 0 : _v.call(window, "10010.1.122")) || ((_x = (_w = window.top) == null ? void 0 : _w.getLanguageByCode) == null ? void 0 : _x.call(_w, "10010.1.122")) || "\u6027\u522B",
81
81
  value: "",
82
82
  key: "orgName"
83
83
  }];
@@ -170,7 +170,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
170
170
  round: "",
171
171
  size: 100,
172
172
  onClickCapture: _cache[0] || (_cache[0] = ($event) => showLargeAvatar.value = true)
173
- }, null, 8, ["src"]), createCommentVNode(' <n-upload abstract accept="image/*" @change="onChange">\r\n <n-upload-trigger #="{ handleClick }" abstract>\r\n <n-button\r\n circle\r\n secondary\r\n class="edit-avatar"\r\n v-show="userDetail.id === state.userInfo.id"\r\n @click="handleClick"\r\n >\r\n <template #icon>\r\n <n-icon size="16" color="#666666" :component="Camera" />\r\n </template>\r\n </n-button>\r\n </n-upload-trigger>\r\n </n-upload> '), createElementVNode("div", _hoisted_4, [createElementVNode("h4", null, [createElementVNode("label", _hoisted_5, toDisplayString(userDetail.name), 1), withDirectives(createElementVNode("label", {
173
+ }, null, 8, ["src"]), createCommentVNode(' <n-upload abstract accept="image/*" @change="onChange">\n <n-upload-trigger #="{ handleClick }" abstract>\n <n-button\n circle\n secondary\n class="edit-avatar"\n v-show="userDetail.id === state.userInfo.id"\n @click="handleClick"\n >\n <template #icon>\n <n-icon size="16" color="#666666" :component="Camera" />\n </template>\n </n-button>\n </n-upload-trigger>\n </n-upload> '), createElementVNode("div", _hoisted_4, [createElementVNode("h4", null, [createElementVNode("label", _hoisted_5, toDisplayString(userDetail.name), 1), withDirectives(createElementVNode("label", {
174
174
  class: normalizeClass(["iho-chatRole", unref(isDoctorRole)(userDetail.roleInfo) ? "isDoctor" : ""])
175
175
  }, toDisplayString(unref(getRoleName)(userDetail.roleInfo)), 3), [[vShow, unref(getRoleName)(userDetail.roleInfo)]])]), createElementVNode("p", null, toDisplayString(userDetail.orgName), 1)]), createVNode(unref(NButton), {
176
176
  strong: "",
@@ -73,10 +73,10 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
73
73
  "tab-class": "tab-box"
74
74
  }, {
75
75
  default: withCtx(() => {
76
- var _a;
76
+ var _a, _b, _c;
77
77
  return [createVNode(unref(NTabPane), {
78
78
  name: "emoji",
79
- tab: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.53")) || "\u8868\u60C5"
79
+ tab: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.53")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.53")) || "\u8868\u60C5"
80
80
  }, {
81
81
  default: withCtx(() => [createElementVNode("div", _hoisted_1, [(openBlock(true), createElementBlock(Fragment, null, renderList(unref(emojis).default, ([name, emoji]) => {
82
82
  return openBlock(), createBlock(unref(NTooltip), {