super-page-designer 2.3.23-design2 → 2.3.25-design1

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.
@@ -1,4 +1,4 @@
1
- const e = [{ value: "data", label: "数据模型" }, { value: "page", label: "页面变量" }, { value: "task", label: "流程变量" }, { value: "context", label: "环境变量" }, { value: "system", label: "系统参数" }, { value: "request", label: "请求参数" }, { value: "params", label: "方法参数" }, { value: "fixed", label: "固定值" }, { value: "row", label: "列模型" }], a = [{ value: "currentTime", label: "当前时间" }, { value: "currentDate", label: "当前日期" }, { value: "currentTransactorId", label: "当前用户ID" }, { value: "currentTransactor", label: "当前用户登录名" }, { value: "currentTransactorName", label: "当前用户姓名" }, { value: "currentTransactorNameEng", label: "当前用户姓名(英文)" }, { value: "currentUserEmail", label: "当前用户邮箱" }, { value: "currentUserTelephone", label: "当前用户手机号" }, { value: "currentTransactorMainDepartmentId", label: "当前用户部门ID" }, { value: "currentTransactorMainDepartmentCode", label: "当前用户部门编码" }, { value: "currentTransactorMainDepartment", label: "当前用户部门名称" }, { value: "currentBranchId", label: "所属分支ID" }, { value: "currentBranchName", label: "所属分支名称" }, { value: "currentBranchCode", label: "所属分支编码" }, { value: "currentCompanyCode", label: "所属租户编码" }, { value: "currentYear", label: "当前年" }, { value: "currentMonth", label: "当前月" }], l = [{ value: "transactor", label: "当前办理人" }, { value: "nodeId", label: "环节名称" }, { value: "nodeCode", label: "环节编码" }, { value: "assigner", label: "当前指派人" }, { value: "trustor", label: "当前委托人" }];
1
+ const e = [{ value: "data", label: "数据模型" }, { value: "page", label: "页面变量" }, { value: "task", label: "任务变量" }, { value: "context", label: "环境变量" }, { value: "system", label: "系统参数" }, { value: "request", label: "请求参数" }, { value: "params", label: "方法参数" }, { value: "fixed", label: "固定值" }, { value: "row", label: "列模型" }], a = [{ value: "currentTime", label: "当前时间" }, { value: "currentDate", label: "当前日期" }, { value: "currentTransactorId", label: "当前用户ID" }, { value: "currentTransactor", label: "当前用户登录名" }, { value: "currentTransactorName", label: "当前用户姓名" }, { value: "currentTransactorNameEng", label: "当前用户姓名(英文)" }, { value: "currentUserEmail", label: "当前用户邮箱" }, { value: "currentUserTelephone", label: "当前用户手机号" }, { value: "currentTransactorMainDepartmentId", label: "当前用户部门ID" }, { value: "currentTransactorMainDepartmentCode", label: "当前用户部门编码" }, { value: "currentTransactorMainDepartment", label: "当前用户部门名称" }, { value: "currentBranchId", label: "所属分支ID" }, { value: "currentBranchName", label: "所属分支名称" }, { value: "currentBranchCode", label: "所属分支编码" }, { value: "currentCompanyCode", label: "所属租户编码" }, { value: "currentYear", label: "当前年" }, { value: "currentMonth", label: "当前月" }], l = [{ value: "id", label: "任务ID" }, { value: "nodeId", label: "环节编码" }, { value: "name", label: "环节名称" }, { value: "transactor", label: "办理人登录名" }, { value: "transactorName", label: "办理人姓名" }, { value: "transactorId", label: "办理人ID" }, { value: "transactorNameEng", label: "办理人英文名" }, { value: "sourceTrustor", label: "原始委托人登录名", title: "比如:A委托给B,B委托给C,任务本来是给A的,B和C生成的委托任务“原始委托人”都为A" }, { value: "sourceTrustorName", label: "原始委托人姓名", title: "比如:A委托给B,B委托给C,任务本来是给A的,B和C生成的委托任务“原始委托人”都为A" }, { value: "sourceTrustorId", label: "原始委托人ID", title: "比如:A委托给B,B委托给C,任务本来是给A的,B和C生成的委托任务“原始委托人”都为A" }, { value: "title", label: "环节标题" }, { value: "active", label: "任务状态" }, { value: "trustor", label: "直接委托人登录名", title: "比如:A委托给B,B委托给C,任务本来是给A的,C生成的委托任务“直接委托人”为B" }, { value: "trustorName", label: "直接委托人姓名", title: "比如:A委托给B,B委托给C,任务本来是给A的,C生成的委托任务“直接委托人”为B" }, { value: "trustorId", label: "直接委托人ID", title: "比如:A委托给B,B委托给C,任务本来是给A的,C生成的委托任务“直接委托人”为B" }, { value: "sourceAssigner", label: "原始指派人登录名", title: "记录最初是谁指派的任务" }, { value: "sourceAssignerName", label: "原始指派人姓名", title: "记录最初是谁指派的任务" }, { value: "sourceAssignerId", label: "原始指派人ID", title: "记录最初是谁指派的任务" }, { value: "assigner", label: "指派人登录名", title: "记录是谁指派的任务" }, { value: "assignerName", label: "指派人姓名", title: "记录是谁指派的任务" }, { value: "assignerId", label: "指派人ID", title: "记录是谁指派的任务" }, { value: "instanceCreator", label: "流程发起人登录名" }, { value: "instanceCreatorName", label: "流程发起人姓名" }, { value: "processCode", label: "流程编码" }, { value: "groupName", label: "流程名称" }, { value: "processingMode", label: "任务办理方式", title: "EDIT 编辑式,APPROVE 审批式,COUNTERSIGN 会签式,TYPE_SIGNOFF 签收式,VOTE投票式,TYPE_READ 阅" }, { value: "isMoreTransactor", label: "是否需要所有办理人均办理" }, { value: "isDeptTask", label: "是否是部门任务" }, { value: "isDrawTask", label: "是否是领取的任务" }, { value: "transactDate", label: "任务办理时间" }, { value: "deptTransactor", label: "部门任务时部门编码" }, { value: "deptTransactorName", label: "部门任务时部门名称" }, { value: "deptTransactorId", label: "部门任务时部门ID" }, { value: "businessData", label: "业务单据信息" }, { value: "previousTaskId", label: "上一环节任务ID" }];
2
2
  function r(a2, l2) {
3
3
  return a2 && a2.length > 0 ? e.filter((e2) => l2 && "params" == e2.value || a2.includes(e2.value)) : l2 ? e : e.filter((e2) => "params" != e2.value);
4
4
  }
@@ -1,7 +1,7 @@
1
1
  import o from "./common-variable-bind.vue3.js";
2
2
  /* empty css */
3
3
  import e from "../../../../../_virtual/_plugin-vue_export-helper.js";
4
- const r = e(o, [["__scopeId", "data-v-b1a52546"]]);
4
+ const r = e(o, [["__scopeId", "data-v-b16110ab"]]);
5
5
  export {
6
6
  r as default
7
7
  };
@@ -131,7 +131,7 @@ const R = { key: 0 }, T = { style: { "margin-top": "10px", "font-size": "10px",
131
131
  "0" != e4.symbolNum ? le.value = e4.value + e4.symbol + e4.symbolNum + e4.symbolUnit : le.value = e4.value;
132
132
  } else le.value = e4.value;
133
133
  H.value = "${" + ee.value + "." + le.value + "}", W("update:modelValue", H.value, e4.alias), de();
134
- }(e3.row) }, { default: v(() => [...a2[9] || (a2[9] = [y(" 选择 ", -1)])]), _: 1 }, 8, ["onClick"])]), _: 1 }), d(z2, { label: "Date", prop: "label" }, { default: v((e3) => ["context" == ee.value && "range" == e3.row.type ? (r(), s("div", D, [d(u2, { size: "small", modelValue: e3.row.symbolNum, "onUpdate:modelValue": (l3) => e3.row.symbolNum = l3, placeholder: "", style: { width: "35px", "margin-left": "4px" } }, null, 8, ["modelValue", "onUpdate:modelValue"]), d(U2, { size: "small", style: { "margin-left": "4px", width: "50px" }, modelValue: e3.row.symbolUnit, "onUpdate:modelValue": (l3) => e3.row.symbolUnit = l3, placeholder: "" }, { default: v(() => [d(j2, { label: "天", value: "d" }), d(j2, { label: "周", value: "w" }), d(j2, { label: "月", value: "m" }), d(j2, { label: "年", value: "y" })]), _: 1 }, 8, ["modelValue", "onUpdate:modelValue"]), d(U2, { size: "small", style: { "margin-left": "4px", width: "50px" }, modelValue: e3.row.symbol, "onUpdate:modelValue": (l3) => e3.row.symbol = l3, placeholder: "" }, { default: v(() => [d(j2, { label: "前", value: "-" }), d(j2, { label: "后", value: "+" })]), _: 1 }, 8, ["modelValue", "onUpdate:modelValue"])])) : h("", true), "data" == ee.value || "obj" == ee.value || "row" == ee.value ? (r(), s("span", { key: 1, title: e3.row.label + " " + e3.row.value }, p(e3.row.label + " " + e3.row.value), 9, P)) : (r(), s("span", { key: 2, title: e3.row.label }, p(e3.row.label), 9, B))]), _: 1 })]), _: 1 }, 8, ["height", "data"]), m("div", S, "总计:" + p(me.value.length), 1)]), _: 1 })) : (r(), i(V2, { key: 0, span: 16 }, { default: v(() => [d(M2, { description: "请选择类型", "image-size": 40 })]), _: 1 }))]), _: 1 }, 512)]), _: 1 }, 8, ["visible"]));
134
+ }(e3.row) }, { default: v(() => [...a2[9] || (a2[9] = [y(" 选择 ", -1)])]), _: 1 }, 8, ["onClick"])]), _: 1 }), d(z2, { label: "Date", prop: "label" }, { default: v((e3) => ["context" == ee.value && "range" == e3.row.type ? (r(), s("div", D, [d(u2, { size: "small", modelValue: e3.row.symbolNum, "onUpdate:modelValue": (l3) => e3.row.symbolNum = l3, placeholder: "", style: { width: "35px", "margin-left": "4px" } }, null, 8, ["modelValue", "onUpdate:modelValue"]), d(U2, { size: "small", style: { "margin-left": "4px", width: "50px" }, modelValue: e3.row.symbolUnit, "onUpdate:modelValue": (l3) => e3.row.symbolUnit = l3, placeholder: "" }, { default: v(() => [d(j2, { label: "天", value: "d" }), d(j2, { label: "周", value: "w" }), d(j2, { label: "月", value: "m" }), d(j2, { label: "年", value: "y" })]), _: 1 }, 8, ["modelValue", "onUpdate:modelValue"]), d(U2, { size: "small", style: { "margin-left": "4px", width: "50px" }, modelValue: e3.row.symbol, "onUpdate:modelValue": (l3) => e3.row.symbol = l3, placeholder: "" }, { default: v(() => [d(j2, { label: "前", value: "-" }), d(j2, { label: "后", value: "+" })]), _: 1 }, 8, ["modelValue", "onUpdate:modelValue"])])) : h("", true), "data" == ee.value || "obj" == ee.value || "row" == ee.value || "task" == ee.value ? (r(), s("span", { key: 1, title: e3.row.label + " " + e3.row.value + (e3.row.title ? " 说明:" + e3.row.title : "") }, p(e3.row.label + " " + e3.row.value), 9, P)) : (r(), s("span", { key: 2, title: e3.row.label }, p(e3.row.label), 9, B))]), _: 1 })]), _: 1 }, 8, ["height", "data"]), m("div", S, "总计:" + p(me.value.length), 1)]), _: 1 })) : (r(), i(V2, { key: 0, span: 16 }, { default: v(() => [d(M2, { description: "请选择类型", "image-size": 40 })]), _: 1 }))]), _: 1 }, 512)]), _: 1 }, 8, ["visible"]));
135
135
  };
136
136
  } });
137
137
  export {
@@ -1,5 +1,5 @@
1
1
  import o from "./config.vue3.js";
2
- /* empty css */
2
+ /* empty css */
3
3
  import e from "../../../../../_virtual/_plugin-vue_export-helper.js";
4
4
  const r = e(o, [["__scopeId", "data-v-f39498c6"]]);
5
5
  export {
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as e, ref as t, onMounted as n, onUnmounted as a, watch as l, resolveComponent as u, createElementBlock as o, openBlock as s, createElementVNode as i, createVNode as r, withDirectives as m, withCtx as c, vShow as d, unref as v, createTextVNode as p, toDisplayString as f, Fragment as g, renderList as b, createBlock as y } from "vue";
2
2
  import { ElMessageBox as x, ElMessage as h } from "element-plus";
3
- import C from "./config.vue.js";
3
+ import C from "./config.vue2.js";
4
4
  import { standardButtonOperations as E } from "../../../utils/assemblys-config.js";
5
5
  import { findDesignItemByUuid as S, getUuidv4 as V, deepCopy as k } from "../../../utils/common-util.js";
6
6
  import { usePageContextStore as _ } from "../../../../../stores/page-store.js";
@@ -16,7 +16,7 @@ import "@codemirror/autocomplete";
16
16
  import "@codemirror/language";
17
17
  import "@codemirror/search";
18
18
  import "js-beautify";
19
- /* empty css */
19
+ /* empty css */
20
20
  import "../../../utils/assemblys-config.js";
21
21
  import "../../../../../stores/page-store.js";
22
22
  import "../../../../../stores/event-undo-redo-store.js";
package/dist/es/style.css CHANGED
@@ -855,7 +855,7 @@ fieldset.amb-design-item-selected {
855
855
  align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
856
856
  }
857
857
 
858
- [data-v-b1a52546] .el-cascader-menu {
858
+ [data-v-b16110ab] .el-cascader-menu {
859
859
  min-width: 120px !important;
860
860
  }
861
861
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "super-page-designer",
3
- "version": "2.3.23-design2",
3
+ "version": "2.3.25-design1",
4
4
  "description": "AgileBuilder super page designer",
5
5
  "license": "ISC",
6
6
  "main": "dist/es/index.js",
@@ -29,7 +29,7 @@
29
29
  "@vitejs/plugin-vue": "^5.0.4",
30
30
  "@vueuse/core": "^10.9.0",
31
31
  "agilebuilder-private-libs": "1.0.26",
32
- "agilebuilder-ui": "1.1.71",
32
+ "agilebuilder-ui": "1.1.72",
33
33
  "echarts": "^5.5.0",
34
34
  "element-plus": "^2.6.1",
35
35
  "font-awesome": "^4.7.0",
@@ -40,8 +40,8 @@
40
40
  "pinia": "^2.1.7",
41
41
  "qrcode": "^1.5.3",
42
42
  "quill": "^2.0.1",
43
- "service-flow-designer": "2.3.23-flow1",
44
- "super-page-runtime": "2.3.23",
43
+ "service-flow-designer": "2.3.25-flow1",
44
+ "super-page-runtime": "2.3.25",
45
45
  "uuid": "^9.0.1",
46
46
  "vite": "^5.1.6",
47
47
  "vite-plugin-node-stdlib-browser": "^0.2.1",