cnhis-design-vue 3.3.2-beta.6 → 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 (208) 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 +27 -15
  26. package/es/components/big-table/src/BigTable.vue2.js +189 -131
  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 +7 -3
  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 +14 -6
  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 +100 -45
  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/classification/src/components/search-filter/index.vue2.js +24 -10
  55. package/es/components/classification/src/components/set-classification/index.vue2.js +23 -6
  56. package/es/components/classification/src/components/table-modal/index.vue2.js +324 -165
  57. package/es/components/classification/src/index.vue2.js +261 -69
  58. package/es/components/default-page/src/constants/index.js +144 -19
  59. package/es/components/default-page/src/index.vue2.js +8 -2
  60. package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +75 -51
  61. package/es/components/expand-field/src/components/FormItemPerson.vue2.js +46 -38
  62. package/es/components/expand-field/src/components/PersonModal.vue2.js +62 -50
  63. package/es/components/expand-field/src/components/form.vue2.js +783 -412
  64. package/es/components/expand-field/src/index.vue2.js +88 -22
  65. package/es/components/expand-field/src/utils/constant.js +88 -12
  66. package/es/components/fabric-chart/src/components/PopupMenu.js +32 -15
  67. package/es/components/fabric-chart/src/constants/index.js +72 -10
  68. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +18 -4
  69. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcess.js +8 -2
  70. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +32 -5
  71. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +8 -2
  72. package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +63 -41
  73. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
  74. package/es/components/fabric-chart/src/hooks/temperature/useTop.js +5 -1
  75. package/es/components/fabric-chart/src/hooks/useCommon.js +24 -4
  76. package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +4 -1
  77. package/es/components/fabric-chart/src/hooks/useDraw.js +19 -0
  78. package/es/components/fabric-chart/src/utils/index.d.ts +1 -1
  79. package/es/components/fabric-chart/src/utils/index.js +2 -2
  80. package/es/components/field-editor/src/fields.js +232 -30
  81. package/es/components/field-set/src/FieldColor.vue.d.ts +1 -1
  82. package/es/components/field-set/src/FieldColor.vue2.js +88 -21
  83. package/es/components/field-set/src/FieldFilter.vue.d.ts +1 -1
  84. package/es/components/field-set/src/FieldFilter.vue2.js +28 -12
  85. package/es/components/field-set/src/FieldSet.vue.d.ts +1 -1
  86. package/es/components/field-set/src/FieldSet.vue2.js +210 -57
  87. package/es/components/field-set/src/Index.vue2.js +40 -6
  88. package/es/components/field-set/src/TableStyle.vue2.js +48 -13
  89. package/es/components/field-set/src/components/condition.vue2.js +27 -11
  90. package/es/components/field-set/src/components/edit-dialog.vue2.js +149 -69
  91. package/es/components/field-set/src/components/edit-filter.vue2.js +24 -4
  92. package/es/components/field-set/src/components/table-row.vue.d.ts +1 -1
  93. package/es/components/field-set/src/components/table-row.vue2.js +123 -42
  94. package/es/components/field-set/src/constants/filter.js +328 -42
  95. package/es/components/field-set/src/constants/index.js +504 -64
  96. package/es/components/field-set/src/utils/index.js +1 -1
  97. package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +91 -46
  98. package/es/components/form-config/src/constants/index.js +80 -11
  99. package/es/components/form-config/src/hooks/useLocale.js +240 -31
  100. package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.js +7 -3
  101. package/es/components/form-render/src/components/renderer/combination/jsonCombination.js +7 -3
  102. package/es/components/form-render/src/components/renderer/combination/tableCombination.js +8 -2
  103. package/es/components/form-render/src/components/renderer/input.js +2 -1
  104. package/es/components/form-render/src/components/renderer/radio_checkbox.js +7 -3
  105. package/es/components/form-render/src/components/renderer/remoteSearch.js +8 -2
  106. package/es/components/form-render/src/components/renderer/switch.js +24 -4
  107. package/es/components/form-render/src/components/renderer/textarea.js +4 -3
  108. package/es/components/form-render/src/utils/schema.js +26 -6
  109. package/es/components/iho-chat/src/Index.vue2.js +42 -38
  110. package/es/components/iho-chat/src/components/ChatAdd.vue2.js +108 -33
  111. package/es/components/iho-chat/src/components/ChatFile.vue2.js +132 -90
  112. package/es/components/iho-chat/src/components/ChatFooter.vue2.js +110 -48
  113. package/es/components/iho-chat/src/components/ChatHeader.vue2.js +35 -15
  114. package/es/components/iho-chat/src/components/ChatMain.vue2.js +54 -22
  115. package/es/components/iho-chat/src/components/ChatRecord.vue2.js +77 -45
  116. package/es/components/iho-chat/src/components/ChatSearch.vue2.js +256 -208
  117. package/es/components/iho-chat/src/components/ChatSet.vue2.js +309 -211
  118. package/es/components/iho-chat/src/components/ContextMenu.js +50 -9
  119. package/es/components/iho-chat/src/components/MessageEvent.vue2.js +16 -4
  120. package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +8 -2
  121. package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +104 -18
  122. package/es/components/iho-chat/src/components/PersonProfile.vue2.js +66 -11
  123. package/es/components/iho-chat/src/components/SelectLabel.vue2.js +47 -43
  124. package/es/components/iho-chat/src/components/SiderList.vue2.js +70 -40
  125. package/es/components/iho-chat/src/components/Video.vue2.js +38 -11
  126. package/es/components/iho-chat/src/hooks/useVideo.js +15 -4
  127. package/es/components/iho-chat/src/utils/index.js +79 -14
  128. package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.js +8 -2
  129. package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +40 -15
  130. package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue2.js +40 -15
  131. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +1 -1
  132. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +50 -20
  133. package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +14 -6
  134. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +10 -3
  135. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +45 -18
  136. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
  137. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +20 -14
  138. package/es/components/index.css +1 -1
  139. package/es/components/info-header/src/components/patientInfo/index.vue2.js +142 -23
  140. package/es/components/keyboard/src/Keyboard.vue2.js +21 -9
  141. package/es/components/keyboard/src/components/NumberPanel.vue2.js +49 -35
  142. package/es/components/map/src/Map.vue2.js +7 -3
  143. package/es/components/picture-clipper/src/PictureClipper.vue2.js +14 -6
  144. package/es/components/quick-search/src/index.vue2.js +177 -132
  145. package/es/components/recommend-search/src/components/BaseSearch.js +14 -8
  146. package/es/components/recommend-search/src/components/RecommendInput.vue2.js +28 -8
  147. package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +18 -5
  148. package/es/components/scale-view/src/ScaleView.vue2.js +14 -6
  149. package/es/components/scale-view/src/components/NoData.vue2.js +16 -4
  150. package/es/components/scale-view/src/components/formitem/r-cascader.js +8 -2
  151. package/es/components/scale-view/src/components/formitem/r-checkbox.js +24 -6
  152. package/es/components/scale-view/src/components/formitem/r-input.js +8 -2
  153. package/es/components/scale-view/src/components/formitem/r-map.js +8 -2
  154. package/es/components/scale-view/src/components/formitem/r-radio.js +24 -6
  155. package/es/components/scale-view/src/components/formitem/r-select.js +8 -2
  156. package/es/components/scale-view/src/components/formitem/r-sign.js +30 -9
  157. package/es/components/scale-view/src/components/formitem/standard-modal.js +16 -3
  158. package/es/components/scale-view/src/hooks/scaleview-computed.js +24 -5
  159. package/es/components/scale-view/src/hooks/scaleview-methods.js +16 -4
  160. package/es/components/scale-view/src/hooks/scaleview-submit.js +16 -3
  161. package/es/components/scale-view/src/hooks/scaleview-validate.js +40 -9
  162. package/es/components/search-cascader/src/SearchCascader.vue2.js +20 -14
  163. package/es/components/select-label/src/LabelFormContent.vue2.js +53 -21
  164. package/es/components/select-label/src/SelectLabel.vue2.js +85 -55
  165. package/es/components/select-label/src/components/label-classify.vue2.js +28 -11
  166. package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +18 -5
  167. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +34 -8
  168. package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +18 -5
  169. package/es/components/select-person/src/SelectPerson.vue2.js +214 -141
  170. package/es/components/select-person/src/SelectPersonType.vue2.js +130 -105
  171. package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +9 -2
  172. package/es/components/select-person/src/index.vue2.js +20 -7
  173. package/es/components/slider-tree/src/index.vue2.js +16 -3
  174. package/es/components/table-export-field/src/components/ExportModal.vue2.js +186 -112
  175. package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +147 -88
  176. package/es/components/table-export-field/src/index.vue2.js +28 -12
  177. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +32 -5
  178. package/es/components/table-filter/src/components/bi-filter/helpers/options.js +264 -34
  179. package/es/components/table-filter/src/components/bi-filter/index.vue2.js +214 -135
  180. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +16 -3
  181. package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +9 -2
  182. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +39 -6
  183. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +18 -5
  184. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +29 -18
  185. package/es/components/table-filter/src/components/classify-filter/helpers/options.js +16 -3
  186. package/es/components/table-filter/src/components/classify-filter/hooks/useDisplayCategory.js +8 -2
  187. package/es/components/table-filter/src/components/classify-filter/index.vue2.js +195 -130
  188. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +26 -7
  189. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +13 -7
  190. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +34 -8
  191. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +21 -8
  192. package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +7 -3
  193. package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +19 -6
  194. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +16 -3
  195. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +24 -10
  196. package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +1648 -207
  197. package/es/components/table-filter/src/components/render-widget/helpers/selectExtraMap.js +8 -2
  198. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +16 -3
  199. package/es/components/table-filter/src/tool/baseOptions.js +144 -19
  200. package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +28 -12
  201. package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +22 -2
  202. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +7 -3
  203. package/es/components/vod-chunk-upload/src/vod-upload-modal.js +14 -6
  204. package/es/shared/hooks/selectHooks/useSelectAllowModify.js +2 -2
  205. package/es/shared/package.json.js +1 -1
  206. package/package.json +2 -2
  207. package/es/components/audio-sdk/src/components/recording-modal.vue.js +0 -6
  208. package/es/components/audio-sdk/src/components/recording-modal.vue2.js +0 -40
@@ -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, _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, _pb, _qb, _rb, _sb, _tb, _ub, _vb, _wb, _xb, _yb, _zb, _Ab, _Bb, _Cb, _Db, _Eb, _Fb, _Gb, _Hb, _Ib, _Jb, _Kb, _Lb, _Mb, _Nb, _Ob, _Pb, _Qb, _Rb, _Sb, _Tb, _Ub, _Vb, _Wb, _Xb, _Yb, _Zb, __b, _$b, _ac, _bc, _cc, _dc, _ec, _fc, _gc, _hc, _ic, _jc, _kc, _lc, _mc, _nc, _oc, _pc, _qc, _rc, _sc, _tc, _uc, _vc, _wc, _xc, _yc, _zc, _Ac;
2
1
  const DATE_CON_LIST = [{
3
2
  name: "NULL",
4
- text: ((_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"
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: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.339")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.339")) || "\u4E0D\u4E3A\u7A7A"
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: ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.317")) || ((_i = (_h = window.top) == null ? void 0 : _h.getLanguageByCode) == null ? void 0 : _i.call(_h, "10010.1.317")) || "\u7B49\u4E8E"
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: ((_j = window.getLanguageByCode) == null ? void 0 : _j.call(window, "10010.1.318")) || ((_l = (_k = window.top) == null ? void 0 : _k.getLanguageByCode) == null ? void 0 : _l.call(_k, "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: ((_m = window.getLanguageByCode) == null ? void 0 : _m.call(window, "10010.1.319")) || ((_o = (_n = window.top) == null ? void 0 : _n.getLanguageByCode) == null ? void 0 : _o.call(_n, "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: ((_p = window.getLanguageByCode) == null ? void 0 : _p.call(window, "10010.1.320")) || ((_r = (_q = window.top) == null ? void 0 : _q.getLanguageByCode) == null ? void 0 : _r.call(_q, "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: ((_s = window.getLanguageByCode) == null ? void 0 : _s.call(window, "10010.1.321")) || ((_u = (_t = window.top) == null ? void 0 : _t.getLanguageByCode) == null ? void 0 : _u.call(_t, "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: ((_v = window.getLanguageByCode) == null ? void 0 : _v.call(window, "10010.1.322")) || ((_x = (_w = window.top) == null ? void 0 : _w.getLanguageByCode) == null ? void 0 : _x.call(_w, "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: ((_y = window.getLanguageByCode) == null ? void 0 : _y.call(window, "10010.1.134")) || ((_A = (_z = window.top) == null ? void 0 : _z.getLanguageByCode) == null ? void 0 : _A.call(_z, "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: ((_B = window.getLanguageByCode) == null ? void 0 : _B.call(window, "10010.1.300")) || ((_D = (_C = window.top) == null ? void 0 : _C.getLanguageByCode) == null ? void 0 : _D.call(_C, "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: ((_E = window.getLanguageByCode) == null ? void 0 : _E.call(window, "10010.1.132")) || ((_G = (_F = window.top) == null ? void 0 : _F.getLanguageByCode) == null ? void 0 : _G.call(_F, "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: ((_H = window.getLanguageByCode) == null ? void 0 : _H.call(window, "10010.1.47")) || ((_J = (_I = window.top) == null ? void 0 : _I.getLanguageByCode) == null ? void 0 : _J.call(_I, "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: ((_K = window.getLanguageByCode) == null ? void 0 : _K.call(window, "10010.1.323")) || ((_M = (_L = window.top) == null ? void 0 : _L.getLanguageByCode) == null ? void 0 : _M.call(_L, "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")) || ((_P = (_O = window.top) == null ? void 0 : _O.getLanguageByCode) == null ? void 0 : _P.call(_O, "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: ((_Q = window.getLanguageByCode) == null ? void 0 : _Q.call(window, "10010.1.404")) || ((_S = (_R = window.top) == null ? void 0 : _R.getLanguageByCode) == null ? void 0 : _S.call(_R, "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: ((_T = window.getLanguageByCode) == null ? void 0 : _T.call(window, "10010.1.325")) || ((_V = (_U = window.top) == null ? void 0 : _U.getLanguageByCode) == null ? void 0 : _V.call(_U, "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: ((_W = window.getLanguageByCode) == null ? void 0 : _W.call(window, "10010.1.326")) || ((_Y = (_X = window.top) == null ? void 0 : _X.getLanguageByCode) == null ? void 0 : _Y.call(_X, "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: ((_Z = window.getLanguageByCode) == null ? void 0 : _Z.call(window, "10010.1.327")) || ((_$ = (__ = window.top) == null ? void 0 : __.getLanguageByCode) == null ? void 0 : _$.call(__, "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: ((_aa = window.getLanguageByCode) == null ? void 0 : _aa.call(window, "10010.1.328")) || ((_ca = (_ba = window.top) == null ? void 0 : _ba.getLanguageByCode) == null ? void 0 : _ca.call(_ba, "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: ((_da = window.getLanguageByCode) == null ? void 0 : _da.call(window, "10010.1.329")) || ((_fa = (_ea = window.top) == null ? void 0 : _ea.getLanguageByCode) == null ? void 0 : _fa.call(_ea, "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: ((_ga = window.getLanguageByCode) == null ? void 0 : _ga.call(window, "10010.1.330")) || ((_ia = (_ha = window.top) == null ? void 0 : _ha.getLanguageByCode) == null ? void 0 : _ia.call(_ha, "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: ((_ja = window.getLanguageByCode) == null ? void 0 : _ja.call(window, "10010.1.331")) || ((_la = (_ka = window.top) == null ? void 0 : _ka.getLanguageByCode) == null ? void 0 : _la.call(_ka, "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: ((_ma = window.getLanguageByCode) == null ? void 0 : _ma.call(window, "10010.1.358")) || ((_oa = (_na = window.top) == null ? void 0 : _na.getLanguageByCode) == null ? void 0 : _oa.call(_na, "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: ((_pa = window.getLanguageByCode) == null ? void 0 : _pa.call(window, "10010.1.332")) || ((_ra = (_qa = window.top) == null ? void 0 : _qa.getLanguageByCode) == null ? void 0 : _ra.call(_qa, "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: ((_sa = window.getLanguageByCode) == null ? void 0 : _sa.call(window, "10010.1.333")) || ((_ua = (_ta = window.top) == null ? void 0 : _ta.getLanguageByCode) == null ? void 0 : _ua.call(_ta, "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: ((_va = window.getLanguageByCode) == null ? void 0 : _va.call(window, "10010.1.334")) || ((_xa = (_wa = window.top) == null ? void 0 : _wa.getLanguageByCode) == null ? void 0 : _xa.call(_wa, "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: ((_ya = window.getLanguageByCode) == null ? void 0 : _ya.call(window, "10010.1.335")) || ((_Aa = (_za = window.top) == null ? void 0 : _za.getLanguageByCode) == null ? void 0 : _Aa.call(_za, "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: ((_Ba = window.getLanguageByCode) == null ? void 0 : _Ba.call(window, "10010.1.336")) || ((_Da = (_Ca = window.top) == null ? void 0 : _Ca.getLanguageByCode) == null ? void 0 : _Da.call(_Ca, "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: ((_Ea = window.getLanguageByCode) == null ? void 0 : _Ea.call(window, "10010.1.337")) || ((_Ga = (_Fa = window.top) == null ? void 0 : _Fa.getLanguageByCode) == null ? void 0 : _Ga.call(_Fa, "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: ((_Ha = window.getLanguageByCode) == null ? void 0 : _Ha.call(window, "10010.1.338")) || ((_Ja = (_Ia = window.top) == null ? void 0 : _Ia.getLanguageByCode) == null ? void 0 : _Ja.call(_Ia, "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: ((_Ka = window.getLanguageByCode) == null ? void 0 : _Ka.call(window, "10010.1.339")) || ((_Ma = (_La = window.top) == null ? void 0 : _La.getLanguageByCode) == null ? void 0 : _Ma.call(_La, "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: ((_Na = window.getLanguageByCode) == null ? void 0 : _Na.call(window, "10010.1.340")) || ((_Pa = (_Oa = window.top) == null ? void 0 : _Oa.getLanguageByCode) == null ? void 0 : _Pa.call(_Oa, "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: ((_Qa = window.getLanguageByCode) == null ? void 0 : _Qa.call(window, "10010.1.341")) || ((_Sa = (_Ra = window.top) == null ? void 0 : _Ra.getLanguageByCode) == null ? void 0 : _Sa.call(_Ra, "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: ((_Ta = window.getLanguageByCode) == null ? void 0 : _Ta.call(window, "10010.1.342")) || ((_Va = (_Ua = window.top) == null ? void 0 : _Ua.getLanguageByCode) == null ? void 0 : _Va.call(_Ua, "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: ((_Wa = window.getLanguageByCode) == null ? void 0 : _Wa.call(window, "10010.1.317")) || ((_Ya = (_Xa = window.top) == null ? void 0 : _Xa.getLanguageByCode) == null ? void 0 : _Ya.call(_Xa, "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: ((_Za = window.getLanguageByCode) == null ? void 0 : _Za.call(window, "10010.1.318")) || ((_$a = (__a = window.top) == null ? void 0 : __a.getLanguageByCode) == null ? void 0 : _$a.call(__a, "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: ((_ab = window.getLanguageByCode) == null ? void 0 : _ab.call(window, "10010.1.317")) || ((_cb = (_bb = window.top) == null ? void 0 : _bb.getLanguageByCode) == null ? void 0 : _cb.call(_bb, "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: ((_db = window.getLanguageByCode) == null ? void 0 : _db.call(window, "10010.1.318")) || ((_fb = (_eb = window.top) == null ? void 0 : _eb.getLanguageByCode) == null ? void 0 : _fb.call(_eb, "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: ((_gb = window.getLanguageByCode) == null ? void 0 : _gb.call(window, "10010.1.338")) || ((_ib = (_hb = window.top) == null ? void 0 : _hb.getLanguageByCode) == null ? void 0 : _ib.call(_hb, "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: ((_jb = window.getLanguageByCode) == null ? void 0 : _jb.call(window, "10010.1.339")) || ((_lb = (_kb = window.top) == null ? void 0 : _kb.getLanguageByCode) == null ? void 0 : _lb.call(_kb, "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: ((_mb = window.getLanguageByCode) == null ? void 0 : _mb.call(window, "10010.1.317")) || ((_ob = (_nb = window.top) == null ? void 0 : _nb.getLanguageByCode) == null ? void 0 : _ob.call(_nb, "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: ((_pb = window.getLanguageByCode) == null ? void 0 : _pb.call(window, "10010.1.318")) || ((_rb = (_qb = window.top) == null ? void 0 : _qb.getLanguageByCode) == null ? void 0 : _rb.call(_qb, "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: ((_sb = window.getLanguageByCode) == null ? void 0 : _sb.call(window, "10010.1.319")) || ((_ub = (_tb = window.top) == null ? void 0 : _tb.getLanguageByCode) == null ? void 0 : _ub.call(_tb, "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: ((_vb = window.getLanguageByCode) == null ? void 0 : _vb.call(window, "10010.1.320")) || ((_xb = (_wb = window.top) == null ? void 0 : _wb.getLanguageByCode) == null ? void 0 : _xb.call(_wb, "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: ((_yb = window.getLanguageByCode) == null ? void 0 : _yb.call(window, "10010.1.321")) || ((_Ab = (_zb = window.top) == null ? void 0 : _zb.getLanguageByCode) == null ? void 0 : _Ab.call(_zb, "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: ((_Bb = window.getLanguageByCode) == null ? void 0 : _Bb.call(window, "10010.1.322")) || ((_Db = (_Cb = window.top) == null ? void 0 : _Cb.getLanguageByCode) == null ? void 0 : _Db.call(_Cb, "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: ((_Eb = window.getLanguageByCode) == null ? void 0 : _Eb.call(window, "10010.1.343")) || ((_Gb = (_Fb = window.top) == null ? void 0 : _Fb.getLanguageByCode) == null ? void 0 : _Gb.call(_Fb, "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: ((_Hb = window.getLanguageByCode) == null ? void 0 : _Hb.call(window, "10010.1.343")) || ((_Jb = (_Ib = window.top) == null ? void 0 : _Ib.getLanguageByCode) == null ? void 0 : _Jb.call(_Ib, "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: ((_Kb = window.getLanguageByCode) == null ? void 0 : _Kb.call(window, "10010.1.344")) || ((_Mb = (_Lb = window.top) == null ? void 0 : _Lb.getLanguageByCode) == null ? void 0 : _Mb.call(_Lb, "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: ((_Nb = window.getLanguageByCode) == null ? void 0 : _Nb.call(window, "10010.1.345")) || ((_Pb = (_Ob = window.top) == null ? void 0 : _Ob.getLanguageByCode) == null ? void 0 : _Pb.call(_Ob, "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: ((_Qb = window.getLanguageByCode) == null ? void 0 : _Qb.call(window, "10010.1.144")) || ((_Sb = (_Rb = window.top) == null ? void 0 : _Rb.getLanguageByCode) == null ? void 0 : _Sb.call(_Rb, "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: ((_Tb = window.getLanguageByCode) == null ? void 0 : _Tb.call(window, "10010.1.346")) || ((_Vb = (_Ub = window.top) == null ? void 0 : _Ub.getLanguageByCode) == null ? void 0 : _Vb.call(_Ub, "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: ((_Wb = window.getLanguageByCode) == null ? void 0 : _Wb.call(window, "10010.1.347")) || ((_Yb = (_Xb = window.top) == null ? void 0 : _Xb.getLanguageByCode) == null ? void 0 : _Yb.call(_Xb, "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: ((_Zb = window.getLanguageByCode) == null ? void 0 : _Zb.call(window, "10010.1.348")) || ((_$b = (__b = window.top) == null ? void 0 : __b.getLanguageByCode) == null ? void 0 : _$b.call(__b, "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: ((_ac = window.getLanguageByCode) == null ? void 0 : _ac.call(window, "10010.1.349")) || ((_cc = (_bc = window.top) == null ? void 0 : _bc.getLanguageByCode) == null ? void 0 : _cc.call(_bc, "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: ((_dc = window.getLanguageByCode) == null ? void 0 : _dc.call(window, "10010.1.350")) || ((_fc = (_ec = window.top) == null ? void 0 : _ec.getLanguageByCode) == null ? void 0 : _fc.call(_ec, "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: ((_gc = window.getLanguageByCode) == null ? void 0 : _gc.call(window, "10010.1.351")) || ((_ic = (_hc = window.top) == null ? void 0 : _hc.getLanguageByCode) == null ? void 0 : _ic.call(_hc, "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: ((_jc = window.getLanguageByCode) == null ? void 0 : _jc.call(window, "10010.1.352")) || ((_lc = (_kc = window.top) == null ? void 0 : _kc.getLanguageByCode) == null ? void 0 : _lc.call(_kc, "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": ((_mc = window.getLanguageByCode) == null ? void 0 : _mc.call(window, "10010.1.353")) || ((_oc = (_nc = window.top) == null ? void 0 : _nc.getLanguageByCode) == null ? void 0 : _oc.call(_nc, "10010.1.353")) || "\u9EC4\u8272",
217
- "#00B145": ((_pc = window.getLanguageByCode) == null ? void 0 : _pc.call(window, "10010.1.354")) || ((_rc = (_qc = window.top) == null ? void 0 : _qc.getLanguageByCode) == null ? void 0 : _rc.call(_qc, "10010.1.354")) || "\u7EFF\u8272",
218
- "#427BFF": ((_sc = window.getLanguageByCode) == null ? void 0 : _sc.call(window, "10010.1.355")) || ((_uc = (_tc = window.top) == null ? void 0 : _tc.getLanguageByCode) == null ? void 0 : _uc.call(_tc, "10010.1.355")) || "\u84DD\u8272",
219
- "#C163FF": ((_vc = window.getLanguageByCode) == null ? void 0 : _vc.call(window, "10010.1.356")) || ((_xc = (_wc = window.top) == null ? void 0 : _wc.getLanguageByCode) == null ? void 0 : _xc.call(_wc, "10010.1.356")) || "\u7D2B\u8272",
220
- "#DB0000": ((_yc = window.getLanguageByCode) == null ? void 0 : _yc.call(window, "10010.1.357")) || ((_Ac = (_zc = window.top) == null ? void 0 : _zc.getLanguageByCode) == null ? void 0 : _Ac.call(_zc, "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");