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
@@ -195,7 +195,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
195
195
  setup(__props, {
196
196
  emit
197
197
  }) {
198
- var _a, _b;
198
+ var _a, _b, _c, _d, _e, _f;
199
199
  const props = __props;
200
200
  const {
201
201
  handleGetConfigApi
@@ -213,13 +213,13 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
213
213
  let originConditionList = ref([]);
214
214
  let classificationIndex = ref(2);
215
215
  let allObj = ref({
216
- name: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.416")) || "\u5168\u90E8\u6570\u636E",
216
+ name: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.416")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.416")) || "\u5168\u90E8\u6570\u636E",
217
217
  sid: "all_data"
218
218
  });
219
219
  let displayCategoryLists = ref([]);
220
220
  let settingId = ref("");
221
221
  let classifyModal = ref(false);
222
- let showTitleName = ref(((_b = window.getLanguageByCode) == null ? void 0 : _b.call(window, "10010.1.416")) || "\u5168\u90E8\u6570\u636E");
222
+ let showTitleName = ref(((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.416")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.416")) || "\u5168\u90E8\u6570\u636E");
223
223
  provide(root_isShowResetButton, props.isShowResetButton);
224
224
  provide(InjectionFilterApiConfig, props.filterApiConfig);
225
225
  provide(InjectionClassifyfilterType, props.filterType);
@@ -236,10 +236,10 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
236
236
  return {};
237
237
  });
238
238
  let titleName = computed(() => {
239
- var _a2;
239
+ var _a2, _b2, _c2;
240
240
  let condition = conditionLists.value.filter((item) => props.conditionSid.indexOf(item.sid) !== -1);
241
241
  if (props.conditionSid.indexOf("all_data") !== -1) {
242
- return ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.416")) || "\u5168\u90E8\u6570\u636E";
242
+ return ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.416")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.416")) || "\u5168\u90E8\u6570\u636E";
243
243
  } else {
244
244
  let titleArr = [];
245
245
  condition.map((item) => {
@@ -352,13 +352,13 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
352
352
  selectShow.value = !selectShow.value;
353
353
  }
354
354
  function initTableCondiTionList() {
355
- var _a2, _b2, _c, _d;
355
+ var _a2, _b2, _c2, _d2, _e2, _f2, _g, _h, _i, _j, _k, _l;
356
356
  const all = {
357
- name: ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.416")) || "\u5168\u90E8\u6570\u636E",
357
+ name: ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.416")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.416")) || "\u5168\u90E8\u6570\u636E",
358
358
  sid: "all_data"
359
359
  };
360
360
  if (!props.tableId)
361
- return $message.warning(((_b2 = window.getLanguageByCode) == null ? void 0 : _b2.call(window, "10010.1.418")) || "\u8BF7\u4F20\u5165tableId");
361
+ return $message.warning(((_d2 = window.getLanguageByCode) == null ? void 0 : _d2.call(window, "10010.1.418")) || ((_f2 = (_e2 = window.top) == null ? void 0 : _e2.getLanguageByCode) == null ? void 0 : _f2.call(_e2, "10010.1.418")) || "\u8BF7\u4F20\u5165tableId");
362
362
  treeData.value = [];
363
363
  let {
364
364
  displayCategoryList = [],
@@ -371,7 +371,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
371
371
  settingId.value = settingIdVal;
372
372
  let treeDataList = [];
373
373
  if (displayCategoryLists.value.length === 0) {
374
- displayCategoryLists.value = [((_c = window.getLanguageByCode) == null ? void 0 : _c.call(window, "10010.1.378")) || "\u672A\u5206\u7C7B"];
374
+ displayCategoryLists.value = [((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.378")) || ((_i = (_h = window.top) == null ? void 0 : _h.getLanguageByCode) == null ? void 0 : _i.call(_h, "10010.1.378")) || "\u672A\u5206\u7C7B"];
375
375
  }
376
376
  displayCategoryLists.value.forEach((item) => {
377
377
  let map = {
@@ -379,8 +379,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
379
379
  children: []
380
380
  };
381
381
  conditionLists.value.forEach((condition) => {
382
- var _a3;
383
- if (condition.displayCategory === item || !condition.displayCategory && item === (((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.378")) || "\u672A\u5206\u7C7B") && condition.sid !== "all_data") {
382
+ var _a3, _b3, _c3;
383
+ if (condition.displayCategory === item || !condition.displayCategory && item === (((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.378")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.378")) || "\u672A\u5206\u7C7B") && condition.sid !== "all_data") {
384
384
  if (props.conditionSid.indexOf(condition.sid) !== -1) {
385
385
  condition.selected = true;
386
386
  map.open = true;
@@ -397,7 +397,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
397
397
  }
398
398
  });
399
399
  treeDataList.unshift({
400
- name: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.416")) || "\u5168\u90E8\u6570\u636E",
400
+ name: ((_j = window.getLanguageByCode) == null ? void 0 : _j.call(window, "10010.1.416")) || ((_l = (_k = window.top) == null ? void 0 : _k.getLanguageByCode) == null ? void 0 : _l.call(_k, "10010.1.416")) || "\u5168\u90E8\u6570\u636E",
401
401
  sid: "all_data"
402
402
  });
403
403
  treeData.value = treeDataList;
@@ -447,7 +447,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
447
447
  return new Promise((resolve) => resolve(false));
448
448
  let conditionMapTemp = Object.keys(conditionMapVal).length > 0 ? conditionMapVal : JSON.parse(JSON.stringify(props.conditionMap));
449
449
  return new Promise((resolve, reject) => {
450
- var _a2, _b2, _c, _d, _e, _f, _g, _h;
450
+ var _a2, _b2, _c2, _d2, _e2, _f2, _g, _h, _i, _j;
451
451
  if (Object.keys(conditionMapTemp).length > 0) {
452
452
  originConditionList.value = conditionMapTemp.conditionList || [];
453
453
  displayCategoryLists.value = conditionMapTemp.displayCategoryList || [];
@@ -458,13 +458,13 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
458
458
  emit("getQuickSearchListObj", obj);
459
459
  settingId.value = (_a2 = conditionMapTemp.settingId) != null ? _a2 : "";
460
460
  const checked = originConditionList.value.find((item) => item.isDefault) || {
461
- name: ((_b2 = window.getLanguageByCode) == null ? void 0 : _b2.call(window, "10010.1.416")) || "\u5168\u90E8\u6570\u636E",
461
+ name: ((_b2 = window.getLanguageByCode) == null ? void 0 : _b2.call(window, "10010.1.416")) || ((_d2 = (_c2 = window.top) == null ? void 0 : _c2.getLanguageByCode) == null ? void 0 : _d2.call(_c2, "10010.1.416")) || "\u5168\u90E8\u6570\u636E",
462
462
  sid: "all_data"
463
463
  };
464
- if (((_d = (_c = attrs.tableOptions) == null ? void 0 : _c.filterCondition) == null ? void 0 : _d.displayCategory) && first) {
464
+ if (((_f2 = (_e2 = attrs.tableOptions) == null ? void 0 : _e2.filterCondition) == null ? void 0 : _f2.displayCategory) && first) {
465
465
  resolve({
466
- name: (_f = (_e = attrs.tableOptions) == null ? void 0 : _e.filterCondition) == null ? void 0 : _f.name,
467
- sid: (_h = (_g = attrs.tableOptions) == null ? void 0 : _g.filterCondition) == null ? void 0 : _h.displayCategory
466
+ name: (_h = (_g = attrs.tableOptions) == null ? void 0 : _g.filterCondition) == null ? void 0 : _h.name,
467
+ sid: (_j = (_i = attrs.tableOptions) == null ? void 0 : _i.filterCondition) == null ? void 0 : _j.displayCategory
468
468
  });
469
469
  }
470
470
  resolve(checked);
@@ -558,7 +558,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
558
558
  deep: true
559
559
  });
560
560
  return (_ctx, _cache) => {
561
- var _a2, _b2, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p;
561
+ var _a2, _b2, _c2, _d2, _e2, _f2, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _A, _B, _C, _D, _E, _F, _G, _H, _I, _J, _K, _L, _M, _N, _O, _P, _Q, _R;
562
562
  return openBlock(), createElementBlock("div", {
563
563
  class: normalizeClass(["classification-block", "classificationIndex-" + unref(classificationIndex)]),
564
564
  style: normalizeStyle(unref(dynamicStyle))
@@ -577,15 +577,15 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
577
577
  }, [createVNode(unref(NIcon), {
578
578
  component: unref(Repeat),
579
579
  size: "16"
580
- }, null, 8, ["component"]), createTextVNode(" " + toDisplayString(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.413")) || "\u5207\u6362"))])) : createCommentVNode("v-if", true), __props.hideConditionChangeSetting != 1 ? (openBlock(), createElementBlock("span", {
580
+ }, null, 8, ["component"]), createTextVNode(" " + toDisplayString(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.413")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.413")) || "\u5207\u6362"))])) : createCommentVNode("v-if", true), __props.hideConditionChangeSetting != 1 ? (openBlock(), createElementBlock("span", {
581
581
  key: 1,
582
582
  class: "header-1",
583
583
  onClick: handleSettingShow
584
584
  }, [createVNode(unref(NIcon), {
585
585
  component: unref(SettingsOutline),
586
586
  size: "16"
587
- }, null, 8, ["component"]), createTextVNode(" " + toDisplayString(((_b2 = window.getLanguageByCode) == null ? void 0 : _b2.call(window, "10010.1.414")) || "\u8BBE\u7F6E"))])) : createCommentVNode("v-if", true)])) : createCommentVNode("v-if", true), createElementVNode("ul", _hoisted_2, [(openBlock(true), createElementBlock(Fragment, null, renderList(unref(treeData), (item, index) => {
588
- var _a3;
587
+ }, null, 8, ["component"]), createTextVNode(" " + toDisplayString(((_d2 = window.getLanguageByCode) == null ? void 0 : _d2.call(window, "10010.1.414")) || ((_f2 = (_e2 = window.top) == null ? void 0 : _e2.getLanguageByCode) == null ? void 0 : _f2.call(_e2, "10010.1.414")) || "\u8BBE\u7F6E"))])) : createCommentVNode("v-if", true)])) : createCommentVNode("v-if", true), createElementVNode("ul", _hoisted_2, [(openBlock(true), createElementBlock(Fragment, null, renderList(unref(treeData), (item, index) => {
588
+ var _a3, _b3, _c3;
589
589
  return openBlock(), createElementBlock(Fragment, null, [index === 0 || !item.children || item.children.length === 0 || item.children && item.children.filter((i) => i.isShow).length !== 0 ? (openBlock(), createElementBlock("li", {
590
590
  key: index,
591
591
  class: normalizeClass(["tree-item", {
@@ -597,7 +597,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
597
597
  selected: item.selected || __props.conditionSid.indexOf("all_data") !== -1
598
598
  }]),
599
599
  onClick: ($event) => handleItemClick(item)
600
- }, [createCommentVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.416")) || "\u5168\u90E8\u6570\u636E"), createElementVNode("span", _hoisted_4, toDisplayString(item.name), 1), item.resultNumber != void 0 ? (openBlock(), createElementBlock("label", _hoisted_5, [createTextVNode("("), createElementVNode("span", null, toDisplayString(item.resultNumber), 1), createTextVNode(")")])) : createCommentVNode("v-if", true)], 10, _hoisted_3)) : (openBlock(), createElementBlock(Fragment, {
600
+ }, [createCommentVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.416")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.416")) || "\u5168\u90E8\u6570\u636E"), createElementVNode("span", _hoisted_4, toDisplayString(item.name), 1), item.resultNumber != void 0 ? (openBlock(), createElementBlock("label", _hoisted_5, [createTextVNode("("), createElementVNode("span", null, toDisplayString(item.resultNumber), 1), createTextVNode(")")])) : createCommentVNode("v-if", true)], 10, _hoisted_3)) : (openBlock(), createElementBlock(Fragment, {
601
601
  key: 1
602
602
  }, [createElementVNode("span", {
603
603
  class: normalizeClass(["parent", {
@@ -633,17 +633,17 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
633
633
  _: 2
634
634
  }, 1024)) : createCommentVNode("v-if", true)], 8, _hoisted_7);
635
635
  }), 128)) : createCommentVNode("v-if", true)], 64))], 2)) : createCommentVNode("v-if", true)], 64);
636
- }), 256))]), __props.hideClearConditionChange != 1 ? (openBlock(), createElementBlock("div", _hoisted_11, [createElementVNode("div", _hoisted_12, (((_c = window.getLanguageByCode) == null ? void 0 : _c.call(window, "10010.1.39")) || "\u5DF2\u9009\u62E9") + toDisplayString(__props.conditionSid.filter((item) => item !== "all_data").length) + (((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.417")) || "\u9879"), 1), createElementVNode("div", {
636
+ }), 256))]), __props.hideClearConditionChange != 1 ? (openBlock(), createElementBlock("div", _hoisted_11, [createElementVNode("div", _hoisted_12, (((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.39")) || ((_i = (_h = window.top) == null ? void 0 : _h.getLanguageByCode) == null ? void 0 : _i.call(_h, "10010.1.39")) || "\u5DF2\u9009\u62E9") + toDisplayString(__props.conditionSid.filter((item) => item !== "all_data").length) + (((_j = window.getLanguageByCode) == null ? void 0 : _j.call(window, "10010.1.417")) || ((_l = (_k = window.top) == null ? void 0 : _k.getLanguageByCode) == null ? void 0 : _l.call(_k, "10010.1.417")) || "\u9879"), 1), createElementVNode("div", {
637
637
  class: "selected-item-del",
638
638
  onClick: _cache[0] || (_cache[0] = ($event) => {
639
- var _a3;
639
+ var _a3, _b3, _c3;
640
640
  return handleItemClick({
641
641
  sid: "all_data",
642
- name: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.416")) || "\u5168\u90E8\u6570\u636E",
642
+ name: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.416")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.416")) || "\u5168\u90E8\u6570\u636E",
643
643
  digital: unref(allObj).digital
644
644
  });
645
645
  })
646
- }, [_hoisted_13, createTextVNode(((_e = window.getLanguageByCode) == null ? void 0 : _e.call(window, "10010.1.415")) || "\u6E05\u7A7A\u7B5B\u9009")])])) : createCommentVNode("v-if", true)], 4)), [[unref(vFlexibleResize), {
646
+ }, [_hoisted_13, createTextVNode(((_m = window.getLanguageByCode) == null ? void 0 : _m.call(window, "10010.1.415")) || ((_o = (_n = window.top) == null ? void 0 : _n.getLanguageByCode) == null ? void 0 : _o.call(_n, "10010.1.415")) || "\u6E05\u7A7A\u7B5B\u9009")])])) : createCommentVNode("v-if", true)], 4)), [[unref(vFlexibleResize), {
647
647
  mode: "VR",
648
648
  onMove: changeWidth,
649
649
  onEnd: saveWidth
@@ -654,14 +654,14 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
654
654
  selected: __props.conditionSid.indexOf("all_data") !== -1
655
655
  }]),
656
656
  onClick: _cache[1] || (_cache[1] = ($event) => {
657
- var _a3;
657
+ var _a3, _b3, _c3;
658
658
  return handleItemClick({
659
659
  sid: "all_data",
660
- name: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.416")) || "\u5168\u90E8\u6570\u636E",
660
+ name: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.416")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.416")) || "\u5168\u90E8\u6570\u636E",
661
661
  digital: unref(allObj).digital
662
662
  });
663
663
  })
664
- }, [createTextVNode(((_f = window.getLanguageByCode) == null ? void 0 : _f.call(window, "10010.1.416")) || "\u5168\u90E8\u6570\u636E"), ((_g = __props.condiTionDigital) == null ? void 0 : _g.ALL) != void 0 ? (openBlock(), createElementBlock("label", _hoisted_16, [createTextVNode("("), createElementVNode("span", null, toDisplayString(((_h = __props.condiTionDigital) == null ? void 0 : _h.ALL) || 0), 1), createTextVNode(")")])) : createCommentVNode("v-if", true), unref(allObj).digital || unref(allObj).digital === 0 ? (openBlock(), createElementBlock(Fragment, {
664
+ }, [createTextVNode(((_p = window.getLanguageByCode) == null ? void 0 : _p.call(window, "10010.1.416")) || ((_r = (_q = window.top) == null ? void 0 : _q.getLanguageByCode) == null ? void 0 : _r.call(_q, "10010.1.416")) || "\u5168\u90E8\u6570\u636E"), ((_s = __props.condiTionDigital) == null ? void 0 : _s.ALL) != void 0 ? (openBlock(), createElementBlock("label", _hoisted_16, [createTextVNode("("), createElementVNode("span", null, toDisplayString(((_t = __props.condiTionDigital) == null ? void 0 : _t.ALL) || 0), 1), createTextVNode(")")])) : createCommentVNode("v-if", true), unref(allObj).digital || unref(allObj).digital === 0 ? (openBlock(), createElementBlock(Fragment, {
665
665
  key: 1
666
666
  }, [createTextVNode(" (" + toDisplayString(unref(allObj).digital || 0) + ") ", 1)], 64)) : createCommentVNode("v-if", true)], 2), createElementVNode("div", _hoisted_17, [__props.hideConditionChangeBtn != 1 ? (openBlock(), createElementBlock("span", {
667
667
  key: 0,
@@ -673,14 +673,14 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
673
673
  }, [createVNode(unref(NIcon), {
674
674
  component: unref(Repeat),
675
675
  size: "16"
676
- }, null, 8, ["component"]), createTextVNode(" " + toDisplayString(((_i = window.getLanguageByCode) == null ? void 0 : _i.call(window, "10010.1.413")) || "\u5207\u6362"))])) : createCommentVNode("v-if", true), __props.hideConditionChangeSetting != 1 ? (openBlock(), createElementBlock("span", {
676
+ }, null, 8, ["component"]), createTextVNode(" " + toDisplayString(((_u = window.getLanguageByCode) == null ? void 0 : _u.call(window, "10010.1.413")) || ((_w = (_v = window.top) == null ? void 0 : _v.getLanguageByCode) == null ? void 0 : _w.call(_v, "10010.1.413")) || "\u5207\u6362"))])) : createCommentVNode("v-if", true), __props.hideConditionChangeSetting != 1 ? (openBlock(), createElementBlock("span", {
677
677
  key: 1,
678
678
  class: "setting-1",
679
679
  onClick: handleSettingShow
680
680
  }, [createVNode(unref(NIcon), {
681
681
  component: unref(SettingsOutline),
682
682
  size: "16"
683
- }, null, 8, ["component"]), createTextVNode(" " + toDisplayString(((_j = window.getLanguageByCode) == null ? void 0 : _j.call(window, "10010.1.414")) || "\u8BBE\u7F6E"))])) : createCommentVNode("v-if", true)])])) : createCommentVNode("v-if", true), createElementVNode("ul", {
683
+ }, null, 8, ["component"]), createTextVNode(" " + toDisplayString(((_x = window.getLanguageByCode) == null ? void 0 : _x.call(window, "10010.1.414")) || ((_z = (_y = window.top) == null ? void 0 : _y.getLanguageByCode) == null ? void 0 : _z.call(_y, "10010.1.414")) || "\u8BBE\u7F6E"))])) : createCommentVNode("v-if", true)])])) : createCommentVNode("v-if", true), createElementVNode("ul", {
684
684
  class: "tile",
685
685
  style: normalizeStyle({
686
686
  borderBottom: __props.hideClearConditionChange != 1 ? "1px solid #d5d5d5" : 0
@@ -709,7 +709,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
709
709
  onClick: ($event) => handleItemClick(child, cIndex, item)
710
710
  }, [createElementVNode("span", _hoisted_22, toDisplayString(fmtChildName(child.name, child == null ? void 0 : child.isPublic)), 1), child.resultNumber != void 0 ? (openBlock(), createElementBlock("label", _hoisted_23, [createTextVNode("("), createElementVNode("span", null, toDisplayString(child.resultNumber), 1), createTextVNode(")")])) : createCommentVNode("v-if", true)], 10, _hoisted_21)) : createCommentVNode("v-if", true)], 64);
711
711
  }), 256))])], 64))])) : createCommentVNode("v-if", true)], 64);
712
- }), 256))], 4), __props.hideClearConditionChange != 1 ? (openBlock(), createElementBlock("div", _hoisted_24, [createElementVNode("div", _hoisted_25, (((_k = window.getLanguageByCode) == null ? void 0 : _k.call(window, "10010.1.39")) || "\u5DF2\u9009\u62E9") + toDisplayString(__props.conditionSid.filter((item) => item !== "all_data").length) + (((_l = window.getLanguageByCode) == null ? void 0 : _l.call(window, "10010.1.417")) || "\u9879"), 1), (openBlock(true), createElementBlock(Fragment, null, renderList(unref(treeData).slice(1), (item) => {
712
+ }), 256))], 4), __props.hideClearConditionChange != 1 ? (openBlock(), createElementBlock("div", _hoisted_24, [createElementVNode("div", _hoisted_25, (((_A = window.getLanguageByCode) == null ? void 0 : _A.call(window, "10010.1.39")) || ((_C = (_B = window.top) == null ? void 0 : _B.getLanguageByCode) == null ? void 0 : _C.call(_B, "10010.1.39")) || "\u5DF2\u9009\u62E9") + toDisplayString(__props.conditionSid.filter((item) => item !== "all_data").length) + (((_D = window.getLanguageByCode) == null ? void 0 : _D.call(window, "10010.1.417")) || ((_F = (_E = window.top) == null ? void 0 : _E.getLanguageByCode) == null ? void 0 : _F.call(_E, "10010.1.417")) || "\u9879"), 1), (openBlock(true), createElementBlock(Fragment, null, renderList(unref(treeData).slice(1), (item) => {
713
713
  return openBlock(), createElementBlock(Fragment, null, [!item.children || item.children.length === 0 ? (openBlock(), createElementBlock("div", {
714
714
  class: "selected-item",
715
715
  key: item.sid
@@ -730,14 +730,14 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
730
730
  }), 256)), createElementVNode("div", {
731
731
  class: "selected-item-del",
732
732
  onClick: _cache[2] || (_cache[2] = ($event) => {
733
- var _a3;
733
+ var _a3, _b3, _c3;
734
734
  return handleItemClick({
735
735
  sid: "all_data",
736
- name: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.416")) || "\u5168\u90E8\u6570\u636E",
736
+ name: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.416")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.416")) || "\u5168\u90E8\u6570\u636E",
737
737
  digital: unref(allObj).digital
738
738
  });
739
739
  })
740
- }, [_hoisted_26, createTextVNode(((_m = window.getLanguageByCode) == null ? void 0 : _m.call(window, "10010.1.415")) || "\u6E05\u7A7A\u7B5B\u9009")])])) : createCommentVNode("v-if", true)])) : createCommentVNode("v-if", true)], 64)) : createCommentVNode("v-if", true), unref(classificationIndex) === 2 && __props.showClassificationIndexs.includes(2) ? (openBlock(), createElementBlock("div", {
740
+ }, [_hoisted_26, createTextVNode(((_G = window.getLanguageByCode) == null ? void 0 : _G.call(window, "10010.1.415")) || ((_I = (_H = window.top) == null ? void 0 : _H.getLanguageByCode) == null ? void 0 : _I.call(_H, "10010.1.415")) || "\u6E05\u7A7A\u7B5B\u9009")])])) : createCommentVNode("v-if", true)])) : createCommentVNode("v-if", true)], 64)) : createCommentVNode("v-if", true), unref(classificationIndex) === 2 && __props.showClassificationIndexs.includes(2) ? (openBlock(), createElementBlock("div", {
741
741
  key: 2,
742
742
  class: "select-type classify-2",
743
743
  ref_key: "selectType",
@@ -760,7 +760,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
760
760
  padding: __props.hideClearConditionChange != 1 ? "40px 0" : "40px 0 0"
761
761
  })
762
762
  }, [(openBlock(true), createElementBlock(Fragment, null, renderList(unref(treeData), (item, index) => {
763
- var _a3, _b3;
763
+ var _a3, _b3, _c3, _d3, _e3, _f3;
764
764
  return openBlock(), createElementBlock(Fragment, null, [index === 0 || !item.children || item.children.length === 0 || item.children && item.children.filter((i) => i.isShow).length !== 0 ? (openBlock(), createElementBlock("li", {
765
765
  key: index,
766
766
  class: normalizeClass(["tree-item", {
@@ -780,14 +780,14 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
780
780
  }, [createVNode(unref(NIcon), {
781
781
  component: unref(Repeat),
782
782
  size: "16"
783
- }, null, 8, ["component"]), createTextVNode(" " + toDisplayString(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.413")) || "\u5207\u6362"))])) : createCommentVNode("v-if", true), __props.hideConditionChangeSetting != 1 ? (openBlock(), createElementBlock("span", {
783
+ }, null, 8, ["component"]), createTextVNode(" " + toDisplayString(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.413")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.413")) || "\u5207\u6362"))])) : createCommentVNode("v-if", true), __props.hideConditionChangeSetting != 1 ? (openBlock(), createElementBlock("span", {
784
784
  key: 1,
785
785
  class: "tree-footer-icon",
786
786
  onClick: handleSettingShow
787
787
  }, [createVNode(unref(NIcon), {
788
788
  component: unref(SettingsOutline),
789
789
  size: "16"
790
- }, null, 8, ["component"]), createTextVNode(" " + toDisplayString(((_b3 = window.getLanguageByCode) == null ? void 0 : _b3.call(window, "10010.1.414")) || "\u8BBE\u7F6E"))])) : createCommentVNode("v-if", true)])], 64)) : (openBlock(), createElementBlock(Fragment, {
790
+ }, null, 8, ["component"]), createTextVNode(" " + toDisplayString(((_d3 = window.getLanguageByCode) == null ? void 0 : _d3.call(window, "10010.1.414")) || ((_f3 = (_e3 = window.top) == null ? void 0 : _e3.getLanguageByCode) == null ? void 0 : _f3.call(_e3, "10010.1.414")) || "\u8BBE\u7F6E"))])) : createCommentVNode("v-if", true)])], 64)) : (openBlock(), createElementBlock(Fragment, {
791
791
  key: 1
792
792
  }, [item.children.filter((i) => i.isShow).length !== 0 ? (openBlock(), createElementBlock("span", {
793
793
  key: 0,
@@ -825,17 +825,17 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
825
825
  _: 2
826
826
  }, 1024)) : createCommentVNode("v-if", true)], 8, _hoisted_35);
827
827
  }), 128)) : createCommentVNode("v-if", true)], 64))], 2)) : createCommentVNode("v-if", true)], 64);
828
- }), 256))], 4), __props.hideClearConditionChange != 1 ? (openBlock(), createElementBlock("div", _hoisted_39, [createElementVNode("div", _hoisted_40, (((_n = window.getLanguageByCode) == null ? void 0 : _n.call(window, "10010.1.39")) || "\u5DF2\u9009\u62E9") + toDisplayString(__props.conditionSid.filter((item) => item !== "all_data").length) + (((_o = window.getLanguageByCode) == null ? void 0 : _o.call(window, "10010.1.417")) || "\u9879"), 1), createElementVNode("div", {
828
+ }), 256))], 4), __props.hideClearConditionChange != 1 ? (openBlock(), createElementBlock("div", _hoisted_39, [createElementVNode("div", _hoisted_40, (((_J = window.getLanguageByCode) == null ? void 0 : _J.call(window, "10010.1.39")) || ((_L = (_K = window.top) == null ? void 0 : _K.getLanguageByCode) == null ? void 0 : _L.call(_K, "10010.1.39")) || "\u5DF2\u9009\u62E9") + toDisplayString(__props.conditionSid.filter((item) => item !== "all_data").length) + (((_M = window.getLanguageByCode) == null ? void 0 : _M.call(window, "10010.1.417")) || ((_O = (_N = window.top) == null ? void 0 : _N.getLanguageByCode) == null ? void 0 : _O.call(_N, "10010.1.417")) || "\u9879"), 1), createElementVNode("div", {
829
829
  class: "selected-item-del",
830
830
  onClick: _cache[4] || (_cache[4] = ($event) => {
831
- var _a3;
831
+ var _a3, _b3, _c3;
832
832
  return handleItemClick({
833
833
  sid: "all_data",
834
- name: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.416")) || "\u5168\u90E8\u6570\u636E",
834
+ name: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.416")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.416")) || "\u5168\u90E8\u6570\u636E",
835
835
  digital: unref(allObj).digital
836
836
  });
837
837
  })
838
- }, [_hoisted_41, createTextVNode(((_p = window.getLanguageByCode) == null ? void 0 : _p.call(window, "10010.1.415")) || "\u6E05\u7A7A\u7B5B\u9009")])])) : createCommentVNode("v-if", true)])) : createCommentVNode("v-if", true)], 512)) : createCommentVNode("v-if", true), createCommentVNode(" \u5F39\u51FA\u5F39\u7A97 "), createVNode(SetClassification, {
838
+ }, [_hoisted_41, createTextVNode(((_P = window.getLanguageByCode) == null ? void 0 : _P.call(window, "10010.1.415")) || ((_R = (_Q = window.top) == null ? void 0 : _Q.getLanguageByCode) == null ? void 0 : _R.call(_Q, "10010.1.415")) || "\u6E05\u7A7A\u7B5B\u9009")])])) : createCommentVNode("v-if", true)])) : createCommentVNode("v-if", true)], 512)) : createCommentVNode("v-if", true), createCommentVNode(" \u5F39\u51FA\u5F39\u7A97 "), createVNode(SetClassification, {
839
839
  ref: "search",
840
840
  searchFieldList: __props.searchFieldList,
841
841
  conditionList: unref(originConditionList),
@@ -15,7 +15,7 @@ import NoCallSetting from '../../../../shared/assets/img/defaultCover/14no_call_
15
15
  import NoUseTag from '../../../../shared/assets/img/defaultCover/15no_use_tag.png.js';
16
16
  import NoTableData from '../../../../shared/assets/img/defaultCover/16no_table_data.png.js';
17
17
 
18
- var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r;
18
+ 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, _E, _F, _G, _H, _I, _J, _K, _L, _M, _N, _O, _P, _Q, _R, _S, _T, _U, _V, _W, _X, _Y, _Z, __, _$;
19
19
  const defaultPageTypeConfig = {
20
20
  "LOCATION": "1",
21
21
  "NOTFOUND": "2",
@@ -37,43 +37,43 @@ const defaultPageTypeConfig = {
37
37
  };
38
38
  const descriptionConfig = {
39
39
  [defaultPageTypeConfig.LOCATION]: {
40
- title: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.440")) || "\u4F4D\u7F6E\u8BBF\u95EE\u5931\u8D25",
40
+ title: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.440")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.440")) || "\u4F4D\u7F6E\u8BBF\u95EE\u5931\u8D25",
41
41
  content: "",
42
42
  img: LocationImg
43
43
  },
44
44
  [defaultPageTypeConfig.NOTFOUND]: {
45
- title: ((_b = window.getLanguageByCode) == null ? void 0 : _b.call(window, "10010.1.441")) || "\u627E\u4E0D\u5230\u9875\u9762",
45
+ title: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.441")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.441")) || "\u627E\u4E0D\u5230\u9875\u9762",
46
46
  content: "",
47
47
  img: NotfoundImg
48
48
  },
49
49
  [defaultPageTypeConfig.LOADING]: {
50
50
  title: "\u6B63\u5728\u62FC\u547D\u52A0\u8F7D\u4E2D...",
51
- content: ((_c = window.getLanguageByCode) == null ? void 0 : _c.call(window, "10010.1.443")) || "\u8BF7\u7A0D\u540E",
51
+ content: ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.443")) || ((_i = (_h = window.top) == null ? void 0 : _h.getLanguageByCode) == null ? void 0 : _i.call(_h, "10010.1.443")) || "\u8BF7\u7A0D\u540E",
52
52
  img: LoadingImg
53
53
  },
54
54
  [defaultPageTypeConfig.NOPERMISSION]: {
55
- title: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.444")) || "\u4F60\u6CA1\u6709\u8BBF\u95EE\u6743\u9650",
55
+ title: ((_j = window.getLanguageByCode) == null ? void 0 : _j.call(window, "10010.1.444")) || ((_l = (_k = window.top) == null ? void 0 : _k.getLanguageByCode) == null ? void 0 : _l.call(_k, "10010.1.444")) || "\u4F60\u6CA1\u6709\u8BBF\u95EE\u6743\u9650",
56
56
  content: "",
57
57
  img: NopermissionImg
58
58
  },
59
59
  [defaultPageTypeConfig.NODATA]: {
60
- title: ((_e = window.getLanguageByCode) == null ? void 0 : _e.call(window, "10010.1.445")) || "\u6682\u65E0\u6570\u636E",
60
+ title: ((_m = window.getLanguageByCode) == null ? void 0 : _m.call(window, "10010.1.445")) || ((_o = (_n = window.top) == null ? void 0 : _n.getLanguageByCode) == null ? void 0 : _o.call(_n, "10010.1.445")) || "\u6682\u65E0\u6570\u636E",
61
61
  content: "",
62
62
  img: NodataImg
63
63
  },
64
64
  [defaultPageTypeConfig.NONETWORK]: {
65
- title: ((_f = window.getLanguageByCode) == null ? void 0 : _f.call(window, "10010.1.446")) || "\u8BF7\u68C0\u67E5\u7F51\u7EDC\u8FDE\u63A5\u60C5\u51B5",
65
+ title: ((_p = window.getLanguageByCode) == null ? void 0 : _p.call(window, "10010.1.446")) || ((_r = (_q = window.top) == null ? void 0 : _q.getLanguageByCode) == null ? void 0 : _r.call(_q, "10010.1.446")) || "\u8BF7\u68C0\u67E5\u7F51\u7EDC\u8FDE\u63A5\u60C5\u51B5",
66
66
  content: "",
67
67
  img: NoNetwork
68
68
  },
69
69
  [defaultPageTypeConfig.NODOCTOR]: {
70
- title: ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.447")) || "\u6682\u65E0\u533B\u751F\u6392\u73ED",
70
+ title: ((_s = window.getLanguageByCode) == null ? void 0 : _s.call(window, "10010.1.447")) || ((_u = (_t = window.top) == null ? void 0 : _t.getLanguageByCode) == null ? void 0 : _u.call(_t, "10010.1.447")) || "\u6682\u65E0\u533B\u751F\u6392\u73ED",
71
71
  content: "",
72
72
  img: NoDoctor
73
73
  },
74
74
  [defaultPageTypeConfig.SYSTEMERROR]: {
75
- title: ((_h = window.getLanguageByCode) == null ? void 0 : _h.call(window, "10010.1.448")) || "\u7CFB\u7EDF\u9519\u8BEF",
76
- content: ((_i = window.getLanguageByCode) == null ? void 0 : _i.call(window, "10010.1.449")) || "\u8BF7\u7A0D\u540E\u518D\u8BD5",
75
+ title: ((_v = window.getLanguageByCode) == null ? void 0 : _v.call(window, "10010.1.448")) || ((_x = (_w = window.top) == null ? void 0 : _w.getLanguageByCode) == null ? void 0 : _x.call(_w, "10010.1.448")) || "\u7CFB\u7EDF\u9519\u8BEF",
76
+ content: ((_y = window.getLanguageByCode) == null ? void 0 : _y.call(window, "10010.1.449")) || ((_A = (_z = window.top) == null ? void 0 : _z.getLanguageByCode) == null ? void 0 : _A.call(_z, "10010.1.449")) || "\u8BF7\u7A0D\u540E\u518D\u8BD5",
77
77
  img: SystemError
78
78
  },
79
79
  [defaultPageTypeConfig.SYSTEMUPGRADE]: {
@@ -82,43 +82,43 @@ const descriptionConfig = {
82
82
  img: SystemUpgrade
83
83
  },
84
84
  [defaultPageTypeConfig.REVIEWSUCCESSFUL]: {
85
- title: ((_j = window.getLanguageByCode) == null ? void 0 : _j.call(window, "10010.1.451")) || "\u5BA1\u6838\u6210\u529F",
85
+ title: ((_B = window.getLanguageByCode) == null ? void 0 : _B.call(window, "10010.1.451")) || ((_D = (_C = window.top) == null ? void 0 : _C.getLanguageByCode) == null ? void 0 : _D.call(_C, "10010.1.451")) || "\u5BA1\u6838\u6210\u529F",
86
86
  content: "",
87
87
  img: ReviewSuccessful
88
88
  },
89
89
  [defaultPageTypeConfig.REVIEWFAIL]: {
90
- title: ((_k = window.getLanguageByCode) == null ? void 0 : _k.call(window, "10010.1.452")) || "\u5BA1\u6838\u5931\u8D25",
90
+ title: ((_E = window.getLanguageByCode) == null ? void 0 : _E.call(window, "10010.1.452")) || ((_G = (_F = window.top) == null ? void 0 : _F.getLanguageByCode) == null ? void 0 : _G.call(_F, "10010.1.452")) || "\u5BA1\u6838\u5931\u8D25",
91
91
  content: "",
92
92
  img: ReviewFail
93
93
  },
94
94
  [defaultPageTypeConfig.NOSETTING]: {
95
- title: ((_l = window.getLanguageByCode) == null ? void 0 : _l.call(window, "10010.1.453")) || "\u89C6\u56FE\u672A\u914D\u7F6E",
95
+ title: ((_H = window.getLanguageByCode) == null ? void 0 : _H.call(window, "10010.1.453")) || ((_J = (_I = window.top) == null ? void 0 : _I.getLanguageByCode) == null ? void 0 : _J.call(_I, "10010.1.453")) || "\u89C6\u56FE\u672A\u914D\u7F6E",
96
96
  content: "",
97
97
  img: NoSetting
98
98
  },
99
99
  [defaultPageTypeConfig.NOMENUSETTING]: {
100
100
  title: "\u4F60\u8FD8\u6CA1\u6709\u8FDB\u884C\u83DC\u5355\u8BBE\u7F6E\u54DF~",
101
- content: ((_m = window.getLanguageByCode) == null ? void 0 : _m.call(window, "10010.1.455")) || "\u8BBE\u7F6E\u540E\u53EF\u81EA\u5B9A\u4E49\u8C03\u6574\u83DC\u5355\u7684\u987A\u5E8F/\u7ED3\u6784\uFF0C\u4E0D\u8BBE\u7F6E\u4F7F\u7528\u7CFB\u7EDF\u9ED8\u8BA4\u83DC\u5355",
101
+ content: ((_K = window.getLanguageByCode) == null ? void 0 : _K.call(window, "10010.1.455")) || ((_M = (_L = window.top) == null ? void 0 : _L.getLanguageByCode) == null ? void 0 : _M.call(_L, "10010.1.455")) || "\u8BBE\u7F6E\u540E\u53EF\u81EA\u5B9A\u4E49\u8C03\u6574\u83DC\u5355\u7684\u987A\u5E8F/\u7ED3\u6784\uFF0C\u4E0D\u8BBE\u7F6E\u4F7F\u7528\u7CFB\u7EDF\u9ED8\u8BA4\u83DC\u5355",
102
102
  img: NoMenuSetting
103
103
  },
104
104
  [defaultPageTypeConfig.NOCALLSETTING]: {
105
- title: ((_n = window.getLanguageByCode) == null ? void 0 : _n.call(window, "10010.1.456")) || "\u547C\u53EB\u4E2D\u5FC3\u672A\u914D\u7F6E",
105
+ title: ((_N = window.getLanguageByCode) == null ? void 0 : _N.call(window, "10010.1.456")) || ((_P = (_O = window.top) == null ? void 0 : _O.getLanguageByCode) == null ? void 0 : _P.call(_O, "10010.1.456")) || "\u547C\u53EB\u4E2D\u5FC3\u672A\u914D\u7F6E",
106
106
  content: "",
107
107
  img: NoCallSetting
108
108
  },
109
109
  [defaultPageTypeConfig.NOUSETAG]: {
110
- title: ((_o = window.getLanguageByCode) == null ? void 0 : _o.call(window, "10010.1.516")) || "\u65E0\u53EF\u9009\u6807\u7B7E",
110
+ title: ((_Q = window.getLanguageByCode) == null ? void 0 : _Q.call(window, "10010.1.516")) || ((_S = (_R = window.top) == null ? void 0 : _R.getLanguageByCode) == null ? void 0 : _S.call(_R, "10010.1.516")) || "\u65E0\u53EF\u9009\u6807\u7B7E",
111
111
  content: "",
112
112
  img: NoUseTag
113
113
  },
114
114
  [defaultPageTypeConfig.NOTABLEDATA]: {
115
- title: ((_p = window.getLanguageByCode) == null ? void 0 : _p.call(window, "10010.1.445")) || "\u6682\u65E0\u6570\u636E",
115
+ title: ((_T = window.getLanguageByCode) == null ? void 0 : _T.call(window, "10010.1.445")) || ((_V = (_U = window.top) == null ? void 0 : _U.getLanguageByCode) == null ? void 0 : _V.call(_U, "10010.1.445")) || "\u6682\u65E0\u6570\u636E",
116
116
  content: "",
117
117
  img: NoTableData
118
118
  },
119
119
  [defaultPageTypeConfig.REFRESHNOTICE]: {
120
- title: ((_q = window.getLanguageByCode) == null ? void 0 : _q.call(window, "10010.1.458")) || "\u66F4\u65B0\u63D0\u793A",
121
- content: ((_r = window.getLanguageByCode) == null ? void 0 : _r.call(window, "10010.1.459")) || "\u7CFB\u7EDF\u6709\u65B0\u5185\u5BB9\u66F4\u65B0\uFF0C\u8BF7\u70B9\u51FB\u6309\u94AE\u91CD\u8F7D\u9875\u9762\uFF0C\u4EE5\u786E\u4FDD\u7CFB\u7EDF\u529F\u80FD\u6B63\u5E38",
120
+ title: ((_W = window.getLanguageByCode) == null ? void 0 : _W.call(window, "10010.1.458")) || ((_Y = (_X = window.top) == null ? void 0 : _X.getLanguageByCode) == null ? void 0 : _Y.call(_X, "10010.1.458")) || "\u66F4\u65B0\u63D0\u793A",
121
+ content: ((_Z = window.getLanguageByCode) == null ? void 0 : _Z.call(window, "10010.1.459")) || ((_$ = (__ = window.top) == null ? void 0 : __.getLanguageByCode) == null ? void 0 : _$.call(__, "10010.1.459")) || "\u7CFB\u7EDF\u6709\u65B0\u5185\u5BB9\u66F4\u65B0\uFF0C\u8BF7\u70B9\u51FB\u6309\u94AE\u91CD\u8F7D\u9875\u9762\uFF0C\u4EE5\u786E\u4FDD\u7CFB\u7EDF\u529F\u80FD\u6B63\u5E38",
122
122
  img: LoadingImg
123
123
  }
124
124
  };
@@ -3,7 +3,7 @@ import { descriptionConfig } from './constants/index.js';
3
3
  import { NIcon } from 'naive-ui';
4
4
  import { Refresh } from '@vicons/ionicons5';
5
5
 
6
- var _a;
6
+ var _a, _b, _c;
7
7
  const _hoisted_1 = {
8
8
  class: "default-page-getter-block"
9
9
  };
@@ -28,7 +28,7 @@ const _hoisted_8 = /* @__PURE__ */ createElementVNode("span", {
28
28
  "margin": "0 6px"
29
29
  }
30
30
  }, "|", -1);
31
- const _hoisted_9 = /* @__PURE__ */ createElementVNode("span", null, ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.460")) || "\u91CD\u8F7D\u9875\u9762", -1);
31
+ const _hoisted_9 = /* @__PURE__ */ createElementVNode("span", null, ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.460")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.460")) || "\u91CD\u8F7D\u9875\u9762", -1);
32
32
  const _hoisted_10 = {
33
33
  class: "content"
34
34
  };
@@ -1,14 +1,14 @@
1
1
  import { createElementVNode, defineComponent, ref, watch, openBlock, createBlock, unref, withCtx, createVNode, createTextVNode } from 'vue';
2
2
  import { NModal, NCard, NButton, NInput } from 'naive-ui';
3
3
 
4
- var _a;
4
+ var _a, _b, _c;
5
5
  const _hoisted_1 = {
6
6
  class: "flex_right"
7
7
  };
8
8
  const _hoisted_2 = {
9
9
  class: "barch-container"
10
10
  };
11
- const _hoisted_3 = /* @__PURE__ */ createElementVNode("div", null, ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.562")) || "\u6BCF\u884C\u4E00\u4E2A\uFF0C\u8F93\u5165\u683C\u5F0F\u4E3A\uFF1A\u9009\u9879\u503C,\u9009\u9879\u6587\u672C", -1);
11
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("div", null, ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.562")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.562")) || "\u6BCF\u884C\u4E00\u4E2A\uFF0C\u8F93\u5165\u683C\u5F0F\u4E3A\uFF1A\u9009\u9879\u503C,\u9009\u9879\u6587\u672C", -1);
12
12
  var _sfc_main = /* @__PURE__ */ defineComponent({
13
13
  __name: "FormBatchOptionsModal",
14
14
  props: {
@@ -25,9 +25,9 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
25
25
  setup(__props, {
26
26
  emit: emits
27
27
  }) {
28
- var _a2;
28
+ var _a2, _b2, _c2;
29
29
  const props = __props;
30
- const placeholder = ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.563")) || "1,\u7537\n2,\u5973";
30
+ const placeholder = ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.563")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.563")) || "1,\u7537\n2,\u5973";
31
31
  const editOptionstr = ref("");
32
32
  function init() {
33
33
  let list = props.options;
@@ -85,14 +85,14 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
85
85
  onNegativeClick: cancelEdit
86
86
  }, {
87
87
  default: withCtx(() => {
88
- var _a3;
88
+ var _a3, _b3, _c3;
89
89
  return [createVNode(unref(NCard), {
90
90
  style: {
91
91
  width: "860px",
92
92
  height: "496px",
93
93
  maxHeight: "496px"
94
94
  },
95
- title: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.538")) || "\u6279\u91CF\u7F16\u8F91",
95
+ title: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.538")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.538")) || "\u6279\u91CF\u7F16\u8F91",
96
96
  bordered: false,
97
97
  size: "huge",
98
98
  role: "dialog",
@@ -108,8 +108,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
108
108
  onClick: cancelEdit
109
109
  }, {
110
110
  default: withCtx(() => {
111
- var _a4;
112
- return [createTextVNode(((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.28")) || "\u53D6\u6D88")];
111
+ var _a4, _b4, _c4;
112
+ return [createTextVNode(((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.28")) || ((_c4 = (_b4 = window.top) == null ? void 0 : _b4.getLanguageByCode) == null ? void 0 : _c4.call(_b4, "10010.1.28")) || "\u53D6\u6D88")];
113
113
  }),
114
114
  _: 1
115
115
  }), createVNode(unref(NButton), {
@@ -117,8 +117,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
117
117
  onClick: handleSave
118
118
  }, {
119
119
  default: withCtx(() => {
120
- var _a4;
121
- return [createTextVNode(((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.244")) || "\u4FDD\u5B58")];
120
+ var _a4, _b4, _c4;
121
+ return [createTextVNode(((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.244")) || ((_c4 = (_b4 = window.top) == null ? void 0 : _b4.getLanguageByCode) == null ? void 0 : _c4.call(_b4, "10010.1.244")) || "\u4FDD\u5B58")];
122
122
  }),
123
123
  _: 1
124
124
  })])]),
@@ -114,12 +114,12 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
114
114
  return (_ctx, _cache) => {
115
115
  return openBlock(), createElementBlock("div", null, [createElementVNode("div", _hoisted_1, [createVNode(unref(NInputGroup), null, {
116
116
  default: withCtx(() => {
117
- var _a;
117
+ var _a, _b, _c;
118
118
  return [!personSelect.value.length ? (openBlock(), createBlock(unref(NInput), {
119
119
  key: 0,
120
120
  value: personStr.value,
121
121
  "onUpdate:value": [_cache[0] || (_cache[0] = ($event) => personStr.value = $event), inputChange],
122
- placeholder: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.383")) || "\u8BF7\u8F93\u5165"
122
+ placeholder: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.383")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.383")) || "\u8BF7\u8F93\u5165"
123
123
  }, null, 8, ["value"])) : (openBlock(), createElementBlock("div", _hoisted_2, [createVNode(unref(NTooltip), {
124
124
  trigger: "hover"
125
125
  }, {
@@ -145,8 +145,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
145
145
  onClick: openChoice
146
146
  }, {
147
147
  default: withCtx(() => {
148
- var _a2;
149
- return [createTextVNode(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.543")) || "\u9009\u62E9")];
148
+ var _a2, _b2, _c2;
149
+ return [createTextVNode(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.543")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.543")) || "\u9009\u62E9")];
150
150
  }),
151
151
  _: 1
152
152
  })];
@@ -70,14 +70,14 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
70
70
  onNegativeClick: modalCancel
71
71
  }, {
72
72
  default: withCtx(() => {
73
- var _a;
73
+ var _a, _b, _c;
74
74
  return [createVNode(unref(NCard), {
75
75
  style: {
76
76
  width: "700px",
77
77
  height: "556px",
78
78
  maxHeight: "556px"
79
79
  },
80
- title: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.538")) || "\u6279\u91CF\u7F16\u8F91",
80
+ title: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.538")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.538")) || "\u6279\u91CF\u7F16\u8F91",
81
81
  bordered: false,
82
82
  size: "huge",
83
83
  role: "dialog",
@@ -93,8 +93,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
93
93
  onClick: modalCancel
94
94
  }, {
95
95
  default: withCtx(() => {
96
- var _a2;
97
- return [createTextVNode(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.28")) || "\u53D6\u6D88")];
96
+ var _a2, _b2, _c2;
97
+ return [createTextVNode(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.28")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.28")) || "\u53D6\u6D88")];
98
98
  }),
99
99
  _: 1
100
100
  }), createVNode(unref(NButton), {
@@ -102,8 +102,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
102
102
  onClick: modalSave
103
103
  }, {
104
104
  default: withCtx(() => {
105
- var _a2;
106
- return [createTextVNode(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.244")) || "\u4FDD\u5B58")];
105
+ var _a2, _b2, _c2;
106
+ return [createTextVNode(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.244")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.244")) || "\u4FDD\u5B58")];
107
107
  }),
108
108
  _: 1
109
109
  })])]),