service-flow-designer 2.0.7 → 2.0.12
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/database-select.css +10 -0
- package/dist/es/designer/common/components/database-select.vue.js +1 -1
- package/dist/es/designer/common/components/datatable-select.css +10 -0
- package/dist/es/designer/common/components/datatable-select.vue.js +1 -1
- package/dist/es/designer/common/components/file-upload.css +7 -0
- package/dist/es/designer/common/components/file-upload.vue.js +1 -1
- package/dist/es/designer/common/components/value-set-input/value-set-input.css +14 -0
- package/dist/es/designer/common/components/value-set-input/value-set-input.vue.js +1 -1
- package/dist/es/designer/desginer-index.css +24 -0
- package/dist/es/designer/desginer-index.vue.js +1 -1
- package/dist/es/designer/service-components/base/custom-function/config.css +13 -0
- package/dist/es/designer/service-components/base/custom-function/config.vue.js +1 -1
- package/dist/es/designer/service-components/base/custom-function/index.css +51 -0
- package/dist/es/designer/service-components/base/custom-function/index.vue.js +1 -1
- package/dist/es/designer/service-components/base/end-node/index.css +20 -0
- package/dist/es/designer/service-components/base/end-node/index.vue.js +1 -1
- package/dist/es/designer/service-components/base/judge-condition/index.css +52 -0
- package/dist/es/designer/service-components/base/judge-condition/index.vue.js +1 -1
- package/dist/es/designer/service-components/base/loop-node/config.css +4 -0
- package/dist/es/designer/service-components/base/loop-node/config.vue.js +1 -1
- package/dist/es/designer/service-components/base/loop-node/index.css +20 -0
- package/dist/es/designer/service-components/base/loop-node/index.js +1 -1
- package/dist/es/designer/service-components/base/notification/index.css +51 -0
- package/dist/es/designer/service-components/base/notification/index.vue.js +1 -1
- package/dist/es/designer/service-components/base/notification/recipients-select.css +4 -0
- package/dist/es/designer/service-components/base/notification/recipients-select.vue.js +1 -1
- package/dist/es/designer/service-components/base/start-node/index.css +20 -0
- package/dist/es/designer/service-components/base/start-node/index.vue.js +1 -1
- package/dist/es/designer/service-components/computation/clean/config.css +10 -0
- package/dist/es/designer/service-components/computation/clean/config.vue.js +1 -1
- package/dist/es/designer/service-components/computation/clean/index.css +51 -0
- package/dist/es/designer/service-components/computation/clean/index.vue.js +1 -1
- package/dist/es/designer/service-components/computation/connect/config.css +7 -0
- package/dist/es/designer/service-components/computation/connect/config.vue.js +1 -1
- package/dist/es/designer/service-components/computation/connect/index.css +51 -0
- package/dist/es/designer/service-components/computation/connect/index.vue.js +1 -1
- package/dist/es/designer/service-components/computation/sort/config.css +10 -0
- package/dist/es/designer/service-components/computation/sort/config.vue.js +1 -1
- package/dist/es/designer/service-components/computation/sort/index.css +51 -0
- package/dist/es/designer/service-components/computation/sort/index.vue.js +1 -1
- package/dist/es/designer/service-components/computation/split-joint/config.css +7 -0
- package/dist/es/designer/service-components/computation/split-joint/config.vue.js +1 -1
- package/dist/es/designer/service-components/computation/split-joint/index.css +51 -0
- package/dist/es/designer/service-components/computation/split-joint/index.js +39 -0
- package/dist/es/designer/service-components/computation/split-joint/index.vue.js +7 -1
- package/dist/es/designer/service-components/computation/split-joint/index.vue2.js +44 -0
- package/dist/es/designer/service-components/computation/statistics/config.css +7 -0
- package/dist/es/designer/service-components/computation/statistics/config.vue.js +1 -1
- package/dist/es/designer/service-components/computation/statistics/index.css +51 -0
- package/dist/es/designer/service-components/computation/statistics/index.vue.js +1 -1
- package/dist/es/designer/service-components/database/aggregate-query/config.css +7 -0
- package/dist/es/designer/service-components/database/aggregate-query/config.vue.js +1 -1
- package/dist/es/designer/service-components/database/aggregate-query/index.css +52 -0
- package/dist/es/designer/service-components/database/aggregate-query/index.vue.js +1 -1
- package/dist/es/designer/service-components/database/dynamic-sql/config.css +13 -0
- package/dist/es/designer/service-components/database/dynamic-sql/config.vue.js +1 -1
- package/dist/es/designer/service-components/database/dynamic-sql/index.css +51 -0
- package/dist/es/designer/service-components/database/dynamic-sql/index.vue.js +1 -1
- package/dist/es/designer/service-components/database/regular-query/config.css +7 -0
- package/dist/es/designer/service-components/database/regular-query/config.vue.js +1 -1
- package/dist/es/designer/service-components/database/regular-query/index.css +52 -0
- package/dist/es/designer/service-components/database/regular-query/index.vue.js +1 -1
- package/dist/es/designer/service-components/index.js +4 -11
- package/dist/es/designer/service-components/service/common/json-data.css +4 -0
- package/dist/es/designer/service-components/service/common/json-data.vue.js +1 -1
- package/dist/es/designer/service-components/service/common/param-config.css +7 -0
- package/dist/es/designer/service-components/service/common/param-config.vue.js +1 -1
- package/dist/es/designer/service-components/service/custom-bean/index.css +51 -0
- package/dist/es/designer/service-components/service/custom-bean/index.vue.js +1 -1
- package/dist/es/designer/service-components/service/http-service/config.css +7 -0
- package/dist/es/designer/service-components/service/http-service/config.vue.js +1 -1
- package/dist/es/designer/service-components/service/http-service/index.css +51 -0
- package/dist/es/designer/service-components/service/http-service/index.vue.js +1 -1
- package/dist/es/{style.css → designer/service-flow-view/service-flow-tool.css} +0 -1158
- package/dist/es/designer/service-flow-view/service-flow-tool.vue.js +1 -1
- package/dist/es/designer/service-flow-view/service-node-config.css +10 -0
- package/dist/es/designer/service-flow-view/service-node-config.vue.js +1 -1
- package/dist/es/designer/service-flow-view/service-update-log.css +5 -0
- package/dist/es/designer/service-flow-view/service-update-log.vue.js +1 -1
- package/dist/es/designer/service-flow-view/view-index.css +102 -0
- package/dist/es/designer/service-flow-view/view-index.vue.js +1 -1
- package/dist/es/designer/service-panel/component-panel.css +66 -0
- package/dist/es/designer/service-panel/component-panel.vue.js +1 -1
- package/dist/es/designer/service-panel/service-list.css +36 -0
- package/dist/es/designer/service-panel/service-list.vue.js +1 -1
- package/dist/es/designer/service-panel/service-panel.css +41 -0
- package/dist/es/designer/service-panel/service-panel.vue.js +1 -1
- package/package.json +2 -2
- package/dist/es/designer/common/components/database-select.vue3.js +0 -1
- package/dist/es/designer/common/components/datatable-select.vue3.js +0 -1
- package/dist/es/designer/common/components/file-upload.vue3.js +0 -1
- package/dist/es/designer/common/components/value-set-input/value-set-input.vue3.js +0 -1
- package/dist/es/designer/desginer-index.vue3.js +0 -1
- package/dist/es/designer/service-components/base/custom-function/config.vue3.js +0 -1
- package/dist/es/designer/service-components/base/custom-function/index.vue3.js +0 -1
- package/dist/es/designer/service-components/base/end-node/index.vue3.js +0 -1
- package/dist/es/designer/service-components/base/judge-condition/index.vue3.js +0 -1
- package/dist/es/designer/service-components/base/loop-node/config.vue3.js +0 -1
- package/dist/es/designer/service-components/base/loop-node/index.vue.js +0 -1
- package/dist/es/designer/service-components/base/notification/index.vue3.js +0 -1
- package/dist/es/designer/service-components/base/notification/recipients-select.vue3.js +0 -1
- package/dist/es/designer/service-components/base/start-node/index.vue3.js +0 -1
- package/dist/es/designer/service-components/computation/clean/config.vue3.js +0 -1
- package/dist/es/designer/service-components/computation/clean/index.vue3.js +0 -1
- package/dist/es/designer/service-components/computation/connect/config.vue3.js +0 -1
- package/dist/es/designer/service-components/computation/connect/index.vue3.js +0 -1
- package/dist/es/designer/service-components/computation/sort/config.vue3.js +0 -1
- package/dist/es/designer/service-components/computation/sort/index.vue3.js +0 -1
- package/dist/es/designer/service-components/computation/split-joint/config.vue3.js +0 -1
- package/dist/es/designer/service-components/computation/statistics/config.vue3.js +0 -1
- package/dist/es/designer/service-components/computation/statistics/index.vue3.js +0 -1
- package/dist/es/designer/service-components/database/aggregate-query/config.vue3.js +0 -1
- package/dist/es/designer/service-components/database/aggregate-query/index.vue3.js +0 -1
- package/dist/es/designer/service-components/database/dynamic-sql/config.vue3.js +0 -1
- package/dist/es/designer/service-components/database/dynamic-sql/index.vue3.js +0 -1
- package/dist/es/designer/service-components/database/regular-query/config.vue3.js +0 -1
- package/dist/es/designer/service-components/database/regular-query/index.vue3.js +0 -1
- package/dist/es/designer/service-components/service/common/json-data.vue3.js +0 -1
- package/dist/es/designer/service-components/service/common/param-config.vue3.js +0 -1
- package/dist/es/designer/service-components/service/custom-bean/index.vue3.js +0 -1
- package/dist/es/designer/service-components/service/http-service/config.vue3.js +0 -1
- package/dist/es/designer/service-components/service/http-service/index.vue3.js +0 -1
- package/dist/es/designer/service-flow-view/service-flow-tool.vue3.js +0 -1
- package/dist/es/designer/service-flow-view/service-node-config.vue3.js +0 -1
- package/dist/es/designer/service-flow-view/service-update-log.vue3.js +0 -1
- package/dist/es/designer/service-flow-view/view-index.vue3.js +0 -1
- package/dist/es/designer/service-panel/component-panel.vue3.js +0 -1
- package/dist/es/designer/service-panel/service-list.vue3.js +0 -1
- package/dist/es/designer/service-panel/service-panel.vue3.js +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./database-select.vue2.js";
|
|
2
|
-
|
|
2
|
+
/* empty css */
|
|
3
3
|
import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const DatabaseSelect = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-92a1d6cc"]]);
|
|
5
5
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./datatable-select.vue2.js";
|
|
2
|
-
|
|
2
|
+
/* empty css */
|
|
3
3
|
import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const DatatableSelect = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-dbffbd8f"]]);
|
|
5
5
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
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
4
|
const fileUpload = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-2d06523b"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
[data-v-9cc733d7] .el-cascader-menu {
|
|
3
|
+
min-width: 120px !important;
|
|
4
|
+
}
|
|
5
|
+
.totalStyle[data-v-9cc733d7] {
|
|
6
|
+
display: flex;
|
|
7
|
+
height: 15px;
|
|
8
|
+
align-items: center;
|
|
9
|
+
justify-content: center;
|
|
10
|
+
font-size: 10px;
|
|
11
|
+
}
|
|
12
|
+
[data-v-9cc733d7] .el-input-group__append {
|
|
13
|
+
cursor: pointer;
|
|
14
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
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
4
|
const ValueSetInput = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-9cc733d7"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
.amb-container-left[data-v-9cfa34b7] {
|
|
2
|
+
width: 260px;
|
|
3
|
+
padding-right: 20px;
|
|
4
|
+
overflow-y: auto;
|
|
5
|
+
}
|
|
6
|
+
.amb-container-main[data-v-9cfa34b7] {
|
|
7
|
+
padding: 0 10px 0 0;
|
|
8
|
+
}
|
|
9
|
+
.amb-container-main[data-v-9cfa34b7]::-webkit-scrollbar {
|
|
10
|
+
width: 1px;
|
|
11
|
+
}
|
|
12
|
+
.amb-container-attr[data-v-9cfa34b7] {
|
|
13
|
+
width: 300px;
|
|
14
|
+
padding-left: 20px;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
|
|
18
|
+
*/
|
|
19
|
+
[data-v-9cfa34b7]:v-deep(.el-drawer__header) {
|
|
20
|
+
margin-bottom: 0 !important;
|
|
21
|
+
}
|
|
22
|
+
[data-v-9cfa34b7] .el-overlay {
|
|
23
|
+
position: static;
|
|
24
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
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
4
|
const ServiceFlowDesginer = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-9cfa34b7"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
|
|
2
|
+
.editorTool[data-v-d55ab098] {
|
|
3
|
+
margin-left: auto;
|
|
4
|
+
}
|
|
5
|
+
.editorOption[data-v-d55ab098] {
|
|
6
|
+
margin-right: 10px;
|
|
7
|
+
cursor: pointer;
|
|
8
|
+
}
|
|
9
|
+
.pppp[data-v-d55ab098] {
|
|
10
|
+
display: flex; /* 使用Flex布局 */
|
|
11
|
+
justify-content: flex-start;
|
|
12
|
+
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
13
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
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
4
|
const config = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-d55ab098"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
.nodeView[data-v-faa5a940] {
|
|
2
|
+
box-sizing: border-box;
|
|
3
|
+
margin: 10px 10px;
|
|
4
|
+
width: 180px;
|
|
5
|
+
height: 95px;
|
|
6
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
7
|
+
border-radius: 2px 2px 2px 2px;
|
|
8
|
+
padding: 20px 10px;
|
|
9
|
+
}
|
|
10
|
+
.nodeTitle[data-v-faa5a940] {
|
|
11
|
+
width: 90px;
|
|
12
|
+
height: 15px;
|
|
13
|
+
font-weight: 400;
|
|
14
|
+
font-size: 16px;
|
|
15
|
+
color: #333333;
|
|
16
|
+
line-height: 14px;
|
|
17
|
+
text-align: left;
|
|
18
|
+
font-style: normal;
|
|
19
|
+
text-transform: none;
|
|
20
|
+
padding: 0px 24px;
|
|
21
|
+
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
22
|
+
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
23
|
+
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
24
|
+
}
|
|
25
|
+
.nodeContent[data-v-faa5a940] {
|
|
26
|
+
/* width: 100%; */
|
|
27
|
+
height: 15px;
|
|
28
|
+
font-weight: 400;
|
|
29
|
+
font-size: 14px;
|
|
30
|
+
color: #666666;
|
|
31
|
+
line-height: 14px;
|
|
32
|
+
text-align: left;
|
|
33
|
+
font-style: normal;
|
|
34
|
+
text-transform: none;
|
|
35
|
+
padding: 0px 0px;
|
|
36
|
+
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
37
|
+
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
38
|
+
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
39
|
+
}
|
|
40
|
+
.nodeContent-desc[data-v-faa5a940]{
|
|
41
|
+
}
|
|
42
|
+
.el-divider--horizontal[data-v-faa5a940] {
|
|
43
|
+
margin: 12px 0;
|
|
44
|
+
}
|
|
45
|
+
.nodeView[data-v-faa5a940] {
|
|
46
|
+
border: 1px solid #5a90f9;
|
|
47
|
+
background: #eef3fe;
|
|
48
|
+
}
|
|
49
|
+
.nodeTitle[data-v-faa5a940] {
|
|
50
|
+
width: 80px;
|
|
51
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./index.vue2.js";
|
|
2
|
-
|
|
2
|
+
/* empty css */
|
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const CustomFunction = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-faa5a940"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
|
|
2
|
+
.node-content[data-v-b28923f3] {
|
|
3
|
+
width: 120px;
|
|
4
|
+
height: 44px;
|
|
5
|
+
background: #ffffff;
|
|
6
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
7
|
+
border-radius: 2px 2px 2px 2px;
|
|
8
|
+
}
|
|
9
|
+
.content[data-v-b28923f3] {
|
|
10
|
+
width: 28px;
|
|
11
|
+
height: 15px;
|
|
12
|
+
font-weight: 400;
|
|
13
|
+
font-size: 14px;
|
|
14
|
+
color: #333333;
|
|
15
|
+
line-height: 14px;
|
|
16
|
+
text-align: left;
|
|
17
|
+
font-style: normal;
|
|
18
|
+
text-transform: none;
|
|
19
|
+
padding: 5px 0px 4px 10px;
|
|
20
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
.nodeView[data-v-c176feb6] {
|
|
2
|
+
box-sizing: border-box;
|
|
3
|
+
margin: 10px 10px;
|
|
4
|
+
width: 180px;
|
|
5
|
+
height: 95px;
|
|
6
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
7
|
+
border-radius: 2px 2px 2px 2px;
|
|
8
|
+
padding: 20px 10px;
|
|
9
|
+
}
|
|
10
|
+
.nodeTitle[data-v-c176feb6] {
|
|
11
|
+
width: 90px;
|
|
12
|
+
height: 15px;
|
|
13
|
+
font-weight: 400;
|
|
14
|
+
font-size: 16px;
|
|
15
|
+
color: #333333;
|
|
16
|
+
line-height: 14px;
|
|
17
|
+
text-align: left;
|
|
18
|
+
font-style: normal;
|
|
19
|
+
text-transform: none;
|
|
20
|
+
padding: 0px 24px;
|
|
21
|
+
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
22
|
+
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
23
|
+
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
24
|
+
}
|
|
25
|
+
.nodeContent[data-v-c176feb6] {
|
|
26
|
+
/* width: 100%; */
|
|
27
|
+
height: 15px;
|
|
28
|
+
font-weight: 400;
|
|
29
|
+
font-size: 14px;
|
|
30
|
+
color: #666666;
|
|
31
|
+
line-height: 14px;
|
|
32
|
+
text-align: left;
|
|
33
|
+
font-style: normal;
|
|
34
|
+
text-transform: none;
|
|
35
|
+
padding: 0px 0px;
|
|
36
|
+
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
37
|
+
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
38
|
+
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
39
|
+
}
|
|
40
|
+
.nodeContent-desc[data-v-c176feb6]{
|
|
41
|
+
}
|
|
42
|
+
.el-divider--horizontal[data-v-c176feb6] {
|
|
43
|
+
margin: 12px 0;
|
|
44
|
+
}
|
|
45
|
+
.nodeView[data-v-c176feb6] {
|
|
46
|
+
border: 1px solid #5a90f9;
|
|
47
|
+
background: #eef3fe;
|
|
48
|
+
width: 180px;
|
|
49
|
+
min-height: 95px;
|
|
50
|
+
}
|
|
51
|
+
.nodeContent[data-v-c176feb6] {
|
|
52
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./index.vue2.js";
|
|
2
|
-
|
|
2
|
+
/* empty css */
|
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const JudgeCondition = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-c176feb6"]]);
|
|
5
5
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
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
4
|
const config = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-a158f309"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
|
|
2
|
+
.aaa[data-v-8bd72b80] {
|
|
3
|
+
width: 300px;
|
|
4
|
+
height: 200px;
|
|
5
|
+
background: #ffffff;
|
|
6
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
7
|
+
border-radius: 2px 2px 2px 2px;
|
|
8
|
+
}
|
|
9
|
+
.content[data-v-8bd72b80] {
|
|
10
|
+
width: 28px;
|
|
11
|
+
height: 15px;
|
|
12
|
+
font-weight: 400;
|
|
13
|
+
font-size: 14px;
|
|
14
|
+
color: #333333;
|
|
15
|
+
line-height: 14px;
|
|
16
|
+
text-align: left;
|
|
17
|
+
font-style: normal;
|
|
18
|
+
text-transform: none;
|
|
19
|
+
padding: 5px 0px 4px 10px;
|
|
20
|
+
}
|
|
@@ -3,7 +3,7 @@ import { GroupNode } from "@logicflow/extension";
|
|
|
3
3
|
import "vue";
|
|
4
4
|
import "../../../flow/base/AbLogicResizeNodeModel.js";
|
|
5
5
|
import "../../../flow/base/AbLogicResizeNode.js";
|
|
6
|
-
|
|
6
|
+
/* empty css */
|
|
7
7
|
class LoopNode extends GroupNode.view {
|
|
8
8
|
getResizeShape() {
|
|
9
9
|
const { model } = this.props;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
.nodeView[data-v-7702fcdb] {
|
|
2
|
+
box-sizing: border-box;
|
|
3
|
+
margin: 10px 10px;
|
|
4
|
+
width: 180px;
|
|
5
|
+
height: 95px;
|
|
6
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
7
|
+
border-radius: 2px 2px 2px 2px;
|
|
8
|
+
padding: 20px 10px;
|
|
9
|
+
}
|
|
10
|
+
.nodeTitle[data-v-7702fcdb] {
|
|
11
|
+
width: 90px;
|
|
12
|
+
height: 15px;
|
|
13
|
+
font-weight: 400;
|
|
14
|
+
font-size: 16px;
|
|
15
|
+
color: #333333;
|
|
16
|
+
line-height: 14px;
|
|
17
|
+
text-align: left;
|
|
18
|
+
font-style: normal;
|
|
19
|
+
text-transform: none;
|
|
20
|
+
padding: 0px 24px;
|
|
21
|
+
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
22
|
+
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
23
|
+
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
24
|
+
}
|
|
25
|
+
.nodeContent[data-v-7702fcdb] {
|
|
26
|
+
/* width: 100%; */
|
|
27
|
+
height: 15px;
|
|
28
|
+
font-weight: 400;
|
|
29
|
+
font-size: 14px;
|
|
30
|
+
color: #666666;
|
|
31
|
+
line-height: 14px;
|
|
32
|
+
text-align: left;
|
|
33
|
+
font-style: normal;
|
|
34
|
+
text-transform: none;
|
|
35
|
+
padding: 0px 0px;
|
|
36
|
+
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
37
|
+
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
38
|
+
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
39
|
+
}
|
|
40
|
+
.nodeContent-desc[data-v-7702fcdb]{
|
|
41
|
+
}
|
|
42
|
+
.el-divider--horizontal[data-v-7702fcdb] {
|
|
43
|
+
margin: 12px 0;
|
|
44
|
+
}
|
|
45
|
+
.nodeView[data-v-7702fcdb] {
|
|
46
|
+
border: 1px solid #5a90f9;
|
|
47
|
+
background: #eef3fe;
|
|
48
|
+
}
|
|
49
|
+
.nodeTitle[data-v-7702fcdb] {
|
|
50
|
+
width: 80px;
|
|
51
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./index.vue2.js";
|
|
2
|
-
|
|
2
|
+
/* empty css */
|
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const Notification = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-7702fcdb"]]);
|
|
5
5
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./recipients-select.vue2.js";
|
|
2
|
-
|
|
2
|
+
/* empty css */
|
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const RecipientsSelect = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-1bbd6187"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
|
|
2
|
+
.node-content[data-v-69a854a3] {
|
|
3
|
+
width: 120px;
|
|
4
|
+
height: 44px;
|
|
5
|
+
background: #ffffff;
|
|
6
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
7
|
+
border-radius: 2px 2px 2px 2px;
|
|
8
|
+
}
|
|
9
|
+
.content[data-v-69a854a3] {
|
|
10
|
+
width: 28px;
|
|
11
|
+
height: 15px;
|
|
12
|
+
font-weight: 400;
|
|
13
|
+
font-size: 14px;
|
|
14
|
+
color: #333333;
|
|
15
|
+
line-height: 14px;
|
|
16
|
+
text-align: left;
|
|
17
|
+
font-style: normal;
|
|
18
|
+
text-transform: none;
|
|
19
|
+
padding: 5px 0px 4px 10px;
|
|
20
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
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
4
|
const config = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-d978e7dc"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
.nodeView[data-v-6d0cd280] {
|
|
2
|
+
box-sizing: border-box;
|
|
3
|
+
margin: 10px 10px;
|
|
4
|
+
width: 180px;
|
|
5
|
+
height: 95px;
|
|
6
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
7
|
+
border-radius: 2px 2px 2px 2px;
|
|
8
|
+
padding: 20px 10px;
|
|
9
|
+
}
|
|
10
|
+
.nodeTitle[data-v-6d0cd280] {
|
|
11
|
+
width: 90px;
|
|
12
|
+
height: 15px;
|
|
13
|
+
font-weight: 400;
|
|
14
|
+
font-size: 16px;
|
|
15
|
+
color: #333333;
|
|
16
|
+
line-height: 14px;
|
|
17
|
+
text-align: left;
|
|
18
|
+
font-style: normal;
|
|
19
|
+
text-transform: none;
|
|
20
|
+
padding: 0px 24px;
|
|
21
|
+
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
22
|
+
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
23
|
+
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
24
|
+
}
|
|
25
|
+
.nodeContent[data-v-6d0cd280] {
|
|
26
|
+
/* width: 100%; */
|
|
27
|
+
height: 15px;
|
|
28
|
+
font-weight: 400;
|
|
29
|
+
font-size: 14px;
|
|
30
|
+
color: #666666;
|
|
31
|
+
line-height: 14px;
|
|
32
|
+
text-align: left;
|
|
33
|
+
font-style: normal;
|
|
34
|
+
text-transform: none;
|
|
35
|
+
padding: 0px 0px;
|
|
36
|
+
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
37
|
+
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
38
|
+
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
39
|
+
}
|
|
40
|
+
.nodeContent-desc[data-v-6d0cd280]{
|
|
41
|
+
}
|
|
42
|
+
.el-divider--horizontal[data-v-6d0cd280] {
|
|
43
|
+
margin: 12px 0;
|
|
44
|
+
}
|
|
45
|
+
.nodeView[data-v-6d0cd280] {
|
|
46
|
+
border: 1px solid #5a90f9;
|
|
47
|
+
background: #eef3fe;
|
|
48
|
+
}
|
|
49
|
+
.nodeTitle[data-v-6d0cd280] {
|
|
50
|
+
width: 80px;
|
|
51
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./index.vue2.js";
|
|
2
|
-
|
|
2
|
+
/* empty css */
|
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const ComputationClean = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-6d0cd280"]]);
|
|
5
5
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
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
4
|
const config = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-32875028"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
.nodeView[data-v-9fff2753] {
|
|
2
|
+
box-sizing: border-box;
|
|
3
|
+
margin: 10px 10px;
|
|
4
|
+
width: 180px;
|
|
5
|
+
height: 95px;
|
|
6
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
7
|
+
border-radius: 2px 2px 2px 2px;
|
|
8
|
+
padding: 20px 10px;
|
|
9
|
+
}
|
|
10
|
+
.nodeTitle[data-v-9fff2753] {
|
|
11
|
+
width: 90px;
|
|
12
|
+
height: 15px;
|
|
13
|
+
font-weight: 400;
|
|
14
|
+
font-size: 16px;
|
|
15
|
+
color: #333333;
|
|
16
|
+
line-height: 14px;
|
|
17
|
+
text-align: left;
|
|
18
|
+
font-style: normal;
|
|
19
|
+
text-transform: none;
|
|
20
|
+
padding: 0px 24px;
|
|
21
|
+
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
22
|
+
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
23
|
+
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
24
|
+
}
|
|
25
|
+
.nodeContent[data-v-9fff2753] {
|
|
26
|
+
/* width: 100%; */
|
|
27
|
+
height: 15px;
|
|
28
|
+
font-weight: 400;
|
|
29
|
+
font-size: 14px;
|
|
30
|
+
color: #666666;
|
|
31
|
+
line-height: 14px;
|
|
32
|
+
text-align: left;
|
|
33
|
+
font-style: normal;
|
|
34
|
+
text-transform: none;
|
|
35
|
+
padding: 0px 0px;
|
|
36
|
+
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
37
|
+
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
38
|
+
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
39
|
+
}
|
|
40
|
+
.nodeContent-desc[data-v-9fff2753]{
|
|
41
|
+
}
|
|
42
|
+
.el-divider--horizontal[data-v-9fff2753] {
|
|
43
|
+
margin: 12px 0;
|
|
44
|
+
}
|
|
45
|
+
.nodeView[data-v-9fff2753] {
|
|
46
|
+
border: 1px solid #5a90f9;
|
|
47
|
+
background: #eef3fe;
|
|
48
|
+
}
|
|
49
|
+
.nodeTitle[data-v-9fff2753] {
|
|
50
|
+
width: 80px;
|
|
51
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./index.vue2.js";
|
|
2
|
-
|
|
2
|
+
/* empty css */
|
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const Connect = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-9fff2753"]]);
|
|
5
5
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
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
4
|
const config = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-e27c4c1e"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
.nodeView[data-v-b1d2a966] {
|
|
2
|
+
box-sizing: border-box;
|
|
3
|
+
margin: 10px 10px;
|
|
4
|
+
width: 180px;
|
|
5
|
+
height: 95px;
|
|
6
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
7
|
+
border-radius: 2px 2px 2px 2px;
|
|
8
|
+
padding: 20px 10px;
|
|
9
|
+
}
|
|
10
|
+
.nodeTitle[data-v-b1d2a966] {
|
|
11
|
+
width: 90px;
|
|
12
|
+
height: 15px;
|
|
13
|
+
font-weight: 400;
|
|
14
|
+
font-size: 16px;
|
|
15
|
+
color: #333333;
|
|
16
|
+
line-height: 14px;
|
|
17
|
+
text-align: left;
|
|
18
|
+
font-style: normal;
|
|
19
|
+
text-transform: none;
|
|
20
|
+
padding: 0px 24px;
|
|
21
|
+
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
22
|
+
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
23
|
+
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
24
|
+
}
|
|
25
|
+
.nodeContent[data-v-b1d2a966] {
|
|
26
|
+
/* width: 100%; */
|
|
27
|
+
height: 15px;
|
|
28
|
+
font-weight: 400;
|
|
29
|
+
font-size: 14px;
|
|
30
|
+
color: #666666;
|
|
31
|
+
line-height: 14px;
|
|
32
|
+
text-align: left;
|
|
33
|
+
font-style: normal;
|
|
34
|
+
text-transform: none;
|
|
35
|
+
padding: 0px 0px;
|
|
36
|
+
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
37
|
+
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
38
|
+
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
39
|
+
}
|
|
40
|
+
.nodeContent-desc[data-v-b1d2a966]{
|
|
41
|
+
}
|
|
42
|
+
.el-divider--horizontal[data-v-b1d2a966] {
|
|
43
|
+
margin: 12px 0;
|
|
44
|
+
}
|
|
45
|
+
.nodeView[data-v-b1d2a966] {
|
|
46
|
+
border: 1px solid #5a90f9;
|
|
47
|
+
background: #eef3fe;
|
|
48
|
+
}
|
|
49
|
+
.nodeTitle[data-v-b1d2a966] {
|
|
50
|
+
width: 80px;
|
|
51
|
+
}
|