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
@@ -56,15 +56,15 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
56
56
  expose,
57
57
  emit
58
58
  }) {
59
- var _a, _b, _c, _d;
59
+ var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l;
60
60
  const props = __props;
61
61
  const tableDemoList = ref([{
62
- title: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.266")) || "\u6837\u5F0F\u4E00",
63
- label: ((_b = window.getLanguageByCode) == null ? void 0 : _b.call(window, "10010.1.267")) || "\u65E0\u5217\u5206\u5272\u7EBF",
62
+ title: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.266")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.266")) || "\u6837\u5F0F\u4E00",
63
+ label: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.267")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.267")) || "\u65E0\u5217\u5206\u5272\u7EBF",
64
64
  border: false
65
65
  }, {
66
- title: ((_c = window.getLanguageByCode) == null ? void 0 : _c.call(window, "10010.1.268")) || "\u6837\u5F0F\u4E8C",
67
- label: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.269")) || "\u5217\u5206\u5272\u7EBF",
66
+ title: ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.268")) || ((_i = (_h = window.top) == null ? void 0 : _h.getLanguageByCode) == null ? void 0 : _i.call(_h, "10010.1.268")) || "\u6837\u5F0F\u4E8C",
67
+ label: ((_j = window.getLanguageByCode) == null ? void 0 : _j.call(window, "10010.1.269")) || ((_l = (_k = window.top) == null ? void 0 : _k.getLanguageByCode) == null ? void 0 : _l.call(_k, "10010.1.269")) || "\u5217\u5206\u5272\u7EBF",
68
68
  border: true
69
69
  }]);
70
70
  const tableStyle = reactive(props.tableStyleConfig);
@@ -128,8 +128,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
128
128
  onClick: onCancle
129
129
  }, {
130
130
  default: withCtx(() => {
131
- var _a2;
132
- return [createTextVNode(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.28")) || "\u53D6\u6D88")];
131
+ var _a2, _b2, _c2;
132
+ 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")];
133
133
  }),
134
134
  _: 1
135
135
  }), createVNode(unref(NButton), {
@@ -137,8 +137,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
137
137
  onClick: onSave
138
138
  }, {
139
139
  default: withCtx(() => {
140
- var _a2;
141
- return [createTextVNode(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.244")) || "\u4FDD\u5B58")];
140
+ var _a2, _b2, _c2;
141
+ 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")];
142
142
  }),
143
143
  _: 1
144
144
  })])]);
@@ -13,7 +13,7 @@ import '@vueuse/shared';
13
13
  import '../../../../shared/hooks/selectHooks/useSearchContent.js';
14
14
  import '../../../../shared/hooks/useScrollLoading.js';
15
15
 
16
- var _a;
16
+ var _a, _b, _c;
17
17
  const _hoisted_1 = {
18
18
  class: "condition-wrapper"
19
19
  };
@@ -23,7 +23,7 @@ const _hoisted_2 = {
23
23
  const _hoisted_3 = {
24
24
  class: "sql-expression-wrapper"
25
25
  };
26
- const _hoisted_4 = /* @__PURE__ */ createElementVNode("span", null, ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.272")) || "\u7B5B\u9009\u5668\u903B\u8F91\u7F16\u8F91\uFF0C\u4E0D\u8BBE\u7F6E\u9ED8\u8BA4\u4E3AAND", -1);
26
+ const _hoisted_4 = /* @__PURE__ */ createElementVNode("span", null, ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.272")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.272")) || "\u7B5B\u9009\u5668\u903B\u8F91\u7F16\u8F91\uFF0C\u4E0D\u8BBE\u7F6E\u9ED8\u8BA4\u4E3AAND", -1);
27
27
  const _hoisted_5 = /* @__PURE__ */ createElementVNode("br", null, null, -1);
28
28
  const _hoisted_6 = /* @__PURE__ */ createElementVNode("span", null, "\u4F8B\u5B50 (1 AND 2) OR 3", -1);
29
29
  var _sfc_main = /* @__PURE__ */ defineComponent({
@@ -50,7 +50,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
50
50
  const sqlExpression = ref("");
51
51
  init();
52
52
  function setConOptions(item, isInit = false) {
53
- var _a2, _b;
53
+ var _a2, _b2;
54
54
  if (!isInit) {
55
55
  item.compareFieldOptions = [];
56
56
  item.con = "";
@@ -77,7 +77,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
77
77
  if (showSetting == null ? void 0 : showSetting.length) {
78
78
  res.unshift(...SHOWSETTING_OPTIONS);
79
79
  }
80
- if ((_b = Object.keys(wordbook || {})) == null ? void 0 : _b.length) {
80
+ if ((_b2 = Object.keys(wordbook || {})) == null ? void 0 : _b2.length) {
81
81
  res.unshift(...WORDBOOK_OPTIONS);
82
82
  }
83
83
  item.conOptions = res;
@@ -357,12 +357,12 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
357
357
  size: "20"
358
358
  }, null, 8, ["component"])]),
359
359
  default: withCtx(() => {
360
- var _a2;
361
- return [createTextVNode(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.270")) || "\u6DFB\u52A0\u64CD\u4F5C")];
360
+ var _a2, _b2, _c2;
361
+ return [createTextVNode(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.270")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.270")) || "\u6DFB\u52A0\u64CD\u4F5C")];
362
362
  }),
363
363
  _: 1
364
364
  }, 8, ["disabled"]), createElementVNode("section", _hoisted_1, [(openBlock(true), createElementBlock(Fragment, null, renderList(condition.value, (item, index) => {
365
- var _a2;
365
+ var _a2, _b2, _c2;
366
366
  return openBlock(), createElementBlock("div", {
367
367
  class: "condition-wrapper__item",
368
368
  key: index
@@ -370,7 +370,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
370
370
  disabled: __props.readonly,
371
371
  value: item.field_key,
372
372
  "onUpdate:value": [($event) => item.field_key = $event, () => setConOptions(item)],
373
- placeholder: ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.271")) || "\u8BF7\u9009\u62E9\u5B57\u6BB5\u540D",
373
+ placeholder: ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.271")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.271")) || "\u8BF7\u9009\u62E9\u5B57\u6BB5\u540D",
374
374
  "label-field": "title",
375
375
  "value-field": "columnName",
376
376
  clearable: "",
@@ -42,7 +42,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
42
42
  setup(__props, {
43
43
  emit
44
44
  }) {
45
- var _a;
45
+ var _a, _b, _c;
46
46
  const props = __props;
47
47
  const cssVars = useTheme();
48
48
  const message = useMessage();
@@ -58,13 +58,13 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
58
58
  const conditionRef = ref();
59
59
  const filterVisible = ref(false);
60
60
  const title = computed(() => {
61
- var _a2, _b, _c, _d;
61
+ var _a2, _b2, _c2, _d, _e, _f, _g, _h, _i, _j, _k, _l;
62
62
  if (props.isAdd) {
63
63
  if (!props.row)
64
- return ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.279")) || "\u65B0\u589E";
65
- return ((_b = window.getLanguageByCode) == null ? void 0 : _b.call(window, "10010.1.97")) || "\u590D\u5236";
64
+ return ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.279")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.279")) || "\u65B0\u589E";
65
+ return ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.97")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.97")) || "\u590D\u5236";
66
66
  }
67
- return props.isFieldColor ? ((_c = window.getLanguageByCode) == null ? void 0 : _c.call(window, "10010.1.214")) || "\u4FEE\u6539" : ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.280")) || "\u8FC7\u6EE4\u6761\u4EF6";
67
+ return props.isFieldColor ? ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.214")) || ((_i = (_h = window.top) == null ? void 0 : _h.getLanguageByCode) == null ? void 0 : _i.call(_h, "10010.1.214")) || "\u4FEE\u6539" : ((_j = window.getLanguageByCode) == null ? void 0 : _j.call(window, "10010.1.280")) || ((_l = (_k = window.top) == null ? void 0 : _k.getLanguageByCode) == null ? void 0 : _l.call(_k, "10010.1.280")) || "\u8FC7\u6EE4\u6761\u4EF6";
68
68
  });
69
69
  const model = reactive({
70
70
  name: "",
@@ -83,7 +83,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
83
83
  }],
84
84
  color: [{
85
85
  required: true,
86
- message: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.275")) || "\u8BF7\u9009\u62E9\u989C\u8272",
86
+ message: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.275")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.275")) || "\u8BF7\u9009\u62E9\u989C\u8272",
87
87
  trigger: ["blur"]
88
88
  }],
89
89
  columnName: [{
@@ -114,7 +114,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
114
114
  function onConfirm() {
115
115
  var _a2;
116
116
  (_a2 = formRef.value) == null ? void 0 : _a2.validate(async (errors) => {
117
- var _a3, _b;
117
+ var _a3, _b2;
118
118
  if (!errors) {
119
119
  if (!props.isFieldColor) {
120
120
  Object.assign(model, conditionRef.value.getData());
@@ -124,7 +124,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
124
124
  return;
125
125
  }
126
126
  const otherProps = props.isFieldColor ? {
127
- title: (_b = fieldList.find((fieldItem) => fieldItem.columnName === model.columnName)) == null ? void 0 : _b.title
127
+ title: (_b2 = fieldList.find((fieldItem) => fieldItem.columnName === model.columnName)) == null ? void 0 : _b2.title
128
128
  } : {};
129
129
  emit("confirm", {
130
130
  ...model,
@@ -144,7 +144,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
144
144
  Object.assign(model, data);
145
145
  }
146
146
  return (_ctx, _cache) => {
147
- var _a2, _b;
147
+ var _a2, _b2, _c2, _d, _e, _f;
148
148
  return openBlock(), createBlock(unref(NModal), {
149
149
  preset: "dialog",
150
150
  style: {
@@ -154,8 +154,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
154
154
  "close-on-esc": false,
155
155
  "show-icon": false,
156
156
  "mask-closable": false,
157
- "positive-text": ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.27")) || "\u786E\u5B9A",
158
- "negative-text": ((_b = window.getLanguageByCode) == null ? void 0 : _b.call(window, "10010.1.28")) || "\u53D6\u6D88",
157
+ "positive-text": ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.27")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.27")) || "\u786E\u5B9A",
158
+ "negative-text": ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.28")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.28")) || "\u53D6\u6D88",
159
159
  "trap-focus": false,
160
160
  show: __props.visible,
161
161
  onPositiveClick: onConfirm,
@@ -185,11 +185,11 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
185
185
  }
186
186
  }, {
187
187
  default: withCtx(() => {
188
- var _a3;
188
+ var _a3, _b3, _c3;
189
189
  return [createVNode(unref(NInput), {
190
190
  value: model.name,
191
191
  "onUpdate:value": _cache[0] || (_cache[0] = ($event) => model.name = $event),
192
- placeholder: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.274")) || "\u8BF7\u586B\u5199\u540D\u79F0",
192
+ placeholder: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.274")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.274")) || "\u8BF7\u586B\u5199\u540D\u79F0",
193
193
  clearable: ""
194
194
  }, null, 8, ["value"])];
195
195
  }),
@@ -200,10 +200,10 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
200
200
  path: "color"
201
201
  }, {
202
202
  default: withCtx(() => {
203
- var _a3;
203
+ var _a3, _b3, _c3;
204
204
  return [createVNode(unref(NColorPicker), {
205
205
  clearable: "",
206
- placeholder: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.275")) || "\u8BF7\u9009\u62E9\u989C\u8272",
206
+ placeholder: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.275")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.275")) || "\u8BF7\u9009\u62E9\u989C\u8272",
207
207
  value: model.color,
208
208
  "onUpdate:value": _cache[1] || (_cache[1] = ($event) => model.color = $event),
209
209
  swatches: unref(swatches),
@@ -218,11 +218,11 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
218
218
  path: "color"
219
219
  }, {
220
220
  default: withCtx(() => {
221
- var _a3;
221
+ var _a3, _b3, _c3;
222
222
  return [createVNode(unref(NSelect), {
223
223
  value: model.color,
224
224
  "onUpdate:value": _cache[2] || (_cache[2] = ($event) => model.color = $event),
225
- placeholder: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.275")) || "\u8BF7\u9009\u62E9\u989C\u8272",
225
+ placeholder: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.275")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.275")) || "\u8BF7\u9009\u62E9\u989C\u8272",
226
226
  "render-label": renderLabel,
227
227
  options: unref(colorOptions)
228
228
  }, null, 8, ["value", "options"])];
@@ -247,12 +247,12 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
247
247
  }, {
248
248
  default: withCtx(() => [createVNode(unref(NSpace), null, {
249
249
  default: withCtx(() => {
250
- var _a3, _b2;
250
+ var _a3, _b3, _c3, _d2, _e2, _f2;
251
251
  return [createVNode(unref(NRadio), {
252
- label: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.276")) || "\u5B57\u4F53",
252
+ label: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.276")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.276")) || "\u5B57\u4F53",
253
253
  value: "font"
254
254
  }), createVNode(unref(NRadio), {
255
- label: ((_b2 = window.getLanguageByCode) == null ? void 0 : _b2.call(window, "10010.1.277")) || "\u80CC\u666F",
255
+ label: ((_d2 = window.getLanguageByCode) == null ? void 0 : _d2.call(window, "10010.1.277")) || ((_f2 = (_e2 = window.top) == null ? void 0 : _e2.getLanguageByCode) == null ? void 0 : _f2.call(_e2, "10010.1.277")) || "\u80CC\u666F",
256
256
  value: "background"
257
257
  })];
258
258
  }),
@@ -274,18 +274,18 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
274
274
  align: "center"
275
275
  }, {
276
276
  default: withCtx(() => {
277
- var _a3, _b2;
277
+ var _a3, _b3, _c3, _d2, _e2, _f2;
278
278
  return [createVNode(unref(NSelect), {
279
279
  value: model.columnName,
280
280
  "onUpdate:value": _cache[5] || (_cache[5] = ($event) => model.columnName = $event),
281
- placeholder: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.271")) || "\u8BF7\u9009\u62E9\u5B57\u6BB5\u540D",
281
+ placeholder: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.271")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.271")) || "\u8BF7\u9009\u62E9\u5B57\u6BB5\u540D",
282
282
  "label-field": "title",
283
283
  "value-field": "columnName",
284
284
  options: unref(fieldList)
285
285
  }, null, 8, ["value", "options"]), createElementVNode("span", {
286
286
  class: "filter-btn",
287
287
  onClick: _cache[6] || (_cache[6] = () => filterVisible.value = true)
288
- }, ((_b2 = window.getLanguageByCode) == null ? void 0 : _b2.call(window, "10010.1.278")) || "\u7B5B\u9009")];
288
+ }, ((_d2 = window.getLanguageByCode) == null ? void 0 : _d2.call(window, "10010.1.278")) || ((_f2 = (_e2 = window.top) == null ? void 0 : _e2.getLanguageByCode) == null ? void 0 : _f2.call(_e2, "10010.1.278")) || "\u7B5B\u9009")];
289
289
  }),
290
290
  _: 1
291
291
  })]),
@@ -24,18 +24,18 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
24
24
  emit("update:visible", false);
25
25
  }
26
26
  return (_ctx, _cache) => {
27
- var _a, _b, _c;
27
+ var _a, _b, _c, _d, _e, _f, _g, _h, _i;
28
28
  return openBlock(), createBlock(unref(NModal), {
29
29
  preset: "dialog",
30
30
  style: {
31
31
  "width": "860px"
32
32
  },
33
- title: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.281")) || "\u8BBE\u7F6E\u5206\u7C7B",
33
+ title: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.281")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.281")) || "\u8BBE\u7F6E\u5206\u7C7B",
34
34
  "close-on-esc": false,
35
35
  "show-icon": false,
36
36
  "mask-closable": false,
37
- "positive-text": ((_b = window.getLanguageByCode) == null ? void 0 : _b.call(window, "10010.1.27")) || "\u786E\u5B9A",
38
- "negative-text": ((_c = window.getLanguageByCode) == null ? void 0 : _c.call(window, "10010.1.28")) || "\u53D6\u6D88",
37
+ "positive-text": ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.27")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.27")) || "\u786E\u5B9A",
38
+ "negative-text": ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.28")) || ((_i = (_h = window.top) == null ? void 0 : _h.getLanguageByCode) == null ? void 0 : _i.call(_h, "10010.1.28")) || "\u53D6\u6D88",
39
39
  "trap-focus": false,
40
40
  show: __props.visible,
41
41
  onPositiveClick: onConfirm,
@@ -6,12 +6,12 @@ import { isFunction, isArray, range } from 'lodash-es';
6
6
  import { COLOR_MAP } from '../constants/index.js';
7
7
  import { WIDGET_MAP, SELECT_TYPE, WIDGET_TYPE, SELECT_MAP, SELECT_DEFAULT_MAP, DATE_MAP, DATETIME_MAP } from '../constants/filter.js';
8
8
 
9
- var _a;
9
+ var _a, _b, _c;
10
10
  const _hoisted_1 = {
11
11
  class: "row"
12
12
  };
13
13
  const _hoisted_2 = ["title"];
14
- const _hoisted_3 = /* @__PURE__ */ createElementVNode("span", null, ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.282")) || "\u62D6\u62FD\u8C03\u6574\u987A\u5E8F", -1);
14
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("span", null, ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.282")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.282")) || "\u62D6\u62FD\u8C03\u6574\u987A\u5E8F", -1);
15
15
  const _hoisted_4 = {
16
16
  key: 0
17
17
  };
@@ -79,33 +79,33 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
79
79
  setup(__props, {
80
80
  emit
81
81
  }) {
82
- var _a2, _b, _c, _d, _e, _f, _g, _h;
82
+ var _a2, _b2, _c2, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x;
83
83
  const props = __props;
84
84
  const fixedWayOptions = [{
85
- label: ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.286")) || "\u4E0D\u56FA\u5B9A",
85
+ label: ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.286")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.286")) || "\u4E0D\u56FA\u5B9A",
86
86
  value: "NONE"
87
87
  }, {
88
- label: ((_b = window.getLanguageByCode) == null ? void 0 : _b.call(window, "10010.1.287")) || "\u5DE6\u56FA\u5B9A",
88
+ label: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.287")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.287")) || "\u5DE6\u56FA\u5B9A",
89
89
  value: "LEFT"
90
90
  }, {
91
- label: ((_c = window.getLanguageByCode) == null ? void 0 : _c.call(window, "10010.1.288")) || "\u53F3\u56FA\u5B9A",
91
+ label: ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.288")) || ((_i = (_h = window.top) == null ? void 0 : _h.getLanguageByCode) == null ? void 0 : _i.call(_h, "10010.1.288")) || "\u53F3\u56FA\u5B9A",
92
92
  value: "RIGHT"
93
93
  }];
94
94
  const sortOptions = [{
95
- label: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.289")) || "\u4E0D\u6392\u5E8F",
95
+ label: ((_j = window.getLanguageByCode) == null ? void 0 : _j.call(window, "10010.1.289")) || ((_l = (_k = window.top) == null ? void 0 : _k.getLanguageByCode) == null ? void 0 : _l.call(_k, "10010.1.289")) || "\u4E0D\u6392\u5E8F",
96
96
  value: "NONE"
97
97
  }, {
98
- label: ((_e = window.getLanguageByCode) == null ? void 0 : _e.call(window, "10010.1.290")) || "\u5347\u5E8F",
98
+ label: ((_m = window.getLanguageByCode) == null ? void 0 : _m.call(window, "10010.1.290")) || ((_o = (_n = window.top) == null ? void 0 : _n.getLanguageByCode) == null ? void 0 : _o.call(_n, "10010.1.290")) || "\u5347\u5E8F",
99
99
  value: "ASC"
100
100
  }, {
101
- label: ((_f = window.getLanguageByCode) == null ? void 0 : _f.call(window, "10010.1.291")) || "\u964D\u5E8F",
101
+ label: ((_p = window.getLanguageByCode) == null ? void 0 : _p.call(window, "10010.1.291")) || ((_r = (_q = window.top) == null ? void 0 : _q.getLanguageByCode) == null ? void 0 : _r.call(_q, "10010.1.291")) || "\u964D\u5E8F",
102
102
  value: "DESC"
103
103
  }];
104
104
  const colorScopeOptions = [{
105
- label: ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.276")) || "\u5B57\u4F53",
105
+ label: ((_s = window.getLanguageByCode) == null ? void 0 : _s.call(window, "10010.1.276")) || ((_u = (_t = window.top) == null ? void 0 : _t.getLanguageByCode) == null ? void 0 : _u.call(_t, "10010.1.276")) || "\u5B57\u4F53",
106
106
  value: "font"
107
107
  }, {
108
- label: ((_h = window.getLanguageByCode) == null ? void 0 : _h.call(window, "10010.1.277")) || "\u80CC\u666F",
108
+ label: ((_v = window.getLanguageByCode) == null ? void 0 : _v.call(window, "10010.1.277")) || ((_x = (_w = window.top) == null ? void 0 : _w.getLanguageByCode) == null ? void 0 : _x.call(_w, "10010.1.277")) || "\u80CC\u666F",
109
109
  value: "background"
110
110
  }];
111
111
  const swatches = Object.entries(COLOR_MAP).map(([value]) => value);
@@ -178,9 +178,9 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
178
178
  return options.filter((option) => !selectedValues.includes(option.value));
179
179
  }
180
180
  function getSelectText(field) {
181
- var _a3, _b2, _c2;
181
+ var _a3, _b3, _c3;
182
182
  if (field === "optionType") {
183
- if (((_a3 = props.element) == null ? void 0 : _a3.type) === WIDGET_TYPE.SELECT || ((_c2 = (_b2 = props.element) == null ? void 0 : _b2.optionTypeConfig) == null ? void 0 : _c2.option))
183
+ if (((_a3 = props.element) == null ? void 0 : _a3.type) === WIDGET_TYPE.SELECT || ((_c3 = (_b3 = props.element) == null ? void 0 : _b3.optionTypeConfig) == null ? void 0 : _c3.option))
184
184
  return "";
185
185
  return props.element[field] && props.element.type === WIDGET_TYPE.SELECT ? SELECT_MAP[props.element[field]] : " ";
186
186
  }
@@ -206,7 +206,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
206
206
  return prop;
207
207
  }
208
208
  function getOptions(column) {
209
- var _a3, _b2;
209
+ var _a3, _b3;
210
210
  switch (column.field) {
211
211
  case "fixedWay":
212
212
  return fixedWayOptions;
@@ -222,7 +222,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
222
222
  ruleId: `ruleId#${item.code}`
223
223
  }));
224
224
  case "optionType":
225
- return ((_b2 = props.element.optionTypeConfig) == null ? void 0 : _b2.option) || Object.entries(SELECT_MAP).map(([value, label]) => ({
225
+ return ((_b3 = props.element.optionTypeConfig) == null ? void 0 : _b3.option) || Object.entries(SELECT_MAP).map(([value, label]) => ({
226
226
  value,
227
227
  label
228
228
  }));
@@ -460,8 +460,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
460
460
  _: 1
461
461
  })]),
462
462
  default: withCtx(() => {
463
- var _a3;
464
- return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.283")) || "\u67E5\u770B")];
463
+ var _a3, _b3, _c3;
464
+ return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.283")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.283")) || "\u67E5\u770B")];
465
465
  }),
466
466
  _: 1
467
467
  }), !__props.isHighlightRow ? (openBlock(), createBlock(unref(NTooltip), {
@@ -479,8 +479,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
479
479
  _: 1
480
480
  })]),
481
481
  default: withCtx(() => {
482
- var _a3;
483
- return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.97")) || "\u590D\u5236")];
482
+ var _a3, _b3, _c3;
483
+ return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.97")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.97")) || "\u590D\u5236")];
484
484
  }),
485
485
  _: 1
486
486
  })) : createCommentVNode("v-if", true)], 64)) : (openBlock(), createElementBlock(Fragment, {
@@ -496,8 +496,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
496
496
  _: 1
497
497
  })]),
498
498
  default: withCtx(() => {
499
- var _a3;
500
- return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.284")) || "\u7F16\u8F91")];
499
+ var _a3, _b3, _c3;
500
+ return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.284")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.284")) || "\u7F16\u8F91")];
501
501
  }),
502
502
  _: 1
503
503
  }), createVNode(unref(NPopconfirm), {
@@ -513,14 +513,14 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
513
513
  _: 1
514
514
  })]),
515
515
  default: withCtx(() => {
516
- var _a3;
517
- return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.215")) || "\u5220\u9664")];
516
+ var _a3, _b3, _c3;
517
+ return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.215")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.215")) || "\u5220\u9664")];
518
518
  }),
519
519
  _: 1
520
520
  })]),
521
521
  default: withCtx(() => {
522
- var _a3;
523
- return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.285")) || "\u662F\u5426\u786E\u8BA4\u5220\u9664\uFF1F")];
522
+ var _a3, _b3, _c3;
523
+ return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.285")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.285")) || "\u662F\u5426\u786E\u8BA4\u5220\u9664\uFF1F")];
524
524
  }),
525
525
  _: 1
526
526
  })], 64))], 64)) : createCommentVNode("v-if", true)], 12, _hoisted_2)) : createCommentVNode("v-if", true)], 64);
@@ -1,4 +1,4 @@
1
- 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;
1
+ 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, _Ta, _Ua, _Va, _Wa, _Xa, _Ya, _Za, __a, _$a, _ab, _bb, _cb, _db, _eb, _fb, _gb, _hb, _ib, _jb, _kb, _lb, _mb, _nb, _ob;
2
2
  var WIDGET_TYPE = /* @__PURE__ */ ((WIDGET_TYPE2) => {
3
3
  WIDGET_TYPE2["NUMBER"] = "NUMBER";
4
4
  WIDGET_TYPE2["TEXT"] = "TEXT";
@@ -9,12 +9,12 @@ var WIDGET_TYPE = /* @__PURE__ */ ((WIDGET_TYPE2) => {
9
9
  return WIDGET_TYPE2;
10
10
  })(WIDGET_TYPE || {});
11
11
  const WIDGET_MAP = Object.freeze({
12
- ["NUMBER" /* NUMBER */]: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.292")) || "\u6570\u5B57\u6846",
13
- ["TEXT" /* TEXT */]: ((_b = window.getLanguageByCode) == null ? void 0 : _b.call(window, "10010.1.293")) || "\u6587\u672C\u6846",
14
- ["SELECT" /* SELECT */]: ((_c = window.getLanguageByCode) == null ? void 0 : _c.call(window, "10010.1.294")) || "\u4E0B\u62C9\u6846",
15
- ["DATE" /* DATE */]: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.295")) || "\u65E5\u671F\u6846",
16
- ["DATETIME" /* DATETIME */]: ((_e = window.getLanguageByCode) == null ? void 0 : _e.call(window, "10010.1.296")) || "\u65E5\u671F\u65F6\u95F4\u6846",
17
- ["LABEL" /* LABEL */]: ((_f = window.getLanguageByCode) == null ? void 0 : _f.call(window, "10010.1.297")) || "\u6807\u7B7E"
12
+ ["NUMBER" /* NUMBER */]: ((_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",
13
+ ["TEXT" /* TEXT */]: ((_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",
14
+ ["SELECT" /* SELECT */]: ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.294")) || ((_i = (_h = window.top) == null ? void 0 : _h.getLanguageByCode) == null ? void 0 : _i.call(_h, "10010.1.294")) || "\u4E0B\u62C9\u6846",
15
+ ["DATE" /* DATE */]: ((_j = window.getLanguageByCode) == null ? void 0 : _j.call(window, "10010.1.295")) || ((_l = (_k = window.top) == null ? void 0 : _k.getLanguageByCode) == null ? void 0 : _l.call(_k, "10010.1.295")) || "\u65E5\u671F\u6846",
16
+ ["DATETIME" /* DATETIME */]: ((_m = window.getLanguageByCode) == null ? void 0 : _m.call(window, "10010.1.296")) || ((_o = (_n = window.top) == null ? void 0 : _n.getLanguageByCode) == null ? void 0 : _o.call(_n, "10010.1.296")) || "\u65E5\u671F\u65F6\u95F4\u6846",
17
+ ["LABEL" /* LABEL */]: ((_p = window.getLanguageByCode) == null ? void 0 : _p.call(window, "10010.1.297")) || ((_r = (_q = window.top) == null ? void 0 : _q.getLanguageByCode) == null ? void 0 : _r.call(_q, "10010.1.297")) || "\u6807\u7B7E"
18
18
  });
19
19
  var SELECT_TYPE = /* @__PURE__ */ ((SELECT_TYPE2) => {
20
20
  SELECT_TYPE2["SELECT_SINGLE"] = "SELECT_SINGLE";
@@ -22,15 +22,15 @@ var SELECT_TYPE = /* @__PURE__ */ ((SELECT_TYPE2) => {
22
22
  return SELECT_TYPE2;
23
23
  })(SELECT_TYPE || {});
24
24
  const SELECT_MAP = Object.freeze({
25
- ["SELECT_SINGLE" /* SELECT_SINGLE */]: ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.298")) || "\u5355\u9009",
26
- ["SELECT_MULTIPLE" /* SELECT_MULTIPLE */]: ((_h = window.getLanguageByCode) == null ? void 0 : _h.call(window, "10010.1.100")) || "\u591A\u9009"
25
+ ["SELECT_SINGLE" /* SELECT_SINGLE */]: ((_s = window.getLanguageByCode) == null ? void 0 : _s.call(window, "10010.1.298")) || ((_u = (_t = window.top) == null ? void 0 : _t.getLanguageByCode) == null ? void 0 : _u.call(_t, "10010.1.298")) || "\u5355\u9009",
26
+ ["SELECT_MULTIPLE" /* SELECT_MULTIPLE */]: ((_v = window.getLanguageByCode) == null ? void 0 : _v.call(window, "10010.1.100")) || ((_x = (_w = window.top) == null ? void 0 : _w.getLanguageByCode) == null ? void 0 : _x.call(_w, "10010.1.100")) || "\u591A\u9009"
27
27
  });
28
28
  var SELECT_DEFAULT_VALUE = /* @__PURE__ */ ((SELECT_DEFAULT_VALUE2) => {
29
29
  SELECT_DEFAULT_VALUE2["FIRST"] = "FIRST";
30
30
  return SELECT_DEFAULT_VALUE2;
31
31
  })(SELECT_DEFAULT_VALUE || {});
32
32
  const SELECT_DEFAULT_MAP = {
33
- ["FIRST" /* FIRST */]: ((_i = window.getLanguageByCode) == null ? void 0 : _i.call(window, "10010.1.299")) || "\u9ED8\u8BA4\u9009\u4E2D\u7B2C\u4E00\u9879"
33
+ ["FIRST" /* FIRST */]: ((_y = window.getLanguageByCode) == null ? void 0 : _y.call(window, "10010.1.299")) || ((_A = (_z = window.top) == null ? void 0 : _z.getLanguageByCode) == null ? void 0 : _A.call(_z, "10010.1.299")) || "\u9ED8\u8BA4\u9009\u4E2D\u7B2C\u4E00\u9879"
34
34
  };
35
35
  var DATE_TYPE = /* @__PURE__ */ ((DATE_TYPE2) => {
36
36
  DATE_TYPE2["CUSTOM"] = "CUSTOM";
@@ -66,43 +66,43 @@ var DATE_TYPE = /* @__PURE__ */ ((DATE_TYPE2) => {
66
66
  return DATE_TYPE2;
67
67
  })(DATE_TYPE || {});
68
68
  const DATE_MAP = Object.freeze({
69
- ["TODAY" /* TODAY */]: ((_j = window.getLanguageByCode) == null ? void 0 : _j.call(window, "10010.1.134")) || "\u4ECA\u5929",
70
- ["TOMORROW" /* TOMORROW */]: ((_k = window.getLanguageByCode) == null ? void 0 : _k.call(window, "10010.1.300")) || "\u660E\u5929",
71
- ["YESTERDAY" /* YESTERDAY */]: ((_l = window.getLanguageByCode) == null ? void 0 : _l.call(window, "10010.1.132")) || "\u6628\u5929",
72
- ["THIS_WEEK_START" /* THIS_WEEK_START */]: ((_m = window.getLanguageByCode) == null ? void 0 : _m.call(window, "10010.1.301")) || "\u672C\u5468\u521D",
73
- ["THIS_WEEK_END" /* THIS_WEEK_END */]: ((_n = window.getLanguageByCode) == null ? void 0 : _n.call(window, "10010.1.302")) || "\u672C\u5468\u672B",
74
- ["THIS_MONTH_START" /* THIS_MONTH_START */]: ((_o = window.getLanguageByCode) == null ? void 0 : _o.call(window, "10010.1.303")) || "\u672C\u6708\u521D",
75
- ["THIS_MONTH_END" /* THIS_MONTH_END */]: ((_p = window.getLanguageByCode) == null ? void 0 : _p.call(window, "10010.1.304")) || "\u672C\u6708\u672B"
69
+ ["TODAY" /* TODAY */]: ((_B = window.getLanguageByCode) == null ? void 0 : _B.call(window, "10010.1.134")) || ((_D = (_C = window.top) == null ? void 0 : _C.getLanguageByCode) == null ? void 0 : _D.call(_C, "10010.1.134")) || "\u4ECA\u5929",
70
+ ["TOMORROW" /* TOMORROW */]: ((_E = window.getLanguageByCode) == null ? void 0 : _E.call(window, "10010.1.300")) || ((_G = (_F = window.top) == null ? void 0 : _F.getLanguageByCode) == null ? void 0 : _G.call(_F, "10010.1.300")) || "\u660E\u5929",
71
+ ["YESTERDAY" /* YESTERDAY */]: ((_H = window.getLanguageByCode) == null ? void 0 : _H.call(window, "10010.1.132")) || ((_J = (_I = window.top) == null ? void 0 : _I.getLanguageByCode) == null ? void 0 : _J.call(_I, "10010.1.132")) || "\u6628\u5929",
72
+ ["THIS_WEEK_START" /* THIS_WEEK_START */]: ((_K = window.getLanguageByCode) == null ? void 0 : _K.call(window, "10010.1.301")) || ((_M = (_L = window.top) == null ? void 0 : _L.getLanguageByCode) == null ? void 0 : _M.call(_L, "10010.1.301")) || "\u672C\u5468\u521D",
73
+ ["THIS_WEEK_END" /* THIS_WEEK_END */]: ((_N = window.getLanguageByCode) == null ? void 0 : _N.call(window, "10010.1.302")) || ((_P = (_O = window.top) == null ? void 0 : _O.getLanguageByCode) == null ? void 0 : _P.call(_O, "10010.1.302")) || "\u672C\u5468\u672B",
74
+ ["THIS_MONTH_START" /* THIS_MONTH_START */]: ((_Q = window.getLanguageByCode) == null ? void 0 : _Q.call(window, "10010.1.303")) || ((_S = (_R = window.top) == null ? void 0 : _R.getLanguageByCode) == null ? void 0 : _S.call(_R, "10010.1.303")) || "\u672C\u6708\u521D",
75
+ ["THIS_MONTH_END" /* THIS_MONTH_END */]: ((_T = window.getLanguageByCode) == null ? void 0 : _T.call(window, "10010.1.304")) || ((_V = (_U = window.top) == null ? void 0 : _U.getLanguageByCode) == null ? void 0 : _V.call(_U, "10010.1.304")) || "\u672C\u6708\u672B"
76
76
  });
77
77
  const DATETIME_MAP = Object.freeze({
78
- ["TODAY" /* TODAY */]: ((_q = window.getLanguageByCode) == null ? void 0 : _q.call(window, "10010.1.134")) || "\u4ECA\u5929",
79
- ["TOMORROW" /* TOMORROW */]: ((_r = window.getLanguageByCode) == null ? void 0 : _r.call(window, "10010.1.300")) || "\u660E\u5929",
80
- ["YESTERDAY" /* YESTERDAY */]: ((_s = window.getLanguageByCode) == null ? void 0 : _s.call(window, "10010.1.132")) || "\u6628\u5929",
81
- ["THIS_WEEK" /* THIS_WEEK */]: ((_t = window.getLanguageByCode) == null ? void 0 : _t.call(window, "10010.1.47")) || "\u672C\u5468",
82
- ["NEXT_WEEK" /* NEXT_WEEK */]: ((_u = window.getLanguageByCode) == null ? void 0 : _u.call(window, "10010.1.323")) || "\u4E0B\u5468",
83
- ["LAST_WEEK" /* LAST_WEEK */]: ((_v = window.getLanguageByCode) == null ? void 0 : _v.call(window, "10010.1.324")) || "\u4E0A\u5468",
84
- ["TOMORROW_END" /* TOMORROW_END */]: ((_w = window.getLanguageByCode) == null ? void 0 : _w.call(window, "10010.1.392")) || "\u8FD1\u4E00\u5468",
85
- ["THIS_MONTH" /* THIS_MONTH */]: ((_x = window.getLanguageByCode) == null ? void 0 : _x.call(window, "10010.1.404")) || "\u672C\u6708",
86
- ["NEXT_MONTH" /* NEXT_MONTH */]: ((_y = window.getLanguageByCode) == null ? void 0 : _y.call(window, "10010.1.325")) || "\u4E0B\u6708",
87
- ["LAST_MONTH" /* LAST_MONTH */]: ((_z = window.getLanguageByCode) == null ? void 0 : _z.call(window, "10010.1.326")) || "\u4E0A\u6708",
88
- ["PAST_MONTH" /* PAST_MONTH */]: ((_A = window.getLanguageByCode) == null ? void 0 : _A.call(window, "10010.1.393")) || "\u8FD1\u4E00\u6708",
89
- ["THIS_QUARTER" /* THIS_QUARTER */]: ((_B = window.getLanguageByCode) == null ? void 0 : _B.call(window, "10010.1.327")) || "\u672C\u5B63\u5EA6",
90
- ["NEXT_QUARTER" /* NEXT_QUARTER */]: ((_C = window.getLanguageByCode) == null ? void 0 : _C.call(window, "10010.1.328")) || "\u4E0B\u5B63\u5EA6",
91
- ["LAST_QUARTER" /* LAST_QUARTER */]: ((_D = window.getLanguageByCode) == null ? void 0 : _D.call(window, "10010.1.329")) || "\u4E0A\u5B63\u5EA6",
92
- ["THIS_YEAR" /* THIS_YEAR */]: ((_E = window.getLanguageByCode) == null ? void 0 : _E.call(window, "10010.1.394")) || "\u4ECA\u5E74",
93
- ["NEXT_YEAR" /* NEXT_YEAR */]: ((_F = window.getLanguageByCode) == null ? void 0 : _F.call(window, "10010.1.395")) || "\u660E\u5E74",
94
- ["LAST_YEAR" /* LAST_YEAR */]: ((_G = window.getLanguageByCode) == null ? void 0 : _G.call(window, "10010.1.396")) || "\u53BB\u5E74",
95
- ["PAST_HALF_YEAR" /* PAST_HALF_YEAR */]: ((_H = window.getLanguageByCode) == null ? void 0 : _H.call(window, "10010.1.397")) || "\u8FD1\u534A\u5E74"
78
+ ["TODAY" /* TODAY */]: ((_W = window.getLanguageByCode) == null ? void 0 : _W.call(window, "10010.1.134")) || ((_Y = (_X = window.top) == null ? void 0 : _X.getLanguageByCode) == null ? void 0 : _Y.call(_X, "10010.1.134")) || "\u4ECA\u5929",
79
+ ["TOMORROW" /* TOMORROW */]: ((_Z = window.getLanguageByCode) == null ? void 0 : _Z.call(window, "10010.1.300")) || ((_$ = (__ = window.top) == null ? void 0 : __.getLanguageByCode) == null ? void 0 : _$.call(__, "10010.1.300")) || "\u660E\u5929",
80
+ ["YESTERDAY" /* YESTERDAY */]: ((_aa = window.getLanguageByCode) == null ? void 0 : _aa.call(window, "10010.1.132")) || ((_ca = (_ba = window.top) == null ? void 0 : _ba.getLanguageByCode) == null ? void 0 : _ca.call(_ba, "10010.1.132")) || "\u6628\u5929",
81
+ ["THIS_WEEK" /* THIS_WEEK */]: ((_da = window.getLanguageByCode) == null ? void 0 : _da.call(window, "10010.1.47")) || ((_fa = (_ea = window.top) == null ? void 0 : _ea.getLanguageByCode) == null ? void 0 : _fa.call(_ea, "10010.1.47")) || "\u672C\u5468",
82
+ ["NEXT_WEEK" /* NEXT_WEEK */]: ((_ga = window.getLanguageByCode) == null ? void 0 : _ga.call(window, "10010.1.323")) || ((_ia = (_ha = window.top) == null ? void 0 : _ha.getLanguageByCode) == null ? void 0 : _ia.call(_ha, "10010.1.323")) || "\u4E0B\u5468",
83
+ ["LAST_WEEK" /* LAST_WEEK */]: ((_ja = window.getLanguageByCode) == null ? void 0 : _ja.call(window, "10010.1.324")) || ((_la = (_ka = window.top) == null ? void 0 : _ka.getLanguageByCode) == null ? void 0 : _la.call(_ka, "10010.1.324")) || "\u4E0A\u5468",
84
+ ["TOMORROW_END" /* TOMORROW_END */]: ((_ma = window.getLanguageByCode) == null ? void 0 : _ma.call(window, "10010.1.392")) || ((_oa = (_na = window.top) == null ? void 0 : _na.getLanguageByCode) == null ? void 0 : _oa.call(_na, "10010.1.392")) || "\u8FD1\u4E00\u5468",
85
+ ["THIS_MONTH" /* THIS_MONTH */]: ((_pa = window.getLanguageByCode) == null ? void 0 : _pa.call(window, "10010.1.404")) || ((_ra = (_qa = window.top) == null ? void 0 : _qa.getLanguageByCode) == null ? void 0 : _ra.call(_qa, "10010.1.404")) || "\u672C\u6708",
86
+ ["NEXT_MONTH" /* NEXT_MONTH */]: ((_sa = window.getLanguageByCode) == null ? void 0 : _sa.call(window, "10010.1.325")) || ((_ua = (_ta = window.top) == null ? void 0 : _ta.getLanguageByCode) == null ? void 0 : _ua.call(_ta, "10010.1.325")) || "\u4E0B\u6708",
87
+ ["LAST_MONTH" /* LAST_MONTH */]: ((_va = window.getLanguageByCode) == null ? void 0 : _va.call(window, "10010.1.326")) || ((_xa = (_wa = window.top) == null ? void 0 : _wa.getLanguageByCode) == null ? void 0 : _xa.call(_wa, "10010.1.326")) || "\u4E0A\u6708",
88
+ ["PAST_MONTH" /* PAST_MONTH */]: ((_ya = window.getLanguageByCode) == null ? void 0 : _ya.call(window, "10010.1.393")) || ((_Aa = (_za = window.top) == null ? void 0 : _za.getLanguageByCode) == null ? void 0 : _Aa.call(_za, "10010.1.393")) || "\u8FD1\u4E00\u6708",
89
+ ["THIS_QUARTER" /* THIS_QUARTER */]: ((_Ba = window.getLanguageByCode) == null ? void 0 : _Ba.call(window, "10010.1.327")) || ((_Da = (_Ca = window.top) == null ? void 0 : _Ca.getLanguageByCode) == null ? void 0 : _Da.call(_Ca, "10010.1.327")) || "\u672C\u5B63\u5EA6",
90
+ ["NEXT_QUARTER" /* NEXT_QUARTER */]: ((_Ea = window.getLanguageByCode) == null ? void 0 : _Ea.call(window, "10010.1.328")) || ((_Ga = (_Fa = window.top) == null ? void 0 : _Fa.getLanguageByCode) == null ? void 0 : _Ga.call(_Fa, "10010.1.328")) || "\u4E0B\u5B63\u5EA6",
91
+ ["LAST_QUARTER" /* LAST_QUARTER */]: ((_Ha = window.getLanguageByCode) == null ? void 0 : _Ha.call(window, "10010.1.329")) || ((_Ja = (_Ia = window.top) == null ? void 0 : _Ia.getLanguageByCode) == null ? void 0 : _Ja.call(_Ia, "10010.1.329")) || "\u4E0A\u5B63\u5EA6",
92
+ ["THIS_YEAR" /* THIS_YEAR */]: ((_Ka = window.getLanguageByCode) == null ? void 0 : _Ka.call(window, "10010.1.394")) || ((_Ma = (_La = window.top) == null ? void 0 : _La.getLanguageByCode) == null ? void 0 : _Ma.call(_La, "10010.1.394")) || "\u4ECA\u5E74",
93
+ ["NEXT_YEAR" /* NEXT_YEAR */]: ((_Na = window.getLanguageByCode) == null ? void 0 : _Na.call(window, "10010.1.395")) || ((_Pa = (_Oa = window.top) == null ? void 0 : _Oa.getLanguageByCode) == null ? void 0 : _Pa.call(_Oa, "10010.1.395")) || "\u660E\u5E74",
94
+ ["LAST_YEAR" /* LAST_YEAR */]: ((_Qa = window.getLanguageByCode) == null ? void 0 : _Qa.call(window, "10010.1.396")) || ((_Sa = (_Ra = window.top) == null ? void 0 : _Ra.getLanguageByCode) == null ? void 0 : _Sa.call(_Ra, "10010.1.396")) || "\u53BB\u5E74",
95
+ ["PAST_HALF_YEAR" /* PAST_HALF_YEAR */]: ((_Ta = window.getLanguageByCode) == null ? void 0 : _Ta.call(window, "10010.1.397")) || ((_Va = (_Ua = window.top) == null ? void 0 : _Ua.getLanguageByCode) == null ? void 0 : _Va.call(_Ua, "10010.1.397")) || "\u8FD1\u534A\u5E74"
96
96
  });
97
97
  const COLUMNLIST_MAP = Object.freeze({
98
98
  title: "\u6807\u9898",
99
- type: ((_I = window.getLanguageByCode) == null ? void 0 : _I.call(window, "10010.1.312")) || "\u7C7B\u578B",
100
- optionType: ((_J = window.getLanguageByCode) == null ? void 0 : _J.call(window, "10010.1.313")) || "\u9009\u9879\u8BBE\u7F6E",
101
- isShowSearch: ((_K = window.getLanguageByCode) == null ? void 0 : _K.call(window, "10010.1.278")) || "\u7B5B\u9009",
102
- filterExplicit: ((_L = window.getLanguageByCode) == null ? void 0 : _L.call(window, "10010.1.314")) || "\u7B5B\u9009\u5916\u663E",
103
- explicitRequired: ((_M = window.getLanguageByCode) == null ? void 0 : _M.call(window, "10010.1.315")) || "\u5916\u663E\u5FC5\u586B",
104
- defaultValue: ((_N = window.getLanguageByCode) == null ? void 0 : _N.call(window, "10010.1.316")) || "\u5916\u663E\u9ED8\u8BA4\u503C",
105
- customTitle: ((_O = window.getLanguageByCode) == null ? void 0 : _O.call(window, "10010.1.254")) || "\u81EA\u5B9A\u4E49\u6807\u9898",
99
+ type: ((_Wa = window.getLanguageByCode) == null ? void 0 : _Wa.call(window, "10010.1.312")) || ((_Ya = (_Xa = window.top) == null ? void 0 : _Xa.getLanguageByCode) == null ? void 0 : _Ya.call(_Xa, "10010.1.312")) || "\u7C7B\u578B",
100
+ optionType: ((_Za = window.getLanguageByCode) == null ? void 0 : _Za.call(window, "10010.1.313")) || ((_$a = (__a = window.top) == null ? void 0 : __a.getLanguageByCode) == null ? void 0 : _$a.call(__a, "10010.1.313")) || "\u9009\u9879\u8BBE\u7F6E",
101
+ isShowSearch: ((_ab = window.getLanguageByCode) == null ? void 0 : _ab.call(window, "10010.1.278")) || ((_cb = (_bb = window.top) == null ? void 0 : _bb.getLanguageByCode) == null ? void 0 : _cb.call(_bb, "10010.1.278")) || "\u7B5B\u9009",
102
+ filterExplicit: ((_db = window.getLanguageByCode) == null ? void 0 : _db.call(window, "10010.1.314")) || ((_fb = (_eb = window.top) == null ? void 0 : _eb.getLanguageByCode) == null ? void 0 : _fb.call(_eb, "10010.1.314")) || "\u7B5B\u9009\u5916\u663E",
103
+ explicitRequired: ((_gb = window.getLanguageByCode) == null ? void 0 : _gb.call(window, "10010.1.315")) || ((_ib = (_hb = window.top) == null ? void 0 : _hb.getLanguageByCode) == null ? void 0 : _ib.call(_hb, "10010.1.315")) || "\u5916\u663E\u5FC5\u586B",
104
+ defaultValue: ((_jb = window.getLanguageByCode) == null ? void 0 : _jb.call(window, "10010.1.316")) || ((_lb = (_kb = window.top) == null ? void 0 : _kb.getLanguageByCode) == null ? void 0 : _lb.call(_kb, "10010.1.316")) || "\u5916\u663E\u9ED8\u8BA4\u503C",
105
+ customTitle: ((_mb = window.getLanguageByCode) == null ? void 0 : _mb.call(window, "10010.1.254")) || ((_ob = (_nb = window.top) == null ? void 0 : _nb.getLanguageByCode) == null ? void 0 : _ob.call(_nb, "10010.1.254")) || "\u81EA\u5B9A\u4E49\u6807\u9898",
106
106
  width: "\u5BBD\u5EA6(px)"
107
107
  });
108
108