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

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 (317) 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/recordingModal.js +13 -2
  13. package/es/components/audio-sdk/style/index.css +1 -1
  14. package/es/components/base-search/src/index.vue2.js +30 -18
  15. package/es/components/big-table/src/BigTable.vue2.js +191 -133
  16. package/es/components/big-table/src/components/NoData.vue2.js +16 -4
  17. package/es/components/big-table/src/components/edit-form/edit-date.js +12 -6
  18. package/es/components/big-table/src/components/edit-form/edit-input.js +8 -2
  19. package/es/components/big-table/src/components/edit-form/edit-select.js +21 -17
  20. package/es/components/big-table/src/components/edit-form/edit-time.js +11 -4
  21. package/es/components/big-table/src/components/input-button.vue2.js +8 -4
  22. package/es/components/big-table/src/hooks/useNestTable.js +18 -4
  23. package/es/components/big-table/src/hooks/useTableParse.js +16 -3
  24. package/es/components/body-select/src/index.vue2.js +24 -4
  25. package/es/components/button-print/index.d.ts +1 -0
  26. package/es/components/button-print/src/ButtonPrint.vue.d.ts +1 -0
  27. package/es/components/button-print/src/ButtonPrint.vue2.js +52 -11
  28. package/es/components/button-print/src/components/EditFormat.vue2.js +16 -8
  29. package/es/components/button-print/src/components/IdentityVerification.vue2.js +98 -47
  30. package/es/components/button-print/src/components/NewPrintComponent.vue2.js +229 -94
  31. package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +1 -0
  32. package/es/components/button-print/src/components/OldPrintComponent.vue2.js +92 -32
  33. package/es/components/button-print/src/components/Preview.vue2.js +8 -2
  34. package/es/components/button-print/src/utils/dialog.js +24 -6
  35. package/es/components/button-print/src/utils/print.d.ts +5 -5
  36. package/es/components/button-print/src/utils/print.js +108 -21
  37. package/es/components/callback/src/components/render/popupMaps.d.ts +17 -1
  38. package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +8 -2
  39. package/es/components/card-reader-sdk/src/utils/readHealthCard.js +16 -4
  40. package/es/components/card-reader-sdk-cn/src/henan/index.js +38 -11
  41. package/es/components/card-render/index.d.ts +4 -4
  42. package/es/components/card-render/src/CardRender.vue.d.ts +4 -4
  43. package/es/components/classification/src/components/search-filter/index.vue2.js +24 -10
  44. package/es/components/classification/src/components/set-classification/index.vue2.js +24 -7
  45. package/es/components/classification/src/components/table-modal/index.vue.d.ts +0 -3
  46. package/es/components/classification/src/components/table-modal/index.vue2.js +324 -165
  47. package/es/components/classification/src/index.vue2.js +261 -69
  48. package/es/components/default-page/src/constants/index.js +144 -19
  49. package/es/components/default-page/src/index.vue2.js +8 -2
  50. package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +75 -51
  51. package/es/components/expand-field/src/components/FormItemPerson.vue2.js +46 -38
  52. package/es/components/expand-field/src/components/PersonModal.vue2.js +62 -50
  53. package/es/components/expand-field/src/components/form.vue2.js +783 -412
  54. package/es/components/expand-field/src/index.vue2.js +88 -22
  55. package/es/components/expand-field/src/utils/constant.js +88 -12
  56. package/es/components/fabric-chart/src/components/PopupMenu.js +32 -15
  57. package/es/components/fabric-chart/src/constants/index.js +72 -10
  58. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +16 -3
  59. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcess.js +8 -2
  60. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +32 -5
  61. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +8 -2
  62. package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +45 -8
  63. package/es/components/fabric-chart/src/hooks/useCommon.js +24 -4
  64. package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +12 -6
  65. package/es/components/field-editor/index.d.ts +4 -0
  66. package/es/components/field-editor/src/FieldEditor.vue.d.ts +4 -0
  67. package/es/components/field-editor/src/fields.js +232 -30
  68. package/es/components/field-set/src/FieldColor.vue2.js +88 -21
  69. package/es/components/field-set/src/FieldFilter.vue2.js +32 -16
  70. package/es/components/field-set/src/FieldSet.vue2.js +210 -57
  71. package/es/components/field-set/src/Index.vue2.js +40 -6
  72. package/es/components/field-set/src/TableStyle.vue2.js +48 -13
  73. package/es/components/field-set/src/components/condition.vue2.js +26 -10
  74. package/es/components/field-set/src/components/edit-dialog.vue2.js +148 -68
  75. package/es/components/field-set/src/components/edit-filter.vue2.js +24 -4
  76. package/es/components/field-set/src/components/table-row.vue2.js +123 -42
  77. package/es/components/field-set/src/constants/filter.js +328 -42
  78. package/es/components/field-set/src/constants/index.js +504 -64
  79. package/es/components/form-config/index.d.ts +80 -5
  80. package/es/components/form-config/src/FormConfig.vue.d.ts +80 -5
  81. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +4 -0
  82. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +57 -4
  83. package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +16 -1
  84. package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +91 -46
  85. package/es/components/form-config/src/constants/index.d.ts +2 -1
  86. package/es/components/form-config/src/constants/index.js +81 -11
  87. package/es/components/form-config/src/hooks/useConfigurationField.js +19 -1
  88. package/es/components/form-config/src/hooks/useLocale.d.ts +1 -0
  89. package/es/components/form-config/src/hooks/useLocale.js +241 -31
  90. package/es/components/form-config/src/types/index.d.ts +1 -0
  91. package/es/components/form-render/index.d.ts +4 -0
  92. package/es/components/form-render/src/FormRender.vue.d.ts +4 -0
  93. package/es/components/form-render/src/FormRender.vue2.js +3 -2
  94. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +4 -0
  95. package/es/components/form-render/src/components/renderer/combination/combination.js +1 -1
  96. package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.js +8 -4
  97. package/es/components/form-render/src/components/renderer/combination/jsonCombination.js +8 -4
  98. package/es/components/form-render/src/components/renderer/combination/tableCombination.js +8 -2
  99. package/es/components/form-render/src/components/renderer/date.d.ts +2 -2
  100. package/es/components/form-render/src/components/renderer/input.d.ts +16 -4
  101. package/es/components/form-render/src/components/renderer/input.js +39 -7
  102. package/es/components/form-render/src/components/renderer/levelSearchCascader/index.js +3 -0
  103. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +1 -0
  104. package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +1 -0
  105. package/es/components/form-render/src/components/renderer/radio_checkbox.js +17 -12
  106. package/es/components/form-render/src/components/renderer/remoteSearch.js +8 -2
  107. package/es/components/form-render/src/components/renderer/switch.js +24 -4
  108. package/es/components/form-render/src/components/renderer/text.js +1 -1
  109. package/es/components/form-render/src/components/renderer/textarea.d.ts +16 -1
  110. package/es/components/form-render/src/components/renderer/textarea.js +36 -8
  111. package/es/components/form-render/src/hooks/useBusinessBinding.js +1 -0
  112. package/es/components/form-render/src/hooks/useComplexOptions.js +3 -2
  113. package/es/components/form-render/src/hooks/useFieldListAdaptor.d.ts +2 -2
  114. package/es/components/form-render/src/hooks/useFieldListAdaptor.js +4 -3
  115. package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +2 -0
  116. package/es/components/form-render/src/hooks/useFormField.d.ts +2 -0
  117. package/es/components/form-render/src/hooks/useFormField.js +5 -1
  118. package/es/components/form-render/src/hooks/useFormValidator.js +1 -0
  119. package/es/components/form-render/src/hooks/usePresetScope.js +1 -0
  120. package/es/components/form-render/src/types/fieldItem.d.ts +11 -0
  121. package/es/components/form-render/src/types/index.d.ts +1 -0
  122. package/es/components/form-render/src/utils/index.js +1 -0
  123. package/es/components/form-render/src/utils/schema.js +80 -15
  124. package/es/components/guide/src/renderer.d.ts +2 -2
  125. package/es/components/iho-chat/src/Index.vue2.js +42 -38
  126. package/es/components/iho-chat/src/components/ChatAdd.vue2.js +108 -33
  127. package/es/components/iho-chat/src/components/ChatFile.vue2.js +132 -90
  128. package/es/components/iho-chat/src/components/ChatFooter.vue2.js +110 -48
  129. package/es/components/iho-chat/src/components/ChatHeader.vue2.js +40 -20
  130. package/es/components/iho-chat/src/components/ChatMain.vue2.js +55 -23
  131. package/es/components/iho-chat/src/components/ChatRecord.vue2.js +77 -45
  132. package/es/components/iho-chat/src/components/ChatSearch.vue2.js +256 -208
  133. package/es/components/iho-chat/src/components/ChatSet.vue2.js +306 -208
  134. package/es/components/iho-chat/src/components/ContextMenu.js +50 -9
  135. package/es/components/iho-chat/src/components/MessageEvent.vue2.js +16 -4
  136. package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +8 -2
  137. package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +104 -18
  138. package/es/components/iho-chat/src/components/PersonProfile.vue2.js +67 -12
  139. package/es/components/iho-chat/src/components/SelectLabel.vue2.js +47 -43
  140. package/es/components/iho-chat/src/components/SiderList.vue2.js +68 -38
  141. package/es/components/iho-chat/src/components/Video.vue2.js +38 -11
  142. package/es/components/iho-chat/src/hooks/useVideo.js +15 -4
  143. package/es/components/iho-chat/src/utils/index.js +79 -14
  144. package/es/components/iho-table/index.d.ts +13 -1
  145. package/es/components/iho-table/src/IhoTable.vue.d.ts +13 -2
  146. package/es/components/iho-table/src/IhoTable.vue2.js +27 -20
  147. package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.js +8 -2
  148. package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +40 -15
  149. package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue2.js +40 -15
  150. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +7 -1
  151. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +50 -20
  152. package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +16 -8
  153. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +10 -3
  154. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +42 -15
  155. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
  156. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +18 -12
  157. package/es/components/index.css +1 -1
  158. package/es/components/index.d.ts +1 -2
  159. package/es/components/index.js +0 -3
  160. package/es/components/info-header/index.d.ts +13 -0
  161. package/es/components/info-header/src/InfoHeader.vue.d.ts +13 -0
  162. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +1 -0
  163. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +1 -0
  164. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +5 -0
  165. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +4 -0
  166. package/es/components/info-header/src/components/patientInfo/index.vue2.js +144 -25
  167. package/es/components/keyboard/src/Keyboard.vue2.js +20 -8
  168. package/es/components/keyboard/src/components/NumberPanel.vue2.js +51 -37
  169. package/es/components/map/src/Map.vue2.js +8 -4
  170. package/es/components/picture-clipper/src/PictureClipper.vue2.js +16 -8
  171. package/es/components/quick-search/src/index.vue2.js +176 -131
  172. package/es/components/recommend-search/src/components/BaseSearch.js +14 -8
  173. package/es/components/recommend-search/src/components/RecommendInput.vue2.js +28 -8
  174. package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +18 -5
  175. package/es/components/scale-view/index.d.ts +1 -1
  176. package/es/components/scale-view/src/ScaleView.vue.d.ts +1 -1
  177. package/es/components/scale-view/src/ScaleView.vue2.js +18 -10
  178. package/es/components/scale-view/src/components/NoData.vue2.js +16 -4
  179. package/es/components/scale-view/src/components/formitem/r-cascader.js +8 -2
  180. package/es/components/scale-view/src/components/formitem/r-checkbox.js +24 -6
  181. package/es/components/scale-view/src/components/formitem/r-input.js +8 -2
  182. package/es/components/scale-view/src/components/formitem/r-map.js +8 -2
  183. package/es/components/scale-view/src/components/formitem/r-radio.js +24 -6
  184. package/es/components/scale-view/src/components/formitem/r-select.js +8 -2
  185. package/es/components/scale-view/src/components/formitem/r-sign.js +32 -11
  186. package/es/components/scale-view/src/components/formitem/standard-modal.js +16 -3
  187. package/es/components/scale-view/src/hooks/scaleview-computed.js +24 -5
  188. package/es/components/scale-view/src/hooks/scaleview-init.d.ts +1 -1
  189. package/es/components/scale-view/src/hooks/scaleview-init.js +2 -2
  190. package/es/components/scale-view/src/hooks/scaleview-methods.js +16 -4
  191. package/es/components/scale-view/src/hooks/scaleview-submit.js +16 -3
  192. package/es/components/scale-view/src/hooks/scaleview-validate.js +40 -9
  193. package/es/components/search-cascader/src/SearchCascader.vue2.js +20 -14
  194. package/es/components/select-label/src/LabelFormContent.vue2.js +53 -21
  195. package/es/components/select-label/src/SelectLabel.vue2.js +81 -51
  196. package/es/components/select-label/src/components/label-classify.vue2.js +28 -11
  197. package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +18 -5
  198. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +34 -8
  199. package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +18 -5
  200. package/es/components/select-person/src/SelectPerson.vue2.js +221 -145
  201. package/es/components/select-person/src/SelectPersonType.vue2.js +127 -102
  202. package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +9 -2
  203. package/es/components/select-person/src/index.vue2.js +20 -7
  204. package/es/components/shortcut-setter/index.d.ts +16 -1
  205. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +16 -1
  206. package/es/components/slider-tree/src/index.vue2.js +16 -3
  207. package/es/components/table-export-field/index.d.ts +1 -0
  208. package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +1 -0
  209. package/es/components/table-export-field/src/components/ExportModal.vue2.js +187 -113
  210. package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +147 -88
  211. package/es/components/table-export-field/src/index.vue.d.ts +1 -0
  212. package/es/components/table-export-field/src/index.vue2.js +28 -12
  213. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +32 -5
  214. package/es/components/table-filter/src/components/bi-filter/helpers/options.js +264 -34
  215. package/es/components/table-filter/src/components/bi-filter/index.vue2.js +214 -135
  216. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +16 -3
  217. package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +9 -2
  218. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +39 -6
  219. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +18 -5
  220. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +29 -18
  221. package/es/components/table-filter/src/components/classify-filter/helpers/options.js +16 -3
  222. package/es/components/table-filter/src/components/classify-filter/hooks/useDisplayCategory.js +8 -2
  223. package/es/components/table-filter/src/components/classify-filter/index.vue2.js +195 -130
  224. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +26 -7
  225. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +12 -6
  226. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +34 -8
  227. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +21 -8
  228. package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +8 -4
  229. package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +19 -6
  230. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +16 -3
  231. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +24 -10
  232. package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +1648 -207
  233. package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +11 -11
  234. package/es/components/table-filter/src/components/render-widget/helpers/selectExtraMap.js +8 -2
  235. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +16 -3
  236. package/es/components/table-filter/src/tool/baseOptions.js +144 -19
  237. package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +32 -16
  238. package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +22 -2
  239. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +8 -4
  240. package/es/components/vod-chunk-upload/src/vod-upload-modal.js +16 -8
  241. package/es/env.d.ts +25 -25
  242. package/es/shared/components/CancelRadio/CancelRadio.d.ts +7 -0
  243. package/es/shared/components/CancelRadio/CancelRadio.js +6 -6
  244. package/es/shared/hooks/selectHooks/useSelectAllowModify.js +2 -2
  245. package/es/shared/package.json.js +1 -1
  246. package/package.json +76 -77
  247. package/es/components/ai-chat/index.d.ts +0 -680
  248. package/es/components/ai-chat/index.js +0 -10
  249. package/es/components/ai-chat/src/Index.vue.d.ts +0 -682
  250. package/es/components/ai-chat/src/Index.vue.js +0 -6
  251. package/es/components/ai-chat/src/Index.vue2.js +0 -175
  252. package/es/components/ai-chat/src/api/index.d.ts +0 -8
  253. package/es/components/ai-chat/src/api/index.js +0 -87
  254. package/es/components/ai-chat/src/components/ChatAudio.vue.d.ts +0 -38
  255. package/es/components/ai-chat/src/components/ChatAudio.vue.js +0 -6
  256. package/es/components/ai-chat/src/components/ChatAudio.vue2.js +0 -103
  257. package/es/components/ai-chat/src/components/ChatBI.vue.d.ts +0 -101
  258. package/es/components/ai-chat/src/components/ChatBI.vue.js +0 -6
  259. package/es/components/ai-chat/src/components/ChatBI.vue2.js +0 -73
  260. package/es/components/ai-chat/src/components/ChatCard.d.ts +0 -43
  261. package/es/components/ai-chat/src/components/ChatCard.js +0 -403
  262. package/es/components/ai-chat/src/components/ChatFooter.vue.d.ts +0 -203
  263. package/es/components/ai-chat/src/components/ChatFooter.vue.js +0 -6
  264. package/es/components/ai-chat/src/components/ChatFooter.vue2.js +0 -373
  265. package/es/components/ai-chat/src/components/ChatMain.d.ts +0 -2
  266. package/es/components/ai-chat/src/components/ChatMain.js +0 -350
  267. package/es/components/ai-chat/src/components/ChatMainDefault.d.ts +0 -2
  268. package/es/components/ai-chat/src/components/ChatMainDefault.js +0 -278
  269. package/es/components/ai-chat/src/components/ChatPatient.vue.d.ts +0 -59
  270. package/es/components/ai-chat/src/components/ChatPatient.vue.js +0 -6
  271. package/es/components/ai-chat/src/components/ChatPatient.vue2.js +0 -218
  272. package/es/components/ai-chat/src/components/ChatPrompt.vue.d.ts +0 -45
  273. package/es/components/ai-chat/src/components/ChatPrompt.vue.js +0 -6
  274. package/es/components/ai-chat/src/components/ChatPrompt.vue2.js +0 -143
  275. package/es/components/ai-chat/src/components/ChatRight.vue.d.ts +0 -57
  276. package/es/components/ai-chat/src/components/ChatRight.vue.js +0 -6
  277. package/es/components/ai-chat/src/components/ChatRight.vue2.js +0 -190
  278. package/es/components/ai-chat/src/components/card/JsonCard.d.ts +0 -25
  279. package/es/components/ai-chat/src/components/card/JsonCard.js +0 -574
  280. package/es/components/ai-chat/src/components/message-render/CardRender.d.ts +0 -16
  281. package/es/components/ai-chat/src/components/message-render/CardRender.js +0 -80
  282. package/es/components/ai-chat/src/components/message-render/FormRender.d.ts +0 -16
  283. package/es/components/ai-chat/src/components/message-render/FormRender.js +0 -173
  284. package/es/components/ai-chat/src/components/mobile/MobileChatAudio.vue.d.ts +0 -36
  285. package/es/components/ai-chat/src/components/mobile/MobileChatAudio.vue.js +0 -6
  286. package/es/components/ai-chat/src/components/mobile/MobileChatAudio.vue2.js +0 -96
  287. package/es/components/ai-chat/src/components/mobile/MobileChatFooter.vue.d.ts +0 -105
  288. package/es/components/ai-chat/src/components/mobile/MobileChatFooter.vue.js +0 -6
  289. package/es/components/ai-chat/src/components/mobile/MobileChatFooter.vue2.js +0 -260
  290. package/es/components/ai-chat/src/components/svgs/AddIcon.vue.js +0 -18
  291. package/es/components/ai-chat/src/components/svgs/AudioIcon.vue.js +0 -37
  292. package/es/components/ai-chat/src/components/svgs/KeyboardIcon.vue.js +0 -20
  293. package/es/components/ai-chat/src/components/svgs/MicroPhone.vue.js +0 -48
  294. package/es/components/ai-chat/src/hooks/index.d.ts +0 -2
  295. package/es/components/ai-chat/src/hooks/index.js +0 -2
  296. package/es/components/ai-chat/src/hooks/useChartAudioContext.d.ts +0 -18
  297. package/es/components/ai-chat/src/hooks/useChartAudioContext.js +0 -202
  298. package/es/components/ai-chat/src/hooks/useData.d.ts +0 -77
  299. package/es/components/ai-chat/src/hooks/useData.js +0 -289
  300. package/es/components/ai-chat/src/hooks/useFooterContext.d.ts +0 -38
  301. package/es/components/ai-chat/src/hooks/useFooterContext.js +0 -218
  302. package/es/components/ai-chat/src/hooks/useProgram.d.ts +0 -14
  303. package/es/components/ai-chat/src/hooks/useProgram.js +0 -306
  304. package/es/components/ai-chat/src/hooks/useSSE.d.ts +0 -9
  305. package/es/components/ai-chat/src/hooks/useSSE.js +0 -138
  306. package/es/components/ai-chat/src/hooks/useWebsocket.d.ts +0 -4
  307. package/es/components/ai-chat/src/hooks/useWebsocket.js +0 -66
  308. package/es/components/ai-chat/src/types/index.d.ts +0 -45
  309. package/es/components/ai-chat/src/types/index.js +0 -1
  310. package/es/components/ai-chat/src/utils/index.d.ts +0 -7
  311. package/es/components/ai-chat/src/utils/index.js +0 -41
  312. package/es/components/ai-chat/style/index.css +0 -1
  313. package/es/shared/assets/img/ai__avatar.png.js +0 -3
  314. package/es/shared/assets/img/file-emr.png.js +0 -3
  315. package/es/shared/assets/img/file.png.js +0 -3
  316. package/es/shared/assets/img/logo.png.js +0 -3
  317. package/es/shared/assets/img/use.png.js +0 -3
@@ -115,7 +115,6 @@ const ScaleViewMethods = (props, state, emit, config) => {
115
115
  emit("startWriteScale");
116
116
  };
117
117
  const closeEvaluateCountdown = () => {
118
- var _a;
119
118
  state.showEvaluateCountdown = false;
120
119
  if (isPreviewScale.value)
121
120
  return;
@@ -125,12 +124,18 @@ const ScaleViewMethods = (props, state, emit, config) => {
125
124
  title: "\u6E29\u99A8\u63D0\u793A",
126
125
  content: "\u6D4B\u8BC4\u65F6\u95F4\u5230\u4E86\uFF0C\u7ED3\u675F\u6D4B\u8BC4\uFF01",
127
126
  maskClosable: false,
128
- positiveText: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.27")) || "\u786E\u5B9A",
127
+ positiveText: function() {
128
+ var _a, _b, _c;
129
+ try {
130
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.27")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.27")) || "\u786E\u5B9A";
131
+ } catch (e) {
132
+ return "\u786E\u5B9A";
133
+ }
134
+ }(),
129
135
  onPositiveClick: () => ({})
130
136
  });
131
137
  };
132
138
  const evatipConfirm = (str) => {
133
- var _a;
134
139
  dialog.warning({
135
140
  title: "\u63D0\u793A",
136
141
  content: () => {
@@ -140,7 +145,14 @@ const ScaleViewMethods = (props, state, emit, config) => {
140
145
  },
141
146
  class: "c-evatip-dialog-wrap",
142
147
  showIcon: false,
143
- positiveText: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.27")) || "\u786E\u5B9A",
148
+ positiveText: function() {
149
+ var _a, _b, _c;
150
+ try {
151
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.27")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.27")) || "\u786E\u5B9A";
152
+ } catch (e) {
153
+ return "\u786E\u5B9A";
154
+ }
155
+ }(),
144
156
  negativeText: "\u5173\u95ED",
145
157
  maskClosable: false,
146
158
  onPositiveClick() {
@@ -228,7 +228,6 @@ const ScaleViewSubmit = (props, state, emit, config) => {
228
228
  });
229
229
  };
230
230
  const confirmSubmit = (message2) => {
231
- var _a, _b;
232
231
  dialog.warning({
233
232
  title: "\u6E29\u99A8\u63D0\u793A",
234
233
  content: () => h("div", {
@@ -236,8 +235,22 @@ const ScaleViewSubmit = (props, state, emit, config) => {
236
235
  paddingLeft: "30px"
237
236
  }
238
237
  }, message2),
239
- positiveText: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.27")) || "\u786E\u5B9A",
240
- negativeText: ((_b = window.getLanguageByCode) == null ? void 0 : _b.call(window, "10010.1.28")) || "\u53D6\u6D88",
238
+ positiveText: function() {
239
+ var _a, _b, _c;
240
+ try {
241
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.27")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.27")) || "\u786E\u5B9A";
242
+ } catch (e) {
243
+ return "\u786E\u5B9A";
244
+ }
245
+ }(),
246
+ negativeText: function() {
247
+ var _a, _b, _c;
248
+ try {
249
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.28")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.28")) || "\u53D6\u6D88";
250
+ } catch (e) {
251
+ return "\u53D6\u6D88";
252
+ }
253
+ }(),
241
254
  maskClosable: false,
242
255
  closable: false,
243
256
  positiveButtonProps: {
@@ -20,26 +20,45 @@ const ScaleViewValidate = (props, state, config) => {
20
20
  return isAdress;
21
21
  };
22
22
  const checkAdress = (rule, value) => {
23
- var _a;
24
23
  let {
25
24
  address
26
25
  } = value || {};
27
26
  if (!address) {
28
- return new Error(((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.248")) || "\u5FC5\u586B");
27
+ return new Error(function() {
28
+ var _a, _b, _c;
29
+ try {
30
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.248")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.248")) || "\u5FC5\u586B";
31
+ } catch (e) {
32
+ return "\u5FC5\u586B";
33
+ }
34
+ }());
29
35
  }
30
36
  return true;
31
37
  };
32
38
  const checkLabel = (rule, value) => {
33
- var _a, _b;
34
39
  if (!value || !Object.keys(value).length) {
35
- return new Error(((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.248")) || "\u5FC5\u586B");
40
+ return new Error(function() {
41
+ var _a, _b, _c;
42
+ try {
43
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.248")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.248")) || "\u5FC5\u586B";
44
+ } catch (e) {
45
+ return "\u5FC5\u586B";
46
+ }
47
+ }());
36
48
  }
37
49
  let {
38
50
  labelStr,
39
51
  labels = []
40
52
  } = value;
41
53
  if (!labelStr || !labels.length) {
42
- return new Error(((_b = window.getLanguageByCode) == null ? void 0 : _b.call(window, "10010.1.248")) || "\u5FC5\u586B");
54
+ return new Error(function() {
55
+ var _a, _b, _c;
56
+ try {
57
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.248")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.248")) || "\u5FC5\u586B";
58
+ } catch (e) {
59
+ return "\u5FC5\u586B";
60
+ }
61
+ }());
43
62
  }
44
63
  return true;
45
64
  };
@@ -116,7 +135,6 @@ const ScaleViewValidate = (props, state, config) => {
116
135
  return Object.prototype.toString.call(val);
117
136
  };
118
137
  const validateRequired = (rule, value) => {
119
- var _a;
120
138
  let type = checkType(value);
121
139
  if (type == "[object Object]") {
122
140
  if (value && Object.keys(value).length)
@@ -131,19 +149,32 @@ const ScaleViewValidate = (props, state, config) => {
131
149
  if (value)
132
150
  return true;
133
151
  }
134
- return new Error(((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.248")) || "\u5FC5\u586B");
152
+ return new Error(function() {
153
+ var _a, _b, _c;
154
+ try {
155
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.248")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.248")) || "\u5FC5\u586B";
156
+ } catch (e) {
157
+ return "\u5FC5\u586B";
158
+ }
159
+ }());
135
160
  };
136
161
  const filterArr = ["LABEL", "ADDRESS"];
137
162
  const formatRules = (formArray) => {
138
163
  const rules = {};
139
164
  formArray.forEach((item) => {
140
- var _a;
141
165
  let newTitle = item.val_key;
142
166
  rules[newTitle] = [];
143
167
  if (item.required && !filterArr.includes(item.type)) {
144
168
  rules[newTitle].push({
145
169
  required: item.required,
146
- message: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.248")) || "\u5FC5\u586B",
170
+ message: function() {
171
+ var _a, _b, _c;
172
+ try {
173
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.248")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.248")) || "\u5FC5\u586B";
174
+ } catch (e) {
175
+ return "\u5FC5\u586B";
176
+ }
177
+ }(),
147
178
  trigger: "change",
148
179
  validator: validateRequired
149
180
  });
@@ -14,7 +14,6 @@ import ClearIcon from './components/ClearIcon.vue.js';
14
14
  import { InjectionSearchCascaderCheckAbleLevel, InjectionKeyboardEventBus, InjectionSearchCascaderLoadingNode, InjectionSearchCascaderValue } from './constants/index.js';
15
15
  import { SearchMenu } from './components/SearchMenu.js';
16
16
 
17
- var _a;
18
17
  const _hoisted_1 = {
19
18
  style: {
20
19
  "width": "100%"
@@ -41,7 +40,14 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
41
40
  },
42
41
  placeholder: {
43
42
  type: String,
44
- default: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.147")) || "\u8BF7\u9009\u62E9"
43
+ default: function() {
44
+ var _a, _b, _c;
45
+ try {
46
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.147")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.147")) || "\u8BF7\u9009\u62E9";
47
+ } catch (e) {
48
+ return "\u8BF7\u9009\u62E9";
49
+ }
50
+ }()
45
51
  },
46
52
  editPlaceholder: {
47
53
  type: String,
@@ -105,14 +111,14 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
105
111
  emitValue([]);
106
112
  }
107
113
  function onClick(evt) {
108
- var _a2;
109
- if (((_a2 = evt.target) == null ? void 0 : _a2.tagName) !== "INPUT")
114
+ var _a;
115
+ if (((_a = evt.target) == null ? void 0 : _a.tagName) !== "INPUT")
110
116
  return;
111
117
  openMenu();
112
118
  }
113
119
  const onKeydown = (evt) => {
114
- var _a2;
115
- if (((_a2 = evt.target) == null ? void 0 : _a2.tagName) === "INPUT" && evt.code === "Enter") {
120
+ var _a;
121
+ if (((_a = evt.target) == null ? void 0 : _a.tagName) === "INPUT" && evt.code === "Enter") {
116
122
  if (!show.value) {
117
123
  openMenu();
118
124
  return;
@@ -167,20 +173,20 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
167
173
  search();
168
174
  }
169
175
  async function closeMenu() {
170
- var _a2;
176
+ var _a;
171
177
  show.value = false;
172
- (_a2 = inputRef.value) == null ? void 0 : _a2.blur();
178
+ (_a = inputRef.value) == null ? void 0 : _a.blur();
173
179
  }
174
180
  const inputRef = ref();
175
181
  onClickOutside(inputRef, (evt) => {
176
- var _a2;
182
+ var _a;
177
183
  if (!show.value)
178
184
  return;
179
185
  const _evt = evt;
180
186
  if (!_evt.target)
181
187
  return closeMenu();
182
188
  if (isInPopper(_evt.target)) {
183
- (_a2 = inputRef.value) == null ? void 0 : _a2.focus();
189
+ (_a = inputRef.value) == null ? void 0 : _a.focus();
184
190
  return;
185
191
  }
186
192
  closeMenu();
@@ -204,7 +210,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
204
210
  provide(InjectionSearchCascaderLoadingNode, loadingNode);
205
211
  provide(InjectionSearchCascaderValue, computed(() => props.value));
206
212
  const search = useDebounceFn(async (payload, keyword) => {
207
- var _a2;
213
+ var _a;
208
214
  const {
209
215
  type,
210
216
  node,
@@ -224,7 +230,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
224
230
  } finally {
225
231
  loadingNode.value = null;
226
232
  await nextTick();
227
- (_a2 = popoverRef.value) == null ? void 0 : _a2.syncPosition();
233
+ (_a = popoverRef.value) == null ? void 0 : _a.syncPosition();
228
234
  }
229
235
  }, 400);
230
236
  const changeCursorNode = (node) => {
@@ -237,10 +243,10 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
237
243
  });
238
244
  expose({
239
245
  getWidth() {
240
- var _a2;
246
+ var _a;
241
247
  if (!inputRef.value)
242
248
  return 0;
243
- const ele = (_a2 = inputRef.value) == null ? void 0 : _a2.$el;
249
+ const ele = (_a = inputRef.value) == null ? void 0 : _a.$el;
244
250
  if (!ele)
245
251
  return;
246
252
  return ele.clientWidth;
@@ -4,17 +4,30 @@ import labelClassify from './components/label-classify.vue.js';
4
4
  import { handleLabelColor } from '../../../shared/utils/vexutils.js';
5
5
  import vexutilsExpand from '../../../shared/utils/vexutilsExpand.js';
6
6
 
7
- var _a, _b;
8
7
  const _hoisted_1 = {
9
8
  key: 0,
10
9
  class: "label-disable-wrap"
11
10
  };
12
11
  const _hoisted_2 = /* @__PURE__ */ createElementVNode("p", {
13
12
  class: "label-disable-title"
14
- }, ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.516")) || "\u65E0\u53EF\u9009\u6807\u7B7E", -1);
13
+ }, function() {
14
+ var _a, _b, _c;
15
+ try {
16
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.516")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.516")) || "\u65E0\u53EF\u9009\u6807\u7B7E";
17
+ } catch (e) {
18
+ return "\u65E0\u53EF\u9009\u6807\u7B7E";
19
+ }
20
+ }(), -1);
15
21
  const _hoisted_3 = /* @__PURE__ */ createElementVNode("p", {
16
22
  class: "label-disable-desc"
17
- }, ((_b = window.getLanguageByCode) == null ? void 0 : _b.call(window, "10010.1.517")) || "\u8BF7\u8054\u7CFB\u7BA1\u7406\u5458\u8FDB\u884C\u6807\u7B7E\u7BA1\u7406\u8BBE\u7F6E", -1);
23
+ }, function() {
24
+ var _a, _b, _c;
25
+ try {
26
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.517")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.517")) || "\u8BF7\u8054\u7CFB\u7BA1\u7406\u5458\u8FDB\u884C\u6807\u7B7E\u7BA1\u7406\u8BBE\u7F6E";
27
+ } catch (e) {
28
+ return "\u8BF7\u8054\u7CFB\u7BA1\u7406\u5458\u8FDB\u884C\u6807\u7B7E\u7BA1\u7406\u8BBE\u7F6E";
29
+ }
30
+ }(), -1);
18
31
  const _hoisted_4 = [_hoisted_2, _hoisted_3];
19
32
  const _hoisted_5 = {
20
33
  style: {
@@ -120,12 +133,12 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
120
133
  }, []);
121
134
  };
122
135
  const handleLabelInit = () => {
123
- var _a2;
136
+ var _a;
124
137
  if (props.isLock)
125
138
  return;
126
139
  const copy = JSON.parse(JSON.stringify(props.labelOptions));
127
140
  for (let key in copy) {
128
- let typeId = ((_a2 = copy[key]) == null ? void 0 : _a2.typeId) || "";
141
+ let typeId = ((_a = copy[key]) == null ? void 0 : _a.typeId) || "";
129
142
  Object.assign(copy[key], {
130
143
  curKey: `${key}_${typeId}}`
131
144
  });
@@ -146,8 +159,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
146
159
  if (typeof state.labelConfig === "object") {
147
160
  let keys = Object.keys(state.labelConfig || {});
148
161
  keys.forEach((k) => {
149
- var _a2;
150
- let itemList = ((_a2 = state.labelConfig[k]) == null ? void 0 : _a2.itemList) || [];
162
+ var _a;
163
+ let itemList = ((_a = state.labelConfig[k]) == null ? void 0 : _a.itemList) || [];
151
164
  if (itemList.length) {
152
165
  itemList.forEach((v) => {
153
166
  if (selectLabelId.value.includes(v.labelId)) {
@@ -193,8 +206,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
193
206
  item.showAdd = true;
194
207
  const nextInput = $event.target.nextElementSibling;
195
208
  nextTick(() => {
196
- var _a2;
197
- (_a2 = nextInput == null ? void 0 : nextInput.firstChild) == null ? void 0 : _a2.focus();
209
+ var _a;
210
+ (_a = nextInput == null ? void 0 : nextInput.firstChild) == null ? void 0 : _a.focus();
198
211
  });
199
212
  };
200
213
  const handleLabelForm = (cb) => {
@@ -215,7 +228,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
215
228
  v.showAdd = false;
216
229
  };
217
230
  const handleReqSaveLabel = async (v) => {
218
- var _a2;
231
+ var _a;
219
232
  let privateLabel = v.itemList.filter((item) => {
220
233
  return !(item.isPublic && item.isPublic == 1);
221
234
  });
@@ -227,7 +240,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
227
240
  return false;
228
241
  }
229
242
  let parentColor = "";
230
- if ((_a2 = v.itemList) == null ? void 0 : _a2.length) {
243
+ if ((_a = v.itemList) == null ? void 0 : _a.length) {
231
244
  parentColor = v.itemList[0].parentColor || v.parentColor || "";
232
245
  } else {
233
246
  parentColor = (v == null ? void 0 : v.parentColor) || "";
@@ -247,10 +260,10 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
247
260
  }
248
261
  };
249
262
  const handleLabelChange = (value, d, labelGroup, v) => {
250
- var _a2;
263
+ var _a;
251
264
  const list = labelGroup.itemList;
252
265
  const multipleChoice = labelGroup.multipleChoice;
253
- let selectedList = ((_a2 = state.labelSelectedEdit) == null ? void 0 : _a2.length) && vexutilsExpand.clone(state.labelSelectedEdit, true) || [];
266
+ let selectedList = ((_a = state.labelSelectedEdit) == null ? void 0 : _a.length) && vexutilsExpand.clone(state.labelSelectedEdit, true) || [];
254
267
  if (value) {
255
268
  if (selectedList.some((n) => n.labelId == d.labelId)) {
256
269
  return;
@@ -281,7 +294,6 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
281
294
  }
282
295
  };
283
296
  const handleDelLabel = async (v) => {
284
- var _a2;
285
297
  const {
286
298
  status
287
299
  } = await props.deleteLabel(v, props.item);
@@ -304,7 +316,14 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
304
316
  }
305
317
  emit("updateLabelData");
306
318
  } else {
307
- $message.warning(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.521")) || "\u5220\u9664\u5931\u8D25");
319
+ $message.warning(function() {
320
+ var _a, _b, _c;
321
+ try {
322
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.521")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.521")) || "\u5220\u9664\u5931\u8D25";
323
+ } catch (e) {
324
+ return "\u5220\u9664\u5931\u8D25";
325
+ }
326
+ }());
308
327
  }
309
328
  };
310
329
  const labelAnchorTabsOnChange = (key) => {
@@ -328,8 +347,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
328
347
  state.cacheAnchorKey = curLink;
329
348
  };
330
349
  const anchorGetContainer = () => {
331
- var _a2;
332
- return (_a2 = labelFormContent.value) == null ? void 0 : _a2.querySelector(".right-label-wrap");
350
+ var _a;
351
+ return (_a = labelFormContent.value) == null ? void 0 : _a.querySelector(".right-label-wrap");
333
352
  };
334
353
  const handleResetOptions = () => {
335
354
  };
@@ -337,8 +356,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
337
356
  if (typeof state.labelConfig === "object") {
338
357
  let keys = Object.keys(state.labelConfig || {});
339
358
  keys.forEach((k) => {
340
- var _a2;
341
- let itemList = ((_a2 = state.labelConfig[k]) == null ? void 0 : _a2.itemList) || [];
359
+ var _a;
360
+ let itemList = ((_a = state.labelConfig[k]) == null ? void 0 : _a.itemList) || [];
342
361
  if (itemList.length) {
343
362
  itemList.forEach((v) => {
344
363
  if (id == v.labelId) {
@@ -424,14 +443,27 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
424
443
  "total-right-label-wrap": __props.isChangeWindow
425
444
  }])
426
445
  }, [(openBlock(true), createElementBlock(Fragment, null, renderList(state.labelConfig, (v, k) => {
427
- var _a2, _b2;
428
446
  return openBlock(), createElementBlock("div", {
429
447
  key: k,
430
448
  class: "edit-label-content"
431
449
  }, [createElementVNode("div", {
432
450
  class: "edit-label",
433
451
  id: v.curKey
434
- }, [createTextVNode(toDisplayString(k) + " ", 1), createElementVNode("span", _hoisted_8, "(" + toDisplayString(v.multipleChoice == 2 ? ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.298")) || "\u5355\u9009" : ((_b2 = window.getLanguageByCode) == null ? void 0 : _b2.call(window, "10010.1.100")) || "\u591A\u9009") + ")", 1)], 8, _hoisted_7), createVNode(labelClassify, {
452
+ }, [createTextVNode(toDisplayString(k) + " ", 1), createElementVNode("span", _hoisted_8, "(" + toDisplayString(v.multipleChoice == 2 ? function() {
453
+ var _a, _b, _c;
454
+ try {
455
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.298")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.298")) || "\u5355\u9009";
456
+ } catch (e) {
457
+ return "\u5355\u9009";
458
+ }
459
+ }() : function() {
460
+ var _a, _b, _c;
461
+ try {
462
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.100")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.100")) || "\u591A\u9009";
463
+ } catch (e) {
464
+ return "\u591A\u9009";
465
+ }
466
+ }()) + ")", 1)], 8, _hoisted_7), createVNode(labelClassify, {
435
467
  classifyItem: v,
436
468
  handleLabelChange,
437
469
  handleLabelColor: unref(handleLabelColor),