service-flow-designer 2.0.7 → 2.0.11
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 +1 -1
- 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 "./index.vue2.js";
|
|
2
|
-
|
|
2
|
+
/* empty css */
|
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const ComputationSort = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-b1d2a966"]]);
|
|
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-028fb838"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
.nodeView[data-v-b604c489] {
|
|
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-b604c489] {
|
|
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-b604c489] {
|
|
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-b604c489]{
|
|
41
|
+
}
|
|
42
|
+
.el-divider--horizontal[data-v-b604c489] {
|
|
43
|
+
margin: 12px 0;
|
|
44
|
+
}
|
|
45
|
+
.nodeView[data-v-b604c489] {
|
|
46
|
+
border: 1px solid #5a90f9;
|
|
47
|
+
background: #eef3fe;
|
|
48
|
+
}
|
|
49
|
+
.nodeTitle[data-v-b604c489] {
|
|
50
|
+
width: 80px;
|
|
51
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import AbLogicNode from "../../../flow/base/AbLogicNode.js";
|
|
2
|
+
import AbLogicNodeModel from "../../../flow/base/AbLogicNodeModel.js";
|
|
3
|
+
import "../../../flow/base/AbLogicResizeNodeModel.js";
|
|
4
|
+
import "../../../flow/base/AbLogicResizeNode.js";
|
|
5
|
+
import { h, createApp } from "vue";
|
|
6
|
+
import SplitJoint from "./index.vue.js";
|
|
7
|
+
class SplitJointNode extends AbLogicNode {
|
|
8
|
+
constructor(props) {
|
|
9
|
+
super(props);
|
|
10
|
+
this.isMounted = false;
|
|
11
|
+
this.r = h(SplitJoint, {
|
|
12
|
+
model: props.model,
|
|
13
|
+
graphModel: props.graphModel,
|
|
14
|
+
disabled: props.graphModel.editConfigModel.isSilentMode,
|
|
15
|
+
isSelected: props.model.isSelected,
|
|
16
|
+
isHovered: props.model.isHovered,
|
|
17
|
+
properties: props.model.getProperties(),
|
|
18
|
+
onBtnClick: (i) => {
|
|
19
|
+
this.props.graphModel.eventCenter.emit(`node:select-click`, {
|
|
20
|
+
props
|
|
21
|
+
});
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
this.app = createApp({
|
|
25
|
+
render: () => this.r
|
|
26
|
+
});
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
class SplitJointNodeModel extends AbLogicNodeModel {
|
|
30
|
+
}
|
|
31
|
+
const splitJoint = {
|
|
32
|
+
type: "splitJoint",
|
|
33
|
+
view: SplitJointNode,
|
|
34
|
+
model: SplitJointNodeModel,
|
|
35
|
+
options: {}
|
|
36
|
+
};
|
|
37
|
+
export {
|
|
38
|
+
splitJoint as default
|
|
39
|
+
};
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
import _sfc_main from "./index.vue2.js";
|
|
2
|
+
/* empty css */
|
|
3
|
+
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const SplitJoint = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-b604c489"]]);
|
|
5
|
+
export {
|
|
6
|
+
SplitJoint as default
|
|
7
|
+
};
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { ElDivider } from "element-plus/es";
|
|
2
|
+
import "element-plus/es/components/base/style/css";
|
|
3
|
+
import "element-plus/es/components/divider/style/css";
|
|
4
|
+
import { defineComponent, openBlock, createElementBlock, createElementVNode, normalizeStyle, createVNode, toDisplayString, pushScopeId, popScopeId } from "vue";
|
|
5
|
+
import _imports_0 from "../../../../assets/icon/vardef-v.png.js";
|
|
6
|
+
const _withScopeId = (n) => (pushScopeId("data-v-b604c489"), n = n(), popScopeId(), n);
|
|
7
|
+
const _hoisted_1 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("img", {
|
|
8
|
+
src: _imports_0,
|
|
9
|
+
style: { "height": "32px", "position": "fixed", "left": "0px", "top": "0px" }
|
|
10
|
+
}, null, -1));
|
|
11
|
+
const _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "nodeTitle" }, "计算-拼接", -1));
|
|
12
|
+
const _hoisted_3 = { class: "nodeContent" };
|
|
13
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
14
|
+
__name: "index",
|
|
15
|
+
props: {
|
|
16
|
+
graphModel: Object,
|
|
17
|
+
properties: {
|
|
18
|
+
type: Object,
|
|
19
|
+
default: () => {
|
|
20
|
+
return {};
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
emits: ["btnClick"],
|
|
25
|
+
setup(__props, { emit: __emit }) {
|
|
26
|
+
return (_ctx, _cache) => {
|
|
27
|
+
const _component_el_divider = ElDivider;
|
|
28
|
+
return openBlock(), createElementBlock("div", null, [
|
|
29
|
+
_hoisted_1,
|
|
30
|
+
createElementVNode("div", {
|
|
31
|
+
class: "nodeView",
|
|
32
|
+
style: normalizeStyle({ backgroundColor: __props.properties.backgroundColor })
|
|
33
|
+
}, [
|
|
34
|
+
_hoisted_2,
|
|
35
|
+
createVNode(_component_el_divider),
|
|
36
|
+
createElementVNode("div", _hoisted_3, toDisplayString(__props.properties.name), 1)
|
|
37
|
+
], 4)
|
|
38
|
+
]);
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
export {
|
|
43
|
+
_sfc_main as default
|
|
44
|
+
};
|
|
@@ -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-82e0dfef"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
.nodeView[data-v-221a60f8] {
|
|
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-221a60f8] {
|
|
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-221a60f8] {
|
|
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-221a60f8]{
|
|
41
|
+
}
|
|
42
|
+
.el-divider--horizontal[data-v-221a60f8] {
|
|
43
|
+
margin: 12px 0;
|
|
44
|
+
}
|
|
45
|
+
.nodeView[data-v-221a60f8] {
|
|
46
|
+
border: 1px solid #5a90f9;
|
|
47
|
+
background: #eef3fe;
|
|
48
|
+
}
|
|
49
|
+
.nodeTitle[data-v-221a60f8] {
|
|
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 Statistics = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-221a60f8"]]);
|
|
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-808a13e1"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
.nodeView[data-v-bd32480c] {
|
|
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-bd32480c] {
|
|
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-bd32480c] {
|
|
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-bd32480c]{
|
|
41
|
+
}
|
|
42
|
+
.el-divider--horizontal[data-v-bd32480c] {
|
|
43
|
+
margin: 12px 0;
|
|
44
|
+
}
|
|
45
|
+
.nodeView[data-v-bd32480c] {
|
|
46
|
+
border: 1px solid #5a90f9;
|
|
47
|
+
background: #eef3fe;
|
|
48
|
+
width: 180px;
|
|
49
|
+
min-height: 95px;
|
|
50
|
+
}
|
|
51
|
+
.nodeContent[data-v-bd32480c] {
|
|
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 AggregateQuery = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-bd32480c"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
|
|
2
|
+
.editorTool[data-v-684c1f08] {
|
|
3
|
+
margin-left: auto;
|
|
4
|
+
}
|
|
5
|
+
.editorOption[data-v-684c1f08] {
|
|
6
|
+
margin-right: 10px;
|
|
7
|
+
cursor: pointer;
|
|
8
|
+
}
|
|
9
|
+
.pppp[data-v-684c1f08] {
|
|
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-684c1f08"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
.nodeView[data-v-5911272d] {
|
|
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-5911272d] {
|
|
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-5911272d] {
|
|
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-5911272d]{
|
|
41
|
+
}
|
|
42
|
+
.el-divider--horizontal[data-v-5911272d] {
|
|
43
|
+
margin: 12px 0;
|
|
44
|
+
}
|
|
45
|
+
.nodeView[data-v-5911272d] {
|
|
46
|
+
border: 1px solid #5a90f9;
|
|
47
|
+
background: #eef3fe;
|
|
48
|
+
}
|
|
49
|
+
.nodeTitle[data-v-5911272d] {
|
|
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 DynamicSql = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-5911272d"]]);
|
|
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-65e38bfb"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
.nodeView[data-v-4c6dfa4a] {
|
|
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-4c6dfa4a] {
|
|
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-4c6dfa4a] {
|
|
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-4c6dfa4a]{
|
|
41
|
+
}
|
|
42
|
+
.el-divider--horizontal[data-v-4c6dfa4a] {
|
|
43
|
+
margin: 12px 0;
|
|
44
|
+
}
|
|
45
|
+
.nodeView[data-v-4c6dfa4a] {
|
|
46
|
+
border: 1px solid #5a90f9;
|
|
47
|
+
background: #eef3fe;
|
|
48
|
+
width: 180px;
|
|
49
|
+
min-height: 95px;
|
|
50
|
+
}
|
|
51
|
+
.nodeContent[data-v-4c6dfa4a] {
|
|
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 RegularQuery = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-4c6dfa4a"]]);
|
|
5
5
|
export {
|
|
@@ -8,21 +8,14 @@ import aggregateQuery from "./database/aggregate-query/index.js";
|
|
|
8
8
|
import dynamicSql from "./database/dynamic-sql/index.js";
|
|
9
9
|
import notification from "./base/notification/index.js";
|
|
10
10
|
import connect from "./computation/connect/index.js";
|
|
11
|
-
import "
|
|
12
|
-
import "@logicflow/extension";
|
|
13
|
-
import { defineAsyncComponent } from "vue";
|
|
14
|
-
import "../flow/base/AbLogicResizeNodeModel.js";
|
|
15
|
-
import "../flow/base/AbLogicResizeNode.js";
|
|
16
|
-
import "element-plus/es";
|
|
17
|
-
import "element-plus/es/components/base/style/css";
|
|
18
|
-
import "element-plus/es/components/divider/style/css";
|
|
19
|
-
import "./computation/split-joint/index.vue.js";
|
|
11
|
+
import splitJoint from "./computation/split-joint/index.js";
|
|
20
12
|
import computationClean from "./computation/clean/index.js";
|
|
21
13
|
import statistics from "./computation/statistics/index.js";
|
|
22
14
|
import computationSort from "./computation/sort/index.js";
|
|
23
15
|
import httpService from "./service/http-service/index.js";
|
|
24
16
|
import customBean from "./service/custom-bean/index.js";
|
|
25
17
|
import componentsIcons from "./components-icons.js";
|
|
18
|
+
import { defineAsyncComponent } from "vue";
|
|
26
19
|
const initNodes = [
|
|
27
20
|
{
|
|
28
21
|
type: "start",
|
|
@@ -129,8 +122,8 @@ const serviceComponentGroups = [
|
|
|
129
122
|
{
|
|
130
123
|
type: "splitJoint",
|
|
131
124
|
label: "拼接",
|
|
132
|
-
icon:
|
|
133
|
-
nodeAndView:
|
|
125
|
+
icon: componentsIcons.splitJointIcon,
|
|
126
|
+
nodeAndView: splitJoint,
|
|
134
127
|
drawerWidth: "50%",
|
|
135
128
|
configComponent: defineAsyncComponent(() => {
|
|
136
129
|
return import("./computation/split-joint/config.vue.js");
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./json-data.vue2.js";
|
|
2
|
-
|
|
2
|
+
/* empty css */
|
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const jsonData = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-9a3ee19e"]]);
|
|
5
5
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./param-config.vue2.js";
|
|
2
|
-
|
|
2
|
+
/* empty css */
|
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const paramConfig = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-1ee0eb33"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
.nodeView[data-v-b01d3a50] {
|
|
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-b01d3a50] {
|
|
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-b01d3a50] {
|
|
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-b01d3a50]{
|
|
41
|
+
}
|
|
42
|
+
.el-divider--horizontal[data-v-b01d3a50] {
|
|
43
|
+
margin: 12px 0;
|
|
44
|
+
}
|
|
45
|
+
.nodeView[data-v-b01d3a50] {
|
|
46
|
+
border: 1px solid #5a90f9;
|
|
47
|
+
background: #eef3fe;
|
|
48
|
+
}
|
|
49
|
+
.nodeTitle[data-v-b01d3a50] {
|
|
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 CustomBean = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-b01d3a50"]]);
|
|
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-08737620"]]);
|
|
5
5
|
export {
|