cnhis-design-vue 3.3.2-beta.6 → 3.3.2-release.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (208) hide show
  1. package/es/components/audio-sdk/index.d.ts +173 -146
  2. package/es/components/audio-sdk/src/Index.vue.d.ts +174 -147
  3. package/es/components/audio-sdk/src/Index.vue2.js +131 -53
  4. package/es/components/audio-sdk/src/audioSDK.d.ts +29 -26
  5. package/es/components/audio-sdk/src/audioSDK.js +123 -42
  6. package/es/components/audio-sdk/src/components/readyCountdown.vue.d.ts +31 -0
  7. package/es/components/audio-sdk/src/components/readyCountdown.vue.js +6 -0
  8. package/es/components/audio-sdk/src/components/readyCountdown.vue2.js +46 -0
  9. package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +138 -10
  10. package/es/components/audio-sdk/src/components/recording.vue.d.ts +139 -11
  11. package/es/components/audio-sdk/src/components/recording.vue2.js +318 -74
  12. package/es/components/audio-sdk/src/hooks/useChartAudioContext.d.ts +24 -0
  13. package/es/components/audio-sdk/src/hooks/useChartAudioContext.js +176 -0
  14. package/es/components/audio-sdk/src/svgs/Close.vue.js +26 -0
  15. package/es/components/audio-sdk/src/svgs/Continue.vue.js +20 -0
  16. package/es/components/audio-sdk/src/svgs/Enlarge.vue.js +20 -0
  17. package/es/components/audio-sdk/src/svgs/Pause.vue.js +20 -0
  18. package/es/components/audio-sdk/src/svgs/WaveView.vue.js +20 -0
  19. package/es/components/audio-sdk/src/svgs/Zoom.vue.js +27 -0
  20. package/es/components/audio-sdk/src/types/index.d.ts +42 -0
  21. package/es/components/audio-sdk/src/types/index.js +10 -0
  22. package/es/components/audio-sdk/src/utils/recordingModal.d.ts +9 -3
  23. package/es/components/audio-sdk/src/utils/recordingModal.js +57 -32
  24. package/es/components/audio-sdk/style/index.css +1 -1
  25. package/es/components/base-search/src/index.vue2.js +27 -15
  26. package/es/components/big-table/src/BigTable.vue2.js +189 -131
  27. package/es/components/big-table/src/components/NoData.vue2.js +16 -4
  28. package/es/components/big-table/src/components/edit-form/edit-date.js +12 -6
  29. package/es/components/big-table/src/components/edit-form/edit-input.js +8 -2
  30. package/es/components/big-table/src/components/edit-form/edit-select.js +21 -17
  31. package/es/components/big-table/src/components/edit-form/edit-time.js +11 -4
  32. package/es/components/big-table/src/components/input-button.vue2.js +7 -3
  33. package/es/components/big-table/src/hooks/useNestTable.js +18 -4
  34. package/es/components/big-table/src/hooks/useTableParse.js +16 -3
  35. package/es/components/body-select/src/index.vue2.js +24 -4
  36. package/es/components/button-print/index.d.ts +12 -4
  37. package/es/components/button-print/src/ButtonPrint.vue.d.ts +12 -4
  38. package/es/components/button-print/src/ButtonPrint.vue2.js +52 -11
  39. package/es/components/button-print/src/components/EditFormat.vue2.js +14 -6
  40. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +4 -2
  41. package/es/components/button-print/src/components/IdentityVerification.vue2.js +100 -45
  42. package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +7 -2
  43. package/es/components/button-print/src/components/NewPrintComponent.vue2.js +244 -95
  44. package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +5 -2
  45. package/es/components/button-print/src/components/OldPrintComponent.vue2.js +92 -32
  46. package/es/components/button-print/src/components/Preview.vue.d.ts +5 -2
  47. package/es/components/button-print/src/components/Preview.vue2.js +14 -4
  48. package/es/components/button-print/src/utils/dialog.js +26 -8
  49. package/es/components/button-print/src/utils/print.d.ts +5 -5
  50. package/es/components/button-print/src/utils/print.js +108 -21
  51. package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +8 -2
  52. package/es/components/card-reader-sdk/src/utils/readHealthCard.js +16 -4
  53. package/es/components/card-reader-sdk-cn/src/henan/index.js +38 -11
  54. package/es/components/classification/src/components/search-filter/index.vue2.js +24 -10
  55. package/es/components/classification/src/components/set-classification/index.vue2.js +23 -6
  56. package/es/components/classification/src/components/table-modal/index.vue2.js +324 -165
  57. package/es/components/classification/src/index.vue2.js +261 -69
  58. package/es/components/default-page/src/constants/index.js +144 -19
  59. package/es/components/default-page/src/index.vue2.js +8 -2
  60. package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +75 -51
  61. package/es/components/expand-field/src/components/FormItemPerson.vue2.js +46 -38
  62. package/es/components/expand-field/src/components/PersonModal.vue2.js +62 -50
  63. package/es/components/expand-field/src/components/form.vue2.js +783 -412
  64. package/es/components/expand-field/src/index.vue2.js +88 -22
  65. package/es/components/expand-field/src/utils/constant.js +88 -12
  66. package/es/components/fabric-chart/src/components/PopupMenu.js +32 -15
  67. package/es/components/fabric-chart/src/constants/index.js +72 -10
  68. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +18 -4
  69. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcess.js +8 -2
  70. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +32 -5
  71. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +8 -2
  72. package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +63 -41
  73. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
  74. package/es/components/fabric-chart/src/hooks/temperature/useTop.js +5 -1
  75. package/es/components/fabric-chart/src/hooks/useCommon.js +24 -4
  76. package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +4 -1
  77. package/es/components/fabric-chart/src/hooks/useDraw.js +19 -0
  78. package/es/components/fabric-chart/src/utils/index.d.ts +1 -1
  79. package/es/components/fabric-chart/src/utils/index.js +2 -2
  80. package/es/components/field-editor/src/fields.js +232 -30
  81. package/es/components/field-set/src/FieldColor.vue.d.ts +1 -1
  82. package/es/components/field-set/src/FieldColor.vue2.js +88 -21
  83. package/es/components/field-set/src/FieldFilter.vue.d.ts +1 -1
  84. package/es/components/field-set/src/FieldFilter.vue2.js +28 -12
  85. package/es/components/field-set/src/FieldSet.vue.d.ts +1 -1
  86. package/es/components/field-set/src/FieldSet.vue2.js +210 -57
  87. package/es/components/field-set/src/Index.vue2.js +40 -6
  88. package/es/components/field-set/src/TableStyle.vue2.js +48 -13
  89. package/es/components/field-set/src/components/condition.vue2.js +27 -11
  90. package/es/components/field-set/src/components/edit-dialog.vue2.js +149 -69
  91. package/es/components/field-set/src/components/edit-filter.vue2.js +24 -4
  92. package/es/components/field-set/src/components/table-row.vue.d.ts +1 -1
  93. package/es/components/field-set/src/components/table-row.vue2.js +123 -42
  94. package/es/components/field-set/src/constants/filter.js +328 -42
  95. package/es/components/field-set/src/constants/index.js +504 -64
  96. package/es/components/field-set/src/utils/index.js +1 -1
  97. package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +91 -46
  98. package/es/components/form-config/src/constants/index.js +80 -11
  99. package/es/components/form-config/src/hooks/useLocale.js +240 -31
  100. package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.js +7 -3
  101. package/es/components/form-render/src/components/renderer/combination/jsonCombination.js +7 -3
  102. package/es/components/form-render/src/components/renderer/combination/tableCombination.js +8 -2
  103. package/es/components/form-render/src/components/renderer/input.js +2 -1
  104. package/es/components/form-render/src/components/renderer/radio_checkbox.js +7 -3
  105. package/es/components/form-render/src/components/renderer/remoteSearch.js +8 -2
  106. package/es/components/form-render/src/components/renderer/switch.js +24 -4
  107. package/es/components/form-render/src/components/renderer/textarea.js +4 -3
  108. package/es/components/form-render/src/utils/schema.js +26 -6
  109. package/es/components/iho-chat/src/Index.vue2.js +42 -38
  110. package/es/components/iho-chat/src/components/ChatAdd.vue2.js +108 -33
  111. package/es/components/iho-chat/src/components/ChatFile.vue2.js +132 -90
  112. package/es/components/iho-chat/src/components/ChatFooter.vue2.js +110 -48
  113. package/es/components/iho-chat/src/components/ChatHeader.vue2.js +35 -15
  114. package/es/components/iho-chat/src/components/ChatMain.vue2.js +54 -22
  115. package/es/components/iho-chat/src/components/ChatRecord.vue2.js +77 -45
  116. package/es/components/iho-chat/src/components/ChatSearch.vue2.js +256 -208
  117. package/es/components/iho-chat/src/components/ChatSet.vue2.js +309 -211
  118. package/es/components/iho-chat/src/components/ContextMenu.js +50 -9
  119. package/es/components/iho-chat/src/components/MessageEvent.vue2.js +16 -4
  120. package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +8 -2
  121. package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +104 -18
  122. package/es/components/iho-chat/src/components/PersonProfile.vue2.js +66 -11
  123. package/es/components/iho-chat/src/components/SelectLabel.vue2.js +47 -43
  124. package/es/components/iho-chat/src/components/SiderList.vue2.js +70 -40
  125. package/es/components/iho-chat/src/components/Video.vue2.js +38 -11
  126. package/es/components/iho-chat/src/hooks/useVideo.js +15 -4
  127. package/es/components/iho-chat/src/utils/index.js +79 -14
  128. package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.js +8 -2
  129. package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +40 -15
  130. package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue2.js +40 -15
  131. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +1 -1
  132. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +50 -20
  133. package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +14 -6
  134. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +10 -3
  135. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +45 -18
  136. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
  137. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +20 -14
  138. package/es/components/index.css +1 -1
  139. package/es/components/info-header/src/components/patientInfo/index.vue2.js +142 -23
  140. package/es/components/keyboard/src/Keyboard.vue2.js +21 -9
  141. package/es/components/keyboard/src/components/NumberPanel.vue2.js +49 -35
  142. package/es/components/map/src/Map.vue2.js +7 -3
  143. package/es/components/picture-clipper/src/PictureClipper.vue2.js +14 -6
  144. package/es/components/quick-search/src/index.vue2.js +177 -132
  145. package/es/components/recommend-search/src/components/BaseSearch.js +14 -8
  146. package/es/components/recommend-search/src/components/RecommendInput.vue2.js +28 -8
  147. package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +18 -5
  148. package/es/components/scale-view/src/ScaleView.vue2.js +14 -6
  149. package/es/components/scale-view/src/components/NoData.vue2.js +16 -4
  150. package/es/components/scale-view/src/components/formitem/r-cascader.js +8 -2
  151. package/es/components/scale-view/src/components/formitem/r-checkbox.js +24 -6
  152. package/es/components/scale-view/src/components/formitem/r-input.js +8 -2
  153. package/es/components/scale-view/src/components/formitem/r-map.js +8 -2
  154. package/es/components/scale-view/src/components/formitem/r-radio.js +24 -6
  155. package/es/components/scale-view/src/components/formitem/r-select.js +8 -2
  156. package/es/components/scale-view/src/components/formitem/r-sign.js +30 -9
  157. package/es/components/scale-view/src/components/formitem/standard-modal.js +16 -3
  158. package/es/components/scale-view/src/hooks/scaleview-computed.js +24 -5
  159. package/es/components/scale-view/src/hooks/scaleview-methods.js +16 -4
  160. package/es/components/scale-view/src/hooks/scaleview-submit.js +16 -3
  161. package/es/components/scale-view/src/hooks/scaleview-validate.js +40 -9
  162. package/es/components/search-cascader/src/SearchCascader.vue2.js +20 -14
  163. package/es/components/select-label/src/LabelFormContent.vue2.js +53 -21
  164. package/es/components/select-label/src/SelectLabel.vue2.js +85 -55
  165. package/es/components/select-label/src/components/label-classify.vue2.js +28 -11
  166. package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +18 -5
  167. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +34 -8
  168. package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +18 -5
  169. package/es/components/select-person/src/SelectPerson.vue2.js +214 -141
  170. package/es/components/select-person/src/SelectPersonType.vue2.js +130 -105
  171. package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +9 -2
  172. package/es/components/select-person/src/index.vue2.js +20 -7
  173. package/es/components/slider-tree/src/index.vue2.js +16 -3
  174. package/es/components/table-export-field/src/components/ExportModal.vue2.js +186 -112
  175. package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +147 -88
  176. package/es/components/table-export-field/src/index.vue2.js +28 -12
  177. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +32 -5
  178. package/es/components/table-filter/src/components/bi-filter/helpers/options.js +264 -34
  179. package/es/components/table-filter/src/components/bi-filter/index.vue2.js +214 -135
  180. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +16 -3
  181. package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +9 -2
  182. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +39 -6
  183. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +18 -5
  184. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +29 -18
  185. package/es/components/table-filter/src/components/classify-filter/helpers/options.js +16 -3
  186. package/es/components/table-filter/src/components/classify-filter/hooks/useDisplayCategory.js +8 -2
  187. package/es/components/table-filter/src/components/classify-filter/index.vue2.js +195 -130
  188. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +26 -7
  189. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +13 -7
  190. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +34 -8
  191. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +21 -8
  192. package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +7 -3
  193. package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +19 -6
  194. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +16 -3
  195. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +24 -10
  196. package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +1648 -207
  197. package/es/components/table-filter/src/components/render-widget/helpers/selectExtraMap.js +8 -2
  198. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +16 -3
  199. package/es/components/table-filter/src/tool/baseOptions.js +144 -19
  200. package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +28 -12
  201. package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +22 -2
  202. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +7 -3
  203. package/es/components/vod-chunk-upload/src/vod-upload-modal.js +14 -6
  204. package/es/shared/hooks/selectHooks/useSelectAllowModify.js +2 -2
  205. package/es/shared/package.json.js +1 -1
  206. package/package.json +2 -2
  207. package/es/components/audio-sdk/src/components/recording-modal.vue.js +0 -6
  208. package/es/components/audio-sdk/src/components/recording-modal.vue2.js +0 -40
@@ -43,7 +43,6 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
43
43
  setup(__props, {
44
44
  emit: emits
45
45
  }) {
46
- var _a, _b, _c, _d, _e, _f, _g, _h, _i;
47
46
  const props = __props;
48
47
  const message = useMessage();
49
48
  const {
@@ -53,16 +52,37 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
53
52
  const rules = {
54
53
  projectName: {
55
54
  required: true,
56
- message: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.433")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.433")) || "\u8BF7\u8F93\u5165\u65B9\u6848\u540D\u79F0",
55
+ message: function() {
56
+ var _a, _b, _c;
57
+ try {
58
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.433")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.433")) || "\u8BF7\u8F93\u5165\u65B9\u6848\u540D\u79F0";
59
+ } catch (e) {
60
+ return "\u8BF7\u8F93\u5165\u65B9\u6848\u540D\u79F0";
61
+ }
62
+ }(),
57
63
  trigger: ["input", "blur"]
58
64
  }
59
65
  };
60
66
  const modeList = [{
61
67
  value: "updateProject",
62
- label: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.434")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.434")) || "\u66F4\u65B0\u65B9\u6848"
68
+ label: function() {
69
+ var _a, _b, _c;
70
+ try {
71
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.434")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.434")) || "\u66F4\u65B0\u65B9\u6848";
72
+ } catch (e) {
73
+ return "\u66F4\u65B0\u65B9\u6848";
74
+ }
75
+ }()
63
76
  }, {
64
77
  value: "addProject",
65
- label: ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.435")) || ((_i = (_h = window.top) == null ? void 0 : _h.getLanguageByCode) == null ? void 0 : _i.call(_h, "10010.1.435")) || "\u65B0\u589E\u65B9\u6848"
78
+ label: function() {
79
+ var _a, _b, _c;
80
+ try {
81
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.435")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.435")) || "\u65B0\u589E\u65B9\u6848";
82
+ } catch (e) {
83
+ return "\u65B0\u589E\u65B9\u6848";
84
+ }
85
+ }()
66
86
  }];
67
87
  const formRef = ref(null);
68
88
  const formValue = reactive({
@@ -112,9 +132,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
112
132
  return params;
113
133
  }
114
134
  function saveToCalss() {
115
- var _a2;
116
- (_a2 = formRef.value) == null ? void 0 : _a2.validate(async (err) => {
117
- var _a3, _b2, _c2;
135
+ var _a;
136
+ (_a = formRef.value) == null ? void 0 : _a.validate(async (err) => {
118
137
  if (err)
119
138
  return;
120
139
  if (validateProjectName()) {
@@ -123,7 +142,14 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
123
142
  const params = getParams();
124
143
  let res = await saveTableListExportScheme(params, exportApiConfig);
125
144
  if (res) {
126
- message.success(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.438")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.438")) || "\u4FDD\u5B58\u5E76\u5BFC\u51FA\u6210\u529F");
145
+ message.success(function() {
146
+ var _a2, _b, _c;
147
+ try {
148
+ return ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.438")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.438")) || "\u4FDD\u5B58\u5E76\u5BFC\u51FA\u6210\u529F";
149
+ } catch (e) {
150
+ return "\u4FDD\u5B58\u5E76\u5BFC\u51FA\u6210\u529F";
151
+ }
152
+ }());
127
153
  emits("cancelSaveModal");
128
154
  }
129
155
  });
@@ -149,97 +175,130 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
149
175
  deep: true
150
176
  });
151
177
  return (_ctx, _cache) => {
152
- var _a2, _b2, _c2, _d2, _e2, _f2;
153
178
  return openBlock(), createBlock(unref(NModal), {
154
179
  class: "table-export-field-modal",
155
180
  show: __props.visible,
156
181
  maskClosable: false,
157
- "positive-text": ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.428")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.428")) || "\u786E\u8BA4",
158
- "negative-text": ((_d2 = window.getLanguageByCode) == null ? void 0 : _d2.call(window, "10010.1.28")) || ((_f2 = (_e2 = window.top) == null ? void 0 : _e2.getLanguageByCode) == null ? void 0 : _f2.call(_e2, "10010.1.28")) || "\u53D6\u6D88",
182
+ "positive-text": function() {
183
+ var _a, _b, _c;
184
+ try {
185
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.428")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.428")) || "\u786E\u8BA4";
186
+ } catch (e) {
187
+ return "\u786E\u8BA4";
188
+ }
189
+ }(),
190
+ "negative-text": function() {
191
+ var _a, _b, _c;
192
+ try {
193
+ 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";
194
+ } catch (e) {
195
+ return "\u53D6\u6D88";
196
+ }
197
+ }(),
159
198
  onPositiveClick: saveToCalss,
160
199
  onNegativeClick: cancelSaveToCalss
161
200
  }, {
162
- default: withCtx(() => {
163
- var _a3, _b3, _c3;
164
- return [createVNode(unref(NCard), {
165
- title: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.431")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.431")) || "\u5BFC\u51FA\u5E76\u5B58\u4E3A\u65B9\u6848",
166
- style: {
167
- "width": "520px"
168
- },
169
- bordered: false,
170
- size: "huge",
171
- role: "dialog",
172
- "aria-modal": "true"
201
+ default: withCtx(() => [createVNode(unref(NCard), {
202
+ title: function() {
203
+ var _a, _b, _c;
204
+ try {
205
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.431")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.431")) || "\u5BFC\u51FA\u5E76\u5B58\u4E3A\u65B9\u6848";
206
+ } catch (e) {
207
+ return "\u5BFC\u51FA\u5E76\u5B58\u4E3A\u65B9\u6848";
208
+ }
209
+ }(),
210
+ style: {
211
+ "width": "520px"
212
+ },
213
+ bordered: false,
214
+ size: "huge",
215
+ role: "dialog",
216
+ "aria-modal": "true"
217
+ }, {
218
+ "header-extra": withCtx(() => [createElementVNode("div", _hoisted_1, [createVNode(unref(NIcon), {
219
+ component: unref(CloseOutline),
220
+ size: "24",
221
+ onClick: cancelSaveToCalss
222
+ }, null, 8, ["component"])])]),
223
+ footer: withCtx(() => [createElementVNode("div", _hoisted_2, [createVNode(unref(NButton), {
224
+ onClick: cancelSaveToCalss
173
225
  }, {
174
- "header-extra": withCtx(() => [createElementVNode("div", _hoisted_1, [createVNode(unref(NIcon), {
175
- component: unref(CloseOutline),
176
- size: "24",
177
- onClick: cancelSaveToCalss
178
- }, null, 8, ["component"])])]),
179
- footer: withCtx(() => [createElementVNode("div", _hoisted_2, [createVNode(unref(NButton), {
180
- onClick: cancelSaveToCalss
181
- }, {
182
- default: withCtx(() => {
183
- var _a4, _b4, _c4;
184
- return [createTextVNode(((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.28")) || ((_c4 = (_b4 = window.top) == null ? void 0 : _b4.getLanguageByCode) == null ? void 0 : _c4.call(_b4, "10010.1.28")) || "\u53D6\u6D88")];
185
- }),
186
- _: 1
187
- }), createVNode(unref(NButton), {
188
- type: "info",
189
- onClick: saveToCalss
190
- }, {
191
- default: withCtx(() => {
192
- var _a4, _b4, _c4;
193
- return [createTextVNode(((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.428")) || ((_c4 = (_b4 = window.top) == null ? void 0 : _b4.getLanguageByCode) == null ? void 0 : _c4.call(_b4, "10010.1.428")) || "\u786E\u8BA4")];
194
- }),
195
- _: 1
196
- })])]),
197
- default: withCtx(() => [createElementVNode("div", _hoisted_3, [createVNode(unref(NRadioGroup), {
198
- value: selectProject.value,
199
- "onUpdate:value": [_cache[0] || (_cache[0] = ($event) => selectProject.value = $event), handleRadioChange],
200
- name: "radiogroup"
201
- }, {
202
- default: withCtx(() => [(openBlock(true), createElementBlock(Fragment, null, renderList(projectList.value, (select) => {
203
- return openBlock(), createBlock(unref(NRadio), {
204
- key: select.value,
205
- value: select.value
206
- }, {
207
- default: withCtx(() => [createTextVNode(toDisplayString(select.label), 1)]),
208
- _: 2
209
- }, 1032, ["value"]);
210
- }), 128))]),
211
- _: 1
212
- }, 8, ["value"]), createVNode(unref(NForm), {
213
- ref_key: "formRef",
214
- ref: formRef,
215
- "label-placement": "left",
216
- rules,
217
- model: formValue
226
+ default: withCtx(() => [createTextVNode(function() {
227
+ var _a, _b, _c;
228
+ try {
229
+ 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";
230
+ } catch (e) {
231
+ return "\u53D6\u6D88";
232
+ }
233
+ }())]),
234
+ _: 1
235
+ }), createVNode(unref(NButton), {
236
+ type: "info",
237
+ onClick: saveToCalss
238
+ }, {
239
+ default: withCtx(() => [createTextVNode(function() {
240
+ var _a, _b, _c;
241
+ try {
242
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.428")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.428")) || "\u786E\u8BA4";
243
+ } catch (e) {
244
+ return "\u786E\u8BA4";
245
+ }
246
+ }())]),
247
+ _: 1
248
+ })])]),
249
+ default: withCtx(() => [createElementVNode("div", _hoisted_3, [createVNode(unref(NRadioGroup), {
250
+ value: selectProject.value,
251
+ "onUpdate:value": [_cache[0] || (_cache[0] = ($event) => selectProject.value = $event), handleRadioChange],
252
+ name: "radiogroup"
253
+ }, {
254
+ default: withCtx(() => [(openBlock(true), createElementBlock(Fragment, null, renderList(projectList.value, (select) => {
255
+ return openBlock(), createBlock(unref(NRadio), {
256
+ key: select.value,
257
+ value: select.value
258
+ }, {
259
+ default: withCtx(() => [createTextVNode(toDisplayString(select.label), 1)]),
260
+ _: 2
261
+ }, 1032, ["value"]);
262
+ }), 128))]),
263
+ _: 1
264
+ }, 8, ["value"]), createVNode(unref(NForm), {
265
+ ref_key: "formRef",
266
+ ref: formRef,
267
+ "label-placement": "left",
268
+ rules,
269
+ model: formValue
270
+ }, {
271
+ default: withCtx(() => [createVNode(unref(NFormItem), {
272
+ label: function() {
273
+ var _a, _b, _c;
274
+ try {
275
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.432")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.432")) || "\u65B9\u6848\u540D\u79F0";
276
+ } catch (e) {
277
+ return "\u65B9\u6848\u540D\u79F0";
278
+ }
279
+ }(),
280
+ path: "projectName"
218
281
  }, {
219
- default: withCtx(() => {
220
- var _a4, _b4, _c4;
221
- return [createVNode(unref(NFormItem), {
222
- label: ((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.432")) || ((_c4 = (_b4 = window.top) == null ? void 0 : _b4.getLanguageByCode) == null ? void 0 : _c4.call(_b4, "10010.1.432")) || "\u65B9\u6848\u540D\u79F0",
223
- path: "projectName"
224
- }, {
225
- default: withCtx(() => {
226
- var _a5, _b5, _c5;
227
- return [createVNode(unref(NInput), {
228
- value: formValue.projectName,
229
- "onUpdate:value": _cache[1] || (_cache[1] = ($event) => formValue.projectName = $event),
230
- placeholder: ((_a5 = window.getLanguageByCode) == null ? void 0 : _a5.call(window, "10010.1.433")) || ((_c5 = (_b5 = window.top) == null ? void 0 : _b5.getLanguageByCode) == null ? void 0 : _c5.call(_b5, "10010.1.433")) || "\u8BF7\u8F93\u5165\u65B9\u6848\u540D\u79F0",
231
- clearable: "",
232
- maxlength: "100"
233
- }, null, 8, ["value"])];
234
- }),
235
- _: 1
236
- })];
237
- }),
282
+ default: withCtx(() => [createVNode(unref(NInput), {
283
+ value: formValue.projectName,
284
+ "onUpdate:value": _cache[1] || (_cache[1] = ($event) => formValue.projectName = $event),
285
+ placeholder: function() {
286
+ var _a, _b, _c;
287
+ try {
288
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.433")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.433")) || "\u8BF7\u8F93\u5165\u65B9\u6848\u540D\u79F0";
289
+ } catch (e) {
290
+ return "\u8BF7\u8F93\u5165\u65B9\u6848\u540D\u79F0";
291
+ }
292
+ }(),
293
+ clearable: "",
294
+ maxlength: "100"
295
+ }, null, 8, ["value"])]),
238
296
  _: 1
239
- }, 8, ["model"])])]),
297
+ })]),
240
298
  _: 1
241
- })];
242
- }),
299
+ }, 8, ["model"])])]),
300
+ _: 1
301
+ })]),
243
302
  _: 1
244
303
  }, 8, ["show"]);
245
304
  };
@@ -34,7 +34,6 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
34
34
  setup(__props, {
35
35
  emit
36
36
  }) {
37
- var _a, _b, _c;
38
37
  const props = __props;
39
38
  const defaultKey = "default";
40
39
  const message = useMessage();
@@ -43,7 +42,14 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
43
42
  } = useAsyncData();
44
43
  const baseOption = {
45
44
  schemeId: defaultKey,
46
- schemeName: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.439")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.439")) || "\u5217\u8868\u663E\u793A\u5B57\u6BB5",
45
+ schemeName: function() {
46
+ var _a, _b, _c;
47
+ try {
48
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.439")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.439")) || "\u5217\u8868\u663E\u793A\u5B57\u6BB5";
49
+ } catch (e) {
50
+ return "\u5217\u8868\u663E\u793A\u5B57\u6BB5";
51
+ }
52
+ }(),
47
53
  fieldKeys: []
48
54
  };
49
55
  const isShowSaveProjectModal = ref(false);
@@ -76,9 +82,15 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
76
82
  curProgram.value.fieldKeys = cloneDeep(fieldCheckList);
77
83
  }
78
84
  async function getExportFieldList() {
79
- var _a2, _b2, _c2;
80
85
  if (!props.tableListId) {
81
- return message.warning(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.424")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.424")) || "\u8BF7\u4F20\u5165\u5217\u8868id");
86
+ return message.warning(function() {
87
+ var _a, _b, _c;
88
+ try {
89
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.424")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.424")) || "\u8BF7\u4F20\u5165\u5217\u8868id";
90
+ } catch (e) {
91
+ return "\u8BF7\u4F20\u5165\u5217\u8868id";
92
+ }
93
+ }());
82
94
  }
83
95
  try {
84
96
  let res = await getTableListExportScheme({
@@ -113,20 +125,20 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
113
125
  });
114
126
  }
115
127
  function calculateAllFieldList() {
116
- var _a2;
128
+ var _a;
117
129
  downLoadFieldList.value = props.fieldOriginList.filter((field) => {
118
- var _a3;
130
+ var _a2;
119
131
  if (field.columnName == "operatorColumn")
120
132
  return false;
121
133
  if (!field.settingObj)
122
134
  return true;
123
- return (field == null ? void 0 : field.settingObj) ? ((_a3 = field == null ? void 0 : field.settingObj) == null ? void 0 : _a3.isHide) === "0" : true;
135
+ return (field == null ? void 0 : field.settingObj) ? ((_a2 = field == null ? void 0 : field.settingObj) == null ? void 0 : _a2.isHide) === "0" : true;
124
136
  });
125
137
  showAllFieldList.value = cloneDeep(downLoadFieldList.value);
126
138
  let fList = downLoadFieldList.value.filter((i) => {
127
139
  return i.isShow == "1" || i.fixedExport;
128
140
  });
129
- isDefaultShowFields.value = ((_a2 = fList == null ? void 0 : fList.map) == null ? void 0 : _a2.call(fList, (v) => v.columnName)) || [];
141
+ isDefaultShowFields.value = ((_a = fList == null ? void 0 : fList.map) == null ? void 0 : _a.call(fList, (v) => v.columnName)) || [];
130
142
  }
131
143
  async function init() {
132
144
  calculateAllFieldList();
@@ -156,10 +168,14 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
156
168
  type: "info",
157
169
  onClick: handleProjectModal
158
170
  }, {
159
- default: withCtx(() => {
160
- var _a2, _b2, _c2;
161
- return [createTextVNode(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.431")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.431")) || "\u5BFC\u51FA\u5E76\u5B58\u4E3A\u65B9\u6848")];
162
- }),
171
+ default: withCtx(() => [createTextVNode(function() {
172
+ var _a, _b, _c;
173
+ try {
174
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.431")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.431")) || "\u5BFC\u51FA\u5E76\u5B58\u4E3A\u65B9\u6848";
175
+ } catch (e) {
176
+ return "\u5BFC\u51FA\u5E76\u5B58\u4E3A\u65B9\u6848";
177
+ }
178
+ }())]),
163
179
  _: 1
164
180
  })]),
165
181
  _: 1
@@ -61,27 +61,54 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
61
61
  return typeMappingOptions[originType];
62
62
  });
63
63
  return (_ctx, _cache) => {
64
- var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l;
65
- return openBlock(), createElementBlock("div", _hoisted_1, [createCommentVNode(((_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"), unref(biType) === unref(WidgetTypeEnums).INPUT_NUMBER ? (openBlock(), createBlock(unref(InputNumber), {
64
+ return openBlock(), createElementBlock("div", _hoisted_1, [createCommentVNode(function() {
65
+ var _a, _b, _c;
66
+ try {
67
+ 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";
68
+ } catch (e) {
69
+ return "\u6570\u5B57\u6846";
70
+ }
71
+ }()), unref(biType) === unref(WidgetTypeEnums).INPUT_NUMBER ? (openBlock(), createBlock(unref(InputNumber), {
66
72
  key: 0,
67
73
  paramCfg: __props.paramCfg,
68
74
  modelValue: unref(valueCp),
69
75
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(valueCp) ? valueCp.value = $event : null)
70
- }, null, 8, ["paramCfg", "modelValue"])) : createCommentVNode("v-if", true), createCommentVNode(((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.293")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.293")) || "\u6587\u672C\u6846"), unref(biType) === unref(WidgetTypeEnums).INPUT && !unref(isSelectMode) ? (openBlock(), createBlock(unref(InputFilter), {
76
+ }, null, 8, ["paramCfg", "modelValue"])) : createCommentVNode("v-if", true), createCommentVNode(function() {
77
+ var _a, _b, _c;
78
+ try {
79
+ 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";
80
+ } catch (e) {
81
+ return "\u6587\u672C\u6846";
82
+ }
83
+ }()), unref(biType) === unref(WidgetTypeEnums).INPUT && !unref(isSelectMode) ? (openBlock(), createBlock(unref(InputFilter), {
71
84
  key: 1,
72
85
  paramCfg: __props.paramCfg,
73
86
  modelValue: unref(valueCp),
74
87
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => isRef(valueCp) ? valueCp.value = $event : null)
75
88
  }, null, 8, ["paramCfg", "modelValue"])) : createCommentVNode("v-if", true), createCommentVNode(" \u9759\u6001\u6570\u636E\u6E90\u4E0B\u62C9\u6846 "), unref(biType) === unref(WidgetTypeEnums).INPUT && unref(isSelectMode) ? (openBlock(), createElementBlock(Fragment, {
76
89
  key: 2
77
- }, [createCommentVNode(((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.100")) || ((_i = (_h = window.top) == null ? void 0 : _h.getLanguageByCode) == null ? void 0 : _i.call(_h, "10010.1.100")) || "\u591A\u9009"), unref(isSelectMultiple) ? (openBlock(), createBlock(unref(SelectFilter), {
90
+ }, [createCommentVNode(function() {
91
+ var _a, _b, _c;
92
+ try {
93
+ 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";
94
+ } catch (e) {
95
+ return "\u591A\u9009";
96
+ }
97
+ }()), unref(isSelectMultiple) ? (openBlock(), createBlock(unref(SelectFilter), {
78
98
  key: 0,
79
99
  paramCfg: __props.paramCfg,
80
100
  modelValue: unref(valuesCp),
81
101
  "onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => isRef(valuesCp) ? valuesCp.value = $event : null)
82
102
  }, null, 8, ["paramCfg", "modelValue"])) : (openBlock(), createElementBlock(Fragment, {
83
103
  key: 1
84
- }, [createCommentVNode(((_j = window.getLanguageByCode) == null ? void 0 : _j.call(window, "10010.1.298")) || ((_l = (_k = window.top) == null ? void 0 : _k.getLanguageByCode) == null ? void 0 : _l.call(_k, "10010.1.298")) || "\u5355\u9009"), createVNode(unref(SelectFilter), {
104
+ }, [createCommentVNode(function() {
105
+ var _a, _b, _c;
106
+ try {
107
+ 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";
108
+ } catch (e) {
109
+ return "\u5355\u9009";
110
+ }
111
+ }()), createVNode(unref(SelectFilter), {
85
112
  paramCfg: __props.paramCfg,
86
113
  modelValue: unref(valueCp),
87
114
  "onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => isRef(valueCp) ? valueCp.value = $event : null)