cnhis-design-vue 3.3.2-beta.1 → 3.3.2-beta.5

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 (187) hide show
  1. package/es/components/base-search/src/index.vue2.js +6 -6
  2. package/es/components/big-table/src/BigTable.vue2.js +21 -21
  3. package/es/components/big-table/src/components/NoData.vue2.js +4 -4
  4. package/es/components/big-table/src/components/edit-form/edit-date.js +2 -2
  5. package/es/components/big-table/src/components/edit-form/edit-input.js +2 -2
  6. package/es/components/big-table/src/components/edit-form/edit-select.js +2 -2
  7. package/es/components/big-table/src/components/edit-form/edit-time.js +4 -4
  8. package/es/components/big-table/src/components/input-button.vue2.js +2 -2
  9. package/es/components/big-table/src/hooks/useNestTable.js +4 -4
  10. package/es/components/big-table/src/hooks/useTableParse.js +3 -3
  11. package/es/components/body-select/src/index.vue2.js +4 -4
  12. package/es/components/button-print/src/ButtonPrint.vue2.js +7 -7
  13. package/es/components/button-print/src/components/EditFormat.vue2.js +4 -4
  14. package/es/components/button-print/src/components/IdentityVerification.vue2.js +17 -17
  15. package/es/components/button-print/src/components/NewPrintComponent.vue2.js +34 -34
  16. package/es/components/button-print/src/components/OldPrintComponent.vue2.js +11 -11
  17. package/es/components/button-print/src/components/Preview.vue2.js +2 -2
  18. package/es/components/button-print/src/utils/dialog.js +6 -6
  19. package/es/components/button-print/src/utils/print.js +21 -21
  20. package/es/components/callback/src/components/render/popupMaps.d.ts +1 -1
  21. package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +2 -2
  22. package/es/components/card-reader-sdk/src/utils/readHealthCard.js +4 -4
  23. package/es/components/card-reader-sdk-cn/src/henan/index.js +5 -5
  24. package/es/components/classification/src/components/search-filter/index.vue2.js +6 -6
  25. package/es/components/classification/src/components/set-classification/index.vue2.js +5 -5
  26. package/es/components/classification/src/components/table-modal/index.vue2.js +45 -45
  27. package/es/components/classification/src/index.vue2.js +42 -42
  28. package/es/components/default-page/src/constants/index.js +19 -19
  29. package/es/components/default-page/src/index.vue2.js +2 -2
  30. package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +10 -10
  31. package/es/components/expand-field/src/components/FormItemPerson.vue2.js +4 -4
  32. package/es/components/expand-field/src/components/PersonModal.vue2.js +6 -6
  33. package/es/components/expand-field/src/components/form.vue2.js +87 -87
  34. package/es/components/expand-field/src/index.vue2.js +16 -16
  35. package/es/components/expand-field/src/utils/constant.js +12 -12
  36. package/es/components/fabric-chart/src/components/PopupMenu.js +4 -4
  37. package/es/components/fabric-chart/src/constants/index.js +10 -10
  38. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +3 -3
  39. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcess.js +2 -2
  40. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +5 -5
  41. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +2 -2
  42. package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +6 -6
  43. package/es/components/fabric-chart/src/hooks/useCommon.js +4 -4
  44. package/es/components/field-editor/index.d.ts +1 -1
  45. package/es/components/field-editor/src/FieldEditor.vue.d.ts +1 -1
  46. package/es/components/field-editor/src/fields.js +30 -30
  47. package/es/components/field-set/src/FieldColor.vue2.js +15 -15
  48. package/es/components/field-set/src/FieldFilter.vue2.js +8 -8
  49. package/es/components/field-set/src/FieldSet.vue2.js +37 -37
  50. package/es/components/field-set/src/Index.vue2.js +6 -6
  51. package/es/components/field-set/src/TableStyle.vue2.js +9 -9
  52. package/es/components/field-set/src/components/condition.vue2.js +8 -8
  53. package/es/components/field-set/src/components/edit-dialog.vue2.js +23 -23
  54. package/es/components/field-set/src/components/edit-filter.vue2.js +4 -4
  55. package/es/components/field-set/src/components/table-row.vue2.js +25 -25
  56. package/es/components/field-set/src/constants/filter.js +42 -42
  57. package/es/components/field-set/src/constants/index.js +64 -64
  58. package/es/components/form-config/index.d.ts +9 -9
  59. package/es/components/form-config/src/FormConfig.vue.d.ts +9 -9
  60. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +1 -1
  61. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +4 -4
  62. package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +1 -1
  63. package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +26 -26
  64. package/es/components/form-config/src/constants/index.js +11 -11
  65. package/es/components/form-config/src/hooks/useLocale.js +31 -31
  66. package/es/components/form-render/index.d.ts +1 -1
  67. package/es/components/form-render/src/FormRender.vue.d.ts +1 -1
  68. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +1 -1
  69. package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.js +2 -2
  70. package/es/components/form-render/src/components/renderer/combination/jsonCombination.js +2 -2
  71. package/es/components/form-render/src/components/renderer/combination/tableCombination.js +2 -2
  72. package/es/components/form-render/src/components/renderer/input.js +1 -1
  73. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +1 -1
  74. package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +1 -1
  75. package/es/components/form-render/src/components/renderer/radio_checkbox.js +2 -2
  76. package/es/components/form-render/src/components/renderer/remoteSearch.js +2 -2
  77. package/es/components/form-render/src/components/renderer/switch.js +4 -4
  78. package/es/components/form-render/src/components/renderer/textarea.js +1 -1
  79. package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +2 -2
  80. package/es/components/form-render/src/types/index.d.ts +2 -2
  81. package/es/components/form-render/src/utils/schema.js +4 -4
  82. package/es/components/iho-chat/src/Index.vue2.js +2 -2
  83. package/es/components/iho-chat/src/components/ChatAdd.vue2.js +16 -16
  84. package/es/components/iho-chat/src/components/ChatFile.vue2.js +13 -13
  85. package/es/components/iho-chat/src/components/ChatFooter.vue2.js +24 -24
  86. package/es/components/iho-chat/src/components/ChatHeader.vue2.js +10 -10
  87. package/es/components/iho-chat/src/components/ChatMain.vue2.js +10 -10
  88. package/es/components/iho-chat/src/components/ChatRecord.vue2.js +13 -13
  89. package/es/components/iho-chat/src/components/ChatSearch.vue2.js +18 -18
  90. package/es/components/iho-chat/src/components/ChatSet.vue2.js +25 -25
  91. package/es/components/iho-chat/src/components/ContextMenu.js +7 -7
  92. package/es/components/iho-chat/src/components/MessageEvent.vue2.js +4 -4
  93. package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +2 -2
  94. package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +12 -12
  95. package/es/components/iho-chat/src/components/PersonProfile.vue2.js +9 -9
  96. package/es/components/iho-chat/src/components/SelectLabel.vue2.js +2 -2
  97. package/es/components/iho-chat/src/components/SiderList.vue2.js +12 -12
  98. package/es/components/iho-chat/src/components/Video.vue2.js +5 -5
  99. package/es/components/iho-chat/src/hooks/useVideo.js +2 -2
  100. package/es/components/iho-chat/src/utils/index.js +14 -14
  101. package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.js +2 -2
  102. package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +9 -9
  103. package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue2.js +9 -9
  104. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +11 -11
  105. package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +4 -4
  106. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +3 -3
  107. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +13 -13
  108. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +9 -9
  109. package/es/components/info-header/index.d.ts +7 -7
  110. package/es/components/info-header/src/InfoHeader.vue.d.ts +7 -7
  111. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +1 -1
  112. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +1 -1
  113. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +2 -2
  114. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +1 -1
  115. package/es/components/info-header/src/components/patientInfo/index.vue2.js +21 -21
  116. package/es/components/keyboard/src/Keyboard.vue2.js +7 -7
  117. package/es/components/keyboard/src/components/NumberPanel.vue2.js +6 -6
  118. package/es/components/map/src/Map.vue2.js +2 -2
  119. package/es/components/picture-clipper/src/PictureClipper.vue2.js +4 -4
  120. package/es/components/quick-search/src/index.vue2.js +21 -21
  121. package/es/components/recommend-search/src/components/BaseSearch.js +2 -2
  122. package/es/components/recommend-search/src/components/RecommendInput.vue2.js +4 -4
  123. package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +3 -3
  124. package/es/components/scale-view/index.d.ts +1 -1
  125. package/es/components/scale-view/src/ScaleView.vue.d.ts +1 -1
  126. package/es/components/scale-view/src/ScaleView.vue2.js +5 -5
  127. package/es/components/scale-view/src/components/NoData.vue2.js +4 -4
  128. package/es/components/scale-view/src/components/formitem/r-cascader.js +2 -2
  129. package/es/components/scale-view/src/components/formitem/r-checkbox.js +6 -6
  130. package/es/components/scale-view/src/components/formitem/r-input.js +2 -2
  131. package/es/components/scale-view/src/components/formitem/r-map.js +2 -2
  132. package/es/components/scale-view/src/components/formitem/r-radio.js +6 -6
  133. package/es/components/scale-view/src/components/formitem/r-select.js +2 -2
  134. package/es/components/scale-view/src/components/formitem/r-sign.js +7 -7
  135. package/es/components/scale-view/src/components/formitem/standard-modal.js +3 -3
  136. package/es/components/scale-view/src/hooks/scaleview-computed.js +5 -5
  137. package/es/components/scale-view/src/hooks/scaleview-init.d.ts +1 -1
  138. package/es/components/scale-view/src/hooks/scaleview-init.js +2 -2
  139. package/es/components/scale-view/src/hooks/scaleview-methods.js +4 -4
  140. package/es/components/scale-view/src/hooks/scaleview-submit.js +3 -3
  141. package/es/components/scale-view/src/hooks/scaleview-validate.js +9 -9
  142. package/es/components/search-cascader/src/SearchCascader.vue2.js +2 -2
  143. package/es/components/select-label/src/LabelFormContent.vue2.js +7 -7
  144. package/es/components/select-label/src/SelectLabel.vue2.js +13 -13
  145. package/es/components/select-label/src/components/label-classify.vue2.js +5 -5
  146. package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +3 -3
  147. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +6 -6
  148. package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +3 -3
  149. package/es/components/select-person/src/SelectPerson.vue2.js +16 -16
  150. package/es/components/select-person/src/SelectPersonType.vue2.js +13 -13
  151. package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +2 -2
  152. package/es/components/select-person/src/index.vue2.js +3 -3
  153. package/es/components/shortcut-setter/index.d.ts +1 -1
  154. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +1 -1
  155. package/es/components/slider-tree/src/index.vue2.js +3 -3
  156. package/es/components/table-export-field/src/components/ExportModal.vue2.js +23 -25
  157. package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +19 -19
  158. package/es/components/table-export-field/src/index.vue2.js +6 -6
  159. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +5 -5
  160. package/es/components/table-filter/src/components/bi-filter/helpers/options.js +34 -34
  161. package/es/components/table-filter/src/components/bi-filter/index.vue2.js +19 -19
  162. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +3 -3
  163. package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +2 -2
  164. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +6 -6
  165. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +5 -5
  166. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +3 -3
  167. package/es/components/table-filter/src/components/classify-filter/helpers/options.js +3 -3
  168. package/es/components/table-filter/src/components/classify-filter/hooks/useDisplayCategory.js +2 -2
  169. package/es/components/table-filter/src/components/classify-filter/index.vue2.js +17 -17
  170. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +5 -5
  171. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +4 -4
  172. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +6 -6
  173. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +3 -3
  174. package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +2 -2
  175. package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +3 -3
  176. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +3 -3
  177. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +6 -6
  178. package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +207 -207
  179. package/es/components/table-filter/src/components/render-widget/helpers/selectExtraMap.js +2 -2
  180. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +3 -3
  181. package/es/components/table-filter/src/tool/baseOptions.js +19 -19
  182. package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +8 -8
  183. package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +2 -2
  184. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +2 -2
  185. package/es/components/vod-chunk-upload/src/vod-upload-modal.js +4 -4
  186. package/es/shared/package.json.js +1 -1
  187. package/package.json +2 -2
@@ -12,7 +12,7 @@ import '../../../shortcut-provider/index.js';
12
12
  import { encapBrowserLog } from '../../../../shared/utils/index.js';
13
13
  import { useShortcuts } from '../../../shortcut-provider/src/hooks/useShortcuts.js';
14
14
 
15
- var _a, _b, _c, _d, _e, _f, _g;
15
+ var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r, _s, _t, _u;
16
16
  const _hoisted_1 = {
17
17
  class: "newprint-button-outer"
18
18
  };
@@ -22,7 +22,7 @@ const _hoisted_2 = {
22
22
  };
23
23
  const _hoisted_3 = /* @__PURE__ */ createElementVNode("span", {
24
24
  class: "label bold"
25
- }, ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.473")) || "\u5916\u663E\u8BBE\u7F6E", -1);
25
+ }, ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.473")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.473")) || "\u5916\u663E\u8BBE\u7F6E", -1);
26
26
  const _hoisted_4 = {
27
27
  class: "print-lite"
28
28
  };
@@ -88,23 +88,23 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
88
88
  type: Array
89
89
  },
90
90
  btnText: {
91
- default: ((_b = window.getLanguageByCode) == null ? void 0 : _b.call(window, "10010.1.478")) || "\u6253\u5370",
91
+ default: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.478")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.478")) || "\u6253\u5370",
92
92
  type: String
93
93
  },
94
94
  printText: {
95
- default: ((_c = window.getLanguageByCode) == null ? void 0 : _c.call(window, "10010.1.479")) || "\u76F4\u63A5\u6253\u5370",
95
+ default: ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.479")) || ((_i = (_h = window.top) == null ? void 0 : _h.getLanguageByCode) == null ? void 0 : _i.call(_h, "10010.1.479")) || "\u76F4\u63A5\u6253\u5370",
96
96
  type: String
97
97
  },
98
98
  previewText: {
99
- default: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.480")) || "\u6253\u5370\u9884\u89C8",
99
+ default: ((_j = window.getLanguageByCode) == null ? void 0 : _j.call(window, "10010.1.480")) || ((_l = (_k = window.top) == null ? void 0 : _k.getLanguageByCode) == null ? void 0 : _l.call(_k, "10010.1.480")) || "\u6253\u5370\u9884\u89C8",
100
100
  type: String
101
101
  },
102
102
  pdfLoadText: {
103
- default: ((_e = window.getLanguageByCode) == null ? void 0 : _e.call(window, "10010.1.481")) || "\u4E0B\u8F7Dpdf",
103
+ default: ((_m = window.getLanguageByCode) == null ? void 0 : _m.call(window, "10010.1.481")) || ((_o = (_n = window.top) == null ? void 0 : _n.getLanguageByCode) == null ? void 0 : _o.call(_n, "10010.1.481")) || "\u4E0B\u8F7Dpdf",
104
104
  type: String
105
105
  },
106
106
  formatEditText: {
107
- default: ((_f = window.getLanguageByCode) == null ? void 0 : _f.call(window, "10010.1.482")) || "\u683C\u5F0F\u7F16\u8F91",
107
+ default: ((_p = window.getLanguageByCode) == null ? void 0 : _p.call(window, "10010.1.482")) || ((_r = (_q = window.top) == null ? void 0 : _q.getLanguageByCode) == null ? void 0 : _r.call(_q, "10010.1.482")) || "\u683C\u5F0F\u7F16\u8F91",
108
108
  type: String
109
109
  },
110
110
  prevFn: {
@@ -124,7 +124,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
124
124
  type: Function
125
125
  },
126
126
  noDataMsg: {
127
- default: ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.483")) || "\u8BF7\u9009\u4E2D\u9700\u8981\u6253\u5370\u7684\u6570\u636E",
127
+ default: ((_s = window.getLanguageByCode) == null ? void 0 : _s.call(window, "10010.1.483")) || ((_u = (_t = window.top) == null ? void 0 : _t.getLanguageByCode) == null ? void 0 : _u.call(_t, "10010.1.483")) || "\u8BF7\u9009\u4E2D\u9700\u8981\u6253\u5370\u7684\u6570\u636E",
128
128
  type: String
129
129
  },
130
130
  token: {
@@ -187,14 +187,14 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
187
187
  setup(__props, {
188
188
  expose
189
189
  }) {
190
- var _a2, _b2, _c2;
190
+ var _a2, _b2, _c2, _d2, _e2, _f2, _g2, _h2, _i2;
191
191
  const props = __props;
192
192
  String(navigator.platform).toLowerCase().includes("linux");
193
193
  const baseDownListSetting = [{
194
- label: ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.476")) || "\u5206\u5272\u7EBF",
194
+ label: ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.476")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.476")) || "\u5206\u5272\u7EBF",
195
195
  key: "divider"
196
196
  }, {
197
- label: ((_b2 = window.getLanguageByCode) == null ? void 0 : _b2.call(window, "10010.1.473")) || "\u5916\u663E\u8BBE\u7F6E",
197
+ label: ((_d2 = window.getLanguageByCode) == null ? void 0 : _d2.call(window, "10010.1.473")) || ((_f2 = (_e2 = window.top) == null ? void 0 : _e2.getLanguageByCode) == null ? void 0 : _f2.call(_e2, "10010.1.473")) || "\u5916\u663E\u8BBE\u7F6E",
198
198
  key: "outSetting"
199
199
  }];
200
200
  const $message = useMessage();
@@ -234,7 +234,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
234
234
  label: props.formatEditText,
235
235
  key: "formatEditText"
236
236
  }, {
237
- label: ((_c2 = window.getLanguageByCode) == null ? void 0 : _c2.call(window, "10010.1.484")) || "\u91CD\u7F6E\u6253\u5370\u673A",
237
+ label: ((_g2 = window.getLanguageByCode) == null ? void 0 : _g2.call(window, "10010.1.484")) || ((_i2 = (_h2 = window.top) == null ? void 0 : _h2.getLanguageByCode) == null ? void 0 : _i2.call(_h2, "10010.1.484")) || "\u91CD\u7F6E\u6253\u5370\u673A",
238
238
  key: "resetPrinter"
239
239
  }]);
240
240
  const downlistOperation = reactive({
@@ -256,8 +256,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
256
256
  return state.formatList.find((item) => item.id === id);
257
257
  });
258
258
  computed(() => {
259
- var _a3, _b3;
260
- return ((_a3 = currentFormatItem.value) == null ? void 0 : _a3.name) || ((_b3 = window.getLanguageByCode) == null ? void 0 : _b3.call(window, "10010.1.485")) || "\u683C\u5F0F\u9009\u62E9";
259
+ var _a3, _b3, _c3, _d3;
260
+ return ((_a3 = currentFormatItem.value) == null ? void 0 : _a3.name) || ((_b3 = window.getLanguageByCode) == null ? void 0 : _b3.call(window, "10010.1.485")) || ((_d3 = (_c3 = window.top) == null ? void 0 : _c3.getLanguageByCode) == null ? void 0 : _d3.call(_c3, "10010.1.485")) || "\u683C\u5F0F\u9009\u62E9";
261
261
  });
262
262
  const getTemplateIdByFormatId = computed(() => {
263
263
  let find = state.formatList.find((item) => item.id === state.currentFormatId);
@@ -423,9 +423,9 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
423
423
  emit("cancel", res);
424
424
  };
425
425
  const prevFnError = (type) => {
426
- var _a3;
426
+ var _a3, _b3, _c3;
427
427
  const error = {
428
- message: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.486")) || "\u524D\u7F6E\u6761\u4EF6\u6267\u884C\u9519\u8BEF",
428
+ message: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.486")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.486")) || "\u524D\u7F6E\u6761\u4EF6\u6267\u884C\u9519\u8BEF",
429
429
  type,
430
430
  preExecution: true
431
431
  };
@@ -676,7 +676,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
676
676
  });
677
677
  };
678
678
  const handleResetPrinter = async (curPrintParamList = [], templateCode, templateId, formatId) => {
679
- var _a3, _b3, _c3;
679
+ var _a3, _b3, _c3, _d3, _e3, _f3, _g3, _h3, _i3;
680
680
  if (props.showLoading && getCurrentLoading())
681
681
  return;
682
682
  toggleExpandLoading(true, formatId);
@@ -684,13 +684,13 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
684
684
  const data = await printInstance.resetPrinter(formatId, state.iReportExecuteMode);
685
685
  toggleExpandLoading(false);
686
686
  if ((data == null ? void 0 : data.result) == "success") {
687
- $message.success((data == null ? void 0 : data.message) || ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.487")) || "\u91CD\u7F6E\u6253\u5370\u673A\u6210\u529F");
687
+ $message.success((data == null ? void 0 : data.message) || ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.487")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.487")) || "\u91CD\u7F6E\u6253\u5370\u673A\u6210\u529F");
688
688
  return;
689
689
  }
690
- $message.warning((data == null ? void 0 : data.message) || ((_b3 = window.getLanguageByCode) == null ? void 0 : _b3.call(window, "10010.1.488")) || "\u91CD\u7F6E\u6253\u5370\u673A\u5931\u8D25");
690
+ $message.warning((data == null ? void 0 : data.message) || ((_d3 = window.getLanguageByCode) == null ? void 0 : _d3.call(window, "10010.1.488")) || ((_f3 = (_e3 = window.top) == null ? void 0 : _e3.getLanguageByCode) == null ? void 0 : _f3.call(_e3, "10010.1.488")) || "\u91CD\u7F6E\u6253\u5370\u673A\u5931\u8D25");
691
691
  } catch (error) {
692
692
  toggleExpandLoading(false);
693
- $message.warning((error == null ? void 0 : error.message) || ((_c3 = window.getLanguageByCode) == null ? void 0 : _c3.call(window, "10010.1.488")) || "\u91CD\u7F6E\u6253\u5370\u673A\u5931\u8D25");
693
+ $message.warning((error == null ? void 0 : error.message) || ((_g3 = window.getLanguageByCode) == null ? void 0 : _g3.call(window, "10010.1.488")) || ((_i3 = (_h3 = window.top) == null ? void 0 : _h3.getLanguageByCode) == null ? void 0 : _i3.call(_h3, "10010.1.488")) || "\u91CD\u7F6E\u6253\u5370\u673A\u5931\u8D25");
694
694
  }
695
695
  };
696
696
  const handleSelect = async (type, {
@@ -1116,8 +1116,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
1116
1116
  "onUpdate:checked": ($event) => sItem.selected = $event
1117
1117
  }, {
1118
1118
  default: withCtx(() => {
1119
- var _a3;
1120
- return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.474")) || "\u5916\u663E")];
1119
+ var _a3, _b3, _c3;
1120
+ return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.474")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.474")) || "\u5916\u663E")];
1121
1121
  }),
1122
1122
  _: 2
1123
1123
  }, 1032, ["checked", "onUpdate:checked"])])]);
@@ -1127,8 +1127,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
1127
1127
  onClick: savePrintOutSetting
1128
1128
  }, {
1129
1129
  default: withCtx(() => {
1130
- var _a3;
1131
- return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.244")) || "\u4FDD\u5B58")];
1130
+ var _a3, _b3, _c3;
1131
+ return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.244")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.244")) || "\u4FDD\u5B58")];
1132
1132
  }),
1133
1133
  _: 1
1134
1134
  }), unref(showSettingItems) && unref(showSettingItems).length > 1 ? (openBlock(), createBlock(unref(NCheckbox), {
@@ -1137,8 +1137,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
1137
1137
  "onUpdate:checked": _cache[1] || (_cache[1] = ($event) => isRef(isSelectedAll) ? isSelectedAll.value = $event : null)
1138
1138
  }, {
1139
1139
  default: withCtx(() => {
1140
- var _a3;
1141
- return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.37")) || "\u5168\u9009")];
1140
+ var _a3, _b3, _c3;
1141
+ return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.37")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.37")) || "\u5168\u9009")];
1142
1142
  }),
1143
1143
  _: 1
1144
1144
  }, 8, ["checked"])) : createCommentVNode("v-if", true)])])], 4)]),
@@ -1173,8 +1173,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
1173
1173
  size: "18"
1174
1174
  }, null, 8, ["component"])]),
1175
1175
  default: withCtx(() => {
1176
- var _a3;
1177
- return [createTextVNode(" " + toDisplayString(unref(isShowPrintAllBtn) ? ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.475")) || "\u6253\u5370\u5168\u90E8" : __props.btnText) + " ", 1), unref(printAllShortcut) ? (openBlock(), createElementBlock("span", _hoisted_8, toDisplayString(unref(printAllShortcut)), 1)) : createCommentVNode("v-if", true)];
1176
+ var _a3, _b3, _c3;
1177
+ return [createTextVNode(" " + toDisplayString(unref(isShowPrintAllBtn) ? ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.475")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.475")) || "\u6253\u5370\u5168\u90E8" : __props.btnText) + " ", 1), unref(printAllShortcut) ? (openBlock(), createElementBlock("span", _hoisted_8, toDisplayString(unref(printAllShortcut)), 1)) : createCommentVNode("v-if", true)];
1178
1178
  }),
1179
1179
  _: 1
1180
1180
  }, 16, ["loading", "class"]), createVNode(unref(NButton), mergeProps({
@@ -1234,8 +1234,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
1234
1234
  "onUpdate:checked": ($event) => sItem.selected = $event
1235
1235
  }, {
1236
1236
  default: withCtx(() => {
1237
- var _a3;
1238
- return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.474")) || "\u5916\u663E")];
1237
+ var _a3, _b3, _c3;
1238
+ return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.474")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.474")) || "\u5916\u663E")];
1239
1239
  }),
1240
1240
  _: 2
1241
1241
  }, 1032, ["checked", "onUpdate:checked"])])]);
@@ -1245,8 +1245,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
1245
1245
  onClick: savePrintOutSetting
1246
1246
  }, {
1247
1247
  default: withCtx(() => {
1248
- var _a3;
1249
- return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.244")) || "\u4FDD\u5B58")];
1248
+ var _a3, _b3, _c3;
1249
+ return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.244")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.244")) || "\u4FDD\u5B58")];
1250
1250
  }),
1251
1251
  _: 1
1252
1252
  }), unref(showSettingItems) && unref(showSettingItems).length > 1 ? (openBlock(), createBlock(unref(NCheckbox), {
@@ -1255,8 +1255,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
1255
1255
  "onUpdate:checked": _cache[6] || (_cache[6] = ($event) => isRef(isSelectedAll) ? isSelectedAll.value = $event : null)
1256
1256
  }, {
1257
1257
  default: withCtx(() => {
1258
- var _a3;
1259
- return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.37")) || "\u5168\u9009")];
1258
+ var _a3, _b3, _c3;
1259
+ return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.37")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.37")) || "\u5168\u9009")];
1260
1260
  }),
1261
1261
  _: 1
1262
1262
  }, 8, ["checked"])) : createCommentVNode("v-if", true)])])], 4)]),
@@ -10,7 +10,7 @@ import { format } from 'date-fns';
10
10
  import { savePrivateFormatApi, getPrivateFormatApi } from '../api.js';
11
11
  import { cloneDeep } from 'lodash-es';
12
12
 
13
- var _a, _b, _c, _d, _e, _f;
13
+ var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r;
14
14
  var _sfc_main = /* @__PURE__ */ defineComponent({
15
15
  __name: "OldPrintComponent",
16
16
  props: {
@@ -22,23 +22,23 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
22
22
  type: Array
23
23
  },
24
24
  btnText: {
25
- default: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.478")) || "\u6253\u5370",
25
+ default: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.478")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.478")) || "\u6253\u5370",
26
26
  type: String
27
27
  },
28
28
  printText: {
29
- default: ((_b = window.getLanguageByCode) == null ? void 0 : _b.call(window, "10010.1.479")) || "\u76F4\u63A5\u6253\u5370",
29
+ default: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.479")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.479")) || "\u76F4\u63A5\u6253\u5370",
30
30
  type: String
31
31
  },
32
32
  previewText: {
33
- default: ((_c = window.getLanguageByCode) == null ? void 0 : _c.call(window, "10010.1.480")) || "\u6253\u5370\u9884\u89C8",
33
+ default: ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.480")) || ((_i = (_h = window.top) == null ? void 0 : _h.getLanguageByCode) == null ? void 0 : _i.call(_h, "10010.1.480")) || "\u6253\u5370\u9884\u89C8",
34
34
  type: String
35
35
  },
36
36
  pdfLoadText: {
37
- default: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.481")) || "\u4E0B\u8F7Dpdf",
37
+ default: ((_j = window.getLanguageByCode) == null ? void 0 : _j.call(window, "10010.1.481")) || ((_l = (_k = window.top) == null ? void 0 : _k.getLanguageByCode) == null ? void 0 : _l.call(_k, "10010.1.481")) || "\u4E0B\u8F7Dpdf",
38
38
  type: String
39
39
  },
40
40
  formatEditText: {
41
- default: ((_e = window.getLanguageByCode) == null ? void 0 : _e.call(window, "10010.1.482")) || "\u683C\u5F0F\u7F16\u8F91",
41
+ default: ((_m = window.getLanguageByCode) == null ? void 0 : _m.call(window, "10010.1.482")) || ((_o = (_n = window.top) == null ? void 0 : _n.getLanguageByCode) == null ? void 0 : _o.call(_n, "10010.1.482")) || "\u683C\u5F0F\u7F16\u8F91",
42
42
  type: String
43
43
  },
44
44
  prevFn: {
@@ -62,7 +62,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
62
62
  type: Function
63
63
  },
64
64
  noDataMsg: {
65
- default: ((_f = window.getLanguageByCode) == null ? void 0 : _f.call(window, "10010.1.483")) || "\u8BF7\u9009\u4E2D\u9700\u8981\u6253\u5370\u7684\u6570\u636E",
65
+ default: ((_p = window.getLanguageByCode) == null ? void 0 : _p.call(window, "10010.1.483")) || ((_r = (_q = window.top) == null ? void 0 : _q.getLanguageByCode) == null ? void 0 : _r.call(_q, "10010.1.483")) || "\u8BF7\u9009\u4E2D\u9700\u8981\u6253\u5370\u7684\u6570\u636E",
66
66
  type: String
67
67
  },
68
68
  noDefaultFormatMsg: {
@@ -169,8 +169,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
169
169
  return state.formatList.find((item) => item.id === id);
170
170
  });
171
171
  const formatTitle = computed(() => {
172
- var _a3, _b2;
173
- return ((_a3 = currentFormatItem.value) == null ? void 0 : _a3.name) || ((_b2 = window.getLanguageByCode) == null ? void 0 : _b2.call(window, "10010.1.485")) || "\u683C\u5F0F\u9009\u62E9";
172
+ var _a3, _b2, _c2, _d2;
173
+ return ((_a3 = currentFormatItem.value) == null ? void 0 : _a3.name) || ((_b2 = window.getLanguageByCode) == null ? void 0 : _b2.call(window, "10010.1.485")) || ((_d2 = (_c2 = window.top) == null ? void 0 : _c2.getLanguageByCode) == null ? void 0 : _d2.call(_c2, "10010.1.485")) || "\u683C\u5F0F\u9009\u62E9";
174
174
  });
175
175
  const getTemplateIdByFormatId = computed(() => {
176
176
  let find = state.formatList.find((item) => item.id === state.currentFormatId);
@@ -229,9 +229,9 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
229
229
  emit("cancel", res);
230
230
  };
231
231
  const prevFnError = (type) => {
232
- var _a3;
232
+ var _a3, _b2, _c2;
233
233
  const error = {
234
- message: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.486")) || "\u524D\u7F6E\u6761\u4EF6\u6267\u884C\u9519\u8BEF",
234
+ message: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.486")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.486")) || "\u524D\u7F6E\u6761\u4EF6\u6267\u884C\u9519\u8BEF",
235
235
  type,
236
236
  preExecution: true
237
237
  };
@@ -34,8 +34,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
34
34
  }, 300);
35
35
  });
36
36
  function titleRender() {
37
- var _a;
38
- return createVNode(Fragment, null, [createVNode("div", null, [createTextVNode(((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.490")) || "\u9884\u89C8")]), createVNode(NIcon, {
37
+ var _a, _b, _c;
38
+ return createVNode(Fragment, null, [createVNode("div", null, [createTextVNode(((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.490")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.490")) || "\u9884\u89C8")]), createVNode(NIcon, {
39
39
  "style": {
40
40
  margin: "0 0 0 auto",
41
41
  transform: isNormalSize.value ? "none" : "rotate(90deg)"
@@ -11,9 +11,9 @@ class IdentityVerificationDialog {
11
11
  return `[IdentityVerificationDialog] ${message}`;
12
12
  }
13
13
  show(instance, title, api, formatId, templateId) {
14
- var _a;
14
+ var _a, _b, _c;
15
15
  if (this.rendered)
16
- return Promise.reject(IdentityVerificationDialog.createMsg(((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.491")) || "\u8BF7\u52FF\u91CD\u590D\u6253\u5F00\u5F39\u7A97"));
16
+ return Promise.reject(IdentityVerificationDialog.createMsg(((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.491")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.491")) || "\u8BF7\u52FF\u91CD\u590D\u6253\u5F00\u5F39\u7A97"));
17
17
  return new Promise((resolve, reject) => {
18
18
  this.rendered = true;
19
19
  const container = document.createElement("div");
@@ -36,8 +36,8 @@ class IdentityVerificationDialog {
36
36
  mount(container);
37
37
  nextTick(() => visible.value = true);
38
38
  function onClose() {
39
- var _a2;
40
- reject(IdentityVerificationDialog.createMsg(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.492")) || "\u5F39\u7A97\u5173\u95ED"));
39
+ var _a2, _b2, _c2;
40
+ reject(IdentityVerificationDialog.createMsg(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.492")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.492")) || "\u5F39\u7A97\u5173\u95ED"));
41
41
  }
42
42
  function onSuccess(token) {
43
43
  resolve(token);
@@ -64,9 +64,9 @@ class PreviewDialog {
64
64
  return `[PreviewDialog] ${message}`;
65
65
  }
66
66
  show(instance, src) {
67
- var _a;
67
+ var _a, _b, _c;
68
68
  if (this.rendered)
69
- return Promise.reject(PreviewDialog.createMsg(((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.491")) || "\u8BF7\u52FF\u91CD\u590D\u6253\u5F00\u5F39\u7A97"));
69
+ return Promise.reject(PreviewDialog.createMsg(((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.491")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.491")) || "\u8BF7\u52FF\u91CD\u590D\u6253\u5F00\u5F39\u7A97"));
70
70
  return new Promise((resolve, reject) => {
71
71
  this.rendered = true;
72
72
  const container = document.createElement("div");
@@ -55,7 +55,7 @@ class Print {
55
55
  this.getIReportFormatId = (isIReport2, formatId) => {
56
56
  return isIReport2 ? formatId.split("_")[1] : formatId;
57
57
  };
58
- var _a, _b, _c, _d;
58
+ var _a, _b, _c, _d, _e, _f;
59
59
  if (printInstance)
60
60
  return printInstance;
61
61
  printInstance = this;
@@ -79,15 +79,15 @@ class Print {
79
79
  } catch (e) {
80
80
  const errorMsg = "\u5F53\u524D\u6D4F\u89C8\u5668\u7248\u672C\u4E0D\u652F\u6301\u83B7\u53D6\u914D\u7F6E\u63A5\u53E3";
81
81
  this._handleMonitorNotify(errorMsg);
82
- console.log((((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.494")) || "\u975E\u5C01\u88C5\u6D4F\u89C8\u5668\u6216\u8005") + errorMsg);
82
+ console.log((((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.494")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.494")) || "\u975E\u5C01\u88C5\u6D4F\u89C8\u5668\u6216\u8005") + errorMsg);
83
83
  }
84
84
  }
85
85
  messageHandler(e) {
86
- var _a, _b;
86
+ var _a, _b, _c, _d;
87
87
  console.log("\u6253\u5370\u4E8B\u4EF6message", e);
88
88
  if (!e) {
89
89
  this._handleMonitorNotify("\u63A5\u6536\u5230\u7A7A\u7684\u6D4F\u89C8\u5668\u4E8B\u4EF6\uFF0C" + e);
90
- return console.log("\u5F53\u524D\u56DE\u6267", e, ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.493")) || "\u63A5\u6536\u5230\u7A7A\u7684\u6D4F\u89C8\u5668\u4E8B\u4EF6");
90
+ return console.log("\u5F53\u524D\u56DE\u6267", e, ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.493")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.493")) || "\u63A5\u6536\u5230\u7A7A\u7684\u6D4F\u89C8\u5668\u4E8B\u4EF6");
91
91
  }
92
92
  let data;
93
93
  try {
@@ -118,7 +118,7 @@ class Print {
118
118
  reject(e2);
119
119
  }
120
120
  } else if ((data == null ? void 0 : data.exec) === "config") {
121
- this.downloadPath = ((_b = data.res) == null ? void 0 : _b.downloadpath) || "";
121
+ this.downloadPath = ((_d = data.res) == null ? void 0 : _d.downloadpath) || "";
122
122
  }
123
123
  }
124
124
  _initDomesticSystem(cb) {
@@ -293,7 +293,7 @@ class Print {
293
293
  });
294
294
  }
295
295
  async resetPrinter(originFormatId, iReportExecuteMode) {
296
- var _a;
296
+ var _a, _b, _c;
297
297
  const iReportStatus = isIReport(originFormatId);
298
298
  const formatId = this.getIReportFormatId(iReportStatus, originFormatId);
299
299
  if (iReportStatus && (isDomestic || iReportExecuteMode == 2)) {
@@ -302,7 +302,7 @@ class Print {
302
302
  return {
303
303
  type: "notInstalledApp",
304
304
  result: "error",
305
- message: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.496")) || "\u8BF7\u5F00\u542FihoPrint\u5BA2\u6237\u7AEF"
305
+ message: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.496")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.496")) || "\u8BF7\u5F00\u542FihoPrint\u5BA2\u6237\u7AEF"
306
306
  };
307
307
  }
308
308
  return httpFn({
@@ -440,9 +440,9 @@ class Print {
440
440
  });
441
441
  }
442
442
  _handleResult(data, errorCallbackFn, cancelCallbackFn) {
443
- var _a;
443
+ var _a, _b, _c;
444
444
  if (!data) {
445
- const message = ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.497")) || "\u6253\u5370\u547D\u4EE4\u8FD4\u56DE\u7A7A\u6570\u636E";
445
+ const message = ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.497")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.497")) || "\u6253\u5370\u547D\u4EE4\u8FD4\u56DE\u7A7A\u6570\u636E";
446
446
  this._handleMonitorNotify("");
447
447
  errorCallbackFn == null ? void 0 : errorCallbackFn({
448
448
  type: "printError",
@@ -476,12 +476,12 @@ class Print {
476
476
  return data;
477
477
  }
478
478
  _handleResultTest(result, errorCallbackFn) {
479
- var _a;
479
+ var _a, _b, _c;
480
480
  if (!result) {
481
481
  console.log("notInstalledApp");
482
482
  errorCallbackFn == null ? void 0 : errorCallbackFn({
483
483
  type: "notInstalledApp",
484
- message: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.498")) || "\u8BF7\u6253\u5F00\u6253\u5370\u670D\u52A1\u5668\u63D2\u4EF6",
484
+ message: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.498")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.498")) || "\u8BF7\u6253\u5F00\u6253\u5370\u670D\u52A1\u5668\u63D2\u4EF6",
485
485
  result: "error"
486
486
  });
487
487
  return false;
@@ -723,7 +723,7 @@ class Print {
723
723
  btnprint,
724
724
  messageTimeout = 0
725
725
  }, successCallbackFn, errorCallbackFn) {
726
- var _a;
726
+ var _a, _b, _c;
727
727
  const iReportStatus = isIReport(originFormatId);
728
728
  const formatId = this.getIReportFormatId(iReportStatus, originFormatId);
729
729
  if (iReportStatus && (isDomestic || iReportExecuteMode == 2)) {
@@ -772,7 +772,7 @@ class Print {
772
772
  await this.getPicAndUpload(handledResult);
773
773
  successCallbackFn == null ? void 0 : successCallbackFn(handledResult);
774
774
  } catch (e) {
775
- const message = ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.499")) || "\u9884\u89C8\u5931\u8D25";
775
+ const message = ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.499")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.499")) || "\u9884\u89C8\u5931\u8D25";
776
776
  const error = (e == null ? void 0 : e.type) === "timeout" ? {
777
777
  ...e,
778
778
  message,
@@ -786,7 +786,7 @@ class Print {
786
786
  }
787
787
  }
788
788
  async printSync(data, successCallbackFn, errorCallbackFn) {
789
- var _a, _b;
789
+ var _a, _b, _c, _d, _e, _f;
790
790
  const _data = data.map((item) => {
791
791
  const inputData = {
792
792
  params: "",
@@ -816,7 +816,7 @@ class Print {
816
816
  data: _data
817
817
  });
818
818
  if (!result || !Array.isArray(result)) {
819
- const message = ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.500")) || "\u6253\u5370\u547D\u4EE4\u8FD4\u56DE\u65E0\u6548\u6570\u636E";
819
+ const message = ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.500")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.500")) || "\u6253\u5370\u547D\u4EE4\u8FD4\u56DE\u65E0\u6548\u6570\u636E";
820
820
  this._handleMonitorNotify(result || "");
821
821
  errorCallbackFn == null ? void 0 : errorCallbackFn({
822
822
  type: "printError",
@@ -837,7 +837,7 @@ class Print {
837
837
  const error = {
838
838
  error: e,
839
839
  result: "error",
840
- message: ((_b = window.getLanguageByCode) == null ? void 0 : _b.call(window, "10010.1.501")) || "\u6253\u5370\u5931\u8D25"
840
+ message: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.501")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.501")) || "\u6253\u5370\u5931\u8D25"
841
841
  };
842
842
  errorCallbackFn == null ? void 0 : errorCallbackFn(error);
843
843
  this._handleMonitorNotify(error);
@@ -859,7 +859,7 @@ class Print {
859
859
  isDownloadFile = true,
860
860
  messageTimeout = 0
861
861
  }, successCallbackFn, errorCallbackFn, cancelCallbackFn, mode = "printDirect") {
862
- var _a, _b, _c;
862
+ var _a, _b, _c, _d, _e, _f, _g, _h, _i;
863
863
  const iReportStatus = isIReport(originFormatId);
864
864
  const formatId = this.getIReportFormatId(iReportStatus, originFormatId);
865
865
  if (iReportStatus && (isDomestic || iReportExecuteMode == 2)) {
@@ -868,12 +868,12 @@ class Print {
868
868
  errorCallbackFn({
869
869
  type: "notInstalledApp",
870
870
  result: "error",
871
- message: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.496")) || "\u8BF7\u5F00\u542FihoPrint\u5BA2\u6237\u7AEF"
871
+ message: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.496")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.496")) || "\u8BF7\u5F00\u542FihoPrint\u5BA2\u6237\u7AEF"
872
872
  });
873
873
  return;
874
874
  }
875
875
  const isAlreadyConnect = this._initDomesticSystem(async (isNewConnect) => {
876
- var _a2;
876
+ var _a2, _b2, _c2;
877
877
  if (isNewConnect) {
878
878
  await this.printToHiPrint({
879
879
  templateId,
@@ -885,7 +885,7 @@ class Print {
885
885
  errorCallbackFn({
886
886
  type: "notInstalledApp",
887
887
  result: "error",
888
- message: ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.502")) || "\u8FDE\u63A5ihoPrint\u5BA2\u6237\u7AEF\u5931\u8D25"
888
+ message: ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.502")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.502")) || "\u8FDE\u63A5ihoPrint\u5BA2\u6237\u7AEF\u5931\u8D25"
889
889
  });
890
890
  }
891
891
  });
@@ -925,7 +925,7 @@ class Print {
925
925
  await this._browserPrint(handledResult, mode);
926
926
  successCallbackFn == null ? void 0 : successCallbackFn(handledResult);
927
927
  } catch (e) {
928
- const message = mode === "printDirect" ? ((_b = window.getLanguageByCode) == null ? void 0 : _b.call(window, "10010.1.501")) || "\u6253\u5370\u5931\u8D25" : ((_c = window.getLanguageByCode) == null ? void 0 : _c.call(window, "10010.1.503")) || "\u4E0B\u8F7D\u5931\u8D25";
928
+ const message = mode === "printDirect" ? ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.501")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.501")) || "\u6253\u5370\u5931\u8D25" : ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.503")) || ((_i = (_h = window.top) == null ? void 0 : _h.getLanguageByCode) == null ? void 0 : _i.call(_h, "10010.1.503")) || "\u4E0B\u8F7D\u5931\u8D25";
929
929
  const error = (e == null ? void 0 : e.type) === "timeout" ? {
930
930
  ...e,
931
931
  message,
@@ -588,7 +588,7 @@ export declare const CallbackMaps: Map<string, {
588
588
  feedbackType: "default" | "tooltip";
589
589
  fixMemoLeak: boolean;
590
590
  lazyRender: boolean;
591
- dialogFn: import("../../../../../shared/types").AnyFn;
591
+ dialogFn: any;
592
592
  }>) => Record<string, import("@formily/json-schema").Stringify<{
593
593
  [key: symbol]: any;
594
594
  [key: `x-${string}`]: any;
@@ -32,14 +32,14 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
32
32
  emit("confirm", valueRef.value);
33
33
  }
34
34
  return (_ctx, _cache) => {
35
- var _a;
35
+ var _a, _b, _c;
36
36
  return openBlock(), createBlock(unref(NModal), mergeProps({
37
37
  preset: "dialog",
38
38
  title: "\u626B\u7801\u7535\u5B50\u5065\u5EB7\u5361",
39
39
  show: __props.show,
40
40
  "close-on-esc": false,
41
41
  "show-icon": false,
42
- "positive-text": ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.428")) || "\u786E\u8BA4"
42
+ "positive-text": ((_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"
43
43
  }, __props.modalProps, {
44
44
  "trap-focus": false,
45
45
  onClose,
@@ -14,9 +14,9 @@ class ReadHealthCard {
14
14
  inputProps,
15
15
  modalProps
16
16
  } = {}) {
17
- var _a;
17
+ var _a, _b, _c;
18
18
  if (this.rendered)
19
- return Promise.reject(ReadHealthCard.createMsg(((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.491")) || "\u8BF7\u52FF\u91CD\u590D\u6253\u5F00\u5F39\u7A97"));
19
+ return Promise.reject(ReadHealthCard.createMsg(((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.491")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.491")) || "\u8BF7\u52FF\u91CD\u590D\u6253\u5F00\u5F39\u7A97"));
20
20
  return new Promise((resolve, reject) => {
21
21
  this.rendered = true;
22
22
  const container = document.createElement("div");
@@ -37,8 +37,8 @@ class ReadHealthCard {
37
37
  mount(container);
38
38
  nextTick(() => visible.value = true);
39
39
  function onClose() {
40
- var _a2;
41
- reject(ReadHealthCard.createMsg(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.492")) || "\u5F39\u7A97\u5173\u95ED"));
40
+ var _a2, _b2, _c2;
41
+ reject(ReadHealthCard.createMsg(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.492")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.492")) || "\u5F39\u7A97\u5173\u95ED"));
42
42
  }
43
43
  function onConfirm(value) {
44
44
  resolve(value);
@@ -2,7 +2,7 @@ import { isString } from 'lodash-es';
2
2
  import '../../../form-render/index.js';
3
3
  import { parseAgeFromContext, parseBirthday } from '../../../form-render/src/utils/business.js';
4
4
 
5
- var _a, _b, _c, _d;
5
+ var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l;
6
6
  const url = "ws://localhost:18880";
7
7
  let websocket = null;
8
8
  let currentTask = null;
@@ -177,10 +177,10 @@ function sexToSexCode(sex) {
177
177
  }
178
178
  const ageCodeMap = {
179
179
  Y: "\u5C81",
180
- M: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.347")) || "\u6708",
181
- D: ((_b = window.getLanguageByCode) == null ? void 0 : _b.call(window, "10010.1.144")) || "\u5929",
182
- H: ((_c = window.getLanguageByCode) == null ? void 0 : _c.call(window, "10010.1.350")) || "\u5C0F\u65F6",
183
- W: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.346")) || "\u5468",
180
+ M: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.347")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.347")) || "\u6708",
181
+ D: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.144")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.144")) || "\u5929",
182
+ H: ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.350")) || ((_i = (_h = window.top) == null ? void 0 : _h.getLanguageByCode) == null ? void 0 : _i.call(_h, "10010.1.350")) || "\u5C0F\u65F6",
183
+ W: ((_j = window.getLanguageByCode) == null ? void 0 : _j.call(window, "10010.1.346")) || ((_l = (_k = window.top) == null ? void 0 : _k.getLanguageByCode) == null ? void 0 : _l.call(_k, "10010.1.346")) || "\u5468",
184
184
  N: "\u5206\u949F"
185
185
  };
186
186
  function birthdayToAge(birthday) {
@@ -4,7 +4,7 @@ import { InjectionClassifyfilterType } from '../../../../table-filter/src/consta
4
4
  import ClassifyFilterConditionByApi from '../../../../table-filter/src/components/classify-filter/index.vue.js';
5
5
  import BiFilterConditionByApi from '../../../../table-filter/src/components/bi-filter/index.vue.js';
6
6
 
7
- var _a;
7
+ var _a, _b, _c;
8
8
  const _hoisted_1 = {
9
9
  class: "svg-wrap"
10
10
  };
@@ -20,7 +20,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
20
20
  },
21
21
  modalTitle: {
22
22
  type: String,
23
- default: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.281")) || "\u8BBE\u7F6E\u5206\u7C7B"
23
+ default: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.281")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.281")) || "\u8BBE\u7F6E\u5206\u7C7B"
24
24
  },
25
25
  conditionList: {
26
26
  type: Array,
@@ -142,8 +142,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
142
142
  onClick: cancelSaveAdd
143
143
  }, {
144
144
  default: withCtx(() => {
145
- var _a2;
146
- return [createTextVNode(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.28")) || "\u53D6\u6D88")];
145
+ var _a2, _b2, _c2;
146
+ return [createTextVNode(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.28")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.28")) || "\u53D6\u6D88")];
147
147
  }),
148
148
  _: 1
149
149
  }), createVNode(unref(NButton), {
@@ -151,8 +151,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
151
151
  onClick: saveAdd
152
152
  }, {
153
153
  default: withCtx(() => {
154
- var _a2;
155
- return [createTextVNode(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.244")) || "\u4FDD\u5B58")];
154
+ var _a2, _b2, _c2;
155
+ return [createTextVNode(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.244")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.244")) || "\u4FDD\u5B58")];
156
156
  }),
157
157
  _: 1
158
158
  })])]),