super-page-designer 2.3.20-sit1-design1 → 2.3.20-sit2-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: "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: "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" }];
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,4 +1,4 @@
1
- import o from "./common-variable-bind.vue3.js";
1
+ import o from "./common-variable-bind.vue2.js";
2
2
  /* empty css */
3
3
  import e from "../../../../../_virtual/_plugin-vue_export-helper.js";
4
4
  const r = e(o, [["__scopeId", "data-v-b16110ab"]]);
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as e, ref as a, computed as l, resolveComponent as i, createBlock as o, openBlock as t, withCtx as n, createElementVNode as r, createVNode as s, createCommentVNode as u, withDirectives as d, renderSlot as p, createTextVNode as c, unref as g, vShow as f, createElementBlock as m, Fragment as v, renderList as y, normalizeClass as b, toDisplayString as V } from "vue";
2
- import O from "../../form/common/dataorigin-input-table.vue2.js";
2
+ import O from "../../form/common/dataorigin-input-table.vue.js";
3
3
  import { Codemirror as _ } from "vue-codemirror";
4
4
  import C from "../../workflow/component/combination.vue.js";
5
5
  import S from "./return-set-table.vue.js";
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as e, ref as l, onMounted as a, resolveComponent as t, createBlock as o, openBlock as u, withCtx as i, createElementVNode as n, createVNode as s, createCommentVNode as d, withDirectives as r, unref as m, createElementBlock as p, Fragment as c, renderList as b, createTextVNode as f, vShow as y, normalizeClass as v } from "vue";
2
- import V from "./dataorigin-input-table.vue2.js";
2
+ import V from "./dataorigin-input-table.vue.js";
3
3
  import g from "./condition.vue.js";
4
4
  import S from "./row-ul-li.vue.js";
5
5
  import "uuid";
@@ -1,4 +1,28 @@
1
- import t from "./dataorigin-input-table.vue2.js";
1
+ import { defineComponent as e, ref as l, watch as a, resolveComponent as t, createElementBlock as o, openBlock as d, Fragment as u, createVNode as n, withCtx as i, unref as s, createElementVNode as m, createTextVNode as r } from "vue";
2
+ import { Search as p } from "@element-plus/icons-vue";
3
+ const f = { class: "dialog-footer" }, v = e({ __name: "dataorigin-input-table", props: { modelValue: { type: String, default: "" } }, emits: ["update:modelValue"], setup(e2, { emit: v2 }) {
4
+ const c = e2, g = l(c.modelValue), V = v2, h = [{ id: 1, date: "2016-05-03", name: "Tom", address: "No. 189, Grove St, Los Angeles" }, { id: 2, date: "2016-05-02", name: "Tom", address: "No. 189, Grove St, Los Angeles" }, { id: 3, date: "2016-05-04", name: "Tom", address: "No. 189, Grove St, Los Angeles" }, { id: 4, date: "2016-05-01", name: "Tom", address: "No. 189, Grove St, Los Angeles" }], b = l(false), _ = l([]);
5
+ function y() {
6
+ if (_.value.length > 0) {
7
+ let e3 = "";
8
+ _.value.forEach((l2) => {
9
+ e3 = e3 + l2.name + ",";
10
+ }), e3 = e3.substring(0, e3.length - 1), V("update:modelValue", e3), b.value = false;
11
+ } else b.value = false;
12
+ }
13
+ function S(e3) {
14
+ _.value = e3;
15
+ }
16
+ function w() {
17
+ b.value = true;
18
+ }
19
+ return a(() => c.modelValue, (e3) => {
20
+ g.value = e3;
21
+ }), (e3, l2) => {
22
+ const a2 = t("el-icon"), v3 = t("el-input"), c2 = t("el-table-column"), V2 = t("el-table"), _2 = t("el-button"), A = t("el-dialog");
23
+ return d(), o(u, null, [n(v3, { modelValue: g.value, "onUpdate:modelValue": l2[0] || (l2[0] = (e4) => g.value = e4), placeholder: "请选择", onClick: w }, { suffix: i(() => [n(a2, { onClick: w }, { default: i(() => [n(s(p))]), _: 1 })]), _: 1 }, 8, ["modelValue"]), n(A, { modelValue: b.value, "onUpdate:modelValue": l2[2] || (l2[2] = (e4) => b.value = e4), title: "Tips", width: "500" }, { footer: i(() => [m("div", f, [n(_2, { type: "default", onClick: l2[1] || (l2[1] = (e4) => b.value = false) }, { default: i(() => l2[3] || (l2[3] = [r("取消")])), _: 1 }), n(_2, { type: "primary", onClick: y }, { default: i(() => l2[4] || (l2[4] = [r(" 确定 ")])), _: 1 })])]), default: i(() => [n(V2, { data: h, style: { width: "100%" }, onSelectionChange: S }, { default: i(() => [n(c2, { type: "selection", width: "55" }), n(c2, { prop: "date", label: "Date", width: "180" }), n(c2, { prop: "name", label: "Name", width: "180" }), n(c2, { prop: "address", label: "Address" })]), _: 1 })]), _: 1 }, 8, ["modelValue"])], 64);
24
+ };
25
+ } });
2
26
  export {
3
- t as default
27
+ v as default
4
28
  };
@@ -1,28 +1,4 @@
1
- import { defineComponent as e, ref as l, watch as a, resolveComponent as t, createElementBlock as o, openBlock as d, Fragment as u, createVNode as n, withCtx as i, unref as s, createElementVNode as m, createTextVNode as r } from "vue";
2
- import { Search as p } from "@element-plus/icons-vue";
3
- const f = { class: "dialog-footer" }, v = e({ __name: "dataorigin-input-table", props: { modelValue: { type: String, default: "" } }, emits: ["update:modelValue"], setup(e2, { emit: v2 }) {
4
- const c = e2, g = l(c.modelValue), V = v2, h = [{ id: 1, date: "2016-05-03", name: "Tom", address: "No. 189, Grove St, Los Angeles" }, { id: 2, date: "2016-05-02", name: "Tom", address: "No. 189, Grove St, Los Angeles" }, { id: 3, date: "2016-05-04", name: "Tom", address: "No. 189, Grove St, Los Angeles" }, { id: 4, date: "2016-05-01", name: "Tom", address: "No. 189, Grove St, Los Angeles" }], b = l(false), _ = l([]);
5
- function y() {
6
- if (_.value.length > 0) {
7
- let e3 = "";
8
- _.value.forEach((l2) => {
9
- e3 = e3 + l2.name + ",";
10
- }), e3 = e3.substring(0, e3.length - 1), V("update:modelValue", e3), b.value = false;
11
- } else b.value = false;
12
- }
13
- function S(e3) {
14
- _.value = e3;
15
- }
16
- function w() {
17
- b.value = true;
18
- }
19
- return a(() => c.modelValue, (e3) => {
20
- g.value = e3;
21
- }), (e3, l2) => {
22
- const a2 = t("el-icon"), v3 = t("el-input"), c2 = t("el-table-column"), V2 = t("el-table"), _2 = t("el-button"), A = t("el-dialog");
23
- return d(), o(u, null, [n(v3, { modelValue: g.value, "onUpdate:modelValue": l2[0] || (l2[0] = (e4) => g.value = e4), placeholder: "请选择", onClick: w }, { suffix: i(() => [n(a2, { onClick: w }, { default: i(() => [n(s(p))]), _: 1 })]), _: 1 }, 8, ["modelValue"]), n(A, { modelValue: b.value, "onUpdate:modelValue": l2[2] || (l2[2] = (e4) => b.value = e4), title: "Tips", width: "500" }, { footer: i(() => [m("div", f, [n(_2, { type: "default", onClick: l2[1] || (l2[1] = (e4) => b.value = false) }, { default: i(() => l2[3] || (l2[3] = [r("取消")])), _: 1 }), n(_2, { type: "primary", onClick: y }, { default: i(() => l2[4] || (l2[4] = [r(" 确定 ")])), _: 1 })])]), default: i(() => [n(V2, { data: h, style: { width: "100%" }, onSelectionChange: S }, { default: i(() => [n(c2, { type: "selection", width: "55" }), n(c2, { prop: "date", label: "Date", width: "180" }), n(c2, { prop: "name", label: "Name", width: "180" }), n(c2, { prop: "address", label: "Address" })]), _: 1 })]), _: 1 }, 8, ["modelValue"])], 64);
24
- };
25
- } });
1
+ import t from "./dataorigin-input-table.vue.js";
26
2
  export {
27
- v as default
3
+ t as default
28
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "super-page-designer",
3
- "version": "2.3.20-sit1-design1",
3
+ "version": "2.3.20-sit2-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.66-sit2",
32
+ "agilebuilder-ui": "1.1.66-sit4",
33
33
  "echarts": "^5.5.0",
34
34
  "element-plus": "^2.6.1",
35
35
  "font-awesome": "^4.7.0",
@@ -41,7 +41,7 @@
41
41
  "qrcode": "^1.5.3",
42
42
  "quill": "^2.0.1",
43
43
  "service-flow-designer": "2.3.20-sit1-flow2",
44
- "super-page-runtime": "2.3.20-sit1",
44
+ "super-page-runtime": "2.3.20-sit2",
45
45
  "uuid": "^9.0.1",
46
46
  "vite": "^5.1.6",
47
47
  "vite-plugin-node-stdlib-browser": "^0.2.1",
@@ -52,7 +52,7 @@
52
52
  "vue-echarts": "^6.6.9",
53
53
  "vue-router": "^4.3.0",
54
54
  "vuex": "^4.1.0",
55
- "workflow-editor": "0.0.80-up"
55
+ "workflow-editor": "0.0.81-up"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@codemirror/autocomplete": "^6.16.0",