cnhis-design-vue 3.3.2-release.0 → 3.3.2-release.2

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 (251) hide show
  1. package/es/components/audio-sdk/index.d.ts +173 -146
  2. package/es/components/audio-sdk/src/Index.vue.d.ts +174 -147
  3. package/es/components/audio-sdk/src/Index.vue2.js +131 -53
  4. package/es/components/audio-sdk/src/audioSDK.d.ts +29 -26
  5. package/es/components/audio-sdk/src/audioSDK.js +123 -42
  6. package/es/components/audio-sdk/src/components/readyCountdown.vue.d.ts +31 -0
  7. package/es/components/audio-sdk/src/components/readyCountdown.vue.js +6 -0
  8. package/es/components/audio-sdk/src/components/readyCountdown.vue2.js +46 -0
  9. package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +138 -10
  10. package/es/components/audio-sdk/src/components/recording.vue.d.ts +139 -11
  11. package/es/components/audio-sdk/src/components/recording.vue2.js +318 -74
  12. package/es/components/audio-sdk/src/hooks/useChartAudioContext.d.ts +24 -0
  13. package/es/components/audio-sdk/src/hooks/useChartAudioContext.js +176 -0
  14. package/es/components/audio-sdk/src/svgs/Close.vue.js +26 -0
  15. package/es/components/audio-sdk/src/svgs/Continue.vue.js +20 -0
  16. package/es/components/audio-sdk/src/svgs/Enlarge.vue.js +20 -0
  17. package/es/components/audio-sdk/src/svgs/Pause.vue.js +20 -0
  18. package/es/components/audio-sdk/src/svgs/WaveView.vue.js +20 -0
  19. package/es/components/audio-sdk/src/svgs/Zoom.vue.js +27 -0
  20. package/es/components/audio-sdk/src/types/index.d.ts +42 -0
  21. package/es/components/audio-sdk/src/types/index.js +10 -0
  22. package/es/components/audio-sdk/src/utils/recordingModal.d.ts +9 -3
  23. package/es/components/audio-sdk/src/utils/recordingModal.js +57 -32
  24. package/es/components/audio-sdk/style/index.css +1 -1
  25. package/es/components/base-search/src/index.vue2.js +30 -18
  26. package/es/components/big-table/src/BigTable.vue2.js +191 -133
  27. package/es/components/big-table/src/components/NoData.vue2.js +16 -4
  28. package/es/components/big-table/src/components/edit-form/edit-date.js +12 -6
  29. package/es/components/big-table/src/components/edit-form/edit-input.js +8 -2
  30. package/es/components/big-table/src/components/edit-form/edit-select.js +21 -17
  31. package/es/components/big-table/src/components/edit-form/edit-time.js +11 -4
  32. package/es/components/big-table/src/components/input-button.vue2.js +8 -4
  33. package/es/components/big-table/src/hooks/useNestTable.js +18 -4
  34. package/es/components/big-table/src/hooks/useTableParse.js +16 -3
  35. package/es/components/body-select/src/index.vue2.js +24 -4
  36. package/es/components/button-print/index.d.ts +12 -4
  37. package/es/components/button-print/src/ButtonPrint.vue.d.ts +12 -4
  38. package/es/components/button-print/src/ButtonPrint.vue2.js +52 -11
  39. package/es/components/button-print/src/components/EditFormat.vue2.js +16 -8
  40. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +4 -2
  41. package/es/components/button-print/src/components/IdentityVerification.vue2.js +104 -49
  42. package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +7 -2
  43. package/es/components/button-print/src/components/NewPrintComponent.vue2.js +244 -95
  44. package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +5 -2
  45. package/es/components/button-print/src/components/OldPrintComponent.vue2.js +92 -32
  46. package/es/components/button-print/src/components/Preview.vue.d.ts +5 -2
  47. package/es/components/button-print/src/components/Preview.vue2.js +14 -4
  48. package/es/components/button-print/src/utils/dialog.js +26 -8
  49. package/es/components/button-print/src/utils/print.d.ts +5 -5
  50. package/es/components/button-print/src/utils/print.js +108 -21
  51. package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +8 -2
  52. package/es/components/card-reader-sdk/src/utils/readHealthCard.js +16 -4
  53. package/es/components/card-reader-sdk-cn/src/henan/index.js +38 -11
  54. package/es/components/card-render/src/components/index.d.ts +23 -23
  55. package/es/components/classification/src/components/search-filter/index.vue2.js +24 -10
  56. package/es/components/classification/src/components/set-classification/index.vue2.js +24 -7
  57. package/es/components/classification/src/components/table-modal/index.vue2.js +324 -165
  58. package/es/components/classification/src/index.vue2.js +261 -69
  59. package/es/components/default-page/src/constants/index.js +144 -19
  60. package/es/components/default-page/src/index.vue2.js +8 -2
  61. package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +75 -51
  62. package/es/components/expand-field/src/components/FormItemPerson.vue2.js +46 -38
  63. package/es/components/expand-field/src/components/PersonModal.vue2.js +62 -50
  64. package/es/components/expand-field/src/components/form.vue2.js +783 -412
  65. package/es/components/expand-field/src/index.vue2.js +88 -22
  66. package/es/components/expand-field/src/utils/constant.js +88 -12
  67. package/es/components/fabric-chart/src/components/PopupMenu.js +32 -15
  68. package/es/components/fabric-chart/src/constants/index.js +72 -10
  69. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +18 -4
  70. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcess.js +8 -2
  71. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +32 -5
  72. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +8 -2
  73. package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +63 -41
  74. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
  75. package/es/components/fabric-chart/src/hooks/temperature/useTop.js +5 -1
  76. package/es/components/fabric-chart/src/hooks/useCommon.js +24 -4
  77. package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +4 -1
  78. package/es/components/fabric-chart/src/hooks/useDraw.js +19 -0
  79. package/es/components/fabric-chart/src/utils/index.d.ts +1 -1
  80. package/es/components/fabric-chart/src/utils/index.js +2 -2
  81. package/es/components/field-editor/src/fields.js +232 -30
  82. package/es/components/field-set/src/FieldColor.vue.d.ts +2 -2
  83. package/es/components/field-set/src/FieldColor.vue2.js +88 -21
  84. package/es/components/field-set/src/FieldFilter.vue.d.ts +2 -2
  85. package/es/components/field-set/src/FieldFilter.vue2.js +32 -16
  86. package/es/components/field-set/src/FieldSet.vue.d.ts +2 -2
  87. package/es/components/field-set/src/FieldSet.vue2.js +210 -57
  88. package/es/components/field-set/src/Index.vue2.js +40 -6
  89. package/es/components/field-set/src/TableStyle.vue2.js +48 -13
  90. package/es/components/field-set/src/components/condition.vue2.js +26 -10
  91. package/es/components/field-set/src/components/edit-dialog.vue2.js +148 -68
  92. package/es/components/field-set/src/components/edit-filter.vue2.js +24 -4
  93. package/es/components/field-set/src/components/table-row.vue.d.ts +2 -2
  94. package/es/components/field-set/src/components/table-row.vue2.js +123 -42
  95. package/es/components/field-set/src/constants/filter.js +328 -42
  96. package/es/components/field-set/src/constants/index.js +504 -64
  97. package/es/components/field-set/src/utils/index.js +1 -1
  98. package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +91 -46
  99. package/es/components/form-config/src/constants/index.js +80 -11
  100. package/es/components/form-config/src/hooks/useLocale.js +240 -31
  101. package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.js +8 -4
  102. package/es/components/form-render/src/components/renderer/combination/jsonCombination.js +8 -4
  103. package/es/components/form-render/src/components/renderer/combination/tableCombination.js +8 -2
  104. package/es/components/form-render/src/components/renderer/input.js +3 -2
  105. package/es/components/form-render/src/components/renderer/radio_checkbox.js +8 -4
  106. package/es/components/form-render/src/components/renderer/remoteSearch.js +8 -2
  107. package/es/components/form-render/src/components/renderer/switch.js +24 -4
  108. package/es/components/form-render/src/components/renderer/textarea.js +5 -4
  109. package/es/components/form-render/src/utils/schema.js +26 -6
  110. package/es/components/iho-chat/src/Index.vue2.js +42 -38
  111. package/es/components/iho-chat/src/components/ChatAdd.vue2.js +108 -33
  112. package/es/components/iho-chat/src/components/ChatFile.vue2.js +132 -90
  113. package/es/components/iho-chat/src/components/ChatFooter.vue2.js +110 -48
  114. package/es/components/iho-chat/src/components/ChatHeader.vue2.js +40 -20
  115. package/es/components/iho-chat/src/components/ChatMain.vue2.js +55 -23
  116. package/es/components/iho-chat/src/components/ChatRecord.vue2.js +77 -45
  117. package/es/components/iho-chat/src/components/ChatSearch.vue2.js +256 -208
  118. package/es/components/iho-chat/src/components/ChatSet.vue2.js +306 -208
  119. package/es/components/iho-chat/src/components/ContextMenu.js +50 -9
  120. package/es/components/iho-chat/src/components/MessageEvent.vue2.js +16 -4
  121. package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +8 -2
  122. package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +104 -18
  123. package/es/components/iho-chat/src/components/PersonProfile.vue2.js +66 -11
  124. package/es/components/iho-chat/src/components/SelectLabel.vue2.js +47 -43
  125. package/es/components/iho-chat/src/components/SiderList.vue2.js +68 -38
  126. package/es/components/iho-chat/src/components/Video.vue2.js +38 -11
  127. package/es/components/iho-chat/src/hooks/useVideo.js +15 -4
  128. package/es/components/iho-chat/src/utils/index.js +79 -14
  129. package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.js +8 -2
  130. package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +40 -15
  131. package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue2.js +40 -15
  132. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +1 -1
  133. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +50 -20
  134. package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +16 -8
  135. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +10 -3
  136. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +42 -15
  137. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
  138. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +18 -12
  139. package/es/components/index.css +1 -1
  140. package/es/components/info-header/src/components/patientInfo/index.vue2.js +144 -25
  141. package/es/components/keyboard/src/Keyboard.vue2.js +20 -8
  142. package/es/components/keyboard/src/components/NumberPanel.vue2.js +51 -37
  143. package/es/components/map/src/Map.vue2.js +8 -4
  144. package/es/components/picture-clipper/src/PictureClipper.vue2.js +16 -8
  145. package/es/components/quick-search/src/index.vue2.js +176 -131
  146. package/es/components/recommend-search/src/components/BaseSearch.js +14 -8
  147. package/es/components/recommend-search/src/components/RecommendInput.vue2.js +28 -8
  148. package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +18 -5
  149. package/es/components/scale-view/src/ScaleView.vue2.js +16 -8
  150. package/es/components/scale-view/src/components/NoData.vue2.js +16 -4
  151. package/es/components/scale-view/src/components/formitem/r-cascader.js +8 -2
  152. package/es/components/scale-view/src/components/formitem/r-checkbox.js +24 -6
  153. package/es/components/scale-view/src/components/formitem/r-input.js +8 -2
  154. package/es/components/scale-view/src/components/formitem/r-map.js +8 -2
  155. package/es/components/scale-view/src/components/formitem/r-radio.js +24 -6
  156. package/es/components/scale-view/src/components/formitem/r-select.js +8 -2
  157. package/es/components/scale-view/src/components/formitem/r-sign.js +32 -11
  158. package/es/components/scale-view/src/components/formitem/standard-modal.js +16 -3
  159. package/es/components/scale-view/src/hooks/scaleview-computed.js +24 -5
  160. package/es/components/scale-view/src/hooks/scaleview-methods.js +16 -4
  161. package/es/components/scale-view/src/hooks/scaleview-submit.js +16 -3
  162. package/es/components/scale-view/src/hooks/scaleview-validate.js +40 -9
  163. package/es/components/search-cascader/src/SearchCascader.vue2.js +20 -14
  164. package/es/components/select-label/src/LabelFormContent.vue2.js +53 -21
  165. package/es/components/select-label/src/SelectLabel.vue2.js +81 -51
  166. package/es/components/select-label/src/components/label-classify.vue2.js +28 -11
  167. package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +18 -5
  168. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +34 -8
  169. package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +18 -5
  170. package/es/components/select-person/src/SelectPerson.vue2.js +214 -141
  171. package/es/components/select-person/src/SelectPersonType.vue2.js +127 -102
  172. package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +9 -2
  173. package/es/components/select-person/src/index.vue2.js +20 -7
  174. package/es/components/slider-tree/src/index.vue2.js +16 -3
  175. package/es/components/table-export-field/index.d.ts +1 -0
  176. package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +1 -0
  177. package/es/components/table-export-field/src/components/ExportModal.vue2.js +187 -113
  178. package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +147 -88
  179. package/es/components/table-export-field/src/index.vue.d.ts +1 -0
  180. package/es/components/table-export-field/src/index.vue2.js +28 -12
  181. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +32 -5
  182. package/es/components/table-filter/src/components/bi-filter/helpers/options.js +264 -34
  183. package/es/components/table-filter/src/components/bi-filter/index.vue2.js +214 -135
  184. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +16 -3
  185. package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +9 -2
  186. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +39 -6
  187. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +18 -5
  188. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +29 -18
  189. package/es/components/table-filter/src/components/classify-filter/helpers/options.js +16 -3
  190. package/es/components/table-filter/src/components/classify-filter/hooks/useDisplayCategory.js +8 -2
  191. package/es/components/table-filter/src/components/classify-filter/index.vue2.js +195 -130
  192. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +26 -7
  193. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +12 -6
  194. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +34 -8
  195. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +21 -8
  196. package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +8 -4
  197. package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +19 -6
  198. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +16 -3
  199. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +24 -10
  200. package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +1648 -207
  201. package/es/components/table-filter/src/components/render-widget/helpers/selectExtraMap.js +8 -2
  202. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +16 -3
  203. package/es/components/table-filter/src/tool/baseOptions.js +144 -19
  204. package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +32 -16
  205. package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +22 -2
  206. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +8 -4
  207. package/es/components/vod-chunk-upload/src/vod-upload-modal.js +16 -8
  208. package/es/shared/assets/img/defaultCover/10review_successful.png.js +1 -1
  209. package/es/shared/assets/img/defaultCover/11review_fail.png.js +1 -1
  210. package/es/shared/assets/img/defaultCover/12no_setting.png.js +1 -1
  211. package/es/shared/assets/img/defaultCover/13no_menu_setting.png.js +1 -1
  212. package/es/shared/assets/img/defaultCover/14no_call_setting.png.js +1 -1
  213. package/es/shared/assets/img/defaultCover/15no_use_tag.png.js +1 -1
  214. package/es/shared/assets/img/defaultCover/16no_table_data.png.js +1 -1
  215. package/es/shared/assets/img/defaultCover/1location.png.js +1 -1
  216. package/es/shared/assets/img/defaultCover/2notfound.png.js +1 -1
  217. package/es/shared/assets/img/defaultCover/3loading.png.js +1 -1
  218. package/es/shared/assets/img/defaultCover/4no_permission.png.js +1 -1
  219. package/es/shared/assets/img/defaultCover/5no_data.png.js +1 -1
  220. package/es/shared/assets/img/defaultCover/6no_network.png.js +1 -1
  221. package/es/shared/assets/img/defaultCover/7no_doctor.png.js +1 -1
  222. package/es/shared/assets/img/defaultCover/8system_error.png.js +1 -1
  223. package/es/shared/assets/img/defaultCover/9system_upgrade.png.js +1 -1
  224. package/es/shared/assets/img/failure.png.js +1 -1
  225. package/es/shared/assets/img/no-permission.png.js +1 -1
  226. package/es/shared/assets/img/nodata.png.js +1 -1
  227. package/es/shared/assets/img/notfound.png.js +1 -1
  228. package/es/shared/assets/img/qr.png.js +1 -1
  229. package/es/shared/assets/img/success.png.js +1 -1
  230. package/es/shared/assets/img/table_style_2.png.js +1 -1
  231. package/es/shared/assets/img/video.png.js +1 -1
  232. package/es/shared/assets/img/video_default_cover.png.js +1 -1
  233. package/es/shared/assets/img/xb_big.png.js +1 -1
  234. package/es/shared/assets/img/xb_small.png.js +1 -1
  235. package/es/shared/hooks/selectHooks/useSelectAllowModify.js +2 -2
  236. package/es/shared/package.json.js +1 -1
  237. package/package.json +2 -2
  238. package/es/components/audio-sdk/src/components/recording-modal.vue.js +0 -6
  239. package/es/components/audio-sdk/src/components/recording-modal.vue2.js +0 -40
  240. package/es/components/audio-sdk/src/utils/recorder/fft.d.ts +0 -4
  241. package/es/components/audio-sdk/src/utils/recorder/mp3-engine.d.ts +0 -4
  242. package/es/components/audio-sdk/src/utils/recorder/mp3.d.ts +0 -4
  243. package/es/components/audio-sdk/src/utils/recorder/recorder.d.ts +0 -4
  244. package/es/components/audio-sdk/src/utils/recorder/wave.d.ts +0 -4
  245. package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  246. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
  247. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
  248. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
  249. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +0 -86
  250. package/es/shared/utils/fabricjs/index.d.ts +0 -6823
  251. package/es/shared/utils/tapable/index.d.ts +0 -139
@@ -1,113 +1,364 @@
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;
2
1
  const DATE_CON_LIST = [{
3
2
  name: "NULL",
4
- text: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.338")) || "\u4E3A\u7A7A"
3
+ text: function() {
4
+ var _a, _b, _c;
5
+ try {
6
+ return ((_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
+ } catch (e) {
8
+ return "\u4E3A\u7A7A";
9
+ }
10
+ }()
5
11
  }, {
6
12
  name: "NOT_NULL",
7
- text: ((_b = window.getLanguageByCode) == null ? void 0 : _b.call(window, "10010.1.339")) || "\u4E0D\u4E3A\u7A7A"
13
+ text: function() {
14
+ var _a, _b, _c;
15
+ try {
16
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.339")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.339")) || "\u4E0D\u4E3A\u7A7A";
17
+ } catch (e) {
18
+ return "\u4E0D\u4E3A\u7A7A";
19
+ }
20
+ }()
8
21
  }, {
9
22
  name: "IN",
10
- text: ((_c = window.getLanguageByCode) == null ? void 0 : _c.call(window, "10010.1.317")) || "\u7B49\u4E8E"
23
+ text: function() {
24
+ var _a, _b, _c;
25
+ try {
26
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.317")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.317")) || "\u7B49\u4E8E";
27
+ } catch (e) {
28
+ return "\u7B49\u4E8E";
29
+ }
30
+ }()
11
31
  }, {
12
32
  name: "NEQ",
13
- text: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.318")) || "\u4E0D\u7B49\u4E8E"
33
+ text: function() {
34
+ var _a, _b, _c;
35
+ try {
36
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.318")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.318")) || "\u4E0D\u7B49\u4E8E";
37
+ } catch (e) {
38
+ return "\u4E0D\u7B49\u4E8E";
39
+ }
40
+ }()
14
41
  }, {
15
42
  name: "BIG",
16
- text: ((_e = window.getLanguageByCode) == null ? void 0 : _e.call(window, "10010.1.319")) || "\u5927\u4E8E"
43
+ text: function() {
44
+ var _a, _b, _c;
45
+ try {
46
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.319")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.319")) || "\u5927\u4E8E";
47
+ } catch (e) {
48
+ return "\u5927\u4E8E";
49
+ }
50
+ }()
17
51
  }, {
18
52
  name: "LESS",
19
- text: ((_f = window.getLanguageByCode) == null ? void 0 : _f.call(window, "10010.1.320")) || "\u5C0F\u4E8E"
53
+ text: function() {
54
+ var _a, _b, _c;
55
+ try {
56
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.320")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.320")) || "\u5C0F\u4E8E";
57
+ } catch (e) {
58
+ return "\u5C0F\u4E8E";
59
+ }
60
+ }()
20
61
  }, {
21
62
  name: "BIGEQ",
22
- text: ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.321")) || "\u5927\u4E8E\u7B49\u4E8E"
63
+ text: function() {
64
+ var _a, _b, _c;
65
+ try {
66
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.321")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.321")) || "\u5927\u4E8E\u7B49\u4E8E";
67
+ } catch (e) {
68
+ return "\u5927\u4E8E\u7B49\u4E8E";
69
+ }
70
+ }()
23
71
  }, {
24
72
  name: "LESSEQ",
25
- text: ((_h = window.getLanguageByCode) == null ? void 0 : _h.call(window, "10010.1.322")) || "\u5C0F\u4E8E\u7B49\u4E8E"
73
+ text: function() {
74
+ var _a, _b, _c;
75
+ try {
76
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.322")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.322")) || "\u5C0F\u4E8E\u7B49\u4E8E";
77
+ } catch (e) {
78
+ return "\u5C0F\u4E8E\u7B49\u4E8E";
79
+ }
80
+ }()
26
81
  }, {
27
82
  name: "TODAY",
28
- text: ((_i = window.getLanguageByCode) == null ? void 0 : _i.call(window, "10010.1.134")) || "\u4ECA\u5929"
83
+ text: function() {
84
+ var _a, _b, _c;
85
+ try {
86
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.134")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.134")) || "\u4ECA\u5929";
87
+ } catch (e) {
88
+ return "\u4ECA\u5929";
89
+ }
90
+ }()
29
91
  }, {
30
92
  name: "TOMORROW",
31
- text: ((_j = window.getLanguageByCode) == null ? void 0 : _j.call(window, "10010.1.300")) || "\u660E\u5929"
93
+ text: function() {
94
+ var _a, _b, _c;
95
+ try {
96
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.300")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.300")) || "\u660E\u5929";
97
+ } catch (e) {
98
+ return "\u660E\u5929";
99
+ }
100
+ }()
32
101
  }, {
33
102
  name: "YESTERDAY",
34
- text: ((_k = window.getLanguageByCode) == null ? void 0 : _k.call(window, "10010.1.132")) || "\u6628\u5929"
103
+ text: function() {
104
+ var _a, _b, _c;
105
+ try {
106
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.132")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.132")) || "\u6628\u5929";
107
+ } catch (e) {
108
+ return "\u6628\u5929";
109
+ }
110
+ }()
35
111
  }, {
36
112
  name: "THIS_WEEK",
37
- text: ((_l = window.getLanguageByCode) == null ? void 0 : _l.call(window, "10010.1.47")) || "\u672C\u5468"
113
+ text: function() {
114
+ var _a, _b, _c;
115
+ try {
116
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.47")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.47")) || "\u672C\u5468";
117
+ } catch (e) {
118
+ return "\u672C\u5468";
119
+ }
120
+ }()
38
121
  }, {
39
122
  name: "NEXT_WEEK",
40
- text: ((_m = window.getLanguageByCode) == null ? void 0 : _m.call(window, "10010.1.323")) || "\u4E0B\u5468"
123
+ text: function() {
124
+ var _a, _b, _c;
125
+ try {
126
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.323")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.323")) || "\u4E0B\u5468";
127
+ } catch (e) {
128
+ return "\u4E0B\u5468";
129
+ }
130
+ }()
41
131
  }, {
42
132
  name: "UP_WEEK",
43
- text: ((_n = window.getLanguageByCode) == null ? void 0 : _n.call(window, "10010.1.324")) || "\u4E0A\u5468"
133
+ text: function() {
134
+ var _a, _b, _c;
135
+ try {
136
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.324")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.324")) || "\u4E0A\u5468";
137
+ } catch (e) {
138
+ return "\u4E0A\u5468";
139
+ }
140
+ }()
44
141
  }, {
45
142
  name: "THIS_MONTH",
46
- text: ((_o = window.getLanguageByCode) == null ? void 0 : _o.call(window, "10010.1.404")) || "\u672C\u6708"
143
+ text: function() {
144
+ var _a, _b, _c;
145
+ try {
146
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.404")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.404")) || "\u672C\u6708";
147
+ } catch (e) {
148
+ return "\u672C\u6708";
149
+ }
150
+ }()
47
151
  }, {
48
152
  name: "NEXT_MONTH",
49
- text: ((_p = window.getLanguageByCode) == null ? void 0 : _p.call(window, "10010.1.325")) || "\u4E0B\u6708"
153
+ text: function() {
154
+ var _a, _b, _c;
155
+ try {
156
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.325")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.325")) || "\u4E0B\u6708";
157
+ } catch (e) {
158
+ return "\u4E0B\u6708";
159
+ }
160
+ }()
50
161
  }, {
51
162
  name: "UP_MONTH",
52
- text: ((_q = window.getLanguageByCode) == null ? void 0 : _q.call(window, "10010.1.326")) || "\u4E0A\u6708"
163
+ text: function() {
164
+ var _a, _b, _c;
165
+ try {
166
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.326")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.326")) || "\u4E0A\u6708";
167
+ } catch (e) {
168
+ return "\u4E0A\u6708";
169
+ }
170
+ }()
53
171
  }, {
54
172
  name: "THIS_SEASON",
55
- text: ((_r = window.getLanguageByCode) == null ? void 0 : _r.call(window, "10010.1.327")) || "\u672C\u5B63\u5EA6"
173
+ text: function() {
174
+ var _a, _b, _c;
175
+ try {
176
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.327")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.327")) || "\u672C\u5B63\u5EA6";
177
+ } catch (e) {
178
+ return "\u672C\u5B63\u5EA6";
179
+ }
180
+ }()
56
181
  }, {
57
182
  name: "NEXT_SEASON",
58
- text: ((_s = window.getLanguageByCode) == null ? void 0 : _s.call(window, "10010.1.328")) || "\u4E0B\u5B63\u5EA6"
183
+ text: function() {
184
+ var _a, _b, _c;
185
+ try {
186
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.328")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.328")) || "\u4E0B\u5B63\u5EA6";
187
+ } catch (e) {
188
+ return "\u4E0B\u5B63\u5EA6";
189
+ }
190
+ }()
59
191
  }, {
60
192
  name: "UP_SEASON",
61
- text: ((_t = window.getLanguageByCode) == null ? void 0 : _t.call(window, "10010.1.329")) || "\u4E0A\u5B63\u5EA6"
193
+ text: function() {
194
+ var _a, _b, _c;
195
+ try {
196
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.329")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.329")) || "\u4E0A\u5B63\u5EA6";
197
+ } catch (e) {
198
+ return "\u4E0A\u5B63\u5EA6";
199
+ }
200
+ }()
62
201
  }, {
63
202
  name: "THIS_YEAR",
64
- text: ((_u = window.getLanguageByCode) == null ? void 0 : _u.call(window, "10010.1.330")) || "\u672C\u5E74"
203
+ text: function() {
204
+ var _a, _b, _c;
205
+ try {
206
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.330")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.330")) || "\u672C\u5E74";
207
+ } catch (e) {
208
+ return "\u672C\u5E74";
209
+ }
210
+ }()
65
211
  }, {
66
212
  name: "NEXT_YEAR",
67
- text: ((_v = window.getLanguageByCode) == null ? void 0 : _v.call(window, "10010.1.331")) || "\u4E0B\u5E74"
213
+ text: function() {
214
+ var _a, _b, _c;
215
+ try {
216
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.331")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.331")) || "\u4E0B\u5E74";
217
+ } catch (e) {
218
+ return "\u4E0B\u5E74";
219
+ }
220
+ }()
68
221
  }, {
69
222
  name: "UP_YEAR",
70
- text: ((_w = window.getLanguageByCode) == null ? void 0 : _w.call(window, "10010.1.358")) || "\u4E0A\u5E74"
223
+ text: function() {
224
+ var _a, _b, _c;
225
+ try {
226
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.358")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.358")) || "\u4E0A\u5E74";
227
+ } catch (e) {
228
+ return "\u4E0A\u5E74";
229
+ }
230
+ }()
71
231
  }, {
72
232
  name: "L_",
73
- text: ((_x = window.getLanguageByCode) == null ? void 0 : _x.call(window, "10010.1.332")) || "\u4EE5\u524D"
233
+ text: function() {
234
+ var _a, _b, _c;
235
+ try {
236
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.332")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.332")) || "\u4EE5\u524D";
237
+ } catch (e) {
238
+ return "\u4EE5\u524D";
239
+ }
240
+ }()
74
241
  }, {
75
242
  name: "N_",
76
- text: ((_y = window.getLanguageByCode) == null ? void 0 : _y.call(window, "10010.1.333")) || "\u4EE5\u540E"
243
+ text: function() {
244
+ var _a, _b, _c;
245
+ try {
246
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.333")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.333")) || "\u4EE5\u540E";
247
+ } catch (e) {
248
+ return "\u4EE5\u540E";
249
+ }
250
+ }()
77
251
  }, {
78
252
  name: "IN_THE_PAST",
79
- text: ((_z = window.getLanguageByCode) == null ? void 0 : _z.call(window, "10010.1.334")) || "\u8FC7\u53BB\u5185"
253
+ text: function() {
254
+ var _a, _b, _c;
255
+ try {
256
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.334")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.334")) || "\u8FC7\u53BB\u5185";
257
+ } catch (e) {
258
+ return "\u8FC7\u53BB\u5185";
259
+ }
260
+ }()
80
261
  }, {
81
262
  name: "IN_THE_FUTURE",
82
- text: ((_A = window.getLanguageByCode) == null ? void 0 : _A.call(window, "10010.1.335")) || "\u672A\u6765\u5185"
263
+ text: function() {
264
+ var _a, _b, _c;
265
+ try {
266
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.335")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.335")) || "\u672A\u6765\u5185";
267
+ } catch (e) {
268
+ return "\u672A\u6765\u5185";
269
+ }
270
+ }()
83
271
  }, {
84
272
  name: "IN_THE_PAST_DI",
85
- text: ((_B = window.getLanguageByCode) == null ? void 0 : _B.call(window, "10010.1.336")) || "\u8FC7\u53BB\u7B2C"
273
+ text: function() {
274
+ var _a, _b, _c;
275
+ try {
276
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.336")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.336")) || "\u8FC7\u53BB\u7B2C";
277
+ } catch (e) {
278
+ return "\u8FC7\u53BB\u7B2C";
279
+ }
280
+ }()
86
281
  }, {
87
282
  name: "IN_THE_FUTURE_DI",
88
- text: ((_C = window.getLanguageByCode) == null ? void 0 : _C.call(window, "10010.1.337")) || "\u672A\u6765\u7B2C"
283
+ text: function() {
284
+ var _a, _b, _c;
285
+ try {
286
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.337")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.337")) || "\u672A\u6765\u7B2C";
287
+ } catch (e) {
288
+ return "\u672A\u6765\u7B2C";
289
+ }
290
+ }()
89
291
  }];
90
292
  const TEXT_CON_LIST = [{
91
293
  name: "NULL",
92
- text: ((_D = window.getLanguageByCode) == null ? void 0 : _D.call(window, "10010.1.338")) || "\u4E3A\u7A7A"
294
+ text: function() {
295
+ var _a, _b, _c;
296
+ try {
297
+ return ((_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";
298
+ } catch (e) {
299
+ return "\u4E3A\u7A7A";
300
+ }
301
+ }()
93
302
  }, {
94
303
  name: "NOT_NULL",
95
- text: ((_E = window.getLanguageByCode) == null ? void 0 : _E.call(window, "10010.1.339")) || "\u4E0D\u4E3A\u7A7A"
304
+ text: function() {
305
+ var _a, _b, _c;
306
+ try {
307
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.339")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.339")) || "\u4E0D\u4E3A\u7A7A";
308
+ } catch (e) {
309
+ return "\u4E0D\u4E3A\u7A7A";
310
+ }
311
+ }()
96
312
  }, {
97
313
  name: "CL",
98
- text: ((_F = window.getLanguageByCode) == null ? void 0 : _F.call(window, "10010.1.340")) || "\u5305\u542B"
314
+ text: function() {
315
+ var _a, _b, _c;
316
+ try {
317
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.340")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.340")) || "\u5305\u542B";
318
+ } catch (e) {
319
+ return "\u5305\u542B";
320
+ }
321
+ }()
99
322
  }, {
100
323
  name: "NC",
101
- text: ((_G = window.getLanguageByCode) == null ? void 0 : _G.call(window, "10010.1.341")) || "\u4E0D\u5305\u542B"
324
+ text: function() {
325
+ var _a, _b, _c;
326
+ try {
327
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.341")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.341")) || "\u4E0D\u5305\u542B";
328
+ } catch (e) {
329
+ return "\u4E0D\u5305\u542B";
330
+ }
331
+ }()
102
332
  }, {
103
333
  name: "IN_ARR",
104
- text: ((_H = window.getLanguageByCode) == null ? void 0 : _H.call(window, "10010.1.342")) || "\u88AB\u5305\u542B"
334
+ text: function() {
335
+ var _a, _b, _c;
336
+ try {
337
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.342")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.342")) || "\u88AB\u5305\u542B";
338
+ } catch (e) {
339
+ return "\u88AB\u5305\u542B";
340
+ }
341
+ }()
105
342
  }, {
106
343
  name: "EQ",
107
- text: ((_I = window.getLanguageByCode) == null ? void 0 : _I.call(window, "10010.1.317")) || "\u7B49\u4E8E"
344
+ text: function() {
345
+ var _a, _b, _c;
346
+ try {
347
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.317")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.317")) || "\u7B49\u4E8E";
348
+ } catch (e) {
349
+ return "\u7B49\u4E8E";
350
+ }
351
+ }()
108
352
  }, {
109
353
  name: "NEQ",
110
- text: ((_J = window.getLanguageByCode) == null ? void 0 : _J.call(window, "10010.1.318")) || "\u4E0D\u7B49\u4E8E"
354
+ text: function() {
355
+ var _a, _b, _c;
356
+ try {
357
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.318")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.318")) || "\u4E0D\u7B49\u4E8E";
358
+ } catch (e) {
359
+ return "\u4E0D\u7B49\u4E8E";
360
+ }
361
+ }()
111
362
  }];
112
363
  const FIELD_TYPE_LIST = [{
113
364
  conList: DATE_CON_LIST,
@@ -122,10 +373,24 @@ const FIELD_TYPE_LIST = [{
122
373
  }, {
123
374
  conList: [{
124
375
  name: "EQ",
125
- text: ((_K = window.getLanguageByCode) == null ? void 0 : _K.call(window, "10010.1.317")) || "\u7B49\u4E8E"
376
+ text: function() {
377
+ var _a, _b, _c;
378
+ try {
379
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.317")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.317")) || "\u7B49\u4E8E";
380
+ } catch (e) {
381
+ return "\u7B49\u4E8E";
382
+ }
383
+ }()
126
384
  }, {
127
385
  name: "NEQ",
128
- text: ((_L = window.getLanguageByCode) == null ? void 0 : _L.call(window, "10010.1.318")) || "\u4E0D\u7B49\u4E8E"
386
+ text: function() {
387
+ var _a, _b, _c;
388
+ try {
389
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.318")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.318")) || "\u4E0D\u7B49\u4E8E";
390
+ } catch (e) {
391
+ return "\u4E0D\u7B49\u4E8E";
392
+ }
393
+ }()
129
394
  }],
130
395
  name: "BOOLEAN",
131
396
  type: "BOOLEAN"
@@ -141,28 +406,84 @@ const FIELD_TYPE_LIST = [{
141
406
  }, {
142
407
  conList: [{
143
408
  name: "NULL",
144
- text: ((_M = window.getLanguageByCode) == null ? void 0 : _M.call(window, "10010.1.338")) || "\u4E3A\u7A7A"
409
+ text: function() {
410
+ var _a, _b, _c;
411
+ try {
412
+ return ((_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";
413
+ } catch (e) {
414
+ return "\u4E3A\u7A7A";
415
+ }
416
+ }()
145
417
  }, {
146
418
  name: "NOT_NULL",
147
- text: ((_N = window.getLanguageByCode) == null ? void 0 : _N.call(window, "10010.1.339")) || "\u4E0D\u4E3A\u7A7A"
419
+ text: function() {
420
+ var _a, _b, _c;
421
+ try {
422
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.339")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.339")) || "\u4E0D\u4E3A\u7A7A";
423
+ } catch (e) {
424
+ return "\u4E0D\u4E3A\u7A7A";
425
+ }
426
+ }()
148
427
  }, {
149
428
  name: "EQ",
150
- text: ((_O = window.getLanguageByCode) == null ? void 0 : _O.call(window, "10010.1.317")) || "\u7B49\u4E8E"
429
+ text: function() {
430
+ var _a, _b, _c;
431
+ try {
432
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.317")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.317")) || "\u7B49\u4E8E";
433
+ } catch (e) {
434
+ return "\u7B49\u4E8E";
435
+ }
436
+ }()
151
437
  }, {
152
438
  name: "NEQ",
153
- text: ((_P = window.getLanguageByCode) == null ? void 0 : _P.call(window, "10010.1.318")) || "\u4E0D\u7B49\u4E8E"
439
+ text: function() {
440
+ var _a, _b, _c;
441
+ try {
442
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.318")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.318")) || "\u4E0D\u7B49\u4E8E";
443
+ } catch (e) {
444
+ return "\u4E0D\u7B49\u4E8E";
445
+ }
446
+ }()
154
447
  }, {
155
448
  name: "BIG",
156
- text: ((_Q = window.getLanguageByCode) == null ? void 0 : _Q.call(window, "10010.1.319")) || "\u5927\u4E8E"
449
+ text: function() {
450
+ var _a, _b, _c;
451
+ try {
452
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.319")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.319")) || "\u5927\u4E8E";
453
+ } catch (e) {
454
+ return "\u5927\u4E8E";
455
+ }
456
+ }()
157
457
  }, {
158
458
  name: "LESS",
159
- text: ((_R = window.getLanguageByCode) == null ? void 0 : _R.call(window, "10010.1.320")) || "\u5C0F\u4E8E"
459
+ text: function() {
460
+ var _a, _b, _c;
461
+ try {
462
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.320")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.320")) || "\u5C0F\u4E8E";
463
+ } catch (e) {
464
+ return "\u5C0F\u4E8E";
465
+ }
466
+ }()
160
467
  }, {
161
468
  name: "BIGEQ",
162
- text: ((_S = window.getLanguageByCode) == null ? void 0 : _S.call(window, "10010.1.321")) || "\u5927\u4E8E\u7B49\u4E8E"
469
+ text: function() {
470
+ var _a, _b, _c;
471
+ try {
472
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.321")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.321")) || "\u5927\u4E8E\u7B49\u4E8E";
473
+ } catch (e) {
474
+ return "\u5927\u4E8E\u7B49\u4E8E";
475
+ }
476
+ }()
163
477
  }, {
164
478
  name: "LESSEQ",
165
- text: ((_T = window.getLanguageByCode) == null ? void 0 : _T.call(window, "10010.1.322")) || "\u5C0F\u4E8E\u7B49\u4E8E"
479
+ text: function() {
480
+ var _a, _b, _c;
481
+ try {
482
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.322")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.322")) || "\u5C0F\u4E8E\u7B49\u4E8E";
483
+ } catch (e) {
484
+ return "\u5C0F\u4E8E\u7B49\u4E8E";
485
+ }
486
+ }()
166
487
  }],
167
488
  name: "NUMBER",
168
489
  type: "number"
@@ -172,52 +493,171 @@ const FIELD_TYPE_LIST = [{
172
493
  type: "jsonb"
173
494
  }];
174
495
  const SHOWSETTING_OPTIONS = [{
175
- text: ((_U = window.getLanguageByCode) == null ? void 0 : _U.call(window, "10010.1.343")) || "\u5F15\u7528\u9009\u9879",
496
+ text: function() {
497
+ var _a, _b, _c;
498
+ try {
499
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.343")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.343")) || "\u5F15\u7528\u9009\u9879";
500
+ } catch (e) {
501
+ return "\u5F15\u7528\u9009\u9879";
502
+ }
503
+ }(),
176
504
  name: "CONVERT"
177
505
  }];
178
506
  const WORDBOOK_OPTIONS = [{
179
- text: ((_V = window.getLanguageByCode) == null ? void 0 : _V.call(window, "10010.1.343")) || "\u5F15\u7528\u9009\u9879",
507
+ text: function() {
508
+ var _a, _b, _c;
509
+ try {
510
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.343")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.343")) || "\u5F15\u7528\u9009\u9879";
511
+ } catch (e) {
512
+ return "\u5F15\u7528\u9009\u9879";
513
+ }
514
+ }(),
180
515
  name: "QUOTE"
181
516
  }, {
182
- text: ((_W = window.getLanguageByCode) == null ? void 0 : _W.call(window, "10010.1.344")) || "\u4E0D\u5F15\u7528\u9009\u9879",
517
+ text: function() {
518
+ var _a, _b, _c;
519
+ try {
520
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.344")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.344")) || "\u4E0D\u5F15\u7528\u9009\u9879";
521
+ } catch (e) {
522
+ return "\u4E0D\u5F15\u7528\u9009\u9879";
523
+ }
524
+ }(),
183
525
  name: "QUOTE_NOT"
184
526
  }];
185
527
  const CUSTOM_INPUT_OPTIONS = [{
186
- title: ((_X = window.getLanguageByCode) == null ? void 0 : _X.call(window, "10010.1.345")) || "\u81EA\u5B9A\u4E49\u8F93\u5165",
528
+ title: function() {
529
+ var _a, _b, _c;
530
+ try {
531
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.345")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.345")) || "\u81EA\u5B9A\u4E49\u8F93\u5165";
532
+ } catch (e) {
533
+ return "\u81EA\u5B9A\u4E49\u8F93\u5165";
534
+ }
535
+ }(),
187
536
  columnName: "custom"
188
537
  }];
189
538
  const UNIT_OPTIONS = [{
190
- label: ((_Y = window.getLanguageByCode) == null ? void 0 : _Y.call(window, "10010.1.144")) || "\u5929",
539
+ label: function() {
540
+ var _a, _b, _c;
541
+ try {
542
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.144")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.144")) || "\u5929";
543
+ } catch (e) {
544
+ return "\u5929";
545
+ }
546
+ }(),
191
547
  value: "DAY"
192
548
  }, {
193
- label: ((_Z = window.getLanguageByCode) == null ? void 0 : _Z.call(window, "10010.1.346")) || "\u5468",
549
+ label: function() {
550
+ var _a, _b, _c;
551
+ try {
552
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.346")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.346")) || "\u5468";
553
+ } catch (e) {
554
+ return "\u5468";
555
+ }
556
+ }(),
194
557
  value: "WEEK"
195
558
  }, {
196
- label: ((__ = window.getLanguageByCode) == null ? void 0 : __.call(window, "10010.1.347")) || "\u6708",
559
+ label: function() {
560
+ var _a, _b, _c;
561
+ try {
562
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.347")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.347")) || "\u6708";
563
+ } catch (e) {
564
+ return "\u6708";
565
+ }
566
+ }(),
197
567
  value: "MONTH"
198
568
  }, {
199
- label: ((_$ = window.getLanguageByCode) == null ? void 0 : _$.call(window, "10010.1.348")) || "\u5B63\u5EA6",
569
+ label: function() {
570
+ var _a, _b, _c;
571
+ try {
572
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.348")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.348")) || "\u5B63\u5EA6";
573
+ } catch (e) {
574
+ return "\u5B63\u5EA6";
575
+ }
576
+ }(),
200
577
  value: "QUARTER"
201
578
  }, {
202
- label: ((_aa = window.getLanguageByCode) == null ? void 0 : _aa.call(window, "10010.1.349")) || "\u5E74",
579
+ label: function() {
580
+ var _a, _b, _c;
581
+ try {
582
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.349")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.349")) || "\u5E74";
583
+ } catch (e) {
584
+ return "\u5E74";
585
+ }
586
+ }(),
203
587
  value: "YEAR"
204
588
  }, {
205
- label: ((_ba = window.getLanguageByCode) == null ? void 0 : _ba.call(window, "10010.1.350")) || "\u5C0F\u65F6",
589
+ label: function() {
590
+ var _a, _b, _c;
591
+ try {
592
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.350")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.350")) || "\u5C0F\u65F6";
593
+ } catch (e) {
594
+ return "\u5C0F\u65F6";
595
+ }
596
+ }(),
206
597
  value: "HOUR"
207
598
  }];
208
599
  const BOOLEAN_OPTIONS = [{
209
- label: ((_ca = window.getLanguageByCode) == null ? void 0 : _ca.call(window, "10010.1.351")) || "\u662F",
600
+ label: function() {
601
+ var _a, _b, _c;
602
+ try {
603
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.351")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.351")) || "\u662F";
604
+ } catch (e) {
605
+ return "\u662F";
606
+ }
607
+ }(),
210
608
  value: "true"
211
609
  }, {
212
- label: ((_da = window.getLanguageByCode) == null ? void 0 : _da.call(window, "10010.1.352")) || "\u5426",
610
+ label: function() {
611
+ var _a, _b, _c;
612
+ try {
613
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.352")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.352")) || "\u5426";
614
+ } catch (e) {
615
+ return "\u5426";
616
+ }
617
+ }(),
213
618
  value: "false"
214
619
  }];
215
620
  const COLOR_MAP = Object.freeze({
216
- "#FFC400": ((_ea = window.getLanguageByCode) == null ? void 0 : _ea.call(window, "10010.1.353")) || "\u9EC4\u8272",
217
- "#00B145": ((_fa = window.getLanguageByCode) == null ? void 0 : _fa.call(window, "10010.1.354")) || "\u7EFF\u8272",
218
- "#427BFF": ((_ga = window.getLanguageByCode) == null ? void 0 : _ga.call(window, "10010.1.355")) || "\u84DD\u8272",
219
- "#C163FF": ((_ha = window.getLanguageByCode) == null ? void 0 : _ha.call(window, "10010.1.356")) || "\u7D2B\u8272",
220
- "#DB0000": ((_ia = window.getLanguageByCode) == null ? void 0 : _ia.call(window, "10010.1.357")) || "\u7EA2\u8272"
621
+ "#FFC400": function() {
622
+ var _a, _b, _c;
623
+ try {
624
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.353")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.353")) || "\u9EC4\u8272";
625
+ } catch (e) {
626
+ return "\u9EC4\u8272";
627
+ }
628
+ }(),
629
+ "#00B145": function() {
630
+ var _a, _b, _c;
631
+ try {
632
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.354")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.354")) || "\u7EFF\u8272";
633
+ } catch (e) {
634
+ return "\u7EFF\u8272";
635
+ }
636
+ }(),
637
+ "#427BFF": function() {
638
+ var _a, _b, _c;
639
+ try {
640
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.355")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.355")) || "\u84DD\u8272";
641
+ } catch (e) {
642
+ return "\u84DD\u8272";
643
+ }
644
+ }(),
645
+ "#C163FF": function() {
646
+ var _a, _b, _c;
647
+ try {
648
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.356")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.356")) || "\u7D2B\u8272";
649
+ } catch (e) {
650
+ return "\u7D2B\u8272";
651
+ }
652
+ }(),
653
+ "#DB0000": function() {
654
+ var _a, _b, _c;
655
+ try {
656
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.357")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.357")) || "\u7EA2\u8272";
657
+ } catch (e) {
658
+ return "\u7EA2\u8272";
659
+ }
660
+ }()
221
661
  });
222
662
  const InjectionFieldList = Symbol("InjectionFieldList");
223
663
  const InjectionQueryWordbookData = Symbol("InjectionQueryWordbookData");