service-flow-designer 1.1.13 → 1.1.15
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/file-upload.css +2 -2
- package/dist/es/designer/common/components/file-upload.vue.js +1 -1
- package/dist/es/designer/common/components/file-upload.vue2.js +1 -1
- package/dist/es/designer/common/components/value-set-input/value-set-input.css +3 -3
- package/dist/es/designer/common/components/value-set-input/value-set-input.vue.js +1 -1
- package/dist/es/designer/common/components/value-set-input/value-set-input.vue2.js +2 -2
- package/dist/es/designer/desginer-index.css +6 -6
- package/dist/es/designer/desginer-index.vue.js +1 -1
- package/dist/es/designer/desginer-index.vue2.js +1 -1
- package/dist/es/designer/service-components/database/aggregate-query/config.css +2 -2
- 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 +1 -1
- package/dist/es/designer/service-components/database/dynamic-sql/config.css +3 -3
- package/dist/es/designer/service-components/database/dynamic-sql/config.vue.js +1 -1
- package/dist/es/designer/service-components/database/dynamic-sql/config.vue2.js +2 -2
- package/dist/es/designer/service-components/database/regular-query/config.css +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 +1 -1
- package/dist/es/designer/service-flow-view/view-index.css +15 -15
- package/dist/es/designer/service-flow-view/view-index.vue.js +1 -1
- package/dist/es/designer/service-flow-view/view-index.vue2.js +2 -2
- package/dist/es/designer/service-panel/service-list.css +5 -5
- package/dist/es/designer/service-panel/service-list.vue.js +1 -1
- package/dist/es/designer/service-panel/service-list.vue2.js +2 -2
- package/dist/es/stores/page-store.js +1 -1
- package/dist/lib/designer/common/components/file-upload.css +2 -2
- package/dist/lib/designer/common/components/file-upload.vue.js +1 -1
- package/dist/lib/designer/common/components/file-upload.vue2.js +1 -1
- package/dist/lib/designer/common/components/value-set-input/value-set-input.css +3 -3
- package/dist/lib/designer/common/components/value-set-input/value-set-input.vue.js +1 -1
- package/dist/lib/designer/common/components/value-set-input/value-set-input.vue2.js +2 -2
- package/dist/lib/designer/desginer-index.css +6 -6
- package/dist/lib/designer/desginer-index.vue.js +1 -1
- package/dist/lib/designer/desginer-index.vue2.js +1 -1
- package/dist/lib/designer/service-components/database/aggregate-query/config.css +2 -2
- package/dist/lib/designer/service-components/database/aggregate-query/config.vue.js +1 -1
- package/dist/lib/designer/service-components/database/aggregate-query/config.vue2.js +1 -1
- package/dist/lib/designer/service-components/database/dynamic-sql/config.css +3 -3
- package/dist/lib/designer/service-components/database/dynamic-sql/config.vue.js +1 -1
- package/dist/lib/designer/service-components/database/dynamic-sql/config.vue2.js +2 -2
- package/dist/lib/designer/service-components/database/regular-query/config.css +2 -2
- package/dist/lib/designer/service-components/database/regular-query/config.vue.js +1 -1
- package/dist/lib/designer/service-components/database/regular-query/config.vue2.js +1 -1
- package/dist/lib/designer/service-flow-view/view-index.css +15 -15
- package/dist/lib/designer/service-flow-view/view-index.vue.js +1 -1
- package/dist/lib/designer/service-flow-view/view-index.vue2.js +2 -2
- package/dist/lib/designer/service-panel/service-list.css +5 -5
- package/dist/lib/designer/service-panel/service-list.vue.js +1 -1
- package/dist/lib/designer/service-panel/service-list.vue2.js +2 -2
- package/dist/lib/stores/page-store.js +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _sfc_main from "./file-upload.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const fileUpload = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
4
|
+
const fileUpload = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-7171cd1f"]]);
|
|
5
5
|
export {
|
|
6
6
|
fileUpload as default
|
|
7
7
|
};
|
|
@@ -15,7 +15,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
15
15
|
},
|
|
16
16
|
emits: ["update:modelValue", "on-success"],
|
|
17
17
|
setup(__props, { expose: __expose, emit: __emit }) {
|
|
18
|
-
const serviceFlowStoreUtil = useServiceFlowStore();
|
|
18
|
+
const serviceFlowStoreUtil = useServiceFlowStore(window["$pinia"]);
|
|
19
19
|
const emits = __emit;
|
|
20
20
|
const props = __props;
|
|
21
21
|
const systemCode = ref("");
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
|
|
2
|
-
[data-v-
|
|
2
|
+
[data-v-30effb5d] .el-cascader-menu {
|
|
3
3
|
min-width: 120px !important;
|
|
4
4
|
}
|
|
5
|
-
.totalStyle[data-v-
|
|
5
|
+
.totalStyle[data-v-30effb5d] {
|
|
6
6
|
display: flex;
|
|
7
7
|
height: 15px;
|
|
8
8
|
align-items: center;
|
|
9
9
|
justify-content: center;
|
|
10
10
|
font-size: 10px;
|
|
11
11
|
}
|
|
12
|
-
[data-v-
|
|
12
|
+
[data-v-30effb5d] .el-input-group__append {
|
|
13
13
|
cursor: pointer;
|
|
14
14
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _sfc_main from "./value-set-input.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const ValueSetInput = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
4
|
+
const ValueSetInput = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-30effb5d"]]);
|
|
5
5
|
export {
|
|
6
6
|
ValueSetInput as default
|
|
7
7
|
};
|
|
@@ -5,7 +5,7 @@ import { useServiceFlowStore } from "../../../../stores/page-store.js";
|
|
|
5
5
|
import fileUpload from "../file-upload.vue.js";
|
|
6
6
|
import http from "agilebuilder-ui/src/utils/request";
|
|
7
7
|
import { ElMessage } from "element-plus";
|
|
8
|
-
const _withScopeId = (n) => (pushScopeId("data-v-
|
|
8
|
+
const _withScopeId = (n) => (pushScopeId("data-v-30effb5d"), n = n(), popScopeId(), n);
|
|
9
9
|
const _hoisted_1 = { key: 0 };
|
|
10
10
|
const _hoisted_2 = { style: { "margin-top": "10px", "font-size": "10px", "display": "flex", "align-items": "center", "justify-self": "center" } };
|
|
11
11
|
const _hoisted_3 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("span", { style: { "margin-left": "5px" } }, "输入变量名后点击加号按钮添加", -1));
|
|
@@ -56,7 +56,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
56
56
|
},
|
|
57
57
|
emits: ["update:modelValue"],
|
|
58
58
|
setup(__props, { expose: __expose, emit: __emit }) {
|
|
59
|
-
const serviceFlowStoreUtil = useServiceFlowStore();
|
|
59
|
+
const serviceFlowStoreUtil = useServiceFlowStore(window["$pinia"]);
|
|
60
60
|
const emits = __emit;
|
|
61
61
|
const props = __props;
|
|
62
62
|
const defalutValue = ref(null);
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
.amb-container-left[data-v-
|
|
1
|
+
.amb-container-left[data-v-96a8cbdd] {
|
|
2
2
|
width: 260px;
|
|
3
3
|
padding-right: 20px;
|
|
4
4
|
overflow-y: auto;
|
|
5
5
|
}
|
|
6
|
-
.amb-container-main[data-v-
|
|
6
|
+
.amb-container-main[data-v-96a8cbdd] {
|
|
7
7
|
padding: 0 10px 0 0;
|
|
8
8
|
}
|
|
9
|
-
.amb-container-main[data-v-
|
|
9
|
+
.amb-container-main[data-v-96a8cbdd]::-webkit-scrollbar {
|
|
10
10
|
width: 1px;
|
|
11
11
|
}
|
|
12
|
-
.amb-container-attr[data-v-
|
|
12
|
+
.amb-container-attr[data-v-96a8cbdd] {
|
|
13
13
|
width: 300px;
|
|
14
14
|
padding-left: 20px;
|
|
15
15
|
}
|
|
16
16
|
/**
|
|
17
17
|
解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
|
|
18
18
|
*/
|
|
19
|
-
[data-v-
|
|
19
|
+
[data-v-96a8cbdd]:v-deep(.el-drawer__header) {
|
|
20
20
|
margin-bottom: 0 !important;
|
|
21
21
|
}
|
|
22
|
-
[data-v-
|
|
22
|
+
[data-v-96a8cbdd] .el-overlay {
|
|
23
23
|
position: static;
|
|
24
24
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _sfc_main from "./desginer-index.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import _export_sfc from "../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const ServiceFlowDesginer = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
4
|
+
const ServiceFlowDesginer = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-96a8cbdd"]]);
|
|
5
5
|
export {
|
|
6
6
|
ServiceFlowDesginer as default
|
|
7
7
|
};
|
|
@@ -15,7 +15,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
15
15
|
setup(__props) {
|
|
16
16
|
const props = __props;
|
|
17
17
|
const serviceTreeData = ref([]);
|
|
18
|
-
const serviceFlowStoreUtil = useServiceFlowStore();
|
|
18
|
+
const serviceFlowStoreUtil = useServiceFlowStore(window["$pinia"]);
|
|
19
19
|
serviceFlowStoreUtil.setPageContext(props.pageContext);
|
|
20
20
|
const logicFlowInstance = ref(null);
|
|
21
21
|
const serviceFlowViewRef = ref();
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _sfc_main from "./config.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const config = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
4
|
+
const config = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-d61c2d7a"]]);
|
|
5
5
|
export {
|
|
6
6
|
config as default
|
|
7
7
|
};
|
|
@@ -33,7 +33,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
35
|
setup(__props, { expose: __expose }) {
|
|
36
|
-
const serviceFlowStoreUtil = useServiceFlowStore();
|
|
36
|
+
const serviceFlowStoreUtil = useServiceFlowStore(window["$pinia"]);
|
|
37
37
|
const props = __props;
|
|
38
38
|
if (!props.properties.result) {
|
|
39
39
|
props.properties.result = {};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
|
|
2
|
-
.editorTool[data-v-
|
|
2
|
+
.editorTool[data-v-ffee0416] {
|
|
3
3
|
margin-left: auto;
|
|
4
4
|
}
|
|
5
|
-
.editorOption[data-v-
|
|
5
|
+
.editorOption[data-v-ffee0416] {
|
|
6
6
|
margin-right: 10px;
|
|
7
7
|
cursor: pointer;
|
|
8
8
|
}
|
|
9
|
-
.pppp[data-v-
|
|
9
|
+
.pppp[data-v-ffee0416] {
|
|
10
10
|
display: flex; /* 使用Flex布局 */
|
|
11
11
|
justify-content: flex-start;
|
|
12
12
|
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _sfc_main from "./config.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const config = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
4
|
+
const config = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-ffee0416"]]);
|
|
5
5
|
export {
|
|
6
6
|
config as default
|
|
7
7
|
};
|
|
@@ -10,7 +10,7 @@ import ValueSetInput from "../../../common/components/value-set-input/value-set-
|
|
|
10
10
|
import DatabaseSelect from "../../../common/components/database-select.vue.js";
|
|
11
11
|
import { useServiceFlowStore } from "../../../../stores/page-store.js";
|
|
12
12
|
import { eclipse, githubDark, githubLight, dracula, vscodeDark, xcodeDark, xcodeLight } from "@uiw/codemirror-themes-all";
|
|
13
|
-
const _withScopeId = (n) => (pushScopeId("data-v-
|
|
13
|
+
const _withScopeId = (n) => (pushScopeId("data-v-ffee0416"), n = n(), popScopeId(), n);
|
|
14
14
|
const _hoisted_1 = { style: {} };
|
|
15
15
|
const _hoisted_2 = {
|
|
16
16
|
style: { "padding": "8px 16px", "margin": "10px 0px", "background-color": "#f4f4f5" },
|
|
@@ -40,7 +40,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
40
40
|
},
|
|
41
41
|
emits: ["fullScreen"],
|
|
42
42
|
setup(__props, { expose: __expose, emit: __emit }) {
|
|
43
|
-
useServiceFlowStore();
|
|
43
|
+
useServiceFlowStore(window["$pinia"]);
|
|
44
44
|
const emits = __emit;
|
|
45
45
|
const props = __props;
|
|
46
46
|
const sqlResult = ref([]);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _sfc_main from "./config.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const config = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
4
|
+
const config = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-73827474"]]);
|
|
5
5
|
export {
|
|
6
6
|
config as default
|
|
7
7
|
};
|
|
@@ -36,7 +36,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
38
|
setup(__props, { expose: __expose }) {
|
|
39
|
-
const serviceFlowStoreUtil = useServiceFlowStore();
|
|
39
|
+
const serviceFlowStoreUtil = useServiceFlowStore(window["$pinia"]);
|
|
40
40
|
const props = __props;
|
|
41
41
|
const showSelectTable = ref(false);
|
|
42
42
|
const dataTableColumns = ref([]);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.amb-design-content[data-v-
|
|
1
|
+
.amb-design-content[data-v-284a6117] {
|
|
2
2
|
overflow: auto;
|
|
3
3
|
display: block;
|
|
4
4
|
flex: none;
|
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
width: 100%;
|
|
7
7
|
height: 100%;
|
|
8
8
|
}
|
|
9
|
-
.amb-design-content[data-v-
|
|
9
|
+
.amb-design-content[data-v-284a6117]::-webkit-scrollbar {
|
|
10
10
|
width: 1px;
|
|
11
11
|
}
|
|
12
|
-
.amb-design-tool[data-v-
|
|
12
|
+
.amb-design-tool[data-v-284a6117] {
|
|
13
13
|
position: -webkit-sticky; /**Safari */
|
|
14
14
|
position: sticky;
|
|
15
15
|
width: 100%;
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
border-radius: 6px 6px 6px 6px;
|
|
23
23
|
z-index: 0;
|
|
24
24
|
}
|
|
25
|
-
.amb-page-type[data-v-
|
|
25
|
+
.amb-page-type[data-v-284a6117] {
|
|
26
26
|
padding-top: 11px;
|
|
27
27
|
padding-left: 6px;
|
|
28
28
|
padding-right: 6px;
|
|
@@ -30,14 +30,14 @@
|
|
|
30
30
|
border-radius: 4px 4px 4px 4px;
|
|
31
31
|
cursor: pointer;
|
|
32
32
|
}
|
|
33
|
-
.amb-page-type[data-v-
|
|
33
|
+
.amb-page-type[data-v-284a6117]:hover {
|
|
34
34
|
background: rgba(11, 45, 101, 0.105);
|
|
35
35
|
}
|
|
36
|
-
.amb-page-type.selected[data-v-
|
|
36
|
+
.amb-page-type.selected[data-v-284a6117] {
|
|
37
37
|
background: #5893ef;
|
|
38
38
|
color: #ffffff;
|
|
39
39
|
}
|
|
40
|
-
.amb-page-type > label[data-v-
|
|
40
|
+
.amb-page-type > label[data-v-284a6117] {
|
|
41
41
|
font-size: 14px;
|
|
42
42
|
padding-left: 6px;
|
|
43
43
|
padding-right: 6px;
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
position: relative;
|
|
47
47
|
cursor: pointer;
|
|
48
48
|
}
|
|
49
|
-
.amb-design-tool-split[data-v-
|
|
49
|
+
.amb-design-tool-split[data-v-284a6117] {
|
|
50
50
|
height: 25px;
|
|
51
51
|
margin-top: -12px;
|
|
52
52
|
}
|
|
53
|
-
.amb-design-board[data-v-
|
|
53
|
+
.amb-design-board[data-v-284a6117] {
|
|
54
54
|
margin: 0 auto;
|
|
55
55
|
margin-top: 28px;
|
|
56
56
|
overflow-y: auto;
|
|
@@ -60,24 +60,24 @@
|
|
|
60
60
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
61
61
|
padding-bottom: 20px;
|
|
62
62
|
}
|
|
63
|
-
.container[data-v-
|
|
63
|
+
.container[data-v-284a6117] {
|
|
64
64
|
height: 100%;
|
|
65
65
|
width: 100%;
|
|
66
66
|
}
|
|
67
|
-
.amb-item-ghost[data-v-
|
|
67
|
+
.amb-item-ghost[data-v-284a6117] {
|
|
68
68
|
background-color: #5893ef;
|
|
69
69
|
height: 5px;
|
|
70
70
|
line-height: 5px;
|
|
71
71
|
overflow: hidden;
|
|
72
72
|
}
|
|
73
73
|
/* 将你的自定义样式添加到这里 */
|
|
74
|
-
.draggable-placeholder[data-v-
|
|
74
|
+
.draggable-placeholder[data-v-284a6117] {
|
|
75
75
|
background-color: red;
|
|
76
76
|
border: 1px dashed #ddd;
|
|
77
77
|
margin: 5px;
|
|
78
78
|
padding: 10px;
|
|
79
79
|
}
|
|
80
|
-
#LF-view[data-v-
|
|
80
|
+
#LF-view[data-v-284a6117] {
|
|
81
81
|
width: calc(100% - 100px);
|
|
82
82
|
height: 80%;
|
|
83
83
|
outline: none;
|
|
@@ -89,10 +89,10 @@
|
|
|
89
89
|
/**
|
|
90
90
|
解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
|
|
91
91
|
*/
|
|
92
|
-
[data-v-
|
|
92
|
+
[data-v-284a6117] .el-overlay {
|
|
93
93
|
position: static !important;
|
|
94
94
|
}
|
|
95
|
-
.triangle[data-v-
|
|
95
|
+
.triangle[data-v-284a6117] {
|
|
96
96
|
display: inline-block;
|
|
97
97
|
width: 0;
|
|
98
98
|
height: 0;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _sfc_main from "./view-index.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const ServiceFlowView = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
4
|
+
const ServiceFlowView = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-284a6117"]]);
|
|
5
5
|
export {
|
|
6
6
|
ServiceFlowView as default
|
|
7
7
|
};
|
|
@@ -12,7 +12,7 @@ import "../service-components/import-index.js";
|
|
|
12
12
|
import { findServcieByCode, isDeepEqual } from "../common/util/node-util.js";
|
|
13
13
|
import { useServiceFlowStore } from "../../stores/page-store.js";
|
|
14
14
|
import { ElMessageBox, ElMessage } from "element-plus";
|
|
15
|
-
const _withScopeId = (n) => (pushScopeId("data-v-
|
|
15
|
+
const _withScopeId = (n) => (pushScopeId("data-v-284a6117"), n = n(), popScopeId(), n);
|
|
16
16
|
const _hoisted_1 = {
|
|
17
17
|
class: "amb-design-content",
|
|
18
18
|
ref: "ambServiceFlowContent"
|
|
@@ -39,7 +39,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
39
39
|
},
|
|
40
40
|
emits: ["onBlankClick", "onDeleteNode", "update:logicFlowInstance", "load-tree-data"],
|
|
41
41
|
setup(__props, { expose: __expose, emit: __emit }) {
|
|
42
|
-
const serviceFlowStoreUtil = useServiceFlowStore();
|
|
42
|
+
const serviceFlowStoreUtil = useServiceFlowStore(window["$pinia"]);
|
|
43
43
|
const props = __props;
|
|
44
44
|
const emits = __emit;
|
|
45
45
|
const logicFlowContainer = ref();
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
|
|
2
|
-
[data-v-
|
|
2
|
+
[data-v-440e4454] .el-table__row {
|
|
3
3
|
cursor: pointer;
|
|
4
4
|
}
|
|
5
5
|
/** 右键菜单样式 */
|
|
6
|
-
.context-menu[data-v-
|
|
6
|
+
.context-menu[data-v-440e4454] {
|
|
7
7
|
position: absolute;
|
|
8
8
|
background: #fff;
|
|
9
9
|
z-index: 999;
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
border-radius: 10px;
|
|
15
15
|
font-size: 14px;
|
|
16
16
|
}
|
|
17
|
-
.context-menu li[data-v-
|
|
17
|
+
.context-menu li[data-v-440e4454] {
|
|
18
18
|
list-style-type: none;
|
|
19
19
|
min-width: 75px;
|
|
20
20
|
line-height: 28px;
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
padding-left: 5px;
|
|
24
24
|
cursor: pointer;
|
|
25
25
|
}
|
|
26
|
-
.context-menu li[data-v-
|
|
26
|
+
.context-menu li[data-v-440e4454]:hover {
|
|
27
27
|
background: #0165e1;
|
|
28
28
|
color: #fff;
|
|
29
29
|
}
|
|
30
30
|
/** 右键菜单样式 */
|
|
31
|
-
.custom-tree-node[data-v-
|
|
31
|
+
.custom-tree-node[data-v-440e4454] {
|
|
32
32
|
font-size: 14px;
|
|
33
33
|
padding-right: 8px;
|
|
34
34
|
display: flex; /* 使用Flex布局 */
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _sfc_main from "./service-list.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const ServiceList = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
4
|
+
const ServiceList = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-440e4454"]]);
|
|
5
5
|
export {
|
|
6
6
|
ServiceList as default
|
|
7
7
|
};
|
|
@@ -5,7 +5,7 @@ import http from "agilebuilder-ui/src/utils/request";
|
|
|
5
5
|
import { findServcieByCode } from "../common/util/node-util.js";
|
|
6
6
|
import { useServiceFlowStore } from "../../stores/page-store.js";
|
|
7
7
|
import { ElMessage } from "element-plus";
|
|
8
|
-
const _withScopeId = (n) => (pushScopeId("data-v-
|
|
8
|
+
const _withScopeId = (n) => (pushScopeId("data-v-440e4454"), n = n(), popScopeId(), n);
|
|
9
9
|
const _hoisted_1 = { class: "custom-tree-node" };
|
|
10
10
|
const _hoisted_2 = { style: { "margin-left": "5px", "line-height": "14px", "font-size": "14px" } };
|
|
11
11
|
const _hoisted_3 = { class: "dialog-footer" };
|
|
@@ -35,7 +35,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
35
35
|
},
|
|
36
36
|
emits: ["service-click", "clear-flow-canvas", "load-tree-data"],
|
|
37
37
|
setup(__props, { emit: __emit }) {
|
|
38
|
-
const serviceFlowStoreUtil = useServiceFlowStore();
|
|
38
|
+
const serviceFlowStoreUtil = useServiceFlowStore(window["$pinia"]);
|
|
39
39
|
const emits = __emit;
|
|
40
40
|
const treeProps = {
|
|
41
41
|
id: "id",
|
|
@@ -20,7 +20,7 @@ const useServiceFlowStore = defineStore("serviceFlowStoreUtil", () => {
|
|
|
20
20
|
setPageContextVarOptions(newPageContext);
|
|
21
21
|
}
|
|
22
22
|
function setPageContextVarOptions(pageObject) {
|
|
23
|
-
if (pageObject) {
|
|
23
|
+
if (pageObject && pageObject.modelFields) {
|
|
24
24
|
pageObject.modelFields.forEach((element) => {
|
|
25
25
|
pageContextVarOptions.value.dataOptions.push({
|
|
26
26
|
value: element.name,
|
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
const fileUpload_vue_vue_type_script_setup_true_lang = require("./file-upload.vue2.js");
|
|
3
3
|
;/* empty css */
|
|
4
4
|
const _pluginVue_exportHelper = require("../../../_virtual/_plugin-vue_export-helper.js");
|
|
5
|
-
const fileUpload = /* @__PURE__ */ _pluginVue_exportHelper(fileUpload_vue_vue_type_script_setup_true_lang, [["__scopeId", "data-v-
|
|
5
|
+
const fileUpload = /* @__PURE__ */ _pluginVue_exportHelper(fileUpload_vue_vue_type_script_setup_true_lang, [["__scopeId", "data-v-7171cd1f"]]);
|
|
6
6
|
module.exports = fileUpload;
|
|
@@ -16,7 +16,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
16
16
|
},
|
|
17
17
|
emits: ["update:modelValue", "on-success"],
|
|
18
18
|
setup(__props, { expose: __expose, emit: __emit }) {
|
|
19
|
-
const serviceFlowStoreUtil = pageStore.useServiceFlowStore();
|
|
19
|
+
const serviceFlowStoreUtil = pageStore.useServiceFlowStore(window["$pinia"]);
|
|
20
20
|
const emits = __emit;
|
|
21
21
|
const props = __props;
|
|
22
22
|
const systemCode = vue.ref("");
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
|
|
2
|
-
[data-v-
|
|
2
|
+
[data-v-30effb5d] .el-cascader-menu {
|
|
3
3
|
min-width: 120px !important;
|
|
4
4
|
}
|
|
5
|
-
.totalStyle[data-v-
|
|
5
|
+
.totalStyle[data-v-30effb5d] {
|
|
6
6
|
display: flex;
|
|
7
7
|
height: 15px;
|
|
8
8
|
align-items: center;
|
|
9
9
|
justify-content: center;
|
|
10
10
|
font-size: 10px;
|
|
11
11
|
}
|
|
12
|
-
[data-v-
|
|
12
|
+
[data-v-30effb5d] .el-input-group__append {
|
|
13
13
|
cursor: pointer;
|
|
14
14
|
}
|
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
const valueSetInput_vue_vue_type_script_setup_true_lang = require("./value-set-input.vue2.js");
|
|
3
3
|
;/* empty css */
|
|
4
4
|
const _pluginVue_exportHelper = require("../../../../_virtual/_plugin-vue_export-helper.js");
|
|
5
|
-
const ValueSetInput = /* @__PURE__ */ _pluginVue_exportHelper(valueSetInput_vue_vue_type_script_setup_true_lang, [["__scopeId", "data-v-
|
|
5
|
+
const ValueSetInput = /* @__PURE__ */ _pluginVue_exportHelper(valueSetInput_vue_vue_type_script_setup_true_lang, [["__scopeId", "data-v-30effb5d"]]);
|
|
6
6
|
module.exports = ValueSetInput;
|
|
@@ -6,7 +6,7 @@ const pageStore = require("../../../../stores/page-store.js");
|
|
|
6
6
|
const fileUpload = require("../file-upload.vue.js");
|
|
7
7
|
const http = require("agilebuilder-ui/src/utils/request");
|
|
8
8
|
const elementPlus = require("element-plus");
|
|
9
|
-
const _withScopeId = (n) => (vue.pushScopeId("data-v-
|
|
9
|
+
const _withScopeId = (n) => (vue.pushScopeId("data-v-30effb5d"), n = n(), vue.popScopeId(), n);
|
|
10
10
|
const _hoisted_1 = { key: 0 };
|
|
11
11
|
const _hoisted_2 = { style: { "margin-top": "10px", "font-size": "10px", "display": "flex", "align-items": "center", "justify-self": "center" } };
|
|
12
12
|
const _hoisted_3 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ vue.createElementVNode("span", { style: { "margin-left": "5px" } }, "输入变量名后点击加号按钮添加", -1));
|
|
@@ -57,7 +57,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
57
57
|
},
|
|
58
58
|
emits: ["update:modelValue"],
|
|
59
59
|
setup(__props, { expose: __expose, emit: __emit }) {
|
|
60
|
-
const serviceFlowStoreUtil = pageStore.useServiceFlowStore();
|
|
60
|
+
const serviceFlowStoreUtil = pageStore.useServiceFlowStore(window["$pinia"]);
|
|
61
61
|
const emits = __emit;
|
|
62
62
|
const props = __props;
|
|
63
63
|
const defalutValue = vue.ref(null);
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
.amb-container-left[data-v-
|
|
1
|
+
.amb-container-left[data-v-96a8cbdd] {
|
|
2
2
|
width: 260px;
|
|
3
3
|
padding-right: 20px;
|
|
4
4
|
overflow-y: auto;
|
|
5
5
|
}
|
|
6
|
-
.amb-container-main[data-v-
|
|
6
|
+
.amb-container-main[data-v-96a8cbdd] {
|
|
7
7
|
padding: 0 10px 0 0;
|
|
8
8
|
}
|
|
9
|
-
.amb-container-main[data-v-
|
|
9
|
+
.amb-container-main[data-v-96a8cbdd]::-webkit-scrollbar {
|
|
10
10
|
width: 1px;
|
|
11
11
|
}
|
|
12
|
-
.amb-container-attr[data-v-
|
|
12
|
+
.amb-container-attr[data-v-96a8cbdd] {
|
|
13
13
|
width: 300px;
|
|
14
14
|
padding-left: 20px;
|
|
15
15
|
}
|
|
16
16
|
/**
|
|
17
17
|
解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
|
|
18
18
|
*/
|
|
19
|
-
[data-v-
|
|
19
|
+
[data-v-96a8cbdd]:v-deep(.el-drawer__header) {
|
|
20
20
|
margin-bottom: 0 !important;
|
|
21
21
|
}
|
|
22
|
-
[data-v-
|
|
22
|
+
[data-v-96a8cbdd] .el-overlay {
|
|
23
23
|
position: static;
|
|
24
24
|
}
|
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
const desginerIndex_vue_vue_type_script_setup_true_lang = require("./desginer-index.vue2.js");
|
|
3
3
|
;/* empty css */
|
|
4
4
|
const _pluginVue_exportHelper = require("../_virtual/_plugin-vue_export-helper.js");
|
|
5
|
-
const ServiceFlowDesginer = /* @__PURE__ */ _pluginVue_exportHelper(desginerIndex_vue_vue_type_script_setup_true_lang, [["__scopeId", "data-v-
|
|
5
|
+
const ServiceFlowDesginer = /* @__PURE__ */ _pluginVue_exportHelper(desginerIndex_vue_vue_type_script_setup_true_lang, [["__scopeId", "data-v-96a8cbdd"]]);
|
|
6
6
|
module.exports = ServiceFlowDesginer;
|
|
@@ -16,7 +16,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
16
16
|
setup(__props) {
|
|
17
17
|
const props = __props;
|
|
18
18
|
const serviceTreeData = vue.ref([]);
|
|
19
|
-
const serviceFlowStoreUtil = pageStore.useServiceFlowStore();
|
|
19
|
+
const serviceFlowStoreUtil = pageStore.useServiceFlowStore(window["$pinia"]);
|
|
20
20
|
serviceFlowStoreUtil.setPageContext(props.pageContext);
|
|
21
21
|
const logicFlowInstance = vue.ref(null);
|
|
22
22
|
const serviceFlowViewRef = vue.ref();
|
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
const config_vue_vue_type_script_setup_true_lang = require("./config.vue2.js");
|
|
3
3
|
;/* empty css */
|
|
4
4
|
const _pluginVue_exportHelper = require("../../../../_virtual/_plugin-vue_export-helper.js");
|
|
5
|
-
const config = /* @__PURE__ */ _pluginVue_exportHelper(config_vue_vue_type_script_setup_true_lang, [["__scopeId", "data-v-
|
|
5
|
+
const config = /* @__PURE__ */ _pluginVue_exportHelper(config_vue_vue_type_script_setup_true_lang, [["__scopeId", "data-v-d61c2d7a"]]);
|
|
6
6
|
module.exports = config;
|
|
@@ -34,7 +34,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
36
|
setup(__props, { expose: __expose }) {
|
|
37
|
-
const serviceFlowStoreUtil = pageStore.useServiceFlowStore();
|
|
37
|
+
const serviceFlowStoreUtil = pageStore.useServiceFlowStore(window["$pinia"]);
|
|
38
38
|
const props = __props;
|
|
39
39
|
if (!props.properties.result) {
|
|
40
40
|
props.properties.result = {};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
|
|
2
|
-
.editorTool[data-v-
|
|
2
|
+
.editorTool[data-v-ffee0416] {
|
|
3
3
|
margin-left: auto;
|
|
4
4
|
}
|
|
5
|
-
.editorOption[data-v-
|
|
5
|
+
.editorOption[data-v-ffee0416] {
|
|
6
6
|
margin-right: 10px;
|
|
7
7
|
cursor: pointer;
|
|
8
8
|
}
|
|
9
|
-
.pppp[data-v-
|
|
9
|
+
.pppp[data-v-ffee0416] {
|
|
10
10
|
display: flex; /* 使用Flex布局 */
|
|
11
11
|
justify-content: flex-start;
|
|
12
12
|
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
const config_vue_vue_type_script_setup_true_lang = require("./config.vue2.js");
|
|
3
3
|
;/* empty css */
|
|
4
4
|
const _pluginVue_exportHelper = require("../../../../_virtual/_plugin-vue_export-helper.js");
|
|
5
|
-
const config = /* @__PURE__ */ _pluginVue_exportHelper(config_vue_vue_type_script_setup_true_lang, [["__scopeId", "data-v-
|
|
5
|
+
const config = /* @__PURE__ */ _pluginVue_exportHelper(config_vue_vue_type_script_setup_true_lang, [["__scopeId", "data-v-ffee0416"]]);
|
|
6
6
|
module.exports = config;
|
|
@@ -11,7 +11,7 @@ const valueSetInput = require("../../../common/components/value-set-input/value-
|
|
|
11
11
|
const databaseSelect = require("../../../common/components/database-select.vue.js");
|
|
12
12
|
const pageStore = require("../../../../stores/page-store.js");
|
|
13
13
|
const codemirrorThemesAll = require("@uiw/codemirror-themes-all");
|
|
14
|
-
const _withScopeId = (n) => (vue.pushScopeId("data-v-
|
|
14
|
+
const _withScopeId = (n) => (vue.pushScopeId("data-v-ffee0416"), n = n(), vue.popScopeId(), n);
|
|
15
15
|
const _hoisted_1 = { style: {} };
|
|
16
16
|
const _hoisted_2 = {
|
|
17
17
|
style: { "padding": "8px 16px", "margin": "10px 0px", "background-color": "#f4f4f5" },
|
|
@@ -41,7 +41,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
41
41
|
},
|
|
42
42
|
emits: ["fullScreen"],
|
|
43
43
|
setup(__props, { expose: __expose, emit: __emit }) {
|
|
44
|
-
pageStore.useServiceFlowStore();
|
|
44
|
+
pageStore.useServiceFlowStore(window["$pinia"]);
|
|
45
45
|
const emits = __emit;
|
|
46
46
|
const props = __props;
|
|
47
47
|
const sqlResult = vue.ref([]);
|
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
const config_vue_vue_type_script_setup_true_lang = require("./config.vue2.js");
|
|
3
3
|
;/* empty css */
|
|
4
4
|
const _pluginVue_exportHelper = require("../../../../_virtual/_plugin-vue_export-helper.js");
|
|
5
|
-
const config = /* @__PURE__ */ _pluginVue_exportHelper(config_vue_vue_type_script_setup_true_lang, [["__scopeId", "data-v-
|
|
5
|
+
const config = /* @__PURE__ */ _pluginVue_exportHelper(config_vue_vue_type_script_setup_true_lang, [["__scopeId", "data-v-73827474"]]);
|
|
6
6
|
module.exports = config;
|
|
@@ -37,7 +37,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
37
37
|
}
|
|
38
38
|
},
|
|
39
39
|
setup(__props, { expose: __expose }) {
|
|
40
|
-
const serviceFlowStoreUtil = pageStore.useServiceFlowStore();
|
|
40
|
+
const serviceFlowStoreUtil = pageStore.useServiceFlowStore(window["$pinia"]);
|
|
41
41
|
const props = __props;
|
|
42
42
|
const showSelectTable = vue.ref(false);
|
|
43
43
|
const dataTableColumns = vue.ref([]);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.amb-design-content[data-v-
|
|
1
|
+
.amb-design-content[data-v-284a6117] {
|
|
2
2
|
overflow: auto;
|
|
3
3
|
display: block;
|
|
4
4
|
flex: none;
|
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
width: 100%;
|
|
7
7
|
height: 100%;
|
|
8
8
|
}
|
|
9
|
-
.amb-design-content[data-v-
|
|
9
|
+
.amb-design-content[data-v-284a6117]::-webkit-scrollbar {
|
|
10
10
|
width: 1px;
|
|
11
11
|
}
|
|
12
|
-
.amb-design-tool[data-v-
|
|
12
|
+
.amb-design-tool[data-v-284a6117] {
|
|
13
13
|
position: -webkit-sticky; /**Safari */
|
|
14
14
|
position: sticky;
|
|
15
15
|
width: 100%;
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
border-radius: 6px 6px 6px 6px;
|
|
23
23
|
z-index: 0;
|
|
24
24
|
}
|
|
25
|
-
.amb-page-type[data-v-
|
|
25
|
+
.amb-page-type[data-v-284a6117] {
|
|
26
26
|
padding-top: 11px;
|
|
27
27
|
padding-left: 6px;
|
|
28
28
|
padding-right: 6px;
|
|
@@ -30,14 +30,14 @@
|
|
|
30
30
|
border-radius: 4px 4px 4px 4px;
|
|
31
31
|
cursor: pointer;
|
|
32
32
|
}
|
|
33
|
-
.amb-page-type[data-v-
|
|
33
|
+
.amb-page-type[data-v-284a6117]:hover {
|
|
34
34
|
background: rgba(11, 45, 101, 0.105);
|
|
35
35
|
}
|
|
36
|
-
.amb-page-type.selected[data-v-
|
|
36
|
+
.amb-page-type.selected[data-v-284a6117] {
|
|
37
37
|
background: #5893ef;
|
|
38
38
|
color: #ffffff;
|
|
39
39
|
}
|
|
40
|
-
.amb-page-type > label[data-v-
|
|
40
|
+
.amb-page-type > label[data-v-284a6117] {
|
|
41
41
|
font-size: 14px;
|
|
42
42
|
padding-left: 6px;
|
|
43
43
|
padding-right: 6px;
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
position: relative;
|
|
47
47
|
cursor: pointer;
|
|
48
48
|
}
|
|
49
|
-
.amb-design-tool-split[data-v-
|
|
49
|
+
.amb-design-tool-split[data-v-284a6117] {
|
|
50
50
|
height: 25px;
|
|
51
51
|
margin-top: -12px;
|
|
52
52
|
}
|
|
53
|
-
.amb-design-board[data-v-
|
|
53
|
+
.amb-design-board[data-v-284a6117] {
|
|
54
54
|
margin: 0 auto;
|
|
55
55
|
margin-top: 28px;
|
|
56
56
|
overflow-y: auto;
|
|
@@ -60,24 +60,24 @@
|
|
|
60
60
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
61
61
|
padding-bottom: 20px;
|
|
62
62
|
}
|
|
63
|
-
.container[data-v-
|
|
63
|
+
.container[data-v-284a6117] {
|
|
64
64
|
height: 100%;
|
|
65
65
|
width: 100%;
|
|
66
66
|
}
|
|
67
|
-
.amb-item-ghost[data-v-
|
|
67
|
+
.amb-item-ghost[data-v-284a6117] {
|
|
68
68
|
background-color: #5893ef;
|
|
69
69
|
height: 5px;
|
|
70
70
|
line-height: 5px;
|
|
71
71
|
overflow: hidden;
|
|
72
72
|
}
|
|
73
73
|
/* 将你的自定义样式添加到这里 */
|
|
74
|
-
.draggable-placeholder[data-v-
|
|
74
|
+
.draggable-placeholder[data-v-284a6117] {
|
|
75
75
|
background-color: red;
|
|
76
76
|
border: 1px dashed #ddd;
|
|
77
77
|
margin: 5px;
|
|
78
78
|
padding: 10px;
|
|
79
79
|
}
|
|
80
|
-
#LF-view[data-v-
|
|
80
|
+
#LF-view[data-v-284a6117] {
|
|
81
81
|
width: calc(100% - 100px);
|
|
82
82
|
height: 80%;
|
|
83
83
|
outline: none;
|
|
@@ -89,10 +89,10 @@
|
|
|
89
89
|
/**
|
|
90
90
|
解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
|
|
91
91
|
*/
|
|
92
|
-
[data-v-
|
|
92
|
+
[data-v-284a6117] .el-overlay {
|
|
93
93
|
position: static !important;
|
|
94
94
|
}
|
|
95
|
-
.triangle[data-v-
|
|
95
|
+
.triangle[data-v-284a6117] {
|
|
96
96
|
display: inline-block;
|
|
97
97
|
width: 0;
|
|
98
98
|
height: 0;
|
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
const viewIndex_vue_vue_type_script_setup_true_lang = require("./view-index.vue2.js");
|
|
3
3
|
;/* empty css */
|
|
4
4
|
const _pluginVue_exportHelper = require("../../_virtual/_plugin-vue_export-helper.js");
|
|
5
|
-
const ServiceFlowView = /* @__PURE__ */ _pluginVue_exportHelper(viewIndex_vue_vue_type_script_setup_true_lang, [["__scopeId", "data-v-
|
|
5
|
+
const ServiceFlowView = /* @__PURE__ */ _pluginVue_exportHelper(viewIndex_vue_vue_type_script_setup_true_lang, [["__scopeId", "data-v-284a6117"]]);
|
|
6
6
|
module.exports = ServiceFlowView;
|
|
@@ -13,7 +13,7 @@ require("../service-components/import-index.js");
|
|
|
13
13
|
const nodeUtil = require("../common/util/node-util.js");
|
|
14
14
|
const pageStore = require("../../stores/page-store.js");
|
|
15
15
|
const elementPlus = require("element-plus");
|
|
16
|
-
const _withScopeId = (n) => (vue.pushScopeId("data-v-
|
|
16
|
+
const _withScopeId = (n) => (vue.pushScopeId("data-v-284a6117"), n = n(), vue.popScopeId(), n);
|
|
17
17
|
const _hoisted_1 = {
|
|
18
18
|
class: "amb-design-content",
|
|
19
19
|
ref: "ambServiceFlowContent"
|
|
@@ -40,7 +40,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
40
40
|
},
|
|
41
41
|
emits: ["onBlankClick", "onDeleteNode", "update:logicFlowInstance", "load-tree-data"],
|
|
42
42
|
setup(__props, { expose: __expose, emit: __emit }) {
|
|
43
|
-
const serviceFlowStoreUtil = pageStore.useServiceFlowStore();
|
|
43
|
+
const serviceFlowStoreUtil = pageStore.useServiceFlowStore(window["$pinia"]);
|
|
44
44
|
const props = __props;
|
|
45
45
|
const emits = __emit;
|
|
46
46
|
const logicFlowContainer = vue.ref();
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
|
|
2
|
-
[data-v-
|
|
2
|
+
[data-v-440e4454] .el-table__row {
|
|
3
3
|
cursor: pointer;
|
|
4
4
|
}
|
|
5
5
|
/** 右键菜单样式 */
|
|
6
|
-
.context-menu[data-v-
|
|
6
|
+
.context-menu[data-v-440e4454] {
|
|
7
7
|
position: absolute;
|
|
8
8
|
background: #fff;
|
|
9
9
|
z-index: 999;
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
border-radius: 10px;
|
|
15
15
|
font-size: 14px;
|
|
16
16
|
}
|
|
17
|
-
.context-menu li[data-v-
|
|
17
|
+
.context-menu li[data-v-440e4454] {
|
|
18
18
|
list-style-type: none;
|
|
19
19
|
min-width: 75px;
|
|
20
20
|
line-height: 28px;
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
padding-left: 5px;
|
|
24
24
|
cursor: pointer;
|
|
25
25
|
}
|
|
26
|
-
.context-menu li[data-v-
|
|
26
|
+
.context-menu li[data-v-440e4454]:hover {
|
|
27
27
|
background: #0165e1;
|
|
28
28
|
color: #fff;
|
|
29
29
|
}
|
|
30
30
|
/** 右键菜单样式 */
|
|
31
|
-
.custom-tree-node[data-v-
|
|
31
|
+
.custom-tree-node[data-v-440e4454] {
|
|
32
32
|
font-size: 14px;
|
|
33
33
|
padding-right: 8px;
|
|
34
34
|
display: flex; /* 使用Flex布局 */
|
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
const serviceList_vue_vue_type_script_setup_true_lang = require("./service-list.vue2.js");
|
|
3
3
|
;/* empty css */
|
|
4
4
|
const _pluginVue_exportHelper = require("../../_virtual/_plugin-vue_export-helper.js");
|
|
5
|
-
const ServiceList = /* @__PURE__ */ _pluginVue_exportHelper(serviceList_vue_vue_type_script_setup_true_lang, [["__scopeId", "data-v-
|
|
5
|
+
const ServiceList = /* @__PURE__ */ _pluginVue_exportHelper(serviceList_vue_vue_type_script_setup_true_lang, [["__scopeId", "data-v-440e4454"]]);
|
|
6
6
|
module.exports = ServiceList;
|
|
@@ -6,7 +6,7 @@ const http = require("agilebuilder-ui/src/utils/request");
|
|
|
6
6
|
const nodeUtil = require("../common/util/node-util.js");
|
|
7
7
|
const pageStore = require("../../stores/page-store.js");
|
|
8
8
|
const elementPlus = require("element-plus");
|
|
9
|
-
const _withScopeId = (n) => (vue.pushScopeId("data-v-
|
|
9
|
+
const _withScopeId = (n) => (vue.pushScopeId("data-v-440e4454"), n = n(), vue.popScopeId(), n);
|
|
10
10
|
const _hoisted_1 = { class: "custom-tree-node" };
|
|
11
11
|
const _hoisted_2 = { style: { "margin-left": "5px", "line-height": "14px", "font-size": "14px" } };
|
|
12
12
|
const _hoisted_3 = { class: "dialog-footer" };
|
|
@@ -36,7 +36,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
36
36
|
},
|
|
37
37
|
emits: ["service-click", "clear-flow-canvas", "load-tree-data"],
|
|
38
38
|
setup(__props, { emit: __emit }) {
|
|
39
|
-
const serviceFlowStoreUtil = pageStore.useServiceFlowStore();
|
|
39
|
+
const serviceFlowStoreUtil = pageStore.useServiceFlowStore(window["$pinia"]);
|
|
40
40
|
const emits = __emit;
|
|
41
41
|
const treeProps = {
|
|
42
42
|
id: "id",
|
|
@@ -22,7 +22,7 @@ const useServiceFlowStore = pinia.defineStore("serviceFlowStoreUtil", () => {
|
|
|
22
22
|
setPageContextVarOptions(newPageContext);
|
|
23
23
|
}
|
|
24
24
|
function setPageContextVarOptions(pageObject) {
|
|
25
|
-
if (pageObject) {
|
|
25
|
+
if (pageObject && pageObject.modelFields) {
|
|
26
26
|
pageObject.modelFields.forEach((element) => {
|
|
27
27
|
pageContextVarOptions.value.dataOptions.push({
|
|
28
28
|
value: element.name,
|