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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (251) hide show
  1. package/es/components/audio-sdk/index.d.ts +173 -146
  2. package/es/components/audio-sdk/src/Index.vue.d.ts +174 -147
  3. package/es/components/audio-sdk/src/Index.vue2.js +131 -53
  4. package/es/components/audio-sdk/src/audioSDK.d.ts +29 -26
  5. package/es/components/audio-sdk/src/audioSDK.js +123 -42
  6. package/es/components/audio-sdk/src/components/readyCountdown.vue.d.ts +31 -0
  7. package/es/components/audio-sdk/src/components/readyCountdown.vue.js +6 -0
  8. package/es/components/audio-sdk/src/components/readyCountdown.vue2.js +46 -0
  9. package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +138 -10
  10. package/es/components/audio-sdk/src/components/recording.vue.d.ts +139 -11
  11. package/es/components/audio-sdk/src/components/recording.vue2.js +318 -74
  12. package/es/components/audio-sdk/src/hooks/useChartAudioContext.d.ts +24 -0
  13. package/es/components/audio-sdk/src/hooks/useChartAudioContext.js +176 -0
  14. package/es/components/audio-sdk/src/svgs/Close.vue.js +26 -0
  15. package/es/components/audio-sdk/src/svgs/Continue.vue.js +20 -0
  16. package/es/components/audio-sdk/src/svgs/Enlarge.vue.js +20 -0
  17. package/es/components/audio-sdk/src/svgs/Pause.vue.js +20 -0
  18. package/es/components/audio-sdk/src/svgs/WaveView.vue.js +20 -0
  19. package/es/components/audio-sdk/src/svgs/Zoom.vue.js +27 -0
  20. package/es/components/audio-sdk/src/types/index.d.ts +42 -0
  21. package/es/components/audio-sdk/src/types/index.js +10 -0
  22. package/es/components/audio-sdk/src/utils/recordingModal.d.ts +9 -3
  23. package/es/components/audio-sdk/src/utils/recordingModal.js +57 -32
  24. package/es/components/audio-sdk/style/index.css +1 -1
  25. package/es/components/base-search/src/index.vue2.js +30 -18
  26. package/es/components/big-table/src/BigTable.vue2.js +191 -133
  27. package/es/components/big-table/src/components/NoData.vue2.js +16 -4
  28. package/es/components/big-table/src/components/edit-form/edit-date.js +12 -6
  29. package/es/components/big-table/src/components/edit-form/edit-input.js +8 -2
  30. package/es/components/big-table/src/components/edit-form/edit-select.js +21 -17
  31. package/es/components/big-table/src/components/edit-form/edit-time.js +11 -4
  32. package/es/components/big-table/src/components/input-button.vue2.js +8 -4
  33. package/es/components/big-table/src/hooks/useNestTable.js +18 -4
  34. package/es/components/big-table/src/hooks/useTableParse.js +16 -3
  35. package/es/components/body-select/src/index.vue2.js +24 -4
  36. package/es/components/button-print/index.d.ts +12 -4
  37. package/es/components/button-print/src/ButtonPrint.vue.d.ts +12 -4
  38. package/es/components/button-print/src/ButtonPrint.vue2.js +52 -11
  39. package/es/components/button-print/src/components/EditFormat.vue2.js +16 -8
  40. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +4 -2
  41. package/es/components/button-print/src/components/IdentityVerification.vue2.js +104 -49
  42. package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +7 -2
  43. package/es/components/button-print/src/components/NewPrintComponent.vue2.js +244 -95
  44. package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +5 -2
  45. package/es/components/button-print/src/components/OldPrintComponent.vue2.js +92 -32
  46. package/es/components/button-print/src/components/Preview.vue.d.ts +5 -2
  47. package/es/components/button-print/src/components/Preview.vue2.js +14 -4
  48. package/es/components/button-print/src/utils/dialog.js +26 -8
  49. package/es/components/button-print/src/utils/print.d.ts +5 -5
  50. package/es/components/button-print/src/utils/print.js +108 -21
  51. package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +8 -2
  52. package/es/components/card-reader-sdk/src/utils/readHealthCard.js +16 -4
  53. package/es/components/card-reader-sdk-cn/src/henan/index.js +38 -11
  54. package/es/components/card-render/src/components/index.d.ts +23 -23
  55. package/es/components/classification/src/components/search-filter/index.vue2.js +24 -10
  56. package/es/components/classification/src/components/set-classification/index.vue2.js +24 -7
  57. package/es/components/classification/src/components/table-modal/index.vue2.js +324 -165
  58. package/es/components/classification/src/index.vue2.js +261 -69
  59. package/es/components/default-page/src/constants/index.js +144 -19
  60. package/es/components/default-page/src/index.vue2.js +8 -2
  61. package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +75 -51
  62. package/es/components/expand-field/src/components/FormItemPerson.vue2.js +46 -38
  63. package/es/components/expand-field/src/components/PersonModal.vue2.js +62 -50
  64. package/es/components/expand-field/src/components/form.vue2.js +783 -412
  65. package/es/components/expand-field/src/index.vue2.js +88 -22
  66. package/es/components/expand-field/src/utils/constant.js +88 -12
  67. package/es/components/fabric-chart/src/components/PopupMenu.js +32 -15
  68. package/es/components/fabric-chart/src/constants/index.js +72 -10
  69. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +18 -4
  70. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcess.js +8 -2
  71. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +32 -5
  72. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +8 -2
  73. package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +63 -41
  74. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
  75. package/es/components/fabric-chart/src/hooks/temperature/useTop.js +5 -1
  76. package/es/components/fabric-chart/src/hooks/useCommon.js +24 -4
  77. package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +4 -1
  78. package/es/components/fabric-chart/src/hooks/useDraw.js +19 -0
  79. package/es/components/fabric-chart/src/utils/index.d.ts +1 -1
  80. package/es/components/fabric-chart/src/utils/index.js +2 -2
  81. package/es/components/field-editor/src/fields.js +232 -30
  82. package/es/components/field-set/src/FieldColor.vue.d.ts +2 -2
  83. package/es/components/field-set/src/FieldColor.vue2.js +88 -21
  84. package/es/components/field-set/src/FieldFilter.vue.d.ts +2 -2
  85. package/es/components/field-set/src/FieldFilter.vue2.js +32 -16
  86. package/es/components/field-set/src/FieldSet.vue.d.ts +2 -2
  87. package/es/components/field-set/src/FieldSet.vue2.js +210 -57
  88. package/es/components/field-set/src/Index.vue2.js +40 -6
  89. package/es/components/field-set/src/TableStyle.vue2.js +48 -13
  90. package/es/components/field-set/src/components/condition.vue2.js +26 -10
  91. package/es/components/field-set/src/components/edit-dialog.vue2.js +148 -68
  92. package/es/components/field-set/src/components/edit-filter.vue2.js +24 -4
  93. package/es/components/field-set/src/components/table-row.vue.d.ts +2 -2
  94. package/es/components/field-set/src/components/table-row.vue2.js +123 -42
  95. package/es/components/field-set/src/constants/filter.js +328 -42
  96. package/es/components/field-set/src/constants/index.js +504 -64
  97. package/es/components/field-set/src/utils/index.js +1 -1
  98. package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +91 -46
  99. package/es/components/form-config/src/constants/index.js +80 -11
  100. package/es/components/form-config/src/hooks/useLocale.js +240 -31
  101. package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.js +8 -4
  102. package/es/components/form-render/src/components/renderer/combination/jsonCombination.js +8 -4
  103. package/es/components/form-render/src/components/renderer/combination/tableCombination.js +8 -2
  104. package/es/components/form-render/src/components/renderer/input.js +3 -2
  105. package/es/components/form-render/src/components/renderer/radio_checkbox.js +8 -4
  106. package/es/components/form-render/src/components/renderer/remoteSearch.js +8 -2
  107. package/es/components/form-render/src/components/renderer/switch.js +24 -4
  108. package/es/components/form-render/src/components/renderer/textarea.js +5 -4
  109. package/es/components/form-render/src/utils/schema.js +26 -6
  110. package/es/components/iho-chat/src/Index.vue2.js +42 -38
  111. package/es/components/iho-chat/src/components/ChatAdd.vue2.js +108 -33
  112. package/es/components/iho-chat/src/components/ChatFile.vue2.js +132 -90
  113. package/es/components/iho-chat/src/components/ChatFooter.vue2.js +110 -48
  114. package/es/components/iho-chat/src/components/ChatHeader.vue2.js +40 -20
  115. package/es/components/iho-chat/src/components/ChatMain.vue2.js +55 -23
  116. package/es/components/iho-chat/src/components/ChatRecord.vue2.js +77 -45
  117. package/es/components/iho-chat/src/components/ChatSearch.vue2.js +256 -208
  118. package/es/components/iho-chat/src/components/ChatSet.vue2.js +306 -208
  119. package/es/components/iho-chat/src/components/ContextMenu.js +50 -9
  120. package/es/components/iho-chat/src/components/MessageEvent.vue2.js +16 -4
  121. package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +8 -2
  122. package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +104 -18
  123. package/es/components/iho-chat/src/components/PersonProfile.vue2.js +66 -11
  124. package/es/components/iho-chat/src/components/SelectLabel.vue2.js +47 -43
  125. package/es/components/iho-chat/src/components/SiderList.vue2.js +68 -38
  126. package/es/components/iho-chat/src/components/Video.vue2.js +38 -11
  127. package/es/components/iho-chat/src/hooks/useVideo.js +15 -4
  128. package/es/components/iho-chat/src/utils/index.js +79 -14
  129. package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.js +8 -2
  130. package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +40 -15
  131. package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue2.js +40 -15
  132. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +1 -1
  133. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +50 -20
  134. package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +16 -8
  135. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +10 -3
  136. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +42 -15
  137. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
  138. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +18 -12
  139. package/es/components/index.css +1 -1
  140. package/es/components/info-header/src/components/patientInfo/index.vue2.js +144 -25
  141. package/es/components/keyboard/src/Keyboard.vue2.js +20 -8
  142. package/es/components/keyboard/src/components/NumberPanel.vue2.js +51 -37
  143. package/es/components/map/src/Map.vue2.js +8 -4
  144. package/es/components/picture-clipper/src/PictureClipper.vue2.js +16 -8
  145. package/es/components/quick-search/src/index.vue2.js +176 -131
  146. package/es/components/recommend-search/src/components/BaseSearch.js +14 -8
  147. package/es/components/recommend-search/src/components/RecommendInput.vue2.js +28 -8
  148. package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +18 -5
  149. package/es/components/scale-view/src/ScaleView.vue2.js +16 -8
  150. package/es/components/scale-view/src/components/NoData.vue2.js +16 -4
  151. package/es/components/scale-view/src/components/formitem/r-cascader.js +8 -2
  152. package/es/components/scale-view/src/components/formitem/r-checkbox.js +24 -6
  153. package/es/components/scale-view/src/components/formitem/r-input.js +8 -2
  154. package/es/components/scale-view/src/components/formitem/r-map.js +8 -2
  155. package/es/components/scale-view/src/components/formitem/r-radio.js +24 -6
  156. package/es/components/scale-view/src/components/formitem/r-select.js +8 -2
  157. package/es/components/scale-view/src/components/formitem/r-sign.js +32 -11
  158. package/es/components/scale-view/src/components/formitem/standard-modal.js +16 -3
  159. package/es/components/scale-view/src/hooks/scaleview-computed.js +24 -5
  160. package/es/components/scale-view/src/hooks/scaleview-methods.js +16 -4
  161. package/es/components/scale-view/src/hooks/scaleview-submit.js +16 -3
  162. package/es/components/scale-view/src/hooks/scaleview-validate.js +40 -9
  163. package/es/components/search-cascader/src/SearchCascader.vue2.js +20 -14
  164. package/es/components/select-label/src/LabelFormContent.vue2.js +53 -21
  165. package/es/components/select-label/src/SelectLabel.vue2.js +81 -51
  166. package/es/components/select-label/src/components/label-classify.vue2.js +28 -11
  167. package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +18 -5
  168. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +34 -8
  169. package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +18 -5
  170. package/es/components/select-person/src/SelectPerson.vue2.js +214 -141
  171. package/es/components/select-person/src/SelectPersonType.vue2.js +127 -102
  172. package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +9 -2
  173. package/es/components/select-person/src/index.vue2.js +20 -7
  174. package/es/components/slider-tree/src/index.vue2.js +16 -3
  175. package/es/components/table-export-field/index.d.ts +1 -0
  176. package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +1 -0
  177. package/es/components/table-export-field/src/components/ExportModal.vue2.js +187 -113
  178. package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +147 -88
  179. package/es/components/table-export-field/src/index.vue.d.ts +1 -0
  180. package/es/components/table-export-field/src/index.vue2.js +28 -12
  181. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +32 -5
  182. package/es/components/table-filter/src/components/bi-filter/helpers/options.js +264 -34
  183. package/es/components/table-filter/src/components/bi-filter/index.vue2.js +214 -135
  184. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +16 -3
  185. package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +9 -2
  186. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +39 -6
  187. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +18 -5
  188. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +29 -18
  189. package/es/components/table-filter/src/components/classify-filter/helpers/options.js +16 -3
  190. package/es/components/table-filter/src/components/classify-filter/hooks/useDisplayCategory.js +8 -2
  191. package/es/components/table-filter/src/components/classify-filter/index.vue2.js +195 -130
  192. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +26 -7
  193. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +12 -6
  194. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +34 -8
  195. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +21 -8
  196. package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +8 -4
  197. package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +19 -6
  198. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +16 -3
  199. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +24 -10
  200. package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +1648 -207
  201. package/es/components/table-filter/src/components/render-widget/helpers/selectExtraMap.js +8 -2
  202. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +16 -3
  203. package/es/components/table-filter/src/tool/baseOptions.js +144 -19
  204. package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +32 -16
  205. package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +22 -2
  206. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +8 -4
  207. package/es/components/vod-chunk-upload/src/vod-upload-modal.js +16 -8
  208. package/es/shared/assets/img/defaultCover/10review_successful.png.js +1 -1
  209. package/es/shared/assets/img/defaultCover/11review_fail.png.js +1 -1
  210. package/es/shared/assets/img/defaultCover/12no_setting.png.js +1 -1
  211. package/es/shared/assets/img/defaultCover/13no_menu_setting.png.js +1 -1
  212. package/es/shared/assets/img/defaultCover/14no_call_setting.png.js +1 -1
  213. package/es/shared/assets/img/defaultCover/15no_use_tag.png.js +1 -1
  214. package/es/shared/assets/img/defaultCover/16no_table_data.png.js +1 -1
  215. package/es/shared/assets/img/defaultCover/1location.png.js +1 -1
  216. package/es/shared/assets/img/defaultCover/2notfound.png.js +1 -1
  217. package/es/shared/assets/img/defaultCover/3loading.png.js +1 -1
  218. package/es/shared/assets/img/defaultCover/4no_permission.png.js +1 -1
  219. package/es/shared/assets/img/defaultCover/5no_data.png.js +1 -1
  220. package/es/shared/assets/img/defaultCover/6no_network.png.js +1 -1
  221. package/es/shared/assets/img/defaultCover/7no_doctor.png.js +1 -1
  222. package/es/shared/assets/img/defaultCover/8system_error.png.js +1 -1
  223. package/es/shared/assets/img/defaultCover/9system_upgrade.png.js +1 -1
  224. package/es/shared/assets/img/failure.png.js +1 -1
  225. package/es/shared/assets/img/no-permission.png.js +1 -1
  226. package/es/shared/assets/img/nodata.png.js +1 -1
  227. package/es/shared/assets/img/notfound.png.js +1 -1
  228. package/es/shared/assets/img/qr.png.js +1 -1
  229. package/es/shared/assets/img/success.png.js +1 -1
  230. package/es/shared/assets/img/table_style_2.png.js +1 -1
  231. package/es/shared/assets/img/video.png.js +1 -1
  232. package/es/shared/assets/img/video_default_cover.png.js +1 -1
  233. package/es/shared/assets/img/xb_big.png.js +1 -1
  234. package/es/shared/assets/img/xb_small.png.js +1 -1
  235. package/es/shared/hooks/selectHooks/useSelectAllowModify.js +2 -2
  236. package/es/shared/package.json.js +1 -1
  237. package/package.json +2 -2
  238. package/es/components/audio-sdk/src/components/recording-modal.vue.js +0 -6
  239. package/es/components/audio-sdk/src/components/recording-modal.vue2.js +0 -40
  240. package/es/components/audio-sdk/src/utils/recorder/fft.d.ts +0 -4
  241. package/es/components/audio-sdk/src/utils/recorder/mp3-engine.d.ts +0 -4
  242. package/es/components/audio-sdk/src/utils/recorder/mp3.d.ts +0 -4
  243. package/es/components/audio-sdk/src/utils/recorder/recorder.d.ts +0 -4
  244. package/es/components/audio-sdk/src/utils/recorder/wave.d.ts +0 -4
  245. package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  246. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
  247. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
  248. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
  249. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +0 -86
  250. package/es/shared/utils/fabricjs/index.d.ts +0 -6823
  251. package/es/shared/utils/tapable/index.d.ts +0 -139
@@ -1,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;
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")) || "\u6570\u5B57\u6846",
13
- ["TEXT" /* TEXT */]: ((_b = window.getLanguageByCode) == null ? void 0 : _b.call(window, "10010.1.293")) || "\u6587\u672C\u6846",
14
- ["SELECT" /* SELECT */]: ((_c = window.getLanguageByCode) == null ? void 0 : _c.call(window, "10010.1.294")) || "\u4E0B\u62C9\u6846",
15
- ["DATE" /* DATE */]: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.295")) || "\u65E5\u671F\u6846",
16
- ["DATETIME" /* DATETIME */]: ((_e = window.getLanguageByCode) == null ? void 0 : _e.call(window, "10010.1.296")) || "\u65E5\u671F\u65F6\u95F4\u6846",
17
- ["LABEL" /* LABEL */]: ((_f = window.getLanguageByCode) == null ? void 0 : _f.call(window, "10010.1.297")) || "\u6807\u7B7E"
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 */]: ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.298")) || "\u5355\u9009",
26
- ["SELECT_MULTIPLE" /* SELECT_MULTIPLE */]: ((_h = window.getLanguageByCode) == null ? void 0 : _h.call(window, "10010.1.100")) || "\u591A\u9009"
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 */]: ((_i = window.getLanguageByCode) == null ? void 0 : _i.call(window, "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 */]: ((_j = window.getLanguageByCode) == null ? void 0 : _j.call(window, "10010.1.134")) || "\u4ECA\u5929",
70
- ["TOMORROW" /* TOMORROW */]: ((_k = window.getLanguageByCode) == null ? void 0 : _k.call(window, "10010.1.300")) || "\u660E\u5929",
71
- ["YESTERDAY" /* YESTERDAY */]: ((_l = window.getLanguageByCode) == null ? void 0 : _l.call(window, "10010.1.132")) || "\u6628\u5929",
72
- ["THIS_WEEK_START" /* THIS_WEEK_START */]: ((_m = window.getLanguageByCode) == null ? void 0 : _m.call(window, "10010.1.301")) || "\u672C\u5468\u521D",
73
- ["THIS_WEEK_END" /* THIS_WEEK_END */]: ((_n = window.getLanguageByCode) == null ? void 0 : _n.call(window, "10010.1.302")) || "\u672C\u5468\u672B",
74
- ["THIS_MONTH_START" /* THIS_MONTH_START */]: ((_o = window.getLanguageByCode) == null ? void 0 : _o.call(window, "10010.1.303")) || "\u672C\u6708\u521D",
75
- ["THIS_MONTH_END" /* THIS_MONTH_END */]: ((_p = window.getLanguageByCode) == null ? void 0 : _p.call(window, "10010.1.304")) || "\u672C\u6708\u672B"
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 */]: ((_q = window.getLanguageByCode) == null ? void 0 : _q.call(window, "10010.1.134")) || "\u4ECA\u5929",
79
- ["TOMORROW" /* TOMORROW */]: ((_r = window.getLanguageByCode) == null ? void 0 : _r.call(window, "10010.1.300")) || "\u660E\u5929",
80
- ["YESTERDAY" /* YESTERDAY */]: ((_s = window.getLanguageByCode) == null ? void 0 : _s.call(window, "10010.1.132")) || "\u6628\u5929",
81
- ["THIS_WEEK" /* THIS_WEEK */]: ((_t = window.getLanguageByCode) == null ? void 0 : _t.call(window, "10010.1.47")) || "\u672C\u5468",
82
- ["NEXT_WEEK" /* NEXT_WEEK */]: ((_u = window.getLanguageByCode) == null ? void 0 : _u.call(window, "10010.1.323")) || "\u4E0B\u5468",
83
- ["LAST_WEEK" /* LAST_WEEK */]: ((_v = window.getLanguageByCode) == null ? void 0 : _v.call(window, "10010.1.324")) || "\u4E0A\u5468",
84
- ["TOMORROW_END" /* TOMORROW_END */]: ((_w = window.getLanguageByCode) == null ? void 0 : _w.call(window, "10010.1.392")) || "\u8FD1\u4E00\u5468",
85
- ["THIS_MONTH" /* THIS_MONTH */]: ((_x = window.getLanguageByCode) == null ? void 0 : _x.call(window, "10010.1.404")) || "\u672C\u6708",
86
- ["NEXT_MONTH" /* NEXT_MONTH */]: ((_y = window.getLanguageByCode) == null ? void 0 : _y.call(window, "10010.1.325")) || "\u4E0B\u6708",
87
- ["LAST_MONTH" /* LAST_MONTH */]: ((_z = window.getLanguageByCode) == null ? void 0 : _z.call(window, "10010.1.326")) || "\u4E0A\u6708",
88
- ["PAST_MONTH" /* PAST_MONTH */]: ((_A = window.getLanguageByCode) == null ? void 0 : _A.call(window, "10010.1.393")) || "\u8FD1\u4E00\u6708",
89
- ["THIS_QUARTER" /* THIS_QUARTER */]: ((_B = window.getLanguageByCode) == null ? void 0 : _B.call(window, "10010.1.327")) || "\u672C\u5B63\u5EA6",
90
- ["NEXT_QUARTER" /* NEXT_QUARTER */]: ((_C = window.getLanguageByCode) == null ? void 0 : _C.call(window, "10010.1.328")) || "\u4E0B\u5B63\u5EA6",
91
- ["LAST_QUARTER" /* LAST_QUARTER */]: ((_D = window.getLanguageByCode) == null ? void 0 : _D.call(window, "10010.1.329")) || "\u4E0A\u5B63\u5EA6",
92
- ["THIS_YEAR" /* THIS_YEAR */]: ((_E = window.getLanguageByCode) == null ? void 0 : _E.call(window, "10010.1.394")) || "\u4ECA\u5E74",
93
- ["NEXT_YEAR" /* NEXT_YEAR */]: ((_F = window.getLanguageByCode) == null ? void 0 : _F.call(window, "10010.1.395")) || "\u660E\u5E74",
94
- ["LAST_YEAR" /* LAST_YEAR */]: ((_G = window.getLanguageByCode) == null ? void 0 : _G.call(window, "10010.1.396")) || "\u53BB\u5E74",
95
- ["PAST_HALF_YEAR" /* PAST_HALF_YEAR */]: ((_H = window.getLanguageByCode) == null ? void 0 : _H.call(window, "10010.1.397")) || "\u8FD1\u534A\u5E74"
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: ((_I = window.getLanguageByCode) == null ? void 0 : _I.call(window, "10010.1.312")) || "\u7C7B\u578B",
100
- optionType: ((_J = window.getLanguageByCode) == null ? void 0 : _J.call(window, "10010.1.313")) || "\u9009\u9879\u8BBE\u7F6E",
101
- isShowSearch: ((_K = window.getLanguageByCode) == null ? void 0 : _K.call(window, "10010.1.278")) || "\u7B5B\u9009",
102
- filterExplicit: ((_L = window.getLanguageByCode) == null ? void 0 : _L.call(window, "10010.1.314")) || "\u7B5B\u9009\u5916\u663E",
103
- explicitRequired: ((_M = window.getLanguageByCode) == null ? void 0 : _M.call(window, "10010.1.315")) || "\u5916\u663E\u5FC5\u586B",
104
- defaultValue: ((_N = window.getLanguageByCode) == null ? void 0 : _N.call(window, "10010.1.316")) || "\u5916\u663E\u9ED8\u8BA4\u503C",
105
- customTitle: ((_O = window.getLanguageByCode) == null ? void 0 : _O.call(window, "10010.1.254")) || "\u81EA\u5B9A\u4E49\u6807\u9898",
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