cnhis-design-vue 3.3.2-beta.12 → 3.3.2-beta.6

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 (179) hide show
  1. package/README.md +87 -87
  2. package/es/components/audio-sdk/src/Index.vue2.js +1 -1
  3. package/es/components/audio-sdk/style/index.css +1 -1
  4. package/es/components/base-search/src/index.vue2.js +15 -27
  5. package/es/components/big-table/src/BigTable.vue2.js +131 -189
  6. package/es/components/big-table/src/components/NoData.vue2.js +4 -16
  7. package/es/components/big-table/src/components/edit-form/edit-date.js +6 -12
  8. package/es/components/big-table/src/components/edit-form/edit-input.js +2 -8
  9. package/es/components/big-table/src/components/edit-form/edit-select.js +17 -21
  10. package/es/components/big-table/src/components/edit-form/edit-time.js +4 -11
  11. package/es/components/big-table/src/components/input-button.vue2.js +3 -7
  12. package/es/components/big-table/src/hooks/useNestTable.js +4 -18
  13. package/es/components/big-table/src/hooks/useTableParse.js +3 -16
  14. package/es/components/body-select/src/index.vue2.js +4 -24
  15. package/es/components/button-print/index.d.ts +0 -1
  16. package/es/components/button-print/src/ButtonPrint.vue.d.ts +0 -1
  17. package/es/components/button-print/src/ButtonPrint.vue2.js +11 -52
  18. package/es/components/button-print/src/components/EditFormat.vue2.js +6 -14
  19. package/es/components/button-print/src/components/IdentityVerification.vue2.js +43 -94
  20. package/es/components/button-print/src/components/NewPrintComponent.vue2.js +94 -229
  21. package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +0 -1
  22. package/es/components/button-print/src/components/OldPrintComponent.vue2.js +32 -92
  23. package/es/components/button-print/src/components/Preview.vue2.js +2 -8
  24. package/es/components/button-print/src/utils/dialog.js +6 -24
  25. package/es/components/button-print/src/utils/print.d.ts +5 -5
  26. package/es/components/button-print/src/utils/print.js +21 -108
  27. package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +2 -8
  28. package/es/components/card-reader-sdk/src/utils/readHealthCard.js +4 -16
  29. package/es/components/card-reader-sdk-cn/src/henan/index.js +11 -38
  30. package/es/components/classification/src/components/search-filter/index.vue2.js +10 -24
  31. package/es/components/classification/src/components/set-classification/index.vue2.js +6 -23
  32. package/es/components/classification/src/components/table-modal/index.vue.d.ts +0 -3
  33. package/es/components/classification/src/components/table-modal/index.vue2.js +165 -324
  34. package/es/components/classification/src/index.vue2.js +69 -261
  35. package/es/components/default-page/src/constants/index.js +19 -144
  36. package/es/components/default-page/src/index.vue2.js +2 -8
  37. package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +51 -75
  38. package/es/components/expand-field/src/components/FormItemPerson.vue2.js +38 -46
  39. package/es/components/expand-field/src/components/PersonModal.vue2.js +50 -62
  40. package/es/components/expand-field/src/components/form.vue2.js +412 -783
  41. package/es/components/expand-field/src/index.vue2.js +22 -88
  42. package/es/components/expand-field/src/utils/constant.js +12 -88
  43. package/es/components/fabric-chart/src/components/PopupMenu.js +15 -32
  44. package/es/components/fabric-chart/src/constants/index.js +10 -72
  45. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +3 -16
  46. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcess.js +2 -8
  47. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +5 -32
  48. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +2 -8
  49. package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +41 -63
  50. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
  51. package/es/components/fabric-chart/src/hooks/temperature/useTop.js +1 -5
  52. package/es/components/fabric-chart/src/hooks/useCommon.js +4 -24
  53. package/es/components/fabric-chart/src/utils/index.d.ts +1 -1
  54. package/es/components/fabric-chart/src/utils/index.js +2 -2
  55. package/es/components/field-editor/src/fields.js +30 -232
  56. package/es/components/field-set/src/FieldColor.vue.d.ts +1 -1
  57. package/es/components/field-set/src/FieldColor.vue2.js +21 -88
  58. package/es/components/field-set/src/FieldFilter.vue.d.ts +1 -1
  59. package/es/components/field-set/src/FieldFilter.vue2.js +12 -28
  60. package/es/components/field-set/src/FieldSet.vue.d.ts +1 -1
  61. package/es/components/field-set/src/FieldSet.vue2.js +57 -210
  62. package/es/components/field-set/src/Index.vue2.js +6 -40
  63. package/es/components/field-set/src/TableStyle.vue2.js +13 -48
  64. package/es/components/field-set/src/components/condition.vue2.js +11 -27
  65. package/es/components/field-set/src/components/edit-dialog.vue2.js +69 -149
  66. package/es/components/field-set/src/components/edit-filter.vue2.js +4 -24
  67. package/es/components/field-set/src/components/table-row.vue.d.ts +1 -1
  68. package/es/components/field-set/src/components/table-row.vue2.js +42 -123
  69. package/es/components/field-set/src/constants/filter.js +42 -328
  70. package/es/components/field-set/src/constants/index.js +64 -504
  71. package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +46 -91
  72. package/es/components/form-config/src/constants/index.js +11 -80
  73. package/es/components/form-config/src/hooks/useLocale.js +31 -240
  74. package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.js +3 -7
  75. package/es/components/form-render/src/components/renderer/combination/jsonCombination.js +3 -7
  76. package/es/components/form-render/src/components/renderer/combination/tableCombination.js +2 -8
  77. package/es/components/form-render/src/components/renderer/radio_checkbox.js +3 -7
  78. package/es/components/form-render/src/components/renderer/remoteSearch.js +2 -8
  79. package/es/components/form-render/src/components/renderer/switch.js +4 -24
  80. package/es/components/form-render/src/utils/schema.js +6 -26
  81. package/es/components/iho-chat/src/Index.vue2.js +38 -42
  82. package/es/components/iho-chat/src/components/ChatAdd.vue2.js +33 -108
  83. package/es/components/iho-chat/src/components/ChatFile.vue2.js +90 -132
  84. package/es/components/iho-chat/src/components/ChatFooter.vue2.js +48 -110
  85. package/es/components/iho-chat/src/components/ChatHeader.vue2.js +15 -35
  86. package/es/components/iho-chat/src/components/ChatMain.vue2.js +22 -54
  87. package/es/components/iho-chat/src/components/ChatRecord.vue2.js +45 -77
  88. package/es/components/iho-chat/src/components/ChatSearch.vue2.js +208 -256
  89. package/es/components/iho-chat/src/components/ChatSet.vue2.js +211 -309
  90. package/es/components/iho-chat/src/components/ContextMenu.js +9 -50
  91. package/es/components/iho-chat/src/components/MessageEvent.vue2.js +4 -16
  92. package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +2 -8
  93. package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +18 -104
  94. package/es/components/iho-chat/src/components/PersonProfile.vue2.js +12 -67
  95. package/es/components/iho-chat/src/components/SelectLabel.vue2.js +43 -47
  96. package/es/components/iho-chat/src/components/SiderList.vue2.js +40 -70
  97. package/es/components/iho-chat/src/components/Video.vue2.js +11 -38
  98. package/es/components/iho-chat/src/hooks/useVideo.js +4 -15
  99. package/es/components/iho-chat/src/utils/index.js +14 -79
  100. package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.js +2 -8
  101. package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +15 -40
  102. package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue2.js +15 -40
  103. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +1 -1
  104. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +20 -50
  105. package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +6 -14
  106. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +3 -10
  107. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +18 -45
  108. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
  109. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +14 -20
  110. package/es/components/index.css +1 -1
  111. package/es/components/info-header/src/components/patientInfo/index.vue2.js +23 -142
  112. package/es/components/keyboard/src/Keyboard.vue2.js +9 -21
  113. package/es/components/keyboard/src/components/NumberPanel.vue2.js +35 -49
  114. package/es/components/map/src/Map.vue2.js +3 -7
  115. package/es/components/picture-clipper/src/PictureClipper.vue2.js +6 -14
  116. package/es/components/quick-search/src/index.vue2.js +132 -177
  117. package/es/components/recommend-search/src/components/BaseSearch.js +8 -14
  118. package/es/components/recommend-search/src/components/RecommendInput.vue2.js +8 -28
  119. package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +5 -18
  120. package/es/components/scale-view/src/ScaleView.vue2.js +7 -15
  121. package/es/components/scale-view/src/components/NoData.vue2.js +4 -16
  122. package/es/components/scale-view/src/components/formitem/r-cascader.js +2 -8
  123. package/es/components/scale-view/src/components/formitem/r-checkbox.js +6 -24
  124. package/es/components/scale-view/src/components/formitem/r-input.js +2 -8
  125. package/es/components/scale-view/src/components/formitem/r-map.js +2 -8
  126. package/es/components/scale-view/src/components/formitem/r-radio.js +6 -24
  127. package/es/components/scale-view/src/components/formitem/r-select.js +2 -8
  128. package/es/components/scale-view/src/components/formitem/r-sign.js +9 -30
  129. package/es/components/scale-view/src/components/formitem/standard-modal.js +3 -16
  130. package/es/components/scale-view/src/hooks/scaleview-computed.js +5 -24
  131. package/es/components/scale-view/src/hooks/scaleview-methods.js +4 -16
  132. package/es/components/scale-view/src/hooks/scaleview-submit.js +3 -16
  133. package/es/components/scale-view/src/hooks/scaleview-validate.js +9 -40
  134. package/es/components/search-cascader/src/SearchCascader.vue2.js +14 -20
  135. package/es/components/select-label/src/LabelFormContent.vue2.js +21 -53
  136. package/es/components/select-label/src/SelectLabel.vue2.js +55 -85
  137. package/es/components/select-label/src/components/label-classify.vue2.js +11 -28
  138. package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +5 -18
  139. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +8 -34
  140. package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +5 -18
  141. package/es/components/select-person/src/SelectPerson.vue2.js +141 -214
  142. package/es/components/select-person/src/SelectPersonType.vue2.js +105 -130
  143. package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +2 -9
  144. package/es/components/select-person/src/index.vue2.js +7 -20
  145. package/es/components/slider-tree/src/index.vue2.js +3 -16
  146. package/es/components/table-export-field/src/components/ExportModal.vue2.js +112 -186
  147. package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +88 -147
  148. package/es/components/table-export-field/src/index.vue2.js +12 -28
  149. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +5 -32
  150. package/es/components/table-filter/src/components/bi-filter/helpers/options.js +34 -264
  151. package/es/components/table-filter/src/components/bi-filter/index.vue2.js +135 -214
  152. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +3 -16
  153. package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +2 -9
  154. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +6 -39
  155. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +5 -18
  156. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +18 -29
  157. package/es/components/table-filter/src/components/classify-filter/helpers/options.js +3 -16
  158. package/es/components/table-filter/src/components/classify-filter/hooks/useDisplayCategory.js +2 -8
  159. package/es/components/table-filter/src/components/classify-filter/index.vue2.js +130 -195
  160. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +7 -26
  161. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +7 -13
  162. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +8 -34
  163. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +8 -21
  164. package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +3 -7
  165. package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +6 -19
  166. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +3 -16
  167. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +10 -24
  168. package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +207 -1648
  169. package/es/components/table-filter/src/components/render-widget/helpers/selectExtraMap.js +2 -8
  170. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +3 -16
  171. package/es/components/table-filter/src/tool/baseOptions.js +19 -144
  172. package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +12 -28
  173. package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +2 -22
  174. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +3 -7
  175. package/es/components/vod-chunk-upload/src/vod-upload-modal.js +6 -14
  176. package/es/env.d.ts +25 -25
  177. package/es/shared/hooks/selectHooks/useSelectAllowModify.js +2 -2
  178. package/es/shared/package.json.js +1 -1
  179. package/package.json +2 -2
@@ -14,6 +14,7 @@ import { CloseOutline, CloseCircleOutline, CallOutline, VideocamOutline } from '
14
14
  import { uuidGenerator } from '../../../../shared/utils/index.js';
15
15
  import { useStorage } from '@vueuse/core';
16
16
 
17
+ var _a, _b, _c, _d, _e, _f;
17
18
  const _hoisted_1 = {
18
19
  key: 0,
19
20
  class: "multi-select-box"
@@ -46,14 +47,7 @@ const _hoisted_11 = {
46
47
  const _hoisted_12 = /* @__PURE__ */ createElementVNode("i", {
47
48
  class: "chat--iconfont chat--icon-face"
48
49
  }, null, -1);
49
- const _hoisted_13 = /* @__PURE__ */ createElementVNode("span", null, function() {
50
- var _a, _b, _c;
51
- try {
52
- return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.51")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.51")) || "\u6700\u8FD1\u4F7F\u7528";
53
- } catch (e) {
54
- return "\u6700\u8FD1\u4F7F\u7528";
55
- }
56
- }(), -1);
50
+ const _hoisted_13 = /* @__PURE__ */ createElementVNode("span", null, ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.51")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.51")) || "\u6700\u8FD1\u4F7F\u7528", -1);
57
51
  const _hoisted_14 = {
58
52
  class: "list-box",
59
53
  style: {
@@ -61,14 +55,7 @@ const _hoisted_14 = {
61
55
  }
62
56
  };
63
57
  const _hoisted_15 = ["src"];
64
- const _hoisted_16 = /* @__PURE__ */ createElementVNode("span", null, function() {
65
- var _a, _b, _c;
66
- try {
67
- return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.52")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.52")) || "\u9ED8\u8BA4\u8868\u60C5";
68
- } catch (e) {
69
- return "\u9ED8\u8BA4\u8868\u60C5";
70
- }
71
- }(), -1);
58
+ const _hoisted_16 = /* @__PURE__ */ createElementVNode("span", null, ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.52")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.52")) || "\u9ED8\u8BA4\u8868\u60C5", -1);
72
59
  const _hoisted_17 = {
73
60
  class: "list-box"
74
61
  };
@@ -152,14 +139,14 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
152
139
  return event.altKey || event.ctrlKey || event.metaKey || event.shiftKey;
153
140
  }
154
141
  function handleInput() {
155
- var _a;
156
- content.value = ((_a = inputRef.value) == null ? void 0 : _a.innerHTML) || "";
142
+ var _a2;
143
+ content.value = ((_a2 = inputRef.value) == null ? void 0 : _a2.innerHTML) || "";
157
144
  }
158
145
  function selectEmoji(name) {
159
- var _a;
146
+ var _a2;
160
147
  commonEmoticons.value.unshift(name);
161
148
  commonEmoticons.value = uniq(commonEmoticons.value).slice(0, 26);
162
- (_a = inputRef.value) == null ? void 0 : _a.focus();
149
+ (_a2 = inputRef.value) == null ? void 0 : _a2.focus();
163
150
  document.execCommand("insertHTML", false, `<img data-msg=${name} data-type=${MESSAGE_TYPE.EMOJI} class="emoji--min" src=${emojis.findEmoji(name)} />`);
164
151
  }
165
152
  async function doUpdateFile(file) {
@@ -316,9 +303,9 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
316
303
  state.isForward = false;
317
304
  }
318
305
  watch(() => [state.currentReferenceMsg, state.currentReEditMsg], ([currentReferenceMsg, currentReEditMsg]) => {
319
- var _a;
306
+ var _a2;
320
307
  if (currentReferenceMsg || currentReEditMsg) {
321
- (_a = inputRef.value) == null ? void 0 : _a.focus();
308
+ (_a2 = inputRef.value) == null ? void 0 : _a2.focus();
322
309
  }
323
310
  if (currentReEditMsg) {
324
311
  const {
@@ -337,20 +324,14 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
337
324
  }
338
325
  });
339
326
  return (_ctx, _cache) => {
327
+ var _a2, _b2, _c2, _d2, _e2, _f2;
340
328
  return withDirectives((openBlock(), createElementBlock("section", {
341
329
  class: "chat-footer",
342
330
  style: normalizeStyle({
343
331
  cursor: unref(state).id ? "default" : "not-allowed"
344
332
  })
345
333
  }, [unref(state).isForward ? (openBlock(), createElementBlock("div", _hoisted_1, [createElementVNode("div", _hoisted_2, [createVNode(ChatAdd, {
346
- title: function() {
347
- var _a, _b, _c;
348
- try {
349
- return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.44")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.44")) || "\u8F6C\u53D1\u6D88\u606F";
350
- } catch (e) {
351
- return "\u8F6C\u53D1\u6D88\u606F";
352
- }
353
- }(),
334
+ title: ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.44")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.44")) || "\u8F6C\u53D1\u6D88\u606F",
354
335
  mode: "relay",
355
336
  onComfirm: _cache[0] || (_cache[0] = (params) => handleRelay(params))
356
337
  }, {
@@ -365,14 +346,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
365
346
  }, 8, ["disabled"])]),
366
347
  _: 1
367
348
  }), _hoisted_4]), createElementVNode("div", _hoisted_5, [createVNode(ChatAdd, {
368
- title: function() {
369
- var _a, _b, _c;
370
- try {
371
- return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.44")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.44")) || "\u8F6C\u53D1\u6D88\u606F";
372
- } catch (e) {
373
- return "\u8F6C\u53D1\u6D88\u606F";
374
- }
375
- }(),
349
+ title: ((_d2 = window.getLanguageByCode) == null ? void 0 : _d2.call(window, "10010.1.44")) || ((_f2 = (_e2 = window.top) == null ? void 0 : _e2.getLanguageByCode) == null ? void 0 : _f2.call(_e2, "10010.1.44")) || "\u8F6C\u53D1\u6D88\u606F",
376
350
  mode: "relay",
377
351
  onComfirm: _cache[1] || (_cache[1] = (params) => handleRelay(params, "\u5408\u5E76\u8F6C\u53D1"))
378
352
  }, {
@@ -464,14 +438,10 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
464
438
  }), 128))])]),
465
439
  _: 1
466
440
  }, 8, ["show"])]),
467
- default: withCtx(() => [createTextVNode(function() {
468
- var _a, _b, _c;
469
- try {
470
- return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.53")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.53")) || "\u8868\u60C5";
471
- } catch (e) {
472
- return "\u8868\u60C5";
473
- }
474
- }())]),
441
+ default: withCtx(() => {
442
+ var _a3, _b3, _c3;
443
+ return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.53")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.53")) || "\u8868\u60C5")];
444
+ }),
475
445
  _: 1
476
446
  }), createVNode(unref(NTooltip), {
477
447
  "show-arrow": false
@@ -487,14 +457,10 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
487
457
  icon: withCtx(() => [_hoisted_19]),
488
458
  _: 1
489
459
  })]),
490
- default: withCtx(() => [createTextVNode(function() {
491
- var _a, _b, _c;
492
- try {
493
- return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.54")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.54")) || "\u70B9\u8D5E";
494
- } catch (e) {
495
- return "\u70B9\u8D5E";
496
- }
497
- }())]),
460
+ default: withCtx(() => {
461
+ var _a3, _b3, _c3;
462
+ return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.54")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.54")) || "\u70B9\u8D5E")];
463
+ }),
498
464
  _: 1
499
465
  }), createVNode(unref(NUpload), {
500
466
  abstract: "",
@@ -518,14 +484,10 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
518
484
  icon: withCtx(() => [_hoisted_20]),
519
485
  _: 2
520
486
  }, 1032, ["onClick"])]),
521
- default: withCtx(() => [createTextVNode(function() {
522
- var _a, _b, _c;
523
- try {
524
- return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.55")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.55")) || "\u4E0A\u4F20\u56FE\u7247";
525
- } catch (e) {
526
- return "\u4E0A\u4F20\u56FE\u7247";
527
- }
528
- }())]),
487
+ default: withCtx(() => {
488
+ var _a3, _b3, _c3;
489
+ return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.55")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.55")) || "\u4E0A\u4F20\u56FE\u7247")];
490
+ }),
529
491
  _: 2
530
492
  }, 1024)]),
531
493
  _: 1
@@ -553,14 +515,10 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
553
515
  icon: withCtx(() => [_hoisted_21]),
554
516
  _: 2
555
517
  }, 1032, ["onClick"])]),
556
- default: withCtx(() => [createTextVNode(function() {
557
- var _a, _b, _c;
558
- try {
559
- return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.56")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.56")) || "\u4E0A\u4F20\u6587\u4EF6";
560
- } catch (e) {
561
- return "\u4E0A\u4F20\u6587\u4EF6";
562
- }
563
- }())]),
518
+ default: withCtx(() => {
519
+ var _a3, _b3, _c3;
520
+ return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.56")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.56")) || "\u4E0A\u4F20\u6587\u4EF6")];
521
+ }),
564
522
  _: 2
565
523
  }, 1024)]),
566
524
  _: 1
@@ -586,14 +544,10 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
586
544
  }, null, 8, ["component"])]),
587
545
  _: 1
588
546
  })]),
589
- default: withCtx(() => [createTextVNode(function() {
590
- var _a, _b, _c;
591
- try {
592
- return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.57")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.57")) || "\u8BED\u97F3\u901A\u8BDD";
593
- } catch (e) {
594
- return "\u8BED\u97F3\u901A\u8BDD";
595
- }
596
- }())]),
547
+ default: withCtx(() => {
548
+ var _a3, _b3, _c3;
549
+ return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.57")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.57")) || "\u8BED\u97F3\u901A\u8BDD")];
550
+ }),
597
551
  _: 1
598
552
  })]),
599
553
  _: 1
@@ -613,14 +567,10 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
613
567
  }, null, 8, ["component"])]),
614
568
  _: 1
615
569
  })]),
616
- default: withCtx(() => [createTextVNode(function() {
617
- var _a, _b, _c;
618
- try {
619
- return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.58")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.58")) || "\u89C6\u9891\u4F1A\u8BAE";
620
- } catch (e) {
621
- return "\u89C6\u9891\u4F1A\u8BAE";
622
- }
623
- }())]),
570
+ default: withCtx(() => {
571
+ var _a3, _b3, _c3;
572
+ return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.58")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.58")) || "\u89C6\u9891\u4F1A\u8BAE")];
573
+ }),
624
574
  _: 1
625
575
  })]),
626
576
  _: 1
@@ -640,14 +590,10 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
640
590
  }, null, 8, ["component"])]),
641
591
  _: 1
642
592
  })]),
643
- default: withCtx(() => [createTextVNode(function() {
644
- var _a, _b, _c;
645
- try {
646
- return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.57")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.57")) || "\u8BED\u97F3\u901A\u8BDD";
647
- } catch (e) {
648
- return "\u8BED\u97F3\u901A\u8BDD";
649
- }
650
- }())]),
593
+ default: withCtx(() => {
594
+ var _a3, _b3, _c3;
595
+ return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.57")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.57")) || "\u8BED\u97F3\u901A\u8BDD")];
596
+ }),
651
597
  _: 1
652
598
  }), createVNode(unref(NTooltip), {
653
599
  "show-arrow": false
@@ -663,14 +609,10 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
663
609
  }, null, 8, ["component"])]),
664
610
  _: 1
665
611
  })]),
666
- default: withCtx(() => [createTextVNode(function() {
667
- var _a, _b, _c;
668
- try {
669
- return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.59")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.59")) || "\u89C6\u9891\u901A\u8BDD";
670
- } catch (e) {
671
- return "\u89C6\u9891\u901A\u8BDD";
672
- }
673
- }())]),
612
+ default: withCtx(() => {
613
+ var _a3, _b3, _c3;
614
+ return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.59")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.59")) || "\u89C6\u9891\u901A\u8BDD")];
615
+ }),
674
616
  _: 1
675
617
  })], 64))], 64)) : createCommentVNode("v-if", true), renderSlot(_ctx.$slots, "footer")]), withDirectives(createElementVNode("div", {
676
618
  ref_key: "inputRef",
@@ -685,14 +627,10 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
685
627
  disabled: unref(btnDisabled),
686
628
  onClick: handleMsgSend
687
629
  }, {
688
- default: withCtx(() => [createTextVNode(function() {
689
- var _a, _b, _c;
690
- try {
691
- return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.60")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.60")) || "\u53D1\u9001";
692
- } catch (e) {
693
- return "\u53D1\u9001";
694
- }
695
- }())]),
630
+ default: withCtx(() => {
631
+ var _a3, _b3, _c3;
632
+ return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.60")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.60")) || "\u53D1\u9001")];
633
+ }),
696
634
  _: 1
697
635
  }, 8, ["disabled"])])], 64))], 4)), [[vShow, unref(state).id]]);
698
636
  };
@@ -110,14 +110,10 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
110
110
  icon: withCtx(() => [_hoisted_5]),
111
111
  _: 1
112
112
  })]),
113
- default: withCtx(() => [createTextVNode(function() {
113
+ default: withCtx(() => {
114
114
  var _a, _b, _c;
115
- try {
116
- return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.62")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.62")) || "\u56FE\u7247";
117
- } catch (e) {
118
- return "\u56FE\u7247";
119
- }
120
- }())]),
115
+ return [createTextVNode(((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.62")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.62")) || "\u56FE\u7247")];
116
+ }),
121
117
  _: 1
122
118
  }), createVNode(unref(NTooltip), {
123
119
  "show-arrow": false,
@@ -131,14 +127,10 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
131
127
  icon: withCtx(() => [_hoisted_6]),
132
128
  _: 1
133
129
  })]),
134
- default: withCtx(() => [createTextVNode(function() {
130
+ default: withCtx(() => {
135
131
  var _a, _b, _c;
136
- try {
137
- return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.63")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.63")) || "\u6587\u4EF6";
138
- } catch (e) {
139
- return "\u6587\u4EF6";
140
- }
141
- }())]),
132
+ return [createTextVNode(((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.63")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.63")) || "\u6587\u4EF6")];
133
+ }),
142
134
  _: 1
143
135
  }), createVNode(ChatAdd, normalizeProps(guardReactiveProps(unref(chatAddProps))), {
144
136
  trigger: withCtx(() => [createVNode(unref(NTooltip), {
@@ -155,14 +147,10 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
155
147
  }, null, 8, ["component"])]),
156
148
  _: 1
157
149
  })]),
158
- default: withCtx(() => [createTextVNode(function() {
150
+ default: withCtx(() => {
159
151
  var _a, _b, _c;
160
- try {
161
- return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.64")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.64")) || "\u6DFB\u52A0\u6210\u5458";
162
- } catch (e) {
163
- return "\u6DFB\u52A0\u6210\u5458";
164
- }
165
- }())]),
152
+ return [createTextVNode(((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.64")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.64")) || "\u6DFB\u52A0\u6210\u5458")];
153
+ }),
166
154
  _: 1
167
155
  })]),
168
156
  _: 1
@@ -178,14 +166,10 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
178
166
  icon: withCtx(() => [_hoisted_7]),
179
167
  _: 1
180
168
  })]),
181
- default: withCtx(() => [createTextVNode(function() {
169
+ default: withCtx(() => {
182
170
  var _a, _b, _c;
183
- try {
184
- return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.65")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.65")) || "\u804A\u5929\u8BB0\u5F55";
185
- } catch (e) {
186
- return "\u804A\u5929\u8BB0\u5F55";
187
- }
188
- }())]),
171
+ return [createTextVNode(((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.65")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.65")) || "\u804A\u5929\u8BB0\u5F55")];
172
+ }),
189
173
  _: 1
190
174
  }), createVNode(unref(NTooltip), {
191
175
  "show-arrow": false,
@@ -199,14 +183,10 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
199
183
  icon: withCtx(() => [_hoisted_8]),
200
184
  _: 1
201
185
  })]),
202
- default: withCtx(() => [createTextVNode(function() {
186
+ default: withCtx(() => {
203
187
  var _a, _b, _c;
204
- try {
205
- return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.66")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.66")) || "\u804A\u5929\u8BBE\u7F6E";
206
- } catch (e) {
207
- return "\u804A\u5929\u8BBE\u7F6E";
208
- }
209
- }())]),
188
+ return [createTextVNode(((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.66")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.66")) || "\u804A\u5929\u8BBE\u7F6E")];
189
+ }),
210
190
  _: 1
211
191
  }), unref(isGroupChat) && unref(isGroupLeader) ? (openBlock(), createBlock(unref(NPopconfirm), {
212
192
  key: 0,
@@ -132,14 +132,10 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
132
132
  "component": ArrowDownSharp,
133
133
  "onClick": () => src && downloadFile(src, "img")
134
134
  }, null),
135
- default: () => function() {
135
+ default: () => {
136
136
  var _a2, _b2, _c;
137
- try {
138
- return ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.102")) || ((_c = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c.call(_b2, "10010.1.102")) || "\u4E0B\u8F7D";
139
- } catch (e) {
140
- return "\u4E0B\u8F7D";
141
- }
142
- }()
137
+ return ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.102")) || ((_c = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c.call(_b2, "10010.1.102")) || "\u4E0B\u8F7D";
138
+ }
143
139
  }), nodes.close];
144
140
  }
145
141
  function formatImage(obj, type) {
@@ -365,6 +361,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
365
361
  immediate: true
366
362
  });
367
363
  return (_ctx, _cache) => {
364
+ var _a, _b, _c;
368
365
  return openBlock(), createElementBlock("div", {
369
366
  class: normalizeClass(["chat-main", {
370
367
  "home-bg": !unref(state).id,
@@ -378,7 +375,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
378
375
  "render-toolbar": renderToolbar
379
376
  }, {
380
377
  default: withCtx(() => [(openBlock(true), createElementBlock(Fragment, null, renderList(unref(state).msgList, (item, index) => {
381
- var _a;
378
+ var _a2, _b2, _c2, _d, _e, _f, _g;
382
379
  return openBlock(), createElementBlock(Fragment, {
383
380
  key: item.id
384
381
  }, [showMessage(item) ? (openBlock(), createElementBlock("div", {
@@ -386,26 +383,12 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
386
383
  class: normalizeClass(["message-item", {
387
384
  "message-item--mine": item.sender == unref(state).userInfo.id
388
385
  }])
389
- }, [needShowTime(item, index) ? (openBlock(), createElementBlock("p", _hoisted_1, toDisplayString(item.__sendTime), 1)) : createCommentVNode("v-if", true), showTemplateMsg(item, "system") || item.status === "WITHDRAWN" || ((_a = item.content) == null ? void 0 : _a.chatMessageType) === unref(MESSAGE_TYPE).EVENT ? (openBlock(), createElementBlock(Fragment, {
386
+ }, [needShowTime(item, index) ? (openBlock(), createElementBlock("p", _hoisted_1, toDisplayString(item.__sendTime), 1)) : createCommentVNode("v-if", true), showTemplateMsg(item, "system") || item.status === "WITHDRAWN" || ((_a2 = item.content) == null ? void 0 : _a2.chatMessageType) === unref(MESSAGE_TYPE).EVENT ? (openBlock(), createElementBlock(Fragment, {
390
387
  key: 1
391
388
  }, [showTemplateMsg(item, "system") ? (openBlock(), createBlock(MessageTemplate, {
392
389
  key: 0,
393
390
  data: item
394
- }, null, 8, ["data"])) : createCommentVNode("v-if", true), item.status === "WITHDRAWN" ? (openBlock(), createElementBlock("p", _hoisted_2, [createElementVNode("span", null, toDisplayString(item.sender == unref(state).userInfo.id ? function() {
395
- var _a2, _b, _c;
396
- try {
397
- return ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.67")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.67")) || "\u4F60";
398
- } catch (e) {
399
- return "\u4F60";
400
- }
401
- }() : item.senderName) + function() {
402
- var _a2, _b, _c;
403
- try {
404
- return ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.68")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.68")) || "\u64A4\u56DE\u4E86\u4E00\u6761\u6D88\u606F";
405
- } catch (e) {
406
- return "\u64A4\u56DE\u4E86\u4E00\u6761\u6D88\u606F";
407
- }
408
- }(), 1), showReEdit(item) ? (openBlock(), createBlock(unref(NButton), {
391
+ }, null, 8, ["data"])) : createCommentVNode("v-if", true), item.status === "WITHDRAWN" ? (openBlock(), createElementBlock("p", _hoisted_2, [createElementVNode("span", null, toDisplayString(item.sender == unref(state).userInfo.id ? ((_b2 = window.getLanguageByCode) == null ? void 0 : _b2.call(window, "10010.1.67")) || ((_d = (_c2 = window.top) == null ? void 0 : _c2.getLanguageByCode) == null ? void 0 : _d.call(_c2, "10010.1.67")) || "\u4F60" : item.senderName) + (((_e = window.getLanguageByCode) == null ? void 0 : _e.call(window, "10010.1.68")) || ((_g = (_f = window.top) == null ? void 0 : _f.getLanguageByCode) == null ? void 0 : _g.call(_f, "10010.1.68")) || "\u64A4\u56DE\u4E86\u4E00\u6761\u6D88\u606F"), 1), showReEdit(item) ? (openBlock(), createBlock(unref(NButton), {
409
392
  key: 0,
410
393
  size: "tiny",
411
394
  style: {
@@ -415,14 +398,10 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
415
398
  text: "",
416
399
  onClick: () => reEdit(item)
417
400
  }, {
418
- default: withCtx(() => [createTextVNode(function() {
419
- var _a2, _b, _c;
420
- try {
421
- return ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.69")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.69")) || "\u91CD\u65B0\u7F16\u8F91";
422
- } catch (e) {
423
- return "\u91CD\u65B0\u7F16\u8F91";
424
- }
425
- }())]),
401
+ default: withCtx(() => {
402
+ var _a3, _b3, _c3;
403
+ return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.69")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.69")) || "\u91CD\u65B0\u7F16\u8F91")];
404
+ }),
426
405
  _: 2
427
406
  }, 1032, ["onClick"])) : createCommentVNode("v-if", true)])) : (openBlock(), createBlock(MessageEvent, {
428
407
  key: 2,
@@ -622,31 +601,20 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
622
601
  id: menuMsgId.value,
623
602
  onSelect: handleSelect
624
603
  }, null, 8, ["show", "position", "id"]), createVNode(ChatAdd, {
625
- title: function() {
626
- var _a, _b, _c;
627
- try {
628
- return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.44")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.44")) || "\u8F6C\u53D1\u6D88\u606F";
629
- } catch (e) {
630
- return "\u8F6C\u53D1\u6D88\u606F";
631
- }
632
- }(),
604
+ title: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.44")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.44")) || "\u8F6C\u53D1\u6D88\u606F",
633
605
  mode: "relay",
634
606
  onComfirm: handleRelay
635
607
  }, {
636
- trigger: withCtx(() => [createElementVNode("span", {
637
- style: {
638
- "display": "none"
639
- },
640
- ref_key: "relayTriggerRef",
641
- ref: relayTriggerRef
642
- }, function() {
643
- var _a, _b, _c;
644
- try {
645
- return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.45")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.45")) || "\u8F6C\u53D1";
646
- } catch (e) {
647
- return "\u8F6C\u53D1";
648
- }
649
- }(), 512)]),
608
+ trigger: withCtx(() => {
609
+ var _a2, _b2, _c2;
610
+ return [createElementVNode("span", {
611
+ style: {
612
+ "display": "none"
613
+ },
614
+ ref_key: "relayTriggerRef",
615
+ ref: relayTriggerRef
616
+ }, ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.45")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.45")) || "\u8F6C\u53D1", 512)];
617
+ }),
650
618
  _: 1
651
619
  }), menuMsgId.value ? (openBlock(), createBlock(SelectLabel, {
652
620
  key: 0,