agilebuilder-ui 1.1.65-tmp23 → 1.1.65-tmp25

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 (82) hide show
  1. package/dist/index.full.min.js +474 -281
  2. package/dist/style.css +181 -175
  3. package/es/chat-embed/src/chat-sender.vue.mjs +1 -1
  4. package/es/chat-embed/src/chat-sender.vue2.mjs +26 -28
  5. package/es/chat-embed/src/index.vue.mjs +1 -1
  6. package/es/chat-embed/src/index.vue2.mjs +29 -29
  7. package/es/department-tree-mobile/src/department-tree-inline-app.vue.mjs +68 -68
  8. package/es/department-tree-mobile/src/department-tree-service.mjs +20 -18
  9. package/es/department-tree-mobile/src/dept-result.vue.mjs +12 -11
  10. package/es/department-user-tree-inline/src/department-user-single-tree-inline.vue.mjs +3 -3
  11. package/es/department-user-tree-inline/src/department-user-tree-inline.vue.mjs +6 -6
  12. package/es/department-user-tree-inline/src/department-user-tree-single-service.mjs +1 -1
  13. package/es/fs-preview/src/fs-preview.vue.mjs +26 -18
  14. package/es/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.mjs +1 -1
  15. package/es/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.mjs +1 -1
  16. package/es/index.mjs +27 -22
  17. package/es/src/components/Card/index.mjs +34 -31
  18. package/es/src/components/Scrollbar/index.vue.mjs +6 -6
  19. package/es/src/i18n/langs/cn.mjs +1 -1
  20. package/es/src/i18n/langs/en.mjs +1 -1
  21. package/es/src/utils/common-util.mjs +47 -39
  22. package/es/src/utils/watermark.mjs +35 -25
  23. package/es/style.css +708 -702
  24. package/es/super-grid/src/apis.mjs +199 -173
  25. package/es/super-grid/src/components/mobile-table-card.mjs +53 -53
  26. package/es/super-grid/src/normal-column-content.vue.mjs +12 -12
  27. package/es/super-grid/src/normal-column.vue.mjs +4 -5
  28. package/es/super-grid/src/search-button.vue.mjs +4 -2
  29. package/es/super-grid/src/search-form-dialog.vue.mjs +22 -11
  30. package/es/super-grid/src/search-form-item.vue.mjs +5 -5
  31. package/es/super-grid/src/search-form-mobile.vue.mjs +19 -19
  32. package/es/super-grid/src/search-form-open.vue.mjs +5 -3
  33. package/es/super-grid/src/search-form-ordinarySearch.vue.mjs +3 -1
  34. package/es/super-grid/src/search-form.vue.mjs +19 -13
  35. package/es/super-grid/src/super-grid.vue.mjs +271 -209
  36. package/es/super-grid/src/utils.mjs +346 -300
  37. package/es/utils/organization.mjs +24 -11
  38. package/lib/chat-embed/src/chat-sender.vue.cjs +1 -1
  39. package/lib/chat-embed/src/chat-sender.vue2.cjs +44 -46
  40. package/lib/chat-embed/src/index.vue.cjs +1 -1
  41. package/lib/chat-embed/src/index.vue2.cjs +14 -14
  42. package/lib/department-tree-mobile/src/department-tree-inline-app.vue.cjs +58 -58
  43. package/lib/department-tree-mobile/src/department-tree-service.cjs +10 -8
  44. package/lib/department-tree-mobile/src/dept-result.vue.cjs +10 -10
  45. package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue.cjs +16 -16
  46. package/lib/department-user-tree-inline/src/department-user-tree-inline.vue.cjs +5 -5
  47. package/lib/department-user-tree-inline/src/department-user-tree-single-service.cjs +1 -1
  48. package/lib/fs-preview/src/fs-preview.vue.cjs +13 -5
  49. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.cjs +1 -1
  50. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.cjs +13 -13
  51. package/lib/index.cjs +11 -11
  52. package/lib/src/components/Card/index.cjs +14 -11
  53. package/lib/src/components/Scrollbar/index.vue.cjs +2 -2
  54. package/lib/src/i18n/langs/cn.cjs +1 -1
  55. package/lib/src/i18n/langs/en.cjs +1 -1
  56. package/lib/src/utils/common-util.cjs +24 -17
  57. package/lib/src/utils/watermark.cjs +32 -21
  58. package/lib/style.css +888 -882
  59. package/lib/super-grid/src/apis.cjs +190 -164
  60. package/lib/super-grid/src/components/mobile-table-card.cjs +37 -37
  61. package/lib/super-grid/src/normal-column-content.vue.cjs +2 -2
  62. package/lib/super-grid/src/normal-column.vue.cjs +10 -11
  63. package/lib/super-grid/src/search-button.vue.cjs +3 -1
  64. package/lib/super-grid/src/search-form-dialog.vue.cjs +19 -8
  65. package/lib/super-grid/src/search-form-item.vue.cjs +2 -2
  66. package/lib/super-grid/src/search-form-mobile.vue.cjs +7 -7
  67. package/lib/super-grid/src/search-form-open.vue.cjs +7 -5
  68. package/lib/super-grid/src/search-form-ordinarySearch.vue.cjs +3 -1
  69. package/lib/super-grid/src/search-form.vue.cjs +15 -10
  70. package/lib/super-grid/src/super-grid.vue.cjs +220 -158
  71. package/lib/super-grid/src/utils.cjs +349 -274
  72. package/lib/utils/organization.cjs +35 -24
  73. package/package.json +1 -1
  74. package/src/components/Card/index.jsx +12 -2
  75. package/src/components/Scrollbar/index.vue +165 -154
  76. package/src/i18n/langs/cn.js +10 -2
  77. package/src/i18n/langs/en.js +10 -2
  78. package/src/styles/index.scss +9 -2
  79. package/src/styles/theme/default.scss +18 -13
  80. package/src/styles/theme/tiffany-blue-mobile/home.scss +44 -1
  81. package/src/utils/auth-api.js +1 -0
  82. package/src/utils/common-util.js +13 -0
@@ -1,4 +1,4 @@
1
- import { useSlots as e, ref as t, computed as o, reactive as l, useAttrs as s, mergeProps as a, onMounted as r, watch as i, openBlock as c, createBlock as d, unref as u, withCtx as n, renderSlot as h } from "vue";
1
+ import { useSlots as e, ref as t, computed as o, reactive as l, useAttrs as s, mergeProps as r, onMounted as a, watch as i, openBlock as c, createBlock as d, unref as u, withCtx as n, renderSlot as h } from "vue";
2
2
  import { ElScrollbar as p } from "element-plus";
3
3
  import m from "../../store/index.mjs";
4
4
  import "./index.vue2.mjs";
@@ -16,13 +16,13 @@ const g = v({ __name: "index", props: { showScrollShadow: { type: Boolean, defau
16
16
  console.error(e3);
17
17
  }
18
18
  }, S = o(() => {
19
- const e2 = a(b, x);
19
+ const e2 = r(b, x);
20
20
  return { ...{ ...w.setMaxHeight ? { maxHeight: y(w.setMaxHeight) } : {}, ...w.setHeight ? { height: y(w.setHeight) } : {} }, ...e2 };
21
21
  }), $ = (e2) => {
22
22
  if (!e2)
23
23
  return;
24
24
  const t2 = e2.scrollTop <= w.triggerDistance;
25
- e2.scrollTop + e2.clientHeight >= e2.scrollHeight - w.triggerDistance ? (!["at-bottom"].includes(T.value) && g2("scrollToBottom"), T.value = "at-bottom") : t2 ? (!["at-top"].includes(T.value) && g2("scrollToTop"), T.value = "at-top") : T.value = void 0;
25
+ e2.scrollTop + e2.clientHeight + 1 >= e2.scrollHeight - w.triggerDistance ? (!["at-bottom"].includes(T.value) && g2("scrollToBottom"), T.value = "at-bottom") : t2 ? (!["at-top"].includes(T.value) && g2("scrollToTop"), T.value = "at-top") : T.value = void 0;
26
26
  }, L = () => {
27
27
  var _a2;
28
28
  const e2 = (_a2 = H.value) == null ? void 0 : _a2.$el.querySelector(".el-scrollbar__wrap");
@@ -31,7 +31,7 @@ const g = v({ __name: "index", props: { showScrollShadow: { type: Boolean, defau
31
31
  w.showScrollShadow ? (t2 ? H.value.$el.classList.remove("scroll-top-shadow") : H.value.$el.classList.add("scroll-top-shadow"), o2 ? H.value.$el.classList.remove("scroll-bottom-shadow") : H.value.$el.classList.add("scroll-bottom-shadow")) : H.value.$el.classList.remove("scroll-top-shadow", "scroll-bottom-shadow"), $(e2);
32
32
  }
33
33
  };
34
- return r(() => {
34
+ return a(() => {
35
35
  const e2 = H.value.$el.querySelector(".el-scrollbar__wrap");
36
36
  e2 && (e2.addEventListener("scroll", L), L(), $(e2));
37
37
  }), i(() => w.showScrollShadow, () => {
@@ -45,8 +45,8 @@ const g = v({ __name: "index", props: { showScrollShadow: { type: Boolean, defau
45
45
  return (_a2 = f.default) == null ? void 0 : _a2.call(f);
46
46
  }, (e2, t2) => {
47
47
  e2 !== t2 && setTimeout(L, 500);
48
- }, { deep: true }), (e2, t2) => (c(), d(u(p), a(S.value, { class: { "is-dispatch": w.dispatch }, ref_key: "scrollbarRef", ref: H }), { default: n(() => [h(e2.$slots, "default", {}, void 0, true)]), _: 3 }, 16, ["class"]));
49
- } }, [["__scopeId", "data-v-8aab68fc"]]);
48
+ }, { deep: true }), (e2, t2) => (c(), d(u(p), r(S.value, { class: { "is-dispatch": w.dispatch }, ref_key: "scrollbarRef", ref: H }), { default: n(() => [h(e2.$slots, "default", {}, void 0, true)]), _: 3 }, 16, ["class"]));
49
+ } }, [["__scopeId", "data-v-dba8fdf8"]]);
50
50
  export {
51
51
  g as default
52
52
  };
@@ -1,4 +1,4 @@
1
- const e = { imatrixUIPublicModel: { sure: "确定", cancel: "取消", allDepartments: "所有部门", allUsers: "所有用户", reset: "重置", to: "至", edit: "操作", clear: "清空", download: "下载", delete: "删除", preview: "预览", add: "增加", more: "更多", graphView: "图形视图", listView: "列表视图", fieldName: "字段名(*)", operator: "操作符", value: "值(*)", andOr: "并且/或者", whenTheVariableIsEmpty: "变量为空时", perhaps: "或者", also: "并且", greaterThan: "大于", lessThan: "小于", beEqualTo: "等于", notGreaterThan: "不大于", notLessThan: "不小于", notEqualTo: "不等于", contain: "包含", notIncluded: "不包含", laterThan: "晚于", earlierThan: "早于", noLaterThan: "不晚于", noEarlierThan: "不早于", ignore11: "忽略(1=1)", nonConformity: "不符合(1<>1)", switchToNormalQuery: "切换为普通查询", switchToAdvancedQuery: "切换为高级查询", isNull: "等于Null", isNotNull: "不等于Null", previewImage: "预览图片", fullScreen: "全屏", forbidden: "禁用", startUsing: "启用", systemCode: "系统编码", code: "编码", emptyValue: "空值", expand: "展开", collapse: "收起", confirmClosePage: "确认关闭此页面吗?未保存的数据将会丢失。" }, imatrixUIMessage: { whetherToConfirmDeletion: "是否确认删除", tips: "提示", pleaseEnterContent: "请输入内容", internalServerError: "请求失败", pleaseSelectDepartment: "请选择部门", pleaseSelectPersonnel: "请选择人员", pleaseRemoveallpersonnelBeforeSelectingSpecificPersonnel: "请先移除所有人员,再选择具体人员", queryResultIsEmpty: "查询结果为空", pleaseSelectATeam: "请选择工作组", pleaseEnterTeamName: "请输入工作组信息筛选", validationFailed: "验证失败", selectionDate: "选择日期", selectTime: "选择时间", pleaseEnterATimePoint: "请输入时间点", pleaseSelect: "请选择", startDate: "开始日期", endDate: "结束日期", noExportColumnsConfigured: "没有配置导出列", organizationTreeNoResultNotRemove: "未选择任何信息,无需移除", exceedFileSize: "超过文件大小限制{fileSize}M", upload: "上传", invalideDoubleValue: "{num} 不是合法的小数", noJumpPage: "未配置跳转页面", saveSuccessfully: "保存成功", pleaseInputSearchCondition: "请输入查询条件", fileUpload: "文件上传", selectYear: "选择年", search: "查询", forbiddenException: "您没有权限访问", theButtonIsNotBoundToAResource: "该按钮未绑定资源,请先绑定资源", asyncExport: "正在异步导出,请等待消息通知!", selectedWorkingGroup: "已选工作组", forbiddenExceptionLinkUrl: "请点击进行权限申请", forbiddenExceptionLinkUser: "如有疑问请联系", uploadFileTip: "上传的文件不超过{fileSize}M", asyncExportJumpMsg: "或点击我跳转到下载页面", mustFill: "{label} 必须填写", filePathNotFound: "文件UUID未找到,请检查配置", pleaseSelectDeleteData: "请选择要删除的数据" }, superGrid: { editablePlaceholder: "请点击输入", rowEditMessageBox: { title: "操作确认", content: "当前行有未保存的修改,是否进行保存修改切换?", confirmButton: "保存修改", cancelButton: "放弃修改" }, columnConfig: "字段配置", pleaseSaveOrCancelEditingLine: "请先保存或撤销编辑第 {row} 行数据", pleaseSaveLine: "请先保存第 {row} 行数据", noNeedToSaveRow: "无需保存第 {row} 行数据", pleaseSetURLToSaveRowInformation: "请设置“保存行信息的url”", lineSavedSuccessfully: "第 {row} 行保存成功", theReturnValueOfTheBeforesaveCallbackMethodIsFalse: "beforeSave回调方法返回值为false", lineNoNeedToUndoEdit: "第 {row} 行无需撤销编辑", lineCancelledSuccessfully: "第 {row} 行撤销成功", label: "字段名", isShow: "是否显示", isExportable: "是否导出", recordLine: "第 {row} 行记录", pageRecordLine: "第 {pageNum} 页第 {row} 行记录", fileName: "文件名称", deleteSuccessful: "删除成功", index: "序号", searchConditionName: "查询条件名称", pleaseInputSearchConditionName: "请输入查询条件名称", saveCondition: "保存条件", saveConditionTitle: "保存查询条件", displayOrder: "显示顺序", searchDisplayOrder: "查询显示顺序", width: "列宽", default: "默认", custom: "自定义", show: "显示", hidden: "隐藏", export: "导出", unExport: "不导出", whetherToConfirmReset: "是否确认重置?", resetSuccessful: "重置成功", dragColumnOrderMessage: "支持拖动改变列顺序", selectAll: "全选", viewImage: "查看图片", previewTitleWhenNotImg: "非图片格式,使用其它方式预览", refresh: "刷新", open: "展开", fold: "收起", prevRow: "上一行", nextRow: "下一行", detail: "详情", searchEmpty: "查询空值", canntAddTip: "不满足新建操作条件,不能执行新建操作,请检查!", rowCanntDeleteTip: "不满足删除操作条件,不能执行删除操作,请检查!", rowCanntEditTip: "不满足编辑操作条件,不能执行编辑操作,请检查!" }, departmentTree: {}, departmentTreeInline: { pleaseEnterDepartmentName: "请输入部门信息筛选", name: "部门名称", code: "部门编码", removeDepartment: "移除部门", selectedDept: "已选部门", namePath: "名称路径", allCheck: "全选", pleaseInputNameOrCode: "请输入名称/编码", selectResultInfoHasSelect: "已选择:", selectResultInfo: "{num}个部门(含子部门)", selectResultTitle: "已选择信息" }, departmentUserTree: { pleaseEnterUserInformation: "请输入用户信息筛选", selectedPeople: "已选人员", searchFieldUserName: "姓名", searchFieldLoginName: "登录名", searchFieldEmail: "邮箱", searchFieldTelephone: "手机号", searchFieldJobNumber: "工号", searchFieldHonorificName: "尊称", selectUserResultInfo: "{userNum}个用户", selectDeptResultInfo: "{deptNum}个部门(含子部门)" }, departmentUserTreeInline: { name: "姓名", department: "所属部门", branch: "所属分支", removeUser: "移除用户", email: "邮箱", loginName: "登录名", superiorDeptNameFullPath: "组织全路径", user: "用户", groupName: "名称", groupForm: "群组表单", groupList: "群组维护", group: "群组", orgTree: "组织树", groupNameNotEmpty: "群组名称必填" }, workgroupTree: { allTeamMembers: "所有工作组人员", name: "工作组名称", code: "工作组编码", removeWorkgroup: "移除工作组", workingGroupName: "工作组名称", workingGroupNumber: "工作组编号", workgroupDescription: "工作组描述", selectResultInfo: "{num}个工作组" }, workflowButton: { save: "暂存", submit: "提交", approve: "同意", refuse: "不同意", agreement: "赞成", oppose: "反对", kiken: "弃权", get_back_button: "取回", copy: "抄送", draw: "领取", abandon_draw: "放弃领取", add_sign: "加签", remove_sign: "减签", signoff: "签收", assign: "交办", assign_task: "转办", readed: "已阅", export_report: "导出报告", draw_dept_task: "部门领取", abandon_draw_dept_task: "放弃部门领取" }, workflowHistoryList: { specailText: "特", index: "序号", taskName: "环节名称", operation: "流转操作", opinion: "办理意见", processStart: "流程开始", processEnd: "流程结束", process_start: "[{key_1}]流程开始", prcoess_end: "[{key_1}]流程结束", force_end_process: "{key_1}强制结束了该流程,[{key_2}]的任务被取消", history_jump: "流程{key_3}到[{key_1}],[{key_2}]的任务被取消", history_back: "{key_1}退回任务,流程退回到[{key_2}]", history_removesign: "{key_1}给[{key_2}]减签", history_changetransactor_and_delegate: "{key_1}把办理人[{key_2}]更改成[{key_3})],{key_4}把任务委托给了[{key_5}]", history_changetransactor: "{key_1}把办理人[{2}]更改成[{key_3}]", history_addsign: "{key_1}给[{key_2}]加签", history_addtransactor: "{key_1}增加办理人[{key_2}]", history_removetransactor: "{key_1}减少办理人[{key_2}]", history_delegate_and_assign: "{key_1}把任务指派给了[{key_2}],[{key_3}]把任务委托给了[{key_4}]", history_assign: "{key_1}把任务指派给了[{key_2}]", transfer: "{key_1}移交给[{key_2}]", history_complete_transfer: "{key_1}执行了[{key_2}]操作,取消了其它接收人[{key_3}]的任务", history_delegate_receive: "{key_1}收回委托给[{key_2}]的任务", history_delegate: "{key_1}已把任务[{key_2}]委托给[{key_3}]", history_quit_transfer: "{key_1}离职,已把任务[{2}]移交给了[{key_3}]", history_change_job_transfer: "{1}换岗,已把任务[{2}]移交给了[{key_3}]", commonButtonOperation: "{key_1}执行了[{key_2}]操作", history_draw_task: "{key_1}领取了任务,取消了候选人[{key_2}]的任务", history_abandon_draw: "{key_1}放弃领取该任务,还原了候选人[{key_2}]的任务", create_copy_task: "{key_1}把任务抄送给了[{key_2}]", toDoText: "待处理", operator: "操作人", operatorLg: "操作人登录名", operatorDept: "操作人部门", operationTime: "操作时间", history_draw_dept_task: "{key_1}领取了部门[{key_2}]的任务", history_abandon_draw_dept_task: "{key_1}放弃领取部门[{key_2}]的任务", remark: "备注", taskState: "节点状态", processingDuration: "处理时长(H)", stayDuration: "停留时长", isOverdue: "是否超期", taskStateDoing: "进行中", taskStateDone: "已完成" }, gateway: { timeout: "接口调用超时", callFailed: "接口调用失败" }, superNineGrid: { add: "新建" }, fsUpload: { upload: "上传", download: "下载", delete: "删除", deleteSuccessful: "删除成功", preview: "预览", name: "名称", picture: "图片", operating: "操作", uploadSucceeded: "上传成功", theNumberOfUploadsExceedsTheLimitTheLimitIs: "上传数量超过限制,限制数量为", image: "图片", video: "视频", updateSuccess: "更新成功", more: "更多", uploadFailed: "上传失败!" }, messageVideo: { attemptingToIdentify: "正在尝试识别....", callingRearCamera: "正在调用后置摄像头...", identificationFailed: "识别失败" }, IntervalSelection: { year: "年", quarter: "季度", auxiliary: "第", week: "周", month: "月", day: "日", tian: "天", hour: "小时", minute: "分钟", second: "秒" }, imatrixUIPromptMessage: { NoContent: "暂无内容" }, chatEmbed: { name: "AI小助手", history: "历史记录", minimize: "缩小", fullscreen: "全屏", close: "关闭", regenerate: "重新生成", copy: "复制", newChat: "新建会话", copySuccess: "复制成功", requestFailed: "请求会话失败!" } };
1
+ const e = { imatrixUIPublicModel: { sure: "确定", cancel: "取消", allDepartments: "所有部门", allUsers: "所有用户", reset: "重置", to: "至", edit: "操作", clear: "清空", download: "下载", delete: "删除", preview: "预览", add: "增加", more: "更多", graphView: "图形视图", listView: "列表视图", fieldName: "字段名(*)", operator: "操作符", value: "值(*)", andOr: "并且/或者", whenTheVariableIsEmpty: "变量为空时", perhaps: "或者", also: "并且", greaterThan: "大于", lessThan: "小于", beEqualTo: "等于", notGreaterThan: "不大于", notLessThan: "不小于", notEqualTo: "不等于", contain: "包含", notIncluded: "不包含", laterThan: "晚于", earlierThan: "早于", noLaterThan: "不晚于", noEarlierThan: "不早于", ignore11: "忽略(1=1)", nonConformity: "不符合(1<>1)", switchToNormalQuery: "切换为普通查询", switchToAdvancedQuery: "切换为高级查询", isNull: "等于Null", isNotNull: "不等于Null", previewImage: "预览图片", fullScreen: "全屏", forbidden: "禁用", startUsing: "启用", systemCode: "系统编码", code: "编码", emptyValue: "空值", expand: "展开", collapse: "收起", noData: "暂无数据", confirmClosePage: "确认关闭此页面吗?未保存的数据将会丢失。", noMoreData: "没有更多数据了" }, imatrixUIMessage: { whetherToConfirmDeletion: "是否确认删除", tips: "提示", pleaseEnterContent: "请输入内容", internalServerError: "请求失败", pleaseSelectDepartment: "请选择部门", pleaseSelectPersonnel: "请选择人员", pleaseRemoveallpersonnelBeforeSelectingSpecificPersonnel: "请先移除所有人员,再选择具体人员", queryResultIsEmpty: "查询结果为空", pleaseSelectATeam: "请选择工作组", pleaseEnterTeamName: "请输入工作组信息筛选", validationFailed: "验证失败", selectionDate: "选择日期", selectTime: "选择时间", pleaseEnterATimePoint: "请输入时间点", pleaseSelect: "请选择", startDate: "开始日期", endDate: "结束日期", noExportColumnsConfigured: "没有配置导出列", organizationTreeNoResultNotRemove: "未选择任何信息,无需移除", exceedFileSize: "超过文件大小限制{fileSize}M", upload: "上传", invalideDoubleValue: "{num} 不是合法的小数", noJumpPage: "未配置跳转页面", saveSuccessfully: "保存成功", pleaseInputSearchCondition: "请输入查询条件", fileUpload: "文件上传", selectYear: "选择年", search: "查询", forbiddenException: "您没有权限访问", theButtonIsNotBoundToAResource: "该按钮未绑定资源,请先绑定资源", asyncExport: "正在异步导出,请等待消息通知!", selectedWorkingGroup: "已选工作组", forbiddenExceptionLinkUrl: "请点击进行权限申请", forbiddenExceptionLinkUser: "如有疑问请联系", uploadFileTip: "上传的文件不超过{fileSize}M", asyncExportJumpMsg: "或点击我跳转到下载页面", mustFill: "{label} 必须填写", filePathNotFound: "文件UUID未找到,请检查配置", pleaseSelectDeleteData: "请选择要删除的数据" }, superGrid: { editablePlaceholder: "请点击输入", rowEditMessageBox: { title: "操作确认", content: "当前行有未保存的修改,是否进行保存修改切换?", confirmButton: "保存修改", cancelButton: "放弃修改" }, columnConfig: "字段配置", pleaseSaveOrCancelEditingLine: "请先保存或撤销编辑第 {row} 行数据", pleaseSaveLine: "请先保存第 {row} 行数据", noNeedToSaveRow: "无需保存第 {row} 行数据", pleaseSetURLToSaveRowInformation: "请设置“保存行信息的url”", lineSavedSuccessfully: "第 {row} 行保存成功", theReturnValueOfTheBeforesaveCallbackMethodIsFalse: "beforeSave回调方法返回值为false", lineNoNeedToUndoEdit: "第 {row} 行无需撤销编辑", lineCancelledSuccessfully: "第 {row} 行撤销成功", label: "字段名", isShow: "是否显示", isExportable: "是否导出", recordLine: "第 {row} 行记录", pageRecordLine: "第 {pageNum} 页第 {row} 行记录", fileName: "文件名称", deleteSuccessful: "删除成功", index: "序号", searchConditionName: "查询条件名称", pleaseInputSearchConditionName: "请输入查询条件名称", saveCondition: "保存条件", saveConditionTitle: "保存查询条件", displayOrder: "显示顺序", searchDisplayOrder: "查询显示顺序", width: "列宽", default: "默认", custom: "自定义", show: "显示", hidden: "隐藏", export: "导出", unExport: "不导出", whetherToConfirmReset: "是否确认重置?", resetSuccessful: "重置成功", dragColumnOrderMessage: "支持拖动改变列顺序", selectAll: "全选", viewImage: "查看图片", previewTitleWhenNotImg: "非图片格式,使用其它方式预览", refresh: "刷新", open: "展开", fold: "收起", prevRow: "上一行", nextRow: "下一行", detail: "详情", searchEmpty: "查询空值", canntAddTip: "不满足新建操作条件,不能执行新建操作,请检查!", rowCanntDeleteTip: "不满足删除操作条件,不能执行删除操作,请检查!", rowCanntEditTip: "不满足编辑操作条件,不能执行编辑操作,请检查!", searchCondition: "查询条件", orderField: "排序字段", orderType: "排序方式", orderTypeAsc: "升序", orderTypeDesc: "降序", close: "关闭" }, departmentTree: {}, departmentTreeInline: { pleaseEnterDepartmentName: "请输入部门信息筛选", name: "部门名称", code: "部门编码", removeDepartment: "移除部门", selectedDept: "已选部门", namePath: "名称路径", allCheck: "全选", pleaseInputNameOrCode: "请输入名称/编码", selectResultInfoHasSelect: "已选择:", selectResultInfo: "{num}个部门(含子部门)", selectResultTitle: "已选择信息" }, departmentUserTree: { pleaseEnterUserInformation: "请输入用户信息筛选", selectedPeople: "已选人员", searchFieldUserName: "姓名", searchFieldLoginName: "登录名", searchFieldEmail: "邮箱", searchFieldTelephone: "手机号", searchFieldJobNumber: "工号", searchFieldHonorificName: "尊称", selectUserResultInfo: "{userNum}个用户", selectDeptResultInfo: "{deptNum}个部门(含子部门)" }, departmentUserTreeInline: { name: "姓名", department: "所属部门", branch: "所属分支", removeUser: "移除用户", email: "邮箱", loginName: "登录名", superiorDeptNameFullPath: "组织全路径", user: "用户", groupName: "名称", groupForm: "群组表单", groupList: "群组维护", group: "群组", orgTree: "组织树", groupNameNotEmpty: "群组名称必填" }, workgroupTree: { allTeamMembers: "所有工作组人员", name: "工作组名称", code: "工作组编码", removeWorkgroup: "移除工作组", workingGroupName: "工作组名称", workingGroupNumber: "工作组编号", workgroupDescription: "工作组描述", selectResultInfo: "{num}个工作组" }, workflowButton: { save: "暂存", submit: "提交", approve: "同意", refuse: "不同意", agreement: "赞成", oppose: "反对", kiken: "弃权", get_back_button: "取回", copy: "抄送", draw: "领取", abandon_draw: "放弃领取", add_sign: "加签", remove_sign: "减签", signoff: "签收", assign: "交办", assign_task: "转办", readed: "已阅", export_report: "导出报告", draw_dept_task: "部门领取", abandon_draw_dept_task: "放弃部门领取" }, workflowHistoryList: { specailText: "特", index: "序号", taskName: "环节名称", operation: "流转操作", opinion: "办理意见", processStart: "流程开始", processEnd: "流程结束", process_start: "[{key_1}]流程开始", prcoess_end: "[{key_1}]流程结束", force_end_process: "{key_1}强制结束了该流程,[{key_2}]的任务被取消", history_jump: "流程{key_3}到[{key_1}],[{key_2}]的任务被取消", history_back: "{key_1}退回任务,流程退回到[{key_2}]", history_removesign: "{key_1}给[{key_2}]减签", history_changetransactor_and_delegate: "{key_1}把办理人[{key_2}]更改成[{key_3})],{key_4}把任务委托给了[{key_5}]", history_changetransactor: "{key_1}把办理人[{2}]更改成[{key_3}]", history_addsign: "{key_1}给[{key_2}]加签", history_addtransactor: "{key_1}增加办理人[{key_2}]", history_removetransactor: "{key_1}减少办理人[{key_2}]", history_delegate_and_assign: "{key_1}把任务指派给了[{key_2}],[{key_3}]把任务委托给了[{key_4}]", history_assign: "{key_1}把任务指派给了[{key_2}]", transfer: "{key_1}移交给[{key_2}]", history_complete_transfer: "{key_1}执行了[{key_2}]操作,取消了其它接收人[{key_3}]的任务", history_delegate_receive: "{key_1}收回委托给[{key_2}]的任务", history_delegate: "{key_1}已把任务[{key_2}]委托给[{key_3}]", history_quit_transfer: "{key_1}离职,已把任务[{2}]移交给了[{key_3}]", history_change_job_transfer: "{1}换岗,已把任务[{2}]移交给了[{key_3}]", commonButtonOperation: "{key_1}执行了[{key_2}]操作", history_draw_task: "{key_1}领取了任务,取消了候选人[{key_2}]的任务", history_abandon_draw: "{key_1}放弃领取该任务,还原了候选人[{key_2}]的任务", create_copy_task: "{key_1}把任务抄送给了[{key_2}]", toDoText: "待处理", operator: "操作人", operatorLg: "操作人登录名", operatorDept: "操作人部门", operationTime: "操作时间", history_draw_dept_task: "{key_1}领取了部门[{key_2}]的任务", history_abandon_draw_dept_task: "{key_1}放弃领取部门[{key_2}]的任务", remark: "备注", taskState: "节点状态", processingDuration: "处理时长(H)", stayDuration: "停留时长", isOverdue: "是否超期", taskStateDoing: "进行中", taskStateDone: "已完成" }, gateway: { timeout: "接口调用超时", callFailed: "接口调用失败" }, superNineGrid: { add: "新建" }, fsUpload: { upload: "上传", download: "下载", delete: "删除", deleteSuccessful: "删除成功", preview: "预览", name: "名称", picture: "图片", operating: "操作", uploadSucceeded: "上传成功", theNumberOfUploadsExceedsTheLimitTheLimitIs: "上传数量超过限制,限制数量为", image: "图片", video: "视频", updateSuccess: "更新成功", more: "更多", uploadFailed: "上传失败!" }, messageVideo: { attemptingToIdentify: "正在尝试识别....", callingRearCamera: "正在调用后置摄像头...", identificationFailed: "识别失败" }, IntervalSelection: { year: "年", quarter: "季度", auxiliary: "第", week: "周", month: "月", day: "日", tian: "天", hour: "小时", minute: "分钟", second: "秒" }, imatrixUIPromptMessage: { NoContent: "暂无内容" }, chatEmbed: { name: "AI小助手", history: "历史记录", minimize: "缩小", fullscreen: "全屏", close: "关闭", regenerate: "重新生成", copy: "复制", newChat: "新建会话", copySuccess: "复制成功", requestFailed: "请求会话失败!" } };
2
2
  export {
3
3
  e as default
4
4
  };
@@ -1,4 +1,4 @@
1
- const e = { imatrixUIPublicModel: { sure: "Sure", cancel: "Cancel", allDepartments: "All Departments", allUsers: "All Users", reset: "Reset", to: "To", edit: "Edit", clear: "Clear", download: "Download", delete: "Delete", preview: "Preview", add: "Add", more: "More", graphView: "Graphic view", listView: "List View", fieldName: "Field Name", operator: "Operator", value: "Value", andOr: "And/Or", whenTheVariableIsEmpty: "When The Variable Is Empty", perhaps: "Perhaps", also: "Also", greaterThan: "Greater Than", lessThan: "Less Than", beEqualTo: "Be Equal To", notGreaterThan: "Not Greater Than", notLessThan: "Not Less Than", notEqualTo: "Not Equal To", contain: "Contain", notIncluded: "Not Included", laterThan: "Later Than", earlierThan: "Earlier Than", noLaterThan: "No Later Than", noEarlierThan: "No Earlier Than", ignore11: "Ignore (1 = 1)", nonConformity: "Non Conformity (1 < > 1)", switchToNormalQuery: "Switch To Normal Query", switchToAdvancedQuery: "Switch To Advanced Query", isNull: "Is Null", isNotNull: "Is Not Null", previewImage: "Preview image", fullScreen: "Full Screen", forbidden: "forbidden", startUsing: "Start Using", systemCode: "System Code", code: "Code", emptyValue: "Empty Value", expand: "Expand", collapse: "Collapse", confirmClosePage: "Are you sure you want to close this page? Unsaved data will be lost." }, imatrixUIMessage: { whetherToConfirmDeletion: "Whether To Confirm Deletion", tips: "Tips", pleaseEnterContent: "Please Enter Content", internalServerError: "Server error", pleaseSelectDepartment: "Please Select Department", pleaseSelectPersonnel: "Please Select Personnel", pleaseRemoveallpersonnelBeforeSelectingSpecificPersonnel: "Please Remove All Personnel Before Selecting Specific Personnel", queryResultIsEmpty: "Query Result Is Empty", pleaseSelectATeam: "Please Select A Team", pleaseEnterTeamName: "Please Enter Team Info Filter", validationFailed: "Validation Failed", selectionDate: "Selection Date", selectTime: "Select Time", pleaseEnterATimePoint: "Please Enter A Time Point", pleaseSelect: "Please Select", startDate: "Start Date", endDate: "End Date", noExportColumnsConfigured: "No Export Columns Configured", organizationTreeNoResultNotRemove: "No information selected, no need to remove", exceedFileSize: "File size limit {filesize} M exceeded", upload: "Upload", invalideDoubleValue: "{num} is not a legal decimal", noJumpPage: "Jump page not configured", saveSuccessfully: "Savee successfully", pleaseInputSearchCondition: "Please enter the query criteria", fileUpload: "File Upload", selectYear: "Select Year", search: "Search", forbiddenException: "You do not have permission to access", theButtonIsNotBoundToAResource: "The button is not bound to a resource, Bind the resource first", asyncExport: "Asynchronous export, please wait for message notification!", selectedWorkingGroup: "Selected working group", forbiddenExceptionLinkUrl: "please click to apply", forbiddenExceptionLinkUser: "if you have any questions,please contact", uploadFileTip: "The file size should lower {fileSize}M", asyncExportJumpMsg: "Or click me to jump to download page.", mustFill: "{label} must fill", filePathNotFound: "File UUID not found, please check the configuration", pleaseSelectDeleteData: "Please select the data to delete" }, superGrid: { editablePlaceholder: "Please click to input", rowEditMessageBox: { title: "Operation Confirmation", content: "There are unsaved modifications in the current row. Do you want to save the modifications and switch?", confirmButton: "Save edit", cancelButton: "Discard edit" }, columnConfig: "Column Config", pleaseSaveOrCancelEditingLine: "Please Save Or Cancel Editing Line {row} Data First", pleaseSaveLine: "Please Save Line {row} Data First", noNeedToSaveRow: "No Need To Save Row {row} Data", pleaseSetURLToSaveRowInformation: 'Please set "URL to save row information"', lineSavedSuccessfully: "Line {row} Saved Successfully", theReturnValueOfTheBeforesaveCallbackMethodIsFalse: "The Return Value Of The Beforesave Callback Method Is False", lineNoNeedToUndoEdit: "Line {row} No Need To Undo Edit", lineCancelledSuccessfully: "Line {row} cancelled successfully", label: "Label", isShow: "Is Show", isExportable: "Is Exportable", recordLine: "Record line {row}", pageRecordLine: "Record in row {row} of page {pageNum}", fileName: "File Name", deleteSuccessful: "Deleted successfully", index: "No.", searchConditionName: "Search Condition Name", pleaseInputSearchConditionName: "Please enter the name of the query criteria", saveCondition: "Save Condition", saveConditionTitle: "Save Condition", displayOrder: "Display Order", searchDisplayOrder: "Search Display Order", width: "Column Width", default: "Default", custom: "Custom", show: "Show", hidden: "Hidden", export: "Export", unExport: "Not Export", whetherToConfirmReset: "Are you sure you want to reset?", resetSuccessful: "Reset successfully", dragColumnOrderMessage: "Supports dragging to change column order", selectAll: "Select All", viewImage: "View Image", previewTitleWhenNotImg: "Non picture format, preview in other ways", refresh: "Refresh", open: "Open", fold: "Fold", prevRow: "Prev Row", nextRow: "Next Row", detail: "Detail", searchEmpty: "Search Empty", canntAddTip: "Does not meet the new operation conditions, cannot perform the new operation, please check!", rowCanntDeleteTip: "Does not meet the delete operation conditions, cannot perform the delete operation, please check!", rowCanntEditTip: "Does not meet the edit operation conditions, cannot perform the edit operation, please check!" }, departmentTree: {}, departmentTreeInline: { pleaseEnterDepartmentName: "Please Enter Department Info Filter", name: "Department Name", code: "Department Code", removeDepartment: "Remove Department", selectedDept: "Selected Departments", namePath: "Name Path", allCheck: "Check All", pleaseInputNameOrCode: "Please Input Name Or Code", selectResultInfoHasSelect: "Has select:", selectResultInfo: "{num} departments (including sub departments)", selectResultTitle: "Has Select Result" }, departmentUserTree: { pleaseEnterUserInformation: "Please Enter User Information Filter", selectedPeople: "Selected People", searchFieldUserName: "Name", searchFieldLoginName: "Login Name", searchFieldEmail: "Email", searchFieldTelephone: "Telephone", searchFieldJobNumber: "Job Number", searchFieldHonorificName: "Honorific", selectUserResultInfo: "{useNum} Users", selectDeptResultInfo: "{num} departments(including sub departments)" }, departmentUserTreeInline: { name: "Name", department: "Department", branch: "Branch", removeUser: "Remove User", email: "Email", loginName: "Login Name", superiorDeptNameFullPath: "Department full path", user: "User", groupName: "Name", groupForm: "Group Form", groupList: "Group List", group: "Group", orgTree: "Organization Tree", groupNameNotEmpty: "Group name is required" }, workgroupTree: { allTeamMembers: "All Team Members", name: "Workgroup Name", code: "Workgroup Code", removeWorkgroup: "Remove Workgroup", workingGroupName: "Working Group Name", workingGroupNumber: "Working Group Number", workgroupDescription: "Workgroup Description", selectResultInfo: "{num} workgroups" }, workflowButton: { save: "Save", submit: "Submit", approve: "Approve", refuse: "Refuse", agreement: "Agree", oppose: "Opposition", kiken: "Abstention", get_back_button: "Retrieve", copy: "Copy", draw: "Draw", abandon_draw: "Give Up Draw", add_sign: "Additional Signature", remove_sign: "Reduction Of Signature", signoff: "Sign For", assign: "Hand over", assign_task: "Transfer", readed: "Readed", export_report: "Export Report", draw_dept_task: "Draw Department", abandon_draw_dept_task: "Give Up Draw Department" }, workflowHistoryList: { specailText: "specail", index: "Index", taskName: "Task Name", operation: "Operation", opinion: "Opinion", processStart: "Process Start", processEnd: "Process End", process_start: "[{1}] process start", prcoess_end: "[{1}] process End", force_end_process: "{key_1}forced to end the process, and the task of [{key_2}] was canceled", history_jump: "Process {key_3} to [{key_1}], [{key_2}] task cancelled", history_back: "{key_1} returned to task,process returned to [{key_2}]", history_removesign: "{key_1} minus [{key_2}]", history_changetransactor_and_delegate: "{key_1} changed the handler [{key_2}] to [{key_3}], [{key_4}] delegated the task to [{key_5}]", history_changetransactor: "{key_1} changed handler [{key_2}] to [{key_3}]", history_addsign: "{key_1} sign [{key_2}]", history_addtransactor: "{key_1} add handler [{key_2}]", history_removetransactor: "{key_1} decrease handler [{key_2}]", history_delegate_and_assign: "{key_1} assigned tasks to [{key_2}], [{key_3}] delegated tasks to [{key_4}]", history_assign: "{key_1} assigned task to [{key_2}]", transfer: "{key_1} transferred to [{key_2}]", history_complete_transfer: "{key_1} execute [{key_2}] operation and canceled the task of other receivers [{key_3}]", history_delegate_receive: "{key_1} retracts the task entrusted to [{key_2}]", history_delegate: "{key_1} has delegated task [{key_2}] to [{key_3}]", history_quit_transfer: "{key_1} Resignation, has transferred task [{key_2}] to [{key_3}", history_change_job_transfer: "{key_1} Change job,has transferred task [{key_2}] to [{key_3}", commonButtonOperation: "{key_1} execute [{key_2}] operation", history_draw_task: "{key_1} received the task and cancelled the task of the candidate [{key_2}]", history_abandon_draw: "{key_1} gives up the task and restores the task of candidate [{key_2}]", create_copy_task: "{key_1} The task was copied to [{key_2}", toDoText: "Todo", operator: "Operator", operatorLg: "Operator Login Name", operatorDept: "Operator Dept", operationTime: "Operation Time", history_draw_dept_task: "{key_1} Received tasks from department [{key_2}]", history_abandon_draw_dept_task: "{key_1} Abandon the task of receiving department [{key_2}]", remark: "remark", taskState: "Task State", processingDuration: "Processing Duration(H)", stayDuration: "Stay Duration", isOverdue: "Is Overdue", taskStateDoing: "Doing", taskStateDone: "Done" }, gateway: { timeout: "Interface call timeout", callFailed: "Interface call failed" }, superNineGrid: { add: "Create" }, fsUpload: { upload: "Upload", download: "Download", delete: "Delete", deleteSuccessful: "Delete successful", preview: "Preview", name: "Name", picture: "Picture", operating: "Operating", uploadSucceeded: "Upload succeeded", theNumberOfUploadsExceedsTheLimitTheLimitIs: "The number of uploads exceeds the limit. The limit is", image: "Image", video: "Video", updateSuccess: "Update success", more: "More", uploadFailed: "Upload failed!" }, messageVideo: { attemptingToIdentify: "Attempting to identify", callingRearCamera: "Calling rear camera", identificationFailed: "Identification failed" }, IntervalSelection: { year: "year", quarter: "quarter", auxiliary: "auxiliary word for ordinal numbers", week: "week", month: "month", day: "day", tian: "day", hour: "hour", minute: "minute", second: "second" }, imatrixUIPromptMessage: { NoContent: "No content" }, chatEmbed: { name: "AI Assistant", history: "History", minimize: "Minimize", fullscreen: "Full Screen", close: "Close", regenerate: "Regenerate", copy: "Copy", newChat: "New Chat", copySuccess: "Copy successful", requestFailed: "Request failed!" } };
1
+ const e = { imatrixUIPublicModel: { sure: "Sure", cancel: "Cancel", allDepartments: "All Departments", allUsers: "All Users", reset: "Reset", to: "To", edit: "Edit", clear: "Clear", download: "Download", delete: "Delete", preview: "Preview", add: "Add", more: "More", graphView: "Graphic view", listView: "List View", fieldName: "Field Name", operator: "Operator", value: "Value", andOr: "And/Or", whenTheVariableIsEmpty: "When The Variable Is Empty", perhaps: "Perhaps", also: "Also", greaterThan: "Greater Than", lessThan: "Less Than", beEqualTo: "Be Equal To", notGreaterThan: "Not Greater Than", notLessThan: "Not Less Than", notEqualTo: "Not Equal To", contain: "Contain", notIncluded: "Not Included", laterThan: "Later Than", earlierThan: "Earlier Than", noLaterThan: "No Later Than", noEarlierThan: "No Earlier Than", ignore11: "Ignore (1 = 1)", nonConformity: "Non Conformity (1 < > 1)", switchToNormalQuery: "Switch To Normal Query", switchToAdvancedQuery: "Switch To Advanced Query", isNull: "Is Null", isNotNull: "Is Not Null", previewImage: "Preview image", fullScreen: "Full Screen", forbidden: "forbidden", startUsing: "Start Using", systemCode: "System Code", code: "Code", emptyValue: "Empty Value", expand: "Expand", collapse: "Collapse", noData: "No Data", confirmClosePage: "Are you sure you want to close this page? Unsaved data will be lost.", noMoreData: "No more data" }, imatrixUIMessage: { whetherToConfirmDeletion: "Whether To Confirm Deletion", tips: "Tips", pleaseEnterContent: "Please Enter Content", internalServerError: "Server error", pleaseSelectDepartment: "Please Select Department", pleaseSelectPersonnel: "Please Select Personnel", pleaseRemoveallpersonnelBeforeSelectingSpecificPersonnel: "Please Remove All Personnel Before Selecting Specific Personnel", queryResultIsEmpty: "Query Result Is Empty", pleaseSelectATeam: "Please Select A Team", pleaseEnterTeamName: "Please Enter Team Info Filter", validationFailed: "Validation Failed", selectionDate: "Selection Date", selectTime: "Select Time", pleaseEnterATimePoint: "Please Enter A Time Point", pleaseSelect: "Please Select", startDate: "Start Date", endDate: "End Date", noExportColumnsConfigured: "No Export Columns Configured", organizationTreeNoResultNotRemove: "No information selected, no need to remove", exceedFileSize: "File size limit {filesize} M exceeded", upload: "Upload", invalideDoubleValue: "{num} is not a legal decimal", noJumpPage: "Jump page not configured", saveSuccessfully: "Savee successfully", pleaseInputSearchCondition: "Please enter the query criteria", fileUpload: "File Upload", selectYear: "Select Year", search: "Search", forbiddenException: "You do not have permission to access", theButtonIsNotBoundToAResource: "The button is not bound to a resource, Bind the resource first", asyncExport: "Asynchronous export, please wait for message notification!", selectedWorkingGroup: "Selected working group", forbiddenExceptionLinkUrl: "please click to apply", forbiddenExceptionLinkUser: "if you have any questions,please contact", uploadFileTip: "The file size should lower {fileSize}M", asyncExportJumpMsg: "Or click me to jump to download page.", mustFill: "{label} must fill", filePathNotFound: "File UUID not found, please check the configuration", pleaseSelectDeleteData: "Please select the data to delete" }, superGrid: { editablePlaceholder: "Please click to input", rowEditMessageBox: { title: "Operation Confirmation", content: "There are unsaved modifications in the current row. Do you want to save the modifications and switch?", confirmButton: "Save edit", cancelButton: "Discard edit" }, columnConfig: "Column Config", pleaseSaveOrCancelEditingLine: "Please Save Or Cancel Editing Line {row} Data First", pleaseSaveLine: "Please Save Line {row} Data First", noNeedToSaveRow: "No Need To Save Row {row} Data", pleaseSetURLToSaveRowInformation: 'Please set "URL to save row information"', lineSavedSuccessfully: "Line {row} Saved Successfully", theReturnValueOfTheBeforesaveCallbackMethodIsFalse: "The Return Value Of The Beforesave Callback Method Is False", lineNoNeedToUndoEdit: "Line {row} No Need To Undo Edit", lineCancelledSuccessfully: "Line {row} cancelled successfully", label: "Label", isShow: "Is Show", isExportable: "Is Exportable", recordLine: "Record line {row}", pageRecordLine: "Record in row {row} of page {pageNum}", fileName: "File Name", deleteSuccessful: "Deleted successfully", index: "No.", searchConditionName: "Search Condition Name", pleaseInputSearchConditionName: "Please enter the name of the query criteria", saveCondition: "Save Condition", saveConditionTitle: "Save Condition", displayOrder: "Display Order", searchDisplayOrder: "Search Display Order", width: "Column Width", default: "Default", custom: "Custom", show: "Show", hidden: "Hidden", export: "Export", unExport: "Not Export", whetherToConfirmReset: "Are you sure you want to reset?", resetSuccessful: "Reset successfully", dragColumnOrderMessage: "Supports dragging to change column order", selectAll: "Select All", viewImage: "View Image", previewTitleWhenNotImg: "Non picture format, preview in other ways", refresh: "Refresh", open: "Open", fold: "Fold", prevRow: "Prev Row", nextRow: "Next Row", detail: "Detail", searchEmpty: "Search Empty", canntAddTip: "Does not meet the new operation conditions, cannot perform the new operation, please check!", rowCanntDeleteTip: "Does not meet the delete operation conditions, cannot perform the delete operation, please check!", rowCanntEditTip: "Does not meet the edit operation conditions, cannot perform the edit operation, please check!", searchCondition: "Search Conditon", orderField: "Order Field", orderType: "Order Type", orderTypeAsc: "Asc", orderTypeDesc: "Desc", close: "Close" }, departmentTree: {}, departmentTreeInline: { pleaseEnterDepartmentName: "Please Enter Department Info Filter", name: "Department Name", code: "Department Code", removeDepartment: "Remove Department", selectedDept: "Selected Departments", namePath: "Name Path", allCheck: "Check All", pleaseInputNameOrCode: "Please Input Name Or Code", selectResultInfoHasSelect: "Has select:", selectResultInfo: "{num} departments (including sub departments)", selectResultTitle: "Has Select Result" }, departmentUserTree: { pleaseEnterUserInformation: "Please Enter User Information Filter", selectedPeople: "Selected People", searchFieldUserName: "Name", searchFieldLoginName: "Login Name", searchFieldEmail: "Email", searchFieldTelephone: "Telephone", searchFieldJobNumber: "Job Number", searchFieldHonorificName: "Honorific", selectUserResultInfo: "{useNum} Users", selectDeptResultInfo: "{num} departments(including sub departments)" }, departmentUserTreeInline: { name: "Name", department: "Department", branch: "Branch", removeUser: "Remove User", email: "Email", loginName: "Login Name", superiorDeptNameFullPath: "Department full path", user: "User", groupName: "Name", groupForm: "Group Form", groupList: "Group List", group: "Group", orgTree: "Organization Tree", groupNameNotEmpty: "Group name is required" }, workgroupTree: { allTeamMembers: "All Team Members", name: "Workgroup Name", code: "Workgroup Code", removeWorkgroup: "Remove Workgroup", workingGroupName: "Working Group Name", workingGroupNumber: "Working Group Number", workgroupDescription: "Workgroup Description", selectResultInfo: "{num} workgroups" }, workflowButton: { save: "Save", submit: "Submit", approve: "Approve", refuse: "Refuse", agreement: "Agree", oppose: "Opposition", kiken: "Abstention", get_back_button: "Retrieve", copy: "Copy", draw: "Draw", abandon_draw: "Give Up Draw", add_sign: "Additional Signature", remove_sign: "Reduction Of Signature", signoff: "Sign For", assign: "Hand over", assign_task: "Transfer", readed: "Readed", export_report: "Export Report", draw_dept_task: "Draw Department", abandon_draw_dept_task: "Give Up Draw Department" }, workflowHistoryList: { specailText: "specail", index: "Index", taskName: "Task Name", operation: "Operation", opinion: "Opinion", processStart: "Process Start", processEnd: "Process End", process_start: "[{1}] process start", prcoess_end: "[{1}] process End", force_end_process: "{key_1}forced to end the process, and the task of [{key_2}] was canceled", history_jump: "Process {key_3} to [{key_1}], [{key_2}] task cancelled", history_back: "{key_1} returned to task,process returned to [{key_2}]", history_removesign: "{key_1} minus [{key_2}]", history_changetransactor_and_delegate: "{key_1} changed the handler [{key_2}] to [{key_3}], [{key_4}] delegated the task to [{key_5}]", history_changetransactor: "{key_1} changed handler [{key_2}] to [{key_3}]", history_addsign: "{key_1} sign [{key_2}]", history_addtransactor: "{key_1} add handler [{key_2}]", history_removetransactor: "{key_1} decrease handler [{key_2}]", history_delegate_and_assign: "{key_1} assigned tasks to [{key_2}], [{key_3}] delegated tasks to [{key_4}]", history_assign: "{key_1} assigned task to [{key_2}]", transfer: "{key_1} transferred to [{key_2}]", history_complete_transfer: "{key_1} execute [{key_2}] operation and canceled the task of other receivers [{key_3}]", history_delegate_receive: "{key_1} retracts the task entrusted to [{key_2}]", history_delegate: "{key_1} has delegated task [{key_2}] to [{key_3}]", history_quit_transfer: "{key_1} Resignation, has transferred task [{key_2}] to [{key_3}", history_change_job_transfer: "{key_1} Change job,has transferred task [{key_2}] to [{key_3}", commonButtonOperation: "{key_1} execute [{key_2}] operation", history_draw_task: "{key_1} received the task and cancelled the task of the candidate [{key_2}]", history_abandon_draw: "{key_1} gives up the task and restores the task of candidate [{key_2}]", create_copy_task: "{key_1} The task was copied to [{key_2}", toDoText: "Todo", operator: "Operator", operatorLg: "Operator Login Name", operatorDept: "Operator Dept", operationTime: "Operation Time", history_draw_dept_task: "{key_1} Received tasks from department [{key_2}]", history_abandon_draw_dept_task: "{key_1} Abandon the task of receiving department [{key_2}]", remark: "remark", taskState: "Task State", processingDuration: "Processing Duration(H)", stayDuration: "Stay Duration", isOverdue: "Is Overdue", taskStateDoing: "Doing", taskStateDone: "Done" }, gateway: { timeout: "Interface call timeout", callFailed: "Interface call failed" }, superNineGrid: { add: "Create" }, fsUpload: { upload: "Upload", download: "Download", delete: "Delete", deleteSuccessful: "Delete successful", preview: "Preview", name: "Name", picture: "Picture", operating: "Operating", uploadSucceeded: "Upload succeeded", theNumberOfUploadsExceedsTheLimitTheLimitIs: "The number of uploads exceeds the limit. The limit is", image: "Image", video: "Video", updateSuccess: "Update success", more: "More", uploadFailed: "Upload failed!" }, messageVideo: { attemptingToIdentify: "Attempting to identify", callingRearCamera: "Calling rear camera", identificationFailed: "Identification failed" }, IntervalSelection: { year: "year", quarter: "quarter", auxiliary: "auxiliary word for ordinal numbers", week: "week", month: "month", day: "day", tian: "day", hour: "hour", minute: "minute", second: "second" }, imatrixUIPromptMessage: { NoContent: "No content" }, chatEmbed: { name: "AI Assistant", history: "History", minimize: "Minimize", fullscreen: "Full Screen", close: "Close", regenerate: "Regenerate", copy: "Copy", newChat: "New Chat", copySuccess: "Copy successful", requestFailed: "Request failed!" } };
2
2
  export {
3
3
  e as default
4
4
  };
@@ -123,10 +123,10 @@ function S() {
123
123
  }
124
124
  return n2;
125
125
  }
126
- function M(e2) {
126
+ function y(e2) {
127
127
  return e2 && "[object Promise]" === Object.prototype.toString.call(e2);
128
128
  }
129
- function y() {
129
+ function M() {
130
130
  const e2 = /* @__PURE__ */ new Date() + "";
131
131
  let n2 = "";
132
132
  if (e2.indexOf("GMT") > 0) {
@@ -147,28 +147,28 @@ function T(e2, n2, t2) {
147
147
  let o2 = window.customValidatorRef.get(e2);
148
148
  o2 || (o2 = /* @__PURE__ */ new Map(), window.customValidatorRef.set(e2, o2)), o2.set(n2, t2);
149
149
  }
150
- function E(e2, n2) {
150
+ function C(e2, n2) {
151
151
  if (window.customValidatorRef) {
152
152
  const t2 = window.customValidatorRef.get(e2);
153
153
  t2 && t2.delete(n2);
154
154
  }
155
155
  }
156
- function j() {
156
+ function E() {
157
157
  return navigator.userAgent, navigator.maxTouchPoints, !!/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini|Opera Mobi|Windows CE|Symbian|Windows Phone|POLARIS|lgtelecom|nokia|SonyEricsson|LG|SAMSUNG|Samsung|Mobile/i.test(navigator.userAgent) || !!(/Macintosh/i.test(navigator.userAgent) && void 0 !== navigator.maxTouchPoints && navigator.maxTouchPoints >= 1);
158
158
  }
159
- function C(e2) {
159
+ function j(e2) {
160
160
  return s.getLocaleByLang(e2);
161
161
  }
162
- function R(n2) {
162
+ function F(n2) {
163
163
  let t2;
164
164
  return n2 && (t2 = JSON.stringify(n2)), e(t2);
165
165
  }
166
- function F() {
166
+ function R() {
167
167
  return n();
168
168
  }
169
169
  function L(e2) {
170
170
  let n2;
171
- const t2 = F();
171
+ const t2 = R();
172
172
  if (t2) {
173
173
  n2 = JSON.parse(t2)[e2];
174
174
  }
@@ -177,14 +177,14 @@ function L(e2) {
177
177
  function N(n2) {
178
178
  return new Promise((o2, i2) => {
179
179
  if (t()) {
180
- const t2 = F();
180
+ const t2 = R();
181
181
  t2 ? (e(t2), o2()) : n2.get(window.$vueApp.config.globalProperties.baseAPI + "/component/all-languages").then((e2) => {
182
182
  const n3 = {};
183
183
  e2 && e2.forEach((e3) => {
184
184
  const t3 = e3.value;
185
185
  let o3;
186
186
  t3.indexOf("_") > 0 && (o3 = t3.substring(0, t3.indexOf("_"))), o3 && "zh" === o3 && (o3 = "cn"), o3 && (n3[o3] = t3);
187
- }), R(n3), o2();
187
+ }), F(n3), o2();
188
188
  });
189
189
  } else
190
190
  o2();
@@ -319,14 +319,21 @@ function Q() {
319
319
  });
320
320
  });
321
321
  }
322
- function K() {
323
- return window.localStorage.getItem("auth_source");
322
+ function K(e2) {
323
+ return new Promise((n2, t2) => {
324
+ window.$authApi.getSystemCacheUrl() ? n2(window.$authApi.getSystemCacheFrontendUrlByCode(e2)) : Q().then(() => {
325
+ n2(window.$authApi.getSystemCacheFrontendUrlByCode(e2));
326
+ });
327
+ });
324
328
  }
325
329
  function X() {
326
- const e2 = K();
330
+ return window.localStorage.getItem("auth_source");
331
+ }
332
+ function Z() {
333
+ const e2 = X();
327
334
  return !!(e2 && "dingtalk" === e2 && window.top && window.top.$dd);
328
335
  }
329
- function Z(e2) {
336
+ function ee(e2) {
330
337
  try {
331
338
  const n2 = e2.includes("#") ? e2.split("#")[1] : e2, t2 = n2.includes("?") ? n2.split("?")[1] : n2, o2 = new URLSearchParams(t2);
332
339
  return Object.fromEntries(o2);
@@ -334,7 +341,7 @@ function Z(e2) {
334
341
  console.error("error===", e3);
335
342
  }
336
343
  }
337
- function ee(e2) {
344
+ function ne(e2) {
338
345
  e2 += "&isShowWatermark=false";
339
346
  let n2 = function() {
340
347
  let e3 = window.$vueApp.config.globalProperties.kkFileViewUrl, n3 = e3, t2 = window.$vueApp.config.globalProperties.baseURL;
@@ -352,37 +359,37 @@ function ee(e2) {
352
359
  });
353
360
  });
354
361
  }
355
- function ne() {
362
+ function te() {
356
363
  const e2 = localStorage.getItem(c.loadState);
357
364
  e2 && "true" === e2 || window.$http.get(window.$vueApp.config.globalProperties.baseAPI + "/component/common/prop-setting").then((e3) => {
358
365
  e3 && g(e3);
359
366
  });
360
367
  }
361
- function te(e2, n2) {
368
+ function oe(e2, n2) {
362
369
  /(y+)/.test(n2) && (n2 = n2.replace(RegExp.$1, (e2.getFullYear() + "").substr(4 - RegExp.$1.length)));
363
370
  const t2 = { "M+": e2.getMonth() + 1, "d+": e2.getDate(), "H+": e2.getHours(), "m+": e2.getMinutes(), "s+": e2.getSeconds() };
364
371
  for (const e3 in t2)
365
372
  if (new RegExp(`(${e3})`).test(n2)) {
366
373
  const o2 = t2[e3] + "";
367
- n2 = n2.replace(RegExp.$1, 1 === RegExp.$1.length ? o2 : oe(o2));
374
+ n2 = n2.replace(RegExp.$1, 1 === RegExp.$1.length ? o2 : ie(o2));
368
375
  }
369
376
  return n2;
370
377
  }
371
- function oe(e2) {
378
+ function ie(e2) {
372
379
  return ("00" + e2).substr(e2.length);
373
380
  }
374
- function ie(e2) {
381
+ function re(e2) {
375
382
  const n2 = new Date(e2);
376
383
  return !isNaN(n2.getTime());
377
384
  }
378
- function re() {
379
- const e2 = window.location.href, n2 = Z(e2);
385
+ function se() {
386
+ const e2 = window.location.href, n2 = ee(e2);
380
387
  let t2;
381
388
  n2 && n2.customSystem && (t2 = n2.customSystem);
382
389
  let o2 = { loginTimeout: e2 };
383
390
  return t2 && (o2.customSystem = t2), o2;
384
391
  }
385
- function se(e2, n2) {
392
+ function le(e2, n2) {
386
393
  return new Promise((t2, o2) => {
387
394
  u(), d.getCurrentUserPermissionsBySystem(e2, n2).then((e3) => {
388
395
  let n3 = ["index"];
@@ -393,22 +400,23 @@ function se(e2, n2) {
393
400
  });
394
401
  }
395
402
  export {
396
- ne as cacheAllEnableGlobalPropUtil,
403
+ te as cacheAllEnableGlobalPropUtil,
397
404
  N as cacheAllLanguagesUtil,
398
405
  B as cacheCurrentLanguageUtil,
399
- R as cacheLangs,
400
- se as cachePermissionsWhenLoginWithToken,
406
+ F as cacheLangs,
407
+ le as cachePermissionsWhenLoginWithToken,
401
408
  V as cacheProjectSetting,
402
409
  Q as cacheSystemUrl,
403
- te as formatDate,
410
+ oe as formatDate,
404
411
  q as formatFileName,
405
- K as getAuthSource,
412
+ X as getAuthSource,
413
+ K as getCacheSystemUrlWithSystemCode,
406
414
  Y as getCurrentSystemCode,
407
- ee as getKkFilePreviewUrl,
415
+ ne as getKkFilePreviewUrl,
408
416
  L as getLangByShort,
409
- F as getLangs,
410
- C as getLocaleByLang,
411
- re as getLoginTimeoutUrlInfo,
417
+ R as getLangs,
418
+ j as getLocaleByLang,
419
+ se as getLoginTimeoutUrlInfo,
412
420
  b as getLoginUrl,
413
421
  S as getOrignUrl,
414
422
  f as getRelativeBaseUrl,
@@ -417,22 +425,22 @@ export {
417
425
  _ as getSystemBackendUrl,
418
426
  A as getSystemFrontendUrl,
419
427
  v as getSystemFrontendUrlWith,
420
- y as getTimeZone,
421
- Z as getURLSearchParamObj,
428
+ M as getTimeZone,
429
+ ee as getURLSearchParamObj,
422
430
  G as getUuidv4,
423
431
  O as insertFontIconCss,
424
432
  x as insertThirdLoginJs,
425
- X as isDingTalkEnv,
433
+ Z as isDingTalkEnv,
426
434
  H as isLogoutTimeout,
427
- j as isMobileBrowser,
435
+ E as isMobileBrowser,
428
436
  $ as isPlateSys,
429
- M as isPromise,
437
+ y as isPromise,
430
438
  h as isShowMenuRoute,
431
439
  P as isShowSystemMenu,
432
- ie as isValidDate,
440
+ re as isValidDate,
433
441
  J as loadCSS,
434
442
  T as pushCustomControlValidatorRef,
435
- E as removeCustomControlValidatorRef,
443
+ C as removeCustomControlValidatorRef,
436
444
  z as replacePlaceholders,
437
445
  m as replacePrefix,
438
446
  U as setCustomSystemBackendUrl,
@@ -1,40 +1,50 @@
1
1
  import { getWatermark as e, cacheWatermark as t } from "./watermark-cache.mjs";
2
- import "vue";
3
- import "js-cookie";
4
- import "uuid";
5
- import "axios";
6
- import "js-base64";
7
- import "./request.mjs";
8
- function o() {
2
+ import { formatDate as o } from "./common-util.mjs";
3
+ const n = (e2, t2, o2) => {
4
+ let n2 = "1.23452384164.123412415";
5
+ (o2 && (n2 = o2), null !== document.getElementById(n2)) && (document.getElementById("pdfDom") ? document.getElementById("pdfDom").removeChild(document.getElementById(n2)) : document.body.removeChild(document.getElementById(n2)));
6
+ const l2 = document.createElement("canvas");
7
+ l2.width = t2 && t2.width && "" !== t2.width ? t2.width : "400", l2.height = t2 && t2.height && "" !== t2.height ? t2.height : "200";
8
+ const d2 = l2.getContext("2d");
9
+ d2.rotate(20 * Math.PI / 160), d2.font = t2 && t2.font && "" !== t2.font ? t2.font : "17px Vedana", d2.fillStyle = t2 && t2.color && "" !== t2.color ? t2.color : "rgba(200, 200, 200, 0.40)", d2.textAlign = "left", d2.textBaseline = "Middle", d2.fillText(e2, 60, 40);
10
+ const r2 = document.createElement("div");
11
+ (r2.id = n2, r2.style.pointerEvents = "none", r2.style.top = "10px", r2.style.left = "0px", r2.style.position = "fixed", r2.style.zIndex = "10000", r2.style.width = "100%", r2.style.height = "100%", r2.style.background = "url(" + l2.toDataURL("image/png") + ") left top repeat", document.getElementById("pdfDom")) ? document.getElementById("pdfDom").appendChild(r2) : document.body.appendChild(r2);
12
+ return n2;
13
+ };
14
+ function l(e2, t2, l2, d2) {
15
+ var r2 = /* @__PURE__ */ new Date();
16
+ r2 = o(r2, "yyyy-MM-dd"), setTimeout(() => {
17
+ var o2 = e2 && "" !== e2 ? e2 : l2 ? l2.name + " " + r2 : r2;
18
+ let i = n(o2, t2, d2);
19
+ setInterval(() => {
20
+ null === document.getElementById(i) && (i = n(o2, t2, d2));
21
+ }, 500), window.onresize = () => {
22
+ n(o2, t2, d2);
23
+ };
24
+ });
25
+ }
26
+ function d() {
9
27
  return new Promise((o2, n2) => {
10
- let l = e();
11
- if (l && "EMPTY_VALUE" !== l)
28
+ let l2 = e();
29
+ if (l2 && "EMPTY_VALUE" !== l2)
12
30
  try {
13
- l = JSON.parse(l), l.font = l.fontStyle, l.color = l.fontColor, o2(l);
31
+ l2 = JSON.parse(l2), l2.font = l2.fontStyle, l2.color = l2.fontColor, o2(l2);
14
32
  } catch (e2) {
15
33
  console.error("watermark content error.", e2), o2();
16
34
  }
17
35
  else
18
36
  window.$vueApp.config.globalProperties.$http.get(window.$vueApp.config.globalProperties.baseAPI + "/component/watermark").then((e2) => {
19
- e2 ? (l = e2, t(JSON.stringify(l)), l.font = l.fontStyle, l.color = l.fontColor, o2(l)) : (t("EMPTY_VALUE"), o2());
37
+ e2 ? (l2 = e2, t(JSON.stringify(l2)), l2.font = l2.fontStyle, l2.color = l2.fontColor, o2(l2)) : (t("EMPTY_VALUE"), o2());
20
38
  });
21
39
  });
22
40
  }
23
- function n() {
24
- o().then((e2) => {
25
- e2 && e2.useRange && e2.useRange.indexOf("page") >= 0 && ((e3, t2, o2) => {
26
- let n2 = "1.23452384164.123412415";
27
- o2 && (n2 = o2), null !== document.getElementById(n2) && (document.getElementById("pdfDom") ? document.getElementById("pdfDom").removeChild(document.getElementById(n2)) : document.body.removeChild(document.getElementById(n2)));
28
- const l = document.createElement("canvas");
29
- l.width = t2 && t2.width && "" !== t2.width ? t2.width : "400", l.height = t2 && t2.height && "" !== t2.height ? t2.height : "200";
30
- const i = l.getContext("2d");
31
- i.rotate(20 * Math.PI / 160), i.font = t2 && t2.font && "" !== t2.font ? t2.font : "17px Vedana", i.fillStyle = t2 && t2.color && "" !== t2.color ? t2.color : "rgba(200, 200, 200, 0.40)", i.textAlign = "left", i.textBaseline = "Middle", i.fillText(e3, 60, 40);
32
- const r = document.createElement("div");
33
- r.id = n2, r.style.pointerEvents = "none", r.style.top = "10px", r.style.left = "0px", r.style.position = "fixed", r.style.zIndex = "10000", r.style.width = "100%", r.style.height = "100%", r.style.background = "url(" + l.toDataURL("image/png") + ") left top repeat", document.getElementById("pdfDom") ? document.getElementById("pdfDom").appendChild(r) : document.body.appendChild(r);
34
- })(e2.content, e2);
41
+ function r() {
42
+ d().then((e2) => {
43
+ e2 && e2.useRange && e2.useRange.indexOf("page") >= 0 && n(e2.content, e2);
35
44
  });
36
45
  }
37
46
  export {
38
- o as getWatermarkSetting,
39
- n as showWatermarkNew
47
+ d as getWatermarkSetting,
48
+ l as showWatermark,
49
+ r as showWatermarkNew
40
50
  };