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
@@ -6,12 +6,18 @@ import { isFunction, isArray, range } from 'lodash-es';
6
6
  import { COLOR_MAP } from '../constants/index.js';
7
7
  import { WIDGET_MAP, SELECT_TYPE, WIDGET_TYPE, SELECT_MAP, SELECT_DEFAULT_MAP, DATE_MAP, DATETIME_MAP } from '../constants/filter.js';
8
8
 
9
- var _a, _b, _c;
10
9
  const _hoisted_1 = {
11
10
  class: "row"
12
11
  };
13
12
  const _hoisted_2 = ["title"];
14
- const _hoisted_3 = /* @__PURE__ */ createElementVNode("span", null, ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.282")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.282")) || "\u62D6\u62FD\u8C03\u6574\u987A\u5E8F", -1);
13
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("span", null, function() {
14
+ var _a, _b, _c;
15
+ try {
16
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.282")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.282")) || "\u62D6\u62FD\u8C03\u6574\u987A\u5E8F";
17
+ } catch (e) {
18
+ return "\u62D6\u62FD\u8C03\u6574\u987A\u5E8F";
19
+ }
20
+ }(), -1);
15
21
  const _hoisted_4 = {
16
22
  key: 0
17
23
  };
@@ -79,33 +85,88 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
79
85
  setup(__props, {
80
86
  emit
81
87
  }) {
82
- var _a2, _b2, _c2, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x;
83
88
  const props = __props;
84
89
  const fixedWayOptions = [{
85
- label: ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.286")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.286")) || "\u4E0D\u56FA\u5B9A",
90
+ label: function() {
91
+ var _a, _b, _c;
92
+ try {
93
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.286")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.286")) || "\u4E0D\u56FA\u5B9A";
94
+ } catch (e) {
95
+ return "\u4E0D\u56FA\u5B9A";
96
+ }
97
+ }(),
86
98
  value: "NONE"
87
99
  }, {
88
- label: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.287")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.287")) || "\u5DE6\u56FA\u5B9A",
100
+ label: function() {
101
+ var _a, _b, _c;
102
+ try {
103
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.287")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.287")) || "\u5DE6\u56FA\u5B9A";
104
+ } catch (e) {
105
+ return "\u5DE6\u56FA\u5B9A";
106
+ }
107
+ }(),
89
108
  value: "LEFT"
90
109
  }, {
91
- label: ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.288")) || ((_i = (_h = window.top) == null ? void 0 : _h.getLanguageByCode) == null ? void 0 : _i.call(_h, "10010.1.288")) || "\u53F3\u56FA\u5B9A",
110
+ label: function() {
111
+ var _a, _b, _c;
112
+ try {
113
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.288")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.288")) || "\u53F3\u56FA\u5B9A";
114
+ } catch (e) {
115
+ return "\u53F3\u56FA\u5B9A";
116
+ }
117
+ }(),
92
118
  value: "RIGHT"
93
119
  }];
94
120
  const sortOptions = [{
95
- label: ((_j = window.getLanguageByCode) == null ? void 0 : _j.call(window, "10010.1.289")) || ((_l = (_k = window.top) == null ? void 0 : _k.getLanguageByCode) == null ? void 0 : _l.call(_k, "10010.1.289")) || "\u4E0D\u6392\u5E8F",
121
+ label: function() {
122
+ var _a, _b, _c;
123
+ try {
124
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.289")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.289")) || "\u4E0D\u6392\u5E8F";
125
+ } catch (e) {
126
+ return "\u4E0D\u6392\u5E8F";
127
+ }
128
+ }(),
96
129
  value: "NONE"
97
130
  }, {
98
- label: ((_m = window.getLanguageByCode) == null ? void 0 : _m.call(window, "10010.1.290")) || ((_o = (_n = window.top) == null ? void 0 : _n.getLanguageByCode) == null ? void 0 : _o.call(_n, "10010.1.290")) || "\u5347\u5E8F",
131
+ label: function() {
132
+ var _a, _b, _c;
133
+ try {
134
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.290")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.290")) || "\u5347\u5E8F";
135
+ } catch (e) {
136
+ return "\u5347\u5E8F";
137
+ }
138
+ }(),
99
139
  value: "ASC"
100
140
  }, {
101
- label: ((_p = window.getLanguageByCode) == null ? void 0 : _p.call(window, "10010.1.291")) || ((_r = (_q = window.top) == null ? void 0 : _q.getLanguageByCode) == null ? void 0 : _r.call(_q, "10010.1.291")) || "\u964D\u5E8F",
141
+ label: function() {
142
+ var _a, _b, _c;
143
+ try {
144
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.291")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.291")) || "\u964D\u5E8F";
145
+ } catch (e) {
146
+ return "\u964D\u5E8F";
147
+ }
148
+ }(),
102
149
  value: "DESC"
103
150
  }];
104
151
  const colorScopeOptions = [{
105
- label: ((_s = window.getLanguageByCode) == null ? void 0 : _s.call(window, "10010.1.276")) || ((_u = (_t = window.top) == null ? void 0 : _t.getLanguageByCode) == null ? void 0 : _u.call(_t, "10010.1.276")) || "\u5B57\u4F53",
152
+ label: function() {
153
+ var _a, _b, _c;
154
+ try {
155
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.276")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.276")) || "\u5B57\u4F53";
156
+ } catch (e) {
157
+ return "\u5B57\u4F53";
158
+ }
159
+ }(),
106
160
  value: "font"
107
161
  }, {
108
- label: ((_v = window.getLanguageByCode) == null ? void 0 : _v.call(window, "10010.1.277")) || ((_x = (_w = window.top) == null ? void 0 : _w.getLanguageByCode) == null ? void 0 : _x.call(_w, "10010.1.277")) || "\u80CC\u666F",
162
+ label: function() {
163
+ var _a, _b, _c;
164
+ try {
165
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.277")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.277")) || "\u80CC\u666F";
166
+ } catch (e) {
167
+ return "\u80CC\u666F";
168
+ }
169
+ }(),
109
170
  value: "background"
110
171
  }];
111
172
  const swatches = Object.entries(COLOR_MAP).map(([value]) => value);
@@ -119,12 +180,12 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
119
180
  });
120
181
  }
121
182
  function isRenderTooltip(field) {
122
- var _a3;
123
- return field === "title" && (props.fieldDescribeMode === "tooltip" && props.element.feildDescribe || props.developMode && ((_a3 = props.element.settingObj) == null ? void 0 : _a3.fieldDescDev));
183
+ var _a;
184
+ return field === "title" && (props.fieldDescribeMode === "tooltip" && props.element.feildDescribe || props.developMode && ((_a = props.element.settingObj) == null ? void 0 : _a.fieldDescDev));
124
185
  }
125
186
  function getTooltipContent() {
126
- var _a3;
127
- return props.element.feildDescribe || ((_a3 = props.element.settingObj) == null ? void 0 : _a3.fieldDescDev);
187
+ var _a;
188
+ return props.element.feildDescribe || ((_a = props.element.settingObj) == null ? void 0 : _a.fieldDescDev);
128
189
  }
129
190
  function getTextValue(field) {
130
191
  if (field === "seq")
@@ -178,9 +239,9 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
178
239
  return options.filter((option) => !selectedValues.includes(option.value));
179
240
  }
180
241
  function getSelectText(field) {
181
- var _a3, _b3, _c3;
242
+ var _a, _b, _c;
182
243
  if (field === "optionType") {
183
- if (((_a3 = props.element) == null ? void 0 : _a3.type) === WIDGET_TYPE.SELECT || ((_c3 = (_b3 = props.element) == null ? void 0 : _b3.optionTypeConfig) == null ? void 0 : _c3.option))
244
+ if (((_a = props.element) == null ? void 0 : _a.type) === WIDGET_TYPE.SELECT || ((_c = (_b = props.element) == null ? void 0 : _b.optionTypeConfig) == null ? void 0 : _c.option))
184
245
  return "";
185
246
  return props.element[field] && props.element.type === WIDGET_TYPE.SELECT ? SELECT_MAP[props.element[field]] : " ";
186
247
  }
@@ -206,7 +267,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
206
267
  return prop;
207
268
  }
208
269
  function getOptions(column) {
209
- var _a3, _b3;
270
+ var _a, _b;
210
271
  switch (column.field) {
211
272
  case "fixedWay":
212
273
  return fixedWayOptions;
@@ -217,12 +278,12 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
217
278
  case "colorScope":
218
279
  return colorScopeOptions;
219
280
  case "hideExpression":
220
- return (_a3 = props.hideExpressionOption) == null ? void 0 : _a3.map((item) => ({
281
+ return (_a = props.hideExpressionOption) == null ? void 0 : _a.map((item) => ({
221
282
  ...item,
222
283
  ruleId: `ruleId#${item.code}`
223
284
  }));
224
285
  case "optionType":
225
- return ((_b3 = props.element.optionTypeConfig) == null ? void 0 : _b3.option) || Object.entries(SELECT_MAP).map(([value, label]) => ({
286
+ return ((_b = props.element.optionTypeConfig) == null ? void 0 : _b.option) || Object.entries(SELECT_MAP).map(([value, label]) => ({
226
287
  value,
227
288
  label
228
289
  }));
@@ -270,12 +331,12 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
270
331
  }
271
332
  }
272
333
  function setDisabled(column) {
273
- var _a3;
334
+ var _a;
274
335
  if (props.element.defaultMark == 1 || column.type === "color" && props.isHighlightRow)
275
336
  return true;
276
337
  if (column.type === "checkbox") {
277
338
  if (column.field === "show" && column.fieldShowMaxValue) {
278
- return !props.element[column.field] && ((_a3 = props.data.filter((field) => field[column.field])) == null ? void 0 : _a3.length) === column.fieldShowMaxValue;
339
+ return !props.element[column.field] && ((_a = props.data.filter((field) => field[column.field])) == null ? void 0 : _a.length) === column.fieldShowMaxValue;
279
340
  }
280
341
  if (["isSearch", "isSum", "isAvg"].includes(column.field)) {
281
342
  if (Reflect.has(props.element, "isMerge"))
@@ -459,10 +520,14 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
459
520
  }, null, 8, ["component"])]),
460
521
  _: 1
461
522
  })]),
462
- default: withCtx(() => {
463
- var _a3, _b3, _c3;
464
- return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.283")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.283")) || "\u67E5\u770B")];
465
- }),
523
+ default: withCtx(() => [createTextVNode(function() {
524
+ var _a, _b, _c;
525
+ try {
526
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.283")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.283")) || "\u67E5\u770B";
527
+ } catch (e) {
528
+ return "\u67E5\u770B";
529
+ }
530
+ }())]),
466
531
  _: 1
467
532
  }), !__props.isHighlightRow ? (openBlock(), createBlock(unref(NTooltip), {
468
533
  key: 0
@@ -478,10 +543,14 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
478
543
  }, null, 8, ["component"])]),
479
544
  _: 1
480
545
  })]),
481
- default: withCtx(() => {
482
- var _a3, _b3, _c3;
483
- return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.97")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.97")) || "\u590D\u5236")];
484
- }),
546
+ default: withCtx(() => [createTextVNode(function() {
547
+ var _a, _b, _c;
548
+ try {
549
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.97")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.97")) || "\u590D\u5236";
550
+ } catch (e) {
551
+ return "\u590D\u5236";
552
+ }
553
+ }())]),
485
554
  _: 1
486
555
  })) : createCommentVNode("v-if", true)], 64)) : (openBlock(), createElementBlock(Fragment, {
487
556
  key: 1
@@ -495,10 +564,14 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
495
564
  }, null, 8, ["component"])]),
496
565
  _: 1
497
566
  })]),
498
- default: withCtx(() => {
499
- var _a3, _b3, _c3;
500
- return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.284")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.284")) || "\u7F16\u8F91")];
501
- }),
567
+ default: withCtx(() => [createTextVNode(function() {
568
+ var _a, _b, _c;
569
+ try {
570
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.284")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.284")) || "\u7F16\u8F91";
571
+ } catch (e) {
572
+ return "\u7F16\u8F91";
573
+ }
574
+ }())]),
502
575
  _: 1
503
576
  }), createVNode(unref(NPopconfirm), {
504
577
  onPositiveClick: onRemove
@@ -512,16 +585,24 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
512
585
  }, null, 8, ["component"])]),
513
586
  _: 1
514
587
  })]),
515
- default: withCtx(() => {
516
- var _a3, _b3, _c3;
517
- return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.215")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.215")) || "\u5220\u9664")];
518
- }),
588
+ default: withCtx(() => [createTextVNode(function() {
589
+ var _a, _b, _c;
590
+ try {
591
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.215")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.215")) || "\u5220\u9664";
592
+ } catch (e) {
593
+ return "\u5220\u9664";
594
+ }
595
+ }())]),
519
596
  _: 1
520
597
  })]),
521
- default: withCtx(() => {
522
- var _a3, _b3, _c3;
523
- return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.285")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.285")) || "\u662F\u5426\u786E\u8BA4\u5220\u9664\uFF1F")];
524
- }),
598
+ default: withCtx(() => [createTextVNode(function() {
599
+ var _a, _b, _c;
600
+ try {
601
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.285")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.285")) || "\u662F\u5426\u786E\u8BA4\u5220\u9664\uFF1F";
602
+ } catch (e) {
603
+ return "\u662F\u5426\u786E\u8BA4\u5220\u9664\uFF1F";
604
+ }
605
+ }())]),
525
606
  _: 1
526
607
  })], 64))], 64)) : createCommentVNode("v-if", true)], 12, _hoisted_2)) : createCommentVNode("v-if", true)], 64);
527
608
  }), 128))]);