super-page-designer 2.3.14-sit1-design2 → 2.3.14-sit4-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.
- package/dist/es/components/design/utils/chart-design-util.js +23 -17
- package/dist/es/components/design/utils/form-design-util.js +1 -1
- package/dist/es/components/design/views/assemblys/button/button/button-attr-advanced.vue.js +34 -33
- package/dist/es/components/design/views/assemblys/button/button/button-attr-base.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/button/button/button-attr-base.vue2.js +9 -9
- package/dist/es/components/design/views/assemblys/button/component/journal-set-dialog.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/chart/column-line/column-line-attr-base.vue.js +9 -8
- package/dist/es/components/design/views/assemblys/chart/column-line/column-line-design.vue2.js +12 -7
- package/dist/es/components/design/views/assemblys/chart/column-line/series/column-line-series-attr-style.vue.js +13 -12
- package/dist/es/components/design/views/assemblys/chart/column-line/series/styles/style-emphasis.vue.js +11 -0
- package/dist/es/components/design/views/assemblys/chart/column-line/series/styles/style-emphasis.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/chart/common/common-attr-stack.vue.js +7 -0
- package/dist/es/components/design/views/assemblys/chart/common/common-attr-stack.vue2.js +27 -0
- package/dist/es/components/design/views/assemblys/chart/common/common-style-tooltip.vue.js +5 -5
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-attr-base.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-attr-base.vue2.js +5 -5
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-attr-style.vue.js +10 -10
- package/dist/es/components/design/views/assemblys/common/common-advanced-basic-showcondition.vue.js +4 -4
- package/dist/es/components/design/views/assemblys/common/common-task-title.vue.js +7 -0
- package/dist/es/components/design/views/assemblys/common/common-task-title.vue2.js +127 -0
- package/dist/es/components/design/views/assemblys/data/component/attr-style.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-style.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/workflow/extract-workflow/extract-attr-advanced.vue.js +36 -42
- package/dist/es/components/design/views/design/page-event/{config.vue.js → config.vue2.js} +1 -1
- package/dist/es/components/design/views/design/page-event/page-event-content.vue.js +1 -1
- package/dist/es/components/design/views/design/view/components/quick-add-fields.vue.js +1 -1
- package/dist/es/components/design/views/design/view/view-design-display.vue.js +1 -1
- package/dist/es/style.css +48 -3
- package/package.json +3 -3
- /package/dist/es/components/design/views/assemblys/button/component/{journal-set-dialog.vue3.js → journal-set-dialog.vue2.js} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as e, ref as
|
|
1
|
+
import { defineComponent as e, ref as l, watch as o, resolveComponent as a, createBlock as i, openBlock as n, withCtx as t, createVNode as s, createCommentVNode as u, createElementVNode as r, createElementBlock as c, Fragment as g, renderList as f, createTextVNode as p, withDirectives as m, vShow as d } from "vue";
|
|
2
2
|
import b from "../component/condition-dialog.vue.js";
|
|
3
3
|
import v from "../component/set-dialog.vue.js";
|
|
4
4
|
import y from "../component/combination.vue.js";
|
|
@@ -6,63 +6,57 @@ import C from "../component/journal-set-dialog.vue.js";
|
|
|
6
6
|
import _ from "../../common/common-advanced-basic-showcondition.vue.js";
|
|
7
7
|
import { isShowOpinionSetting as k } from "../../../../utils/form-design-util.js";
|
|
8
8
|
import V from "agilebuilder-ui/src/utils/request";
|
|
9
|
-
import { getTableConfigByTableUuid as
|
|
10
|
-
import "
|
|
11
|
-
|
|
12
|
-
import "../../../../../../stores/page-store.js";
|
|
13
|
-
import "../../../../../../stores/table-store.js";
|
|
14
|
-
import "../../../../../../stores/statistics-table-store.js";
|
|
15
|
-
/* empty css */
|
|
16
|
-
/* empty css */
|
|
17
|
-
const h = { style: { padding: "8px 0px 0px 0px" } }, w = e({ __name: "extract-attr-advanced", props: { configure: { type: Object, default: () => {
|
|
9
|
+
import { getTableConfigByTableUuid as D } from "../../../../utils/page-table-util.js";
|
|
10
|
+
import h from "../../common/common-task-title.vue.js";
|
|
11
|
+
const w = { style: { padding: "8px 0px 0px 0px" } }, j = e({ __name: "extract-attr-advanced", props: { configure: { type: Object, default: () => {
|
|
18
12
|
} }, pageDesign: { type: Object, default: () => {
|
|
19
13
|
} } }, setup(e2) {
|
|
20
14
|
var _a;
|
|
21
|
-
const
|
|
22
|
-
function
|
|
23
|
-
|
|
15
|
+
const j2 = e2, x = l(["base"]), O = l(false), M = l([]), L = (_a = j2.pageDesign) == null ? void 0 : _a.systemVersion, R = l(D(j2.pageDesign, j2.configure));
|
|
16
|
+
function S() {
|
|
17
|
+
O.value = false;
|
|
24
18
|
}
|
|
25
|
-
function
|
|
26
|
-
|
|
19
|
+
function U(e3) {
|
|
20
|
+
j2.configure.props.base.logSetting = e3, S();
|
|
27
21
|
}
|
|
28
|
-
V.post(window.$vueApp.config.globalProperties.baseAPI + `/mms/setting-transformations/option/${
|
|
29
|
-
|
|
22
|
+
V.post(window.$vueApp.config.globalProperties.baseAPI + `/mms/setting-transformations/option/${j2.pageDesign.systemCode}/${L}`).then((e3) => {
|
|
23
|
+
M.value = e3;
|
|
30
24
|
});
|
|
31
|
-
const
|
|
32
|
-
function
|
|
33
|
-
|
|
25
|
+
const N = l(false);
|
|
26
|
+
function z() {
|
|
27
|
+
N.value = false;
|
|
34
28
|
}
|
|
35
|
-
const
|
|
36
|
-
function
|
|
37
|
-
|
|
29
|
+
const q = l(false);
|
|
30
|
+
function A() {
|
|
31
|
+
q.value = false;
|
|
38
32
|
}
|
|
39
|
-
function
|
|
40
|
-
|
|
33
|
+
function T(e3) {
|
|
34
|
+
j2.configure.props.setValueList = e3;
|
|
41
35
|
}
|
|
42
|
-
const $ =
|
|
36
|
+
const $ = l(false);
|
|
43
37
|
function E() {
|
|
44
38
|
$.value = false;
|
|
45
39
|
}
|
|
46
40
|
function F(e3) {
|
|
47
|
-
|
|
48
|
-
}
|
|
49
|
-
const P =
|
|
50
|
-
function
|
|
51
|
-
let
|
|
52
|
-
const
|
|
53
|
-
if (
|
|
54
|
-
const a2 =
|
|
55
|
-
|
|
41
|
+
j2.configure.props.base.showConditions = JSON.stringify(e3);
|
|
42
|
+
}
|
|
43
|
+
const P = l(I("opinion")), W = l(I("wfRemark"));
|
|
44
|
+
function I(e3) {
|
|
45
|
+
let l2 = false;
|
|
46
|
+
const o2 = j2.configure.events.filter((e4) => "click" === e4.name && e4.eventName);
|
|
47
|
+
if (o2 && o2.length > 0) {
|
|
48
|
+
const a2 = o2[0].eventName;
|
|
49
|
+
l2 = k(a2, e3);
|
|
56
50
|
}
|
|
57
|
-
return
|
|
51
|
+
return l2;
|
|
58
52
|
}
|
|
59
|
-
return
|
|
60
|
-
P.value =
|
|
61
|
-
}, { immediate: true }), (
|
|
62
|
-
const k2 = a("el-option"), V2 = a("el-select"),
|
|
63
|
-
return
|
|
53
|
+
return o(j2.configure.events, (e3) => {
|
|
54
|
+
P.value = I("opinion"), W.value = I("wfRemark"), P.value || (j2.configure.props.base.isMustOpinion = false);
|
|
55
|
+
}, { immediate: true }), (l2, o2) => {
|
|
56
|
+
const k2 = a("el-option"), V2 = a("el-select"), D2 = a("el-form-item"), j3 = a("el-button"), L2 = a("el-text"), I2 = a("el-switch"), J = a("el-collapse-item"), B = a("el-collapse"), G = a("el-form");
|
|
57
|
+
return n(), i(G, { "label-width": "80px", size: "small" }, { default: t(() => [s(B, { modelValue: x.value, "onUpdate:modelValue": o2[8] || (o2[8] = (e3) => x.value = e3), style: { "margin-top": "6px" } }, { default: t(() => [s(J, { title: "高级设置", name: "base", class: "amb-design-attr-group-header" }, { default: t(() => [r("div", w, [s(D2, { label: "成功后", class: "amb-design-attr-item" }, { default: t(() => [s(V2, { modelValue: e2.configure.props.base.successOperation, "onUpdate:modelValue": o2[0] || (o2[0] = (l3) => e2.configure.props.base.successOperation = l3), class: "ml-4" }, { default: t(() => [s(k2, { label: "无操作", value: "noOperation" }), s(k2, { label: "刷新", value: "refresh" }), s(k2, { label: "关闭窗口", value: "closeWindow" }), s(k2, { label: "关闭窗口并刷新列表", value: "closeWindowAndRefresh" })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), s(D2, { label: "转换规则", class: "amb-design-attr-item" }, { default: t(() => [s(V2, { modelValue: e2.configure.props.base.conversionCodes, "onUpdate:modelValue": o2[1] || (o2[1] = (l3) => e2.configure.props.base.conversionCodes = l3), multiple: "", class: "ml-4" }, { default: t(() => [(n(true), c(g, null, f(M.value, (e3) => (n(), i(k2, { key: e3.code, label: e3.name, value: e3.code }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"])]), _: 1 }), s(D2, { label: "执行条件", class: "amb-design-attr-item" }, { default: t(() => [s(j3, { type: "primary", onClick: o2[2] || (o2[2] = (e3) => N.value = true) }, { default: t(() => o2[9] || (o2[9] = [p("编辑")])), _: 1 })]), _: 1 }), s(D2, { label: "启用条件", class: "amb-design-attr-item" }, { default: t(() => [(n(), i(_, { key: e2.configure.uuid + "_edit", configure: e2.configure, title: "启用条件", tableConfigure: R.value, type: "editConditions" }, null, 8, ["configure", "tableConfigure"]))]), _: 1 }), s(D2, { label: "自动设值", class: "amb-design-attr-item" }, { default: t(() => [s(j3, { type: "primary", onClick: o2[3] || (o2[3] = (e3) => q.value = true) }, { default: t(() => o2[10] || (o2[10] = [p("编辑")])), _: 1 }), m(s(L2, { type: "success" }, { default: t(() => o2[11] || (o2[11] = [p(" 已设置条件. ")])), _: 1 }, 512), [[d, e2.configure.props && e2.configure.props.setValueList && e2.configure.props.setValueList.length > 0]])]), _: 1 }), s(D2, { label: "显示条件", class: "amb-design-attr-item" }, { default: t(() => [(n(), i(_, { key: e2.configure.uuid + "_show", configure: e2.configure, type: "showConditions", tableConfigure: R.value }, null, 8, ["configure", "tableConfigure"]))]), _: 1 }), s(D2, { label: "日志设置", class: "amb-design-attr-item" }, { default: t(() => [s(j3, { type: "primary", onClick: o2[4] || (o2[4] = (e3) => O.value = true) }, { default: t(() => o2[12] || (o2[12] = [p("编辑")])), _: 1 })]), _: 1 }), s(D2, { label: "主管必填", class: "amb-design-attr-item" }, { default: t(() => [s(I2, { modelValue: e2.configure.props.base.requireExtractTransactor, "onUpdate:modelValue": o2[5] || (o2[5] = (l3) => e2.configure.props.base.requireExtractTransactor = l3), size: "default" }, null, 8, ["modelValue"])]), _: 1 }), P.value ? (n(), i(D2, { key: 0, label: "意见必填", class: "amb-design-attr-item" }, { default: t(() => [s(I2, { modelValue: e2.configure.props.base.isMustOpinion, "onUpdate:modelValue": o2[6] || (o2[6] = (l3) => e2.configure.props.base.isMustOpinion = l3), size: "default" }, null, 8, ["modelValue"])]), _: 1 })) : u("", true), e2.configure.props.base.isMustOpinion ? (n(), i(D2, { key: 1, label: "意见必填条件", class: "amb-design-attr-item" }, { default: t(() => [(n(), i(_, { key: e2.configure.uuid + "_opinion", configure: e2.configure, type: "mustOpinionConditions", tableConfigure: R.value, title: "意见必填条件" }, null, 8, ["configure", "tableConfigure"]))]), _: 1 })) : u("", true), W.value ? (n(), i(D2, { key: 2, label: "备注必填", class: "amb-design-attr-item" }, { default: t(() => [s(I2, { modelValue: e2.configure.props.base.isMustRemark, "onUpdate:modelValue": o2[7] || (o2[7] = (l3) => e2.configure.props.base.isMustRemark = l3), size: "default" }, null, 8, ["modelValue"])]), _: 1 })) : u("", true), e2.configure.props.base.isMustRemark ? (n(), i(D2, { key: 3, label: "备注必填条件", class: "amb-design-attr-item" }, { default: t(() => [(n(), i(_, { key: e2.configure.uuid + "_remark", configure: e2.configure, type: "mustRemarkConditions", tableConfigure: R.value, title: "办理备注必填条件" }, null, 8, ["configure", "tableConfigure"]))]), _: 1 })) : u("", true), s(D2, { label: "任务标题", class: "amb-design-attr-item" }, { default: t(() => [(n(), i(h, { key: e2.configure.uuid + "_taskTitle", configure: e2.configure, pageDesign: e2.pageDesign, title: "任务标题生效条件" }, null, 8, ["configure", "pageDesign"]))]), _: 1 })])]), _: 1 }), N.value ? (n(), i(b, { key: 0, pageDesign: e2.pageDesign, configure: e2.configure, tableConfigure: R.value, onClose: z }, null, 8, ["pageDesign", "configure", "tableConfigure"])) : u("", true), q.value ? (n(), i(v, { key: 1, pageDesign: e2.pageDesign, configure: e2.configure, tableConfigure: R.value, onSave: T, onClose: A }, null, 8, ["pageDesign", "configure", "tableConfigure"])) : u("", true), $.value ? (n(), i(y, { key: 2, conditionList: e2.configure.props.base.showConditions, fieldNameList: e2.pageDesign.modelFields, fieldMap: e2.pageDesign.modelFieldsMap, tableConfigure: R.value, onSave: F, onClose: E }, null, 8, ["conditionList", "fieldNameList", "fieldMap", "tableConfigure"])) : u("", true), O.value ? (n(), i(C, { key: 3, modelValue: e2.configure.props.base.logSetting, onClose: S, onSave: U }, null, 8, ["modelValue"])) : u("", true)]), _: 1 }, 8, ["modelValue"])]), _: 1 });
|
|
64
58
|
};
|
|
65
59
|
} });
|
|
66
60
|
export {
|
|
67
|
-
|
|
61
|
+
j as default
|
|
68
62
|
};
|
|
@@ -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.
|
|
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";
|
|
@@ -105,7 +105,7 @@ const C = { key: 0 }, U = { key: 0 }, z = { key: 0 }, B = { style: { display: "f
|
|
|
105
105
|
const l4 = S.model.modelFields.filter((l5) => l5.dbColumnName == e4.fieldName);
|
|
106
106
|
l4.length > 0 && (e4.title = l4[0].alias);
|
|
107
107
|
}
|
|
108
|
-
}(l3.row) }, { default: n(() => [(d(true), s(p, null, c(e2.model.modelFields, (e3) => (d(), u(x2, { label: e3.alias + "(" + e3.dbColumnName + ")", value: e3.dbColumnName }, null, 8, ["label", "value"]))), 256))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue", "onChange"]))]), _: 1 }), i(k2, { prop: "title", label: "标题", width: "140" }, { default: n((e3) => [e3.row.uuid != W.value ? (d(), s("label", U, f(e3.row.title), 1)) : (d(), u(T2, { key: 1, size: "small", modelValue: e3.row.title, "onUpdate:modelValue": (l3) => e3.row.title = l3, clearable: "", placeholder: "请输入" }, null, 8, ["modelValue", "onUpdate:modelValue"]))]), _: 1 }), i(k2, { prop: "querySettingName", label: "查询设置", width: "140" }, { default: n((e3) => [e3.row.uuid != W.value ? (d(), s("label", z, f(e3.row.querySettingName), 1)) : (d(), u(I2, { key: 1, size: "small", modelValue: e3.row.querySettingName, "onUpdate:modelValue": (l3) => e3.row.querySettingName = l3, clearable: "", filterable: "", placeholder: "请选择" }, { default: n(() => [(d(), s(p, null, c(K, (e4) => i(x2, { label: e4.label, value: e4.value }, null, 8, ["label", "value"])), 64))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"]))]), _: 1 }), i(k2, { prop: "exportable", label: "导出", width: "120" }, { header: n(() => [b("div", B, [a2[2] || (a2[2] = v(" 导出 ")), w(i(M3, { modelValue: R.value, "onUpdate:modelValue": a2[0] || (a2[0] = (e3) => R.value = e3), value: "1", label: "全部可导出", size: "small", style: { "margin-left": "6px" }, onChange: le }, null, 8, ["modelValue"]), [[h, "list" == e2.model.pageType]])])]), default: n((e3) => [e3.row.uuid != W.value ? (d(), s("label", E, f(e3.row.exportable), 1)) : (d(), u(oe2, { key: 1, modelValue: e3.row.exportable, "onUpdate:modelValue": (l3) => e3.row.exportable = l3 }, null, 8, ["modelValue", "onUpdate:modelValue"]))]), _: 1 }), i(k2, { prop: "componentName", width: "120" }, { header: n(() => [b("div", F, [a2[3] || (a2[3] = v(" 组件 ")), w(i(M3, { modelValue: D.value, "onUpdate:modelValue": a2[1] || (a2[1] = (e3) => D.value = e3), value: "1", label: "全部可编辑", size: "small", style: { "margin-left": "6px" }, onChange: ee }, null, 8, ["modelValue"]), [[h, "list" == e2.model.pageType]])])]), default: n((e3) => [e3.row.uuid != W.value ? (d(), s("label", L, f(e3.row.componentName), 1)) : (d(), u(I2, { key: 1, size: "small", modelValue: e3.row.componentName, "onUpdate:modelValue": (l3) => e3.row.componentName = l3, clearable: "", filterable: "", placeholder: "请选择" }, { default: n(() => [(d(true), s(p, null, c(r(Q), (e4) => (d(), u(x2, { label: e4.label, value: e4.name }, null, 8, ["label", "value"]))), 256))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"]))]), _: 1 }), i(k2, { prop: "state", label: "状态", width: "70" }, { default: n((e3) => [e3.row.uuid != W.value ? (d(), s("label", q, f(e3.row.state), 1)) : (d(), u(I2, { key: 1, size: "small", disabled: !e3.row.componentName, modelValue: e3.row.state, "onUpdate:modelValue": (l3) => e3.row.state = l3, clearable: "", filterable: "", placeholder: "默认" }, { default: n(() => [(d(true), s(p, null, c(P.value, (e4) => (d(), u(x2, { value: e4.value, label: e4.label }, null, 8, ["value", "label"]))), 256))]), _: 2 }, 1032, ["disabled", "modelValue", "onUpdate:modelValue"]))]), _: 1 }), i(k2, { prop: "valid", label: "校验", width: "120" }, { default: n((e3) => [e3.row.uuid != W.value ? (d(), s("label", { key: 0, title: e3.row.valid }, f(e3.row.valid), 9, O)) : (d(), u(I2, { key: 1, disabled: !e3.row.componentName, size: "small", modelValue: e3.row.valid, "onUpdate:modelValue": (l3) => e3.row.valid = l3, clearable: "", placeholder: "无校验", multiple: "", "collapse-tags": "", "collapse-tags-tooltip": "" }, { default: n(() => [(d(), s(p, null, c(J, (e4, l3) => i(x2, { label: e4.label, value: e4.value }, null, 8, ["label", "value"])), 64))]), _: 2 }, 1032, ["disabled", "modelValue", "onUpdate:modelValue"]))]), _: 1 }), "form" == e2.model.pageType ? (d(), u(k2, { key: 0, prop: "width", label: "宽度(栏数)", width: "75" }, { default: n((e3) => [e3.row.uuid != W.value ? (d(), s("label", j, f(e3.row.width), 1)) : (d(), u(I2, { key: 1, size: "small", modelValue: e3.row.width, "onUpdate:modelValue": (l3) => e3.row.width = l3, clearable: "", placeholder: "请选择" }, { default: n(() => [(d(true), s(p, null, c(H.value, (e4) => (d(), u(x2, { value: e4.value, label: e4.label }, null, 8, ["value", "label"]))), 256))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"]))]), _: 1 })) : m("", true), "list" == e2.model.pageType ? (d(), u(k2, { key: 1, prop: "align", label: "左右对齐", width: "70" }, { default: n((e3) => [e3.row.uuid != W.value ? (d(), s("label", A, f(e3.row.align), 1)) : (d(), u(I2, { key: 1, size: "small", modelValue: e3.row.align, "onUpdate:modelValue": (l3) => e3.row.align = l3, clearable: "", placeholder: "请选择" }, { default: n(() => [(d(true), s(p, null, c($.value, (e4) => (d(), u(x2, { value: e4.value, label: e4.label }, null, 8, ["value", "label"]))), 256))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"]))]), _: 1 })) : m("", true), i(k2, { prop: "value", label: "默认值", width: "120" }, { default: n((e3) => [i(_, { showLabel: e3.row.uuid != W.value || !e3.row.componentName, modelValue: e3.row.value, paramTypes: ["request", "context", "page", "fixed"], "onUpdate:modelValue": (l3) => function(e4, l4) {
|
|
108
|
+
}(l3.row) }, { default: n(() => [(d(true), s(p, null, c(e2.model.modelFields, (e3) => (d(), u(x2, { label: e3.alias + "(" + e3.dbColumnName + ")", value: e3.dbColumnName }, null, 8, ["label", "value"]))), 256))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue", "onChange"]))]), _: 1 }), i(k2, { prop: "title", label: "标题", width: "140" }, { default: n((e3) => [e3.row.uuid != W.value ? (d(), s("label", U, f(e3.row.title), 1)) : (d(), u(T2, { key: 1, size: "small", modelValue: e3.row.title, "onUpdate:modelValue": (l3) => e3.row.title = l3, clearable: "", placeholder: "请输入" }, null, 8, ["modelValue", "onUpdate:modelValue"]))]), _: 1 }), i(k2, { prop: "querySettingName", label: "查询设置", width: "140" }, { default: n((e3) => [e3.row.uuid != W.value ? (d(), s("label", z, f(e3.row.querySettingName), 1)) : (d(), u(I2, { key: 1, size: "small", modelValue: e3.row.querySettingName, "onUpdate:modelValue": (l3) => e3.row.querySettingName = l3, clearable: "", filterable: "", placeholder: "请选择" }, { default: n(() => [(d(), s(p, null, c(K, (e4) => i(x2, { label: e4.label, value: e4.value }, null, 8, ["label", "value"])), 64))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"]))]), _: 1 }), i(k2, { prop: "exportable", label: "导出", width: "120" }, { header: n(() => [b("div", B, [a2[2] || (a2[2] = v(" 导出 ")), w(i(M3, { modelValue: R.value, "onUpdate:modelValue": a2[0] || (a2[0] = (e3) => R.value = e3), value: "1", label: "全部可导出", size: "small", style: { "margin-left": "6px" }, onChange: le }, null, 8, ["modelValue"]), [[h, "list" == e2.model.pageType]])])]), default: n((e3) => [e3.row.uuid != W.value ? (d(), s("label", E, f(e3.row.exportable), 1)) : (d(), u(oe2, { key: 1, modelValue: e3.row.exportable, "onUpdate:modelValue": (l3) => e3.row.exportable = l3 }, null, 8, ["modelValue", "onUpdate:modelValue"]))]), _: 1 }), i(k2, { prop: "componentName", width: "120" }, { header: n(() => [b("div", F, [a2[3] || (a2[3] = v(" 组件 ")), w(i(M3, { modelValue: D.value, "onUpdate:modelValue": a2[1] || (a2[1] = (e3) => D.value = e3), value: "1", label: "全部可编辑", size: "small", style: { "margin-left": "6px" }, onChange: ee }, null, 8, ["modelValue"]), [[h, "list" == e2.model.pageType]])])]), default: n((e3) => [e3.row.uuid != W.value ? (d(), s("label", L, f(e3.row.componentName), 1)) : (d(), u(I2, { key: 1, size: "small", modelValue: e3.row.componentName, "onUpdate:modelValue": (l3) => e3.row.componentName = l3, clearable: "", filterable: "", placeholder: "请选择" }, { default: n(() => [(d(true), s(p, null, c(r(Q), (e4) => (d(), u(x2, { label: e4.label, value: e4.name }, null, 8, ["label", "value"]))), 256))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"]))]), _: 1 }), i(k2, { prop: "state", label: "状态", width: "70" }, { default: n((e3) => [e3.row.uuid != W.value ? (d(), s("label", q, f(e3.row.state), 1)) : (d(), u(I2, { key: 1, size: "small", disabled: !e3.row.componentName, modelValue: e3.row.state, "onUpdate:modelValue": (l3) => e3.row.state = l3, clearable: "", filterable: "", placeholder: "默认" }, { default: n(() => [(d(true), s(p, null, c(P.value, (e4) => (d(), u(x2, { value: e4.value, label: e4.label }, null, 8, ["value", "label"]))), 256))]), _: 2 }, 1032, ["disabled", "modelValue", "onUpdate:modelValue"]))]), _: 1 }), i(k2, { prop: "valid", label: "校验", width: "120" }, { default: n((e3) => [e3.row.uuid != W.value ? (d(), s("label", { key: 0, title: e3.row.valid }, f(e3.row.valid), 9, O)) : (d(), u(I2, { key: 1, disabled: !e3.row.componentName, size: "small", modelValue: e3.row.valid, "onUpdate:modelValue": (l3) => e3.row.valid = l3, clearable: "", placeholder: "无校验", multiple: "", "collapse-tags": "", "collapse-tags-tooltip": "" }, { default: n(() => [(d(), s(p, null, c(J, (e4, l3) => i(x2, { label: e4.label, value: e4.value }, null, 8, ["label", "value"])), 64))]), _: 2 }, 1032, ["disabled", "modelValue", "onUpdate:modelValue"]))]), _: 1 }), "form" == e2.model.pageType ? (d(), u(k2, { key: 0, prop: "width", label: "宽度(栏数)", width: "75" }, { default: n((e3) => [e3.row.uuid != W.value ? (d(), s("label", j, f(e3.row.width), 1)) : (d(), u(I2, { key: 1, size: "small", modelValue: e3.row.width, "onUpdate:modelValue": (l3) => e3.row.width = l3, clearable: "", placeholder: "请选择" }, { default: n(() => [(d(true), s(p, null, c(H.value, (e4) => (d(), u(x2, { value: e4.value, label: e4.label }, null, 8, ["value", "label"]))), 256))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"]))]), _: 1 })) : m("", true), "list" == e2.model.pageType ? (d(), u(k2, { key: 1, prop: "align", label: "左右对齐", width: "70" }, { default: n((e3) => [e3.row.uuid != W.value ? (d(), s("label", A, f(e3.row.align), 1)) : (d(), u(I2, { key: 1, size: "small", modelValue: e3.row.align, "onUpdate:modelValue": (l3) => e3.row.align = l3, clearable: "", placeholder: "请选择" }, { default: n(() => [(d(true), s(p, null, c($.value, (e4) => (d(), u(x2, { value: e4.value, label: e4.label }, null, 8, ["value", "label"]))), 256))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"]))]), _: 1 })) : m("", true), i(k2, { prop: "value", label: "默认值", width: "120" }, { default: n((e3) => [i(_, { showLabel: e3.row.uuid != W.value || !e3.row.componentName, modelValue: e3.row.value, paramTypes: ["request", "context", "system", "page", "fixed"], "onUpdate:modelValue": (l3) => function(e4, l4) {
|
|
109
109
|
l4.value = e4;
|
|
110
110
|
}(l3, e3.row) }, null, 8, ["showLabel", "modelValue", "onUpdate:modelValue"])]), _: 1 })]), _: 1 }, 8, ["data"]);
|
|
111
111
|
};
|
|
@@ -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
|
@@ -13102,10 +13102,45 @@ fieldset.amb-design-item-selected {
|
|
|
13102
13102
|
background-color: var(--el-fill-color-blank);
|
|
13103
13103
|
}
|
|
13104
13104
|
|
|
13105
|
-
.collapse-item-content[data-v-
|
|
13105
|
+
.collapse-item-content[data-v-4cfd68dd] {
|
|
13106
13106
|
padding: 8px 0px 0px 0px;
|
|
13107
13107
|
}
|
|
13108
|
-
|
|
13108
|
+
|
|
13109
|
+
[data-v-6043ad3d] .el-card__body {
|
|
13110
|
+
padding: 10px 0px;
|
|
13111
|
+
}
|
|
13112
|
+
.group[data-v-6043ad3d] {
|
|
13113
|
+
font-size: 14px;
|
|
13114
|
+
width: 100%;
|
|
13115
|
+
}
|
|
13116
|
+
.item[data-v-6043ad3d] {
|
|
13117
|
+
float: left;
|
|
13118
|
+
list-style-type: none;
|
|
13119
|
+
width: 33.33%;
|
|
13120
|
+
margin-bottom: 18px;
|
|
13121
|
+
}
|
|
13122
|
+
.item-content[data-v-6043ad3d] {
|
|
13123
|
+
height: calc(100vh - 400px);
|
|
13124
|
+
margin-top: 10px;
|
|
13125
|
+
overflow: auto;
|
|
13126
|
+
}
|
|
13127
|
+
.card-header[data-v-6043ad3d] {
|
|
13128
|
+
width: 100%;
|
|
13129
|
+
display: flex;
|
|
13130
|
+
justify-content: space-between;
|
|
13131
|
+
align-items: center;
|
|
13132
|
+
}
|
|
13133
|
+
|
|
13134
|
+
/* 保证左侧内容在一行内靠左,右侧按钮靠右 */
|
|
13135
|
+
.title-config[data-v-6043ad3d] {
|
|
13136
|
+
display: flex;
|
|
13137
|
+
align-items: center;
|
|
13138
|
+
gap: 8px;
|
|
13139
|
+
flex: 1;
|
|
13140
|
+
}
|
|
13141
|
+
.card-remove[data-v-6043ad3d] {
|
|
13142
|
+
/* 如需微调右侧位置可加 padding/margin */
|
|
13143
|
+
}.amb-button-group-main[data-v-1320eaf4] {
|
|
13109
13144
|
min-height: 32px;
|
|
13110
13145
|
display: flex;
|
|
13111
13146
|
min-width: 100px;
|
|
@@ -18692,6 +18727,16 @@ fieldset.amb-design-item-selected {
|
|
|
18692
18727
|
.amb-design-board-main .el-tabs .amb-design-item-default.el-tabs--top {
|
|
18693
18728
|
flex-direction: column-reverse;
|
|
18694
18729
|
}
|
|
18730
|
+
.el-icon[data-v-03542500] {
|
|
18731
|
+
cursor: pointer;
|
|
18732
|
+
}
|
|
18733
|
+
.bind-variable-item[data-v-03542500] {
|
|
18734
|
+
display: flex;
|
|
18735
|
+
align-items: center;
|
|
18736
|
+
gap: 5px;
|
|
18737
|
+
margin-top: 6px;
|
|
18738
|
+
}
|
|
18739
|
+
|
|
18695
18740
|
.el-switch + .el-button[data-v-513f0eca] {
|
|
18696
18741
|
margin-left: 20px;
|
|
18697
18742
|
}
|
|
@@ -18757,7 +18802,7 @@ li[data-v-21af26bc] {
|
|
|
18757
18802
|
border: 1px solid rgba(88, 147, 239);
|
|
18758
18803
|
}
|
|
18759
18804
|
|
|
18760
|
-
.el-radio[data-v-
|
|
18805
|
+
.el-radio[data-v-97d16c94] {
|
|
18761
18806
|
margin-right: 10px;
|
|
18762
18807
|
}
|
|
18763
18808
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "super-page-designer",
|
|
3
|
-
"version": "2.3.14-
|
|
3
|
+
"version": "2.3.14-sit4-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.54-
|
|
32
|
+
"agilebuilder-ui": "1.1.54-sit5",
|
|
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.12-flow1",
|
|
44
|
-
"super-page-runtime": "2.3.14-
|
|
44
|
+
"super-page-runtime": "2.3.14-sit4",
|
|
45
45
|
"uuid": "^9.0.1",
|
|
46
46
|
"vite": "^5.1.6",
|
|
47
47
|
"vite-plugin-node-stdlib-browser": "^0.2.1",
|