service-flow-designer 2.3.5-rc1-flow1 → 2.3.5-sit2-flow1
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/designer/common/components/datatable-select.vue.js +1 -1
- package/dist/es/designer/common/components/datatable-select.vue2.js +34 -30
- package/dist/es/designer/common/components/file-upload.vue2.js +6 -6
- package/dist/es/designer/common/components/json-view/json-view-dialog.vue.js +1 -1
- package/dist/es/designer/common/components/json-view/json-view.vue.js +2 -52
- package/dist/es/designer/common/components/json-view/json-view.vue2.js +52 -2
- package/dist/es/designer/common/components/sql-view/sql-view.vue2.js +16 -16
- package/dist/es/designer/common/components/value-set-input/value-set-input.vue2.js +10 -10
- package/dist/es/designer/service-components/computation/sort/config.vue2.js +1 -1
- package/dist/es/designer/service-components/database/aggregate-query/config.vue.js +1 -1
- package/dist/es/designer/service-components/database/aggregate-query/config.vue2.js +12 -10
- package/dist/es/designer/service-components/database/dynamic-sql/config.vue2.js +2 -2
- package/dist/es/designer/service-components/database/regular-query/config.vue.js +1 -1
- package/dist/es/designer/service-components/database/regular-query/config.vue2.js +45 -42
- package/dist/es/designer/service-components/service/common/cookie-data.vue.js +4 -4
- package/dist/es/designer/service-components/service/common/form-data.vue.js +8 -8
- package/dist/es/designer/service-components/service/common/header-data.vue.js +4 -4
- package/dist/es/designer/service-components/service/common/json-data.vue2.js +4 -4
- package/dist/es/designer/service-components/service/common/param-config.vue2.js +5 -5
- package/dist/es/designer/service-components/service/common/query-params.vue.js +4 -4
- package/dist/es/designer/service-components/service/custom-bean/config.vue2.js +2 -2
- package/dist/es/designer/service-components/service/http-service/config.vue2.js +1 -1
- package/dist/es/designer/service-components/service/http-service/response-json-setting.vue.js +12 -12
- package/dist/es/designer/service-components/service/http-service/response-xml-setting.vue.js +12 -12
- package/dist/es/designer/service-flow-view/flow-util.js +4 -7
- package/dist/es/designer/service-flow-view/service-node-config.vue2.js +1 -1
- package/dist/es/designer/service-flow-view/service-params.vue.js +6 -6
- package/dist/es/designer/service-flow-view/service-result.vue.js +11 -11
- package/dist/es/designer/service-flow-view/service-test/request-params.vue.js +14 -14
- package/dist/es/designer/service-flow-view/service-test/service-test.vue.js +9 -12
- package/dist/es/designer/service-flow-view/service-update-log.vue2.js +9 -9
- package/dist/es/designer/service-flow-view/view-index.vue2.js +14 -15
- package/dist/es/designer/service-panel/component-panel.vue2.js +4 -4
- package/dist/es/designer/service-panel/service-list.vue2.js +11 -11
- package/dist/es/designer/service-panel/service-panel.vue2.js +9 -9
- package/dist/es/style.css +7 -7
- package/dist/es/utils/common-util.js +1 -1
- package/package.json +2 -2
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { defineComponent as e, ref as a, computed as s, createElementBlock as l, openBlock as o, normalizeStyle as
|
|
1
|
+
import { defineComponent as e, ref as a, computed as s, createElementBlock as l, openBlock as o, normalizeStyle as r, createElementVNode as t, normalizeClass as c, createBlock as i } from "vue";
|
|
2
2
|
import n from "@logicflow/core";
|
|
3
3
|
import v from "./service-list.vue.js";
|
|
4
4
|
import m from "./component-panel.vue.js";
|
|
5
5
|
import "../service-components/index.js";
|
|
6
|
-
const d = { class: "amb-assembly-header" }, p = { class: "amb-assembly-header-type" }, u = { class: "amb-design-assembly-list" },
|
|
6
|
+
const d = { class: "amb-assembly-header" }, p = { class: "amb-assembly-header-type" }, u = { class: "amb-design-assembly-list" }, b = e({ __name: "service-panel", props: { logicFlowInstance: { type: n, default: () => {
|
|
7
7
|
} }, serviceTreeData: { type: Array, default: () => [] } }, emits: ["drag-node", "service-click", "clear-flow-canvas", "load-tree-data"], setup(e2, { emit: n2 }) {
|
|
8
|
-
const
|
|
9
|
-
|
|
8
|
+
const b2 = n2, y = a("serviceFlowList"), f = a(), g = s(() => ({ height: f.value + "px" })), w = (e3) => {
|
|
9
|
+
b2("drag-node", e3);
|
|
10
10
|
}, k = (e3) => {
|
|
11
|
-
|
|
11
|
+
b2("service-click", e3);
|
|
12
12
|
}, D = () => {
|
|
13
|
-
|
|
13
|
+
b2("clear-flow-canvas");
|
|
14
14
|
}, C = () => {
|
|
15
|
-
|
|
15
|
+
b2("load-tree-data");
|
|
16
16
|
};
|
|
17
|
-
return (a2, s2) => (o(), l("div", { class: "amb-design-assembly-content", ref: "ambDesignAssemblyContent", style:
|
|
17
|
+
return (a2, s2) => (o(), l("div", { class: "amb-design-assembly-content", ref: "ambDesignAssemblyContent", style: r(g.value) }, [t("div", d, [t("div", p, [t("label", { class: c({ selected: "serviceFlowList" === y.value }), onClick: s2[0] || (s2[0] = (e3) => y.value = "serviceFlowList") }, " 服务列表 ", 2), t("label", { class: c({ selected: "component" === y.value }), onClick: s2[1] || (s2[1] = (e3) => y.value = "component") }, " 组件库 ", 2)])]), t("div", u, ["serviceFlowList" === y.value ? (o(), i(v, { key: 0, serviceTreeData: e2.serviceTreeData, onLoadTreeData: C, onServiceClick: k, onClearFlowCanvas: D }, null, 8, ["serviceTreeData"])) : (o(), i(m, { key: 1, onDragNode: w }))])], 4));
|
|
18
18
|
} });
|
|
19
19
|
export {
|
|
20
|
-
|
|
20
|
+
b as default
|
|
21
21
|
};
|
package/dist/es/style.css
CHANGED
|
@@ -1204,27 +1204,27 @@
|
|
|
1204
1204
|
position: static;
|
|
1205
1205
|
}
|
|
1206
1206
|
|
|
1207
|
-
.el-select + .el-input[data-v-
|
|
1207
|
+
.el-select + .el-input[data-v-075d5fc4] {
|
|
1208
1208
|
margin-left: 10px;
|
|
1209
1209
|
}
|
|
1210
|
-
.el-input + .el-input[data-v-
|
|
1210
|
+
.el-input + .el-input[data-v-075d5fc4] {
|
|
1211
1211
|
margin-left: 10px;
|
|
1212
1212
|
}
|
|
1213
|
-
.el-input + .el-button[data-v-
|
|
1213
|
+
.el-input + .el-button[data-v-075d5fc4] {
|
|
1214
1214
|
margin-left: 10px;
|
|
1215
1215
|
}
|
|
1216
1216
|
|
|
1217
|
-
[data-v-
|
|
1217
|
+
[data-v-c119b3b3] .el-radio {
|
|
1218
1218
|
margin: 0;
|
|
1219
1219
|
}
|
|
1220
|
-
.el-radio + .el-radio[data-v-
|
|
1220
|
+
.el-radio + .el-radio[data-v-c119b3b3] {
|
|
1221
1221
|
margin-left: 10px;
|
|
1222
1222
|
}
|
|
1223
1223
|
|
|
1224
|
-
[data-v-
|
|
1224
|
+
[data-v-c47f34ac] .el-radio {
|
|
1225
1225
|
margin: 0;
|
|
1226
1226
|
}
|
|
1227
|
-
.el-radio + .el-radio[data-v-
|
|
1227
|
+
.el-radio + .el-radio[data-v-c47f34ac] {
|
|
1228
1228
|
margin-left: 10px;
|
|
1229
1229
|
}
|
|
1230
1230
|
|
|
@@ -58,7 +58,7 @@ function u(e2, t2, s2) {
|
|
|
58
58
|
const o2 = l2.currentService.returnValues;
|
|
59
59
|
let m2 = f(o2, e2);
|
|
60
60
|
if (!m2) {
|
|
61
|
-
if (m2 = p(), m2.value = e2, m2.type = t2, e2) {
|
|
61
|
+
if (m2 = p(), m2.value = e2, m2.type = t2 || "object", e2) {
|
|
62
62
|
const t3 = e2.replace("}", "").split(".");
|
|
63
63
|
m2.name = t3[t3.length - 1];
|
|
64
64
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "service-flow-designer",
|
|
3
|
-
"version": "2.3.5-
|
|
3
|
+
"version": "2.3.5-sit2-flow1",
|
|
4
4
|
"description": "AgileBuilder Service Flow Designer",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/es/index.js",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@logicflow/layout": "1.2.0-alpha.16",
|
|
62
62
|
"@uiw/codemirror-themes-all": "^4.21.25",
|
|
63
63
|
"@vueuse/core": "^10.9.0",
|
|
64
|
-
"agilebuilder-ui": "1.1.41-
|
|
64
|
+
"agilebuilder-ui": "1.1.41-sit2",
|
|
65
65
|
"codemirror": "^6.0.1",
|
|
66
66
|
"nprogress": "^0.2.0",
|
|
67
67
|
"pinia": "^2.1.7",
|