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
@@ -1,93 +1,93 @@
1
1
  import { WidgetTypeEnums } from '../../../types/enums.js';
2
2
 
3
- 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;
3
+ 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, __, _$, _aa, _ba, _ca, _da, _ea, _fa, _ga, _ha, _ia, _ja, _ka, _la, _ma, _na, _oa, _pa, _qa, _ra, _sa, _ta, _ua, _va, _wa, _xa, _ya, _za, _Aa, _Ba, _Ca, _Da, _Ea, _Fa, _Ga, _Ha, _Ia, _Ja, _Ka, _La, _Ma, _Na, _Oa, _Pa, _Qa, _Ra, _Sa;
4
4
  const dateOptions = [
5
5
  {
6
- label: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.338")) || "\u4E3A\u7A7A",
6
+ label: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.338")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.338")) || "\u4E3A\u7A7A",
7
7
  value: "NULL"
8
8
  },
9
9
  {
10
- label: ((_b = window.getLanguageByCode) == null ? void 0 : _b.call(window, "10010.1.339")) || "\u4E0D\u4E3A\u7A7A",
10
+ label: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.339")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.339")) || "\u4E0D\u4E3A\u7A7A",
11
11
  value: "NOT_NULL"
12
12
  },
13
13
  {
14
- label: ((_c = window.getLanguageByCode) == null ? void 0 : _c.call(window, "10010.1.317")) || "\u7B49\u4E8E",
14
+ label: ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.317")) || ((_i = (_h = window.top) == null ? void 0 : _h.getLanguageByCode) == null ? void 0 : _i.call(_h, "10010.1.317")) || "\u7B49\u4E8E",
15
15
  value: "IN"
16
16
  },
17
17
  {
18
- label: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.134")) || "\u4ECA\u5929",
18
+ label: ((_j = window.getLanguageByCode) == null ? void 0 : _j.call(window, "10010.1.134")) || ((_l = (_k = window.top) == null ? void 0 : _k.getLanguageByCode) == null ? void 0 : _l.call(_k, "10010.1.134")) || "\u4ECA\u5929",
19
19
  value: "TODAY"
20
20
  },
21
21
  {
22
- label: ((_e = window.getLanguageByCode) == null ? void 0 : _e.call(window, "10010.1.300")) || "\u660E\u5929",
22
+ label: ((_m = window.getLanguageByCode) == null ? void 0 : _m.call(window, "10010.1.300")) || ((_o = (_n = window.top) == null ? void 0 : _n.getLanguageByCode) == null ? void 0 : _o.call(_n, "10010.1.300")) || "\u660E\u5929",
23
23
  value: "TOMORROW"
24
24
  },
25
25
  {
26
- label: ((_f = window.getLanguageByCode) == null ? void 0 : _f.call(window, "10010.1.132")) || "\u6628\u5929",
26
+ label: ((_p = window.getLanguageByCode) == null ? void 0 : _p.call(window, "10010.1.132")) || ((_r = (_q = window.top) == null ? void 0 : _q.getLanguageByCode) == null ? void 0 : _r.call(_q, "10010.1.132")) || "\u6628\u5929",
27
27
  value: "YESTERDAY"
28
28
  },
29
29
  {
30
- label: ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.47")) || "\u672C\u5468",
30
+ label: ((_s = window.getLanguageByCode) == null ? void 0 : _s.call(window, "10010.1.47")) || ((_u = (_t = window.top) == null ? void 0 : _t.getLanguageByCode) == null ? void 0 : _u.call(_t, "10010.1.47")) || "\u672C\u5468",
31
31
  value: "THIS_WEEK"
32
32
  },
33
33
  {
34
- label: ((_h = window.getLanguageByCode) == null ? void 0 : _h.call(window, "10010.1.323")) || "\u4E0B\u5468",
34
+ label: ((_v = window.getLanguageByCode) == null ? void 0 : _v.call(window, "10010.1.323")) || ((_x = (_w = window.top) == null ? void 0 : _w.getLanguageByCode) == null ? void 0 : _x.call(_w, "10010.1.323")) || "\u4E0B\u5468",
35
35
  value: "NEXT_WEEK"
36
36
  },
37
37
  {
38
- label: ((_i = window.getLanguageByCode) == null ? void 0 : _i.call(window, "10010.1.324")) || "\u4E0A\u5468",
38
+ label: ((_y = window.getLanguageByCode) == null ? void 0 : _y.call(window, "10010.1.324")) || ((_A = (_z = window.top) == null ? void 0 : _z.getLanguageByCode) == null ? void 0 : _A.call(_z, "10010.1.324")) || "\u4E0A\u5468",
39
39
  value: "UP_WEEK"
40
40
  },
41
41
  {
42
- label: ((_j = window.getLanguageByCode) == null ? void 0 : _j.call(window, "10010.1.404")) || "\u672C\u6708",
42
+ label: ((_B = window.getLanguageByCode) == null ? void 0 : _B.call(window, "10010.1.404")) || ((_D = (_C = window.top) == null ? void 0 : _C.getLanguageByCode) == null ? void 0 : _D.call(_C, "10010.1.404")) || "\u672C\u6708",
43
43
  value: "THIS_MONTH"
44
44
  },
45
45
  {
46
- label: ((_k = window.getLanguageByCode) == null ? void 0 : _k.call(window, "10010.1.325")) || "\u4E0B\u6708",
46
+ label: ((_E = window.getLanguageByCode) == null ? void 0 : _E.call(window, "10010.1.325")) || ((_G = (_F = window.top) == null ? void 0 : _F.getLanguageByCode) == null ? void 0 : _G.call(_F, "10010.1.325")) || "\u4E0B\u6708",
47
47
  value: "NEXT_MONTH"
48
48
  },
49
49
  {
50
- label: ((_l = window.getLanguageByCode) == null ? void 0 : _l.call(window, "10010.1.326")) || "\u4E0A\u6708",
50
+ label: ((_H = window.getLanguageByCode) == null ? void 0 : _H.call(window, "10010.1.326")) || ((_J = (_I = window.top) == null ? void 0 : _I.getLanguageByCode) == null ? void 0 : _J.call(_I, "10010.1.326")) || "\u4E0A\u6708",
51
51
  value: "UP_MONTH"
52
52
  },
53
53
  {
54
- label: ((_m = window.getLanguageByCode) == null ? void 0 : _m.call(window, "10010.1.327")) || "\u672C\u5B63\u5EA6",
54
+ label: ((_K = window.getLanguageByCode) == null ? void 0 : _K.call(window, "10010.1.327")) || ((_M = (_L = window.top) == null ? void 0 : _L.getLanguageByCode) == null ? void 0 : _M.call(_L, "10010.1.327")) || "\u672C\u5B63\u5EA6",
55
55
  value: "THIS_SEASON"
56
56
  },
57
57
  {
58
- label: ((_n = window.getLanguageByCode) == null ? void 0 : _n.call(window, "10010.1.328")) || "\u4E0B\u5B63\u5EA6",
58
+ label: ((_N = window.getLanguageByCode) == null ? void 0 : _N.call(window, "10010.1.328")) || ((_P = (_O = window.top) == null ? void 0 : _O.getLanguageByCode) == null ? void 0 : _P.call(_O, "10010.1.328")) || "\u4E0B\u5B63\u5EA6",
59
59
  value: "NEXT_SEASON"
60
60
  },
61
61
  {
62
- label: ((_o = window.getLanguageByCode) == null ? void 0 : _o.call(window, "10010.1.329")) || "\u4E0A\u5B63\u5EA6",
62
+ label: ((_Q = window.getLanguageByCode) == null ? void 0 : _Q.call(window, "10010.1.329")) || ((_S = (_R = window.top) == null ? void 0 : _R.getLanguageByCode) == null ? void 0 : _S.call(_R, "10010.1.329")) || "\u4E0A\u5B63\u5EA6",
63
63
  value: "UP_SEASON"
64
64
  },
65
65
  {
66
- label: ((_p = window.getLanguageByCode) == null ? void 0 : _p.call(window, "10010.1.330")) || "\u672C\u5E74",
66
+ label: ((_T = window.getLanguageByCode) == null ? void 0 : _T.call(window, "10010.1.330")) || ((_V = (_U = window.top) == null ? void 0 : _U.getLanguageByCode) == null ? void 0 : _V.call(_U, "10010.1.330")) || "\u672C\u5E74",
67
67
  value: "THIS_YEAR"
68
68
  },
69
69
  {
70
- label: ((_q = window.getLanguageByCode) == null ? void 0 : _q.call(window, "10010.1.331")) || "\u4E0B\u5E74",
70
+ label: ((_W = window.getLanguageByCode) == null ? void 0 : _W.call(window, "10010.1.331")) || ((_Y = (_X = window.top) == null ? void 0 : _X.getLanguageByCode) == null ? void 0 : _Y.call(_X, "10010.1.331")) || "\u4E0B\u5E74",
71
71
  value: "NEXT_YEAR"
72
72
  },
73
73
  {
74
- label: ((_r = window.getLanguageByCode) == null ? void 0 : _r.call(window, "10010.1.358")) || "\u4E0A\u5E74",
74
+ label: ((_Z = window.getLanguageByCode) == null ? void 0 : _Z.call(window, "10010.1.358")) || ((_$ = (__ = window.top) == null ? void 0 : __.getLanguageByCode) == null ? void 0 : _$.call(__, "10010.1.358")) || "\u4E0A\u5E74",
75
75
  value: "UP_YEAR"
76
76
  },
77
77
  {
78
- label: ((_s = window.getLanguageByCode) == null ? void 0 : _s.call(window, "10010.1.319")) || "\u5927\u4E8E",
78
+ label: ((_aa = window.getLanguageByCode) == null ? void 0 : _aa.call(window, "10010.1.319")) || ((_ca = (_ba = window.top) == null ? void 0 : _ba.getLanguageByCode) == null ? void 0 : _ca.call(_ba, "10010.1.319")) || "\u5927\u4E8E",
79
79
  value: "BIG"
80
80
  },
81
81
  {
82
- label: ((_t = window.getLanguageByCode) == null ? void 0 : _t.call(window, "10010.1.320")) || "\u5C0F\u4E8E",
82
+ label: ((_da = window.getLanguageByCode) == null ? void 0 : _da.call(window, "10010.1.320")) || ((_fa = (_ea = window.top) == null ? void 0 : _ea.getLanguageByCode) == null ? void 0 : _fa.call(_ea, "10010.1.320")) || "\u5C0F\u4E8E",
83
83
  value: "LESS"
84
84
  },
85
85
  {
86
- label: ((_u = window.getLanguageByCode) == null ? void 0 : _u.call(window, "10010.1.321")) || "\u5927\u4E8E\u7B49\u4E8E",
86
+ label: ((_ga = window.getLanguageByCode) == null ? void 0 : _ga.call(window, "10010.1.321")) || ((_ia = (_ha = window.top) == null ? void 0 : _ha.getLanguageByCode) == null ? void 0 : _ia.call(_ha, "10010.1.321")) || "\u5927\u4E8E\u7B49\u4E8E",
87
87
  value: "BIGEQ"
88
88
  },
89
89
  {
90
- label: ((_v = window.getLanguageByCode) == null ? void 0 : _v.call(window, "10010.1.322")) || "\u5C0F\u4E8E\u7B49\u4E8E",
90
+ label: ((_ja = window.getLanguageByCode) == null ? void 0 : _ja.call(window, "10010.1.322")) || ((_la = (_ka = window.top) == null ? void 0 : _ka.getLanguageByCode) == null ? void 0 : _la.call(_ka, "10010.1.322")) || "\u5C0F\u4E8E\u7B49\u4E8E",
91
91
  value: "LESSEQ"
92
92
  }
93
93
  ];
@@ -104,27 +104,27 @@ const filterConditionTypeOptions = [
104
104
  type: "TEXT",
105
105
  options: [
106
106
  {
107
- label: ((_w = window.getLanguageByCode) == null ? void 0 : _w.call(window, "10010.1.338")) || "\u4E3A\u7A7A",
107
+ label: ((_ma = window.getLanguageByCode) == null ? void 0 : _ma.call(window, "10010.1.338")) || ((_oa = (_na = window.top) == null ? void 0 : _na.getLanguageByCode) == null ? void 0 : _oa.call(_na, "10010.1.338")) || "\u4E3A\u7A7A",
108
108
  value: "NULL"
109
109
  },
110
110
  {
111
- label: ((_x = window.getLanguageByCode) == null ? void 0 : _x.call(window, "10010.1.339")) || "\u4E0D\u4E3A\u7A7A",
111
+ label: ((_pa = window.getLanguageByCode) == null ? void 0 : _pa.call(window, "10010.1.339")) || ((_ra = (_qa = window.top) == null ? void 0 : _qa.getLanguageByCode) == null ? void 0 : _ra.call(_qa, "10010.1.339")) || "\u4E0D\u4E3A\u7A7A",
112
112
  value: "NOT_NULL"
113
113
  },
114
114
  {
115
- label: ((_y = window.getLanguageByCode) == null ? void 0 : _y.call(window, "10010.1.340")) || "\u5305\u542B",
115
+ label: ((_sa = window.getLanguageByCode) == null ? void 0 : _sa.call(window, "10010.1.340")) || ((_ua = (_ta = window.top) == null ? void 0 : _ta.getLanguageByCode) == null ? void 0 : _ua.call(_ta, "10010.1.340")) || "\u5305\u542B",
116
116
  value: "CL"
117
117
  },
118
118
  {
119
- label: ((_z = window.getLanguageByCode) == null ? void 0 : _z.call(window, "10010.1.341")) || "\u4E0D\u5305\u542B",
119
+ label: ((_va = window.getLanguageByCode) == null ? void 0 : _va.call(window, "10010.1.341")) || ((_xa = (_wa = window.top) == null ? void 0 : _wa.getLanguageByCode) == null ? void 0 : _xa.call(_wa, "10010.1.341")) || "\u4E0D\u5305\u542B",
120
120
  value: "NC"
121
121
  },
122
122
  {
123
- label: ((_A = window.getLanguageByCode) == null ? void 0 : _A.call(window, "10010.1.317")) || "\u7B49\u4E8E",
123
+ label: ((_ya = window.getLanguageByCode) == null ? void 0 : _ya.call(window, "10010.1.317")) || ((_Aa = (_za = window.top) == null ? void 0 : _za.getLanguageByCode) == null ? void 0 : _Aa.call(_za, "10010.1.317")) || "\u7B49\u4E8E",
124
124
  value: "EQ"
125
125
  },
126
126
  {
127
- label: ((_B = window.getLanguageByCode) == null ? void 0 : _B.call(window, "10010.1.318")) || "\u4E0D\u7B49\u4E8E",
127
+ label: ((_Ba = window.getLanguageByCode) == null ? void 0 : _Ba.call(window, "10010.1.318")) || ((_Da = (_Ca = window.top) == null ? void 0 : _Ca.getLanguageByCode) == null ? void 0 : _Da.call(_Ca, "10010.1.318")) || "\u4E0D\u7B49\u4E8E",
128
128
  value: "NEQ"
129
129
  }
130
130
  ]
@@ -133,23 +133,23 @@ const filterConditionTypeOptions = [
133
133
  type: "NUMBER",
134
134
  options: [
135
135
  {
136
- label: ((_C = window.getLanguageByCode) == null ? void 0 : _C.call(window, "10010.1.338")) || "\u4E3A\u7A7A",
136
+ label: ((_Ea = window.getLanguageByCode) == null ? void 0 : _Ea.call(window, "10010.1.338")) || ((_Ga = (_Fa = window.top) == null ? void 0 : _Fa.getLanguageByCode) == null ? void 0 : _Ga.call(_Fa, "10010.1.338")) || "\u4E3A\u7A7A",
137
137
  value: "NULL"
138
138
  },
139
139
  {
140
- label: ((_D = window.getLanguageByCode) == null ? void 0 : _D.call(window, "10010.1.339")) || "\u4E0D\u4E3A\u7A7A",
140
+ label: ((_Ha = window.getLanguageByCode) == null ? void 0 : _Ha.call(window, "10010.1.339")) || ((_Ja = (_Ia = window.top) == null ? void 0 : _Ia.getLanguageByCode) == null ? void 0 : _Ja.call(_Ia, "10010.1.339")) || "\u4E0D\u4E3A\u7A7A",
141
141
  value: "NOT_NULL"
142
142
  },
143
143
  {
144
- label: ((_E = window.getLanguageByCode) == null ? void 0 : _E.call(window, "10010.1.317")) || "\u7B49\u4E8E",
144
+ label: ((_Ka = window.getLanguageByCode) == null ? void 0 : _Ka.call(window, "10010.1.317")) || ((_Ma = (_La = window.top) == null ? void 0 : _La.getLanguageByCode) == null ? void 0 : _Ma.call(_La, "10010.1.317")) || "\u7B49\u4E8E",
145
145
  value: "EQ"
146
146
  },
147
147
  {
148
- label: ((_F = window.getLanguageByCode) == null ? void 0 : _F.call(window, "10010.1.319")) || "\u5927\u4E8E",
148
+ label: ((_Na = window.getLanguageByCode) == null ? void 0 : _Na.call(window, "10010.1.319")) || ((_Pa = (_Oa = window.top) == null ? void 0 : _Oa.getLanguageByCode) == null ? void 0 : _Pa.call(_Oa, "10010.1.319")) || "\u5927\u4E8E",
149
149
  value: "BIG"
150
150
  },
151
151
  {
152
- label: ((_G = window.getLanguageByCode) == null ? void 0 : _G.call(window, "10010.1.320")) || "\u5C0F\u4E8E",
152
+ label: ((_Qa = window.getLanguageByCode) == null ? void 0 : _Qa.call(window, "10010.1.320")) || ((_Sa = (_Ra = window.top) == null ? void 0 : _Ra.getLanguageByCode) == null ? void 0 : _Sa.call(_Ra, "10010.1.320")) || "\u5C0F\u4E8E",
153
153
  value: "LESS"
154
154
  }
155
155
  ]
@@ -7,7 +7,7 @@ import { useDisplayCategory } from '../classify-filter/hooks/useDisplayCategory.
7
7
  import { useBiConditions } from './hooks/useBiConditions.js';
8
8
  import { InjectionClassifyFilterList } from '../../constants/index.js';
9
9
 
10
- var _a, _b;
10
+ var _a, _b, _c, _d, _e, _f;
11
11
  const _hoisted_1 = {
12
12
  class: "searchConditionByApi_wrapper"
13
13
  };
@@ -40,7 +40,7 @@ const _hoisted_10 = {
40
40
  const _hoisted_11 = /* @__PURE__ */ createElementVNode("span", {
41
41
  class: "label"
42
42
  }, " \u8FC7\u6EE4\u6761\u4EF6\uFF1A ", -1);
43
- const _hoisted_12 = /* @__PURE__ */ createElementVNode("span", null, ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.86")) || "\u6DFB\u52A0", -1);
43
+ const _hoisted_12 = /* @__PURE__ */ createElementVNode("span", null, ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.86")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.86")) || "\u6DFB\u52A0", -1);
44
44
  const _hoisted_13 = {
45
45
  class: "select-item-list"
46
46
  };
@@ -51,7 +51,7 @@ const _hoisted_15 = ["onClick"];
51
51
  const _hoisted_16 = {
52
52
  class: "filter-expression"
53
53
  };
54
- const _hoisted_17 = /* @__PURE__ */ createElementVNode("span", null, ((_b = window.getLanguageByCode) == null ? void 0 : _b.call(window, "10010.1.272")) || "\u7B5B\u9009\u5668\u903B\u8F91\u7F16\u8F91\uFF0C\u4E0D\u8BBE\u7F6E\u9ED8\u8BA4\u4E3AAND", -1);
54
+ const _hoisted_17 = /* @__PURE__ */ createElementVNode("span", null, ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.272")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.272")) || "\u7B5B\u9009\u5668\u903B\u8F91\u7F16\u8F91\uFF0C\u4E0D\u8BBE\u7F6E\u9ED8\u8BA4\u4E3AAND", -1);
55
55
  const _hoisted_18 = /* @__PURE__ */ createElementVNode("span", null, "\u4F8B\u5B50 (1 AND 2) OR 3", -1);
56
56
  var _sfc_main = /* @__PURE__ */ defineComponent({
57
57
  __name: "index",
@@ -179,13 +179,13 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
179
179
  }
180
180
  function validate() {
181
181
  return new Promise((resolve) => {
182
- var _a2, _b2, _c;
182
+ var _a2, _b2, _c2, _d2, _e2, _f2, _g, _h, _i;
183
183
  if (!FormState.className && props.showItemName) {
184
- $message.warning(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.360")) || "\u8BF7\u8F93\u5165\u5206\u7C7B\u540D\u79F0");
184
+ $message.warning(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.360")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.360")) || "\u8BF7\u8F93\u5165\u5206\u7C7B\u540D\u79F0");
185
185
  return;
186
186
  }
187
187
  if (FormState.filterConditions.length === 0) {
188
- $message.warning(((_b2 = window.getLanguageByCode) == null ? void 0 : _b2.call(window, "10010.1.364")) || "\u8BF7\u81F3\u5C11\u6DFB\u52A0\u4E00\u4E2A\u6761\u4EF6");
188
+ $message.warning(((_d2 = window.getLanguageByCode) == null ? void 0 : _d2.call(window, "10010.1.364")) || ((_f2 = (_e2 = window.top) == null ? void 0 : _e2.getLanguageByCode) == null ? void 0 : _f2.call(_e2, "10010.1.364")) || "\u8BF7\u81F3\u5C11\u6DFB\u52A0\u4E00\u4E2A\u6761\u4EF6");
189
189
  return;
190
190
  }
191
191
  const isEmpty = FormState.filterConditions.some(({
@@ -198,7 +198,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
198
198
  return !fieldId || !con || isShowValueCfg(con) && !value && !values.length;
199
199
  });
200
200
  if (isEmpty) {
201
- $message.warning(((_c = window.getLanguageByCode) == null ? void 0 : _c.call(window, "10010.1.365")) || "\u8BF7\u8865\u5145\u5B8C\u6574\u6761\u4EF6\u5185\u5BB9");
201
+ $message.warning(((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.365")) || ((_i = (_h = window.top) == null ? void 0 : _h.getLanguageByCode) == null ? void 0 : _i.call(_h, "10010.1.365")) || "\u8BF7\u8865\u5145\u5B8C\u6574\u6761\u4EF6\u5185\u5BB9");
202
202
  return;
203
203
  }
204
204
  resolve(true);
@@ -245,11 +245,11 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
245
245
  show: loading.value
246
246
  }, {
247
247
  default: withCtx(() => {
248
- var _a2, _b2;
248
+ var _a2, _b2, _c2, _d2, _e2, _f2;
249
249
  return [createElementVNode("div", _hoisted_2, [__props.showItemName ? (openBlock(), createElementBlock("div", _hoisted_3, [_hoisted_4, createVNode(unref(NInput), {
250
250
  value: FormState.className,
251
251
  "onUpdate:value": _cache[0] || (_cache[0] = ($event) => FormState.className = $event),
252
- placeholder: ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.360")) || "\u8BF7\u8F93\u5165\u5206\u7C7B\u540D\u79F0",
252
+ placeholder: ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.360")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.360")) || "\u8BF7\u8F93\u5165\u5206\u7C7B\u540D\u79F0",
253
253
  style: {
254
254
  "width": "250px"
255
255
  },
@@ -294,11 +294,11 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
294
294
  onClick: handleDisplayCategoryAddState
295
295
  }, {
296
296
  default: withCtx(() => {
297
- var _a3;
297
+ var _a3, _b3, _c3;
298
298
  return [createVNode(unref(NIcon), {
299
299
  component: unref(AddOutline),
300
300
  size: "20"
301
- }, null, 8, ["component"]), createTextVNode(" " + toDisplayString(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.362")) || "\u6DFB\u52A0\u7236\u7C7B"))];
301
+ }, null, 8, ["component"]), createTextVNode(" " + toDisplayString(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.362")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.362")) || "\u6DFB\u52A0\u7236\u7C7B"))];
302
302
  }),
303
303
  _: 1
304
304
  }, 512), [[vShow, !unref(DisplayCategoryState).showAdd]]), withDirectives(createVNode(unref(NInput), {
@@ -326,12 +326,12 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
326
326
  class: "blue",
327
327
  size: "18"
328
328
  }, null, 8, ["component"]), _hoisted_12])])) : createCommentVNode("v-if", true), createElementVNode("ul", _hoisted_13, [(openBlock(true), createElementBlock(Fragment, null, renderList(FormState.filterConditions, (item, index) => {
329
- var _a3, _b3, _c, _d;
329
+ var _a3, _b3, _c3, _d3, _e3, _f3, _g, _h, _i, _j, _k, _l;
330
330
  return openBlock(), createElementBlock("li", {
331
331
  key: index
332
332
  }, [createElementVNode("span", _hoisted_14, toDisplayString(index + 1), 1), createCommentVNode(" \u9009\u62E9 field_key "), createVNode(unref(NSelect), {
333
333
  class: "form-item",
334
- placeholder: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.147")) || "\u8BF7\u9009\u62E9",
334
+ placeholder: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.147")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.147")) || "\u8BF7\u9009\u62E9",
335
335
  value: item.fieldId,
336
336
  "menu-props": menuProps,
337
337
  to: "body",
@@ -341,13 +341,13 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
341
341
  }, null, 8, ["value", "options", "onUpdate:value"]), createCommentVNode(" \u9009\u62E9 \u5173\u7CFB "), item.fieldId ? (openBlock(), createBlock(unref(NSelect), {
342
342
  key: 0,
343
343
  class: "form-item",
344
- placeholder: ((_b3 = window.getLanguageByCode) == null ? void 0 : _b3.call(window, "10010.1.147")) || "\u8BF7\u9009\u62E9",
344
+ placeholder: ((_d3 = window.getLanguageByCode) == null ? void 0 : _d3.call(window, "10010.1.147")) || ((_f3 = (_e3 = window.top) == null ? void 0 : _e3.getLanguageByCode) == null ? void 0 : _f3.call(_e3, "10010.1.147")) || "\u8BF7\u9009\u62E9",
345
345
  value: item.con,
346
346
  to: "body",
347
347
  filterable: "",
348
348
  options: item.biTypeOptions,
349
349
  "onUpdate:value": ($event) => unref(updateCondition)(index, $event)
350
- }, null, 8, ["value", "options", "onUpdate:value"])) : createCommentVNode("v-if", true), createCommentVNode(((_c = window.getLanguageByCode) == null ? void 0 : _c.call(window, "10010.1.376")) || "\u81EA\u5B9A\u4E49"), item.fieldId && item.con && isShowValueCfg(item.con) ? (openBlock(), createBlock(ValueCfg, {
350
+ }, null, 8, ["value", "options", "onUpdate:value"])) : createCommentVNode("v-if", true), createCommentVNode(((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.376")) || ((_i = (_h = window.top) == null ? void 0 : _h.getLanguageByCode) == null ? void 0 : _i.call(_h, "10010.1.376")) || "\u81EA\u5B9A\u4E49"), item.fieldId && item.con && isShowValueCfg(item.con) ? (openBlock(), createBlock(ValueCfg, {
351
351
  key: 1,
352
352
  modelValue: item.value,
353
353
  "onUpdate:modelValue": ($event) => item.value = $event,
@@ -355,7 +355,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
355
355
  "onUpdate:modelValues": ($event) => item.values = $event,
356
356
  "param-cfg": unref(getParamCfg)(item.fieldId)
357
357
  }, null, 8, ["modelValue", "onUpdate:modelValue", "modelValues", "onUpdate:modelValues", "param-cfg"])) : createCommentVNode("v-if", true), createVNode(unref(NTooltip), {
358
- title: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.215")) || "\u5220\u9664",
358
+ title: ((_j = window.getLanguageByCode) == null ? void 0 : _j.call(window, "10010.1.215")) || ((_l = (_k = window.top) == null ? void 0 : _k.getLanguageByCode) == null ? void 0 : _l.call(_k, "10010.1.215")) || "\u5220\u9664",
359
359
  trigger: "hover"
360
360
  }, {
361
361
  trigger: withCtx(() => [createElementVNode("i", {
@@ -363,8 +363,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
363
363
  class: "iconfont-table-filter delete-item-icon icon-table-filter-menzhenyishengzhananniuqingchu"
364
364
  }, null, 8, _hoisted_15)]),
365
365
  default: withCtx(() => {
366
- var _a4;
367
- return [createTextVNode(((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.215")) || "\u5220\u9664")];
366
+ var _a4, _b4, _c4;
367
+ return [createTextVNode(((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.215")) || ((_c4 = (_b4 = window.top) == null ? void 0 : _b4.getLanguageByCode) == null ? void 0 : _c4.call(_b4, "10010.1.215")) || "\u5220\u9664")];
368
368
  }),
369
369
  _: 2
370
370
  }, 1024)]);
@@ -373,7 +373,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
373
373
  value: sqlExpression.value,
374
374
  "onUpdate:value": _cache[3] || (_cache[3] = ($event) => sqlExpression.value = $event),
375
375
  type: "textarea",
376
- placeholder: ((_b2 = window.getLanguageByCode) == null ? void 0 : _b2.call(window, "10010.1.363")) || "\u8BF7\u8F93\u5165\u8868\u8FBE\u5F0F"
376
+ placeholder: ((_d2 = window.getLanguageByCode) == null ? void 0 : _d2.call(window, "10010.1.363")) || ((_f2 = (_e2 = window.top) == null ? void 0 : _e2.getLanguageByCode) == null ? void 0 : _f2.call(_e2, "10010.1.363")) || "\u8BF7\u8F93\u5165\u8868\u8FBE\u5F0F"
377
377
  }, null, 8, ["value"])])])];
378
378
  }),
379
379
  _: 1
@@ -58,13 +58,13 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
58
58
  return (_a = props.paramCfg) == null ? void 0 : _a.type;
59
59
  });
60
60
  return (_ctx, _cache) => {
61
- var _a, _b;
62
- return openBlock(), createElementBlock("div", _hoisted_1, [createCommentVNode(((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.292")) || "\u6570\u5B57\u6846"), unref(widgetType) === unref(WidgetTypeEnums).INPUT_NUMBER ? (openBlock(), createBlock(unref(InputNumber), {
61
+ var _a, _b, _c, _d, _e, _f;
62
+ return openBlock(), createElementBlock("div", _hoisted_1, [createCommentVNode(((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.292")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.292")) || "\u6570\u5B57\u6846"), unref(widgetType) === unref(WidgetTypeEnums).INPUT_NUMBER ? (openBlock(), createBlock(unref(InputNumber), {
63
63
  key: 0,
64
64
  paramCfg: __props.paramCfg,
65
65
  modelValue: unref(valueCp),
66
66
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(valueCp) ? valueCp.value = $event : null)
67
- }, null, 8, ["paramCfg", "modelValue"])) : createCommentVNode("v-if", true), createCommentVNode(((_b = window.getLanguageByCode) == null ? void 0 : _b.call(window, "10010.1.293")) || "\u6587\u672C\u6846"), unref(widgetType) === unref(WidgetTypeEnums).INPUT ? (openBlock(), createBlock(unref(InputFilter), {
67
+ }, null, 8, ["paramCfg", "modelValue"])) : createCommentVNode("v-if", true), createCommentVNode(((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.293")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.293")) || "\u6587\u672C\u6846"), unref(widgetType) === unref(WidgetTypeEnums).INPUT ? (openBlock(), createBlock(unref(InputFilter), {
68
68
  key: 1,
69
69
  paramCfg: __props.paramCfg,
70
70
  modelValue: unref(valueCp),
@@ -72,7 +72,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
72
72
  return (_b = (_a = props.paramCfg) == null ? void 0 : _a._rawData) == null ? void 0 : _b.optionType;
73
73
  });
74
74
  const widgetOptions = computed(() => {
75
- var _a, _b;
75
+ var _a, _b, _c, _d;
76
76
  const optSetting = optionSetting.value || WidgetOptionEnums.ALL;
77
77
  if (compType.value && optSetting) {
78
78
  const typeStr = `${compType.value}_${optSetting}`;
@@ -85,7 +85,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
85
85
  };
86
86
  });
87
87
  options.unshift({
88
- label: ((_b = window.getLanguageByCode) == null ? void 0 : _b.call(window, "10010.1.345")) || "\u81EA\u5B9A\u4E49\u8F93\u5165",
88
+ label: ((_b = window.getLanguageByCode) == null ? void 0 : _b.call(window, "10010.1.345")) || ((_d = (_c = window.top) == null ? void 0 : _c.getLanguageByCode) == null ? void 0 : _d.call(_c, "10010.1.345")) || "\u81EA\u5B9A\u4E49\u8F93\u5165",
89
89
  value: WidgetValEnums.CUSTOM
90
90
  });
91
91
  return options;
@@ -80,12 +80,12 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
80
80
  const isPastTime = computed(() => optionSetting.value === WidgetOptionEnums.PAST_TIME);
81
81
  const isFutureTime = computed(() => optionSetting.value === WidgetOptionEnums.FUTURE_TIME);
82
82
  const startPlaceholder = computed(() => {
83
- var _a, _b;
84
- return compType.value === WidgetTypeEnums.DATE ? ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.366")) || "\u521D\u59CB\u65E5\u671F" : ((_b = window.getLanguageByCode) == null ? void 0 : _b.call(window, "10010.1.367")) || "\u521D\u59CB\u65F6\u95F4";
83
+ var _a, _b, _c, _d, _e, _f;
84
+ return compType.value === WidgetTypeEnums.DATE ? ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.366")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.366")) || "\u521D\u59CB\u65E5\u671F" : ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.367")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.367")) || "\u521D\u59CB\u65F6\u95F4";
85
85
  });
86
86
  const endPlaceholder = computed(() => {
87
- var _a, _b;
88
- return compType.value === WidgetTypeEnums.DATE ? ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.368")) || "\u622A\u6B62\u65E5\u671F" : ((_b = window.getLanguageByCode) == null ? void 0 : _b.call(window, "10010.1.369")) || "\u622A\u6B62\u65F6\u95F4";
87
+ var _a, _b, _c, _d, _e, _f;
88
+ return compType.value === WidgetTypeEnums.DATE ? ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.368")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.368")) || "\u622A\u6B62\u65E5\u671F" : ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.369")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.369")) || "\u622A\u6B62\u65F6\u95F4";
89
89
  });
90
90
  const startDefault = computed(() => {
91
91
  if (isFutureTime.value)
@@ -107,7 +107,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
107
107
  return compType.value.toLowerCase() || WidgetTypeEnums.DATE.toLowerCase();
108
108
  });
109
109
  const widgetOptions = computed(() => {
110
- var _a, _b;
110
+ var _a, _b, _c, _d;
111
111
  const optSetting = optionSetting.value || WidgetOptionEnums.ALL;
112
112
  if (compType.value && optSetting) {
113
113
  const typeStr = `${compType.value}_${optSetting}_RANGE`;
@@ -120,7 +120,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
120
120
  };
121
121
  });
122
122
  options.unshift({
123
- label: ((_b = window.getLanguageByCode) == null ? void 0 : _b.call(window, "10010.1.345")) || "\u81EA\u5B9A\u4E49\u8F93\u5165",
123
+ label: ((_b = window.getLanguageByCode) == null ? void 0 : _b.call(window, "10010.1.345")) || ((_d = (_c = window.top) == null ? void 0 : _c.getLanguageByCode) == null ? void 0 : _d.call(_c, "10010.1.345")) || "\u81EA\u5B9A\u4E49\u8F93\u5165",
124
124
  value: WidgetValEnums.CUSTOM
125
125
  });
126
126
  return options;
@@ -26,13 +26,13 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
26
26
  setup(__props, {
27
27
  emit
28
28
  }) {
29
- var _a, _b;
29
+ var _a, _b, _c, _d, _e, _f;
30
30
  const props = __props;
31
31
  const optionList = ref([{
32
- label: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.370")) || "\u7CBE\u786E\u67E5\u8BE2",
32
+ label: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.370")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.370")) || "\u7CBE\u786E\u67E5\u8BE2",
33
33
  value: 1
34
34
  }, {
35
- label: ((_b = window.getLanguageByCode) == null ? void 0 : _b.call(window, "10010.1.371")) || "\u6A21\u7CCA\u67E5\u8BE2",
35
+ label: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.371")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.371")) || "\u6A21\u7CCA\u67E5\u8BE2",
36
36
  value: 0
37
37
  }]);
38
38
  const valueCp = computed({
@@ -52,8 +52,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
52
52
  }
53
53
  });
54
54
  const isShowSearch = computed(() => {
55
- var _a2, _b2, _c;
56
- return ((_a2 = props.paramCfg._rawData) == null ? void 0 : _a2.filterExplicit) && ((_c = (_b2 = props.paramCfg._rawData) == null ? void 0 : _b2.accurateSearch) == null ? void 0 : _c.switchEnable);
55
+ var _a2, _b2, _c2;
56
+ return ((_a2 = props.paramCfg._rawData) == null ? void 0 : _a2.filterExplicit) && ((_c2 = (_b2 = props.paramCfg._rawData) == null ? void 0 : _b2.accurateSearch) == null ? void 0 : _c2.switchEnable);
57
57
  });
58
58
  return (_ctx, _cache) => {
59
59
  return openBlock(), createElementBlock("div", _hoisted_1, [unref(isShowSearch) ? (openBlock(), createBlock(unref(NSelect), {
@@ -58,19 +58,19 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
58
58
  class: "render-widget-input-number-group"
59
59
  }, {
60
60
  default: withCtx(() => {
61
- var _a, _b;
61
+ var _a, _b, _c, _d, _e, _f;
62
62
  return [createVNode(unref(NInputNumber), {
63
63
  style: {
64
64
  "width": "106px"
65
65
  },
66
- placeholder: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.372")) || "\u6700\u5C0F\u503C",
66
+ placeholder: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.372")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.372")) || "\u6700\u5C0F\u503C",
67
67
  value: startNumber.value,
68
68
  "onUpdate:value": _cache[0] || (_cache[0] = (e) => handleChange(e, "startNumber"))
69
69
  }, null, 8, ["value"]), _hoisted_1, createVNode(unref(NInputNumber), {
70
70
  style: {
71
71
  "width": "106px"
72
72
  },
73
- placeholder: ((_b = window.getLanguageByCode) == null ? void 0 : _b.call(window, "10010.1.373")) || "\u6700\u5927\u503C",
73
+ placeholder: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.373")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.373")) || "\u6700\u5927\u503C",
74
74
  value: endNumber.value,
75
75
  "onUpdate:value": _cache[1] || (_cache[1] = (e) => handleChange(e, "endNumber"))
76
76
  }, null, 8, ["value"])];
@@ -1,11 +1,11 @@
1
1
  import { ConditionEnums } from '../../../types/enums.js';
2
2
 
3
- var _a, _b;
3
+ var _a, _b, _c, _d, _e, _f;
4
4
  const conditionOptions = [{
5
- label: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.376")) || "\u81EA\u5B9A\u4E49",
5
+ label: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.376")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.376")) || "\u81EA\u5B9A\u4E49",
6
6
  value: ConditionEnums.EQUAL
7
7
  }, {
8
- label: ((_b = window.getLanguageByCode) == null ? void 0 : _b.call(window, "10010.1.338")) || "\u4E3A\u7A7A",
8
+ label: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.338")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.338")) || "\u4E3A\u7A7A",
9
9
  value: ConditionEnums.NULL
10
10
  }];
11
11
 
@@ -55,8 +55,8 @@ const useDisplayCategory = (selectedDisplayCategory, {
55
55
  const initDisplayCategories = (rawDataDisplayCategories, displayCategory) => {
56
56
  const displayCategories = [];
57
57
  rawDataDisplayCategories.forEach((item) => {
58
- var _a;
59
- if (item !== (((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.378")) || "\u672A\u5206\u7C7B")) {
58
+ var _a, _b, _c;
59
+ if (item !== (((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.378")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.378")) || "\u672A\u5206\u7C7B")) {
60
60
  displayCategories.push({
61
61
  disabled: true,
62
62
  value: item
@@ -8,7 +8,7 @@ import { useFilterConditions } from './hooks/useFilterConditions.js';
8
8
  import { conditionOptions } from './helpers/options.js';
9
9
  import { InjectionClassifyFilterList } from '../../constants/index.js';
10
10
 
11
- var _a;
11
+ var _a, _b, _c;
12
12
  const _hoisted_1 = {
13
13
  class: "searchConditionByApi_wrapper"
14
14
  };
@@ -41,7 +41,7 @@ const _hoisted_10 = {
41
41
  const _hoisted_11 = /* @__PURE__ */ createElementVNode("span", {
42
42
  class: "label"
43
43
  }, " \u8FC7\u6EE4\u6761\u4EF6\uFF1A ", -1);
44
- const _hoisted_12 = /* @__PURE__ */ createElementVNode("span", null, ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.86")) || "\u6DFB\u52A0", -1);
44
+ const _hoisted_12 = /* @__PURE__ */ createElementVNode("span", null, ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.86")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.86")) || "\u6DFB\u52A0", -1);
45
45
  const _hoisted_13 = {
46
46
  class: "select-item-list"
47
47
  };
@@ -168,13 +168,13 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
168
168
  }
169
169
  function validate() {
170
170
  return new Promise((resolve) => {
171
- var _a2, _b, _c;
171
+ var _a2, _b2, _c2, _d, _e, _f, _g, _h, _i;
172
172
  if (!FormState.className && props.showItemName) {
173
- $message.warning(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.360")) || "\u8BF7\u8F93\u5165\u5206\u7C7B\u540D\u79F0");
173
+ $message.warning(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.360")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.360")) || "\u8BF7\u8F93\u5165\u5206\u7C7B\u540D\u79F0");
174
174
  return;
175
175
  }
176
176
  if (FormState.filterConditions.length === 0) {
177
- $message.warning(((_b = window.getLanguageByCode) == null ? void 0 : _b.call(window, "10010.1.364")) || "\u8BF7\u81F3\u5C11\u6DFB\u52A0\u4E00\u4E2A\u6761\u4EF6");
177
+ $message.warning(((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.364")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.364")) || "\u8BF7\u81F3\u5C11\u6DFB\u52A0\u4E00\u4E2A\u6761\u4EF6");
178
178
  return;
179
179
  }
180
180
  const isEmpty = FormState.filterConditions.some(({
@@ -186,7 +186,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
186
186
  return !key || !condition || condition === ConditionEnums.EQUAL && !value && !presetVal;
187
187
  });
188
188
  if (isEmpty) {
189
- $message.warning(((_c = window.getLanguageByCode) == null ? void 0 : _c.call(window, "10010.1.365")) || "\u8BF7\u8865\u5145\u5B8C\u6574\u6761\u4EF6\u5185\u5BB9");
189
+ $message.warning(((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.365")) || ((_i = (_h = window.top) == null ? void 0 : _h.getLanguageByCode) == null ? void 0 : _i.call(_h, "10010.1.365")) || "\u8BF7\u8865\u5145\u5B8C\u6574\u6761\u4EF6\u5185\u5BB9");
190
190
  return;
191
191
  }
192
192
  resolve(true);
@@ -232,11 +232,11 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
232
232
  show: loading.value
233
233
  }, {
234
234
  default: withCtx(() => {
235
- var _a2;
235
+ var _a2, _b2, _c2;
236
236
  return [createElementVNode("div", _hoisted_2, [__props.showItemName ? (openBlock(), createElementBlock("div", _hoisted_3, [_hoisted_4, createVNode(unref(NInput), {
237
237
  value: FormState.className,
238
238
  "onUpdate:value": _cache[0] || (_cache[0] = ($event) => FormState.className = $event),
239
- placeholder: ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.360")) || "\u8BF7\u8F93\u5165\u5206\u7C7B\u540D\u79F0",
239
+ placeholder: ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.360")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.360")) || "\u8BF7\u8F93\u5165\u5206\u7C7B\u540D\u79F0",
240
240
  style: {
241
241
  "width": "250px"
242
242
  },
@@ -281,11 +281,11 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
281
281
  onClick: handleDisplayCategoryAddState
282
282
  }, {
283
283
  default: withCtx(() => {
284
- var _a3;
284
+ var _a3, _b3, _c3;
285
285
  return [createVNode(unref(NIcon), {
286
286
  component: unref(AddOutline),
287
287
  size: "20"
288
- }, null, 8, ["component"]), createTextVNode(" " + toDisplayString(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.362")) || "\u6DFB\u52A0\u7236\u7C7B"))];
288
+ }, null, 8, ["component"]), createTextVNode(" " + toDisplayString(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.362")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.362")) || "\u6DFB\u52A0\u7236\u7C7B"))];
289
289
  }),
290
290
  _: 1
291
291
  }, 512), [[vShow, !unref(DisplayCategoryState).showAdd]]), withDirectives(createVNode(unref(NInput), {
@@ -313,12 +313,12 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
313
313
  class: "blue",
314
314
  size: "18"
315
315
  }, null, 8, ["component"]), _hoisted_12])])) : createCommentVNode("v-if", true), createElementVNode("ul", _hoisted_13, [(openBlock(true), createElementBlock(Fragment, null, renderList(FormState.filterConditions, (item, index) => {
316
- var _a3, _b, _c, _d;
316
+ var _a3, _b3, _c3, _d, _e, _f, _g, _h, _i, _j, _k, _l;
317
317
  return openBlock(), createElementBlock("li", {
318
318
  key: index
319
319
  }, [createElementVNode("span", _hoisted_14, toDisplayString(index + 1), 1), createCommentVNode(" \u9009\u62E9 field_key "), createVNode(unref(NSelect), {
320
320
  class: "form-item",
321
- placeholder: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.147")) || "\u8BF7\u9009\u62E9",
321
+ placeholder: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.147")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.147")) || "\u8BF7\u9009\u62E9",
322
322
  value: item.key,
323
323
  "menu-props": menuProps,
324
324
  to: "body",
@@ -328,13 +328,13 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
328
328
  }, null, 8, ["value", "options", "onUpdate:value"]), createCommentVNode(" \u9009\u62E9 \u5173\u7CFB "), item.key ? (openBlock(), createBlock(unref(NSelect), {
329
329
  key: 0,
330
330
  class: "form-item",
331
- placeholder: ((_b = window.getLanguageByCode) == null ? void 0 : _b.call(window, "10010.1.147")) || "\u8BF7\u9009\u62E9",
331
+ placeholder: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.147")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.147")) || "\u8BF7\u9009\u62E9",
332
332
  value: item.condition,
333
333
  to: "body",
334
334
  filterable: "",
335
335
  options: unref(conditionOptions),
336
336
  "onUpdate:value": ($event) => unref(updateCondition)(index, $event)
337
- }, null, 8, ["value", "options", "onUpdate:value"])) : createCommentVNode("v-if", true), createCommentVNode(((_c = window.getLanguageByCode) == null ? void 0 : _c.call(window, "10010.1.376")) || "\u81EA\u5B9A\u4E49"), item.key && item.condition && item.condition !== unref(ConditionEnums).NULL ? (openBlock(), createBlock(ValueCfg, {
337
+ }, null, 8, ["value", "options", "onUpdate:value"])) : createCommentVNode("v-if", true), createCommentVNode(((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.376")) || ((_i = (_h = window.top) == null ? void 0 : _h.getLanguageByCode) == null ? void 0 : _i.call(_h, "10010.1.376")) || "\u81EA\u5B9A\u4E49"), item.key && item.condition && item.condition !== unref(ConditionEnums).NULL ? (openBlock(), createBlock(ValueCfg, {
338
338
  key: 1,
339
339
  modelValue: item.value,
340
340
  "onUpdate:modelValue": ($event) => item.value = $event,
@@ -344,7 +344,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
344
344
  "onUpdate:isAccurate": ($event) => item.isAccurateSearch = $event,
345
345
  "param-cfg": unref(getParamCfg)(item.key)
346
346
  }, null, 8, ["modelValue", "onUpdate:modelValue", "presetVal", "onUpdate:presetVal", "isAccurate", "onUpdate:isAccurate", "param-cfg"])) : createCommentVNode("v-if", true), createVNode(unref(NTooltip), {
347
- title: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.215")) || "\u5220\u9664",
347
+ title: ((_j = window.getLanguageByCode) == null ? void 0 : _j.call(window, "10010.1.215")) || ((_l = (_k = window.top) == null ? void 0 : _k.getLanguageByCode) == null ? void 0 : _l.call(_k, "10010.1.215")) || "\u5220\u9664",
348
348
  trigger: "hover"
349
349
  }, {
350
350
  trigger: withCtx(() => [createElementVNode("i", {
@@ -352,8 +352,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
352
352
  class: "iconfont-table-filter delete-item-icon icon-table-filter-menzhenyishengzhananniuqingchu"
353
353
  }, null, 8, _hoisted_15)]),
354
354
  default: withCtx(() => {
355
- var _a4;
356
- return [createTextVNode(((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.215")) || "\u5220\u9664")];
355
+ var _a4, _b4, _c4;
356
+ return [createTextVNode(((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.215")) || ((_c4 = (_b4 = window.top) == null ? void 0 : _b4.getLanguageByCode) == null ? void 0 : _c4.call(_b4, "10010.1.215")) || "\u5220\u9664")];
357
357
  }),
358
358
  _: 2
359
359
  }, 1024)]);