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,4 +1,3 @@
1
- var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _A, _B, _C, _D, _E, _F, _G, _H, _I, _J, _K, _L, _M, _N, _O, _P, _Q, _R, _S, _T, _U, _V, _W, _X, _Y, _Z, __, _$, _aa, _ba, _ca, _da, _ea, _fa, _ga, _ha, _ia, _ja, _ka, _la, _ma, _na, _oa, _pa, _qa, _ra, _sa, _ta, _ua, _va, _wa, _xa, _ya, _za, _Aa, _Ba, _Ca, _Da, _Ea, _Fa, _Ga, _Ha, _Ia, _Ja, _Ka, _La, _Ma, _Na, _Oa, _Pa, _Qa, _Ra, _Sa, _Ta, _Ua, _Va, _Wa, _Xa, _Ya, _Za, __a, _$a, _ab, _bb, _cb, _db, _eb, _fb, _gb, _hb, _ib, _jb, _kb, _lb, _mb, _nb, _ob;
2
1
  var WIDGET_TYPE = /* @__PURE__ */ ((WIDGET_TYPE2) => {
3
2
  WIDGET_TYPE2["NUMBER"] = "NUMBER";
4
3
  WIDGET_TYPE2["TEXT"] = "TEXT";
@@ -9,12 +8,54 @@ var WIDGET_TYPE = /* @__PURE__ */ ((WIDGET_TYPE2) => {
9
8
  return WIDGET_TYPE2;
10
9
  })(WIDGET_TYPE || {});
11
10
  const WIDGET_MAP = Object.freeze({
12
- ["NUMBER" /* NUMBER */]: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.292")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.292")) || "\u6570\u5B57\u6846",
13
- ["TEXT" /* TEXT */]: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.293")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.293")) || "\u6587\u672C\u6846",
14
- ["SELECT" /* SELECT */]: ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.294")) || ((_i = (_h = window.top) == null ? void 0 : _h.getLanguageByCode) == null ? void 0 : _i.call(_h, "10010.1.294")) || "\u4E0B\u62C9\u6846",
15
- ["DATE" /* DATE */]: ((_j = window.getLanguageByCode) == null ? void 0 : _j.call(window, "10010.1.295")) || ((_l = (_k = window.top) == null ? void 0 : _k.getLanguageByCode) == null ? void 0 : _l.call(_k, "10010.1.295")) || "\u65E5\u671F\u6846",
16
- ["DATETIME" /* DATETIME */]: ((_m = window.getLanguageByCode) == null ? void 0 : _m.call(window, "10010.1.296")) || ((_o = (_n = window.top) == null ? void 0 : _n.getLanguageByCode) == null ? void 0 : _o.call(_n, "10010.1.296")) || "\u65E5\u671F\u65F6\u95F4\u6846",
17
- ["LABEL" /* LABEL */]: ((_p = window.getLanguageByCode) == null ? void 0 : _p.call(window, "10010.1.297")) || ((_r = (_q = window.top) == null ? void 0 : _q.getLanguageByCode) == null ? void 0 : _r.call(_q, "10010.1.297")) || "\u6807\u7B7E"
11
+ ["NUMBER" /* NUMBER */]: function() {
12
+ var _a, _b, _c;
13
+ try {
14
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.292")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.292")) || "\u6570\u5B57\u6846";
15
+ } catch (e) {
16
+ return "\u6570\u5B57\u6846";
17
+ }
18
+ }(),
19
+ ["TEXT" /* TEXT */]: function() {
20
+ var _a, _b, _c;
21
+ try {
22
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.293")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.293")) || "\u6587\u672C\u6846";
23
+ } catch (e) {
24
+ return "\u6587\u672C\u6846";
25
+ }
26
+ }(),
27
+ ["SELECT" /* SELECT */]: function() {
28
+ var _a, _b, _c;
29
+ try {
30
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.294")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.294")) || "\u4E0B\u62C9\u6846";
31
+ } catch (e) {
32
+ return "\u4E0B\u62C9\u6846";
33
+ }
34
+ }(),
35
+ ["DATE" /* DATE */]: function() {
36
+ var _a, _b, _c;
37
+ try {
38
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.295")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.295")) || "\u65E5\u671F\u6846";
39
+ } catch (e) {
40
+ return "\u65E5\u671F\u6846";
41
+ }
42
+ }(),
43
+ ["DATETIME" /* DATETIME */]: function() {
44
+ var _a, _b, _c;
45
+ try {
46
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.296")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.296")) || "\u65E5\u671F\u65F6\u95F4\u6846";
47
+ } catch (e) {
48
+ return "\u65E5\u671F\u65F6\u95F4\u6846";
49
+ }
50
+ }(),
51
+ ["LABEL" /* LABEL */]: function() {
52
+ var _a, _b, _c;
53
+ try {
54
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.297")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.297")) || "\u6807\u7B7E";
55
+ } catch (e) {
56
+ return "\u6807\u7B7E";
57
+ }
58
+ }()
18
59
  });
19
60
  var SELECT_TYPE = /* @__PURE__ */ ((SELECT_TYPE2) => {
20
61
  SELECT_TYPE2["SELECT_SINGLE"] = "SELECT_SINGLE";
@@ -22,15 +63,36 @@ var SELECT_TYPE = /* @__PURE__ */ ((SELECT_TYPE2) => {
22
63
  return SELECT_TYPE2;
23
64
  })(SELECT_TYPE || {});
24
65
  const SELECT_MAP = Object.freeze({
25
- ["SELECT_SINGLE" /* SELECT_SINGLE */]: ((_s = window.getLanguageByCode) == null ? void 0 : _s.call(window, "10010.1.298")) || ((_u = (_t = window.top) == null ? void 0 : _t.getLanguageByCode) == null ? void 0 : _u.call(_t, "10010.1.298")) || "\u5355\u9009",
26
- ["SELECT_MULTIPLE" /* SELECT_MULTIPLE */]: ((_v = window.getLanguageByCode) == null ? void 0 : _v.call(window, "10010.1.100")) || ((_x = (_w = window.top) == null ? void 0 : _w.getLanguageByCode) == null ? void 0 : _x.call(_w, "10010.1.100")) || "\u591A\u9009"
66
+ ["SELECT_SINGLE" /* SELECT_SINGLE */]: function() {
67
+ var _a, _b, _c;
68
+ try {
69
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.298")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.298")) || "\u5355\u9009";
70
+ } catch (e) {
71
+ return "\u5355\u9009";
72
+ }
73
+ }(),
74
+ ["SELECT_MULTIPLE" /* SELECT_MULTIPLE */]: function() {
75
+ var _a, _b, _c;
76
+ try {
77
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.100")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.100")) || "\u591A\u9009";
78
+ } catch (e) {
79
+ return "\u591A\u9009";
80
+ }
81
+ }()
27
82
  });
28
83
  var SELECT_DEFAULT_VALUE = /* @__PURE__ */ ((SELECT_DEFAULT_VALUE2) => {
29
84
  SELECT_DEFAULT_VALUE2["FIRST"] = "FIRST";
30
85
  return SELECT_DEFAULT_VALUE2;
31
86
  })(SELECT_DEFAULT_VALUE || {});
32
87
  const SELECT_DEFAULT_MAP = {
33
- ["FIRST" /* FIRST */]: ((_y = window.getLanguageByCode) == null ? void 0 : _y.call(window, "10010.1.299")) || ((_A = (_z = window.top) == null ? void 0 : _z.getLanguageByCode) == null ? void 0 : _A.call(_z, "10010.1.299")) || "\u9ED8\u8BA4\u9009\u4E2D\u7B2C\u4E00\u9879"
88
+ ["FIRST" /* FIRST */]: function() {
89
+ var _a, _b, _c;
90
+ try {
91
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.299")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.299")) || "\u9ED8\u8BA4\u9009\u4E2D\u7B2C\u4E00\u9879";
92
+ } catch (e) {
93
+ return "\u9ED8\u8BA4\u9009\u4E2D\u7B2C\u4E00\u9879";
94
+ }
95
+ }()
34
96
  };
35
97
  var DATE_TYPE = /* @__PURE__ */ ((DATE_TYPE2) => {
36
98
  DATE_TYPE2["CUSTOM"] = "CUSTOM";
@@ -66,43 +128,267 @@ var DATE_TYPE = /* @__PURE__ */ ((DATE_TYPE2) => {
66
128
  return DATE_TYPE2;
67
129
  })(DATE_TYPE || {});
68
130
  const DATE_MAP = Object.freeze({
69
- ["TODAY" /* TODAY */]: ((_B = window.getLanguageByCode) == null ? void 0 : _B.call(window, "10010.1.134")) || ((_D = (_C = window.top) == null ? void 0 : _C.getLanguageByCode) == null ? void 0 : _D.call(_C, "10010.1.134")) || "\u4ECA\u5929",
70
- ["TOMORROW" /* TOMORROW */]: ((_E = window.getLanguageByCode) == null ? void 0 : _E.call(window, "10010.1.300")) || ((_G = (_F = window.top) == null ? void 0 : _F.getLanguageByCode) == null ? void 0 : _G.call(_F, "10010.1.300")) || "\u660E\u5929",
71
- ["YESTERDAY" /* YESTERDAY */]: ((_H = window.getLanguageByCode) == null ? void 0 : _H.call(window, "10010.1.132")) || ((_J = (_I = window.top) == null ? void 0 : _I.getLanguageByCode) == null ? void 0 : _J.call(_I, "10010.1.132")) || "\u6628\u5929",
72
- ["THIS_WEEK_START" /* THIS_WEEK_START */]: ((_K = window.getLanguageByCode) == null ? void 0 : _K.call(window, "10010.1.301")) || ((_M = (_L = window.top) == null ? void 0 : _L.getLanguageByCode) == null ? void 0 : _M.call(_L, "10010.1.301")) || "\u672C\u5468\u521D",
73
- ["THIS_WEEK_END" /* THIS_WEEK_END */]: ((_N = window.getLanguageByCode) == null ? void 0 : _N.call(window, "10010.1.302")) || ((_P = (_O = window.top) == null ? void 0 : _O.getLanguageByCode) == null ? void 0 : _P.call(_O, "10010.1.302")) || "\u672C\u5468\u672B",
74
- ["THIS_MONTH_START" /* THIS_MONTH_START */]: ((_Q = window.getLanguageByCode) == null ? void 0 : _Q.call(window, "10010.1.303")) || ((_S = (_R = window.top) == null ? void 0 : _R.getLanguageByCode) == null ? void 0 : _S.call(_R, "10010.1.303")) || "\u672C\u6708\u521D",
75
- ["THIS_MONTH_END" /* THIS_MONTH_END */]: ((_T = window.getLanguageByCode) == null ? void 0 : _T.call(window, "10010.1.304")) || ((_V = (_U = window.top) == null ? void 0 : _U.getLanguageByCode) == null ? void 0 : _V.call(_U, "10010.1.304")) || "\u672C\u6708\u672B"
131
+ ["TODAY" /* TODAY */]: function() {
132
+ var _a, _b, _c;
133
+ try {
134
+ 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";
135
+ } catch (e) {
136
+ return "\u4ECA\u5929";
137
+ }
138
+ }(),
139
+ ["TOMORROW" /* TOMORROW */]: function() {
140
+ var _a, _b, _c;
141
+ try {
142
+ 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";
143
+ } catch (e) {
144
+ return "\u660E\u5929";
145
+ }
146
+ }(),
147
+ ["YESTERDAY" /* YESTERDAY */]: function() {
148
+ var _a, _b, _c;
149
+ try {
150
+ 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";
151
+ } catch (e) {
152
+ return "\u6628\u5929";
153
+ }
154
+ }(),
155
+ ["THIS_WEEK_START" /* THIS_WEEK_START */]: function() {
156
+ var _a, _b, _c;
157
+ try {
158
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.301")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.301")) || "\u672C\u5468\u521D";
159
+ } catch (e) {
160
+ return "\u672C\u5468\u521D";
161
+ }
162
+ }(),
163
+ ["THIS_WEEK_END" /* THIS_WEEK_END */]: function() {
164
+ var _a, _b, _c;
165
+ try {
166
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.302")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.302")) || "\u672C\u5468\u672B";
167
+ } catch (e) {
168
+ return "\u672C\u5468\u672B";
169
+ }
170
+ }(),
171
+ ["THIS_MONTH_START" /* THIS_MONTH_START */]: function() {
172
+ var _a, _b, _c;
173
+ try {
174
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.303")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.303")) || "\u672C\u6708\u521D";
175
+ } catch (e) {
176
+ return "\u672C\u6708\u521D";
177
+ }
178
+ }(),
179
+ ["THIS_MONTH_END" /* THIS_MONTH_END */]: function() {
180
+ var _a, _b, _c;
181
+ try {
182
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.304")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.304")) || "\u672C\u6708\u672B";
183
+ } catch (e) {
184
+ return "\u672C\u6708\u672B";
185
+ }
186
+ }()
76
187
  });
77
188
  const DATETIME_MAP = Object.freeze({
78
- ["TODAY" /* TODAY */]: ((_W = window.getLanguageByCode) == null ? void 0 : _W.call(window, "10010.1.134")) || ((_Y = (_X = window.top) == null ? void 0 : _X.getLanguageByCode) == null ? void 0 : _Y.call(_X, "10010.1.134")) || "\u4ECA\u5929",
79
- ["TOMORROW" /* TOMORROW */]: ((_Z = window.getLanguageByCode) == null ? void 0 : _Z.call(window, "10010.1.300")) || ((_$ = (__ = window.top) == null ? void 0 : __.getLanguageByCode) == null ? void 0 : _$.call(__, "10010.1.300")) || "\u660E\u5929",
80
- ["YESTERDAY" /* YESTERDAY */]: ((_aa = window.getLanguageByCode) == null ? void 0 : _aa.call(window, "10010.1.132")) || ((_ca = (_ba = window.top) == null ? void 0 : _ba.getLanguageByCode) == null ? void 0 : _ca.call(_ba, "10010.1.132")) || "\u6628\u5929",
81
- ["THIS_WEEK" /* THIS_WEEK */]: ((_da = window.getLanguageByCode) == null ? void 0 : _da.call(window, "10010.1.47")) || ((_fa = (_ea = window.top) == null ? void 0 : _ea.getLanguageByCode) == null ? void 0 : _fa.call(_ea, "10010.1.47")) || "\u672C\u5468",
82
- ["NEXT_WEEK" /* NEXT_WEEK */]: ((_ga = window.getLanguageByCode) == null ? void 0 : _ga.call(window, "10010.1.323")) || ((_ia = (_ha = window.top) == null ? void 0 : _ha.getLanguageByCode) == null ? void 0 : _ia.call(_ha, "10010.1.323")) || "\u4E0B\u5468",
83
- ["LAST_WEEK" /* LAST_WEEK */]: ((_ja = window.getLanguageByCode) == null ? void 0 : _ja.call(window, "10010.1.324")) || ((_la = (_ka = window.top) == null ? void 0 : _ka.getLanguageByCode) == null ? void 0 : _la.call(_ka, "10010.1.324")) || "\u4E0A\u5468",
84
- ["TOMORROW_END" /* TOMORROW_END */]: ((_ma = window.getLanguageByCode) == null ? void 0 : _ma.call(window, "10010.1.392")) || ((_oa = (_na = window.top) == null ? void 0 : _na.getLanguageByCode) == null ? void 0 : _oa.call(_na, "10010.1.392")) || "\u8FD1\u4E00\u5468",
85
- ["THIS_MONTH" /* THIS_MONTH */]: ((_pa = window.getLanguageByCode) == null ? void 0 : _pa.call(window, "10010.1.404")) || ((_ra = (_qa = window.top) == null ? void 0 : _qa.getLanguageByCode) == null ? void 0 : _ra.call(_qa, "10010.1.404")) || "\u672C\u6708",
86
- ["NEXT_MONTH" /* NEXT_MONTH */]: ((_sa = window.getLanguageByCode) == null ? void 0 : _sa.call(window, "10010.1.325")) || ((_ua = (_ta = window.top) == null ? void 0 : _ta.getLanguageByCode) == null ? void 0 : _ua.call(_ta, "10010.1.325")) || "\u4E0B\u6708",
87
- ["LAST_MONTH" /* LAST_MONTH */]: ((_va = window.getLanguageByCode) == null ? void 0 : _va.call(window, "10010.1.326")) || ((_xa = (_wa = window.top) == null ? void 0 : _wa.getLanguageByCode) == null ? void 0 : _xa.call(_wa, "10010.1.326")) || "\u4E0A\u6708",
88
- ["PAST_MONTH" /* PAST_MONTH */]: ((_ya = window.getLanguageByCode) == null ? void 0 : _ya.call(window, "10010.1.393")) || ((_Aa = (_za = window.top) == null ? void 0 : _za.getLanguageByCode) == null ? void 0 : _Aa.call(_za, "10010.1.393")) || "\u8FD1\u4E00\u6708",
89
- ["THIS_QUARTER" /* THIS_QUARTER */]: ((_Ba = window.getLanguageByCode) == null ? void 0 : _Ba.call(window, "10010.1.327")) || ((_Da = (_Ca = window.top) == null ? void 0 : _Ca.getLanguageByCode) == null ? void 0 : _Da.call(_Ca, "10010.1.327")) || "\u672C\u5B63\u5EA6",
90
- ["NEXT_QUARTER" /* NEXT_QUARTER */]: ((_Ea = window.getLanguageByCode) == null ? void 0 : _Ea.call(window, "10010.1.328")) || ((_Ga = (_Fa = window.top) == null ? void 0 : _Fa.getLanguageByCode) == null ? void 0 : _Ga.call(_Fa, "10010.1.328")) || "\u4E0B\u5B63\u5EA6",
91
- ["LAST_QUARTER" /* LAST_QUARTER */]: ((_Ha = window.getLanguageByCode) == null ? void 0 : _Ha.call(window, "10010.1.329")) || ((_Ja = (_Ia = window.top) == null ? void 0 : _Ia.getLanguageByCode) == null ? void 0 : _Ja.call(_Ia, "10010.1.329")) || "\u4E0A\u5B63\u5EA6",
92
- ["THIS_YEAR" /* THIS_YEAR */]: ((_Ka = window.getLanguageByCode) == null ? void 0 : _Ka.call(window, "10010.1.394")) || ((_Ma = (_La = window.top) == null ? void 0 : _La.getLanguageByCode) == null ? void 0 : _Ma.call(_La, "10010.1.394")) || "\u4ECA\u5E74",
93
- ["NEXT_YEAR" /* NEXT_YEAR */]: ((_Na = window.getLanguageByCode) == null ? void 0 : _Na.call(window, "10010.1.395")) || ((_Pa = (_Oa = window.top) == null ? void 0 : _Oa.getLanguageByCode) == null ? void 0 : _Pa.call(_Oa, "10010.1.395")) || "\u660E\u5E74",
94
- ["LAST_YEAR" /* LAST_YEAR */]: ((_Qa = window.getLanguageByCode) == null ? void 0 : _Qa.call(window, "10010.1.396")) || ((_Sa = (_Ra = window.top) == null ? void 0 : _Ra.getLanguageByCode) == null ? void 0 : _Sa.call(_Ra, "10010.1.396")) || "\u53BB\u5E74",
95
- ["PAST_HALF_YEAR" /* PAST_HALF_YEAR */]: ((_Ta = window.getLanguageByCode) == null ? void 0 : _Ta.call(window, "10010.1.397")) || ((_Va = (_Ua = window.top) == null ? void 0 : _Ua.getLanguageByCode) == null ? void 0 : _Va.call(_Ua, "10010.1.397")) || "\u8FD1\u534A\u5E74"
189
+ ["TODAY" /* TODAY */]: function() {
190
+ var _a, _b, _c;
191
+ try {
192
+ 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";
193
+ } catch (e) {
194
+ return "\u4ECA\u5929";
195
+ }
196
+ }(),
197
+ ["TOMORROW" /* TOMORROW */]: function() {
198
+ var _a, _b, _c;
199
+ try {
200
+ 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";
201
+ } catch (e) {
202
+ return "\u660E\u5929";
203
+ }
204
+ }(),
205
+ ["YESTERDAY" /* YESTERDAY */]: function() {
206
+ var _a, _b, _c;
207
+ try {
208
+ 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";
209
+ } catch (e) {
210
+ return "\u6628\u5929";
211
+ }
212
+ }(),
213
+ ["THIS_WEEK" /* THIS_WEEK */]: function() {
214
+ var _a, _b, _c;
215
+ try {
216
+ 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";
217
+ } catch (e) {
218
+ return "\u672C\u5468";
219
+ }
220
+ }(),
221
+ ["NEXT_WEEK" /* NEXT_WEEK */]: function() {
222
+ var _a, _b, _c;
223
+ try {
224
+ 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";
225
+ } catch (e) {
226
+ return "\u4E0B\u5468";
227
+ }
228
+ }(),
229
+ ["LAST_WEEK" /* LAST_WEEK */]: function() {
230
+ var _a, _b, _c;
231
+ try {
232
+ 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";
233
+ } catch (e) {
234
+ return "\u4E0A\u5468";
235
+ }
236
+ }(),
237
+ ["TOMORROW_END" /* TOMORROW_END */]: function() {
238
+ var _a, _b, _c;
239
+ try {
240
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.392")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.392")) || "\u8FD1\u4E00\u5468";
241
+ } catch (e) {
242
+ return "\u8FD1\u4E00\u5468";
243
+ }
244
+ }(),
245
+ ["THIS_MONTH" /* THIS_MONTH */]: function() {
246
+ var _a, _b, _c;
247
+ try {
248
+ 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";
249
+ } catch (e) {
250
+ return "\u672C\u6708";
251
+ }
252
+ }(),
253
+ ["NEXT_MONTH" /* NEXT_MONTH */]: function() {
254
+ var _a, _b, _c;
255
+ try {
256
+ 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";
257
+ } catch (e) {
258
+ return "\u4E0B\u6708";
259
+ }
260
+ }(),
261
+ ["LAST_MONTH" /* LAST_MONTH */]: function() {
262
+ var _a, _b, _c;
263
+ try {
264
+ 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";
265
+ } catch (e) {
266
+ return "\u4E0A\u6708";
267
+ }
268
+ }(),
269
+ ["PAST_MONTH" /* PAST_MONTH */]: function() {
270
+ var _a, _b, _c;
271
+ try {
272
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.393")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.393")) || "\u8FD1\u4E00\u6708";
273
+ } catch (e) {
274
+ return "\u8FD1\u4E00\u6708";
275
+ }
276
+ }(),
277
+ ["THIS_QUARTER" /* THIS_QUARTER */]: function() {
278
+ var _a, _b, _c;
279
+ try {
280
+ 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";
281
+ } catch (e) {
282
+ return "\u672C\u5B63\u5EA6";
283
+ }
284
+ }(),
285
+ ["NEXT_QUARTER" /* NEXT_QUARTER */]: function() {
286
+ var _a, _b, _c;
287
+ try {
288
+ 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";
289
+ } catch (e) {
290
+ return "\u4E0B\u5B63\u5EA6";
291
+ }
292
+ }(),
293
+ ["LAST_QUARTER" /* LAST_QUARTER */]: function() {
294
+ var _a, _b, _c;
295
+ try {
296
+ 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";
297
+ } catch (e) {
298
+ return "\u4E0A\u5B63\u5EA6";
299
+ }
300
+ }(),
301
+ ["THIS_YEAR" /* THIS_YEAR */]: function() {
302
+ var _a, _b, _c;
303
+ try {
304
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.394")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.394")) || "\u4ECA\u5E74";
305
+ } catch (e) {
306
+ return "\u4ECA\u5E74";
307
+ }
308
+ }(),
309
+ ["NEXT_YEAR" /* NEXT_YEAR */]: function() {
310
+ var _a, _b, _c;
311
+ try {
312
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.395")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.395")) || "\u660E\u5E74";
313
+ } catch (e) {
314
+ return "\u660E\u5E74";
315
+ }
316
+ }(),
317
+ ["LAST_YEAR" /* LAST_YEAR */]: function() {
318
+ var _a, _b, _c;
319
+ try {
320
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.396")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.396")) || "\u53BB\u5E74";
321
+ } catch (e) {
322
+ return "\u53BB\u5E74";
323
+ }
324
+ }(),
325
+ ["PAST_HALF_YEAR" /* PAST_HALF_YEAR */]: function() {
326
+ var _a, _b, _c;
327
+ try {
328
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.397")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.397")) || "\u8FD1\u534A\u5E74";
329
+ } catch (e) {
330
+ return "\u8FD1\u534A\u5E74";
331
+ }
332
+ }()
96
333
  });
97
334
  const COLUMNLIST_MAP = Object.freeze({
98
335
  title: "\u6807\u9898",
99
- type: ((_Wa = window.getLanguageByCode) == null ? void 0 : _Wa.call(window, "10010.1.312")) || ((_Ya = (_Xa = window.top) == null ? void 0 : _Xa.getLanguageByCode) == null ? void 0 : _Ya.call(_Xa, "10010.1.312")) || "\u7C7B\u578B",
100
- optionType: ((_Za = window.getLanguageByCode) == null ? void 0 : _Za.call(window, "10010.1.313")) || ((_$a = (__a = window.top) == null ? void 0 : __a.getLanguageByCode) == null ? void 0 : _$a.call(__a, "10010.1.313")) || "\u9009\u9879\u8BBE\u7F6E",
101
- isShowSearch: ((_ab = window.getLanguageByCode) == null ? void 0 : _ab.call(window, "10010.1.278")) || ((_cb = (_bb = window.top) == null ? void 0 : _bb.getLanguageByCode) == null ? void 0 : _cb.call(_bb, "10010.1.278")) || "\u7B5B\u9009",
102
- filterExplicit: ((_db = window.getLanguageByCode) == null ? void 0 : _db.call(window, "10010.1.314")) || ((_fb = (_eb = window.top) == null ? void 0 : _eb.getLanguageByCode) == null ? void 0 : _fb.call(_eb, "10010.1.314")) || "\u7B5B\u9009\u5916\u663E",
103
- explicitRequired: ((_gb = window.getLanguageByCode) == null ? void 0 : _gb.call(window, "10010.1.315")) || ((_ib = (_hb = window.top) == null ? void 0 : _hb.getLanguageByCode) == null ? void 0 : _ib.call(_hb, "10010.1.315")) || "\u5916\u663E\u5FC5\u586B",
104
- defaultValue: ((_jb = window.getLanguageByCode) == null ? void 0 : _jb.call(window, "10010.1.316")) || ((_lb = (_kb = window.top) == null ? void 0 : _kb.getLanguageByCode) == null ? void 0 : _lb.call(_kb, "10010.1.316")) || "\u5916\u663E\u9ED8\u8BA4\u503C",
105
- customTitle: ((_mb = window.getLanguageByCode) == null ? void 0 : _mb.call(window, "10010.1.254")) || ((_ob = (_nb = window.top) == null ? void 0 : _nb.getLanguageByCode) == null ? void 0 : _ob.call(_nb, "10010.1.254")) || "\u81EA\u5B9A\u4E49\u6807\u9898",
336
+ type: function() {
337
+ var _a, _b, _c;
338
+ try {
339
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.312")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.312")) || "\u7C7B\u578B";
340
+ } catch (e) {
341
+ return "\u7C7B\u578B";
342
+ }
343
+ }(),
344
+ optionType: function() {
345
+ var _a, _b, _c;
346
+ try {
347
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.313")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.313")) || "\u9009\u9879\u8BBE\u7F6E";
348
+ } catch (e) {
349
+ return "\u9009\u9879\u8BBE\u7F6E";
350
+ }
351
+ }(),
352
+ isShowSearch: function() {
353
+ var _a, _b, _c;
354
+ try {
355
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.278")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.278")) || "\u7B5B\u9009";
356
+ } catch (e) {
357
+ return "\u7B5B\u9009";
358
+ }
359
+ }(),
360
+ filterExplicit: function() {
361
+ var _a, _b, _c;
362
+ try {
363
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.314")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.314")) || "\u7B5B\u9009\u5916\u663E";
364
+ } catch (e) {
365
+ return "\u7B5B\u9009\u5916\u663E";
366
+ }
367
+ }(),
368
+ explicitRequired: function() {
369
+ var _a, _b, _c;
370
+ try {
371
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.315")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.315")) || "\u5916\u663E\u5FC5\u586B";
372
+ } catch (e) {
373
+ return "\u5916\u663E\u5FC5\u586B";
374
+ }
375
+ }(),
376
+ defaultValue: function() {
377
+ var _a, _b, _c;
378
+ try {
379
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.316")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.316")) || "\u5916\u663E\u9ED8\u8BA4\u503C";
380
+ } catch (e) {
381
+ return "\u5916\u663E\u9ED8\u8BA4\u503C";
382
+ }
383
+ }(),
384
+ customTitle: function() {
385
+ var _a, _b, _c;
386
+ try {
387
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.254")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.254")) || "\u81EA\u5B9A\u4E49\u6807\u9898";
388
+ } catch (e) {
389
+ return "\u81EA\u5B9A\u4E49\u6807\u9898";
390
+ }
391
+ }(),
106
392
  width: "\u5BBD\u5EA6(px)"
107
393
  });
108
394