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
@@ -42,7 +42,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
42
42
  setup(__props, {
43
43
  emit
44
44
  }) {
45
- var _a;
45
+ var _a, _b, _c;
46
46
  const props = __props;
47
47
  const cssVars = useTheme();
48
48
  const message = useMessage();
@@ -58,13 +58,13 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
58
58
  const conditionRef = ref();
59
59
  const filterVisible = ref(false);
60
60
  const title = computed(() => {
61
- var _a2, _b, _c, _d;
61
+ var _a2, _b2, _c2, _d, _e, _f, _g, _h, _i, _j, _k, _l;
62
62
  if (props.isAdd) {
63
63
  if (!props.row)
64
- return ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.279")) || "\u65B0\u589E";
65
- return ((_b = window.getLanguageByCode) == null ? void 0 : _b.call(window, "10010.1.97")) || "\u590D\u5236";
64
+ return ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.279")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.279")) || "\u65B0\u589E";
65
+ return ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.97")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.97")) || "\u590D\u5236";
66
66
  }
67
- return props.isFieldColor ? ((_c = window.getLanguageByCode) == null ? void 0 : _c.call(window, "10010.1.214")) || "\u4FEE\u6539" : ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.280")) || "\u8FC7\u6EE4\u6761\u4EF6";
67
+ return props.isFieldColor ? ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.214")) || ((_i = (_h = window.top) == null ? void 0 : _h.getLanguageByCode) == null ? void 0 : _i.call(_h, "10010.1.214")) || "\u4FEE\u6539" : ((_j = window.getLanguageByCode) == null ? void 0 : _j.call(window, "10010.1.280")) || ((_l = (_k = window.top) == null ? void 0 : _k.getLanguageByCode) == null ? void 0 : _l.call(_k, "10010.1.280")) || "\u8FC7\u6EE4\u6761\u4EF6";
68
68
  });
69
69
  const model = reactive({
70
70
  name: "",
@@ -83,7 +83,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
83
83
  }],
84
84
  color: [{
85
85
  required: true,
86
- message: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.275")) || "\u8BF7\u9009\u62E9\u989C\u8272",
86
+ message: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.275")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.275")) || "\u8BF7\u9009\u62E9\u989C\u8272",
87
87
  trigger: ["blur"]
88
88
  }],
89
89
  columnName: [{
@@ -114,7 +114,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
114
114
  function onConfirm() {
115
115
  var _a2;
116
116
  (_a2 = formRef.value) == null ? void 0 : _a2.validate(async (errors) => {
117
- var _a3, _b;
117
+ var _a3, _b2;
118
118
  if (!errors) {
119
119
  if (!props.isFieldColor) {
120
120
  Object.assign(model, conditionRef.value.getData());
@@ -124,7 +124,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
124
124
  return;
125
125
  }
126
126
  const otherProps = props.isFieldColor ? {
127
- title: (_b = fieldList.find((fieldItem) => fieldItem.columnName === model.columnName)) == null ? void 0 : _b.title
127
+ title: (_b2 = fieldList.find((fieldItem) => fieldItem.columnName === model.columnName)) == null ? void 0 : _b2.title
128
128
  } : {};
129
129
  emit("confirm", {
130
130
  ...model,
@@ -144,7 +144,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
144
144
  Object.assign(model, data);
145
145
  }
146
146
  return (_ctx, _cache) => {
147
- var _a2, _b;
147
+ var _a2, _b2, _c2, _d, _e, _f;
148
148
  return openBlock(), createBlock(unref(NModal), {
149
149
  preset: "dialog",
150
150
  style: {
@@ -154,8 +154,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
154
154
  "close-on-esc": false,
155
155
  "show-icon": false,
156
156
  "mask-closable": false,
157
- "positive-text": ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.27")) || "\u786E\u5B9A",
158
- "negative-text": ((_b = window.getLanguageByCode) == null ? void 0 : _b.call(window, "10010.1.28")) || "\u53D6\u6D88",
157
+ "positive-text": ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.27")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.27")) || "\u786E\u5B9A",
158
+ "negative-text": ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.28")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.28")) || "\u53D6\u6D88",
159
159
  "trap-focus": false,
160
160
  show: __props.visible,
161
161
  onPositiveClick: onConfirm,
@@ -185,11 +185,11 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
185
185
  }
186
186
  }, {
187
187
  default: withCtx(() => {
188
- var _a3;
188
+ var _a3, _b3, _c3;
189
189
  return [createVNode(unref(NInput), {
190
190
  value: model.name,
191
191
  "onUpdate:value": _cache[0] || (_cache[0] = ($event) => model.name = $event),
192
- placeholder: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.274")) || "\u8BF7\u586B\u5199\u540D\u79F0",
192
+ placeholder: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.274")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.274")) || "\u8BF7\u586B\u5199\u540D\u79F0",
193
193
  clearable: ""
194
194
  }, null, 8, ["value"])];
195
195
  }),
@@ -200,10 +200,10 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
200
200
  path: "color"
201
201
  }, {
202
202
  default: withCtx(() => {
203
- var _a3;
203
+ var _a3, _b3, _c3;
204
204
  return [createVNode(unref(NColorPicker), {
205
205
  clearable: "",
206
- placeholder: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.275")) || "\u8BF7\u9009\u62E9\u989C\u8272",
206
+ placeholder: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.275")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.275")) || "\u8BF7\u9009\u62E9\u989C\u8272",
207
207
  value: model.color,
208
208
  "onUpdate:value": _cache[1] || (_cache[1] = ($event) => model.color = $event),
209
209
  swatches: unref(swatches),
@@ -218,11 +218,11 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
218
218
  path: "color"
219
219
  }, {
220
220
  default: withCtx(() => {
221
- var _a3;
221
+ var _a3, _b3, _c3;
222
222
  return [createVNode(unref(NSelect), {
223
223
  value: model.color,
224
224
  "onUpdate:value": _cache[2] || (_cache[2] = ($event) => model.color = $event),
225
- placeholder: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.275")) || "\u8BF7\u9009\u62E9\u989C\u8272",
225
+ placeholder: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.275")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.275")) || "\u8BF7\u9009\u62E9\u989C\u8272",
226
226
  "render-label": renderLabel,
227
227
  options: unref(colorOptions)
228
228
  }, null, 8, ["value", "options"])];
@@ -247,12 +247,12 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
247
247
  }, {
248
248
  default: withCtx(() => [createVNode(unref(NSpace), null, {
249
249
  default: withCtx(() => {
250
- var _a3, _b2;
250
+ var _a3, _b3, _c3, _d2, _e2, _f2;
251
251
  return [createVNode(unref(NRadio), {
252
- label: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.276")) || "\u5B57\u4F53",
252
+ label: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.276")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.276")) || "\u5B57\u4F53",
253
253
  value: "font"
254
254
  }), createVNode(unref(NRadio), {
255
- label: ((_b2 = window.getLanguageByCode) == null ? void 0 : _b2.call(window, "10010.1.277")) || "\u80CC\u666F",
255
+ label: ((_d2 = window.getLanguageByCode) == null ? void 0 : _d2.call(window, "10010.1.277")) || ((_f2 = (_e2 = window.top) == null ? void 0 : _e2.getLanguageByCode) == null ? void 0 : _f2.call(_e2, "10010.1.277")) || "\u80CC\u666F",
256
256
  value: "background"
257
257
  })];
258
258
  }),
@@ -274,18 +274,18 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
274
274
  align: "center"
275
275
  }, {
276
276
  default: withCtx(() => {
277
- var _a3, _b2;
277
+ var _a3, _b3, _c3, _d2, _e2, _f2;
278
278
  return [createVNode(unref(NSelect), {
279
279
  value: model.columnName,
280
280
  "onUpdate:value": _cache[5] || (_cache[5] = ($event) => model.columnName = $event),
281
- placeholder: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.271")) || "\u8BF7\u9009\u62E9\u5B57\u6BB5\u540D",
281
+ placeholder: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.271")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.271")) || "\u8BF7\u9009\u62E9\u5B57\u6BB5\u540D",
282
282
  "label-field": "title",
283
283
  "value-field": "columnName",
284
284
  options: unref(fieldList)
285
285
  }, null, 8, ["value", "options"]), createElementVNode("span", {
286
286
  class: "filter-btn",
287
287
  onClick: _cache[6] || (_cache[6] = () => filterVisible.value = true)
288
- }, ((_b2 = window.getLanguageByCode) == null ? void 0 : _b2.call(window, "10010.1.278")) || "\u7B5B\u9009")];
288
+ }, ((_d2 = window.getLanguageByCode) == null ? void 0 : _d2.call(window, "10010.1.278")) || ((_f2 = (_e2 = window.top) == null ? void 0 : _e2.getLanguageByCode) == null ? void 0 : _f2.call(_e2, "10010.1.278")) || "\u7B5B\u9009")];
289
289
  }),
290
290
  _: 1
291
291
  })]),
@@ -24,18 +24,18 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
24
24
  emit("update:visible", false);
25
25
  }
26
26
  return (_ctx, _cache) => {
27
- var _a, _b, _c;
27
+ var _a, _b, _c, _d, _e, _f, _g, _h, _i;
28
28
  return openBlock(), createBlock(unref(NModal), {
29
29
  preset: "dialog",
30
30
  style: {
31
31
  "width": "860px"
32
32
  },
33
- title: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.281")) || "\u8BBE\u7F6E\u5206\u7C7B",
33
+ title: ((_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",
34
34
  "close-on-esc": false,
35
35
  "show-icon": false,
36
36
  "mask-closable": false,
37
- "positive-text": ((_b = window.getLanguageByCode) == null ? void 0 : _b.call(window, "10010.1.27")) || "\u786E\u5B9A",
38
- "negative-text": ((_c = window.getLanguageByCode) == null ? void 0 : _c.call(window, "10010.1.28")) || "\u53D6\u6D88",
37
+ "positive-text": ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.27")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.27")) || "\u786E\u5B9A",
38
+ "negative-text": ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.28")) || ((_i = (_h = window.top) == null ? void 0 : _h.getLanguageByCode) == null ? void 0 : _i.call(_h, "10010.1.28")) || "\u53D6\u6D88",
39
39
  "trap-focus": false,
40
40
  show: __props.visible,
41
41
  onPositiveClick: onConfirm,
@@ -6,12 +6,12 @@ import { isFunction, isArray, range } from 'lodash-es';
6
6
  import { COLOR_MAP } from '../constants/index.js';
7
7
  import { WIDGET_MAP, SELECT_TYPE, WIDGET_TYPE, SELECT_MAP, SELECT_DEFAULT_MAP, DATE_MAP, DATETIME_MAP } from '../constants/filter.js';
8
8
 
9
- var _a;
9
+ var _a, _b, _c;
10
10
  const _hoisted_1 = {
11
11
  class: "row"
12
12
  };
13
13
  const _hoisted_2 = ["title"];
14
- const _hoisted_3 = /* @__PURE__ */ createElementVNode("span", null, ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.282")) || "\u62D6\u62FD\u8C03\u6574\u987A\u5E8F", -1);
14
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("span", null, ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.282")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.282")) || "\u62D6\u62FD\u8C03\u6574\u987A\u5E8F", -1);
15
15
  const _hoisted_4 = {
16
16
  key: 0
17
17
  };
@@ -79,33 +79,33 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
79
79
  setup(__props, {
80
80
  emit
81
81
  }) {
82
- var _a2, _b, _c, _d, _e, _f, _g, _h;
82
+ var _a2, _b2, _c2, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x;
83
83
  const props = __props;
84
84
  const fixedWayOptions = [{
85
- label: ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.286")) || "\u4E0D\u56FA\u5B9A",
85
+ label: ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.286")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.286")) || "\u4E0D\u56FA\u5B9A",
86
86
  value: "NONE"
87
87
  }, {
88
- label: ((_b = window.getLanguageByCode) == null ? void 0 : _b.call(window, "10010.1.287")) || "\u5DE6\u56FA\u5B9A",
88
+ label: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.287")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.287")) || "\u5DE6\u56FA\u5B9A",
89
89
  value: "LEFT"
90
90
  }, {
91
- label: ((_c = window.getLanguageByCode) == null ? void 0 : _c.call(window, "10010.1.288")) || "\u53F3\u56FA\u5B9A",
91
+ label: ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.288")) || ((_i = (_h = window.top) == null ? void 0 : _h.getLanguageByCode) == null ? void 0 : _i.call(_h, "10010.1.288")) || "\u53F3\u56FA\u5B9A",
92
92
  value: "RIGHT"
93
93
  }];
94
94
  const sortOptions = [{
95
- label: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.289")) || "\u4E0D\u6392\u5E8F",
95
+ label: ((_j = window.getLanguageByCode) == null ? void 0 : _j.call(window, "10010.1.289")) || ((_l = (_k = window.top) == null ? void 0 : _k.getLanguageByCode) == null ? void 0 : _l.call(_k, "10010.1.289")) || "\u4E0D\u6392\u5E8F",
96
96
  value: "NONE"
97
97
  }, {
98
- label: ((_e = window.getLanguageByCode) == null ? void 0 : _e.call(window, "10010.1.290")) || "\u5347\u5E8F",
98
+ label: ((_m = window.getLanguageByCode) == null ? void 0 : _m.call(window, "10010.1.290")) || ((_o = (_n = window.top) == null ? void 0 : _n.getLanguageByCode) == null ? void 0 : _o.call(_n, "10010.1.290")) || "\u5347\u5E8F",
99
99
  value: "ASC"
100
100
  }, {
101
- label: ((_f = window.getLanguageByCode) == null ? void 0 : _f.call(window, "10010.1.291")) || "\u964D\u5E8F",
101
+ label: ((_p = window.getLanguageByCode) == null ? void 0 : _p.call(window, "10010.1.291")) || ((_r = (_q = window.top) == null ? void 0 : _q.getLanguageByCode) == null ? void 0 : _r.call(_q, "10010.1.291")) || "\u964D\u5E8F",
102
102
  value: "DESC"
103
103
  }];
104
104
  const colorScopeOptions = [{
105
- label: ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.276")) || "\u5B57\u4F53",
105
+ label: ((_s = window.getLanguageByCode) == null ? void 0 : _s.call(window, "10010.1.276")) || ((_u = (_t = window.top) == null ? void 0 : _t.getLanguageByCode) == null ? void 0 : _u.call(_t, "10010.1.276")) || "\u5B57\u4F53",
106
106
  value: "font"
107
107
  }, {
108
- label: ((_h = window.getLanguageByCode) == null ? void 0 : _h.call(window, "10010.1.277")) || "\u80CC\u666F",
108
+ label: ((_v = window.getLanguageByCode) == null ? void 0 : _v.call(window, "10010.1.277")) || ((_x = (_w = window.top) == null ? void 0 : _w.getLanguageByCode) == null ? void 0 : _x.call(_w, "10010.1.277")) || "\u80CC\u666F",
109
109
  value: "background"
110
110
  }];
111
111
  const swatches = Object.entries(COLOR_MAP).map(([value]) => value);
@@ -178,9 +178,9 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
178
178
  return options.filter((option) => !selectedValues.includes(option.value));
179
179
  }
180
180
  function getSelectText(field) {
181
- var _a3, _b2, _c2;
181
+ var _a3, _b3, _c3;
182
182
  if (field === "optionType") {
183
- if (((_a3 = props.element) == null ? void 0 : _a3.type) === WIDGET_TYPE.SELECT || ((_c2 = (_b2 = props.element) == null ? void 0 : _b2.optionTypeConfig) == null ? void 0 : _c2.option))
183
+ if (((_a3 = props.element) == null ? void 0 : _a3.type) === WIDGET_TYPE.SELECT || ((_c3 = (_b3 = props.element) == null ? void 0 : _b3.optionTypeConfig) == null ? void 0 : _c3.option))
184
184
  return "";
185
185
  return props.element[field] && props.element.type === WIDGET_TYPE.SELECT ? SELECT_MAP[props.element[field]] : " ";
186
186
  }
@@ -206,7 +206,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
206
206
  return prop;
207
207
  }
208
208
  function getOptions(column) {
209
- var _a3, _b2;
209
+ var _a3, _b3;
210
210
  switch (column.field) {
211
211
  case "fixedWay":
212
212
  return fixedWayOptions;
@@ -222,7 +222,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
222
222
  ruleId: `ruleId#${item.code}`
223
223
  }));
224
224
  case "optionType":
225
- return ((_b2 = props.element.optionTypeConfig) == null ? void 0 : _b2.option) || Object.entries(SELECT_MAP).map(([value, label]) => ({
225
+ return ((_b3 = props.element.optionTypeConfig) == null ? void 0 : _b3.option) || Object.entries(SELECT_MAP).map(([value, label]) => ({
226
226
  value,
227
227
  label
228
228
  }));
@@ -460,8 +460,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
460
460
  _: 1
461
461
  })]),
462
462
  default: withCtx(() => {
463
- var _a3;
464
- return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.283")) || "\u67E5\u770B")];
463
+ var _a3, _b3, _c3;
464
+ return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.283")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.283")) || "\u67E5\u770B")];
465
465
  }),
466
466
  _: 1
467
467
  }), !__props.isHighlightRow ? (openBlock(), createBlock(unref(NTooltip), {
@@ -479,8 +479,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
479
479
  _: 1
480
480
  })]),
481
481
  default: withCtx(() => {
482
- var _a3;
483
- return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.97")) || "\u590D\u5236")];
482
+ var _a3, _b3, _c3;
483
+ return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.97")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.97")) || "\u590D\u5236")];
484
484
  }),
485
485
  _: 1
486
486
  })) : createCommentVNode("v-if", true)], 64)) : (openBlock(), createElementBlock(Fragment, {
@@ -496,8 +496,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
496
496
  _: 1
497
497
  })]),
498
498
  default: withCtx(() => {
499
- var _a3;
500
- return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.284")) || "\u7F16\u8F91")];
499
+ var _a3, _b3, _c3;
500
+ return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.284")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.284")) || "\u7F16\u8F91")];
501
501
  }),
502
502
  _: 1
503
503
  }), createVNode(unref(NPopconfirm), {
@@ -513,14 +513,14 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
513
513
  _: 1
514
514
  })]),
515
515
  default: withCtx(() => {
516
- var _a3;
517
- return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.215")) || "\u5220\u9664")];
516
+ var _a3, _b3, _c3;
517
+ return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.215")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.215")) || "\u5220\u9664")];
518
518
  }),
519
519
  _: 1
520
520
  })]),
521
521
  default: withCtx(() => {
522
- var _a3;
523
- return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.285")) || "\u662F\u5426\u786E\u8BA4\u5220\u9664\uFF1F")];
522
+ var _a3, _b3, _c3;
523
+ return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.285")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.285")) || "\u662F\u5426\u786E\u8BA4\u5220\u9664\uFF1F")];
524
524
  }),
525
525
  _: 1
526
526
  })], 64))], 64)) : createCommentVNode("v-if", true)], 12, _hoisted_2)) : createCommentVNode("v-if", true)], 64);
@@ -1,4 +1,4 @@
1
- var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _A, _B, _C, _D, _E, _F, _G, _H, _I, _J, _K, _L, _M, _N, _O;
1
+ var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _A, _B, _C, _D, _E, _F, _G, _H, _I, _J, _K, _L, _M, _N, _O, _P, _Q, _R, _S, _T, _U, _V, _W, _X, _Y, _Z, __, _$, _aa, _ba, _ca, _da, _ea, _fa, _ga, _ha, _ia, _ja, _ka, _la, _ma, _na, _oa, _pa, _qa, _ra, _sa, _ta, _ua, _va, _wa, _xa, _ya, _za, _Aa, _Ba, _Ca, _Da, _Ea, _Fa, _Ga, _Ha, _Ia, _Ja, _Ka, _La, _Ma, _Na, _Oa, _Pa, _Qa, _Ra, _Sa, _Ta, _Ua, _Va, _Wa, _Xa, _Ya, _Za, __a, _$a, _ab, _bb, _cb, _db, _eb, _fb, _gb, _hb, _ib, _jb, _kb, _lb, _mb, _nb, _ob;
2
2
  var WIDGET_TYPE = /* @__PURE__ */ ((WIDGET_TYPE2) => {
3
3
  WIDGET_TYPE2["NUMBER"] = "NUMBER";
4
4
  WIDGET_TYPE2["TEXT"] = "TEXT";
@@ -9,12 +9,12 @@ var WIDGET_TYPE = /* @__PURE__ */ ((WIDGET_TYPE2) => {
9
9
  return WIDGET_TYPE2;
10
10
  })(WIDGET_TYPE || {});
11
11
  const WIDGET_MAP = Object.freeze({
12
- ["NUMBER" /* NUMBER */]: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.292")) || "\u6570\u5B57\u6846",
13
- ["TEXT" /* TEXT */]: ((_b = window.getLanguageByCode) == null ? void 0 : _b.call(window, "10010.1.293")) || "\u6587\u672C\u6846",
14
- ["SELECT" /* SELECT */]: ((_c = window.getLanguageByCode) == null ? void 0 : _c.call(window, "10010.1.294")) || "\u4E0B\u62C9\u6846",
15
- ["DATE" /* DATE */]: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.295")) || "\u65E5\u671F\u6846",
16
- ["DATETIME" /* DATETIME */]: ((_e = window.getLanguageByCode) == null ? void 0 : _e.call(window, "10010.1.296")) || "\u65E5\u671F\u65F6\u95F4\u6846",
17
- ["LABEL" /* LABEL */]: ((_f = window.getLanguageByCode) == null ? void 0 : _f.call(window, "10010.1.297")) || "\u6807\u7B7E"
12
+ ["NUMBER" /* NUMBER */]: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.292")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.292")) || "\u6570\u5B57\u6846",
13
+ ["TEXT" /* TEXT */]: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.293")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.293")) || "\u6587\u672C\u6846",
14
+ ["SELECT" /* SELECT */]: ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.294")) || ((_i = (_h = window.top) == null ? void 0 : _h.getLanguageByCode) == null ? void 0 : _i.call(_h, "10010.1.294")) || "\u4E0B\u62C9\u6846",
15
+ ["DATE" /* DATE */]: ((_j = window.getLanguageByCode) == null ? void 0 : _j.call(window, "10010.1.295")) || ((_l = (_k = window.top) == null ? void 0 : _k.getLanguageByCode) == null ? void 0 : _l.call(_k, "10010.1.295")) || "\u65E5\u671F\u6846",
16
+ ["DATETIME" /* DATETIME */]: ((_m = window.getLanguageByCode) == null ? void 0 : _m.call(window, "10010.1.296")) || ((_o = (_n = window.top) == null ? void 0 : _n.getLanguageByCode) == null ? void 0 : _o.call(_n, "10010.1.296")) || "\u65E5\u671F\u65F6\u95F4\u6846",
17
+ ["LABEL" /* LABEL */]: ((_p = window.getLanguageByCode) == null ? void 0 : _p.call(window, "10010.1.297")) || ((_r = (_q = window.top) == null ? void 0 : _q.getLanguageByCode) == null ? void 0 : _r.call(_q, "10010.1.297")) || "\u6807\u7B7E"
18
18
  });
19
19
  var SELECT_TYPE = /* @__PURE__ */ ((SELECT_TYPE2) => {
20
20
  SELECT_TYPE2["SELECT_SINGLE"] = "SELECT_SINGLE";
@@ -22,15 +22,15 @@ var SELECT_TYPE = /* @__PURE__ */ ((SELECT_TYPE2) => {
22
22
  return SELECT_TYPE2;
23
23
  })(SELECT_TYPE || {});
24
24
  const SELECT_MAP = Object.freeze({
25
- ["SELECT_SINGLE" /* SELECT_SINGLE */]: ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.298")) || "\u5355\u9009",
26
- ["SELECT_MULTIPLE" /* SELECT_MULTIPLE */]: ((_h = window.getLanguageByCode) == null ? void 0 : _h.call(window, "10010.1.100")) || "\u591A\u9009"
25
+ ["SELECT_SINGLE" /* SELECT_SINGLE */]: ((_s = window.getLanguageByCode) == null ? void 0 : _s.call(window, "10010.1.298")) || ((_u = (_t = window.top) == null ? void 0 : _t.getLanguageByCode) == null ? void 0 : _u.call(_t, "10010.1.298")) || "\u5355\u9009",
26
+ ["SELECT_MULTIPLE" /* SELECT_MULTIPLE */]: ((_v = window.getLanguageByCode) == null ? void 0 : _v.call(window, "10010.1.100")) || ((_x = (_w = window.top) == null ? void 0 : _w.getLanguageByCode) == null ? void 0 : _x.call(_w, "10010.1.100")) || "\u591A\u9009"
27
27
  });
28
28
  var SELECT_DEFAULT_VALUE = /* @__PURE__ */ ((SELECT_DEFAULT_VALUE2) => {
29
29
  SELECT_DEFAULT_VALUE2["FIRST"] = "FIRST";
30
30
  return SELECT_DEFAULT_VALUE2;
31
31
  })(SELECT_DEFAULT_VALUE || {});
32
32
  const SELECT_DEFAULT_MAP = {
33
- ["FIRST" /* FIRST */]: ((_i = window.getLanguageByCode) == null ? void 0 : _i.call(window, "10010.1.299")) || "\u9ED8\u8BA4\u9009\u4E2D\u7B2C\u4E00\u9879"
33
+ ["FIRST" /* FIRST */]: ((_y = window.getLanguageByCode) == null ? void 0 : _y.call(window, "10010.1.299")) || ((_A = (_z = window.top) == null ? void 0 : _z.getLanguageByCode) == null ? void 0 : _A.call(_z, "10010.1.299")) || "\u9ED8\u8BA4\u9009\u4E2D\u7B2C\u4E00\u9879"
34
34
  };
35
35
  var DATE_TYPE = /* @__PURE__ */ ((DATE_TYPE2) => {
36
36
  DATE_TYPE2["CUSTOM"] = "CUSTOM";
@@ -66,43 +66,43 @@ var DATE_TYPE = /* @__PURE__ */ ((DATE_TYPE2) => {
66
66
  return DATE_TYPE2;
67
67
  })(DATE_TYPE || {});
68
68
  const DATE_MAP = Object.freeze({
69
- ["TODAY" /* TODAY */]: ((_j = window.getLanguageByCode) == null ? void 0 : _j.call(window, "10010.1.134")) || "\u4ECA\u5929",
70
- ["TOMORROW" /* TOMORROW */]: ((_k = window.getLanguageByCode) == null ? void 0 : _k.call(window, "10010.1.300")) || "\u660E\u5929",
71
- ["YESTERDAY" /* YESTERDAY */]: ((_l = window.getLanguageByCode) == null ? void 0 : _l.call(window, "10010.1.132")) || "\u6628\u5929",
72
- ["THIS_WEEK_START" /* THIS_WEEK_START */]: ((_m = window.getLanguageByCode) == null ? void 0 : _m.call(window, "10010.1.301")) || "\u672C\u5468\u521D",
73
- ["THIS_WEEK_END" /* THIS_WEEK_END */]: ((_n = window.getLanguageByCode) == null ? void 0 : _n.call(window, "10010.1.302")) || "\u672C\u5468\u672B",
74
- ["THIS_MONTH_START" /* THIS_MONTH_START */]: ((_o = window.getLanguageByCode) == null ? void 0 : _o.call(window, "10010.1.303")) || "\u672C\u6708\u521D",
75
- ["THIS_MONTH_END" /* THIS_MONTH_END */]: ((_p = window.getLanguageByCode) == null ? void 0 : _p.call(window, "10010.1.304")) || "\u672C\u6708\u672B"
69
+ ["TODAY" /* TODAY */]: ((_B = window.getLanguageByCode) == null ? void 0 : _B.call(window, "10010.1.134")) || ((_D = (_C = window.top) == null ? void 0 : _C.getLanguageByCode) == null ? void 0 : _D.call(_C, "10010.1.134")) || "\u4ECA\u5929",
70
+ ["TOMORROW" /* TOMORROW */]: ((_E = window.getLanguageByCode) == null ? void 0 : _E.call(window, "10010.1.300")) || ((_G = (_F = window.top) == null ? void 0 : _F.getLanguageByCode) == null ? void 0 : _G.call(_F, "10010.1.300")) || "\u660E\u5929",
71
+ ["YESTERDAY" /* YESTERDAY */]: ((_H = window.getLanguageByCode) == null ? void 0 : _H.call(window, "10010.1.132")) || ((_J = (_I = window.top) == null ? void 0 : _I.getLanguageByCode) == null ? void 0 : _J.call(_I, "10010.1.132")) || "\u6628\u5929",
72
+ ["THIS_WEEK_START" /* THIS_WEEK_START */]: ((_K = window.getLanguageByCode) == null ? void 0 : _K.call(window, "10010.1.301")) || ((_M = (_L = window.top) == null ? void 0 : _L.getLanguageByCode) == null ? void 0 : _M.call(_L, "10010.1.301")) || "\u672C\u5468\u521D",
73
+ ["THIS_WEEK_END" /* THIS_WEEK_END */]: ((_N = window.getLanguageByCode) == null ? void 0 : _N.call(window, "10010.1.302")) || ((_P = (_O = window.top) == null ? void 0 : _O.getLanguageByCode) == null ? void 0 : _P.call(_O, "10010.1.302")) || "\u672C\u5468\u672B",
74
+ ["THIS_MONTH_START" /* THIS_MONTH_START */]: ((_Q = window.getLanguageByCode) == null ? void 0 : _Q.call(window, "10010.1.303")) || ((_S = (_R = window.top) == null ? void 0 : _R.getLanguageByCode) == null ? void 0 : _S.call(_R, "10010.1.303")) || "\u672C\u6708\u521D",
75
+ ["THIS_MONTH_END" /* THIS_MONTH_END */]: ((_T = window.getLanguageByCode) == null ? void 0 : _T.call(window, "10010.1.304")) || ((_V = (_U = window.top) == null ? void 0 : _U.getLanguageByCode) == null ? void 0 : _V.call(_U, "10010.1.304")) || "\u672C\u6708\u672B"
76
76
  });
77
77
  const DATETIME_MAP = Object.freeze({
78
- ["TODAY" /* TODAY */]: ((_q = window.getLanguageByCode) == null ? void 0 : _q.call(window, "10010.1.134")) || "\u4ECA\u5929",
79
- ["TOMORROW" /* TOMORROW */]: ((_r = window.getLanguageByCode) == null ? void 0 : _r.call(window, "10010.1.300")) || "\u660E\u5929",
80
- ["YESTERDAY" /* YESTERDAY */]: ((_s = window.getLanguageByCode) == null ? void 0 : _s.call(window, "10010.1.132")) || "\u6628\u5929",
81
- ["THIS_WEEK" /* THIS_WEEK */]: ((_t = window.getLanguageByCode) == null ? void 0 : _t.call(window, "10010.1.47")) || "\u672C\u5468",
82
- ["NEXT_WEEK" /* NEXT_WEEK */]: ((_u = window.getLanguageByCode) == null ? void 0 : _u.call(window, "10010.1.323")) || "\u4E0B\u5468",
83
- ["LAST_WEEK" /* LAST_WEEK */]: ((_v = window.getLanguageByCode) == null ? void 0 : _v.call(window, "10010.1.324")) || "\u4E0A\u5468",
84
- ["TOMORROW_END" /* TOMORROW_END */]: ((_w = window.getLanguageByCode) == null ? void 0 : _w.call(window, "10010.1.392")) || "\u8FD1\u4E00\u5468",
85
- ["THIS_MONTH" /* THIS_MONTH */]: ((_x = window.getLanguageByCode) == null ? void 0 : _x.call(window, "10010.1.404")) || "\u672C\u6708",
86
- ["NEXT_MONTH" /* NEXT_MONTH */]: ((_y = window.getLanguageByCode) == null ? void 0 : _y.call(window, "10010.1.325")) || "\u4E0B\u6708",
87
- ["LAST_MONTH" /* LAST_MONTH */]: ((_z = window.getLanguageByCode) == null ? void 0 : _z.call(window, "10010.1.326")) || "\u4E0A\u6708",
88
- ["PAST_MONTH" /* PAST_MONTH */]: ((_A = window.getLanguageByCode) == null ? void 0 : _A.call(window, "10010.1.393")) || "\u8FD1\u4E00\u6708",
89
- ["THIS_QUARTER" /* THIS_QUARTER */]: ((_B = window.getLanguageByCode) == null ? void 0 : _B.call(window, "10010.1.327")) || "\u672C\u5B63\u5EA6",
90
- ["NEXT_QUARTER" /* NEXT_QUARTER */]: ((_C = window.getLanguageByCode) == null ? void 0 : _C.call(window, "10010.1.328")) || "\u4E0B\u5B63\u5EA6",
91
- ["LAST_QUARTER" /* LAST_QUARTER */]: ((_D = window.getLanguageByCode) == null ? void 0 : _D.call(window, "10010.1.329")) || "\u4E0A\u5B63\u5EA6",
92
- ["THIS_YEAR" /* THIS_YEAR */]: ((_E = window.getLanguageByCode) == null ? void 0 : _E.call(window, "10010.1.394")) || "\u4ECA\u5E74",
93
- ["NEXT_YEAR" /* NEXT_YEAR */]: ((_F = window.getLanguageByCode) == null ? void 0 : _F.call(window, "10010.1.395")) || "\u660E\u5E74",
94
- ["LAST_YEAR" /* LAST_YEAR */]: ((_G = window.getLanguageByCode) == null ? void 0 : _G.call(window, "10010.1.396")) || "\u53BB\u5E74",
95
- ["PAST_HALF_YEAR" /* PAST_HALF_YEAR */]: ((_H = window.getLanguageByCode) == null ? void 0 : _H.call(window, "10010.1.397")) || "\u8FD1\u534A\u5E74"
78
+ ["TODAY" /* TODAY */]: ((_W = window.getLanguageByCode) == null ? void 0 : _W.call(window, "10010.1.134")) || ((_Y = (_X = window.top) == null ? void 0 : _X.getLanguageByCode) == null ? void 0 : _Y.call(_X, "10010.1.134")) || "\u4ECA\u5929",
79
+ ["TOMORROW" /* TOMORROW */]: ((_Z = window.getLanguageByCode) == null ? void 0 : _Z.call(window, "10010.1.300")) || ((_$ = (__ = window.top) == null ? void 0 : __.getLanguageByCode) == null ? void 0 : _$.call(__, "10010.1.300")) || "\u660E\u5929",
80
+ ["YESTERDAY" /* YESTERDAY */]: ((_aa = window.getLanguageByCode) == null ? void 0 : _aa.call(window, "10010.1.132")) || ((_ca = (_ba = window.top) == null ? void 0 : _ba.getLanguageByCode) == null ? void 0 : _ca.call(_ba, "10010.1.132")) || "\u6628\u5929",
81
+ ["THIS_WEEK" /* THIS_WEEK */]: ((_da = window.getLanguageByCode) == null ? void 0 : _da.call(window, "10010.1.47")) || ((_fa = (_ea = window.top) == null ? void 0 : _ea.getLanguageByCode) == null ? void 0 : _fa.call(_ea, "10010.1.47")) || "\u672C\u5468",
82
+ ["NEXT_WEEK" /* NEXT_WEEK */]: ((_ga = window.getLanguageByCode) == null ? void 0 : _ga.call(window, "10010.1.323")) || ((_ia = (_ha = window.top) == null ? void 0 : _ha.getLanguageByCode) == null ? void 0 : _ia.call(_ha, "10010.1.323")) || "\u4E0B\u5468",
83
+ ["LAST_WEEK" /* LAST_WEEK */]: ((_ja = window.getLanguageByCode) == null ? void 0 : _ja.call(window, "10010.1.324")) || ((_la = (_ka = window.top) == null ? void 0 : _ka.getLanguageByCode) == null ? void 0 : _la.call(_ka, "10010.1.324")) || "\u4E0A\u5468",
84
+ ["TOMORROW_END" /* TOMORROW_END */]: ((_ma = window.getLanguageByCode) == null ? void 0 : _ma.call(window, "10010.1.392")) || ((_oa = (_na = window.top) == null ? void 0 : _na.getLanguageByCode) == null ? void 0 : _oa.call(_na, "10010.1.392")) || "\u8FD1\u4E00\u5468",
85
+ ["THIS_MONTH" /* THIS_MONTH */]: ((_pa = window.getLanguageByCode) == null ? void 0 : _pa.call(window, "10010.1.404")) || ((_ra = (_qa = window.top) == null ? void 0 : _qa.getLanguageByCode) == null ? void 0 : _ra.call(_qa, "10010.1.404")) || "\u672C\u6708",
86
+ ["NEXT_MONTH" /* NEXT_MONTH */]: ((_sa = window.getLanguageByCode) == null ? void 0 : _sa.call(window, "10010.1.325")) || ((_ua = (_ta = window.top) == null ? void 0 : _ta.getLanguageByCode) == null ? void 0 : _ua.call(_ta, "10010.1.325")) || "\u4E0B\u6708",
87
+ ["LAST_MONTH" /* LAST_MONTH */]: ((_va = window.getLanguageByCode) == null ? void 0 : _va.call(window, "10010.1.326")) || ((_xa = (_wa = window.top) == null ? void 0 : _wa.getLanguageByCode) == null ? void 0 : _xa.call(_wa, "10010.1.326")) || "\u4E0A\u6708",
88
+ ["PAST_MONTH" /* PAST_MONTH */]: ((_ya = window.getLanguageByCode) == null ? void 0 : _ya.call(window, "10010.1.393")) || ((_Aa = (_za = window.top) == null ? void 0 : _za.getLanguageByCode) == null ? void 0 : _Aa.call(_za, "10010.1.393")) || "\u8FD1\u4E00\u6708",
89
+ ["THIS_QUARTER" /* THIS_QUARTER */]: ((_Ba = window.getLanguageByCode) == null ? void 0 : _Ba.call(window, "10010.1.327")) || ((_Da = (_Ca = window.top) == null ? void 0 : _Ca.getLanguageByCode) == null ? void 0 : _Da.call(_Ca, "10010.1.327")) || "\u672C\u5B63\u5EA6",
90
+ ["NEXT_QUARTER" /* NEXT_QUARTER */]: ((_Ea = window.getLanguageByCode) == null ? void 0 : _Ea.call(window, "10010.1.328")) || ((_Ga = (_Fa = window.top) == null ? void 0 : _Fa.getLanguageByCode) == null ? void 0 : _Ga.call(_Fa, "10010.1.328")) || "\u4E0B\u5B63\u5EA6",
91
+ ["LAST_QUARTER" /* LAST_QUARTER */]: ((_Ha = window.getLanguageByCode) == null ? void 0 : _Ha.call(window, "10010.1.329")) || ((_Ja = (_Ia = window.top) == null ? void 0 : _Ia.getLanguageByCode) == null ? void 0 : _Ja.call(_Ia, "10010.1.329")) || "\u4E0A\u5B63\u5EA6",
92
+ ["THIS_YEAR" /* THIS_YEAR */]: ((_Ka = window.getLanguageByCode) == null ? void 0 : _Ka.call(window, "10010.1.394")) || ((_Ma = (_La = window.top) == null ? void 0 : _La.getLanguageByCode) == null ? void 0 : _Ma.call(_La, "10010.1.394")) || "\u4ECA\u5E74",
93
+ ["NEXT_YEAR" /* NEXT_YEAR */]: ((_Na = window.getLanguageByCode) == null ? void 0 : _Na.call(window, "10010.1.395")) || ((_Pa = (_Oa = window.top) == null ? void 0 : _Oa.getLanguageByCode) == null ? void 0 : _Pa.call(_Oa, "10010.1.395")) || "\u660E\u5E74",
94
+ ["LAST_YEAR" /* LAST_YEAR */]: ((_Qa = window.getLanguageByCode) == null ? void 0 : _Qa.call(window, "10010.1.396")) || ((_Sa = (_Ra = window.top) == null ? void 0 : _Ra.getLanguageByCode) == null ? void 0 : _Sa.call(_Ra, "10010.1.396")) || "\u53BB\u5E74",
95
+ ["PAST_HALF_YEAR" /* PAST_HALF_YEAR */]: ((_Ta = window.getLanguageByCode) == null ? void 0 : _Ta.call(window, "10010.1.397")) || ((_Va = (_Ua = window.top) == null ? void 0 : _Ua.getLanguageByCode) == null ? void 0 : _Va.call(_Ua, "10010.1.397")) || "\u8FD1\u534A\u5E74"
96
96
  });
97
97
  const COLUMNLIST_MAP = Object.freeze({
98
98
  title: "\u6807\u9898",
99
- type: ((_I = window.getLanguageByCode) == null ? void 0 : _I.call(window, "10010.1.312")) || "\u7C7B\u578B",
100
- optionType: ((_J = window.getLanguageByCode) == null ? void 0 : _J.call(window, "10010.1.313")) || "\u9009\u9879\u8BBE\u7F6E",
101
- isShowSearch: ((_K = window.getLanguageByCode) == null ? void 0 : _K.call(window, "10010.1.278")) || "\u7B5B\u9009",
102
- filterExplicit: ((_L = window.getLanguageByCode) == null ? void 0 : _L.call(window, "10010.1.314")) || "\u7B5B\u9009\u5916\u663E",
103
- explicitRequired: ((_M = window.getLanguageByCode) == null ? void 0 : _M.call(window, "10010.1.315")) || "\u5916\u663E\u5FC5\u586B",
104
- defaultValue: ((_N = window.getLanguageByCode) == null ? void 0 : _N.call(window, "10010.1.316")) || "\u5916\u663E\u9ED8\u8BA4\u503C",
105
- customTitle: ((_O = window.getLanguageByCode) == null ? void 0 : _O.call(window, "10010.1.254")) || "\u81EA\u5B9A\u4E49\u6807\u9898",
99
+ type: ((_Wa = window.getLanguageByCode) == null ? void 0 : _Wa.call(window, "10010.1.312")) || ((_Ya = (_Xa = window.top) == null ? void 0 : _Xa.getLanguageByCode) == null ? void 0 : _Ya.call(_Xa, "10010.1.312")) || "\u7C7B\u578B",
100
+ optionType: ((_Za = window.getLanguageByCode) == null ? void 0 : _Za.call(window, "10010.1.313")) || ((_$a = (__a = window.top) == null ? void 0 : __a.getLanguageByCode) == null ? void 0 : _$a.call(__a, "10010.1.313")) || "\u9009\u9879\u8BBE\u7F6E",
101
+ isShowSearch: ((_ab = window.getLanguageByCode) == null ? void 0 : _ab.call(window, "10010.1.278")) || ((_cb = (_bb = window.top) == null ? void 0 : _bb.getLanguageByCode) == null ? void 0 : _cb.call(_bb, "10010.1.278")) || "\u7B5B\u9009",
102
+ filterExplicit: ((_db = window.getLanguageByCode) == null ? void 0 : _db.call(window, "10010.1.314")) || ((_fb = (_eb = window.top) == null ? void 0 : _eb.getLanguageByCode) == null ? void 0 : _fb.call(_eb, "10010.1.314")) || "\u7B5B\u9009\u5916\u663E",
103
+ explicitRequired: ((_gb = window.getLanguageByCode) == null ? void 0 : _gb.call(window, "10010.1.315")) || ((_ib = (_hb = window.top) == null ? void 0 : _hb.getLanguageByCode) == null ? void 0 : _ib.call(_hb, "10010.1.315")) || "\u5916\u663E\u5FC5\u586B",
104
+ defaultValue: ((_jb = window.getLanguageByCode) == null ? void 0 : _jb.call(window, "10010.1.316")) || ((_lb = (_kb = window.top) == null ? void 0 : _kb.getLanguageByCode) == null ? void 0 : _lb.call(_kb, "10010.1.316")) || "\u5916\u663E\u9ED8\u8BA4\u503C",
105
+ customTitle: ((_mb = window.getLanguageByCode) == null ? void 0 : _mb.call(window, "10010.1.254")) || ((_ob = (_nb = window.top) == null ? void 0 : _nb.getLanguageByCode) == null ? void 0 : _ob.call(_nb, "10010.1.254")) || "\u81EA\u5B9A\u4E49\u6807\u9898",
106
106
  width: "\u5BBD\u5EA6(px)"
107
107
  });
108
108