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;
2
1
  var HtmlType = /* @__PURE__ */ ((HtmlType2) => {
3
2
  HtmlType2["INPUT"] = "INPUT";
4
3
  HtmlType2["TEXTAREA"] = "TEXTAREA";
@@ -15,43 +14,127 @@ var HtmlType = /* @__PURE__ */ ((HtmlType2) => {
15
14
  const SWITCH_OPTION = {
16
15
  default_val: 1,
17
16
  open: {
18
- describe: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.351")) || "\u662F",
17
+ describe: function() {
18
+ var _a, _b, _c;
19
+ try {
20
+ 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";
21
+ } catch (e) {
22
+ return "\u662F";
23
+ }
24
+ }(),
19
25
  value: 0
20
26
  },
21
27
  close: {
22
- describe: ((_b = window.getLanguageByCode) == null ? void 0 : _b.call(window, "10010.1.352")) || "\u5426",
28
+ describe: function() {
29
+ var _a, _b, _c;
30
+ try {
31
+ 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";
32
+ } catch (e) {
33
+ return "\u5426";
34
+ }
35
+ }(),
23
36
  value: 1
24
37
  }
25
38
  };
26
39
  const HTML_TYPE_OPTIONS = [{
27
- text: ((_c = window.getLanguageByCode) == null ? void 0 : _c.call(window, "10010.1.293")) || "\u6587\u672C\u6846",
40
+ text: function() {
41
+ var _a, _b, _c;
42
+ try {
43
+ 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";
44
+ } catch (e) {
45
+ return "\u6587\u672C\u6846";
46
+ }
47
+ }(),
28
48
  value: "INPUT" /* INPUT */
29
49
  }, {
30
- text: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.564")) || "\u6587\u672C\u57DF",
50
+ text: function() {
51
+ var _a, _b, _c;
52
+ try {
53
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.564")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.564")) || "\u6587\u672C\u57DF";
54
+ } catch (e) {
55
+ return "\u6587\u672C\u57DF";
56
+ }
57
+ }(),
31
58
  value: "TEXTAREA" /* TEXTAREA */
32
59
  }, {
33
- text: ((_e = window.getLanguageByCode) == null ? void 0 : _e.call(window, "10010.1.292")) || "\u6570\u5B57\u6846",
60
+ text: function() {
61
+ var _a, _b, _c;
62
+ try {
63
+ 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";
64
+ } catch (e) {
65
+ return "\u6570\u5B57\u6846";
66
+ }
67
+ }(),
34
68
  value: "DIGITAL" /* DIGITAL */
35
69
  }, {
36
- text: ((_f = window.getLanguageByCode) == null ? void 0 : _f.call(window, "10010.1.74")) || "\u65E5\u671F",
70
+ text: function() {
71
+ var _a, _b, _c;
72
+ try {
73
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.74")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.74")) || "\u65E5\u671F";
74
+ } catch (e) {
75
+ return "\u65E5\u671F";
76
+ }
77
+ }(),
37
78
  value: "DATE" /* DATE */
38
79
  }, {
39
- text: ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.565")) || "\u6A2A\u5411\u5355\u9009",
80
+ text: function() {
81
+ var _a, _b, _c;
82
+ try {
83
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.565")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.565")) || "\u6A2A\u5411\u5355\u9009";
84
+ } catch (e) {
85
+ return "\u6A2A\u5411\u5355\u9009";
86
+ }
87
+ }(),
40
88
  value: "RADIO" /* RADIO */
41
89
  }, {
42
- text: ((_h = window.getLanguageByCode) == null ? void 0 : _h.call(window, "10010.1.566")) || "\u7EB5\u5411\u5355\u9009",
90
+ text: function() {
91
+ var _a, _b, _c;
92
+ try {
93
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.566")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.566")) || "\u7EB5\u5411\u5355\u9009";
94
+ } catch (e) {
95
+ return "\u7EB5\u5411\u5355\u9009";
96
+ }
97
+ }(),
43
98
  value: "RADIO_BLOCK" /* RADIO_BLOCK */
44
99
  }, {
45
- text: ((_i = window.getLanguageByCode) == null ? void 0 : _i.call(window, "10010.1.567")) || "\u6A2A\u5411\u591A\u9009",
100
+ text: function() {
101
+ var _a, _b, _c;
102
+ try {
103
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.567")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.567")) || "\u6A2A\u5411\u591A\u9009";
104
+ } catch (e) {
105
+ return "\u6A2A\u5411\u591A\u9009";
106
+ }
107
+ }(),
46
108
  value: "CHECKBOX" /* CHECKBOX */
47
109
  }, {
48
- text: ((_j = window.getLanguageByCode) == null ? void 0 : _j.call(window, "10010.1.568")) || "\u7EB5\u5411\u591A\u9009",
110
+ text: function() {
111
+ var _a, _b, _c;
112
+ try {
113
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.568")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.568")) || "\u7EB5\u5411\u591A\u9009";
114
+ } catch (e) {
115
+ return "\u7EB5\u5411\u591A\u9009";
116
+ }
117
+ }(),
49
118
  value: "CHECKBOX_BLOCK" /* CHECKBOX_BLOCK */
50
119
  }, {
51
- text: ((_k = window.getLanguageByCode) == null ? void 0 : _k.call(window, "10010.1.294")) || "\u4E0B\u62C9\u6846",
120
+ text: function() {
121
+ var _a, _b, _c;
122
+ try {
123
+ 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";
124
+ } catch (e) {
125
+ return "\u4E0B\u62C9\u6846";
126
+ }
127
+ }(),
52
128
  value: "SELECT" /* SELECT */
53
129
  }, {
54
- text: ((_l = window.getLanguageByCode) == null ? void 0 : _l.call(window, "10010.1.569")) || "\u4E0B\u62C9\u591A\u9009\u6846",
130
+ text: function() {
131
+ var _a, _b, _c;
132
+ try {
133
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.569")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.569")) || "\u4E0B\u62C9\u591A\u9009\u6846";
134
+ } catch (e) {
135
+ return "\u4E0B\u62C9\u591A\u9009\u6846";
136
+ }
137
+ }(),
55
138
  value: "MULTI_SELECT" /* MULTI_SELECT */
56
139
  }];
57
140
  const ELEMENT_WIDTH_OPTIONS = [{
@@ -79,39 +162,109 @@ const ELEMENT_WIDTH_OPTIONS = [{
79
162
  text: "7/8",
80
163
  value: "10.5"
81
164
  }, {
82
- text: ((_m = window.getLanguageByCode) == null ? void 0 : _m.call(window, "10010.1.30")) || "\u534A\u884C",
165
+ text: function() {
166
+ var _a, _b, _c;
167
+ try {
168
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.30")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.30")) || "\u534A\u884C";
169
+ } catch (e) {
170
+ return "\u534A\u884C";
171
+ }
172
+ }(),
83
173
  value: "6"
84
174
  }, {
85
- text: ((_n = window.getLanguageByCode) == null ? void 0 : _n.call(window, "10010.1.29")) || "\u6574\u884C",
175
+ text: function() {
176
+ var _a, _b, _c;
177
+ try {
178
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.29")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.29")) || "\u6574\u884C";
179
+ } catch (e) {
180
+ return "\u6574\u884C";
181
+ }
182
+ }(),
86
183
  value: "12"
87
184
  }];
88
185
  const DATE_FORMAT_OPTIONS = [{
89
- text: ((_o = window.getLanguageByCode) == null ? void 0 : _o.call(window, "10010.1.548")) || "\u5E74-\u6708-\u65E5 \u65F6:\u5206:\u79D2",
186
+ text: function() {
187
+ var _a, _b, _c;
188
+ try {
189
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.548")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.548")) || "\u5E74-\u6708-\u65E5 \u65F6:\u5206:\u79D2";
190
+ } catch (e) {
191
+ return "\u5E74-\u6708-\u65E5 \u65F6:\u5206:\u79D2";
192
+ }
193
+ }(),
90
194
  value: "yyyy-MM-dd HH:mm:ss"
91
195
  }, {
92
- text: ((_p = window.getLanguageByCode) == null ? void 0 : _p.call(window, "10010.1.549")) || "\u5E74-\u6708-\u65E5 \u65F6:\u5206",
196
+ text: function() {
197
+ var _a, _b, _c;
198
+ try {
199
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.549")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.549")) || "\u5E74-\u6708-\u65E5 \u65F6:\u5206";
200
+ } catch (e) {
201
+ return "\u5E74-\u6708-\u65E5 \u65F6:\u5206";
202
+ }
203
+ }(),
93
204
  value: "yyyy-MM-dd HH:mm"
94
205
  }, {
95
- text: ((_q = window.getLanguageByCode) == null ? void 0 : _q.call(window, "10010.1.550")) || "\u5E74-\u6708-\u65E5",
206
+ text: function() {
207
+ var _a, _b, _c;
208
+ try {
209
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.550")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.550")) || "\u5E74-\u6708-\u65E5";
210
+ } catch (e) {
211
+ return "\u5E74-\u6708-\u65E5";
212
+ }
213
+ }(),
96
214
  value: "yyyy-MM-dd"
97
215
  }, {
98
- text: ((_r = window.getLanguageByCode) == null ? void 0 : _r.call(window, "10010.1.551")) || "\u5E74-\u6708",
216
+ text: function() {
217
+ var _a, _b, _c;
218
+ try {
219
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.551")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.551")) || "\u5E74-\u6708";
220
+ } catch (e) {
221
+ return "\u5E74-\u6708";
222
+ }
223
+ }(),
99
224
  value: "yyyy-MM"
100
225
  }, {
101
226
  text: "\u6708-\u65E5 \u65F6-\u5206",
102
227
  value: "MM-dd HH:mm"
103
228
  }, {
104
- text: ((_s = window.getLanguageByCode) == null ? void 0 : _s.call(window, "10010.1.553")) || "\u6708-\u65E5",
229
+ text: function() {
230
+ var _a, _b, _c;
231
+ try {
232
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.553")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.553")) || "\u6708-\u65E5";
233
+ } catch (e) {
234
+ return "\u6708-\u65E5";
235
+ }
236
+ }(),
105
237
  value: "MM-dd"
106
238
  }, {
107
- text: ((_t = window.getLanguageByCode) == null ? void 0 : _t.call(window, "10010.1.554")) || "\u65F6:\u5206:\u79D2",
239
+ text: function() {
240
+ var _a, _b, _c;
241
+ try {
242
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.554")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.554")) || "\u65F6:\u5206:\u79D2";
243
+ } catch (e) {
244
+ return "\u65F6:\u5206:\u79D2";
245
+ }
246
+ }(),
108
247
  value: "HH:mm:ss"
109
248
  }, {
110
- text: ((_u = window.getLanguageByCode) == null ? void 0 : _u.call(window, "10010.1.555")) || "\u65F6:\u5206",
249
+ text: function() {
250
+ var _a, _b, _c;
251
+ try {
252
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.555")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.555")) || "\u65F6:\u5206";
253
+ } catch (e) {
254
+ return "\u65F6:\u5206";
255
+ }
256
+ }(),
111
257
  value: "HH:mm"
112
258
  }];
113
259
  const DATE_FORMAT_FIELD = {
114
- alias: ((_v = window.getLanguageByCode) == null ? void 0 : _v.call(window, "10010.1.541")) || "\u65E5\u671F\u683C\u5F0F",
260
+ alias: function() {
261
+ var _a, _b, _c;
262
+ try {
263
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.541")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.541")) || "\u65E5\u671F\u683C\u5F0F";
264
+ } catch (e) {
265
+ return "\u65E5\u671F\u683C\u5F0F";
266
+ }
267
+ }(),
115
268
  val_key: "date_format",
116
269
  html_type: "SELECT",
117
270
  is_null: "0",
@@ -139,7 +292,14 @@ const OPTION_FIELD = {
139
292
  is_null: "0"
140
293
  }, {
141
294
  elem_width: 6,
142
- alias: ((_w = window.getLanguageByCode) == null ? void 0 : _w.call(window, "10010.1.22")) || "\u503C",
295
+ alias: function() {
296
+ var _a, _b, _c;
297
+ try {
298
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.22")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.22")) || "\u503C";
299
+ } catch (e) {
300
+ return "\u503C";
301
+ }
302
+ }(),
143
303
  val_key: "value",
144
304
  html_type: "INPUT",
145
305
  is_null: "0"
@@ -155,22 +315,50 @@ const DEFAULT_FIELD_LIST = [{
155
315
  }
156
316
  }
157
317
  }, {
158
- alias: ((_x = window.getLanguageByCode) == null ? void 0 : _x.call(window, "10010.1.530")) || "\u5B57\u6BB5\u952E\u540D",
318
+ alias: function() {
319
+ var _a, _b, _c;
320
+ try {
321
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.530")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.530")) || "\u5B57\u6BB5\u952E\u540D";
322
+ } catch (e) {
323
+ return "\u5B57\u6BB5\u952E\u540D";
324
+ }
325
+ }(),
159
326
  val_key: "key",
160
327
  html_type: "INPUT",
161
328
  remark: "\u6570\u636E\u5E93\u5B57\u6BB5\u952E\u540D,\u4E0D\u586B\u5199\u65F6\u7531\u7CFB\u7EDF\u751F\u6210,\u586B\u5199\u5219\u4EE5\u586B\u5199\u4E3A\u51C6"
162
329
  }, {
163
- alias: ((_y = window.getLanguageByCode) == null ? void 0 : _y.call(window, "10010.1.16")) || "\u662F\u5426\u5FC5\u586B",
330
+ alias: function() {
331
+ var _a, _b, _c;
332
+ try {
333
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.16")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.16")) || "\u662F\u5426\u5FC5\u586B";
334
+ } catch (e) {
335
+ return "\u662F\u5426\u5FC5\u586B";
336
+ }
337
+ }(),
164
338
  val_key: "is_null",
165
339
  html_type: "SWITCH",
166
340
  ...SWITCH_OPTION
167
341
  }, {
168
- alias: ((_z = window.getLanguageByCode) == null ? void 0 : _z.call(window, "10010.1.529")) || "\u5B57\u6BB5\u6807\u9898",
342
+ alias: function() {
343
+ var _a, _b, _c;
344
+ try {
345
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.529")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.529")) || "\u5B57\u6BB5\u6807\u9898";
346
+ } catch (e) {
347
+ return "\u5B57\u6BB5\u6807\u9898";
348
+ }
349
+ }(),
169
350
  val_key: "name",
170
351
  html_type: "INPUT",
171
352
  default_val: ""
172
353
  }, {
173
- alias: ((_A = window.getLanguageByCode) == null ? void 0 : _A.call(window, "10010.1.532")) || "\u5B57\u6BB5\u7C7B\u578B",
354
+ alias: function() {
355
+ var _a, _b, _c;
356
+ try {
357
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.532")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.532")) || "\u5B57\u6BB5\u7C7B\u578B";
358
+ } catch (e) {
359
+ return "\u5B57\u6BB5\u7C7B\u578B";
360
+ }
361
+ }(),
174
362
  val_key: "html_type",
175
363
  html_type: "SELECT",
176
364
  option: HTML_TYPE_OPTIONS,
@@ -180,12 +368,26 @@ const DEFAULT_FIELD_LIST = [{
180
368
  val_key: "default_val",
181
369
  html_type: "INPUT"
182
370
  }, {
183
- alias: ((_B = window.getLanguageByCode) == null ? void 0 : _B.call(window, "10010.1.534")) || "\u5B57\u6BB5\u95EE\u53F7\u63D0\u793A",
371
+ alias: function() {
372
+ var _a, _b, _c;
373
+ try {
374
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.534")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.534")) || "\u5B57\u6BB5\u95EE\u53F7\u63D0\u793A";
375
+ } catch (e) {
376
+ return "\u5B57\u6BB5\u95EE\u53F7\u63D0\u793A";
377
+ }
378
+ }(),
184
379
  val_key: "remark",
185
380
  html_type: "INPUT",
186
381
  default_val: ""
187
382
  }, {
188
- alias: ((_C = window.getLanguageByCode) == null ? void 0 : _C.call(window, "10010.1.13")) || "\u5BBD\u5EA6",
383
+ alias: function() {
384
+ var _a, _b, _c;
385
+ try {
386
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.13")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.13")) || "\u5BBD\u5EA6";
387
+ } catch (e) {
388
+ return "\u5BBD\u5EA6";
389
+ }
390
+ }(),
189
391
  val_key: "elem_width",
190
392
  html_type: "SELECT",
191
393
  option: ELEMENT_WIDTH_OPTIONS
@@ -367,7 +367,7 @@ declare const _default: import("vue").DefineComponent<{
367
367
  label: string;
368
368
  value: number;
369
369
  }[];
370
- getSelectText: (field: string) => any;
370
+ getSelectText: (field: string) => "" | " " | "单选" | "多选" | "密码无需设置" | "主键不可设置" | "不支持脱敏设置" | undefined;
371
371
  selectProps: (field: string) => {
372
372
  valueField: string;
373
373
  labelField: string;
@@ -534,9 +534,9 @@ declare const _default: import("vue").DefineComponent<{
534
534
  }>;
535
535
  developMode: boolean;
536
536
  draggable: boolean;
537
- isHighlightRow: boolean;
538
537
  idx: number;
539
538
  isHighlight: boolean;
539
+ isHighlightRow: boolean;
540
540
  isFieldSet: boolean;
541
541
  fieldDescribeMode: "column" | "tooltip";
542
542
  hideExpressionOption: AnyObject[];
@@ -50,7 +50,6 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
50
50
  expose,
51
51
  emit
52
52
  }) {
53
- var _a, _b, _c, _d, _e, _f, _g, _h;
54
53
  const props = __props;
55
54
  const visible = ref(false);
56
55
  const currentRow = ref(null);
@@ -58,39 +57,95 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
58
57
  const readonly = ref(false);
59
58
  const isAdd = ref(false);
60
59
  const columns = ref([{
61
- title: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.10")) || "\u540D\u79F0",
60
+ title: function() {
61
+ var _a, _b, _c;
62
+ try {
63
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.10")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.10")) || "\u540D\u79F0";
64
+ } catch (e) {
65
+ return "\u540D\u79F0";
66
+ }
67
+ }(),
62
68
  type: "text",
63
69
  field: "name"
64
70
  }, {
65
- title: ((_b = window.getLanguageByCode) == null ? void 0 : _b.call(window, "10010.1.9")) || "\u5B57\u6BB5",
71
+ title: function() {
72
+ var _a, _b, _c;
73
+ try {
74
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.9")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.9")) || "\u5B57\u6BB5";
75
+ } catch (e) {
76
+ return "\u5B57\u6BB5";
77
+ }
78
+ }(),
66
79
  type: "text",
67
80
  field: "title"
68
81
  }, {
69
- title: ((_c = window.getLanguageByCode) == null ? void 0 : _c.call(window, "10010.1.236")) || "\u521B\u5EFA\u65F6\u95F4",
82
+ title: function() {
83
+ var _a, _b, _c;
84
+ try {
85
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.236")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.236")) || "\u521B\u5EFA\u65F6\u95F4";
86
+ } catch (e) {
87
+ return "\u521B\u5EFA\u65F6\u95F4";
88
+ }
89
+ }(),
70
90
  type: "text",
71
91
  field: "createDate"
72
92
  }, {
73
- title: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.237")) || "\u6548\u679C",
93
+ title: function() {
94
+ var _a, _b, _c;
95
+ try {
96
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.237")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.237")) || "\u6548\u679C";
97
+ } catch (e) {
98
+ return "\u6548\u679C";
99
+ }
100
+ }(),
74
101
  type: "text",
75
102
  field: "result"
76
103
  }, {
77
- title: ((_e = window.getLanguageByCode) == null ? void 0 : _e.call(window, "10010.1.238")) || "\u989C\u8272",
104
+ title: function() {
105
+ var _a, _b, _c;
106
+ try {
107
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.238")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.238")) || "\u989C\u8272";
108
+ } catch (e) {
109
+ return "\u989C\u8272";
110
+ }
111
+ }(),
78
112
  type: "color",
79
113
  field: "color"
80
114
  }, {
81
- title: ((_f = window.getLanguageByCode) == null ? void 0 : _f.call(window, "10010.1.239")) || "\u989C\u8272\u5E94\u7528\u4E8E",
115
+ title: function() {
116
+ var _a, _b, _c;
117
+ try {
118
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.239")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.239")) || "\u989C\u8272\u5E94\u7528\u4E8E";
119
+ } catch (e) {
120
+ return "\u989C\u8272\u5E94\u7528\u4E8E";
121
+ }
122
+ }(),
82
123
  type: "select",
83
124
  checkedAll: false,
84
125
  disabledAll: false,
85
126
  field: "colorScope"
86
127
  }, {
87
- title: ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.240")) || "\u663E\u793A",
128
+ title: function() {
129
+ var _a, _b, _c;
130
+ try {
131
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.240")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.240")) || "\u663E\u793A";
132
+ } catch (e) {
133
+ return "\u663E\u793A";
134
+ }
135
+ }(),
88
136
  type: "checkbox",
89
137
  checkedAll: false,
90
138
  disabledAll: false,
91
139
  field: "status"
92
140
  }, {
93
- title: ((_h = window.getLanguageByCode) == null ? void 0 : _h.call(window, "10010.1.241")) || "\u64CD\u4F5C",
141
+ title: function() {
142
+ var _a, _b, _c;
143
+ try {
144
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.241")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.241")) || "\u64CD\u4F5C";
145
+ } catch (e) {
146
+ return "\u64CD\u4F5C";
147
+ }
148
+ }(),
94
149
  type: "custom",
95
150
  field: "opt"
96
151
  }]);
@@ -198,10 +253,14 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
198
253
  },
199
254
  onClick: onCancle
200
255
  }, {
201
- default: withCtx(() => {
202
- var _a2;
203
- return [createTextVNode(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.28")) || "\u53D6\u6D88")];
204
- }),
256
+ default: withCtx(() => [createTextVNode(function() {
257
+ var _a, _b, _c;
258
+ try {
259
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.28")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.28")) || "\u53D6\u6D88";
260
+ } catch (e) {
261
+ return "\u53D6\u6D88";
262
+ }
263
+ }())]),
205
264
  _: 1
206
265
  }), createVNode(unref(NButton), {
207
266
  style: {
@@ -209,19 +268,27 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
209
268
  },
210
269
  onClick: onAdd
211
270
  }, {
212
- default: withCtx(() => {
213
- var _a2;
214
- return [createTextVNode(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.279")) || "\u65B0\u589E")];
215
- }),
271
+ default: withCtx(() => [createTextVNode(function() {
272
+ var _a, _b, _c;
273
+ try {
274
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.279")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.279")) || "\u65B0\u589E";
275
+ } catch (e) {
276
+ return "\u65B0\u589E";
277
+ }
278
+ }())]),
216
279
  _: 1
217
280
  }), createVNode(unref(NButton), {
218
281
  type: "primary",
219
282
  onClick: handleFieldSave
220
283
  }, {
221
- default: withCtx(() => {
222
- var _a2;
223
- return [createTextVNode(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.244")) || "\u4FDD\u5B58")];
224
- }),
284
+ default: withCtx(() => [createTextVNode(function() {
285
+ var _a, _b, _c;
286
+ try {
287
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.244")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.244")) || "\u4FDD\u5B58";
288
+ } catch (e) {
289
+ return "\u4FDD\u5B58";
290
+ }
291
+ }())]),
225
292
  _: 1
226
293
  })])])) : createCommentVNode("v-if", true), visible.value ? (openBlock(), createBlock(EditDialog, {
227
294
  key: 1,
@@ -396,7 +396,7 @@ declare const _default: import("vue").DefineComponent<{
396
396
  label: string;
397
397
  value: number;
398
398
  }[];
399
- getSelectText: (field: string) => any;
399
+ getSelectText: (field: string) => "" | " " | "单选" | "多选" | "密码无需设置" | "主键不可设置" | "不支持脱敏设置" | undefined;
400
400
  selectProps: (field: string) => {
401
401
  valueField: string;
402
402
  labelField: string;
@@ -563,9 +563,9 @@ declare const _default: import("vue").DefineComponent<{
563
563
  }>;
564
564
  developMode: boolean;
565
565
  draggable: boolean;
566
- isHighlightRow: boolean;
567
566
  idx: number;
568
567
  isHighlight: boolean;
568
+ isHighlightRow: boolean;
569
569
  isFieldSet: boolean;
570
570
  fieldDescribeMode: "column" | "tooltip";
571
571
  hideExpressionOption: AnyObject[];
@@ -263,16 +263,24 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
263
263
  "margin-right": "8px"
264
264
  }
265
265
  }, {
266
- default: withCtx(() => {
267
- var _a;
268
- return [createTextVNode(((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.242")) || "\u6062\u590D\u9ED8\u8BA4\u8BBE\u7F6E")];
269
- }),
266
+ default: withCtx(() => [createTextVNode(function() {
267
+ var _a, _b, _c;
268
+ try {
269
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.242")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.242")) || "\u6062\u590D\u9ED8\u8BA4\u8BBE\u7F6E";
270
+ } catch (e) {
271
+ return "\u6062\u590D\u9ED8\u8BA4\u8BBE\u7F6E";
272
+ }
273
+ }())]),
270
274
  _: 1
271
275
  })]),
272
- default: withCtx(() => {
273
- var _a;
274
- return [createTextVNode(((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.243")) || "\u786E\u8BA4\u8981\u6062\u590D\u7CFB\u7EDF\u9ED8\u8BA4\u8BBE\u7F6E\u5417\uFF1F")];
275
- }),
276
+ default: withCtx(() => [createTextVNode(function() {
277
+ var _a, _b, _c;
278
+ try {
279
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.243")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.243")) || "\u786E\u8BA4\u8981\u6062\u590D\u7CFB\u7EDF\u9ED8\u8BA4\u8BBE\u7F6E\u5417\uFF1F";
280
+ } catch (e) {
281
+ return "\u786E\u8BA4\u8981\u6062\u590D\u7CFB\u7EDF\u9ED8\u8BA4\u8BBE\u7F6E\u5417\uFF1F";
282
+ }
283
+ }())]),
276
284
  _: 1
277
285
  }), createVNode(unref(NButton), {
278
286
  style: {
@@ -280,19 +288,27 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
280
288
  },
281
289
  onClick: onCancle
282
290
  }, {
283
- default: withCtx(() => {
284
- var _a;
285
- return [createTextVNode(((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.28")) || "\u53D6\u6D88")];
286
- }),
291
+ default: withCtx(() => [createTextVNode(function() {
292
+ var _a, _b, _c;
293
+ try {
294
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.28")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.28")) || "\u53D6\u6D88";
295
+ } catch (e) {
296
+ return "\u53D6\u6D88";
297
+ }
298
+ }())]),
287
299
  _: 1
288
300
  }), createVNode(unref(NButton), {
289
301
  type: "primary",
290
302
  onClick: handleFieldSave
291
303
  }, {
292
- default: withCtx(() => {
293
- var _a;
294
- return [createTextVNode(((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.244")) || "\u4FDD\u5B58")];
295
- }),
304
+ default: withCtx(() => [createTextVNode(function() {
305
+ var _a, _b, _c;
306
+ try {
307
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.244")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.244")) || "\u4FDD\u5B58";
308
+ } catch (e) {
309
+ return "\u4FDD\u5B58";
310
+ }
311
+ }())]),
296
312
  _: 1
297
313
  })])])) : createCommentVNode("v-if", true)]);
298
314
  };
@@ -555,7 +555,7 @@ declare const _default: import("vue").DefineComponent<{
555
555
  label: string;
556
556
  value: number;
557
557
  }[];
558
- getSelectText: (field: string) => any;
558
+ getSelectText: (field: string) => "" | " " | "单选" | "多选" | "密码无需设置" | "主键不可设置" | "不支持脱敏设置" | undefined;
559
559
  selectProps: (field: string) => {
560
560
  valueField: string;
561
561
  labelField: string;
@@ -722,9 +722,9 @@ declare const _default: import("vue").DefineComponent<{
722
722
  }>;
723
723
  developMode: boolean;
724
724
  draggable: boolean;
725
- isHighlightRow: boolean;
726
725
  idx: number;
727
726
  isHighlight: boolean;
727
+ isHighlightRow: boolean;
728
728
  isFieldSet: boolean;
729
729
  fieldDescribeMode: "column" | "tooltip";
730
730
  hideExpressionOption: AnyObject[];