service-flow-designer 1.1.18-tmp1 → 1.1.18
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 +49 -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 +50 -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/notification/index.css +49 -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 +49 -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 +49 -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 +49 -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 +49 -0
- package/dist/es/designer/service-components/computation/split-joint/index.vue.js +1 -1
- 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 +49 -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 +50 -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 +49 -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 +50 -0
- package/dist/es/designer/service-components/database/regular-query/index.vue.js +1 -1
- 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 +49 -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 +49 -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 -1116
- 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/dist/es/wf-editor/wf-editor.css +4 -0
- package/dist/es/wf-editor/wf-editor.vue.js +1 -1
- package/dist/lib/designer/common/components/database-select.css +10 -0
- package/dist/lib/designer/common/components/database-select.vue.js +1 -1
- package/dist/lib/designer/common/components/datatable-select.css +10 -0
- package/dist/lib/designer/common/components/datatable-select.vue.js +1 -1
- package/dist/lib/designer/common/components/file-upload.css +7 -0
- package/dist/lib/designer/common/components/file-upload.vue.js +1 -1
- package/dist/lib/designer/common/components/value-set-input/value-set-input.css +14 -0
- package/dist/lib/designer/common/components/value-set-input/value-set-input.vue.js +1 -1
- package/dist/lib/designer/desginer-index.css +24 -0
- package/dist/lib/designer/desginer-index.vue.js +1 -1
- package/dist/lib/designer/service-components/base/custom-function/config.css +13 -0
- package/dist/lib/designer/service-components/base/custom-function/config.vue.js +1 -1
- package/dist/lib/designer/service-components/base/custom-function/index.css +49 -0
- package/dist/lib/designer/service-components/base/custom-function/index.vue.js +1 -1
- package/dist/lib/designer/service-components/base/end-node/index.css +20 -0
- package/dist/lib/designer/service-components/base/end-node/index.vue.js +1 -1
- package/dist/lib/designer/service-components/base/judge-condition/index.css +50 -0
- package/dist/lib/designer/service-components/base/judge-condition/index.vue.js +1 -1
- package/dist/lib/designer/service-components/base/loop-node/config.css +4 -0
- package/dist/lib/designer/service-components/base/loop-node/config.vue.js +1 -1
- package/dist/lib/designer/service-components/base/notification/index.css +49 -0
- package/dist/lib/designer/service-components/base/notification/index.vue.js +1 -1
- package/dist/lib/designer/service-components/base/notification/recipients-select.css +4 -0
- package/dist/lib/designer/service-components/base/notification/recipients-select.vue.js +1 -1
- package/dist/lib/designer/service-components/base/start-node/index.css +20 -0
- package/dist/lib/designer/service-components/base/start-node/index.vue.js +1 -1
- package/dist/lib/designer/service-components/computation/clean/config.css +10 -0
- package/dist/lib/designer/service-components/computation/clean/config.vue.js +1 -1
- package/dist/lib/designer/service-components/computation/clean/index.css +49 -0
- package/dist/lib/designer/service-components/computation/clean/index.vue.js +1 -1
- package/dist/lib/designer/service-components/computation/connect/config.css +7 -0
- package/dist/lib/designer/service-components/computation/connect/config.vue.js +1 -1
- package/dist/lib/designer/service-components/computation/connect/index.css +49 -0
- package/dist/lib/designer/service-components/computation/connect/index.vue.js +1 -1
- package/dist/lib/designer/service-components/computation/sort/config.css +10 -0
- package/dist/lib/designer/service-components/computation/sort/config.vue.js +1 -1
- package/dist/lib/designer/service-components/computation/sort/index.css +49 -0
- package/dist/lib/designer/service-components/computation/sort/index.vue.js +1 -1
- package/dist/lib/designer/service-components/computation/split-joint/config.css +7 -0
- package/dist/lib/designer/service-components/computation/split-joint/config.vue.js +1 -1
- package/dist/lib/designer/service-components/computation/split-joint/index.css +49 -0
- package/dist/lib/designer/service-components/computation/split-joint/index.vue.js +1 -1
- package/dist/lib/designer/service-components/computation/statistics/config.css +7 -0
- package/dist/lib/designer/service-components/computation/statistics/config.vue.js +1 -1
- package/dist/lib/designer/service-components/computation/statistics/index.css +49 -0
- package/dist/lib/designer/service-components/computation/statistics/index.vue.js +1 -1
- package/dist/lib/designer/service-components/database/aggregate-query/config.css +7 -0
- package/dist/lib/designer/service-components/database/aggregate-query/config.vue.js +1 -1
- package/dist/lib/designer/service-components/database/aggregate-query/index.css +50 -0
- package/dist/lib/designer/service-components/database/aggregate-query/index.vue.js +1 -1
- package/dist/lib/designer/service-components/database/dynamic-sql/config.css +13 -0
- package/dist/lib/designer/service-components/database/dynamic-sql/config.vue.js +1 -1
- package/dist/lib/designer/service-components/database/dynamic-sql/index.css +49 -0
- package/dist/lib/designer/service-components/database/dynamic-sql/index.vue.js +1 -1
- package/dist/lib/designer/service-components/database/regular-query/config.css +7 -0
- package/dist/lib/designer/service-components/database/regular-query/config.vue.js +1 -1
- package/dist/lib/designer/service-components/database/regular-query/index.css +50 -0
- package/dist/lib/designer/service-components/database/regular-query/index.vue.js +1 -1
- package/dist/lib/designer/service-components/service/common/json-data.css +4 -0
- package/dist/lib/designer/service-components/service/common/json-data.vue.js +1 -1
- package/dist/lib/designer/service-components/service/common/param-config.css +7 -0
- package/dist/lib/designer/service-components/service/common/param-config.vue.js +1 -1
- package/dist/lib/designer/service-components/service/custom-bean/index.css +49 -0
- package/dist/lib/designer/service-components/service/custom-bean/index.vue.js +1 -1
- package/dist/lib/designer/service-components/service/http-service/config.css +7 -0
- package/dist/lib/designer/service-components/service/http-service/config.vue.js +1 -1
- package/dist/lib/designer/service-components/service/http-service/index.css +49 -0
- package/dist/lib/designer/service-components/service/http-service/index.vue.js +1 -1
- package/dist/lib/{style.css → designer/service-flow-view/service-flow-tool.css} +0 -1116
- package/dist/lib/designer/service-flow-view/service-flow-tool.vue.js +1 -1
- package/dist/lib/designer/service-flow-view/service-node-config.css +10 -0
- package/dist/lib/designer/service-flow-view/service-node-config.vue.js +1 -1
- package/dist/lib/designer/service-flow-view/service-update-log.css +5 -0
- package/dist/lib/designer/service-flow-view/service-update-log.vue.js +1 -1
- package/dist/lib/designer/service-flow-view/view-index.css +102 -0
- package/dist/lib/designer/service-flow-view/view-index.vue.js +1 -1
- package/dist/lib/designer/service-panel/component-panel.css +66 -0
- package/dist/lib/designer/service-panel/component-panel.vue.js +1 -1
- package/dist/lib/designer/service-panel/service-list.css +36 -0
- package/dist/lib/designer/service-panel/service-list.vue.js +1 -1
- package/dist/lib/designer/service-panel/service-panel.css +41 -0
- package/dist/lib/designer/service-panel/service-panel.vue.js +1 -1
- package/dist/lib/wf-editor/wf-editor.css +4 -0
- package/dist/lib/wf-editor/wf-editor.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/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/split-joint/index.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
- package/dist/es/wf-editor/wf-editor.vue2.js +0 -1
- package/dist/lib/designer/common/components/database-select.vue3.js +0 -1
- package/dist/lib/designer/common/components/datatable-select.vue3.js +0 -1
- package/dist/lib/designer/common/components/file-upload.vue3.js +0 -1
- package/dist/lib/designer/common/components/value-set-input/value-set-input.vue3.js +0 -1
- package/dist/lib/designer/desginer-index.vue3.js +0 -1
- package/dist/lib/designer/service-components/base/custom-function/config.vue3.js +0 -1
- package/dist/lib/designer/service-components/base/custom-function/index.vue3.js +0 -1
- package/dist/lib/designer/service-components/base/end-node/index.vue3.js +0 -1
- package/dist/lib/designer/service-components/base/judge-condition/index.vue3.js +0 -1
- package/dist/lib/designer/service-components/base/loop-node/config.vue3.js +0 -1
- package/dist/lib/designer/service-components/base/notification/index.vue3.js +0 -1
- package/dist/lib/designer/service-components/base/notification/recipients-select.vue3.js +0 -1
- package/dist/lib/designer/service-components/base/start-node/index.vue3.js +0 -1
- package/dist/lib/designer/service-components/computation/clean/config.vue3.js +0 -1
- package/dist/lib/designer/service-components/computation/clean/index.vue3.js +0 -1
- package/dist/lib/designer/service-components/computation/connect/config.vue3.js +0 -1
- package/dist/lib/designer/service-components/computation/connect/index.vue3.js +0 -1
- package/dist/lib/designer/service-components/computation/sort/config.vue3.js +0 -1
- package/dist/lib/designer/service-components/computation/sort/index.vue3.js +0 -1
- package/dist/lib/designer/service-components/computation/split-joint/config.vue3.js +0 -1
- package/dist/lib/designer/service-components/computation/split-joint/index.vue3.js +0 -1
- package/dist/lib/designer/service-components/computation/statistics/config.vue3.js +0 -1
- package/dist/lib/designer/service-components/computation/statistics/index.vue3.js +0 -1
- package/dist/lib/designer/service-components/database/aggregate-query/config.vue3.js +0 -1
- package/dist/lib/designer/service-components/database/aggregate-query/index.vue3.js +0 -1
- package/dist/lib/designer/service-components/database/dynamic-sql/config.vue3.js +0 -1
- package/dist/lib/designer/service-components/database/dynamic-sql/index.vue3.js +0 -1
- package/dist/lib/designer/service-components/database/regular-query/config.vue3.js +0 -1
- package/dist/lib/designer/service-components/database/regular-query/index.vue3.js +0 -1
- package/dist/lib/designer/service-components/service/common/json-data.vue3.js +0 -1
- package/dist/lib/designer/service-components/service/common/param-config.vue3.js +0 -1
- package/dist/lib/designer/service-components/service/custom-bean/index.vue3.js +0 -1
- package/dist/lib/designer/service-components/service/http-service/config.vue3.js +0 -1
- package/dist/lib/designer/service-components/service/http-service/index.vue3.js +0 -1
- package/dist/lib/designer/service-flow-view/service-flow-tool.vue3.js +0 -1
- package/dist/lib/designer/service-flow-view/service-node-config.vue3.js +0 -1
- package/dist/lib/designer/service-flow-view/service-update-log.vue3.js +0 -1
- package/dist/lib/designer/service-flow-view/view-index.vue3.js +0 -1
- package/dist/lib/designer/service-panel/component-panel.vue3.js +0 -1
- package/dist/lib/designer/service-panel/service-list.vue3.js +0 -1
- package/dist/lib/designer/service-panel/service-panel.vue3.js +0 -1
- package/dist/lib/wf-editor/wf-editor.vue2.js +0 -1
|
@@ -0,0 +1,49 @@
|
|
|
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: 112px;
|
|
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 24px;
|
|
36
|
+
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
37
|
+
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
38
|
+
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
39
|
+
}
|
|
40
|
+
.el-divider--horizontal[data-v-b604c489] {
|
|
41
|
+
margin: 12px 0;
|
|
42
|
+
}
|
|
43
|
+
.nodeView[data-v-b604c489] {
|
|
44
|
+
border: 1px solid #5a90f9;
|
|
45
|
+
background: #eef3fe;
|
|
46
|
+
}
|
|
47
|
+
.nodeTitle[data-v-b604c489] {
|
|
48
|
+
width: 80px;
|
|
49
|
+
}
|
|
@@ -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 SplitJoint = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-b604c489"]]);
|
|
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-82e0dfef"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1,49 @@
|
|
|
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: 112px;
|
|
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 24px;
|
|
36
|
+
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
37
|
+
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
38
|
+
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
39
|
+
}
|
|
40
|
+
.el-divider--horizontal[data-v-221a60f8] {
|
|
41
|
+
margin: 12px 0;
|
|
42
|
+
}
|
|
43
|
+
.nodeView[data-v-221a60f8] {
|
|
44
|
+
border: 1px solid #5a90f9;
|
|
45
|
+
background: #eef3fe;
|
|
46
|
+
}
|
|
47
|
+
.nodeTitle[data-v-221a60f8] {
|
|
48
|
+
width: 80px;
|
|
49
|
+
}
|
|
@@ -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-56c86041"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
.nodeView[data-v-8511bf0b] {
|
|
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-8511bf0b] {
|
|
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-8511bf0b] {
|
|
26
|
+
width: 112px;
|
|
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 24px;
|
|
36
|
+
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
37
|
+
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
38
|
+
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
39
|
+
}
|
|
40
|
+
.el-divider--horizontal[data-v-8511bf0b] {
|
|
41
|
+
margin: 12px 0;
|
|
42
|
+
}
|
|
43
|
+
.nodeView[data-v-8511bf0b] {
|
|
44
|
+
border: 1px solid #5a90f9;
|
|
45
|
+
background: #eef3fe;
|
|
46
|
+
width: 180px;
|
|
47
|
+
min-height: 95px;
|
|
48
|
+
}
|
|
49
|
+
.nodeContent[data-v-8511bf0b] {
|
|
50
|
+
}
|
|
@@ -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-8511bf0b"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
|
|
2
|
+
.editorTool[data-v-ffee0416] {
|
|
3
|
+
margin-left: auto;
|
|
4
|
+
}
|
|
5
|
+
.editorOption[data-v-ffee0416] {
|
|
6
|
+
margin-right: 10px;
|
|
7
|
+
cursor: pointer;
|
|
8
|
+
}
|
|
9
|
+
.pppp[data-v-ffee0416] {
|
|
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-ffee0416"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1,49 @@
|
|
|
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: 112px;
|
|
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 24px;
|
|
36
|
+
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
37
|
+
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
38
|
+
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
39
|
+
}
|
|
40
|
+
.el-divider--horizontal[data-v-5911272d] {
|
|
41
|
+
margin: 12px 0;
|
|
42
|
+
}
|
|
43
|
+
.nodeView[data-v-5911272d] {
|
|
44
|
+
border: 1px solid #5a90f9;
|
|
45
|
+
background: #eef3fe;
|
|
46
|
+
}
|
|
47
|
+
.nodeTitle[data-v-5911272d] {
|
|
48
|
+
width: 80px;
|
|
49
|
+
}
|
|
@@ -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-4b31b356"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1,50 @@
|
|
|
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: 112px;
|
|
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 24px;
|
|
36
|
+
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
37
|
+
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
38
|
+
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
39
|
+
}
|
|
40
|
+
.el-divider--horizontal[data-v-4c6dfa4a] {
|
|
41
|
+
margin: 12px 0;
|
|
42
|
+
}
|
|
43
|
+
.nodeView[data-v-4c6dfa4a] {
|
|
44
|
+
border: 1px solid #5a90f9;
|
|
45
|
+
background: #eef3fe;
|
|
46
|
+
width: 180px;
|
|
47
|
+
min-height: 95px;
|
|
48
|
+
}
|
|
49
|
+
.nodeContent[data-v-4c6dfa4a] {
|
|
50
|
+
}
|
|
@@ -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 {
|
|
@@ -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,49 @@
|
|
|
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: 112px;
|
|
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 24px;
|
|
36
|
+
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
37
|
+
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
38
|
+
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
39
|
+
}
|
|
40
|
+
.el-divider--horizontal[data-v-b01d3a50] {
|
|
41
|
+
margin: 12px 0;
|
|
42
|
+
}
|
|
43
|
+
.nodeView[data-v-b01d3a50] {
|
|
44
|
+
border: 1px solid #5a90f9;
|
|
45
|
+
background: #eef3fe;
|
|
46
|
+
}
|
|
47
|
+
.nodeTitle[data-v-b01d3a50] {
|
|
48
|
+
width: 80px;
|
|
49
|
+
}
|
|
@@ -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 {
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
.nodeView[data-v-df366d04] {
|
|
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-df366d04] {
|
|
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-df366d04] {
|
|
26
|
+
width: 112px;
|
|
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 24px;
|
|
36
|
+
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
37
|
+
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
38
|
+
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
39
|
+
}
|
|
40
|
+
.el-divider--horizontal[data-v-df366d04] {
|
|
41
|
+
margin: 12px 0;
|
|
42
|
+
}
|
|
43
|
+
.nodeView[data-v-df366d04] {
|
|
44
|
+
border: 1px solid #5a90f9;
|
|
45
|
+
background: #eef3fe;
|
|
46
|
+
}
|
|
47
|
+
.nodeTitle[data-v-df366d04] {
|
|
48
|
+
width: 80px;
|
|
49
|
+
}
|
|
@@ -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 httpIndex = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-df366d04"]]);
|
|
5
5
|
export {
|